:root{--ink:#092e37;--ground:#f45c40;--paper:#f8f2e8;--sun:#ffd166;--line:#e64f36;--muted:#49616a;--night:#061f27}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-color:var(--ground) var(--paper)}body{margin:0;background:var(--ground);color:var(--ink);font:400 16px/1.7 Manrope,system-ui,sans-serif;accent-color:var(--ground)}::selection{background:var(--ground);color:var(--paper)}a{color:inherit;text-decoration-color:var(--sun);text-decoration-thickness:.13em;text-underline-offset:.22em}a:hover{text-decoration-color:var(--ground)}a:focus-visible{outline:3px solid var(--sun);outline-offset:4px}.skip{position:fixed;z-index:20;top:-5rem;left:1rem;padding:.7rem 1rem;background:var(--night);color:var(--paper)}.skip:focus{top:1rem}
header{position:sticky;z-index:10;top:0;height:4.75rem;padding:0 clamp(1rem,5vw,5rem);display:flex;justify-content:space-between;align-items:center;background:var(--paper);color:var(--ink);border-bottom:1px solid color-mix(in srgb,var(--ink),transparent 86%)}.brand{font-family:Syne,Manrope,sans-serif;font-weight:800;letter-spacing:-.04em;text-decoration:none;font-size:1.05rem}.brand span{font-weight:500}nav{display:flex;gap:.25rem}nav a{min-width:44px;min-height:44px;display:grid;place-items:center;font-size:.72rem;font-weight:700;text-decoration:none}nav a:hover{background:var(--sun)}
.hero{position:relative;isolation:isolate;min-height:min(52rem,calc(100svh - 4.75rem));overflow:clip;background:var(--night);border-bottom:1px solid var(--night)}.hero:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(6,31,39,.98) 0%,rgba(6,31,39,.88) 35%,rgba(6,31,39,.2) 68%,rgba(6,31,39,.08) 100%)}.hero>img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;object-position:62% center;filter:saturate(.9) contrast(1.08)}.hero>div{position:relative;display:flex;min-height:min(52rem,calc(100svh - 4.75rem));flex-direction:column;justify-content:flex-end;padding:clamp(4rem,9vw,8rem) clamp(1.25rem,8vw,9rem);max-width:70rem;color:var(--paper)}h1,h2,h3{font-family:Syne,Manrope,sans-serif;font-weight:700;line-height:.93;letter-spacing:-.04em;text-wrap:balance}h1{max-width:12ch;margin:0;font-size:clamp(3.05rem,7.2vw,6rem)}.hero a{align-self:flex-start;display:inline-flex;align-items:center;gap:.6rem;margin-top:2.4rem;padding:.85rem 1rem;background:var(--sun);color:var(--ink);font-weight:700;text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1),background-color .4s ease}.hero a:hover{background:var(--paper);transform:translateY(-3px)}.icon{width:1.05rem;height:1.05rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.toc{max-width:none;margin:0;padding:clamp(2.4rem,5vw,4.8rem) clamp(1.25rem,8vw,9rem);display:grid;grid-template-columns:minmax(9rem,.65fr) minmax(0,2fr);gap:clamp(2rem,8vw,10rem);background:var(--ground);color:var(--night)}.toc p{align-self:start;margin:0;font-family:Syne,Manrope,sans-serif;font-size:clamp(1.2rem,2vw,2.2rem);font-weight:700;line-height:.9;letter-spacing:-.04em;text-transform:uppercase}.toc ol{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(2rem,7vw,8rem);margin:0;padding:0;list-style:none;counter-reset:route;border-top:1px solid color-mix(in srgb,var(--night),transparent 65%)}.toc li{position:relative;min-height:4.5rem;margin:0;padding:1rem .25rem 1rem 3.7rem;break-inside:avoid;counter-increment:route;border-bottom:1px solid color-mix(in srgb,var(--night),transparent 78%);transition:background-color .35s ease,color .35s ease}.toc li::before{position:absolute;top:.96rem;left:0;content:counter(route,decimal-leading-zero);font-family:Syne,Manrope,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:-.04em;color:color-mix(in srgb,var(--night),transparent 30%)}.toc li:nth-child(odd){grid-column:1}.toc li:nth-child(even){grid-column:2}.toc a{position:relative;z-index:1;text-decoration:none;font-weight:600;line-height:1.35}.toc li:hover{background:var(--sun);color:var(--ink)}.toc a:hover{text-decoration:underline}
article{background:var(--paper);padding:clamp(4rem,10vw,10rem) max(1.25rem,calc((100vw - 78rem)/2))}.section{position:relative;max-width:78rem;margin:auto;padding:clamp(4.5rem,9vw,9rem) 0;display:grid;grid-template-columns:minmax(12rem,.72fr) minmax(0,1.5fr);column-gap:clamp(2rem,7vw,9rem);align-items:start;border-top:1px solid color-mix(in srgb,var(--ink),transparent 80%)}.section:first-child{padding-top:0;border:0}.section:before{content:"";position:absolute;top:clamp(4.5rem,9vw,9rem);left:0;width:3.2rem;height:2px;background:var(--ground)}.section:first-child:before{display:none}h2,h3{grid-column:1;margin:0;color:var(--ink)}h2{font-size:clamp(2.1rem,4vw,4.45rem)}h3{font-size:clamp(1.55rem,2.6vw,2.7rem)}p{max-width:70ch;margin:0 0 1.35rem}.section>p{grid-column:2}.section>p:last-child{margin-bottom:0}article>p{max-width:65ch;margin-left:min(32vw,21rem);margin-bottom:1.4rem}article>p:first-child{max-width:27ch;margin-bottom:2.3rem;font-family:Syne,Manrope,sans-serif;font-size:clamp(1.45rem,2.4vw,2.4rem);font-weight:600;line-height:1.1;letter-spacing:-.035em}
.product-section{grid-template-columns:minmax(12rem,.72fr) minmax(18rem,1.5fr);column-gap:clamp(2rem,7vw,9rem)}.product-section>h2{grid-column:1;grid-row:1}.product-section>p{grid-column:1}.product-section>figure{position:sticky;top:7.25rem;grid-column:2;grid-row:1/span 7;align-self:start;margin:0;background:transparent;overflow:visible}.product-section>figure img{display:block;width:min(100%,36rem);height:auto;margin-left:auto;aspect-ratio:auto;object-fit:initial;filter:drop-shadow(0 1.6rem 1.8rem rgba(6,31,39,.18));transition:transform .7s cubic-bezier(.16,1,.3,1),filter .7s cubic-bezier(.16,1,.3,1)}.product-section>figure:hover img{filter:drop-shadow(0 2rem 2.2rem rgba(6,31,39,.24));transform:translateY(-.4rem)}
footer{display:grid;grid-template-columns:1fr auto;gap:1rem;padding:2.4rem clamp(1.25rem,5vw,5rem);background:var(--night);color:var(--paper);font-size:.85rem}footer .privacy{grid-column:1/-1;max-width:82ch;color:color-mix(in srgb,var(--paper),transparent 38%);font-size:.67rem;line-height:1.55}footer .privacy p{max-width:none;margin:0}footer .privacy p+p{margin-top:.35rem}
@media(max-width:48rem){header{height:4.25rem;padding-inline:.75rem}.brand{font-size:.92rem}.hero,.hero>div{min-height:43rem}.hero:after{background:linear-gradient(0deg,rgba(6,31,39,.96),rgba(6,31,39,.12) 80%)}.hero>img{object-position:67% center}.hero>div{padding:8rem 1.25rem 2.25rem}h1{font-size:clamp(2.65rem,13vw,4.3rem)}.toc{display:block;padding:2.3rem 1.25rem}.toc ol{grid-template-columns:1fr;margin-top:1.7rem}.toc li{min-height:0;padding-block:.95rem}.toc li:nth-child(odd),.toc li:nth-child(even){grid-column:1}.section{display:block;padding:4rem 0}.section:before{top:4rem;width:2.2rem}h2,h3{margin-bottom:1.45rem}article{padding:3.5rem 1.25rem}article>p{margin-left:0}article>p:first-child{max-width:19ch}.product-section>figure{position:static;margin:2.2rem 0}.product-section>figure img{width:100%;margin:0}footer{display:block}footer>a,footer>span{display:block}footer>*+*{margin-top:.8rem}}@media(max-width:21rem){header{height:auto;min-height:4.25rem;padding-block:.5rem;flex-wrap:wrap}.brand{flex:1 0 100%;min-height:2rem}header nav{margin-left:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero a,.product-section>figure img{transition:none}}
