:root{--ink:#172019;--paper:#efede4;--cream:#fffdf7;--moss:#53664b;--rust:#b45f3d;--sky:#6f8e94;--line:#d1cec2;--shadow:0 24px 70px rgba(23,32,25,.11);--radius:28px}
*{box-sizing:border-box}
html{background:var(--paper);color:var(--ink);font-family:Georgia,"Times New Roman",serif;line-height:1.55;scroll-behavior:smooth}
body{margin:0;min-height:100vh;background:radial-gradient(circle at 88% 4%,rgba(111,142,148,.17),transparent 30rem),var(--paper)}
img{display:block;max-width:100%}
a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.22em}
.site-header{display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:1280px;margin:auto;padding:2rem 3rem;border-bottom:1px solid var(--line)}
.brand{font:800 1.05rem/1 system-ui,sans-serif;letter-spacing:.14em;text-transform:uppercase;text-decoration:none}
.site-header nav{display:flex;gap:1.8rem;font:600 .82rem/1 system-ui,sans-serif}
.site-header nav a{text-decoration:none;transition:color .2s ease}
.site-header nav a:hover,.site-header nav a[aria-current="page"]{color:var(--rust)}
main{max-width:1180px;margin:auto;padding:5rem 3rem}
.home{max-width:1280px;padding-top:2rem}
.eyebrow,.meta{font:800 .69rem/1.4 system-ui,sans-serif;letter-spacing:.16em;text-transform:uppercase;color:var(--moss)}
h1,h2{line-height:1.02;margin:.35em 0}
h1{font-size:clamp(3.2rem,8vw,7rem);letter-spacing:-.06em}
h2{font-size:2rem;letter-spacing:-.04em}
.lead{max-width:700px;font-size:clamp(1.15rem,2vw,1.55rem);color:#435046}
.button{display:inline-flex;align-items:center;gap:1rem;margin-top:1.5rem;padding:1rem 1.2rem;border:1px solid var(--ink);background:var(--ink);color:var(--cream);font:800 .78rem/1 system-ui,sans-serif;letter-spacing:.04em;text-decoration:none;transition:background .2s,border-color .2s,transform .2s}
.button:hover{background:var(--rust);border-color:var(--rust);transform:translateY(-2px)}
.hero-visual{position:relative;isolation:isolate;min-height:720px;display:flex;align-items:flex-end;overflow:hidden;border-radius:var(--radius);background:#172019;box-shadow:var(--shadow)}
.hero-visual:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(10,18,13,.88) 0%,rgba(10,18,13,.57) 42%,rgba(10,18,13,.05) 76%),linear-gradient(0deg,rgba(10,18,13,.58),transparent 38%)}
.hero-visual>img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover}
.hero-copy{width:100%;min-width:0;max-width:730px;padding:clamp(2rem,6vw,5.2rem);color:var(--cream)}
.hero-copy .eyebrow{color:#d4c6a6}
.hero-copy h1{font-size:clamp(3.1rem,7.4vw,6.8rem)}
.hero-copy .lead{max-width:570px;color:rgba(255,253,247,.82)}
.button-light{background:var(--cream);border-color:var(--cream);color:var(--ink)}
.hero-caption{position:absolute;right:2rem;bottom:1.7rem;margin:0;color:rgba(255,255,255,.72);font:600 .65rem/1 system-ui,sans-serif;letter-spacing:.13em;text-transform:uppercase;writing-mode:vertical-rl;transform:rotate(180deg)}
.manifesto{position:relative;display:grid;grid-template-columns:.8fr 2.4fr .5fr;gap:3rem;align-items:start;padding:7rem 1rem 6rem;border-bottom:1px solid var(--line)}
.manifesto>p:nth-child(2){max-width:850px;margin:0;font-size:clamp(1.8rem,4vw,3.65rem);line-height:1.13;letter-spacing:-.035em}
.manifesto-mark{justify-self:end;color:var(--rust);font:900 1.5rem/1 system-ui,sans-serif;letter-spacing:-.08em;border:2px solid currentColor;border-radius:50%;width:66px;height:66px;display:grid;place-items:center;transform:rotate(-9deg)}
.stories{display:grid;grid-template-columns:1.35fr .85fr;gap:1.5rem;padding-top:5rem}
.story{overflow:hidden;border-radius:22px;background:var(--cream);border:1px solid var(--line);box-shadow:0 12px 45px rgba(23,32,25,.07)}
.story-wide{grid-row:span 2}
.story-image{display:block;overflow:hidden;background:#c9c9bc}
.story-image img{width:100%;height:340px;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1)}
.story-wide .story-image img{height:560px}
.story-image:hover img{transform:scale(1.025)}
.story-copy{padding:2rem 2.2rem 2.3rem}
.story-copy h2{font-size:clamp(2rem,4vw,3.6rem)}
.story-copy p:not(.meta){max-width:610px;color:#4d554e}
.text-link{display:inline-flex;gap:.8rem;margin-top:.6rem;font:800 .78rem/1 system-ui,sans-serif;text-decoration:none;text-transform:uppercase;letter-spacing:.07em}
.text-link:hover{color:var(--rust)}
.field-note{display:flex;flex-direction:column;justify-content:space-between;min-height:310px;padding:2.2rem;border-radius:22px;background:var(--rust);color:var(--cream)}
.field-note .eyebrow{color:#f0d7c7}
.field-note blockquote{margin:1.3rem 0 2rem;font-size:clamp(1.45rem,2.4vw,2.2rem);line-height:1.18;letter-spacing:-.025em}
.field-note-footer{display:flex;align-items:center;justify-content:space-between;font:800 .72rem/1 system-ui,sans-serif;letter-spacing:.1em;text-transform:uppercase}
.field-note-footer a{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.55);border-radius:50%;text-decoration:none}
.field-note-footer a:hover{background:var(--cream);color:var(--rust)}
.page{min-height:70vh}.page h1{max-width:900px}.narrow{max-width:850px}.narrow>p:not(.eyebrow):not(.lead){font-size:1.12rem;max-width:720px}
.route-list{margin-top:4rem;border-top:1px solid var(--line)}.route-list article{display:grid;grid-template-columns:1.2fr .7fr 1.4fr;gap:2rem;padding:2rem 0;border-bottom:1px solid var(--line);align-items:start}.route-list article div{display:flex;gap:1.2rem;align-items:baseline}.route-list article span{font:700 .7rem/1 system-ui,sans-serif;color:var(--rust)}.route-list h2{margin:0}.route-list p{margin:.25rem 0}
.notice{max-width:650px;margin:3rem 0;padding:1.5rem;border-left:5px solid var(--rust);background:rgba(255,253,247,.6)}.notice p{margin:.3rem 0 0}
.notes{display:grid;grid-template-columns:2fr 1fr;gap:1.4rem;margin-top:4rem}.notes article{padding:2rem;background:var(--cream);border:1px solid var(--line)}.notes article:first-child{grid-row:span 2}.notes article:first-child h2{font-size:3rem}
.lost{display:grid;place-content:center;min-height:100vh;text-align:center}.lost h1{font-size:clamp(3rem,8vw,6rem)}
footer{display:flex;justify-content:space-between;gap:2rem;max-width:1280px;margin:5rem auto 0;padding:2.5rem 3rem;border-top:1px solid var(--line);font:600 .75rem/1.4 system-ui,sans-serif;color:#59615b}
@media(max-width:900px){.hero-visual{min-height:640px}.manifesto{grid-template-columns:1fr}.manifesto-mark{display:none}.stories{grid-template-columns:1fr}.story-wide{grid-row:auto}.story-wide .story-image img{height:440px}}
@media(max-width:600px){.site-header{align-items:flex-start;flex-direction:column;padding:1.5rem}.site-header nav{flex-wrap:wrap;gap:1rem}.home,main{padding:1rem}.page{padding-top:3rem}.hero-visual{min-height:610px;border-radius:18px}.hero-visual:after{background:linear-gradient(0deg,rgba(10,18,13,.91) 0%,rgba(10,18,13,.52) 62%,rgba(10,18,13,.1) 100%)}.hero-visual>img{object-position:84% center}.hero-copy{padding:1.5rem}.hero-copy h1{font-size:clamp(2.5rem,11vw,3rem)}.hero-copy .lead{font-size:1.05rem}.hero-caption{display:none}.manifesto{padding:4.5rem .5rem}.manifesto>p:nth-child(2){font-size:2rem}.stories{padding-top:3rem}.story-image img,.story-wide .story-image img{height:300px}.story-copy{padding:1.5rem}.route-list article{grid-template-columns:1fr;gap:.5rem}.notes{grid-template-columns:1fr}.notes article:first-child{grid-row:auto}footer{flex-direction:column;margin-top:3rem;padding:2rem 1.5rem}h1{font-size:clamp(2.9rem,16vw,5rem)}}
