:root {
  --ink: #18211d;
  --ink-soft: #5b665f;
  --paper: #f5f1e8;
  --paper-deep: #e8e0d0;
  --forest: #10221c;
  --forest-soft: #18352b;
  --lime: #d9ef74;
  --orange: #e96f3c;
  --line: rgba(24, 33, 29, 0.18);
  --line-light: rgba(255, 255, 255, 0.18);
  --white: #fffdf8;
  --shell: min(1240px, calc(100vw - 48px));
  --radius: 22px;
  --shadow: 0 30px 80px rgba(15, 31, 25, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

::selection { background: var(--lime); color: var(--forest); }

.shell { width: var(--shell); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; background: var(--lime); color: var(--forest); border-radius: 999px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 82px;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.site-header.is-scrolled { background: rgba(245, 241, 232, .88); backdrop-filter: blur(18px); border-color: var(--line); }
.site-header.is-hidden { transform: translateY(-100%); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 38px; height: 38px; }
.brand-name { font-size: 1.08rem; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: .89rem; font-weight: 650; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .2s ease; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 11px 17px; border: 1px solid var(--ink); border-radius: 999px; transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1.5px; margin: 7px 0; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4.25px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4.25px) rotate(-45deg); }

.hero { position: relative; min-height: 860px; padding-top: 82px; overflow: hidden; background: var(--paper); }
.hero-grid { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 82px 82px; mask-image: linear-gradient(to bottom, black, transparent 78%); pointer-events: none; }
.hero-layout { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 74px; min-height: 706px; padding-block: 70px 54px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; }
.eyebrow > span { width: 25px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; line-height: .95; }
h1 { max-width: 760px; margin-bottom: 32px; font-size: clamp(4.5rem, 7.7vw, 7.75rem); }
h1 em { color: var(--orange); font-weight: 400; }
.hero-lede { max-width: 560px; margin-bottom: 34px; color: var(--ink-soft); font-size: 1.13rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 22px; border-radius: 999px; font-size: .88rem; font-weight: 750; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: var(--white); box-shadow: 0 12px 30px rgba(16, 34, 28, .18); }
.button-primary:hover { background: var(--forest-soft); }
.button-outline { border: 1px solid var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--paper); }
.text-link { display: inline-flex; gap: 9px; align-items: center; padding-block: 8px; border-bottom: 1px solid currentColor; font-weight: 700; font-size: .9rem; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.hero-stats { display: flex; gap: 42px; margin: 56px 0 0; }
.hero-stats div { display: grid; gap: 1px; }
.hero-stats dt { font-family: Georgia, serif; font-size: 1.75rem; line-height: 1; }
.hero-stats dd { margin: 0; color: var(--ink-soft); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { justify-self: stretch; }
.hero-image-wrap { position: relative; padding: 15px; border-radius: 42% 42% 14px 14px / 33% 33% 14px 14px; background: var(--forest); box-shadow: var(--shadow); }
.hero-image { width: 100%; aspect-ratio: .9; object-fit: cover; border-radius: inherit; }
.hero-tag { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 168px; padding: 13px 16px; background: rgba(255,253,248,.95); border: 1px solid rgba(16,34,28,.12); box-shadow: 0 14px 40px rgba(16,34,28,.15); backdrop-filter: blur(12px); }
.hero-tag small { display: block; color: var(--ink-soft); font-size: .63rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .1em; }
.hero-tag strong { display: block; font-family: Georgia, serif; font-size: 1.04rem; font-weight: 400; }
.hero-tag-top { top: 24%; left: -49px; border-radius: 14px 14px 14px 2px; }
.hero-tag-bottom { right: -22px; bottom: 13%; border-radius: 14px 2px 14px 14px; }
.tag-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(233,111,60,.14); }
.hero-tag-number { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--lime); font-size: .8rem; font-weight: 800; }
.image-caption { display: flex; justify-content: space-between; margin: 13px 4px 0; color: var(--ink-soft); font-size: .62rem; letter-spacing: .12em; }
.hero-marquee { position: absolute; bottom: 0; left: 0; right: 0; overflow: hidden; border-block: 1px solid var(--line); background: rgba(245,241,232,.78); }
.marquee-track { display: flex; align-items: center; gap: 25px; width: max-content; padding: 15px 0; animation: marquee 28s linear infinite; }
.marquee-track span { font-family: Georgia, serif; font-style: italic; font-size: 1.05rem; }
.marquee-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding-block: 120px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 50px; margin-bottom: 66px; }
.section-heading h2, .destination-intro h2, .field-copy h2, .about-copy h2, .newsletter-copy h2 { margin: 0; font-size: clamp(3.4rem, 5.8vw, 6rem); }
.section-heading > p { max-width: 490px; justify-self: end; margin: 0 0 8px; color: var(--ink-soft); font-size: 1.05rem; }
.story-grid { display: grid; grid-template-columns: 1.15fr .925fr .925fr; gap: 25px; }
.story-card { display: flex; flex-direction: column; }
.story-image-link { position: relative; display: block; overflow: hidden; border-radius: var(--radius); background: var(--paper-deep); }
.story-image-link img { width: 100%; aspect-ratio: 1 / 1.13; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.story-card-featured .story-image-link img { aspect-ratio: 1 / .96; }
.story-card:hover .story-image-link img { transform: scale(1.035); }
.story-index { position: absolute; top: 15px; left: 15px; display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; background: var(--white); font-size: .72rem; font-weight: 800; }
.story-meta { display: flex; justify-content: space-between; padding-top: 17px; color: var(--ink-soft); font-size: .67rem; text-transform: uppercase; letter-spacing: .09em; }
.story-card h3 { margin: 12px 0 12px; font-family: Georgia, serif; font-size: clamp(1.5rem, 2.2vw, 2rem); line-height: 1.12; font-weight: 400; letter-spacing: -.03em; }
.story-card h3 a { background-image: linear-gradient(currentColor,currentColor); background-size: 0 1px; background-position: 0 100%; background-repeat: no-repeat; transition: background-size .35s; }
.story-card h3 a:hover { background-size: 100% 1px; }
.story-card p { margin: auto 0 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.65; }
.section-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 58px; padding-top: 27px; border-top: 1px solid var(--line); }
.section-footer p { margin: 0; color: var(--ink-soft); font-size: .8rem; }

