:root {
  --ihg-red: #e8542c;
  --ihg-teal: #1f4456;
  --ihg-teal-dark: #12313f;
  --ihg-blue: #002d72;
  --ihg-charcoal: #171717;
  --ihg-text: #2f3337;
  --ihg-muted: #687077;
  --ihg-warm: #f0eeed;
  --ihg-warm-light: #f8f6f3;
  --ihg-line: #d7d2cb;
  --ihg-white: #ffffff;
  --shadow-soft: 0 24px 70px rgba(18, 49, 63, 0.16);
  --shadow-tight: 0 12px 32px rgba(18, 49, 63, 0.12);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ihg-text);
  background: var(--ihg-white);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.top-strip {
  background: #efefee;
  border-bottom: 1px solid #dad6d2;
  color: #111;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.top-strip__inner,
.site-header__inner,
.section-inner,
.footer-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.top-strip__inner {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.top-strip__links {
  display: flex;
  gap: 22px;
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(215, 210, 203, 0.76);
  backdrop-filter: blur(16px);
}

.site-header__inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 178px;
}

.brand-mark__logo {
  width: 118px;
  height: auto;
}

.brand-mark__tag {
  display: block;
  color: var(--ihg-muted);
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #222;
  font-size: 13px;
  letter-spacing: 0.01em;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--ihg-red);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.button,
.pill-button,
.text-link,
.path-card,
.job-card,
.journey-step {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid var(--ihg-red);
  background: var(--ihg-red);
  color: var(--ihg-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover,
.button:focus-visible {
  background: var(--ihg-white);
  color: var(--ihg-charcoal);
  border-color: var(--ihg-charcoal);
}

.button--ghost {
  background: transparent;
  color: var(--ihg-teal);
  border-color: var(--ihg-line);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  background: var(--ihg-teal);
  color: var(--ihg-white);
  border-color: var(--ihg-teal);
}

.button--dark {
  background: var(--ihg-teal);
  border-color: var(--ihg-teal);
}

.button--dark:hover,
.button--dark:focus-visible {
  background: var(--ihg-white);
  color: var(--ihg-teal);
  border-color: var(--ihg-white);
}

.button--small {
  min-height: 36px;
  padding: 9px 12px;
  font-size: 10px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ihg-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link:hover {
  transform: translateX(3px);
}

.hero {
  min-height: 690px;
  display: grid;
  align-items: stretch;
  background: var(--ihg-teal-dark);
}

.hero--front {
  background:
    linear-gradient(90deg, rgba(18, 49, 63, 0.94) 0%, rgba(18, 49, 63, 0.88) 38%, rgba(18, 49, 63, 0.46) 100%),
    url("https://www.ihgplc.com/~/media/Images/I/Ihg-Plc/images/homepage/our-statergy.jpg?h=2160&iar=0&w=3840") center/cover no-repeat;
}

.hero--delhi {
  min-height: 610px;
  background:
    linear-gradient(90deg, rgba(18, 49, 63, 0.96) 0%, rgba(18, 49, 63, 0.82) 46%, rgba(18, 49, 63, 0.38) 100%),
    url("https://www.ihgplc.com/~/media/Images/I/Ihg-Plc/images/contact-us/careers.jpg?h=514&iar=0&w=770") center/cover no-repeat;
}

.hero--atlanta {
  min-height: 610px;
  background:
    linear-gradient(90deg, rgba(18, 49, 63, 0.96) 0%, rgba(18, 49, 63, 0.86) 48%, rgba(18, 49, 63, 0.42) 100%),
    url("https://www.ihgplc.com/~/media/Images/I/Ihg-Plc/images/news/2026/q1-2026-banner.jpg?h=450&iar=0&w=1440") center/cover no-repeat;
}

.hero--mexico {
  min-height: 610px;
  background:
    linear-gradient(90deg, rgba(18, 49, 63, 0.96) 0%, rgba(18, 49, 63, 0.82) 46%, rgba(18, 49, 63, 0.36) 100%),
    url("https://www.ihgplc.com/~/media/Images/I/Ihg-Plc/images/news/2023/crowne-plazas-exterior.png") center/cover no-repeat;
}

.hero--measurement {
  min-height: 610px;
  background:
    linear-gradient(90deg, rgba(18, 49, 63, 0.96) 0%, rgba(18, 49, 63, 0.88) 52%, rgba(18, 49, 63, 0.46) 100%),
    url("https://www.ihgplc.com/~/media/Images/I/Ihg-Plc/images/news/2026/ihg-advances-conversational-ai-search-capabilities-homepage-hotspot-image.jpg?h=450&iar=0&w=1440") center/cover no-repeat;
}

.hero__inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: center;
  gap: 60px;
  padding: 80px 0;
}

.hero__copy {
  max-width: 720px;
  color: var(--ihg-white);
}

.eyebrow {
  margin: 0 0 18px;
  color: #f4b099;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1,
.page-title {
  margin: 0;
  color: inherit;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.96;
  font-weight: 500;
  letter-spacing: 0;
}

.hero__lede,
.lede {
  margin: 28px 0 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.38;
  font-weight: 400;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.router-panel,
.assistant-panel,
.dashboard-panel {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ihg-text);
  box-shadow: var(--shadow-soft);
}

.router-panel {
  padding: 28px;
}

.panel-kicker {
  margin: 0 0 10px;
  color: var(--ihg-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.router-panel h2,
.assistant-panel h2,
.dashboard-panel h2 {
  margin: 0;
  color: var(--ihg-charcoal);
  font-size: 25px;
  line-height: 1.16;
  font-weight: 500;
}

.router-panel p,
.assistant-panel p {
  margin: 12px 0 0;
  color: var(--ihg-muted);
}

.choice-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 16px;
  border: 1px solid var(--ihg-line);
  background: var(--ihg-white);
  color: var(--ihg-charcoal);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.choice strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.choice span {
  display: block;
  margin-top: 3px;
  color: var(--ihg-muted);
  font-size: 12px;
}

.choice::after {
  content: ">";
  color: var(--ihg-red);
  font-weight: 700;
}

.choice[aria-pressed="true"],
.choice:hover {
  border-color: var(--ihg-red);
  box-shadow: inset 4px 0 0 var(--ihg-red);
}

.path-confirm {
  padding: 14px 16px;
  background: var(--ihg-warm);
  border-left: 4px solid var(--ihg-red);
  color: var(--ihg-charcoal);
  font-size: 13px;
}

.path-confirm strong {
  display: block;
  margin-bottom: 3px;
}

.section {
  padding: 88px 0;
}

.section--warm {
  background: var(--ihg-warm-light);
}

.section--teal {
  background: var(--ihg-teal);
  color: var(--ihg-white);
}

.section--tight {
  padding: 58px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.58fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 40px;
}

.section-heading h2 {
  margin: 0;
  color: var(--ihg-red);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: 0;
}

.section-heading p {
  margin: 0;
  color: var(--ihg-muted);
  font-size: 17px;
}

.section--teal .section-heading h2,
.section--teal .section-heading p {
  color: var(--ihg-white);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ihg-line);
  border-bottom: 1px solid var(--ihg-line);
}

.proof {
  padding: 28px 24px;
  border-right: 1px solid var(--ihg-line);
  background: var(--ihg-white);
}

.proof:last-child {
  border-right: 0;
}

.proof__number {
  color: var(--ihg-charcoal);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  font-weight: 400;
}

.proof__rule {
  display: block;
  width: 42px;
  height: 3px;
  margin: 12px 0;
  background: var(--ihg-red);
}

.proof__label {
  margin: 0;
  color: var(--ihg-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.path-grid,
.template-grid,
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.path-card,
.content-card,
.job-card,
.metric-card {
  background: var(--ihg-white);
  border: 1px solid var(--ihg-line);
}

.path-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  text-decoration: none;
}

.path-card:hover,
.job-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-tight);
  border-color: rgba(232, 84, 44, 0.55);
}

.path-card__tag,
.job-card__meta,
.content-card__tag {
  color: var(--ihg-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.path-card h3,
.content-card h3,
.job-card h3 {
  margin: 16px 0 10px;
  color: var(--ihg-charcoal);
  font-size: 24px;
  line-height: 1.12;
  font-weight: 500;
}

.path-card p,
.content-card p,
.job-card p {
  margin: 0;
  color: var(--ihg-muted);
}

.path-card__link {
  margin-top: auto;
  padding-top: 26px;
  color: var(--ihg-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.split-feature {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 0;
}

.split-feature__text {
  position: relative;
  z-index: 2;
  padding: 58px;
  background: var(--ihg-teal);
  color: var(--ihg-white);
}

.split-feature__text h2 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.08;
  font-weight: 500;
}

.split-feature__text p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.split-feature__image {
  min-height: 430px;
  background: url("https://www.ihgplc.com/~/media/Images/I/Ihg-Plc/images/homepage/homepage-image-2025.jpg?h=534&iar=0&w=800") center/cover no-repeat;
}

.split-feature__image--revenue {
  background-image: url("https://www.ihgplc.com/~/media/Images/I/Ihg-Plc/images/contact-us/ihg-plc-windsor.jpg?h=433&iar=0&w=770");
}

.split-feature__image--mexico {
  background-image: url("https://www.ihgplc.com/~/media/Images/I/Ihg-Plc/images/news/2023/crowne-plazas-lobby.jpg");
}

.content-card {
  padding: 28px;
  min-height: 230px;
}

.content-card ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.content-card li {
  position: relative;
  padding-left: 22px;
  color: var(--ihg-text);
}

.content-card li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--ihg-red);
}

.journey-map {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--ihg-line);
  border: 1px solid var(--ihg-line);
}

.journey-step {
  min-height: 210px;
  padding: 24px;
  background: var(--ihg-white);
}

.journey-step:hover {
  background: #fffaf7;
}

.journey-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  background: var(--ihg-red);
  color: var(--ihg-white);
  font-size: 12px;
  font-weight: 800;
}

.journey-step h3 {
  margin: 0 0 10px;
  color: var(--ihg-charcoal);
  font-size: 19px;
  line-height: 1.18;
  font-weight: 600;
}

.journey-step p {
  margin: 0;
  color: var(--ihg-muted);
  font-size: 14px;
}

.control-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: center;
}

.control-band__box {
  padding: 34px;
  background: var(--ihg-white);
  color: var(--ihg-text);
}

.control-band > h2 {
  margin: 0;
  color: var(--ihg-white);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 500;
}

.control-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.control-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--ihg-line);
}

