:root {
  --forest: #102f28;
  --forest-deep: #0a211c;
  --forest-soft: #1b4b3e;
  --ivory: #f5f1e7;
  --paper: #eee9de;
  --cream: #e3dac9;
  --sand: #cdb899;
  --gold: #bc8e57;
  --ink: #1d2a25;
  --muted: #6c7771;
  --line: rgba(16, 47, 40, 0.18);
  --line-light: rgba(245, 241, 231, 0.2);
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button { color: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
.site-shell { overflow: hidden; }
.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; }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 26px 5.6vw; color: var(--ivory); transition: background .35s ease, padding .35s ease, box-shadow .35s ease; }
.site-header.is-scrolled { padding-top: 16px; padding-bottom: 16px; background: rgba(10, 33, 28, .94); box-shadow: 0 10px 30px rgba(0, 0, 0, .14); backdrop-filter: blur(14px); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 35px; height: 35px; display: inline-grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font: 600 11px/1 var(--sans); letter-spacing: .08em; }
.brand-type, .footer-brand > span:last-child { display: grid; gap: 1px; }
.brand-type strong, .footer-brand strong { font-size: 15px; letter-spacing: .24em; font-weight: 600; }
.brand-type small, .footer-brand small { font-size: 9px; letter-spacing: .2em; color: var(--sand); }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 38px); font-size: 13px; letter-spacing: .03em; }
.site-nav > a:not(.nav-cta) { opacity: .86; transition: opacity .2s ease; }
.site-nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { padding: 11px 16px; border: 1px solid rgba(245, 241, 231, .48); font-size: 12px; letter-spacing: .06em; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.nav-cta:hover { background: var(--ivory); border-color: var(--ivory); color: var(--forest); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(245, 241, 231, .4); background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--ivory); transition: transform .2s ease; }

.hero { position: relative; min-height: min(850px, 100svh); color: var(--ivory); background: var(--forest); isolation: isolate; }
.hero-media, .hero-wash { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-wash { z-index: 1; background: linear-gradient(90deg, rgba(7, 29, 24, .92) 0%, rgba(7, 29, 24, .63) 40%, rgba(7, 29, 24, .12) 78%, rgba(7, 29, 24, .25) 100%), linear-gradient(0deg, rgba(7, 29, 24, .66) 0%, transparent 40%); }
.hero-inner { position: relative; z-index: 2; width: min(var(--max), 100%); min-height: min(850px, 100svh); margin: 0 auto; display: flex; align-items: center; padding: 150px 5.6vw 90px; }
.hero-content { max-width: 760px; }
.eyebrow, .section-kicker { margin: 0 0 24px; text-transform: uppercase; font-size: 11px; letter-spacing: .22em; font-weight: 600; }
.eyebrow-light, .section-kicker-light { color: var(--sand); }
.eyebrow-rule { display: inline-block; width: 42px; height: 1px; margin: 0 12px 3px 0; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.045em; }
h1 { max-width: 820px; margin-bottom: 28px; font-size: clamp(3.8rem, 8vw, 7.7rem); line-height: .91; }
h1 em, h2 em, h3 em { color: var(--sand); font-style: italic; }
.hero-lead { max-width: 510px; margin-bottom: 36px; color: rgba(245, 241, 231, .82); font-size: clamp(1.03rem, 1.5vw, 1.23rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 13px 20px; border: 1px solid transparent; font-size: 12px; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--ivory); border-color: var(--ivory); color: var(--forest); }
.button-light:hover { background: transparent; color: var(--ivory); }
.button-dark { background: var(--forest); border-color: var(--forest); color: var(--ivory); }
.button-dark:hover { background: var(--forest-soft); border-color: var(--forest-soft); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.text-link span, .card-link span, .experience-link span, .footer-cta span { font-size: 17px; line-height: 0; }
.text-link-light { color: var(--ivory); border-color: rgba(245, 241, 231, .65); }
.text-link-dark { color: var(--forest); }
.hero-note { margin: 50px 0 0; color: rgba(245, 241, 231, .52); font: italic 16px/1.4 var(--display); }
.hero-caption { position: absolute; right: 5.6vw; bottom: 92px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; color: rgba(245, 241, 231, .64); text-transform: uppercase; font-size: 10px; letter-spacing: .17em; writing-mode: vertical-rl; }
.caption-line { width: 1px; height: 62px; background: var(--gold); }
.hero-scroll { position: absolute; z-index: 3; bottom: 28px; left: 5.6vw; display: flex; align-items: center; gap: 12px; color: rgba(245, 241, 231, .56); text-transform: uppercase; font-size: 10px; letter-spacing: .16em; }
.hero-scroll span { display: inline-block; width: 48px; height: 1px; background: var(--gold); }

.signal-bar { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 38px; padding: 42px 5.6vw; background: var(--forest); color: var(--ivory); }
.signal-lead { font: 400 clamp(1.4rem, 2.6vw, 2rem)/1.12 var(--display); letter-spacing: -.02em; }
.signal-lead span { color: var(--sand); font-style: italic; }
.signal-item { padding-left: 20px; border-left: 1px solid var(--line-light); }
.signal-number, .step-number, .experience-number, .note-type, .region-index { display: block; color: var(--gold); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.signal-item strong { display: block; margin: 9px 0 6px; font-size: 13px; font-weight: 600; letter-spacing: .03em; }
.signal-item p { max-width: 190px; margin: 0; color: rgba(245, 241, 231, .62); font-size: 13px; line-height: 1.45; }

.section-pad { width: min(var(--max), 100%); margin: 0 auto; padding: 128px 5.6vw; }
.manifesto { background: var(--paper); }
.manifesto-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 10%; align-items: end; }
.section-kicker { color: var(--forest-soft); }
h2 { font-size: clamp(3rem, 6vw, 6.4rem); line-height: .97; }
.manifesto h2 { margin: 0; }
.manifesto h2 em, .regions h2 em, .experiences h2 em, .field-notes h2 em { color: var(--forest-soft); }
.manifesto-copy { max-width: 510px; padding-bottom: 6px; }
.lead-copy { margin-bottom: 20px; color: var(--forest); font: 400 clamp(1.25rem, 2vw, 1.65rem)/1.32 var(--display); }
.manifesto-copy > p:not(.lead-copy) { margin-bottom: 28px; color: var(--muted); }
.process-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 112px; }
.process-step { padding: 25px 0 0; border-top: 1px solid var(--line); }
.process-step h3 { margin: 22px 0 8px; color: var(--forest); font: 400 2.1rem/1 var(--display); }
.process-step p { max-width: 260px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.regions { background: var(--ivory); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 55px; }
.section-heading h2 { margin: 0; }
.section-heading > p { max-width: 350px; margin: 0 0 5px; color: var(--muted); font-size: 15px; }
.region-grid { display: grid; grid-template-columns: 1.1fr 1fr .9fr; gap: 14px; }
.region-card { position: relative; min-height: 505px; overflow: hidden; background: var(--forest); color: var(--ivory); isolation: isolate; }
.region-card > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.25,1); }
.region-card:hover > img { transform: scale(1.04); }
.region-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7, 29, 24, .08) 15%, rgba(7, 29, 24, .87) 100%); }
.region-card-zanzibar { background: var(--forest-soft); }
.region-card-zanzibar::before { position: absolute; content: ""; inset: 0; background: radial-gradient(circle at 70% 15%, rgba(188, 142, 87, .26), transparent 32%), linear-gradient(145deg, rgba(245, 241, 231, .04), transparent 50%); z-index: -1; }
.sea-gesture { position: absolute; top: 70px; right: -10px; width: 82%; height: 160px; opacity: .58; transform: rotate(-12deg); }
.sea-gesture span { display: block; height: 34px; margin-bottom: 2px; border-top: 1px solid rgba(205, 184, 153, .65); border-radius: 50%; }
.region-content { position: absolute; right: 0; bottom: 0; left: 0; padding: 30px 28px 27px; }
.region-index { color: var(--sand); }
.region-content h3 { margin: 15px 0 18px; font: 400 clamp(2rem, 3vw, 3rem)/.96 var(--display); letter-spacing: -.035em; }
.region-content p { max-width: 300px; margin-bottom: 22px; color: rgba(245, 241, 231, .7); font-size: 14px; line-height: 1.5; }
.card-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid rgba(245, 241, 231, .6); color: var(--ivory); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