.destination-section { background: var(--forest); color: var(--white); }
.destination-intro { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 50px; }
.destination-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -4px; }
.destination-intro p:last-child { max-width: 470px; justify-self: end; margin: 0 0 8px; color: rgba(255,255,255,.62); }
.destination-filters { display: flex; flex-wrap: wrap; gap: 9px; margin: 52px 0 40px; }
.filter-chip { padding: 9px 16px; border: 1px solid var(--line-light); border-radius: 999px; background: transparent; color: rgba(255,255,255,.7); font-size: .75rem; cursor: pointer; transition: .2s; }
.filter-chip:hover, .filter-chip.is-active { background: var(--lime); border-color: var(--lime); color: var(--forest); }
.destination-list { border-top: 1px solid var(--line-light); }
.destination-row { display: grid; grid-template-columns: 70px 1.25fr 1.35fr .55fr 30px; gap: 20px; align-items: center; min-height: 96px; border-bottom: 1px solid var(--line-light); transition: padding .2s, background .2s, opacity .25s, transform .25s; }
.destination-row:hover { padding-inline: 14px; background: rgba(255,255,255,.035); }
.destination-row.is-hidden { display: none; }
.destination-number { color: var(--lime); font-size: .7rem; letter-spacing: .1em; }
.destination-name { font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.45rem); }
.destination-detail, .destination-count { color: rgba(255,255,255,.55); font-size: .78rem; }
.destination-count { justify-self: end; }
.destination-arrow { justify-self: end; font-size: 1.05rem; transition: transform .2s; }
.destination-row:hover .destination-arrow { transform: translate(3px,-3px); }

.field-section { background: #eee7da; }
.field-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 92px; align-items: center; }
.field-image { position: relative; }
.field-image img { width: 100%; border-radius: 50% 50% 18px 18px / 32% 32% 18px 18px; box-shadow: var(--shadow); }
.field-stamp { position: absolute; right: -22px; bottom: 10%; display: grid; place-items: center; width: 104px; height: 104px; border: 1px solid var(--ink); border-radius: 50%; background: var(--lime); font-size: .7rem; line-height: 1.3; text-align: center; letter-spacing: .12em; font-weight: 900; transform: rotate(9deg); }
.field-lede { max-width: 560px; margin: 29px 0 38px; color: var(--ink-soft); font-size: 1.02rem; }
.note-list { border-top: 1px solid var(--line); }
.note-list a { display: grid; grid-template-columns: 35px 1fr auto; gap: 17px; align-items: center; min-height: 76px; border-bottom: 1px solid var(--line); transition: padding .2s, background .2s; }
.note-list a:hover { padding-inline: 10px; background: rgba(255,255,255,.35); }
.note-list span { color: var(--orange); font-size: .69rem; font-weight: 800; }
.note-list strong { font-family: Georgia, serif; font-size: 1.11rem; line-height: 1.3; font-weight: 400; }
.note-list em { color: var(--ink-soft); font-size: .68rem; font-style: normal; text-transform: uppercase; letter-spacing: .08em; }

.about-section { background: var(--paper); }
.about-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.about-kicker { position: sticky; top: 150px; font-family: Georgia, serif; color: var(--orange); font-size: clamp(3.2rem, 5.3vw, 5.4rem); line-height: .94; letter-spacing: -.06em; }
.about-copy { max-width: 710px; }
.about-copy h2 { margin-bottom: 36px; }
.about-copy > p:not(.eyebrow) { color: var(--ink-soft); font-family: Georgia, serif; font-size: 1.3rem; line-height: 1.55; }
.text-link-dark { margin-top: 18px; }

