:root {
  --ink: #1f2922;
  --muted: #5d675f;
  --paper: #f5f6f2;
  --white: #ffffff;
  --green: #6f8a50;
  --forest: #294c39;
  --teal: #176c69;
  --orange: #df9b4f;
  --blue: #4f829c;
  --sky: #dcebf0;
  --line: #d8ddd7;
  --black: #090a09;
  --container: 1240px;
}

/* Design 4.4: all scenarios form one continuous editorial list. */

.design-v44 .scenario-list {
  border-top: 1px solid var(--line);
}

.design-v44 .scenario-list-values {
  margin-bottom: 64px;
}

.design-v44 .scenario-list article {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  gap: 40px;
  align-items: start;
  padding: 26px 0 29px;
  border-bottom: 1px solid var(--line);
}

.design-v44 .scenario-label {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.design-v44 .scenario-list h3 {
  max-width: 390px;
  font-size: 24px;
}

.design-v44 .scenario-list p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.design-v44 .scenario-list article:nth-child(2) .scenario-label {
  color: var(--teal);
}

.design-v44 .scenario-list article:nth-child(3) .scenario-label {
  color: var(--blue);
}

.design-v44 .scenario-list article:nth-child(4) .scenario-label {
  color: var(--forest);
}

.design-v44 .product-list {
  border-top: 1px solid var(--line);
}

.design-v44 .product-list > div {
  grid-template-columns: minmax(150px, 0.6fr) minmax(260px, 1.4fr);
  gap: 28px;
  padding: 19px 0 21px;
}

.design-v44 .product-list dt {
  color: var(--forest);
  font-size: 18px;
}

.design-v44 .product-list dd {
  font-size: 17px;
}

.design-v44 .chapter-marker {
  display: block;
  margin-bottom: 64px;
  padding: 0 0 38px;
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

.design-v44 .chapter-marker strong {
  display: block;
  color: var(--white);
  font-size: 64px;
  line-height: 1;
}

.design-v44 .chapter-marker p {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 22px;
  line-height: 1.4;
}

.design-v44 .editorial-content-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.design-v44 .editorial-content-list article {
  display: block;
  min-height: 0;
  padding: 28px 30px 31px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.design-v44 .editorial-content-list article:nth-child(2n) {
  background: transparent;
}

.design-v44 .program-grid article,
.design-v44 .program-grid article:nth-child(2n) {
  border-color: var(--line);
  background: transparent;
}

.design-v44 .regional-intro {
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}

.design-v44 .regional-intro > div:first-child {
  max-width: 920px;
}

.design-v44 .regional-network-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #dfe9cc;
}

.design-v44 .regional-network-visual img {
  width: 100%;
  height: auto;
}

.design-v44 .editorial-content-list h3 {
  max-width: 410px;
  margin: 0 0 14px;
  color: var(--forest);
  font-size: 24px;
}

.design-v44 .editorial-content-list p {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.design-v44 .steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.design-v44 .steps-grid li {
  display: grid;
  min-height: 0;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 8px 18px;
  align-items: start;
  padding: 28px 30px 31px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.design-v44 .steps-grid li > span {
  margin: 0;
  color: var(--orange);
  font-size: 15px;
}

.design-v44 .steps-grid h3 {
  max-width: 410px;
  margin: 0;
  color: var(--forest);
  font-size: 24px;
}

.design-v44 .steps-grid p {
  grid-column: 2;
  max-width: 660px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.design-v44 .contact-layout {
  max-width: 900px;
  grid-template-columns: 1fr;
  gap: 32px;
}

.design-v44 .contact-intro {
  padding-left: 24px;
  border-left: 6px solid var(--orange);
}

.design-v44 .contact-intro h2 {
  max-width: 800px;
  margin-bottom: 24px;
}

.design-v44 .contact-intro > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
}

.design-v44 .contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.design-v44 .contact-details h3 {
  width: 100%;
  margin-bottom: 4px;
  font-size: 20px;
}

.design-v44 .contact-details a {
  color: var(--teal);
  font-size: 19px;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 900px) {
  .design-v44 .scenario-list article {
    grid-template-columns: minmax(220px, 0.75fr) minmax(280px, 1.25fr);
    gap: 24px;
  }

  .design-v44 .editorial-content-list,
  .design-v44 .steps-grid {
    grid-template-columns: 1fr;
  }

  .design-v44 .editorial-content-list article,
  .design-v44 .steps-grid li {
    padding: 26px 28px 29px;
  }
}

@media (max-width: 700px) {
  .design-v44 .scenario-list article {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 30px 0;
  }

  .design-v44 .scenario-list p {
    margin-top: 14px;
  }

  .design-v44 .scenario-list h3 {
    font-size: 25px;
  }

  .design-v44 .product-list > div,
  .design-v44 .editorial-content-list article {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .design-v44 .chapter-marker strong {
    font-size: 46px;
  }

  .design-v44 .chapter-marker p {
    font-size: 18px;
  }

  .design-v44 .regional-intro {
    gap: 32px;
  }

  .design-v44 .steps-grid li {
    grid-template-columns: 42px 1fr;
    gap: 10px 18px;
    padding: 24px 20px 27px;
  }

  .design-v44 .steps-grid p {
    grid-column: 2;
  }
}

@media (max-width: 1100px) {
  .design-v44 .contact-layout {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

body.modal-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

h1,
h2,
h3,
p,
blockquote,
dl,
dd,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  margin-bottom: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 24px;
}

p:last-child,
dd:last-child {
  margin-bottom: 0;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(calc(100% - 64px), var(--container));
  margin: 0 auto;
}

.section {
  padding: 112px 0;
}

.section-band {
  border-top: 10px solid var(--green);
}

.section-band-green {
  background: var(--paper);
  border-color: var(--green);
}

.section-band-teal {
  color: var(--white);
  background: var(--teal);
  border-color: var(--orange);
}

.section-band-orange {
  background: #fff8ef;
  border-color: var(--orange);
}

.section-band-blue {
  background: #f2f7f8;
  border-color: var(--blue);
}

.section-heading {
  max-width: 930px;
  margin-bottom: 56px;
  padding-left: 24px;
  border-left: 6px solid var(--green);
}

.section-heading h2 {
  margin-bottom: 24px;
}

.section-heading > p:last-child {
  max-width: 780px;
  color: var(--muted);
  font-size: 20px;
}

.compact-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #dfe9cc;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  color: var(--white);
  background: var(--orange);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #c98135;
}

.text-link {
  display: inline-flex;
  margin-top: 26px;
  padding-bottom: 4px;
  border-bottom: 2px solid currentColor;
  font-weight: 800;
  text-decoration: none;
}

.text-link-light {
  color: var(--white);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  padding: 10px max(32px, calc((100vw - var(--container)) / 2));
  border-bottom: 1px solid rgba(31, 41, 34, 0.12);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.brand {
  display: block;
  width: 178px;
}

.brand img {
  width: 100%;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 700;
}

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

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--teal);
}

.nav-group {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
}

.nav-primary {
  white-space: nowrap;
}

.submenu-toggle {
  position: relative;
  width: 24px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.submenu-toggle::before {
  position: absolute;
  top: 10px;
  left: 7px;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.nav-group.is-expanded .submenu-toggle::before {
  top: 14px;
  transform: rotate(225deg);
}

.submenu-toggle:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

.nav-submenu {
  position: absolute;
  z-index: 60;
  top: calc(100% + 18px);
  left: -16px;
  display: none;
  width: 300px;
  padding: 10px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 16px 36px rgba(23, 39, 29, 0.14);
}

.nav-submenu::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 20px;
  content: "";
}

.nav-submenu a {
  display: block;
  padding: 10px 12px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.nav-submenu a:hover,
.nav-submenu a:focus-visible {
  background: var(--paper);
}

.nav-contact {
  padding: 11px 17px;
  border: 1px solid var(--ink);
  border-radius: 4px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: var(--ink);
}

main [id] {
  scroll-margin-top: 96px;
}

@media (min-width: 1081px) {
  .nav-group:hover .nav-submenu,
  .nav-group.is-expanded .nav-submenu {
    display: grid;
  }
}

@media (max-width: 1080px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 76px);
    gap: 4px;
    padding: 18px 24px 24px;
    overflow-y: auto;
    border-bottom: 1px solid var(--line);
    background: var(--white);
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-primary,
  .site-nav > a {
    padding: 12px 0;
  }

  .submenu-toggle {
    width: 44px;
    height: 44px;
    justify-self: end;
  }

  .submenu-toggle::before {
    top: 14px;
    left: 15px;
    width: 8px;
    height: 8px;
  }

  .nav-group.is-expanded .submenu-toggle::before {
    top: 18px;
  }

  .nav-submenu {
    position: static;
    display: none;
    width: auto;
    grid-column: 1 / -1;
    padding: 2px 0 12px 16px;
    border: 0;
    border-left: 2px solid var(--green);
    box-shadow: none;
  }

  .nav-submenu::before {
    display: none;
  }

  .nav-group.is-expanded .nav-submenu {
    display: grid;
  }

  .nav-submenu a {
    padding: 9px 12px;
  }

  .nav-contact {
    margin-top: 8px;
    text-align: center;
  }
}

.hero {
  position: relative;
  min-height: 78vh;
  overflow: hidden;
  color: var(--white);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 55%;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(15, 28, 20, 0.88) 0%, rgba(15, 28, 20, 0.66) 52%, rgba(15, 28, 20, 0.12) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 64px), var(--container));
  margin: 0 auto;
  padding: 104px 0 96px;
}

.hero-content h1 {
  max-width: 970px;
  margin-bottom: 28px;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
}

.section-principles {
  padding-top: 88px;
}

.tabs {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  overflow: hidden;
}

.tab-list {
  display: flex;
  flex-direction: column;
  background: #edf0eb;
}

.tab-list button {
  min-height: 68px;
  padding: 16px 22px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
}

.tab-list button:last-child {
  border-bottom: 0;
}

.tab-list button[aria-selected="true"] {
  color: var(--white);
  background: var(--forest);
}

.tab-list button:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: -3px;
}

.tab-panels {
  min-height: 310px;
  padding: 48px 52px;
}

.tab-panels article {
  max-width: 760px;
}

.tab-panels h3 {
  margin-bottom: 20px;
  font-size: 32px;
}

.tab-panels p {
  font-size: 20px;
}

.feature-story {
  display: grid;
  min-height: 520px;
  grid-template-columns: 1.25fr 0.75fr;
  margin-bottom: 64px;
  overflow: hidden;
  background: var(--forest);
}

.feature-story > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.feature-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px;
  color: var(--white);
}

.feature-story-copy h3 {
  margin-bottom: 20px;
  font-size: 34px;
}

.feature-story-copy p:last-child {
  color: rgba(255, 255, 255, 0.86);
}

.tabs-values {
  margin-bottom: 64px;
}

.tabs-values .tab-list button[aria-selected="true"] {
  background: var(--teal);
}

.statement {
  margin-bottom: 0;
  padding: 42px 48px;
  border-left: 10px solid var(--orange);
  color: var(--white);
  background: var(--forest);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
}

.product-section {
  padding-bottom: 112px;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: stretch;
}

.product-media {
  min-height: 720px;
  background: var(--sky);
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-copy {
  padding: 64px;
  background: var(--white);
}

.product-copy h2 {
  margin-bottom: 24px;
}

.product-copy > p:not(.eyebrow) {
  margin-bottom: 36px;
  color: var(--muted);
}

.product-list {
  margin-bottom: 0;
  border-top: 1px solid var(--line);
}

.product-list > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.product-list dt {
  font-weight: 800;
}

.product-list dd {
  color: var(--muted);
}

.leisure-wrap {
  padding-top: 96px;
}

.subsection-heading {
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 4px solid var(--orange);
}

.subsection-heading .eyebrow {
  margin: 0;
}

.leisure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.leisure-card {
  overflow: hidden;
  border-radius: 6px;
  color: var(--white);
  background: var(--teal);
}

.leisure-card-wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1.25fr 0.75fr;
}

.leisure-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.leisure-card-wide img {
  height: 100%;
  min-height: 430px;
}

.leisure-card > div {
  padding: 30px;
}

.leisure-card h3 {
  margin-bottom: 16px;
}

.leisure-card p {
  color: rgba(255, 255, 255, 0.86);
}

.chapter-label {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 64px;
}

.chapter-label::after {
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.35);
  content: "";
}

