:root {
  --ink: #123a3e;
  --paper: #f3eee3;
  --cream: #fff9ed;
  --teal: #073f43;
  --coral: #f17f52;
  --lime: #c7d85b;
  --line: rgba(18, 58, 62, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, sans-serif; overflow-x: clip; }
button, a { font: inherit; }
img { max-width: 100%; }
.section-pad { padding-left: clamp(24px, 7vw, 116px); padding-right: clamp(24px, 7vw, 116px); }

.topbar {
  position: fixed; inset: 0 0 auto; z-index: 100; height: 72px; padding: 0 clamp(22px, 4vw, 68px);
  display: flex; align-items: center; justify-content: space-between;
  color: white; border-bottom: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(3,31,34,.5), rgba(3,31,34,.05)); transition: color .3s, background .3s;
}
.topbar.scrolled { color: var(--ink); background: rgba(243,238,227,.9); border-color: var(--line); }
.brand { color: inherit; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 700; }
.brand span { color: var(--coral); margin-right: 8px; font-size: 18px; }
.topbar nav { display: flex; gap: 32px; }
.topbar nav a, .share { color: inherit; text-decoration: none; border: 0; background: none; cursor: pointer; text-transform: uppercase; letter-spacing: .11em; font-size: 10px; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: white; display: flex; align-items: flex-end; padding: 140px clamp(24px,7vw,116px) 10vh; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 112%; object-fit: cover; transform: translate3d(0,var(--hero-shift,0),0) scale(1.04); will-change: transform; }
.hero-shade { background: linear-gradient(90deg, rgba(3,31,34,.84) 0%, rgba(3,31,34,.52) 42%, rgba(3,31,34,.02) 78%), linear-gradient(0deg, rgba(3,31,34,.5), transparent 50%); }
.hero-copy { position: relative; z-index: 2; max-width: 900px; animation: rise .9s .15s both; }
.eyebrow { font: 11px DM Mono, monospace; letter-spacing: .1em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 7px rgba(241,127,82,.2); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Playfair Display", serif; letter-spacing: -.055em; }
.hero h1 { font-size: clamp(62px, 8.3vw, 132px); line-height: .84; margin: 30px 0 30px; }
.hero h1 em, .plan h2 em, .stays h2 em, .places-intro h2 em { color: #ffad72; font-weight: 600; }
.hero-copy > p { max-width: 520px; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.7; }
.hero-cta { display: inline-flex; align-items: center; gap: 44px; margin-top: 18px; padding: 18px 22px; color: var(--teal); background: var(--lime); text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.hero-cta b { font-size: 20px; }
.hero-index { position: absolute; z-index: 2; right: 7vw; bottom: 10vh; display: grid; grid-template-columns: auto auto; align-items: baseline; gap: 3px 11px; }
.hero-index b { font: 36px "Playfair Display", serif; }
.hero-index span { font: 9px DM Mono, monospace; text-transform: uppercase; letter-spacing: .08em; opacity: .72; }
.scroll-cue { position: absolute; z-index: 2; right: 36px; top: 45%; writing-mode: vertical-rl; text-transform: uppercase; font: 9px DM Mono, monospace; letter-spacing: .15em; display: flex; align-items: center; gap: 12px; }
.scroll-cue i { width: 1px; height: 52px; background: rgba(255,255,255,.6); animation: pulse 1.6s infinite; }

.section-label { font: 10px DM Mono, monospace; letter-spacing: .1em; text-transform: uppercase; color: #71817d; }
.section-label.light { color: #a9c3b9; }
.plan { padding-top: 110px; padding-bottom: 125px; }
.plan-head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 8vw; align-items: end; margin: 18px 0 65px; }
.plan-head h2, .places-intro h2 { font-size: clamp(52px, 6vw, 92px); line-height: .91; margin: 0; }
.plan-head h2 em { color: var(--coral); }
.plan-head p, .places-intro p { max-width: 390px; color: #677773; font-size: 13px; line-height: 1.75; margin: 0 0 8px; }
.route-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.route-card { position: relative; padding: 25px 20px 22px 0; border-right: 1px solid var(--line); opacity: 0; transform: translateY(28px); transition: .6s ease; }
.route-card.visible { opacity: 1; transform: none; }
.route-card + .route-card { padding-left: 22px; }
.route-card:last-child { border-right: 0; }
.route-card span, .route-card small { font: 10px DM Mono, monospace; letter-spacing: .06em; text-transform: uppercase; color: #87938f; }
.route-card span { display: inline-grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; margin-right: 10px; }
.route-card.current span { color: white; background: var(--coral); border-color: var(--coral); }
.route-card h3 { font-size: 29px; margin: 35px 0 7px; }
.route-card p { margin: 0; color: #74817d; font-size: 11px; }
.route-card.holiday:after { content: "NY"; position: absolute; right: 18px; top: 27px; padding: 6px 8px; border-radius: 20px; color: white; background: var(--coral); font: 9px DM Mono, monospace; }

.places { color: white; background: #062f33; }
.places-intro { min-height: 82vh; display: flex; flex-direction: column; justify-content: center; padding-top: 100px; padding-bottom: 100px; }
.places-intro h2 { margin: 20px 0 30px; color: var(--cream); }
.places-intro p { color: #adc0ba; }
.chapter { --chapter: #0b555a; display: grid; grid-template-columns: minmax(280px, 34vw) 1fr; background: var(--chapter); }
.chapter-sand { --chapter: #a94f2f; }
.chapter-coral { --chapter: #d2643f; }
.chapter-pine { --chapter: #365c45; }
.chips a { color: white; padding: 8px 10px; border: 1px solid #ffffff59; border-radius: 20px; font-size: 9px; text-decoration: none; }
.chips a:hover { background: #ffffff26; }
.activity-copy h3 { overflow-wrap: anywhere; font-size: clamp(48px,5.2vw,82px); line-height: .98; }
.stay-card img { position: absolute; inset: 0; }
.stay-source { display: block; margin-top: 15px; font-size: 10px; }
.stay-pending { background: #365c45; }
.stay-card .missing-photo { display: block; padding: 38px 25px; line-height: 1.8; color: #dde5d6; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.chapter-aside { position: relative; min-width: 0; }
.chapter-sticky { position: sticky; top: 72px; height: calc(100vh - 72px); padding: 8vh clamp(28px,5vw,78px); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.chapter-count { display: flex; align-items: center; gap: 12px; font: 10px DM Mono, monospace; letter-spacing: .1em; opacity: .65; }
.chapter-count i { width: 38px; height: 1px; background: currentColor; }
.chapter-sticky > div:nth-child(2) > span { font: 10px DM Mono, monospace; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }
.chapter-sticky h2 { font-size: clamp(58px,7vw,108px); line-height: .82; margin: 18px 0 20px; }
.chapter-sticky p { max-width: 210px; font-size: 13px; line-height: 1.65; color: rgba(255,255,255,.72); }
.chapter-progress { display: flex; align-items: center; gap: 14px; font: 10px DM Mono, monospace; letter-spacing: .08em; }
.chapter-progress b { position: relative; width: 90px; height: 2px; background: rgba(255,255,255,.24); overflow: hidden; }
.chapter-progress b:after { content: ""; position: absolute; inset: 0; background: var(--lime); transform-origin: left; transform: scaleX(var(--progress,.25)); transition: transform .35s ease; }

.activity-stack { min-width: 0; padding: 48px clamp(22px,4vw,64px) 16vh; background: #05272a; }
.activity-step { position: relative; height: 116vh; }
.activity-step:last-child { height: calc(100vh - 72px); }
.activity-card { position: sticky; top: 92px; height: calc(100vh - 116px); min-height: 560px; overflow: hidden; border-radius: 28px; box-shadow: 0 24px 70px rgba(0,0,0,.3); opacity: .62; transform: scale(.955); transition: opacity .5s, transform .5s; isolation: isolate; }
.activity-step.is-active .activity-card { opacity: 1; transform: scale(1); }
.activity-media, .activity-shade { position: absolute; inset: 0; }
.activity-media { overflow: hidden; background: #153d40; }
.activity-media img { width: 100%; height: 120%; object-fit: cover; transform: translate3d(0,var(--parallax, -8%),0) scale(1.08); will-change: transform; }
.activity-shade { background: linear-gradient(180deg, rgba(3,22,24,.04) 22%, rgba(3,22,24,.18) 48%, rgba(3,22,24,.88) 100%); z-index: 1; }
.activity-copy { position: absolute; z-index: 2; inset: auto clamp(24px,4vw,55px) clamp(26px,5vh,52px); }
.activity-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.activity-meta span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font: 10px DM Mono, monospace; }
.activity-meta small { font: 10px DM Mono, monospace; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.74); }
.activity-copy h3 { font-size: clamp(48px,5.2vw,82px); line-height: .98; margin: 0 0 20px; max-width: 900px; }
.activity-copy p { max-width: 570px; font-size: 14px; line-height: 1.65; color: rgba(255,255,255,.8); margin: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 20px; }
.chips b { padding: 8px 10px; border-radius: 20px; border: 1px solid rgba(255,255,255,.35); font-size: 9px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(8px); }

.stays { padding-top: 120px; padding-bottom: 130px; }
.stay-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.stay-card:last-child { grid-column: span 2; }
.stay-card { position: relative; min-height: 420px; overflow: hidden; color: white; text-decoration: none; border-radius: 4px; }
.stay-card:after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent,rgba(3,26,29,.82)); }
.stay-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.stay-card:hover img { transform: scale(1.055); }
.stay-card > div { position: absolute; z-index: 2; inset: auto 25px 24px; }
.stay-card span { font: 9px DM Mono, monospace; letter-spacing: .08em; text-transform: uppercase; }
.stay-card h3 { font-size: 32px; margin: 10px 0 6px; }
.stay-card p { font-size: 11px; color: rgba(255,255,255,.72); margin: 0; }
.stay-card.featured { transform: translateY(-22px); }
footer { padding: 48px clamp(24px,7vw,116px); color: #dce9df; background: var(--teal); display: flex; align-items: center; justify-content: space-between; }
footer p { margin: 0; font: 10px DM Mono,monospace; letter-spacing: .08em; }
footer strong { font: 22px "Playfair Display",serif; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 25px; transform: translate(-50%,18px); opacity: 0; background: var(--ink); color: white; padding: 12px 18px; font-size: 12px; transition: .3s; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

@keyframes rise { from { opacity: 0; transform: translateY(35px); } }
@keyframes pulse { 50% { transform: scaleY(.35); transform-origin: top; opacity: .45; } }

@media (max-width: 800px) {
  .topbar { height: 62px; padding: 0 20px; }
  .topbar nav { display: none; }
  .brand { font-size: 10px; }
  .share { font-size: 9px; }
  .hero { min-height: 100svh; padding: 118px 22px 58px; align-items: flex-end; }
  .hero-media img { height: 108%; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,31,34,.91) 0%, rgba(3,31,34,.55) 55%, rgba(3,31,34,.08) 100%); }
  .hero h1 { font-size: clamp(53px,17vw,76px); line-height: .87; margin: 25px 0 24px; }
  .hero-copy > p { font-size: 13px; max-width: 390px; }
  .hero-index, .scroll-cue { display: none; }
  .hero-cta { margin-top: 10px; }
  .plan { padding-top: 78px; padding-bottom: 84px; }
  .plan-head { display: block; margin: 15px 0 40px; }
  .plan-head h2, .places-intro h2 { font-size: 52px; }
  .plan-head p { margin-top: 25px; }
  .route-grid { grid-template-columns: 1fr 1fr; }
  .route-card { border-bottom: 1px solid var(--line); min-height: 180px; }
  .route-card:nth-child(2) { border-right: 0; }
  .route-card + .route-card { padding-left: 14px; }
  .route-card:nth-child(3) { padding-left: 0; }
  .route-card h3 { font-size: 23px; margin-top: 30px; }
  .places-intro { min-height: auto; padding-top: 82px; padding-bottom: 82px; }
  .places-intro h2 { margin: 18px 0 25px; }
  .chapter { display: block; }
  .chapter-sticky { position: relative; top: auto; height: auto; min-height: 340px; padding: 48px 24px 42px; }
  .chapter-sticky h2 { font-size: 68px; margin: 56px 0 16px; }
  .chapter-progress { margin-top: 38px; }
  .activity-stack { padding: 20px 14px 55px; }
  .activity-step, .activity-step:last-child { height: auto; margin-bottom: 18px; }
  .activity-card { position: relative; top: auto; height: 76svh; min-height: 560px; border-radius: 20px; opacity: 1; transform: none; }
  .activity-media img { height: 112%; transform: translate3d(0,var(--parallax, -5%),0) scale(1.05); }
  .activity-copy { inset: auto 22px 25px; }
  .activity-copy h3 { font-size: clamp(36px,11vw,58px); line-height: 1; }
  .activity-copy p { font-size: 12px; }
  .activity-meta { margin-bottom: 16px; }
  .activity-meta small { font-size: 8px; }
  .stays { padding-top: 82px; padding-bottom: 85px; }
  .stay-grid { grid-template-columns: 1fr; }
  .stay-card:last-child { grid-column: auto; }
  .stay-card { min-height: 360px; }
  .stay-card.featured { transform: none; }
  footer { display: block; }
  footer p, footer strong { display: block; margin-top: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .hero-media img, .activity-media img { transform: scale(1.05) !important; }
}