.section-cream { background: var(--cream); }
.section-heading-tight { margin-bottom: 46px; }
.experience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.experience-card { min-height: 310px; display: flex; flex-direction: column; align-items: flex-start; padding: 25px 0 0; border-top: 1px solid rgba(16, 47, 40, .3); }
.experience-card h3 { margin: 22px 0 12px; color: var(--forest); font: 400 2.05rem/1 var(--display); }
.experience-card p { min-height: 72px; margin-bottom: 22px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.experience-link { display: inline-flex; align-items: center; gap: 11px; margin-top: auto; padding: 0 0 4px; border: 0; border-bottom: 1px solid var(--forest); background: transparent; color: var(--forest); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

.point-of-view { background: var(--forest); color: var(--ivory); }
.pov-inner { display: grid; grid-template-columns: 110px 1.1fr .9fr; gap: 5%; align-items: start; }
.pov-mark { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font: italic 400 36px/1 var(--display); }
.pov-copy h2 { max-width: 650px; margin: 0 0 28px; color: var(--ivory); font-size: clamp(3rem, 5.5vw, 5.8rem); }
.pov-lead { max-width: 560px; margin: 0; color: rgba(245, 241, 231, .68); font-size: 16px; line-height: 1.65; }
.principles { padding-top: 74px; }
.principle { display: grid; grid-template-columns: 38px 1fr; column-gap: 12px; padding: 18px 0 17px; border-top: 1px solid var(--line-light); }
.principle span { grid-row: span 2; color: var(--gold); font-size: 10px; letter-spacing: .16em; }
.principle strong { font: 400 1.55rem/1 var(--display); }
.principle p { margin: 7px 0 0; color: rgba(245, 241, 231, .56); font-size: 13px; }

.field-notes { background: var(--paper); }
.notes-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 14px; }
.note-card { min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid var(--line); }
.note-card-feature { background: var(--forest); color: var(--ivory); border-color: var(--forest); }
.note-card-feature .note-type { color: var(--sand); }
.note-card h3 { margin: 25px 0 14px; font: 400 clamp(1.8rem, 2.7vw, 2.7rem)/1.02 var(--display); letter-spacing: -.025em; }
.note-card:not(.note-card-feature) h3 { color: var(--forest); }
.note-card p { max-width: 270px; margin-bottom: 25px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.note-card-feature p { color: rgba(245, 241, 231, .68); }
.note-card .text-link { margin-top: auto; }
.note-card-feature .text-link { color: var(--ivory); border-color: rgba(245, 241, 231, .6); }

.enquiry { background: var(--forest-deep); color: var(--ivory); }
.enquiry-inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8%; align-items: start; }
.enquiry-intro h2 { max-width: 620px; margin: 0 0 26px; color: var(--ivory); font-size: clamp(3.2rem, 5.9vw, 6.2rem); }
.enquiry-intro h2 em { color: var(--sand); }
.enquiry-intro > p { max-width: 420px; margin-bottom: 48px; color: rgba(245, 241, 231, .66); font-size: 16px; }
.contact-direct { display: grid; gap: 5px; padding-top: 22px; border-top: 1px solid var(--line-light); }
.contact-direct span { margin-bottom: 9px; color: var(--sand); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.contact-direct a { width: fit-content; border-bottom: 1px solid rgba(245, 241, 231, .44); font-size: 14px; }
.brief-form { padding: 34px 34px 30px; background: var(--ivory); color: var(--forest); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading span { font: 400 1.6rem/1 var(--display); }
.form-heading small { color: var(--muted); font-size: 12px; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 18px; }
.field { display: grid; gap: 7px; }
.field label, .preference-field legend { color: var(--forest); font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(16, 47, 40, .3); border-radius: 0; padding: 8px 0 10px; outline: none; background: transparent; color: var(--forest); font-size: 15px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 1px 0 var(--gold); }
.field input::placeholder, .field textarea::placeholder { color: #9a9e96; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--forest) 50%), linear-gradient(135deg, var(--forest) 50%, transparent 50%); background-position: calc(100% - 7px) 53%, 100% 53%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.field textarea { resize: vertical; min-height: 90px; }
.preference-field { margin: 28px 0 22px; padding: 0; border: 0; }
.preference-field legend { margin-bottom: 11px; }
.preference-grid { display: flex; gap: 8px; flex-wrap: wrap; }
.preference { padding: 9px 12px; border: 1px solid rgba(16, 47, 40, .3); background: transparent; color: var(--forest); font-size: 12px; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.preference:hover, .preference.is-selected { border-color: var(--forest); background: var(--forest); color: var(--ivory); }
.form-submit-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 26px; }
.form-note { max-width: 220px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.form-status { min-height: 24px; margin: 16px 0 0; color: var(--forest-soft); font-size: 13px; }

.site-footer { padding: 74px 5.6vw 22px; background: var(--forest); color: var(--ivory); }
.footer-main { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr auto; gap: 5%; align-items: start; padding-bottom: 60px; border-bottom: 1px solid var(--line-light); }
.brand-mark-footer { width: 42px; height: 42px; }
.footer-main > p { max-width: 320px; margin: 0; color: rgba(245, 241, 231, .6); font-size: 14px; }
.footer-cta { display: inline-flex; align-items: center; gap: 16px; padding-bottom: 7px; border-bottom: 1px solid rgba(245, 241, 231, .52); font: 400 1.35rem/1 var(--display); }
.footer-details { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding: 36px 0 54px; }
.footer-details > div { display: grid; align-content: start; gap: 5px; }
.footer-details span { margin-bottom: 8px; color: var(--gold); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.footer-details a, .footer-details p { width: fit-content; margin: 0; color: rgba(245, 241, 231, .7); font-size: 13px; line-height: 1.55; }
.footer-details a:hover, .footer-cta:hover { color: var(--sand); }
.footer-bottom { width: min(var(--max), 100%); margin: 0 auto; display: flex; justify-content: space-between; gap: 20px; color: rgba(245, 241, 231, .4); font-size: 11px; letter-spacing: .04em; }
.footer-bottom a { color: var(--sand); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .signal-bar { grid-template-columns: 1fr 1fr; }
  .signal-lead { grid-column: span 2; }
  .region-grid { grid-template-columns: repeat(2, 1fr); }
  .region-card-zanzibar { grid-column: span 2; min-height: 340px; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .pov-inner { grid-template-columns: 80px 1fr; }
  .principles { grid-column: 2; padding-top: 20px; }
  .enquiry-inner { gap: 5%; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-cta { grid-column: span 2; }
}

@media (max-width: 760px) {
  .site-header, .site-header.is-scrolled { padding: 18px 5vw; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 76px; right: 5vw; left: 5vw; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px; background: var(--forest); box-shadow: 0 18px 32px rgba(0, 0, 0, .2); }
  .site-header.nav-open .site-nav { display: flex; }
  .site-nav > a { padding: 14px 12px; }
  .site-nav > a:not(.nav-cta) { opacity: .9; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .hero-inner { min-height: 720px; align-items: flex-end; padding: 150px 5vw 80px; }
  .hero-caption { display: none; }
  .hero-scroll { left: 5vw; }
  h1 { font-size: clamp(3.65rem, 17vw, 5.9rem); }
  .hero-actions { gap: 20px; }
  .button { min-height: 48px; }
  /* Keep mobile CTAs quiet and typographic. The directional glyphs can render as emoji on some phones. */
  .button > span[aria-hidden="true"], .nav-cta > span[aria-hidden="true"], .text-link > span[aria-hidden="true"], .card-link > span[aria-hidden="true"], .experience-link > span[aria-hidden="true"], .footer-cta > span[aria-hidden="true"], .affiliate-link > span[aria-hidden="true"] { display: none; }
  .button, .text-link, .card-link, .experience-link, .footer-cta, .affiliate-link { gap: 0; }
  .signal-bar { grid-template-columns: 1fr; gap: 28px; padding: 38px 5vw; }
  .signal-lead { grid-column: auto; }
  .signal-item { padding: 0 0 0 16px; }
  .section-pad { padding: 84px 5vw; }
  .manifesto-grid, .enquiry-inner { grid-template-columns: 1fr; gap: 42px; }
  .process-row { grid-template-columns: 1fr; gap: 38px; margin-top: 70px; }
  .section-heading { display: block; margin-bottom: 36px; }
  .section-heading > p { margin-top: 24px; }
  .region-grid { grid-template-columns: 1fr; }
  .region-card, .region-card-zanzibar { grid-column: auto; min-height: 455px; }
  .region-card-zanzibar { min-height: 380px; }
  .experience-grid { grid-template-columns: 1fr; gap: 0; }
  .experience-card { min-height: 250px; padding: 24px 0 28px; }
  .experience-card p { min-height: 0; }
  .pov-inner { grid-template-columns: 1fr; gap: 36px; }
  .pov-mark { width: 56px; height: 56px; font-size: 28px; }
  .principles { grid-column: auto; padding-top: 0; }
  .notes-grid { grid-template-columns: 1fr; }
  .note-card, .note-card-feature { min-height: 265px; }
  .brief-form { padding: 26px 20px 22px; }
  .form-heading { display: grid; gap: 8px; }
  .field-grid { grid-template-columns: 1fr; gap: 19px; }
  .footer-main { grid-template-columns: 1fr; gap: 26px; }
  .footer-cta { grid-column: auto; width: fit-content; }
  .footer-details { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Richer editorial layers */
.brand-logo { display: block; width: 184px; height: auto; max-height: 42px; object-fit: contain; object-position: left center; }
.footer-brand .brand-logo { width: 198px; max-height: 48px; }
.hero-media { overflow: hidden; background: var(--forest-deep); }
.hero-video, .hero-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-video { z-index: 0; }
.hero-poster { z-index: -1; }
.signal-lead small { display: block; margin-top: 14px; color: rgba(245, 241, 231, .46); font: 600 10px/1.4 var(--sans); letter-spacing: .13em; text-transform: uppercase; }

.atlas { background: var(--paper); }
.atlas-grid { display: grid; grid-template-columns: 1fr 1.08fr .94fr; gap: 14px; }
.atlas-panel { min-height: 100%; padding: 30px 28px 14px; border: 1px solid var(--line); background: var(--ivory); }
.atlas-panel-forest { background: var(--forest); color: var(--ivory); border-color: var(--forest); }
.atlas-panel-coast { background: #d8c7a8; }
.atlas-panel-head { padding-bottom: 22px; }
.atlas-tag { display: block; color: var(--gold); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.atlas-panel-head h3 { margin: 18px 0 15px; color: var(--forest); font: 400 clamp(2rem, 3vw, 3rem)/.97 var(--display); letter-spacing: -.035em; }
.atlas-panel-forest .atlas-panel-head h3 { color: var(--ivory); }
.atlas-panel-head h3 em { color: var(--forest-soft); }
.atlas-panel-forest .atlas-panel-head h3 em { color: var(--sand); }
.atlas-panel-head p { max-width: 360px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.atlas-panel-forest .atlas-panel-head p { color: rgba(245, 241, 231, .66); }
.atlas-list { border-top: 1px solid var(--line); }
.atlas-panel-forest .atlas-list { border-color: var(--line-light); }
.atlas-place { padding: 19px 0 18px; border-bottom: 1px solid var(--line); }
.atlas-panel-forest .atlas-place { border-color: var(--line-light); }
.atlas-place h4 { margin: 0 0 6px; color: var(--forest); font: 600 14px/1.25 var(--sans); letter-spacing: .01em; }
.atlas-panel-forest .atlas-place h4 { color: var(--ivory); }
.atlas-place p { margin: 0 0 10px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.atlas-panel-forest .atlas-place p { color: rgba(245, 241, 231, .6); }
.atlas-place span { color: var(--gold); font-size: 10px; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }
.atlas-footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 28px; }
.atlas-footer p { margin: 0; color: var(--muted); font: italic 1.1rem/1.35 var(--display); }

.stays { background: var(--ivory); }
.stay-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stay-column { min-height: 650px; padding: 30px 28px 26px; border: 1px solid var(--line); background: var(--paper); }
.stay-column-kenya { background: #e3d8c4; }
.stay-column-tanzania { background: var(--forest); color: var(--ivory); border-color: var(--forest); }
.stay-column-coast { background: #d5c4a4; }
.stay-region { display: block; color: var(--gold); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.stay-column h3 { margin: 18px 0 16px; color: var(--forest); font: 400 clamp(2rem, 3vw, 3rem)/.96 var(--display); letter-spacing: -.035em; }
.stay-column-tanzania h3 { color: var(--ivory); }
.stay-column h3 em { color: var(--forest-soft); }
.stay-column-tanzania h3 em { color: var(--sand); }
.stay-column > p { min-height: 96px; margin: 0 0 28px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.stay-column-tanzania > p { color: rgba(245, 241, 231, .66); }
.stay-roster { padding: 18px 0 17px; border-top: 1px solid rgba(16, 47, 40, .2); }
.stay-column-tanzania .stay-roster { border-color: var(--line-light); }
.stay-roster h4 { margin: 0 0 6px; color: var(--forest); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.stay-column-tanzania .stay-roster h4 { color: var(--sand); }
.stay-roster p { margin: 0; color: var(--muted); font: 400 1.08rem/1.4 var(--display); }
.stay-column-tanzania .stay-roster p { color: rgba(245, 241, 231, .75); }
.stay-footer, .planning-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 30px; }
.stay-footer > p, .planning-footer > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.guide-links { display: flex; gap: 24px; flex-wrap: wrap; }

.experience-grid { row-gap: 16px; }
.experience-card:nth-child(n + 5) { border-top-color: rgba(16, 47, 40, .22); }

.field-films { background: var(--ivory); }
.film-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.film-card { overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.film-media { aspect-ratio: 16 / 9; overflow: hidden; background: var(--forest-deep); }
.film-media video { display: block; width: 100%; height: 100%; object-fit: cover; }
.film-copy { padding: 22px 22px 25px; }
.film-meta { display: block; margin-bottom: 15px; color: var(--gold); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.film-copy h3 { margin: 0 0 10px; color: var(--forest); font: 400 2rem/1 var(--display); }
.film-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.photo-essay { display: grid; grid-template-columns: 1.05fr 1.35fr .95fr; grid-template-rows: repeat(3, 260px); gap: 14px; margin-top: 52px; }
.photo-card { position: relative; min-height: 260px; overflow: hidden; background: var(--forest); color: var(--ivory); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.25,1); }
.photo-card:hover img { transform: scale(1.04); }
.photo-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 35%, rgba(7, 29, 24, .84) 100%); pointer-events: none; }
.photo-card figcaption { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; display: grid; gap: 4px; }
.photo-card figcaption span { color: var(--sand); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.photo-card figcaption strong { font: 400 1.6rem/1 var(--display); }
.photo-card:nth-child(1) { grid-column: 1; grid-row: span 2; }
.photo-card:nth-child(2) { grid-column: 2 / span 2; grid-row: 1; }
.photo-card:nth-child(3) { grid-column: 2; grid-row: 2; }
.photo-card:nth-child(4) { grid-column: 3; grid-row: 2; }
.photo-card:nth-child(5) { grid-column: 1 / span 2; grid-row: 3; }
.photo-card:nth-child(6) { grid-column: 3; grid-row: 3; }

.responsibility { position: relative; overflow: hidden; background: var(--forest-deep); color: var(--ivory); isolation: isolate; }
.responsibility::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(10, 33, 28, .98) 0%, rgba(10, 33, 28, .8) 55%, rgba(10, 33, 28, .94) 100%), url("/assets/topographic.png") center / cover; opacity: .95; }
.responsibility-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 8%; align-items: center; }
.responsibility-art { position: relative; min-height: 560px; overflow: hidden; background: var(--forest); }
.responsibility-art img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.responsibility-art::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(7, 29, 24, .82) 100%); }
.responsibility-art span { position: absolute; z-index: 1; bottom: 24px; left: 24px; max-width: 190px; color: var(--ivory); font: italic 1.5rem/1.05 var(--display); }
.responsibility-copy h2 { margin: 0 0 26px; color: var(--ivory); font-size: clamp(3.2rem, 5.3vw, 5.8rem); }
.responsibility-copy h2 em { color: var(--sand); }
.responsibility-lead { max-width: 580px; margin-bottom: 20px; color: rgba(245, 241, 231, .86); font: 400 clamp(1.25rem, 2vw, 1.65rem)/1.35 var(--display); }
.responsibility-copy > p:not(.responsibility-lead) { max-width: 550px; margin-bottom: 30px; color: rgba(245, 241, 231, .62); font-size: 15px; line-height: 1.65; }
.responsibility-principles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 78px; }
.responsibility-principle { padding-top: 18px; border-top: 1px solid var(--line-light); }
.responsibility-principle > span { display: block; margin-bottom: 18px; color: var(--gold); font-size: 10px; letter-spacing: .16em; }
.responsibility-principle h3 { margin: 0 0 8px; color: var(--ivory); font: 400 1.55rem/1 var(--display); }
.responsibility-principle p { margin: 0; color: rgba(245, 241, 231, .55); font-size: 13px; line-height: 1.5; }

.guest-stories { background: var(--cream); }
.stories-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 14px; }
.story-card { min-height: 360px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid rgba(16, 47, 40, .22); background: rgba(245, 241, 231, .42); }
.story-card-feature { background: var(--forest); color: var(--ivory); border-color: var(--forest); }
.story-person { display: flex; align-items: center; gap: 12px; margin-bottom: 32px; }
.story-person img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; filter: saturate(.75); }
.story-person span { color: var(--forest); font-size: 12px; font-weight: 600; letter-spacing: .05em; }
.story-card-feature .story-person span { color: var(--sand); }
.story-card blockquote { margin: 0; color: var(--forest); font: 400 clamp(1.35rem, 2vw, 1.85rem)/1.18 var(--display); letter-spacing: -.015em; }
.story-card-feature blockquote { color: var(--ivory); }
.story-place { margin-top: auto; padding-top: 24px; color: var(--gold); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }

.planning { background: var(--paper); }
.planning-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.planning-card { min-height: 280px; padding: 26px 24px; border: 1px solid var(--line); background: var(--ivory); }
.planning-label { display: block; margin-bottom: 24px; color: var(--gold); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.planning-card h3 { margin: 0 0 13px; color: var(--forest); font: 400 1.8rem/1 var(--display); }
.planning-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

@media (max-width: 1000px) {
  .atlas-grid, .stay-grid { grid-template-columns: 1fr 1fr; }
  .atlas-panel-coast, .stay-column-coast { grid-column: span 2; }
  .stay-column { min-height: 0; }
  .film-grid { grid-template-columns: 1fr 1fr; }
  .film-card:last-child { grid-column: span 2; }
  .responsibility-grid { gap: 5%; }
  .responsibility-principles { grid-template-columns: 1fr 1fr; row-gap: 28px; }
  .planning-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .site-header .brand-logo { width: 152px; max-height: 34px; }
  .hero-video { display: none; }
  .hero-poster { z-index: 0; display: block; }
  .atlas-grid, .stay-grid, .film-grid, .stories-grid, .planning-grid { grid-template-columns: 1fr; }
  .atlas-panel-coast, .stay-column-coast, .film-card:last-child { grid-column: auto; }
  .atlas-panel, .stay-column { padding: 25px 21px 12px; }
  .atlas-footer, .stay-footer, .planning-footer { display: block; }
  .atlas-footer .text-link, .stay-footer .guide-links, .planning-footer .text-link { margin-top: 22px; }
  .stay-column > p { min-height: 0; }
  .film-copy { padding: 19px 19px 23px; }
  .photo-essay { grid-template-columns: 1fr; grid-template-rows: none; margin-top: 38px; }
  .photo-card, .photo-card:nth-child(1), .photo-card:nth-child(2), .photo-card:nth-child(3), .photo-card:nth-child(4), .photo-card:nth-child(5), .photo-card:nth-child(6) { grid-column: auto; grid-row: auto; min-height: 300px; }
  .responsibility-grid { grid-template-columns: 1fr; gap: 42px; }
  .responsibility-art, .responsibility-art img { min-height: 360px; }
  .responsibility-principles { grid-template-columns: 1fr; margin-top: 52px; }
  .story-card { min-height: 320px; padding: 24px; }
  .story-person { margin-bottom: 25px; }
  .planning-card { min-height: 0; }
  .guide-links { display: grid; gap: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
  .hero-poster { z-index: 0; display: block; }
}

/* Full Field Notes reading views */
.note-reading { background: var(--ivory); color: var(--ink); }
.note-reading-intro { padding-bottom: 92px; }
.note-reading-intro h2 { margin: 0 0 22px; color: var(--forest); }
.note-reading-intro h2 em { color: var(--forest-soft); }
.note-reading-intro > p { max-width: 570px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.note-article { scroll-margin-top: 112px; padding: 98px 5.6vw 88px; border-top: 1px solid var(--line); background: var(--paper); }
.note-article-forest { background: var(--forest); color: var(--ivory); border-top-color: var(--line-light); }
.note-article-sand { background: #d8c7a8; }
.note-article-header, .note-article-body, .note-article-actions { width: min(1050px, 100%); margin-right: auto; margin-left: auto; }
.note-article-header { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 54px; align-items: start; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.note-article-forest .note-article-header { border-color: var(--line-light); }
.note-article .note-type { margin-bottom: 18px; color: var(--gold); }
.note-article-forest .note-type { color: var(--sand); }
.note-article-header h3 { max-width: 850px; margin: 0 0 20px; color: var(--forest); font: 400 clamp(3rem, 6.5vw, 6.8rem)/.92 var(--display); letter-spacing: -.045em; }
.note-article-forest .note-article-header h3 { color: var(--ivory); }
.note-article-sand .note-article-header h3 { color: var(--forest); }
.note-article-header h3 em { color: var(--forest-soft); }
.note-article-forest .note-article-header h3 em { color: var(--sand); }
.note-article-dek { max-width: 700px; margin: 0; color: var(--muted); font: 400 clamp(1.2rem, 2vw, 1.55rem)/1.36 var(--display); }
.note-article-forest .note-article-dek { color: rgba(245, 241, 231, .7); }
.note-back { display: inline-flex; align-items: center; gap: 9px; width: fit-content; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--forest); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.note-article-forest .note-back { color: var(--sand); }
.note-article-body { max-width: 780px; padding-top: 44px; }
.note-article-body > p { margin-bottom: 21px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.note-article-forest .note-article-body > p { color: rgba(245, 241, 231, .68); }
.note-article-body > p:first-child { color: var(--forest); font: 400 clamp(1.3rem, 2vw, 1.65rem)/1.42 var(--display); }
.note-article-forest .note-article-body > p:first-child { color: var(--ivory); }
.note-article-body h4 { margin: 38px 0 12px; color: var(--forest); font: 400 1.75rem/1.05 var(--display); }
.note-article-forest .note-article-body h4 { color: var(--ivory); }
.note-article-callout { margin: 38px 0 8px; padding: 22px 24px 21px; border-left: 2px solid var(--gold); background: rgba(16, 47, 40, .06); }
.note-article-callout span { display: block; margin-bottom: 9px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.note-article-callout p { margin: 0; color: var(--forest); font: italic 1.25rem/1.35 var(--display); }
.note-article-forest .note-article-callout { background: rgba(245, 241, 231, .06); }
.note-article-forest .note-article-callout p { color: var(--ivory); }
.note-article-actions { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 46px; padding-top: 26px; border-top: 1px solid var(--line); }
.note-article-forest .note-article-actions { border-color: var(--line-light); }
.note-article-actions .text-link-light { color: var(--ivory); border-color: rgba(245, 241, 231, .6); }
.note-principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; margin: 8px 0 28px; }
.note-principles > div { padding: 20px 0 18px; border-top: 1px solid rgba(16, 47, 40, .23); }
.note-principles > div > span { display: block; margin-bottom: 15px; color: var(--gold); font-size: 10px; letter-spacing: .16em; }
.note-principles h4 { margin: 0 0 9px; font-size: 1.45rem; }
.note-principles p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

@media (max-width: 760px) {
  .note-reading-intro { padding-bottom: 68px; }
  .note-article { padding: 67px 5vw 68px; }
  .note-article-header { grid-template-columns: 1fr; gap: 25px; padding-bottom: 28px; }
  .note-article-header h3 { font-size: clamp(2.9rem, 14vw, 5rem); }
  .note-article-dek { font-size: 1.25rem; }
  .note-article > .note-article-header, .note-article > .note-article-body, .note-article > .note-article-actions { width: 100%; }
  .note-article-body { padding-top: 34px; }
  .note-article-body > p { font-size: 16px; }
  .note-article-body > p:first-child { font-size: 1.32rem; }
  .note-principles { grid-template-columns: 1fr; gap: 0; }
  .note-article-actions { display: grid; align-items: start; gap: 20px; margin-top: 36px; }
}

/* UHNWI refinement layer */
.atlas-panel { scroll-margin-top: 112px; }
.region-actions { display: flex; align-items: center; gap: 17px; flex-wrap: wrap; }
.region-actions .card-link { font-size: 10px; }
.card-link-secondary { color: var(--sand); border-color: rgba(205, 184, 153, .55); opacity: .86; }
.card-link-secondary:hover { opacity: 1; }

.how-we-work { background: #e2d5bf; }
.how-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10%; align-items: end; }
.how-heading h2 { margin: 0; color: var(--forest); }
.how-heading h2 em { color: var(--forest-soft); }
.how-intro { max-width: 520px; padding-bottom: 5px; }
.how-intro .lead-copy { margin-bottom: 20px; }
.how-intro > p:not(.lead-copy) { margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 82px; }
.service-card { min-height: 250px; padding: 26px 24px 24px; border: 1px solid rgba(16, 47, 40, .18); border-top: 2px solid var(--gold); background: rgba(245, 241, 231, .48); }
.service-number { display: block; color: var(--gold); font-size: 10px; letter-spacing: .18em; }
.service-card h3 { margin: 24px 0 12px; color: var(--forest); font: 400 1.8rem/1 var(--display); }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.how-footer { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(16, 47, 40, .22); }
.how-footer p { max-width: 640px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.how-footer strong { color: var(--forest); font-weight: 600; }
.founder-story { background: var(--ivory); }
.founder-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9%; align-items: center; }
.founder-story-media { position: relative; min-height: 510px; overflow: hidden; background: var(--forest); }
.founder-story-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 48%, rgba(7, 29, 24, .75) 100%); pointer-events: none; }
.founder-story-media img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; }
.founder-story-media > span { position: absolute; z-index: 1; right: 24px; bottom: 22px; left: 24px; color: rgba(245, 241, 231, .82); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.founder-story-copy { max-width: 610px; }
.founder-story-copy h2 { margin: 0 0 28px; color: var(--forest); }
.founder-story-copy h2 em { color: var(--forest-soft); }
.founder-story-copy > p:not(.lead-copy) { max-width: 550px; margin-bottom: 30px; color: var(--muted); }
.founder-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 38px 0 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.founder-fact { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; }
.founder-fact strong { color: var(--gold); font: 400 clamp(2rem, 3vw, 3rem)/.95 var(--display); }
.founder-fact span { padding-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; }

.curated-stays { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.curated-stay { overflow: hidden; border: 1px solid var(--line); background: var(--forest); color: var(--ivory); }
.curated-stay-media { aspect-ratio: 16 / 9; overflow: hidden; background: var(--forest-deep); }
.curated-stay-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.25,1); }
.curated-stay:hover .curated-stay-media img { transform: scale(1.04); }
.curated-stay-copy { padding: 23px 22px 25px; }
.curated-stay-copy > span { display: block; margin-bottom: 15px; color: var(--sand); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.curated-stay-copy h3 { margin: 0 0 12px; color: var(--ivory); font: 400 1.85rem/1.02 var(--display); }
.curated-stay-copy p { margin: 0; color: rgba(245, 241, 231, .66); font-size: 14px; line-height: 1.55; }
.stay-curation-note { display: grid; grid-template-columns: 170px 1fr; gap: 28px; align-items: start; margin: 25px 0 30px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stay-curation-note > span { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.stay-curation-note p { max-width: 730px; margin: 0; color: var(--muted); font: italic 1.2rem/1.35 var(--display); }
.stay-verdict { margin: 0 0 13px; padding: 17px 0 18px; border-top: 1px solid rgba(16, 47, 40, .2); border-bottom: 1px solid rgba(16, 47, 40, .2); }
.stay-verdict > span { display: block; margin-bottom: 10px; color: var(--gold); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.stay-verdict strong { display: block; margin-bottom: 7px; color: var(--forest); font: 400 1.15rem/1.15 var(--display); }
.stay-verdict p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.stay-column-tanzania .stay-verdict { border-color: var(--line-light); }
.stay-column-tanzania .stay-verdict strong { color: var(--ivory); }
.stay-column-tanzania .stay-verdict p { color: rgba(245, 241, 231, .6); }
.stay-library { margin-top: 3px; border-top: 1px solid rgba(16, 47, 40, .2); }
.stay-library summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0 14px; color: var(--forest); cursor: pointer; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; list-style: none; }
.stay-library summary::-webkit-details-marker { display: none; }
.stay-library summary span { color: var(--gold); font: 400 20px/1 var(--sans); transition: transform .2s ease; }
.stay-library[open] summary span { transform: rotate(45deg); }
.stay-column-tanzania .stay-library { border-color: var(--line-light); }
.stay-column-tanzania .stay-library summary { color: var(--sand); }
.stay-column-tanzania .stay-roster { border-color: var(--line-light); }

.itineraries { background: var(--paper); }
.itinerary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.itinerary-card { overflow: hidden; border: 1px solid var(--line); background: var(--ivory); }
.itinerary-card-tanzania { background: var(--forest); color: var(--ivory); border-color: var(--forest); }
.itinerary-card-coast { background: #d8c7a8; }
.itinerary-media { aspect-ratio: 16 / 9; overflow: hidden; background: var(--forest-deep); }
.itinerary-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.25,1); }
.itinerary-card:hover .itinerary-media img { transform: scale(1.04); }
.itinerary-copy { padding: 24px 24px 26px; }
.itinerary-meta { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 22px; color: var(--gold); font-size: 10px; letter-spacing: .12em; line-height: 1.45; text-transform: uppercase; }
.itinerary-meta span:last-child { text-align: right; color: var(--muted); }
.itinerary-card-tanzania .itinerary-meta span:last-child { color: rgba(245, 241, 231, .55); }
.itinerary-copy h3 { margin: 0 0 15px; color: var(--forest); font: 400 clamp(2rem, 3vw, 3rem)/.96 var(--display); letter-spacing: -.035em; }
.itinerary-card-tanzania .itinerary-copy h3 { color: var(--ivory); }
.itinerary-copy h3 em { color: var(--forest-soft); }
.itinerary-card-tanzania .itinerary-copy h3 em { color: var(--sand); }
.itinerary-copy > p { min-height: 98px; margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.itinerary-card-tanzania .itinerary-copy > p { color: rgba(245, 241, 231, .66); }
.itinerary-detail { display: grid; gap: 5px; margin-bottom: 24px; padding: 14px 0 15px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.itinerary-card-tanzania .itinerary-detail { border-color: var(--line-light); }
.itinerary-detail span { color: var(--gold); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.itinerary-detail strong { color: var(--forest); font-size: 13px; font-weight: 600; }
.itinerary-card-tanzania .itinerary-detail strong { color: var(--ivory); }
.itinerary-note { display: grid; grid-template-columns: 170px 1fr; gap: 28px; align-items: start; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); }
.itinerary-note > span { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.itinerary-note p { max-width: 730px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.enquiry-assurance { display: grid; gap: 8px; max-width: 430px; margin: 0 0 42px; padding: 20px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.enquiry-assurance strong { color: var(--sand); font: 400 1.45rem/1.05 var(--display); }
.enquiry-assurance span { color: rgba(245, 241, 231, .58); font-size: 13px; line-height: 1.55; }
.enquiry-assurance .response-promise { margin-top: 5px; color: var(--ivory); font: 600 12px/1.4 var(--body); letter-spacing: .02em; }
.discretion-note { display: grid; gap: 7px; max-width: 430px; margin: -18px 0 38px; padding: 14px 16px; border-left: 2px solid var(--gold); background: rgba(245, 241, 231, .06); }
.discretion-note span { color: var(--sand); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.discretion-note p { margin: 0; color: rgba(245, 241, 231, .66); font-size: 12px; line-height: 1.5; }
.form-heading small { max-width: 215px; line-height: 1.35; }
.button-outline-dark { border-color: rgba(16, 47, 40, .45); background: transparent; color: var(--forest); }
.button-outline-dark:hover { border-color: var(--forest); background: var(--forest); color: var(--ivory); }
.form-next-step { margin-top: 24px; padding: 20px 20px 18px; border-left: 2px solid var(--gold); background: var(--paper); }
.form-next-step strong { display: block; margin-bottom: 7px; color: var(--forest); font: 400 1.4rem/1 var(--display); }
.form-next-step p { max-width: 520px; margin: 0 0 17px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.form-next-step p a { color: var(--forest); border-bottom: 1px solid rgba(16, 47, 40, .4); }
.next-step-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }

@media (max-width: 1000px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .curated-stays, .itinerary-grid { grid-template-columns: repeat(2, 1fr); }
  .curated-stay:last-child, .itinerary-card:last-child { grid-column: span 2; }
  .itinerary-copy > p { min-height: 0; }
  .founder-story-grid { grid-template-columns: 1fr; gap: 46px; }
  .founder-story-media, .founder-story-media img { min-height: 420px; }
}

@media (max-width: 760px) {
  .how-heading { grid-template-columns: 1fr; gap: 32px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 60px; }
  .service-card { min-height: 0; }
  .how-footer, .stay-curation-note, .itinerary-note { display: block; }
  .how-footer .text-link, .itinerary-note p { margin-top: 20px; }
  .founder-story-media, .founder-story-media img { min-height: 330px; }
  .founder-facts { grid-template-columns: 1fr; gap: 0; }
  .founder-fact { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .founder-fact:last-child { border-bottom: 0; }
  .curated-stays, .itinerary-grid { grid-template-columns: 1fr; }
  .curated-stay:last-child, .itinerary-card:last-child { grid-column: auto; }
  .stay-curation-note > span, .itinerary-note > span { display: block; margin-bottom: 14px; }
  .itinerary-meta { display: grid; justify-content: start; gap: 6px; }
  .itinerary-meta span:last-child { text-align: left; }
  .enquiry-assurance { margin-bottom: 34px; }
  .next-step-actions .button { width: 100%; }
}

/* UHNWI detail layer */
.client-standard { display: grid; grid-template-columns: .78fr 1.22fr; gap: 8%; margin-top: 72px; padding-top: 28px; border-top: 1px solid rgba(16, 47, 40, .22); }
.client-standard-intro > span, .standard-list > div > span { display: block; color: var(--gold); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.client-standard-intro h3 { margin: 20px 0 14px; color: var(--forest); font: 400 clamp(2.4rem, 4vw, 4rem) / .96 var(--display); letter-spacing: -.03em; }
.client-standard-intro h3 em { color: var(--forest-soft); }
.client-standard-intro p { max-width: 340px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.standard-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.standard-list > div { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 18px 0 17px; border-top: 1px solid rgba(16, 47, 40, .18); }
.standard-list > div > span { padding-top: 3px; }
.standard-list strong { display: block; margin-bottom: 7px; color: var(--forest); font: 400 1.4rem / 1 var(--display); }
.standard-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.experience-intro-note { max-width: 560px; margin: -20px 0 34px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.experience-more { margin-top: 28px; border-top: 1px solid rgba(16, 47, 40, .28); }
.experience-more summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0 16px; color: var(--forest); cursor: pointer; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; list-style: none; }
.experience-more summary::-webkit-details-marker { display: none; }
.experience-more summary span { color: var(--gold); font: 400 20px / 1 var(--sans); transition: transform .2s ease; }
.experience-more[open] summary span { transform: rotate(45deg); }
.experience-grid-more { margin-top: 0; padding-bottom: 10px; }
.story-signal { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-size: 10px; letter-spacing: .16em; }
.story-card-feature .story-signal { border-color: var(--sand); color: var(--sand); }
.confidence-claim { margin: 0; color: var(--forest); font: 400 clamp(1.35rem, 2vw, 1.85rem) / 1.18 var(--display); letter-spacing: -.015em; }
.story-card-feature .confidence-claim { color: var(--ivory); }
.confidence-note { margin: 26px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.operations-note { display: grid; grid-template-columns: 170px 1fr auto; gap: 28px; align-items: start; margin-top: 38px; padding: 23px 0 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.operations-note > span { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.operations-note strong { display: block; margin-bottom: 8px; color: var(--forest); font: 400 1.45rem / 1.05 var(--display); }
.operations-note p { max-width: 690px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.operations-note .text-link { align-self: end; margin-bottom: 2px; white-space: nowrap; }
.client-faq { background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0 20px; color: var(--forest); cursor: pointer; font: 400 1.45rem / 1.1 var(--display); list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--gold); font: 400 20px / 1 var(--sans); transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { max-width: 540px; margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.form-note small { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.35; }
.button-whatsapp { border-color: rgba(16, 47, 40, .4); background: #d9e9de; color: var(--forest); }
.button-whatsapp:hover { border-color: #b7d5c1; background: #b7d5c1; color: var(--forest); }

@media (max-width: 1000px) {
  .client-standard { grid-template-columns: 1fr; gap: 34px; }
  .standard-list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .client-standard { margin-top: 56px; }
  .standard-list { grid-template-columns: 1fr; }
  .experience-intro-note { margin: -12px 0 28px; }
  .operations-note { display: block; }
  .operations-note > span { display: block; margin-bottom: 14px; }
  .operations-note .text-link { display: inline-flex; margin-top: 20px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-item summary { font-size: 1.3rem; }
  .form-note { max-width: 100%; }
}

/* Field notes open as a focused reading state */
.note-open { appearance: none; border: 0; background: transparent; padding: 0 0 4px; }
.note-card-feature .note-open { color: var(--ivory); }
.note-open:focus-visible, .note-dialog-close:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
dialog.note-reading { width: min(1080px, calc(100% - 32px)); max-width: 1080px; max-height: min(92vh, 1100px); margin: auto; padding: 0; overflow: auto; border: 0; background: var(--ivory); color: var(--ink); box-shadow: 0 28px 90px rgba(0, 0, 0, .32); }
dialog.note-reading:not([open]) { display: none; }
dialog.note-reading::backdrop { background: rgba(7, 29, 24, .78); backdrop-filter: blur(5px); }
.note-reading-shell { position: relative; }
.note-dialog-close { position: sticky; z-index: 4; top: 20px; float: right; display: inline-flex; align-items: center; gap: 11px; margin: 20px 22px -42px 0; padding: 9px 12px; border: 1px solid rgba(16, 47, 40, .3); background: rgba(245, 241, 231, .9); color: var(--forest); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.note-dialog-close span { color: var(--gold); font-size: 20px; font-weight: 400; line-height: .7; }
.note-reading-intro { padding-top: 60px; padding-bottom: 64px; }
.note-reading-intro h2 { font-size: clamp(3rem, 6vw, 5.6rem); }
.note-article { display: none; }
.note-article.is-active { display: block; }
.note-article-actions .note-back { cursor: pointer; }

@media (max-width: 760px) {
  dialog.note-reading { width: calc(100% - 16px); max-height: 96vh; }
  .note-dialog-close { top: 10px; margin: 10px 12px -40px 0; }
  .note-reading-intro { padding-top: 50px; padding-bottom: 50px; }
}

/* Credibility and media attribution */
.story-person { align-items: flex-start; }
.story-identity { display: grid; gap: 5px; }
.story-identity span { color: var(--forest); font-size: 12px; font-weight: 600; letter-spacing: .05em; }
.story-card-feature .story-identity span { color: var(--sand); }
.story-identity small { color: var(--muted); font-size: 11px; line-height: 1.35; }
.story-card-feature .story-identity small { color: rgba(245, 241, 231, .55); }
.story-card blockquote { min-height: 145px; }
.story-meta { display: flex; justify-content: space-between; gap: 14px; width: 100%; margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(16, 47, 40, .15); }
.story-meta span { color: var(--gold); font-size: 10px; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.story-meta span:last-child { color: var(--muted); text-align: right; }
.story-card-feature .story-meta { border-color: var(--line-light); }
.story-card-feature .story-meta span:last-child { color: rgba(245, 241, 231, .55); }
.story-outcome { display: grid; gap: 6px; margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(16, 47, 40, .12); }
.story-outcome span { color: var(--gold); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.story-outcome strong { color: var(--forest); font: 400 1.15rem / 1.12 var(--display); }
.story-card-feature .story-outcome { border-color: var(--line-light); }
.story-card-feature .story-outcome strong { color: var(--ivory); }
.media-credits { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line-light); }
.media-credits summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 0 14px; color: var(--sand); cursor: pointer; font-size: 10px; font-weight: 600; letter-spacing: .16em; list-style: none; text-transform: uppercase; }
.media-credits summary::-webkit-details-marker { display: none; }
.media-credits summary span { color: var(--gold); font: 400 20px / 1 var(--sans); transition: transform .2s ease; }
.media-credits[open] summary span { transform: rotate(45deg); }
.media-credits-copy { max-width: 940px; padding: 5px 0 4px; }
.media-credits-copy > p { max-width: 700px; margin: 0 0 20px; color: rgba(245, 241, 231, .58); font-size: 13px; line-height: 1.55; }
.credits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 34px; }
.credit-item { padding: 16px 0 15px; border-top: 1px solid var(--line-light); }
.credit-item > span { display: block; margin-bottom: 8px; color: var(--gold); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.credit-item p { margin: 0; color: rgba(245, 241, 231, .66); font-size: 13px; line-height: 1.55; }
.credit-item p + p { margin-top: 5px; color: rgba(245, 241, 231, .42); font-size: 11px; }
.credit-item a { display: inline-flex; margin-top: 10px; color: var(--sand); border-bottom: 1px solid rgba(205, 184, 153, .45); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 760px) {
  .story-card blockquote { min-height: 0; }
  .story-meta { display: grid; gap: 8px; }
  .story-meta span:last-child { text-align: left; }
  .credits-grid { grid-template-columns: 1fr; }
}

/* Instagram link */
.footer-details .instagram-link { display: inline-grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(245, 241, 231, .48); border-radius: 50%; color: var(--sand); transition: color .2s ease, background .2s ease, border-color .2s ease; }
.footer-details .instagram-link svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.footer-details .instagram-link:hover { border-color: var(--sand); background: var(--sand); color: var(--forest); }

/* Decision confidence layer */
.hero-proof { display: flex; flex-wrap: wrap; gap: 9px 22px; margin: 31px 0 17px; padding-top: 18px; border-top: 1px solid rgba(245, 241, 231, .26); }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; color: rgba(245, 241, 231, .78); font-size: 10px; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.hero-proof span::before { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); content: ""; }
.founder-observation { max-width: 530px; margin: 30px 0; padding: 18px 20px 19px; border-left: 2px solid var(--gold); background: rgba(16, 47, 40, .055); }
.founder-observation span { display: block; margin-bottom: 9px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.founder-observation p { margin: 0; color: var(--forest); font: italic 1.35rem / 1.25 var(--display); }
.founder-assurance { display: grid; gap: 7px; max-width: 510px; margin: 24px 0 26px; padding: 15px 18px 16px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.founder-assurance span { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.founder-assurance p { margin: 0; color: var(--forest); font-size: 14px; line-height: 1.5; }
.choice-summary { background: var(--paper); }
.choice-summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.choice-summary-card { min-height: 205px; padding: 24px 22px 22px; border-right: 1px solid var(--line); }
.choice-summary-card:last-child { border-right: 0; }
.choice-summary-card > span { display: block; margin-bottom: 30px; color: var(--gold); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.choice-summary-card h3 { max-width: 180px; margin: 0 0 12px; color: var(--forest); font: 400 1.45rem / 1.06 var(--display); }
.choice-summary-card p { max-width: 220px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.48; }
.choice-summary-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 20px; }
.choice-summary-footer > span { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.form-heading small { max-width: 270px; }

@media (max-width: 760px) {
  .hero-proof { display: grid; gap: 9px; }
  .choice-summary-grid { grid-template-columns: 1fr 1fr; }
  .choice-summary-card:nth-child(2) { border-right: 0; }
  .choice-summary-card:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 520px) {
  .choice-summary-grid { grid-template-columns: 1fr; }
  .choice-summary-card, .choice-summary-card:nth-child(2) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .choice-summary-card:last-child { border-bottom: 0; }
  .choice-summary-card > span { margin-bottom: 18px; }
  .choice-summary-footer { display: grid; gap: 11px; }
}

/* Affiliated regional guides */
.affiliated-guides { display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; align-items: start; margin-top: 34px; padding: 22px 0 21px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.affiliated-guides-intro > span { display: block; margin-bottom: 8px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.affiliated-guides-intro p { max-width: 280px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.affiliated-guides-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.affiliate-link { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; min-height: 68px; padding: 12px 14px; border: 1px solid rgba(16, 47, 40, .2); background: rgba(245, 241, 231, .5); transition: border-color .2s ease, background .2s ease; }
.affiliate-link > span:first-child { color: var(--gold); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.affiliate-link strong { color: var(--forest); font: 400 clamp(.96rem, 1.35vw, 1.1rem) / 1.08 var(--display); }
.affiliate-link > span:last-child { color: var(--gold); font-size: 18px; }
.affiliate-link:hover { border-color: var(--gold); background: var(--ivory); }
.access-proof { display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; margin-top: 34px; padding: 26px 0 0; border-top: 1px solid var(--line); }
.access-proof-heading > span, .access-proof-note > span, .access-case > span { display: block; margin-bottom: 9px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.access-proof-heading h3 { margin: 0; color: var(--forest); font: 400 clamp(1.8rem, 3vw, 2.5rem) / 1.02 var(--display); }
.access-proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 22px; }
.access-proof-item { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: baseline; padding: 15px 0; border-top: 1px solid var(--line); }
.access-proof-item strong { color: var(--forest); font: 400 1.45rem / 1 var(--display); }
.access-proof-item span { color: var(--muted); font-size: 12px; line-height: 1.4; }
.access-proof-note { grid-column: 1 / -1; margin-top: 16px; padding: 17px 19px; border-left: 2px solid var(--gold); background: rgba(16, 47, 40, .045); }
.access-proof-note p { max-width: 760px; margin: 0; color: var(--forest); font-size: 14px; line-height: 1.5; }
.partner-network { grid-column: 1 / -1; display: grid; gap: 13px; margin-top: 8px; padding: 20px 0 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partner-network > span { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.partner-network-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.partner-network-grid > div { display: grid; gap: 6px; }
.partner-network-grid strong { color: var(--forest); font: 400 1.25rem / 1 var(--display); }
.partner-network-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.partner-network small { color: var(--muted); font-size: 11px; line-height: 1.4; }
.access-case { grid-column: 1 / -1; display: grid; gap: 8px; margin-top: 8px; padding: 20px 0 2px; border-top: 1px solid var(--line); }
.access-case strong { max-width: 640px; color: var(--forest); font: 400 1.45rem / 1.08 var(--display); }
.access-case p { max-width: 820px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.access-case-outcome { display: grid; gap: 6px; max-width: 700px; margin: 8px 0 2px; padding: 13px 15px; background: rgba(16, 47, 40, .045); }
.access-case-outcome span { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.access-case-outcome strong { color: var(--forest); font: 400 1.2rem / 1.12 var(--display); }
.access-case small { color: var(--muted); font-size: 11px; line-height: 1.4; }
.story-source { display: grid; gap: 4px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); }
.story-source span { color: var(--gold); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.story-source strong { color: var(--muted); font-size: 11px; font-weight: 500; line-height: 1.4; }
.evidence-standard { background: var(--paper); }
.evidence-standard-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.evidence-standard-card { min-height: 205px; padding: 24px 22px 22px; border-right: 1px solid var(--line); }
.evidence-standard-card:last-child { border-right: 0; }
.evidence-standard-card > span { display: block; margin-bottom: 28px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.evidence-standard-card h3 { max-width: 220px; margin: 0 0 12px; color: var(--forest); font: 400 1.45rem / 1.06 var(--display); }
.evidence-standard-card p { max-width: 280px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.brief-path { display: grid; gap: 10px; max-width: 430px; margin-top: 36px; padding-top: 17px; border-top: 1px solid var(--line-light); }
.brief-path > span { color: var(--sand); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.brief-path ol { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; counter-reset: brief-step; }
.brief-path li { display: grid; grid-template-columns: 20px 1fr; gap: 8px; align-items: baseline; color: rgba(245, 241, 231, .68); font-size: 12px; line-height: 1.4; counter-increment: brief-step; }
.brief-path li::before { color: var(--gold); content: counter(brief-step, decimal-leading-zero); font-size: 9px; letter-spacing: .08em; }
.stewardship-standard { background: var(--cream); }
.stewardship-standard-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stewardship-standard-card { min-height: 220px; padding: 24px 22px 22px; border-right: 1px solid var(--line); }
.stewardship-standard-card:last-child { border-right: 0; }
.stewardship-standard-card > span, .stewardship-standard-footer > span { display: block; margin-bottom: 27px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.stewardship-standard-card h3 { max-width: 190px; margin: 0 0 12px; color: var(--forest); font: 400 1.45rem / 1.06 var(--display); }
.stewardship-standard-card p { max-width: 230px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.stewardship-standard-footer { display: grid; grid-template-columns: 170px 1fr; gap: 28px; align-items: baseline; padding-top: 20px; }
.stewardship-standard-footer > span { margin: 0; }
.stewardship-standard-footer strong { color: var(--forest); font: 400 1.25rem / 1.15 var(--display); }
.proposal-standard { background: var(--paper); }
.proposal-standard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 50px; border-top: 1px solid var(--line); }
.proposal-standard-list > div { display: grid; gap: 7px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.proposal-standard-list span { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.proposal-standard-list strong { max-width: 520px; color: var(--forest); font-size: 14px; font-weight: 500; line-height: 1.45; }
.proposal-standard-note { max-width: 760px; margin: 22px 0 0; padding-left: 15px; border-left: 2px solid var(--gold); color: var(--muted); font-size: 13px; line-height: 1.5; }
.evidence-request { display: grid; grid-template-columns: 180px 1fr auto; gap: 24px; align-items: baseline; margin-top: 22px; padding: 20px 0 0; border-top: 1px solid var(--line); }
.evidence-request > span, .journey-support-grid span { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.evidence-request p { max-width: 660px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.evidence-request .text-link { white-space: nowrap; }
.journey-support { background: var(--ivory); }
.journey-support-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journey-support-grid article { min-height: 230px; padding: 24px 0; border-right: 1px solid var(--line); }
.journey-support-grid article:last-child { border-right: 0; }
.journey-support-grid h3 { margin: 25px 0 12px; color: var(--forest); font: 400 1.5rem / 1.05 var(--display); }
.journey-support-grid p { max-width: 290px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.support-boundary { max-width: 760px; margin: 20px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
@media (max-width: 760px) {
  .evidence-standard-grid { grid-template-columns: 1fr; }
  .evidence-standard-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .evidence-standard-card:last-child { border-bottom: 0; }
  .evidence-standard-card > span { margin-bottom: 18px; }
  .stewardship-standard-grid { grid-template-columns: 1fr 1fr; }
  .stewardship-standard-card:nth-child(2) { border-right: 0; }
  .stewardship-standard-card:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .proposal-standard-grid { grid-template-columns: 1fr; gap: 0; }
  .evidence-request { grid-template-columns: 1fr; gap: 10px; }
  .evidence-request .text-link { width: fit-content; }
  .journey-support-grid { grid-template-columns: 1fr; gap: 0; }
  .journey-support-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .journey-support-grid article:last-child { border-bottom: 0; }
}
@media (max-width: 520px) {
  .stewardship-standard-grid { grid-template-columns: 1fr; }
  .stewardship-standard-card, .stewardship-standard-card:nth-child(2) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .stewardship-standard-card:last-child { border-bottom: 0; }
  .stewardship-standard-card > span { margin-bottom: 18px; }
  .stewardship-standard-footer { grid-template-columns: 1fr; gap: 9px; }
}

@media (max-width: 760px) {
  .affiliated-guides { display: block; }
  .affiliated-guides-intro { margin-bottom: 18px; }
  .affiliated-guides-links { grid-template-columns: 1fr; }
  .access-proof { display: block; }
  .access-proof-heading { margin-bottom: 20px; }
  .access-proof-grid { gap: 0 14px; }
  .partner-network-grid { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 520px) {
  .access-proof-grid { grid-template-columns: 1fr; }
}

.commercial-hero { position: relative; min-height: 680px; overflow: hidden; display: flex; align-items: end; color: var(--ivory); background: var(--forest); isolation: isolate; }
.commercial-hero-media, .commercial-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.commercial-hero-media img { object-fit: cover; object-position: center; }
.commercial-hero .hero-wash { z-index: 1; }
.commercial-hero-inner { position: relative; z-index: 2; width: min(var(--max),100%); padding: 170px 5.6vw 90px; }
.commercial-hero h1 { max-width: 860px; margin-bottom: 28px; }
.commercial-section { background: var(--paper); }
.commercial-kicker { margin-bottom: 34px; color: var(--forest-soft); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.commercial-body { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 60px; max-width: 980px; border-top: 1px solid var(--line); }
.commercial-body article { padding: 28px 0 30px; border-bottom: 1px solid var(--line); }
.commercial-body h2 { margin: 0 0 13px; color: var(--forest); font: 400 clamp(1.65rem, 2.6vw, 2.45rem)/1 var(--display); letter-spacing: -.03em; }
.commercial-body p { max-width: 480px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.commercial-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 42px; }
.commercial-card { min-height: 250px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); background: var(--ivory); }
.commercial-card h3 { margin: 25px 0 12px; color: var(--forest); font: 400 clamp(1.5rem, 2.4vw, 2.3rem)/1.03 var(--display); }
.commercial-card p { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.commercial-card .text-link { margin-top: auto; width: fit-content; }
.commercial-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 42px; }
.reviewed { margin: 62px 0 0; color: var(--muted); font-size: 12px; }
.commercial-trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.commercial-trust-strip article { min-height: 190px; padding: 24px 22px 22px 0; border-right: 1px solid var(--line); }
.commercial-trust-strip article:not(:first-child) { padding-left: 22px; }
.commercial-trust-strip article:last-child { border-right: 0; }
.commercial-trust-strip span { display: block; margin-bottom: 22px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.commercial-trust-strip strong { display: block; margin-bottom: 10px; color: var(--forest); font: 400 1.35rem / 1.05 var(--display); }
.commercial-trust-strip p { max-width: 270px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.commercial-form { max-width: 920px; margin-top: 10px; }
.commercial-form .form-heading small { max-width: 210px; text-align: right; }
.commercial-form .form-status { min-height: 24px; color: var(--forest); font-weight: 600; }
.commercial-form .field-grid { grid-template-columns: repeat(2, 1fr); }
.commercial-form select, .commercial-form input, .commercial-form textarea { width: 100%; }
.form-more { margin: 22px 0; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.form-more summary { display: flex; align-items: center; justify-content: space-between; color: var(--forest); cursor: pointer; font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.form-more summary span { color: var(--gold); font-size: 18px; font-weight: 400; }
.form-more[open] summary { margin-bottom: 24px; }
.form-more .field-grid { margin-bottom: 22px; }
@media (max-width: 760px) {
  .commercial-hero { min-height: 620px; }
  .commercial-hero-inner { padding-top: 140px; padding-bottom: 64px; }
  .commercial-body, .commercial-cards { grid-template-columns: 1fr; }
  .commercial-form .field-grid { grid-template-columns: 1fr; }
  .commercial-form .form-heading { display: block; }
  .commercial-form .form-heading small { margin-top: 12px; text-align: left; }
  .commercial-trust-strip { grid-template-columns: 1fr; }
  .commercial-trust-strip article, .commercial-trust-strip article:not(:first-child) { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .commercial-trust-strip article:last-child { border-bottom: 0; }
}