.chapter-label span {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.regional-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.8fr);
  gap: 72px;
  align-items: center;
}

.regional-intro h2 {
  margin-bottom: 26px;
}

.regional-intro p:not(.eyebrow) {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
}

.regional-intro > div > strong {
  display: block;
  padding: 22px 0 22px 24px;
  border-left: 5px solid var(--orange);
  font-size: 20px;
}

.image-placeholder {
  display: flex;
  aspect-ratio: 4 / 3;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  color: var(--white);
  background: var(--black);
  text-align: center;
}

.image-placeholder-large {
  aspect-ratio: 1 / 1;
}

.image-placeholder span {
  margin-bottom: 14px;
  color: #aeb3af;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.image-placeholder strong {
  max-width: 320px;
  font-size: 20px;
}

.region-results {
  background: var(--white);
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.result-grid article {
  min-height: 250px;
  padding: 36px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.result-grid h3 {
  margin-bottom: 18px;
  color: var(--teal);
}

.result-grid p {
  color: var(--muted);
}

.region-program {
  background: var(--paper);
}

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

.program-grid article {
  min-height: 310px;
  padding: 30px;
  border-top: 6px solid var(--teal);
  border-radius: 4px;
  background: var(--white);
}

.program-grid article:nth-child(2n) {
  border-color: var(--orange);
}

.program-grid h3 {
  margin-bottom: 18px;
}

.program-grid p {
  color: var(--muted);
}

.regional-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 88px;
}

.regional-visual-grid h3 {
  margin: 22px 0 12px;
  font-size: 21px;
}

.regional-visual-grid p {
  color: var(--muted);
}

.business-hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  color: var(--white);
}

