:root {
  --paper: #fbf8f3;
  --surface: #fffdf9;
  --ink: #221c15;
  --muted: #7a6f5f;
  --accent: #96603c;
  --rule: #e4dacb;
  --space: clamp(20px, 4vw, 48px);
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Figtree, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 8px; }
.masthead { min-height: 104px; margin: 0 var(--space); border-bottom: 1px solid var(--rule); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: flex; align-items: center; font-size: 28px; letter-spacing: -1.4px; text-decoration: none; font-weight: 500; }
.wordmark span { font-weight: 700; }
.wordmark svg { width: 23px; height: 23px; stroke: var(--accent); stroke-width: 1.5; margin: 0 0 12px 5px; }
.edition, .status, .eyebrow, .categories, figcaption, footer { font-size: 11px; font-weight: 500; letter-spacing: .1em; }
.edition { color: var(--muted); text-transform: uppercase; }
.status { display: flex; gap: 8px; align-items: center; text-transform: uppercase; white-space: nowrap; border: 1px solid var(--rule); border-radius: 999px; padding: 12px 16px; }
.status i { height: 6px; width: 6px; background: var(--accent); border-radius: 50%; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 28px; padding: 28px var(--space) 40px; max-width: 1600px; margin: auto; }
.story { padding: 48px 0 16px; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 28px; height: 1px; background: var(--accent); }
h1, h2 { font-family: 'Instrument Serif', Georgia, serif; font-weight: 400; }
h1 { font-size: clamp(64px, 7.5vw, 112px); line-height: .99; letter-spacing: -.04em; margin: 40px 0 28px; }
h1 em, h2 em { color: var(--accent); font-weight: 400; }
.intro { font-size: clamp(15px, 1.25vw, 18px); line-height: 1.8; color: var(--muted); margin: 0; }
.invitation { margin-top: 32px; }
.invitation p { font-size: 16px; font-weight: 500; margin: 0 0 20px; }
.discover { display: inline-flex; gap: 32px; align-items: center; font-size: 13px; padding: 16px 24px; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; transition: background .2s, color .2s; }
.discover:hover { background: var(--ink); color: var(--paper); }
.discover span { font-size: 20px; line-height: 1; }
.categories { display: flex; gap: 16px; align-items: center; text-transform: uppercase; color: var(--muted); margin-top: auto; padding-top: 48px; }
.categories > span:nth-child(2) { font-size: 20px; color: var(--accent); }
.destination { margin: 0; position: relative; min-height: 660px; overflow: hidden; border-radius: 12px; background: var(--ink); color: var(--surface); }
.destination > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 55% center; }
.destination::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(34,28,21,.44), transparent 35%, transparent 65%, rgba(34,28,21,.75)); pointer-events: none; }
.photo-top { position: absolute; top: 28px; left: 28px; right: 24px; display: flex; align-items: flex-start; justify-content: space-between; z-index: 1; }
.photo-top > span { font-family: 'Instrument Serif', Georgia, serif; font-size: 28px; line-height: 1.12; font-style: italic; }
.compass { width: 64px; height: 64px; fill: none; stroke: currentColor; stroke-width: .8; }
.compass text { fill: currentColor; stroke: none; font-size: 7px; font-family: Figtree, sans-serif; }
figcaption { position: absolute; bottom: 28px; left: 28px; right: 28px; z-index: 1; display: flex; flex-direction: column; gap: 12px; }
figcaption > span:first-child { text-transform: uppercase; opacity: .85; font-size: 9px; }
figcaption > span:last-child { font-size: 13px; letter-spacing: .04em; }
.about { border-top: 1px solid var(--rule); margin: 0 var(--space); padding: 48px 0; display: grid; grid-template-columns: 1.05fr 1fr; gap: 28px; }
h2 { font-size: clamp(32px, 3.2vw, 48px); line-height: 1.13; letter-spacing: -.02em; margin: 16px 0 0; }
.about-copy { max-width: 480px; font-size: 15px; line-height: 1.7; }
.about-copy p { margin: 0; }
.about-copy .launch-note { margin-top: 16px; color: var(--accent); font-size: 13px; }
footer { border-top: 1px solid var(--rule); margin: 0 var(--space); padding: 24px 0; display: flex; gap: 20px; justify-content: space-between; color: var(--muted); font-size: 10px; letter-spacing: .04em; }
footer a { text-decoration: none; }
footer a:hover { text-decoration: underline; }
@media (min-width: 1600px) { .masthead, .about, footer { max-width: 1504px; margin-left: auto; margin-right: auto; } }
@media (max-width: 1080px) { .edition { display: none; } h1 { font-size: clamp(62px, 8vw, 88px); } .destination { min-height: 620px; } .categories { gap: 8px; font-size: 9px; } }
@media (max-width: 760px) {
  .masthead { min-height: 88px; gap: 12px; }
  .wordmark { font-size: 25px; }
  .status { padding: 10px 12px; font-size: 9px; }
  .hero { grid-template-columns: 1fr; gap: 32px; padding-top: 0; padding-bottom: 32px; }
  .story { padding-top: 40px; }
  .eyebrow { font-size: 9px; }
  h1 { font-size: clamp(62px, 12vw, 90px); margin: 28px 0 24px; }
  .intro { font-size: 14px; line-height: 1.8; }
  .invitation { margin-top: 24px; }
  .categories { padding-top: 28px; gap: 12px; }
  .destination { min-height: 440px; }
  .about { grid-template-columns: 1fr; padding: 32px 0; gap: 24px; }
  .about-copy { font-size: 14px; }
  footer { flex-wrap: wrap; line-height: 1.7; }
  .footer-middle { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
