:root{--paper:#f4f1e8;--ink:#253c34;--muted:#626e60;--accent:#8b441c;--line:#ccd0bf;color-scheme:light dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid #a34c24;outline-offset:6px}::selection{background:#e8b952;color:#243c34}.skip{position:fixed;top:-70px;left:20px;background:var(--paper);padding:15px;z-index:100}.skip:focus{top:10px}header{height:100px;position:fixed;z-index:20;left:0;top:0;width:100%;padding:0 5%;display:flex;align-items:center;justify-content:space-between;transition:background .25s,border-color .25s;border-bottom:1px solid transparent}header.solid{background:var(--paper);border-color:var(--line)}.brand{display:flex;gap:12px;align-items:center;font-size:20px;font-weight:700;letter-spacing:-.8px}.brand-mark{font-family:Georgia,serif;font-size:40px;letter-spacing:-5px;margin-right:7px}.brand-dot{width:6px;height:6px;border-radius:50%;background:#c78239;align-self:flex-start;margin-top:12px}nav{display:flex;align-items:center;gap:36px;font-size:13px}nav>a:not(.nav-cta){border-bottom:1px solid transparent;padding:9px 0}nav>a:hover{border-color:currentColor}.nav-cta{border:1px solid #819180;padding:13px 19px;border-radius:4px}.nav-cta span{margin-left:20px}.journey{height:calc(var(--view-height,100svh) * 7);position:relative}.stage{position:sticky;top:0;height:var(--view-height,100svh);overflow:hidden;background:#e4e9d7}.first-poster,#world{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}#world{opacity:0}#world.painted{opacity:1}.scrim{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,#f0f0e6 0%,#edf0e6e8 17%,#eef0e5c9 30%,#e9eddf40 48%,transparent 63%)}.scene-copy{position:absolute;left:7.2%;top:28%;width:40%;max-width:510px;will-change:opacity,transform}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700;color:var(--accent);display:flex;align-items:center;gap:12px}.eyebrow:before{content:'';width:25px;height:1px;background:currentColor}h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(60px,6.6vw,102px);line-height:1.02;font-weight:400;letter-spacing:-4px;margin:23px 0;color:var(--ink)}h1 em{font-weight:400;color:var(--accent)}.scene-copy p{font-size:15px;line-height:1.8;max-width:310px;color:#4d5d4b;margin-top:24px}.scene-copy .scene-sub{font-size:11px;letter-spacing:.5px;margin-top:32px}.journey-bottom{position:absolute;bottom:45px;left:5%;width:90%;display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:1.7px}.scroll-cue{display:flex;align-items:center;gap:14px}.scroll-line{width:1px;height:38px;background:#8a957c;position:relative}.scroll-line:after{content:'';position:absolute;bottom:0;left:-3px;width:5px;height:5px;border-bottom:1px solid;border-right:1px solid;transform:rotate(45deg)}.scene-track{display:flex;gap:20px;align-items:center}.scene-track button{appearance:none;background:none;border:none;color:#526248;font-size:10px;cursor:pointer;letter-spacing:1px;padding:14px 2px;border-bottom:2px solid #abb89a}.scene-track button.active{border-color:var(--accent);color:var(--accent)}.model-label{position:absolute;right:4%;top:47%;writing-mode:vertical-rl;font-size:8px;letter-spacing:2px;color:#485f4a}.sunlight{position:absolute;right:12%;top:8%;width:8px;height:8px;border-radius:50%;background:#fff8c399;box-shadow:170px 80px 0 #fff8c355,-90px 240px 0 #fff8c399,20px 450px 0 #fff8c388,220px 350px 0 #fff8c388;animation:dust 11s ease-in-out infinite;pointer-events:none}@keyframes dust{50%{transform:translate(-22px,18px);opacity:.4}}.ctas{display:flex;align-items:center;gap:22px;margin-top:26px;font-size:12px}.primary{background:#294737;color:#fff8e4;border:1px solid #294737;padding:15px 19px;border-radius:3px}.secondary{text-decoration:underline;text-underline-offset:5px}.supporting{padding:110px 7% 115px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:45px}.section-label{font-size:10px;letter-spacing:2px;color:var(--muted)}h2{font-family:Georgia,serif;font-weight:400;font-size:52px;line-height:1.12;letter-spacing:-1.5px;margin:17px 0 0}.section-head p{font-size:13px;line-height:1.8;color:var(--muted);margin-bottom:3px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.place img{width:100%;aspect-ratio:1.15;object-fit:cover;border-radius:5px;transition:transform .5s}.place a{display:block}.place:hover img{transform:translateY(-5px)}.card-line{display:flex;justify-content:space-between;align-items:center;margin-top:23px}.card-line h3{margin:0;font-size:24px;font-family:Georgia,serif;font-weight:400}.card-line span{font-size:22px}.place p{font-size:13px;line-height:1.8;color:var(--muted);max-width:280px;min-height:48px}.tag{font-size:8px;letter-spacing:1.5px;display:block;margin-top:25px}.food{background:#e9ebdf;display:grid;grid-template-columns:1fr 1.3fr;gap:10%;padding-top:95px;padding-bottom:95px}.food-intro{padding-top:30px}.food h2{font-size:68px}.food-intro>p{font-size:14px;line-height:1.9;max-width:280px;color:var(--muted);margin:26px 0}.text-link{font-size:12px;border-bottom:1px solid #839178;padding-bottom:7px}.text-link span{margin-left:22px}.food-item{display:flex;align-items:center;gap:27px;padding:22px 0;border-bottom:1px solid #c7cfba}.food-item:first-child{padding-top:0}.food-item:last-child{border:none}.food-item img{width:130px;height:130px;object-fit:contain}.food-number{font-size:8px;letter-spacing:1.5px;color:var(--muted)}.food-item h3{font-family:Georgia,serif;font-size:25px;font-weight:400;margin:11px 0}.food-item p{font-size:12px;line-height:1.7;color:var(--muted);max-width:300px;margin:0}.closing{text-align:center;padding:95px 20px 85px}.closing p{font-family:Georgia,serif;font-size:43px;line-height:1.35;letter-spacing:-1px}.closing em{color:#8b5b34}.closing a{font-size:12px;border-bottom:1px solid;padding-bottom:9px}.closing a span{margin-left:30px}footer{margin:0 5%;padding:35px 0;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}footer p{font-size:12px;color:var(--muted)}footer>span{font-size:8px;letter-spacing:1.6px}.reveal{opacity:1;transform:none}.js-reveal{opacity:.2;transform:translateY(25px);transition:opacity .8s,transform .8s}.reveal.visible{opacity:1;transform:none}.place:nth-child(2){transition-delay:.1s}.place:nth-child(3){transition-delay:.2s}#static-story{display:none}body.dark{--paper:#202e29;--ink:#f3efdf;--muted:#b8c3b3;--line:#48574a}body.dark .food{background:#29382e}body.dark .stage{--ink:#253c34}body.dark header:not(.solid){color:#253c34}body.dark .closing em{color:#d7ad80}
@media(max-width:700px){header{height:76px;padding:0 6%}.brand{font-size:16px}.brand-mark{font-size:32px}nav{gap:16px}nav>a:not(.nav-cta){display:none}.nav-cta{font-size:10px;padding:11px}.nav-cta span{margin-left:8px}.scene-copy{left:7%;top:16%;width:86%;max-width:none}.eyebrow{font-size:9px}h1{font-size:57px;letter-spacing:-2.5px;max-width:340px;margin:18px 0}.scene-copy p{font-size:13px;max-width:255px;line-height:1.7;margin-top:16px}.scene-copy .scene-sub{display:none}.scrim{background:linear-gradient(180deg,#eff0e6 0%,#eef0e6e8 20%,#eef0e699 39%,transparent 61%)}.journey-bottom{bottom:25px;left:7%;width:86%;align-items:end}.coordinates,.model-label{display:none}.scroll-cue{font-size:7px;letter-spacing:1px}.scene-track{gap:10px}.scene-track button{font-size:8px;padding:10px 2px}.supporting{padding:70px 7%}.section-head{display:block;margin-bottom:30px}h2{font-size:40px}.section-head p{font-size:12px;margin-top:22px}.cards{grid-template-columns:1fr;gap:40px}.place img{aspect-ratio:1.25}.place p{min-height:0;max-width:none}.tag{margin-top:16px}.food{grid-template-columns:1fr;gap:35px}.food h2{font-size:53px}.food-item{gap:18px}.food-item img{width:100px;height:110px}.food-item h3{font-size:22px}.food-number{font-size:7px}.food-item p{font-size:11px}.closing{padding:60px 6%}.closing p{font-size:31px}footer{flex-wrap:wrap;gap:8px;padding:25px 0}footer>span{width:100%;margin-top:10px}.ctas{gap:18px;margin-top:20px;font-size:11px}.primary{padding:13px 15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.journey{display:none}#static-story{display:block;padding-top:76px}.static-scene{position:relative;min-height:780px;background:#e9eddf;overflow:hidden}.static-scene>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.static-scene .scene-copy{opacity:1!important;transform:none!important;top:20%;color:#253c34}.static-scene h1{color:#253c34}.sunlight{animation:none}.reveal,.js-reveal{opacity:1;transform:none;transition:none}header{background:var(--paper)}.place img{transition:none}@media(max-width:700px){.static-scene{min-height:740px}.static-scene>img{object-position:65% 100%}.static-scene .scene-copy{top:8%}}}
header.solid{position:sticky;margin-bottom:-100px}@media(max-width:700px){header.solid{margin-bottom:-76px}}