.business-hero > img,
.business-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.business-hero > img {
  object-fit: cover;
}

.business-shade {
  background: linear-gradient(90deg, rgba(23, 39, 29, 0.88), rgba(23, 39, 29, 0.62) 58%, rgba(23, 39, 29, 0.15));
}

.business-copy {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 64px), var(--container));
  margin: 0 auto;
  padding: 112px 0;
}

.business-copy h2 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: 50px;
}

.business-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
}

.steps-grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid #ecd7bc;
  border-left: 1px solid #ecd7bc;
}

.steps-grid li {
  min-height: 320px;
  padding: 30px;
  border-right: 1px solid #ecd7bc;
  border-bottom: 1px solid #ecd7bc;
  background: var(--white);
}

.steps-grid li > span {
  display: block;
  margin-bottom: 48px;
  color: var(--orange);
  font-size: 34px;
  font-weight: 800;
}

.steps-grid h3 {
  margin-bottom: 16px;
}

.steps-grid p {
  color: var(--muted);
}

.economy-section {
  background: var(--white);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.metric-grid article {
  min-height: 360px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.metric-grid article:nth-child(1),
.metric-grid article:nth-child(4) {
  background: #f3f6ec;
}

.metric-grid article:nth-child(2),
.metric-grid article:nth-child(3) {
  background: #eef5f5;
}

.metric-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.metric-grid strong {
  display: block;
  margin-bottom: 28px;
  color: var(--teal);
  font-size: 42px;
  line-height: 1;
}

.metric-grid h3 {
  margin-bottom: 16px;
}

.metric-grid p {
  color: var(--muted);
}

.scale-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.scale-grid article {
  display: grid;
  min-height: 360px;
  grid-template-columns: 0.8fr 1.2fr;
  overflow: hidden;
  border: 1px solid #cedde1;
  border-radius: 6px;
  background: var(--white);
}

.scale-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scale-grid article > div {
  padding: 30px;
}

.scale-grid h3 {
  margin-bottom: 16px;
}

.scale-grid p {
  color: var(--muted);
}

.theme-heading {
  max-width: 850px;
  margin: 96px 0 38px;
  padding-top: 30px;
  border-top: 6px solid var(--blue);
}

.theme-heading h2 {
  margin-bottom: 18px;
  font-size: 34px;
}

.theme-heading > p:last-child {
  color: var(--muted);
  font-size: 19px;
}

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

.theme-grid article {
  min-width: 0;
}

.theme-placeholder {
  aspect-ratio: 4 / 3;
}

.theme-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--paper);
}