.newsletter-section { padding-block: 105px; background: var(--orange); color: var(--forest); }
.newsletter-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.newsletter-copy .eyebrow-light { color: var(--forest); }
.newsletter-copy p:last-child { max-width: 520px; margin: 26px 0 0; color: rgba(16,34,28,.7); }
.newsletter-form label { display: block; margin-bottom: 10px; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.input-row { display: flex; border-bottom: 1.5px solid var(--forest); }
.input-row input { flex: 1; min-width: 0; padding: 14px 0; border: 0; outline: 0; background: transparent; color: var(--forest); font-size: 1.15rem; }
.input-row input::placeholder { color: rgba(16,34,28,.48); }
.input-row button { border: 0; background: transparent; font-weight: 850; cursor: pointer; }
.input-row button span { display: inline-block; margin-left: 7px; transition: transform .2s; }
.input-row button:hover span { transform: translate(3px,-3px); }
.form-note { margin: 12px 0 0; color: rgba(16,34,28,.62); font-size: .7rem; }
.form-message { min-height: 24px; margin: 10px 0 0; font-size: .8rem; font-weight: 750; }

.site-footer { padding: 75px 0 30px; background: #0b1814; color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1.2fr 1fr .65fr .65fr; gap: 45px; padding-bottom: 70px; }
.brand-footer { align-self: start; }
.footer-top > p { color: rgba(255,255,255,.55); font-size: .84rem; }
.footer-top nav { display: grid; align-content: start; gap: 10px; font-size: .78rem; }
.footer-top nav a { color: rgba(255,255,255,.68); transition: color .2s; }
.footer-top nav a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.45); font-size: .68rem; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a:hover { color: var(--white); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 36px, 900px); }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 65px; padding-block: 100px 100px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(660px, 88vw); justify-self: center; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-card-featured { grid-column: 1 / -1; }
  .story-card-featured .story-image-link img { aspect-ratio: 1.7 / 1; }
  .field-layout { gap: 54px; }
  .destination-row { grid-template-columns: 55px 1fr 1.1fr auto 28px; }
  .about-layout { gap: 55px; }
  .newsletter-layout { gap: 50px; }
  .footer-top { grid-template-columns: 1fr 1fr 1fr; }
  .footer-top .brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 28px); }
  .site-header { height: 70px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 20px; padding: 90px 28px 40px; background: var(--paper); visibility: hidden; opacity: 0; transform: translateY(-12px); transition: .25s; }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .site-nav a { font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
  .site-nav .nav-cta { margin-top: 10px; font-family: inherit; font-size: .95rem; font-weight: 750; }
  .hero { padding-top: 70px; }
  .hero-layout { min-height: auto; padding-block: 74px 86px; gap: 50px; }
  h1 { font-size: clamp(3.55rem, 17vw, 5.5rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-stats { gap: 25px; margin-top: 42px; }
  .hero-stats dt { font-size: 1.4rem; }
  .hero-stats dd { font-size: .6rem; }
  .hero-visual { width: 100%; }
  .hero-tag-top { left: -5px; top: 18%; }
  .hero-tag-bottom { right: -4px; }
  .hero-tag { min-width: 145px; padding: 10px 12px; }
  .image-caption { font-size: .52rem; }
  .section { padding-block: 82px; }
  .section-heading, .destination-intro, .field-layout, .about-layout, .newsletter-layout { grid-template-columns: 1fr; gap: 34px; }
  .section-heading { margin-bottom: 43px; }
  .section-heading h2, .destination-intro h2, .field-copy h2, .about-copy h2, .newsletter-copy h2 { font-size: clamp(3rem, 15vw, 4.65rem); }
  .section-heading > p, .destination-intro p:last-child { justify-self: start; }
  .story-grid { grid-template-columns: 1fr; gap: 48px; }
  .story-card-featured { grid-column: auto; }
  .story-card-featured .story-image-link img, .story-image-link img { aspect-ratio: 1.18 / 1; }
  .section-footer { align-items: flex-start; flex-direction: column; gap: 18px; }
  .destination-intro .eyebrow { margin-bottom: 0; }
  .destination-filters { overflow-x: auto; flex-wrap: nowrap; margin-block: 35px 28px; padding-bottom: 4px; scrollbar-width: none; }
  .filter-chip { flex: 0 0 auto; }
  .destination-row { grid-template-columns: 35px 1fr auto; gap: 12px; min-height: 88px; }
  .destination-detail { grid-column: 2 / -1; margin-top: -17px; }
  .destination-count { display: none; }
  .field-image { width: min(92%, 520px); }
  .field-stamp { right: -25px; width: 85px; height: 85px; }
  .note-list a { grid-template-columns: 28px 1fr; padding-block: 15px; }
  .note-list em { grid-column: 2; }
  .about-kicker { position: static; font-size: 3.5rem; }
  .about-copy > p:not(.eyebrow) { font-size: 1.15rem; }
  .newsletter-section { padding-block: 78px; }
  .input-row input { font-size: .95rem; }
  .input-row button { font-size: .78rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 35px; padding-bottom: 50px; }
  .footer-top .brand, .footer-top > p { grid-column: 1 / -1; }
  .footer-bottom { flex-wrap: wrap; }
}

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