@font-face{font-family:Barlow;src:url('/assets/barlow-condensed-800.ttf') format('truetype');font-weight:800;font-display:swap}
@font-face{font-family:Space;src:url('/assets/space-grotesk-400.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Space;src:url('/assets/space-grotesk-700.ttf') format('truetype');font-weight:700;font-display:swap}
:root{color-scheme:dark;--bg:#111314;--panel:#181b1c;--white:#f5f7f7;--mint:#9cf7cc;--coral:#ff8a76;--gold:#efd88d;--muted:#a4adae;--line:#313738;--display:Barlow,Impact,'Arial Narrow',sans-serif;--sans:Space,'Segoe UI',sans-serif}
*{box-sizing:border-box;letter-spacing:0}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--bg);color:var(--white);font-family:var(--sans);font-size:15px;line-height:1.65}
body:has(dialog[open]){overflow:hidden}
button,input,a{font:inherit}
button{color:inherit;cursor:pointer;border:0}
a{color:inherit;text-decoration:none}
button,a,input,summary{-webkit-tap-highlight-color:transparent}
svg{width:20px;height:20px;stroke-width:1.7;flex-shrink:0;vertical-align:middle}
img{max-width:100%;display:block}
p,h1,h2,h3{margin:0;overflow-wrap:break-word}
.wrap{width:min(1240px,calc(100% - 96px));margin-inline:auto}
.section-space{padding-block:106px}
.muted{color:var(--muted)}.mint{color:var(--mint)}
.mono,.eyebrow,.section-stamp,.tiny-label,.availability,.product-tag,.product-number,.hero-kicker,.hero-bottom,.category-status{font-family:var(--sans);font-size:11px;font-weight:700}
.eyebrow{display:flex;align-items:center;gap:13px;line-height:1.5}.eyebrow>span{color:var(--mint)}
h2{font:800 70px/.96 var(--display);text-transform:uppercase}h3{font-size:20px;line-height:1.25;font-weight:700}
::selection{color:var(--bg);background:var(--mint)}:focus-visible{outline:2px solid var(--mint);outline-offset:5px}
.skip-link{position:fixed;left:20px;top:-80px;z-index:100;background:var(--mint);color:var(--bg);padding:12px}.skip-link:focus{top:10px}
.announcement{min-height:34px;display:flex;align-items:center;justify-content:center;gap:10px;background:var(--mint);color:#18251f;font-size:11px;font-weight:700;padding:7px 16px;line-height:1.2}
.announcement>svg{width:13px;height:13px}.announcement a{display:flex;align-items:center;gap:6px;border-left:1px solid #537b63;padding-left:12px;margin-left:4px}.announcement a svg{width:12px;height:12px}
.site-header{position:sticky;top:0;z-index:30;background:#111314f5;border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}
.nav-shell{height:82px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.brand{display:flex;align-items:center;gap:11px;font-weight:700;font-size:21px;line-height:1.1}
.brand-mark{width:39px;height:44px;display:grid;place-items:center;background:var(--mint);color:var(--bg);clip-path:polygon(0 0,100% 0,100% 74%,70% 100%,0 100%)}
.brand-mark svg{height:26px;width:26px}.brand-sub{display:block;font-size:8px;margin-top:6px;color:var(--muted)}
.site-nav{display:flex;align-items:center;gap:32px;font-size:12px;font-weight:700}.site-nav a{display:flex;align-items:center;gap:7px;transition:color .2s}
.site-nav a:hover,.site-nav a[aria-current],.footer-top nav a:hover{color:var(--mint)}
.tiny-label{color:var(--coral);font-size:8px;border:1px solid #70483f;padding:2px 4px;border-radius:2px}
.nav-actions{display:flex;align-items:center;gap:14px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:13px 23px;border:1px solid transparent;border-radius:3px;font-size:13px;font-weight:700;line-height:1.5;transition:transform .2s,background .2s,border-color .2s}
.button:hover{transform:translateY(-2px)}.button-mint{background:var(--mint);color:#18251f;box-shadow:0 4px 0 #537b63}.button-mint:hover{background:#baffdf}
.button-glass{background:#14191bcc;border-color:#778183;color:var(--white)}.button-glass:hover{border-color:var(--mint);background:#20292be6}
.button-dark{background:var(--bg);color:var(--mint);box-shadow:0 4px 0 #527a64}
.nav-join{min-height:40px;padding:9px 14px;font-size:11px;box-shadow:none}.nav-join svg{width:16px;height:16px}
.icon-button{display:inline-grid;place-items:center;width:40px;height:40px;flex-shrink:0;background:transparent;border:1px solid var(--line);border-radius:3px;transition:background .2s,color .2s}.icon-button:hover{background:#283431;color:var(--mint)}
.motion-toggle{width:32px;height:32px;border:0;color:var(--muted)}.motion-toggle svg{width:16px;height:16px}.menu-button{display:none}
[data-tooltip]{position:relative}[data-tooltip]::after{content:attr(data-tooltip);position:absolute;z-index:80;top:calc(100% + 10px);left:50%;transform:translateX(-50%);width:max-content;max-width:210px;background:#f5f7f7;color:#111314;padding:7px 10px;border-radius:3px;font:400 11px/1.4 var(--sans);pointer-events:none;opacity:0;transition:opacity .15s}
[data-tooltip]:hover::after,[data-tooltip]:focus-visible::after{opacity:1}
.hero{position:relative;display:grid;place-items:center;min-height:610px;height:calc(88svh - 116px);isolation:isolate;overflow:hidden;background:#294e57}
.hero-image{position:absolute;inset:-10px;width:calc(100% + 20px);height:calc(100% + 20px);max-width:none;object-fit:cover;object-position:center 48%;z-index:-3;transform:translate(var(--scene-x,0px),var(--scene-y,0px)) scale(1.015);transition:transform 1s ease-out}
.hero-overlay{position:absolute;inset:0;background:rgba(9,20,25,.36);z-index:-2}
.hero-content{text-align:center;padding:46px 0 78px;animation:arrive .8s both}
.hero-kicker{display:flex;justify-content:center;align-items:center;gap:15px;font-size:10px;color:white;text-shadow:0 2px 5px #000}.crosshair{font:400 22px/1 monospace;color:var(--mint)}
h1{font:800 144px/.88 var(--display);margin:23px 0 24px;color:white;text-shadow:0 6px 0 #1e373b,0 10px 28px #07191a66;white-space:nowrap}h1>span{color:var(--mint)}
.hero-tagline{font-size:20px;font-weight:700;text-shadow:0 2px 7px #000}.hero-tagline em{font-style:normal;color:var(--mint)}
.hero-description{margin-top:13px;font-size:13px;line-height:1.8;color:#e2e9e9;text-shadow:0 2px 6px #000}
.hero-actions{display:flex;gap:14px;justify-content:center;margin-top:27px}.hero-actions .button{min-width:176px}
.copy-inline{display:inline-flex;align-items:center;gap:9px;margin-top:26px;padding:6px 10px;color:#e0ebeb;background:#102129aa;font-size:11px;border-radius:2px}.copy-inline>svg{width:13px;height:13px;color:var(--mint);margin-left:4px}.status-square{width:5px;height:5px;background:var(--mint)}
.hero-bottom{position:absolute;bottom:24px;display:flex;justify-content:space-between;align-items:center;gap:24px;color:white;font-size:9px}.hero-bottom .mono{font-size:9px;display:flex;gap:8px;align-items:center}.hero-bottom svg{height:15px;width:15px;color:var(--mint)}.hero-bottom a{display:flex;align-items:center;gap:12px}.hero-bottom a>svg{animation:down 2s ease-in-out infinite}.art-caption{color:#e0e8e8;font-size:8px}
.manifesto{background:var(--mint);color:var(--bg);overflow:hidden;border-bottom:5px solid #6cbd97}.manifesto .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:90px;font:800 30px/1 var(--display);white-space:nowrap}.manifesto svg{width:25px;height:25px;stroke-width:2}
.section-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:35px}.section-stamp{color:var(--muted);display:flex;align-items:center;gap:15px;font-size:9px}.section-stamp svg{height:14px;width:14px}
.world-intro{display:grid;grid-template-columns:1fr .8fr;gap:100px;align-items:center}.world-intro>div{max-width:430px;font-size:18px;line-height:1.7}.world-intro .muted{font-size:13px;margin-top:17px}
.world-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:58px;border-block:1px solid var(--line)}.world-feature{padding:29px 35px 35px 0}.world-feature+.world-feature{padding-left:35px;border-left:1px solid var(--line)}
.feature-icon{display:flex;justify-content:space-between;align-items:center;color:var(--mint);margin-bottom:25px}.feature-icon svg{width:27px;height:27px}.world-feature:nth-child(2) .feature-icon{color:var(--coral)}.world-feature:nth-child(3) .feature-icon{color:var(--gold)}.feature-icon span{font-size:10px;color:#858e8f}.world-feature h3{font-size:18px}.world-feature p{font-size:12px;color:var(--muted);margin-top:13px;max-width:310px;line-height:1.9}
.world-view{margin:50px 0 0}.gallery-open{display:block;width:100%;aspect-ratio:2.65;position:relative;overflow:hidden;padding:0;background:#242e30;border-radius:4px}.gallery-open img{width:100%;height:100%;object-fit:cover;transition:transform .65s}.gallery-open:hover img{transform:scale(1.035)}
.gallery-expand{position:absolute;bottom:18px;right:18px;display:grid;place-items:center;width:40px;height:40px;border:1px solid #aeb7b7;background:#151719ab;border-radius:3px}
.world-view figcaption{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:20px}.world-view figcaption .eyebrow{font-size:9px;color:var(--mint);margin-bottom:4px}.world-view h3{font-size:17px}.gallery-controls{display:flex;gap:8px}
.store-section{background:#191c1d;border-block:1px solid var(--line)}.availability{display:inline-flex;align-items:center;gap:8px;color:var(--coral);font-size:9px}.availability svg{width:14px;height:14px}
.store-heading{display:flex;justify-content:space-between;align-items:end;gap:40px}.store-heading h2{font-size:64px}.outline-type{color:var(--white);-webkit-text-stroke:1px var(--white);-webkit-text-fill-color:transparent}.store-heading>p{color:var(--muted);font-size:12px;line-height:1.9;padding-bottom:5px}
.store-toolbar{display:flex;justify-content:space-between;align-items:center;padding:23px 0 16px;margin-top:32px;border-top:1px solid #393e40}.store-toolbar .mono{font-size:9px}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px}.product-card{--accent:var(--gold);background:#111416;border:1px solid #3b3f40;border-radius:5px;overflow:hidden;transition:transform .25s,border-color .25s}.product-card:hover,.product-card:focus-within{border-color:var(--accent);transform:translateY(-5px)}.product-card.crates{--accent:var(--coral)}.product-card.cosmetics{--accent:var(--mint)}
.product-art{position:relative;aspect-ratio:1.2;overflow:hidden;background:#151719;border-bottom:1px solid #293032}.product-art img{width:100%;height:100%;object-fit:contain;padding:14px 27px 27px;transition:transform .5s;mix-blend-mode:lighten}.product-card:hover .product-art img{transform:translateY(-5px) rotate(-3deg) scale(1.04)}
.product-number{position:absolute;top:17px;left:19px;z-index:1;font-size:10px;color:#9da4a5}.product-tag{position:absolute;bottom:16px;left:21px;color:var(--accent);display:flex;align-items:center;gap:8px;font-size:10px}.product-tag svg{width:14px;height:14px}
.product-body{padding:24px}.product-body h3{font-size:18px;min-height:46px}.product-body p{font-size:11px;color:var(--muted);margin-top:6px}
.product-link{width:100%;display:flex;align-items:center;justify-content:space-between;background:transparent;text-align:left;color:var(--accent);font-size:12px;font-weight:700;padding:20px 0 0;margin-top:23px;border-top:1px solid var(--line)}.product-link>svg{width:17px;height:17px;transition:transform .2s}.product-link:hover>svg{transform:translate(2px,-2px)}
.store-note{display:flex;justify-content:center;align-items:start;gap:9px;color:var(--muted);font-size:10px;margin-top:25px;text-align:center}.store-note svg{width:14px;height:14px;margin-top:1px}
.join-section{background:var(--mint);color:var(--bg);overflow:hidden}.join-layout{position:relative;display:flex;align-items:center;justify-content:space-between;gap:40px;padding-block:74px;isolation:isolate}.join-layout .eyebrow{font-size:10px;margin-bottom:16px}.join-layout h2{font-size:66px}.join-layout h2>span{-webkit-text-stroke:1px var(--bg);-webkit-text-fill-color:transparent}.join-copy{flex-shrink:0;position:relative;z-index:1}.join-copy p{font-size:13px;margin-bottom:21px}.join-copy>.mono{display:block;margin-top:20px;font-size:10px}.join-feather{position:absolute;right:160px;width:270px;height:270px;stroke-width:.7;opacity:.13;transform:rotate(14deg);z-index:-1}
.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.faq-layout h2{margin:27px 0 19px;font-size:64px}.faq-layout .muted{font-size:12px}.faq-list{border-top:1px solid #464c4d}.faq-list details{border-bottom:1px solid #464c4d}
.faq-list summary{display:flex;align-items:center;gap:17px;list-style:none;min-height:81px;cursor:pointer;font-size:13px;font-weight:700;padding:17px 0}.faq-list summary::-webkit-details-marker{display:none}.faq-number{font-size:10px;color:#90999a;font-weight:400}.faq-list summary>svg{width:17px;height:17px;margin-left:auto;color:var(--mint);transition:transform .2s}.faq-list details[open] summary>svg{transform:rotate(45deg)}
.faq-answer{padding:0 30px 25px;color:var(--muted);font-size:12px;line-height:1.9}.text-button{display:flex;align-items:center;gap:10px;padding:0;margin-top:16px;font-size:12px;background:transparent;color:var(--mint)}.text-button svg{width:14px;height:14px}
.site-footer{background:#0b0d0e;border-top:1px solid #292f30;padding-top:42px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:25px}.footer-top nav{display:flex;align-items:center;gap:28px;font-size:11px}.footer-word{font:800 132px/.85 var(--display);color:#313637;border-bottom:1px solid var(--line);padding:46px 0 30px;white-space:nowrap}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:23px 0;color:#8b9495;font-size:9px}.footer-bottom .mono{font-size:8px;display:flex;align-items:center;gap:8px}.footer-bottom svg{width:12px;height:12px;color:var(--mint)}
dialog{color:var(--white);border:1px solid #4c5859;border-radius:7px;background:var(--bg);padding:0;max-height:calc(100svh - 40px);max-width:calc(100% - 32px);box-shadow:0 28px 100px #0008;overscroll-behavior:contain}dialog[open]{animation:arrive .22s both}dialog::backdrop{background:#050d10c9;backdrop-filter:blur(8px)}
.dialog-close{position:absolute;top:16px;right:16px;z-index:3;background:#13191bea;border-color:#505a5d}
.join-dialog{width:440px;padding:42px 35px 27px;text-align:center}.dialog-emblem{display:grid;place-items:center;width:52px;height:52px;background:var(--mint);color:var(--bg);margin:0 auto 25px;border-radius:4px;transform:rotate(-5deg)}.dialog-emblem svg{width:27px;height:27px}.join-dialog .eyebrow{justify-content:center;color:var(--mint);font-size:9px}.join-dialog h2{font-size:55px;margin:17px 0}.join-dialog>.muted{font-size:12px}
.address-field{display:flex;align-items:center;gap:6px;border:1px solid var(--line);background:#202829;border-radius:3px;margin:17px 0 14px;padding:5px}.address-field input{background:transparent;border:0;color:var(--white);min-width:0;width:100%;padding:9px;font-size:12px}.address-field .icon-button{width:34px;height:34px;border:0}.join-dialog>.button{width:100%}.dialog-note{color:var(--muted);font-size:10px;margin-top:21px}
.category-dialog{width:780px}.category-dialog[open]{display:grid;grid-template-columns:1fr 1fr;align-items:center}.category-dialog>img{width:100%;height:100%;object-fit:contain;background:#151719}.category-copy{padding:50px 30px 35px}.category-copy .eyebrow{color:var(--mint);font-size:9px}.category-copy h2{font-size:53px;margin:16px 0}.category-copy p{font-size:13px;line-height:1.9}.category-copy .muted{font-size:11px}.category-copy>.button{margin-top:24px;font-size:11px}.category-status{display:flex;align-items:center;gap:8px;color:var(--coral);padding:18px 0;font-size:9px}.category-status svg{width:14px;height:14px}
.gallery-dialog{width:1100px}.gallery-dialog>img{width:100%;max-height:75svh;object-fit:contain;background:#0b0d0e}.gallery-modal-caption{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 23px;font-size:14px}.gallery-modal-caption .mono{font-size:9px;color:var(--mint)}
.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,15px);z-index:100;max-width:calc(100% - 32px);width:max-content;pointer-events:none;background:var(--mint);color:var(--bg);padding:13px 20px;border:1px solid #ceffe5;border-radius:4px;box-shadow:0 10px 45px #0004;font-size:12px;font-weight:700;opacity:0;transition:transform .2s,opacity .2s}.toast.visible{opacity:1;transform:translate(-50%,0)}
.reveal.is-visible{animation:arrive .7s both}
@keyframes arrive{from{opacity:.3;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes down{0%,100%{transform:translateY(-2px)}50%{transform:translateY(3px)}}
html.motion-off{scroll-behavior:auto}.motion-off *,.motion-off *::before,.motion-off *::after{animation:none!important;transition:none!important}.motion-off .hero-image{transform:none}
@media(min-width:1700px){h1{font-size:170px}.hero-content{padding-block:60px 85px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.site-nav{gap:20px}.nav-shell{gap:18px}.brand{font-size:18px}.nav-join{padding:9px 10px;font-size:10px}.nav-actions{gap:7px}h1{font-size:124px}.world-intro{gap:55px}.store-heading{align-items:start}.store-heading h2{font-size:54px}.store-heading p{max-width:220px}.product-grid{gap:16px}.product-body{padding:20px}.product-body h3{font-size:16px}.join-layout h2{font-size:54px}.faq-layout{gap:50px}.footer-word{font-size:110px}.footer-bottom>.mono{display:none}}
@media(max-width:820px){.wrap{width:calc(100% - 40px)}.section-space{padding-block:72px}.nav-shell{height:70px}.nav-join{display:none}.menu-button{display:grid}.site-nav{display:none;position:absolute;top:70px;left:0;right:0;background:#111314;border-bottom:1px solid var(--line);padding:12px 20px 20px}.site-nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}.site-nav a{padding:17px 8px;border-bottom:1px solid var(--line)}.hero{height:calc(87svh - 104px);min-height:570px}.hero-content{padding:55px 0 84px}h1{font-size:99px}.hero-tagline{font-size:16px}.hero-bottom .art-caption{display:none}.manifesto .wrap{gap:12px;min-height:72px;font-size:23px}.manifesto svg{width:18px;height:18px}.manifesto svg:last-child{display:none}.section-stamp{display:none}.world-intro{gap:30px;grid-template-columns:1fr 1fr}h2{font-size:57px}.world-intro>div{font-size:15px}.world-feature{padding:25px 20px 25px 0}.world-feature+.world-feature{padding-left:20px}.world-feature h3{font-size:16px}.world-feature p{font-size:11px}.store-heading{display:block}.store-heading>p{max-width:none;margin-top:20px}.store-heading h2{font-size:57px}.product-grid{gap:12px}.product-body{padding:16px}.product-body h3{font-size:15px;min-height:58px}.product-body p{font-size:10px;min-height:32px}.product-link{font-size:10px;gap:5px}.product-art{aspect-ratio:1}.product-art img{padding:15px 12px 27px}.product-tag{left:12px;font-size:9px;bottom:10px}.product-number{left:12px;top:10px;font-size:9px}.join-layout{gap:25px}.join-layout h2{font-size:48px}.join-copy p{max-width:190px}.faq-layout{gap:30px;grid-template-columns:.8fr 1.2fr}.faq-layout h2{font-size:54px}.faq-list summary{font-size:12px;gap:12px}.footer-word{font-size:86px}.footer-top nav{gap:20px}}
@media(max-width:600px){.announcement{font-size:9px;gap:7px}.announcement a{padding-left:8px;margin-left:0}.brand{font-size:19px}.brand-mark{width:32px;height:37px}.brand-mark svg{width:23px;height:23px}.brand-sub{font-size:7px}.hero{min-height:540px;height:calc(87svh - 104px)}.hero-image{object-position:51% 50%}.hero-content{padding:40px 0 71px}.hero-kicker{font-size:8px;gap:8px}.crosshair{font-size:17px}h1{font-size:72px;line-height:.91;margin:22px 0}.hero-tagline{font-size:14px;line-height:1.8}.hero-tagline em{display:block}.hero-description{font-size:11px;line-height:1.8;margin-top:10px}.hero-actions{gap:10px;margin-top:22px}.hero-actions .button{min-width:0;font-size:11px;gap:7px;padding:11px 13px;min-height:46px}.hero-actions .button>svg{width:15px;height:15px}.hero-actions .button:first-child>svg:last-child{display:none}.copy-inline{margin-top:22px;font-size:10px}.hero-bottom{bottom:17px;justify-content:center}.hero-bottom>.mono{display:none}.hero-bottom a{font-size:8px}.manifesto .wrap{width:calc(100% - 28px);font-size:17px;gap:8px;min-height:60px}.manifesto svg{width:12px;height:12px}.section-space{padding-block:60px}.eyebrow{font-size:9px}.section-top{margin-bottom:25px}.world-intro{grid-template-columns:1fr;gap:24px}h2{font-size:56px}.world-intro>div{font-size:15px;max-width:330px}.world-intro .muted{font-size:12px;margin-top:12px}.world-features{grid-template-columns:1fr;margin-top:33px}.world-feature,.world-feature+.world-feature{border-left:0;padding:24px 0}.world-feature+.world-feature{border-top:1px solid var(--line)}.feature-icon{margin-bottom:15px}.feature-icon svg{width:22px;height:22px}.world-feature h3{font-size:19px}.world-feature p{font-size:12px;max-width:none;margin-top:10px}.world-view{margin-top:30px}.gallery-open{aspect-ratio:1.4}.world-view h3{font-size:14px}.world-view figcaption .eyebrow{font-size:8px}.gallery-controls .icon-button{width:35px;height:35px}.availability{font-size:8px;gap:5px}.availability>svg{width:12px;height:12px}.store-heading h2{font-size:49px}.store-heading p{font-size:12px}.store-toolbar{margin-top:25px}.store-toolbar .mono{font-size:8px}.product-grid{grid-template-columns:1fr;gap:20px}.product-art{aspect-ratio:1.28}.product-art img{padding:10px 35px 25px}.product-tag{left:23px;bottom:17px;font-size:11px}.product-number{left:23px;top:20px;font-size:11px}.product-body{padding:22px}.product-body h3{font-size:19px;min-height:0}.product-body p{font-size:12px;min-height:0;margin-top:9px}.product-link{font-size:12px}.store-note{text-align:left;font-size:10px}.join-layout{display:block;padding-block:53px}.join-layout h2{font-size:50px}.join-copy{margin-top:25px}.join-copy p{max-width:none;font-size:12px}.join-feather{right:-45px;top:40px;width:210px;height:210px}.faq-layout{grid-template-columns:1fr;gap:30px}.faq-layout h2{font-size:56px;margin:20px 0 13px}.faq-layout h2 br{display:none}.faq-list summary{min-height:74px;font-size:12px}.faq-answer{padding:0 24px 23px}.footer-top{align-items:start;gap:25px}.footer-top nav{display:grid;grid-template-columns:1fr auto;gap:12px;font-size:10px}.footer-top nav .icon-button{grid-column:2;grid-row:1/4;align-self:center;width:32px;height:32px}.footer-top .brand{font-size:17px}.footer-word{font-size:57px;padding:34px 0 26px}.footer-bottom{align-items:start;flex-direction:column;gap:8px;font-size:8px;padding-block:20px}.category-dialog[open]{grid-template-columns:1fr}.category-dialog>img{height:180px;object-fit:contain}.category-copy{padding:25px}.category-copy h2{font-size:43px;margin:12px 0}.category-copy>p{font-size:12px}.category-status{padding:12px 0}.category-copy>.button{margin-top:16px}.join-dialog{padding:38px 23px 24px}.join-dialog h2{font-size:49px}.gallery-modal-caption{padding:15px;font-size:12px;flex-direction:column;align-items:start;gap:5px}.toast{bottom:18px;font-size:11px;padding:12px 14px}}
@media(max-width:360px){h1{font-size:62px}.hero-kicker{font-size:7px}.hero-actions .button{padding:11px 10px;font-size:10px}.hero-tagline{font-size:13px}.manifesto .wrap{font-size:15px;gap:5px}.store-heading h2{font-size:43px}.join-layout h2{font-size:44px}.footer-word{font-size:49px}.availability{font-size:7px}.brand{font-size:17px}.brand-sub{font-size:6px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.hero-image{transform:none}}

/* Keep decorative tooltips from extending the page or obscuring nearby controls. */
[data-tooltip]::after{display:none}
[data-tooltip]:hover::after,[data-tooltip]:focus-visible::after{display:block}
.motion-toggle::after{left:auto;right:0;transform:none}
.gallery-controls [data-tooltip]::after{left:auto;right:0;transform:none}
.footer-top [data-tooltip]::after,.address-field [data-tooltip]::after{left:auto;right:0;transform:none}
.footer-word{font-size:120px}
@media(max-width:1100px){.footer-word{font-size:94px}}
@media(max-width:820px){.footer-word{font-size:75px}}
@media(max-width:600px){h1{font-size:86px}h1>span{display:block;font-size:26px;line-height:1;margin-top:8px}.footer-word{font-size:45px}.hero{min-height:555px}}
@media(max-width:360px){h1{font-size:72px}.footer-word{font-size:38px}}
@media(max-width:600px) and (max-height:700px){.hero{min-height:0;height:calc(100svh - 155px)}.hero-content{padding:18px 0 45px}h1{font-size:65px;margin:14px 0}h1>span{font-size:21px;margin-top:5px}.hero-description{display:none}.hero-actions{margin-top:16px}.copy-inline{margin-top:17px}.hero-bottom{bottom:12px}}
.faq-layout{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}
.faq-layout>*{min-width:0}
@media(max-width:820px){.faq-layout h2{font-size:48px}}
@media(max-width:600px){.faq-layout{grid-template-columns:minmax(0,1fr)}.faq-layout h2{font-size:56px}.faq-layout h2 br{display:block}.manifesto .wrap{font-size:15px}}
@media(max-width:360px){.manifesto .wrap{font-size:12px}}