.theme-grid h3 {
  margin: 20px 0 12px;
  font-size: 21px;
}

.theme-grid p {
  color: var(--muted);
}

.case-section {
  padding: 112px 0;
  color: var(--white);
  background: var(--forest);
  border-top: 10px solid var(--orange);
}

.case-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 72px;
  align-items: center;
}

.case-copy h2 {
  margin-bottom: 26px;
}

.case-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.84);
}

.case-stats {
  margin: 40px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.case-stats > div {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.case-stats dt {
  color: #e7bb81;
  font-size: 25px;
  font-weight: 800;
}

.case-stats dd {
  color: rgba(255, 255, 255, 0.72);
}

.case-slider {
  min-width: 0;
}

.case-stage {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
  background: #111;
  touch-action: pan-y;
}

.case-stage figure {
  position: absolute;
  inset: 0;
  margin: 0;
}

.case-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.case-stage figure:first-child img {
  object-fit: contain;
}

.case-stage figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 36px 22px 18px;
  color: var(--white);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.76), transparent);
  font-weight: 800;
}

.slider-controls {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  margin-top: 16px;
}

.slider-controls button {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  color: var(--white);
  background: transparent;
  cursor: pointer;
  font-size: 24px;
}

.slider-controls button:hover,
.slider-controls button:focus-visible {
  color: var(--ink);
  background: var(--white);
}

