.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;justify-content:flex-end;padding-top:var(--header-h);overflow:hidden}#hero-canvas,.hero-fallback{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.hero-fallback{display:none}html.lofi .hero-fallback{display:block}html.lofi #hero-canvas{display:none}.hero-fallback img{width:100%;height:100%;object-fit:cover;opacity:.16}.hero-inner{position:relative;z-index:2;padding-bottom:clamp(2rem,5vh,4rem)}.hero-eyebrow{display:flex;align-items:center;gap:1rem;margin-bottom:clamp(1rem,3vh,2rem)}.hero-title{font-size:var(--fs-hero);font-weight:600;line-height:.92;letter-spacing:-.025em;text-transform:uppercase;color:var(--ink)}.hero-title .line{display:block;overflow:hidden}.hero-title .line>span{display:inline-block}html.hifi .hero-title .line>span{transform:translateY(110%)}.hero-title em{font-style:italic;font-weight:300;color:var(--sage-deep)}.hero-row{display:flex;align-items:flex-end;justify-content:space-between;gap:2.5rem;margin-top:clamp(1.6rem,4vh,3rem)}.hero-sub{max-width:40ch;color:var(--ink-soft);font-size:clamp(1rem,1.3vw,1.2rem)}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.hero-scroll-hint{display:flex;align-items:center;gap:.7rem;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.24em;text-transform:uppercase;color:var(--ink-soft)}.hero-scroll-hint .icon{width:15px;height:15px;animation:hintBob 2s var(--ease-out) infinite}@keyframes hintBob{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}@media (max-width: 760px){.hero-row{flex-direction:column;align-items:flex-start}.hero-scroll-hint{display:none}}.journey{background:var(--leaf);color:var(--paper);position:relative}.journey-pin{min-height:100svh;display:flex;align-items:center;overflow:hidden}.journey-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:clamp(2rem,5vw,5rem);width:min(100% - 2 * var(--gutter),1440px);margin-inline:auto;padding-block:6rem}.journey-left{text-align:right}.journey-count{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.3em;color:var(--sage)}.journey-word{font-family:var(--font-display);font-size:clamp(2.6rem,6vw,5.5rem);font-weight:500;line-height:1;margin-top:.6rem;position:relative;min-height:1.1em}.journey-word span{position:absolute;right:0;top:0;white-space:nowrap;opacity:0}.journey-word span.is-active{opacity:1}html.lofi .journey-word span{position:static;display:none}html.lofi .journey-word span.is-active{display:inline}.journey-disc{width:clamp(220px,30vw,420px);height:clamp(220px,30vw,420px);border-radius:50%;overflow:hidden;position:relative;flex:none;border:1px solid #55624F;box-shadow:0 40px 80px -40px #00000080}.journey-disc img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s var(--ease-out)}.journey-disc img.is-active{opacity:1}.journey-right p{max-width:34ch;color:#c6cfba;font-size:clamp(.95rem,1.2vw,1.1rem);position:relative;min-height:4.8em}.journey-right p span{position:absolute;left:0;top:0;opacity:0}.journey-right p span.is-active{opacity:1}html.lofi .journey-right p span{position:static;display:none}html.lofi .journey-right p span.is-active{display:inline}.journey-progress{position:absolute;left:50%;bottom:3rem;transform:translate(-50%);display:flex;gap:.6rem;z-index:5}.journey-progress i{width:34px;height:2px;background:#55624f;display:block;transition:background-color .3s}.journey-progress i.is-active{background:var(--matcha)}html.lofi .journey-pin{min-height:0;padding-block:var(--space-section)}html.lofi .journey-lofi-panels{display:grid;gap:4rem}html.lofi .journey-progress{display:none}@media (max-width: 860px){.journey-inner{grid-template-columns:1fr;text-align:center;justify-items:center}.journey-left{text-align:center}.journey-word span{right:auto;left:50%;transform:translate(-50%)}.journey-right p{text-align:center}.journey-right p span{left:50%;transform:translate(-50%);width:100%}}.gallery-section{overflow:hidden}.gallery-head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3rem}.gallery-head h2{font-size:var(--fs-1);max-width:14ch}.gallery-track{display:flex;gap:clamp(1.2rem,2.5vw,2.4rem);padding-inline:var(--gutter);width:max-content}html.lofi .gallery-scroller{overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1rem;scrollbar-width:thin;scrollbar-color:var(--sage) var(--surface)}html.lofi .gallery-track figure{scroll-snap-align:center}.gallery-track figure{flex:none;width:clamp(260px,34vw,520px);border-radius:var(--radius-lg);overflow:hidden;position:relative}.gallery-track figure:nth-child(2n){transform:translateY(clamp(1rem,4vh,3rem))}.gallery-track img{width:100%;aspect-ratio:3 / 4;object-fit:cover;transition:transform .8s var(--ease-out)}.gallery-track figure:hover img{transform:scale(1.05)}.gallery-track figcaption{position:absolute;left:1.2rem;bottom:1.1rem;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--white);background:#22241f8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:.5em 1em;border-radius:999px}.signatures-head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3.2rem}.signatures-head h2{font-size:var(--fs-1);max-width:13ch}.signatures-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.2rem,2.5vw,2rem)}@media (max-width: 980px){.signatures-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 620px){.signatures-grid{grid-template-columns:1fr}}.craft{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,6rem);align-items:center}.craft-media{border-radius:var(--radius-lg);overflow:hidden;position:relative}.craft-media img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.craft-badge{position:absolute;right:1.4rem;top:1.4rem;width:92px;height:92px;border-radius:50%;background:var(--paper);color:var(--leaf);display:grid;place-items:center;text-align:center;font-family:var(--font-mono);font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;line-height:1.5;padding:.6rem}.craft-body h2{font-size:var(--fs-1);margin:1rem 0 1.4rem}.craft-body>p{color:var(--ink-soft);max-width:48ch}.craft-stats{display:flex;gap:clamp(2rem,5vw,4rem);margin-top:2.6rem}@media (max-width: 860px){.craft{grid-template-columns:1fr}}.locate{display:grid;grid-template-columns:1fr 1.2fr;gap:clamp(2.5rem,6vw,5rem);align-items:stretch}.locate-body{display:flex;flex-direction:column;justify-content:center}.locate-body h2{font-size:var(--fs-1);margin:1rem 0 1.4rem}.locate-list{display:grid;gap:1.1rem;margin:1.6rem 0 2.2rem}.locate-list li{display:flex;gap:.9rem;align-items:flex-start;color:var(--ink-soft)}.locate-list .icon{width:19px;height:19px;color:var(--sage-deep);flex:none;margin-top:3px}@media (max-width: 860px){.locate{grid-template-columns:1fr}}.cta-band{text-align:center}.cta-band h2{font-size:clamp(2.6rem,7vw,6.5rem);text-transform:uppercase;letter-spacing:-.02em;line-height:.95}.cta-band h2 em{font-style:italic;font-weight:300;color:var(--matcha)}.cta-band p{margin:1.6rem auto 2.4rem;max-width:44ch;color:#c6cfba}