.control-list li:last-child {
  border-bottom: 0;
}

.control-list strong {
  color: var(--ihg-red);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.control-list span {
  color: var(--ihg-text);
}

.job-search-shell {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 24px;
}

.filters {
  padding: 24px;
  background: var(--ihg-warm-light);
  border: 1px solid var(--ihg-line);
}

.filters h3,
.jobs-list h3 {
  margin: 0 0 18px;
  color: var(--ihg-charcoal);
  font-size: 22px;
  font-weight: 500;
}

.filter-group {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.filter-group label {
  color: var(--ihg-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.filter-chip,
.pill-button {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid var(--ihg-line);
  background: var(--ihg-white);
  color: var(--ihg-text);
  font-size: 13px;
}

.filter-chip--active,
.pill-button:hover {
  border-color: var(--ihg-red);
  color: var(--ihg-red);
}

.jobs-list {
  display: grid;
  gap: 16px;
}

.job-card {
  padding: 24px;
}

.job-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--ihg-line);
  color: var(--ihg-muted);
  font-size: 13px;
}

.assistant-panel {
  padding: 30px;
}

.assistant-message {
  margin-top: 22px;
  padding: 20px;
  background: var(--ihg-warm-light);
  border-left: 4px solid var(--ihg-red);
}

.assistant-message p {
  color: var(--ihg-text);
}

.assistant-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.dashboard-panel {
  padding: 28px;
}

.metric-row {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.metric-card {
  padding: 18px;
}

.metric-card strong {
  display: block;
  color: var(--ihg-charcoal);
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
}

.metric-card span {
  display: block;
  margin-top: 6px;
  color: var(--ihg-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.source-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  font-size: 14px;
}

.source-table th,
.source-table td {
  padding: 13px 0;
  border-bottom: 1px solid var(--ihg-line);
  text-align: left;
}

.source-table th {
  color: var(--ihg-red);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.source-table td:last-child {
  color: var(--ihg-muted);
}

.callout {
  padding: 34px;
  background: var(--ihg-teal);
  color: var(--ihg-white);
}

.callout h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  font-weight: 500;
}

.callout p {
  margin: 18px 0 0;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  padding: 54px 0 28px;
  background: var(--ihg-warm);
  color: var(--ihg-text);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 42px;
}

.footer-logo {
  width: 130px;
  margin-bottom: 18px;
}

.site-footer h3 {
  margin: 0 0 12px;
  color: var(--ihg-charcoal);
  font-size: 15px;
  font-weight: 600;
}

.site-footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ihg-muted);
  font-size: 13px;
}

.footer-note {
  width: min(var(--max), calc(100% - 40px));
  margin: 34px auto 0;
  padding-top: 18px;
  border-top: 1px solid var(--ihg-line);
  color: var(--ihg-muted);
  font-size: 12px;
}

.mobile-only {
  display: none;
}

@media (max-width: 980px) {
  .site-nav {
    display: none;
  }

  .mobile-only {
    display: inline-flex;
  }

  .hero__inner,
  .section-heading,
  .split-feature,
  .control-band,
  .job-search-shell,
  .dashboard-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero__inner {
    gap: 34px;
    padding: 62px 0;
  }

  .proof-grid,
  .path-grid,
  .template-grid,
  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-map {
    grid-template-columns: 1fr 1fr;
  }

  .split-feature__text {
    padding: 38px;
  }
}

@media (max-width: 640px) {
  .top-strip__inner,
  .site-header__inner,
  .section-inner,
  .footer-inner,
  .footer-note,
  .hero__inner {
    width: min(100% - 28px, var(--max));
  }

  .top-strip__links,
  .header-actions .button {
    display: none;
  }

  .site-header__inner {
    min-height: 64px;
  }

  .brand-mark__logo {
    width: 104px;
  }

  .hero {
    min-height: auto;
  }

  .hero h1,
  .page-title {
    font-size: 42px;
  }

  .router-panel,
  .assistant-panel,
  .dashboard-panel,
  .content-card,
  .callout {
    padding: 22px;
  }

  .section {
    padding: 62px 0;
  }

  .proof-grid,
  .path-grid,
  .template-grid,
  .cards-grid,
  .journey-map {
    grid-template-columns: 1fr;
  }

  .proof {
    border-right: 0;
    border-bottom: 1px solid var(--ihg-line);
  }

  .proof:last-child {
    border-bottom: 0;
  }

  .control-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .job-card__foot,
  .hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .text-link {
    width: 100%;
  }
}