.slider-controls span {
  text-align: center;
  font-weight: 800;
}

.contact-section {
  background: var(--paper);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  gap: 80px;
  align-items: start;
}

.contact-copy {
  padding-left: 24px;
  border-left: 6px solid var(--orange);
}

.contact-copy h2 {
  margin-bottom: 24px;
}

.contact-copy p {
  color: var(--muted);
}

.contact-copy a {
  display: block;
  width: fit-content;
  margin-top: 12px;
  color: var(--teal);
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.contact-form {
  padding: 38px;
  border-top: 7px solid var(--green);
  border-radius: 4px;
  background: var(--white);
}

.contact-form label:not(.consent-check) {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
}

.contact-form input {
  width: 100%;
  min-height: 50px;
  padding: 10px 12px;
  border: 1px solid #aeb7af;
  border-radius: 3px;
  color: var(--ink);
  background: var(--white);
}

.contact-form input:focus {
  border-color: var(--teal);
  outline: 2px solid rgba(23, 108, 105, 0.2);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.form-hint {
  margin: 9px 0 20px;
  color: var(--muted);
  font-size: 13px;
}

.consent-check {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 12px;
  font-size: 14px;
}

.consent-check input {
  width: 20px;
  min-height: 20px;
  margin-top: 1px;
}

.form-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-bottom: 24px;
}

.form-legal-links button,
.footer-contacts button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  text-align: left;
}

.contact-form .button {
  width: 100%;
}

.form-status {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
}

.site-footer {
  padding: 72px 0 24px;
  color: var(--white);
  background: #18231c;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.5fr 0.7fr;
  gap: 56px;
}

.footer-brand img {
  width: 185px;
  margin-bottom: 24px;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}

.footer-details h2,
.footer-contacts h2 {
  margin-bottom: 24px;
  font-size: 17px;
}

.footer-details p {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  margin-bottom: 11px;
  font-size: 13px;
}

.footer-details strong {
  color: rgba(255, 255, 255, 0.56);
}

