:root {
  --ink: #142721;
  --ink-soft: #586964;
  --forest: #102f2b;
  --forest-deep: #091f1c;
  --paper: #f2eee6;
  --cream: #fbf7f0;
  --coral: #eb7458;
  --gold: #d9ad65;
  --line: rgba(20, 39, 33, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gutter: clamp(24px, 4.5vw, 72px);
  --content: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 12px 18px; transform: translateY(-150%); background: var(--cream); color: var(--forest); font-weight: 750; }
.skip-link:focus { transform: none; }
.section { width: min(var(--content), calc(100% - (var(--gutter) * 2))); margin: 0 auto; }

.site-header { position: absolute; top: 0; left: 50%; z-index: 20; width: min(var(--content), calc(100% - (var(--gutter) * 2))); min-height: 104px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; transform: translateX(-50%); color: #fff; border-bottom: 1px solid rgba(255,255,255,.28); }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 10px; color: inherit; font-size: 21px; font-weight: 760; letter-spacing: -.04em; text-decoration: none; }
.brand > span > span { color: var(--coral); }
.brand small { margin-left: 3px; padding-left: 14px; border-left: 1px solid currentColor; font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; opacity: .78; }
.brand-mark { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.brand-mark path { fill: var(--coral); stroke: none; }
.brand-mark circle:last-child { fill: currentColor; stroke: none; }
.primary-nav, .account-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
.primary-nav a, .login-link { position: relative; color: inherit; font-size: 12px; font-weight: 700; text-decoration: none; }
.primary-nav a:after, .login-link:after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; content: ""; transform: scaleX(0); transform-origin: left; background: currentColor; transition: transform .22s ease; }
.primary-nav a:hover:after, .primary-nav a:focus-visible:after, .login-link:hover:after, .login-link:focus-visible:after { transform: scaleX(1); }
.account-nav { justify-content: flex-end; gap: 22px; }

.button { display: inline-flex; min-height: 55px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid transparent; font-size: 12px; font-weight: 800; letter-spacing: .015em; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-small { min-height: 46px; padding: 0 19px; font-size: 11px; }
.button-light { background: var(--cream); color: var(--forest); }
.button-light:hover { background: #fff; }
.button-dark { background: var(--forest); color: #fff; }
.button-dark:hover { background: var(--coral); }
.text-link { display: inline-flex; width: fit-content; align-items: center; gap: 9px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 780; text-decoration: none; }
.text-link span { font-size: 18px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 2px); }
.text-link-light { color: #fff; }

.eyebrow { margin: 0; font-size: 10px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: var(--gold); }
.eyebrow-dark { color: var(--coral); }
h1, h2, h3 { text-wrap: balance; }
h1 { margin: 28px 0 30px; font: 400 clamp(76px, 8vw, 126px)/.82 var(--serif); letter-spacing: -.065em; }
h2 { margin: 0; font: 400 clamp(50px, 5.6vw, 82px)/.93 var(--serif); letter-spacing: -.05em; }

.hero { position: relative; min-height: min(900px, 96vh); overflow: hidden; background: var(--forest-deep); color: #fff; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 64% center; }
.hero-shade { background: linear-gradient(90deg, rgba(5,24,21,.88) 0%, rgba(5,24,21,.56) 37%, rgba(5,24,21,.1) 72%), linear-gradient(0deg, rgba(5,24,21,.58), transparent 48%); }
.hero-copy { position: relative; z-index: 2; width: min(var(--content), calc(100% - (var(--gutter) * 2))); margin: 0 auto; padding-top: clamp(190px, 22vh, 260px); padding-bottom: 135px; }
.hero-copy h1 { max-width: 900px; }
.hero-intro { max-width: 600px; margin: 0; color: rgba(255,255,255,.84); font: 400 clamp(18px, 1.7vw, 23px)/1.55 var(--sans); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.hero-caption { position: absolute; right: var(--gutter); bottom: 28px; z-index: 2; margin: 0; color: rgba(255,255,255,.74); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-caption span { color: #fff; }

.story-ribbon { display: flex; min-height: 68px; align-items: center; justify-content: center; gap: clamp(16px, 2.5vw, 38px); overflow: hidden; padding: 0 var(--gutter); background: var(--coral); color: var(--forest-deep); white-space: nowrap; }
.story-ribbon a { font-size: 10px; font-weight: 850; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.story-ribbon a:hover { text-decoration: underline; text-underline-offset: 5px; }
.story-ribbon i { font-size: 12px; font-style: normal; }

.front-intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: clamp(65px, 9vw, 140px); align-items: end; padding-top: clamp(100px, 11vw, 150px); padding-bottom: clamp(95px, 11vw, 145px); }
.front-intro .eyebrow { margin-bottom: 22px; }
.front-intro h2 { max-width: 820px; }
.front-intro-copy { padding-bottom: 7px; }
.front-intro-copy p { margin: 0 0 30px; color: var(--ink-soft); font-size: 17px; line-height: 1.72; }

.cover-story { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(390px, .8fr); min-height: 610px; padding-bottom: clamp(110px, 12vw, 165px); }
.cover-image { position: relative; min-height: 610px; overflow: hidden; color: #fff; text-decoration: none; }
.cover-image:after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(5,24,21,.55), transparent 45%); }
.cover-image img { width: 100%; height: 100%; object-fit: cover; object-position: 59% center; transition: transform .7s ease; }
.cover-image:hover img { transform: scale(1.02); }
.cover-image > span { position: absolute; right: 24px; bottom: 22px; z-index: 2; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cover-copy { align-self: center; padding: 65px 0 65px clamp(45px, 7vw, 100px); }
.cover-copy h2 { margin: 20px 0 26px; font-size: clamp(55px, 6vw, 88px); }
.cover-copy h2 em { display: block; color: var(--coral); font-weight: 400; }
.cover-copy > p:not(.eyebrow) { max-width: 520px; margin: 0 0 24px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.story-meta { display: flex; flex-wrap: wrap; gap: 18px; margin: 0 0 36px; color: var(--ink-soft); font-size: 9px; font-weight: 820; letter-spacing: .13em; text-transform: uppercase; }

.places-section { padding: clamp(105px, 12vw, 165px) 0; background: var(--forest-deep); color: #fff; }
.places-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .65fr); gap: 90px; align-items: end; margin-bottom: 60px; }
.places-heading .eyebrow { margin-bottom: 20px; }
.places-heading h2 { max-width: 800px; color: #fff; }
.places-heading > p { margin: 0 0 7px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.7; }
.country-feature { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr); min-height: 650px; border: 1px solid rgba(255,255,255,.18); }
.country-image { position: relative; min-height: 650px; overflow: hidden; color: #fff; text-decoration: none; }
.country-image:after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(5,24,21,.88), rgba(5,24,21,.02) 64%); }
.country-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.country-image:hover img { transform: scale(1.025); }
.country-image-copy { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: clamp(32px, 4vw, 56px); }
.country-image-copy p { margin: 0 0 12px; color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.country-image-copy h3 { margin: 0 0 18px; font: 400 clamp(70px, 8vw, 118px)/.8 var(--serif); letter-spacing: -.065em; }
.country-image-copy span { font-size: 11px; font-weight: 760; }
.country-index { display: flex; flex-direction: column; padding: clamp(34px, 4vw, 58px); background: var(--forest); }
.country-summary { max-width: 440px; margin: 0; color: rgba(255,255,255,.78); font: 400 23px/1.45 var(--serif); }
.country-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 40px 0; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.country-stats span { color: rgba(255,255,255,.62); font-size: 9px; line-height: 1.45; text-transform: uppercase; }
.country-stats strong { display: block; margin-bottom: 5px; color: var(--gold); font: 400 31px/1 var(--serif); }
.country-index nav { margin-top: auto; }
.country-index nav a { display: grid; grid-template-columns: 28px 1fr auto; grid-template-areas: "num city arrow" "num detail arrow"; gap: 5px 14px; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: #fff; text-decoration: none; }
.country-index nav a:first-child { border-top: 1px solid rgba(255,255,255,.18); }
.country-index nav a > span { grid-area: num; color: var(--coral); font-size: 9px; }
.country-index nav a strong { grid-area: city; font: 400 29px/1.1 var(--serif); }
.country-index nav a small { grid-area: detail; color: rgba(255,255,255,.55); font-size: 10px; }
.country-index nav a b { grid-area: arrow; color: var(--gold); font-size: 20px; transition: transform .2s ease; }
.country-index nav a:hover b { transform: translateX(4px); }

.destinations, .stories, .approach { padding-top: clamp(105px, 12vw, 165px); padding-bottom: clamp(105px, 12vw, 165px); }
.section-heading-inline { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.section-heading-inline .eyebrow { margin-bottom: 18px; }
.section-heading-inline h2 { max-width: 760px; }
.heading-note { max-width: 400px; margin: 0 0 5px; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.destination-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.destination-card { position: relative; min-height: 480px; overflow: hidden; color: #fff; text-decoration: none; }
.destination-card img, .card-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.destination-card img { object-fit: cover; transition: transform .7s ease; }
.destination-card:first-child img { object-position: 60% center; }
.destination-card:last-child img { object-position: 58% center; }
.destination-card:hover img { transform: scale(1.025); }
.card-shade { background: linear-gradient(0deg, rgba(5,24,21,.88), rgba(5,24,21,.04) 65%); }
.destination-card-copy { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: clamp(28px, 4vw, 48px); }
.destination-card-copy p { margin: 0 0 10px; color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.destination-card-copy h3 { margin: 0 0 17px; font: 400 clamp(52px, 6vw, 82px)/.85 var(--serif); letter-spacing: -.06em; }
.destination-card-copy span { font-size: 10px; font-weight: 740; letter-spacing: .08em; text-transform: uppercase; }

.stories { padding-top: 0; }
.story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.story-card { border-top: 1px solid var(--line); }
.story-card-image { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.story-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.story-card:first-child img { object-position: 58% center; }
.story-card:last-child img { object-position: 61% center; }
.story-card-image:hover img { transform: scale(1.02); }
.story-card-copy { padding: 27px 0 0; }
.story-card-copy > p { margin: 0 0 13px; color: var(--coral); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.story-card h3 { max-width: 590px; margin: 0 0 22px; font: 400 clamp(31px, 3.4vw, 48px)/1.02 var(--serif); letter-spacing: -.04em; }
.story-card h3 a { text-decoration: none; }
.story-card h3 a:hover { color: var(--coral); }

.activities { padding: clamp(105px, 12vw, 160px) 0; background: var(--forest); color: #fff; }
.activities-inner { display: grid; grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr); gap: clamp(60px, 10vw, 140px); }
.activities-heading { align-self: start; position: sticky; top: 40px; }
.activities-heading .eyebrow { margin-bottom: 20px; }
.activities-heading h2 { color: #fff; }
.activity-list { border-top: 1px solid rgba(255,255,255,.25); }
.activity-list a { display: grid; grid-template-columns: 48px 1fr auto; gap: 24px; align-items: center; min-height: 150px; border-bottom: 1px solid rgba(255,255,255,.25); color: #fff; text-decoration: none; }
.activity-list a > span { color: var(--coral); font-size: 10px; font-weight: 850; }
.activity-list p { margin: 0 0 8px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.activity-list strong { font: 400 clamp(25px, 2.5vw, 37px)/1.1 var(--serif); }
.activity-list b { font-size: 11px; font-weight: 770; transition: transform .2s ease; }
.activity-list a:hover b { transform: translateX(5px); }

.approach { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(70px, 10vw, 150px); }
.approach-copy .eyebrow { margin-bottom: 20px; }
.approach-copy p:not(.eyebrow) { max-width: 600px; margin: 28px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.approach-principles { border-top: 1px solid var(--line); }
.approach-principles article { display: grid; grid-template-columns: 45px 150px 1fr; gap: 20px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.approach-principles span { padding-top: 7px; color: var(--coral); font-size: 9px; font-weight: 850; }
.approach-principles h3 { margin: 0; font: 400 30px/1.1 var(--serif); }
.approach-principles p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }

.experience-band { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 610px; background: var(--forest-deep); color: #fff; }
.experience-band-image { min-height: 610px; overflow: hidden; }
.experience-band-image img { width: 100%; height: 100%; object-fit: cover; }
.experience-band-copy { align-self: center; padding: clamp(70px, 8vw, 120px); }
.experience-band-copy h2 { margin: 20px 0 25px; color: #fff; font-size: clamp(48px, 5vw, 74px); }
.experience-band-copy > p:not(.eyebrow) { margin: 0 0 32px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.7; }

.join { position: relative; min-height: 640px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 15% 15%, rgba(235,116,88,.68), transparent 24%), radial-gradient(circle at 85% 70%, rgba(217,173,101,.25), transparent 30%), var(--forest); color: #fff; }
.join:before, .join:after { position: absolute; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; content: ""; }
.join:before { top: -280px; right: -120px; }
.join:after { bottom: -400px; left: -150px; }
.join-copy { position: relative; z-index: 1; width: min(1000px, calc(100% - (var(--gutter) * 2))); padding: 90px 0; text-align: center; }
.join-copy h2 { max-width: 950px; margin: 24px auto 30px; color: #fff; }
.join-copy > p:not(.eyebrow) { max-width: 660px; margin: 0 auto; color: rgba(255,255,255,.75); font-size: 19px; line-height: 1.6; }
.join-actions { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 42px; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 70px; align-items: start; padding: 80px var(--gutter); background: var(--cream); border-top: 1px solid var(--line); }
.brand-footer { color: var(--forest); }
.footer-brand p { margin: 20px 0 0; color: var(--ink-soft); font-family: var(--serif); font-size: 19px; font-style: italic; }
.site-footer nav { display: grid; grid-template-columns: repeat(2, auto); gap: 15px 48px; }
.site-footer nav a, .footer-company a { width: fit-content; color: var(--ink); font-size: 12px; font-weight: 680; text-decoration: none; }
.site-footer nav a:hover, .footer-company a:hover { color: var(--coral); }
.footer-company { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; color: var(--ink-soft); font-size: 11px; line-height: 1.4; text-align: right; }
.footer-company strong { margin-top: 10px; color: var(--ink); }

.access-overlay { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(5,24,21,.86); backdrop-filter: blur(12px); }
.access-overlay:target { display: flex; }
.overlay-dismiss { position: absolute; inset: 0; }
.access-card { position: relative; z-index: 1; width: min(600px, 100%); padding: clamp(38px, 6vw, 70px); background: var(--cream); box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.access-close { position: absolute; top: 19px; right: 24px; color: var(--ink); font-size: 31px; line-height: 1; text-decoration: none; }
.access-card h2 { margin: 18px 0 24px; font-size: clamp(48px, 7vw, 74px); }
.access-card > p:not(.eyebrow) { margin: 0 0 30px; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.access-back { display: inline-block; margin-left: 18px; color: var(--ink-soft); font-size: 12px; }

.not-found-page { min-height: 100vh; display: grid; place-items: center; background: var(--forest); color: var(--cream); }
.not-found { width: min(760px, 88vw); padding: 80px 0; }
.not-found .brand { margin-bottom: clamp(64px, 12vh, 120px); color: var(--cream); }
.not-found h1 { max-width: 700px; margin: 16px 0 22px; color: var(--cream); font: 400 clamp(52px, 9vw, 104px)/.92 var(--serif); letter-spacing: -.055em; }
.not-found > p:not(.eyebrow) { max-width: 570px; margin: 0 0 34px; color: rgba(255,255,255,.78); font-size: clamp(18px, 2.4vw, 23px); line-height: 1.5; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .primary-nav { display: none; }
  .front-intro, .places-heading, .approach { grid-template-columns: 1fr; gap: 45px; }
  .front-intro-copy, .places-heading > p { max-width: 700px; }
  .cover-story { grid-template-columns: 1fr; }
  .cover-copy { max-width: 760px; padding: 60px 0 0; }
  .country-feature { grid-template-columns: 1fr; }
  .country-image { min-height: 590px; }
  .country-index { min-height: 500px; }
  .activities-inner { grid-template-columns: 1fr; gap: 55px; }
  .activities-heading { position: static; max-width: 760px; }
  .experience-band { grid-template-columns: 1fr; }
  .experience-band-image { min-height: 580px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-company { grid-column: span 2; align-items: flex-start; text-align: left; }
}

@media (max-width: 760px) {
  :root { --gutter: 22px; }
  .site-header { min-height: 78px; gap: 10px; }
  .brand { gap: 7px; font-size: 18px; }
  .brand small, .login-link { display: none; }
  .brand-mark { width: 27px; height: 27px; }
  .button-small { min-height: 41px; padding: 0 12px; font-size: 10px; }
  .hero { min-height: 820px; }
  .hero-image { object-position: 67% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,24,21,.92), rgba(5,24,21,.38)), linear-gradient(0deg, rgba(5,24,21,.62), transparent 58%); }
  .hero-copy { padding-top: 155px; padding-bottom: 130px; }
  h1 { margin-top: 22px; font-size: clamp(63px, 18vw, 82px); line-height: .86; }
  h2 { font-size: clamp(45px, 13vw, 61px); }
  .hero-intro { font-size: 17px; }
  .hero-actions, .join-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-caption { right: 22px; bottom: 20px; left: 22px; }
  .story-ribbon { min-height: 62px; justify-content: flex-start; overflow-x: auto; }
  .front-intro { padding-top: 85px; padding-bottom: 90px; gap: 34px; }
  .front-intro-copy p { font-size: 15px; }
  .cover-story { padding-bottom: 90px; }
  .cover-image { min-height: 480px; margin-right: -22px; margin-left: -22px; }
  .cover-copy { padding-top: 48px; }
  .cover-copy h2 { font-size: 55px; }
  .cover-copy > p:not(.eyebrow) { font-size: 15px; }
  .places-section { padding: 85px 0; }
  .places-heading { gap: 30px; margin-bottom: 40px; }
  .places-heading > p { font-size: 15px; }
  .country-feature { width: 100%; border-right: 0; border-left: 0; }
  .country-image { min-height: 480px; }
  .country-image-copy h3 { font-size: 74px; }
  .country-index { min-height: 0; padding: 32px 22px; }
  .country-summary { font-size: 20px; }
  .country-stats { grid-template-columns: 1fr 1fr 1fr; }
  .country-stats strong { font-size: 25px; }
  .country-index nav a { grid-template-columns: 24px 1fr auto; }
  .destinations, .stories, .approach { padding-top: 85px; padding-bottom: 90px; }
  .section-heading-inline { align-items: flex-start; flex-direction: column; gap: 24px; margin-bottom: 34px; }
  .destination-grid, .story-grid { grid-template-columns: 1fr; gap: 18px; }
  .destination-card { min-height: 440px; }
  .destination-card-copy h3 { font-size: 58px; }
  .stories { padding-top: 0; }
  .story-grid { gap: 48px; }
  .story-card h3 { font-size: 34px; }
  .activities { padding: 85px 0; }
  .activity-list a { grid-template-columns: 30px 1fr; grid-template-areas: "num copy" ". arrow"; gap: 15px; padding: 24px 0; }
  .activity-list a > span { grid-area: num; }
  .activity-list a > div { grid-area: copy; }
  .activity-list a > b { grid-area: arrow; }
  .activity-list strong { font-size: 26px; }
  .approach { gap: 50px; }
  .approach-principles article { grid-template-columns: 32px 1fr; grid-template-areas: "num title" ". copy"; }
  .approach-principles span { grid-area: num; }
  .approach-principles h3 { grid-area: title; }
  .approach-principles p { grid-area: copy; }
  .experience-band-image { min-height: 480px; }
  .experience-band-copy { padding: 70px 22px 80px; }
  .join { min-height: 680px; }
  .join-copy { text-align: left; }
  .join-copy h2, .join-copy > p:not(.eyebrow) { margin-left: 0; }
  .join-actions { justify-content: flex-start; }
  .site-footer { grid-template-columns: 1fr; gap: 48px; padding-top: 60px; padding-bottom: 60px; }
  .site-footer nav { grid-template-columns: 1fr 1fr; gap: 15px 28px; }
  .footer-company { grid-column: auto; }
  .access-card { max-height: calc(100svh - 36px); overflow-y: auto; }
  .access-back { display: block; margin: 18px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { scroll-behavior: auto !important; transition: none !important; }
}