.footer-details span {
  color: rgba(255, 255, 255, 0.86);
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-contacts a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.footer-contacts small {
  max-width: 290px;
  margin: 2px 0 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.5;
}

.footer-contacts button {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.footer-bottom a {
  text-decoration: none;
}

.modal {
  width: min(860px, calc(100% - 32px));
  max-height: calc(100vh - 40px);
  padding: 0;
  border: 0;
  border-radius: 6px;
  color: var(--ink);
  background: var(--white);
}

.modal::backdrop {
  background: rgba(10, 15, 11, 0.74);
}

.modal-card {
  position: relative;
  max-height: calc(100vh - 40px);
  padding: 48px;
  overflow-y: auto;
}

.modal-card h2 {
  margin-bottom: 28px;
}

.modal-card p {
  color: var(--muted);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.modal-note {
  padding: 16px;
  border-left: 4px solid var(--orange);
  background: #fff8ef;
  font-size: 14px;
}

@media (max-width: 1100px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 36px;
  }

  .site-nav {
    gap: 18px;
  }

  .tabs {
    grid-template-columns: 280px 1fr;
  }

  .feature-story {
    grid-template-columns: 1fr 1fr;
  }

  .product-copy {
    padding: 46px;
  }

  .regional-intro {
    grid-template-columns: 1fr 380px;
    gap: 48px;
  }

  .program-grid,
  .regional-visual-grid,
  .theme-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .case-layout,
  .contact-layout {
    gap: 48px;
  }

  .footer-grid {
    grid-template-columns: 0.6fr 1.4fr;
  }

  .footer-contacts {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(calc(100% - 40px), var(--container));
  }

  .section {
    padding: 80px 0;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    right: 0;
    left: 0;
    display: none;
    padding: 22px;
    border-bottom: 1px solid var(--line);
    background: var(--white);
    flex-direction: column;
    align-items: stretch;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 10px 0;
  }

  .nav-contact {
    padding: 12px;
    text-align: center;
  }

  .hero {
    min-height: 74vh;
  }

  .hero-content {
    width: min(calc(100% - 40px), var(--container));
    padding: 82px 0;
  }

  .hero-content h1 {
    font-size: 42px;
  }

  .tabs {
    display: block;
  }

  .tab-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tab-list button {
    min-height: 58px;
    padding: 12px 8px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    text-align: center;
  }

  .tab-panels {
    min-height: 320px;
    padding: 34px;
  }

  .feature-story,
  .leisure-card-wide,
  .product-layout,
  .regional-intro,
  .case-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .feature-story > img {
    min-height: 420px;
  }

  .product-media {
    min-height: 520px;
  }

  .leisure-card-wide img {
    min-height: 360px;
  }

  .regional-intro {
    gap: 48px;
  }

  .image-placeholder-large {
    max-width: 560px;
  }

  .scale-grid article {
    grid-template-columns: 1fr;
  }

  .scale-grid img {
    height: 300px;
  }

  .business-copy {
    width: min(calc(100% - 40px), var(--container));
  }

  .business-copy h2 {
    font-size: 42px;
  }

  .contact-layout {
    gap: 52px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-contacts {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  h1,
  .hero-content h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 21px;
  }

  .section {
    padding: 64px 0;
  }

  .site-header {
    min-height: 68px;
    padding: 7px 14px;
  }

  .brand {
    width: 150px;
  }

  .brand img {
    height: 50px;
  }

  .site-nav {
    top: 68px;
  }

  .hero {
    min-height: 78svh;
  }

  .hero-content {
    width: min(calc(100% - 28px), var(--container));
    padding: 72px 0 58px;
  }

  .hero-lead {
    font-size: 18px;
  }

  .section-heading {
    margin-bottom: 38px;
    padding-left: 15px;
    border-left-width: 4px;
  }

  .section-heading > p:last-child {
    font-size: 17px;
  }

  .tab-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tab-list button {
    border-bottom: 1px solid var(--line);
  }

  .tab-panels {
    min-height: 390px;
    padding: 26px 22px;
  }

  .tab-panels h3 {
    font-size: 26px;
  }

  .tab-panels p {
    font-size: 17px;
  }

  .feature-story {
    min-height: 0;
    margin-bottom: 48px;
  }

  .feature-story > img {
    min-height: 340px;
  }

  .feature-story-copy {
    padding: 30px 24px;
  }

  .feature-story-copy h3 {
    font-size: 28px;
  }

  .statement {
    padding: 28px 24px;
    border-left-width: 6px;
    font-size: 24px;
  }

  .product-media {
    min-height: 380px;
  }

  .product-copy {
    padding: 34px 22px;
  }

  .product-list > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .leisure-wrap {
    padding-top: 64px;
  }

  .leisure-grid,
  .result-grid,
  .program-grid,
  .regional-visual-grid,
  .steps-grid,
  .metric-grid,
  .scale-grid,
  .theme-grid {
    grid-template-columns: 1fr;
  }

  .leisure-card-wide {
    grid-column: auto;
  }

  .leisure-card img,
  .leisure-card-wide img {
    height: 300px;
    min-height: 0;
  }

  .chapter-label {
    margin-bottom: 42px;
  }

  .regional-intro p:not(.eyebrow) {
    font-size: 17px;
  }

  .image-placeholder-large {
    aspect-ratio: 4 / 3;
  }

  .result-grid {
    border-left: 0;
  }

  .result-grid article {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
  }

  .program-grid article {
    min-height: 0;
  }

  .regional-visual-grid {
    margin-top: 64px;
  }

  .business-hero {
    min-height: 660px;
  }

  .business-copy {
    width: min(calc(100% - 28px), var(--container));
    padding: 80px 0;
  }

  .business-copy h2 {
    font-size: 34px;
  }

  .business-copy > p:not(.eyebrow) {
    font-size: 17px;
  }

  .steps-grid {
    border-left: 0;
  }

  .steps-grid li {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
  }

  .steps-grid li > span {
    margin-bottom: 20px;
  }

  .metric-grid article {
    min-height: 0;
    padding: 28px 22px;
  }

  .metric-grid strong {
    font-size: 36px;
  }

  .scale-grid img {
    height: 260px;
  }

  .theme-heading {
    margin-top: 64px;
  }

  .case-section {
    padding: 72px 0;
  }

  .case-layout {
    gap: 44px;
  }

  .contact-form {
    padding: 28px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .footer-details p {
    grid-template-columns: 1fr;
    gap: 3px;
    margin-bottom: 18px;
  }

  .footer-bottom {
    gap: 18px;
    flex-direction: column;
  }

  .modal-card {
    padding: 56px 22px 28px;
  }

  .modal-card h2 {
    font-size: 27px;
  }
}
