:root{--font:"Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--brand:#c62a1f;--brand-strong:#a3211a;--brand-ink:#fff8ee;--brand-soft:#f8e1d9;--sun:#d9a441;--sun-soft:#f6e8c8;--danger:#e5484d;--danger-soft:#fdecec;--bg:#fbf6ec;--surface:#f3eadb;--surface-2:#e9ddc9;--card:#fffcf6;--ink:#1e1814;--ink-2:#43382f;--muted:#7a6c5f;--line:#e6dac6;--focus:#c62a1f59;--radius-sm:10px;--radius:16px;--radius-lg:24px;--radius-xl:32px;--shadow-sm:0 1px 2px #1e18140d, 0 1px 1px #1e181408;--shadow:0 6px 24px -8px #1e181426, 0 2px 6px -2px #1e181414;--shadow-lg:0 24px 60px -20px #1e181440;--wrap:1200px;--gutter:clamp(16px, 4vw, 32px);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--brand:#dd4232;--brand-strong:#f2735f;--brand-ink:#fff8ee;--brand-soft:#3a1914;--sun:#e4b456;--sun-soft:#33271a;--danger-soft:#3a1618;--bg:#17120e;--surface:#201913;--surface-2:#2a2119;--card:#221b15;--ink:#f7eedf;--ink-2:#dccfbc;--muted:#a8998a;--line:#352a20;--focus:#f2735f66;--shadow:0 6px 24px -8px #0009;--shadow-lg:0 24px 60px -20px #000c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}:root[data-theme=dark]{--brand:#dd4232;--brand-strong:#f2735f;--brand-ink:#fff8ee;--brand-soft:#3a1914;--sun:#e4b456;--sun-soft:#33271a;--danger-soft:#3a1618;--bg:#17120e;--surface:#201913;--surface-2:#2a2119;--card:#221b15;--ink:#f7eedf;--ink-2:#dccfbc;--muted:#a8998a;--line:#352a20;--focus:#f2735f66;--shadow:0 6px 24px -8px #0009;--shadow-lg:0 24px 60px -20px #000c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.55;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.02em;text-wrap:balance;margin:0;font-weight:800;line-height:1.12}p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit;color:inherit}:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:6px}.wrap{width:100%;max-width:var(--wrap);padding:0 var(--gutter);margin:0 auto}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.muted{color:var(--muted)}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--brand-strong);font-size:.78rem;font-weight:700}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.btn{cursor:pointer;white-space:nowrap;background:var(--surface);min-height:44px;color:var(--ink);border:1.5px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 22px;font-size:.95rem;font-weight:700;transition:transform .15s,background .15s,box-shadow .15s,border-color .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-primary{background:var(--brand);color:var(--brand-ink);box-shadow:0 8px 20px -8px color-mix(in srgb, var(--brand) 70%, transparent)}.btn-primary:hover{background:var(--brand-strong)}.btn-dark{background:var(--ink);color:var(--bg)}.btn-ghost{border-color:var(--line);background:0 0}.btn-ghost:hover{border-color:var(--ink-2)}.btn-danger{background:var(--danger-soft);color:var(--danger)}.btn-lg{min-height:54px;padding:0 30px;font-size:1.02rem}.btn-sm{min-height:34px;padding:0 14px;font-size:.85rem}.btn-block{width:100%}.icon-btn{cursor:pointer;width:40px;height:40px;color:var(--ink);background:0 0;border:0;border-radius:999px;place-items:center;display:inline-grid}.icon-btn:hover{background:var(--surface)}.chip{border:1.5px solid var(--line);background:var(--card);cursor:pointer;border-radius:999px;align-items:center;gap:6px;min-height:38px;padding:0 16px;font-size:.9rem;font-weight:600;transition:all .15s;display:inline-flex}.chip:hover{border-color:var(--ink-2)}.chip[aria-pressed=true]{background:var(--ink);color:var(--bg);border-color:var(--ink)}.badge{background:var(--surface-2);color:var(--ink-2);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.badge-green{background:var(--brand-soft);color:var(--brand-strong)}.badge-sun{background:var(--sun-soft);color:color-mix(in srgb, var(--sun) 55%, var(--ink))}.badge-red{background:var(--danger-soft);color:var(--danger)}.dot{background:currentColor;border-radius:50%;width:8px;height:8px}.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(18px,3vw,28px)}.field{gap:6px;display:grid}.field>span{color:var(--ink-2);font-size:.85rem;font-weight:700}.field small{color:var(--muted);font-size:.8rem}.input,.select,.textarea{border-radius:var(--radius-sm);border:1.5px solid var(--line);background:var(--card);width:100%;min-height:46px;padding:10px 14px;transition:border-color .15s,box-shadow .15s}.textarea{resize:vertical;min-height:120px;line-height:1.5}.input:focus,.select:focus,.textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px var(--focus);outline:none}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.form-grid .span-2{grid-column:span 2}@media (width<=560px){.form-grid{grid-template-columns:1fr}.form-grid .span-2{grid-column:auto}}.check{cursor:pointer;align-items:center;gap:10px;font-weight:600;display:inline-flex}.check input{width:20px;height:20px;accent-color:var(--brand)}.stepper{border:1.5px solid var(--line);background:var(--card);border-radius:999px;align-items:center;display:inline-flex}.stepper button{cursor:pointer;background:0 0;border:0;border-radius:999px;width:40px;height:40px;font-size:1.2rem;font-weight:700}.stepper button:hover:not(:disabled){background:var(--surface)}.stepper button:disabled{opacity:.35;cursor:not-allowed}.stepper output{text-align:center;min-width:28px;font-weight:700}.alert{border-radius:var(--radius-sm);padding:12px 16px;font-size:.92rem;font-weight:600}.alert-error{background:var(--danger-soft);color:var(--danger)}.alert-info{background:var(--sun-soft);color:var(--ink-2)}.alert-ok{background:var(--brand-soft);color:var(--brand-strong)}.spinner{border:3px solid var(--line);border-top-color:var(--brand);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.center-state{text-align:center;place-items:center;gap:12px;padding:80px 16px;display:grid}.swatch{border:1.5px solid color-mix(in srgb, var(--ink) 15%, transparent);border-radius:50%;flex:none;width:18px;height:18px}.theme-toggle{border:1px solid color-mix(in srgb, var(--ink) 20%, transparent);width:42px;height:42px;color:var(--ink-2);cursor:pointer;background:0 0;border-radius:999px;place-items:center;padding:0;transition:background-color .2s,color .2s;display:grid}.theme-toggle:hover{background:var(--surface);color:var(--ink)}.theme-toggle svg{animation:.45s cubic-bezier(.3,1.4,.5,1) theme-icon-in}@keyframes theme-icon-in{0%{opacity:0;transform:rotate(-90deg)scale(.4)}}@media (prefers-reduced-motion:reduce){.theme-toggle svg{animation:none}}.site{flex-direction:column;min-height:100vh;display:flex}.site-main{flex:1}.site-header{--bg:#0d0d0d;--surface:#262320;--ink:#f7f0e2;--ink-2:#d9d2c8;--muted:#a39c94;--line:#2a2725;--brand-strong:#ff5a5f;z-index:20;color:var(--ink);background:color-mix(in srgb, var(--bg) 82%, transparent);-webkit-backdrop-filter:saturate(1.6)blur(14px);backdrop-filter:saturate(1.6)blur(14px);border-bottom:1px solid #000;position:sticky;top:0}.site-header-inner{align-items:center;gap:24px;height:68px;display:flex}.logo{letter-spacing:-.02em;align-items:center;gap:10px;font-size:1.15rem;font-weight:800;display:inline-flex}.logo-mark{background:var(--brand);width:36px;height:36px;color:var(--brand-ink);box-shadow:0 6px 16px -6px color-mix(in srgb, var(--brand) 80%, transparent);border-radius:11px;place-items:center;transition:transform .3s cubic-bezier(.3,1.6,.5,1);display:grid}.logo:hover .logo-mark{transform:rotate(-12deg)scale(1.06)}.logo-text.is-stacked{line-height:1.05;display:grid}.logo-sub{letter-spacing:.24em;text-transform:uppercase;color:var(--brand-strong);font-size:.56em;font-weight:700}.site-nav{gap:4px;margin-right:auto;display:flex}.site-nav a{color:var(--ink-2);border-radius:999px;padding:8px 14px;font-weight:600}.site-nav a:hover,.site-nav a.active{background:var(--surface);color:var(--ink)}.header-actions{align-items:center;gap:8px;display:flex}.cart-btn{background:var(--ink);height:42px;color:var(--bg);border-radius:999px;align-items:center;gap:8px;padding:0 16px;font-size:.92rem;font-weight:700;display:inline-flex;position:relative}.cart-count{background:var(--brand);min-width:22px;height:22px;color:var(--brand-ink);border-radius:999px;place-items:center;padding:0 6px;font-size:.75rem;animation:.35s cubic-bezier(.3,1.6,.5,1) pop;display:grid}@keyframes pop{0%{transform:scale(.4)}}@media (width<=560px){.site-header-inner{gap:10px}.site-nav a{padding:8px 10px}.cart-btn-label,.site-nav a[href="/#how-it-works"]{display:none}.cart-btn{padding:0 12px}}.site-footer{background:var(--surface);border-top:1px solid var(--line);margin-top:48px}.site-footer-inner{flex-wrap:wrap;justify-content:space-between;gap:32px;padding-top:48px;padding-bottom:32px;display:flex}.footer-blurb{max-width:320px;margin-top:12px}.footer-links{flex-wrap:wrap;gap:8px 28px;font-weight:600;display:flex}.footer-links a:hover{color:var(--brand-strong)}.footer-base{border-top:1px solid var(--line);padding-top:20px;padding-bottom:28px;font-size:.85rem}.section{padding-top:clamp(40px,6vw,72px);padding-bottom:clamp(24px,4vw,40px)}.section-tight{padding-top:8px}.section-head{justify-content:space-between;align-items:end;gap:16px;margin-bottom:28px;display:flex}.section-head h2{margin-top:6px;font-size:clamp(1.7rem,3.4vw,2.4rem)}.section-head-center{text-align:center;flex-direction:column;align-items:center}.page-head{margin-bottom:28px}.page-head h1{margin:6px 0 8px;font-size:clamp(2rem,4.5vw,3rem)}.link-arrow{color:var(--brand-strong);align-items:center;gap:6px;font-weight:700;display:inline-flex}.link-arrow:hover{gap:10px}.link-back{color:var(--muted);align-items:center;gap:6px;font-weight:600;display:inline-flex}.link-back:hover{color:var(--ink)}.big-icon{background:var(--brand-soft);width:84px;height:84px;color:var(--brand-strong);border-radius:28px;place-items:center;display:grid}.hero{background:radial-gradient(1000px 500px at 85% -10%, color-mix(in srgb, var(--brand) 16%, transparent), transparent 70%), radial-gradient(600px 360px at -8% 55%, color-mix(in srgb, var(--sun) 13%, transparent), transparent 70%);position:relative;overflow:hidden}.hero-inner{grid-template-columns:1.05fr 1fr;align-items:center;gap:clamp(24px,5vw,64px);padding-top:clamp(32px,6vw,72px);padding-bottom:clamp(40px,6vw,80px);display:grid}.hero-copy h1{letter-spacing:-.035em;margin:14px 0 20px;font-size:clamp(2.6rem,6.4vw,4.6rem)}.hl{color:var(--brand-strong);white-space:nowrap;position:relative}.hl:after{content:"";background:color-mix(in srgb, var(--brand) 28%, transparent);z-index:-1;border-radius:999px;height:.22em;position:absolute;bottom:.06em;left:-2%;right:-2%}.hero-lede{color:var(--ink-2);max-width:520px;font-size:clamp(1.05rem,1.6vw,1.2rem)}.hero-ctas{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.hero-perks{color:var(--ink-2);flex-wrap:wrap;gap:10px 24px;margin:28px 0 0;padding:0;font-size:.92rem;font-weight:600;list-style:none;display:flex}.hero-perks li{align-items:center;gap:8px;display:inline-flex}.hero-perks svg{color:var(--brand-strong)}.hero-showcase{aspect-ratio:1;min-height:320px;position:relative}.hero-blob{background:linear-gradient(145deg, var(--brand-soft), color-mix(in srgb, var(--sun-soft) 80%, var(--surface)));border-radius:42% 58% 55% 45%/48% 42% 58% 52%;animation:14s ease-in-out infinite alternate blob;position:absolute;inset:6%}@keyframes blob{to{border-radius:58% 42% 45% 55%/42% 58%;transform:rotate(8deg)}}.hero-viewer,.hero-img{object-fit:contain;width:100%;height:100%;inset:0;position:absolute!important}.hero-viewer .viewer-hint{display:none}.hero-card{background:color-mix(in srgb, var(--card) 88%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--line);box-shadow:var(--shadow);white-space:nowrap;border-radius:999px;align-items:center;gap:16px;padding:12px 12px 12px 20px;display:flex;position:absolute;bottom:2%;left:50%;transform:translate(-50%)}.hero-card>div:first-child{line-height:1.25;display:grid}.hero-card .eyebrow{font-size:.66rem}.hero-swatches{gap:4px;display:flex}@media (width<=860px){.hero-inner{grid-template-columns:1fr}.hero-showcase{width:100%;max-width:480px;margin:0 auto}}@media (width<=480px){.hero-card{gap:10px;padding:10px 10px 10px 16px}.hero-card .btn{display:none}}.category-row{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}.chip-lg{min-height:46px;padding:0 22px;font-size:.98rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,250px),1fr));gap:clamp(16px,2.4vw,28px);display:grid}.product-card{border-radius:var(--radius-lg);background:var(--card);flex-direction:column;transition:transform .25s cubic-bezier(.3,1.3,.5,1);display:flex}.product-card:hover{transform:translateY(-4px)}.product-card-link{flex-direction:column;display:flex}.product-card-media{aspect-ratio:1;border-radius:var(--radius-lg);background:var(--surface);position:relative;overflow:hidden}.product-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-card-media img{transform:scale(1.04)}.product-card-flag{position:absolute;top:12px;left:12px}.product-card-body{gap:6px;padding:14px 4px 4px;display:grid}.product-card-row{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.product-card h3{letter-spacing:-.01em;font-size:1.08rem;font-weight:700}.price{white-space:nowrap;font-weight:800}.product-card-summary{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;display:-webkit-box;overflow:hidden}.card-colors{flex-wrap:wrap;align-items:center;margin:0 0 6px;display:flex}.card-color{border-radius:50%;place-items:center;width:24px;height:24px;display:grid}.card-color .swatch{width:14px;height:14px;transition:transform .15s,box-shadow .15s}.card-color:hover .swatch,.card-color:focus-visible .swatch{box-shadow:0 0 0 2px var(--card), 0 0 0 3.5px var(--ink);transform:scale(1.2)}.card-color:focus-visible{outline:none}.card-colors-more{padding:0 4px;font-size:.8rem}.ph{width:100%;height:100%;color:color-mix(in srgb, var(--ph) 70%, var(--ink));background:radial-gradient(circle at 30% 25%, color-mix(in srgb, var(--ph) 30%, var(--card)), transparent 60%), color-mix(in srgb, var(--ph) 14%, var(--surface));place-items:center;display:grid}.cover-render img{object-fit:contain;width:100%;height:100%}.how{background:var(--surface);margin-top:40px;padding-bottom:clamp(48px,7vw,88px)}.steps{grid-template-columns:repeat(3,1fr);gap:20px;margin:0;padding:0;list-style:none;display:grid}.step{border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow-sm);padding:28px;position:relative}.step h3{margin:18px 0 8px;font-size:1.2rem}.step-icon{background:var(--brand-soft);width:56px;height:56px;color:var(--brand-strong);border-radius:18px;place-items:center;display:grid}.step-num{color:var(--surface-2);font-size:2rem;font-weight:800;position:absolute;top:24px;right:28px}@media (width<=760px){.steps{grid-template-columns:1fr}}.cta-band{border-radius:var(--radius-xl);background:var(--brand);color:var(--brand-ink);background-image:radial-gradient(circle at 90% 10%,#fff3,#0000 40%),repeating-linear-gradient(0deg,#ffffff0d 0 2px,#0000 2px 9px);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:clamp(28px,5vw,56px);display:flex}.cta-band h2{margin-bottom:6px;font-size:clamp(1.6rem,3.4vw,2.3rem)}.cta-band-btn{background:var(--brand-ink);color:var(--brand)}.crumbs{color:var(--muted);gap:8px;margin-bottom:20px;font-size:.9rem;font-weight:600;display:flex}.crumbs a:hover{color:var(--ink)}.product-layout{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:start;gap:clamp(24px,5vw,64px);display:grid}@media (width<=860px){.product-layout{grid-template-columns:1fr}}.media{gap:12px;display:grid;position:sticky;top:88px}@media (width<=860px){.media{position:static}}.media-stage{aspect-ratio:1;border-radius:var(--radius-xl);background:var(--surface);position:relative;overflow:hidden}.media-stage>img{object-fit:cover;width:100%;height:100%}.media-toggle{background:color-mix(in srgb, var(--card) 85%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);border-radius:999px;padding:4px;display:flex;position:absolute;top:14px;left:50%;transform:translate(-50%)}.media-toggle button{cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:700;display:inline-flex}.media-toggle button[aria-selected=true]{background:var(--ink);color:var(--bg)}.media-3d-tag{background:var(--card);box-shadow:var(--shadow-sm);border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:.78rem;font-weight:700;display:inline-flex;position:absolute;top:14px;left:14px}.media-thumbs{gap:10px;padding:2px;display:flex;overflow-x:auto}.media-thumb{border-radius:var(--radius);background:var(--surface);cursor:pointer;border:2px solid #0000;flex:none;width:76px;height:76px;padding:0;overflow:hidden}.media-thumb img{object-fit:cover;width:100%;height:100%}.media-thumb[aria-pressed=true]{border-color:var(--brand)}.media-thumb-3d{align-content:center;place-items:center;gap:2px;font-size:.75rem;font-weight:800;display:grid}.viewer{touch-action:none;width:100%;height:100%;min-height:260px;position:relative}.viewer canvas{cursor:grab}.viewer canvas:active{cursor:grabbing}.viewer-hint{background:color-mix(in srgb, var(--card) 80%, transparent);color:var(--muted);pointer-events:none;white-space:nowrap;border-radius:999px;padding:5px 12px;font-size:.75rem;font-weight:600;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.viewer-message{text-align:center;align-content:center;place-items:center;gap:6px;padding:24px;display:grid;position:absolute;inset:0}.product-info{gap:26px;display:grid}.product-title h1{font-size:clamp(2rem,4vw,2.8rem)}.product-price-row{align-items:center;gap:14px;margin-top:12px;display:flex}.product-price{font-size:1.6rem;font-weight:800}.product-summary{color:var(--ink-2);margin-top:14px;font-size:1.08rem}.color-picker{border:0;margin:0;padding:0}.color-picker legend{margin-bottom:12px;padding:0;font-weight:700}.color-picker-options{flex-wrap:wrap;gap:10px;display:flex}.color-option{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:50%;place-items:center;width:46px;height:46px;padding:0;transition:transform .15s,border-color .15s;display:grid}.color-option span{width:34px;height:34px;box-shadow:inset 0 0 0 1.5px color-mix(in srgb, var(--ink) 14%, transparent);border-radius:50%}.color-option:hover{transform:scale(1.08)}.color-option[aria-pressed=true]{border-color:var(--ink)}.color-option-sm{width:30px;height:30px}.color-option-sm span{width:20px;height:20px}.buy-row{flex-wrap:wrap;gap:12px;display:flex}.buy-btn{flex:1;min-width:220px}.added-note{min-height:24px;color:var(--brand-strong);align-items:center;gap:6px;margin-top:-14px;font-weight:600;display:flex}.added-note a{text-decoration:underline}.perks{border-radius:var(--radius);background:var(--surface);gap:10px;margin:0;padding:18px 20px;font-size:.93rem;font-weight:600;list-style:none;display:grid}.perks li{align-items:center;gap:10px;display:flex}.perks svg{color:var(--brand-strong);flex:none}.specs{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:12px;margin:0;display:grid}.specs div{border-radius:var(--radius);border:1px solid var(--line);padding:14px 16px}.specs dt{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:700}.specs dd{margin:4px 0 0;font-weight:700}.description h2{margin-bottom:10px;font-size:1.2rem}.description p+p{margin-top:12px}.description p{color:var(--ink-2)}.checkout-layout{grid-template-columns:minmax(0,1.6fr) minmax(280px,1fr);align-items:start;gap:24px;display:grid}@media (width<=860px){.checkout-layout{grid-template-columns:1fr}}.cart-lines{margin:0;padding:8px clamp(14px,3vw,24px);list-style:none}.cart-line{grid-template-columns:80px minmax(0,1fr) auto auto auto;align-items:center;gap:16px;padding:16px 0;display:grid}.cart-line+.cart-line{border-top:1px solid var(--line)}.cart-line-img{border-radius:var(--radius);background:var(--surface);width:80px;height:80px;overflow:hidden}.cart-line-img img{object-fit:cover;width:100%;height:100%}.cart-line-img .ph svg{width:32px;height:32px}.cart-line-info{gap:2px;font-size:.88rem;display:grid}.cart-line-name{font-size:1rem;font-weight:700}.cart-line-color{align-items:center;gap:6px;display:inline-flex}.cart-line-color .swatch{width:14px;height:14px}.cart-line-total{text-align:right;min-width:72px}.stepper-sm button{width:34px;height:34px}@media (width<=600px){.cart-line{grid-template-columns:64px minmax(0,1fr) auto;gap:10px 12px}.cart-line-img{grid-row:span 2;width:64px;height:64px}.cart-line .stepper{grid-column:2;justify-self:start}.cart-line-total{grid-area:2/3}.cart-line .icon-btn{grid-area:1/3;justify-self:end}}.cart-notices{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.cart-notices ul{margin:6px 0 0;padding-left:18px;font-weight:500}.center-state+.cart-notices,.wrap>.cart-notices:first-child{margin-top:32px}.summary{gap:18px;display:grid;position:sticky;top:88px}.summary h2,.checkout-form h2{font-size:1.25rem}.summary-rows{gap:10px;margin:0;display:grid}.summary-rows div{justify-content:space-between;display:flex}.summary-rows dt{color:var(--muted);font-weight:600}.summary-rows dd{margin:0;font-weight:700}.summary-total{border-top:1px solid var(--line);padding-top:12px;font-size:1.15rem}.summary-total dt{color:var(--ink)}.summary-continue{justify-self:center}.free-ship{gap:8px;font-size:.88rem;font-weight:600;display:grid}.progress{background:var(--surface-2);border-radius:999px;height:8px;display:block;overflow:hidden}.progress span{border-radius:inherit;background:var(--brand);height:100%;transition:width .4s;display:block}.checkout-form{gap:32px;display:grid}.checkout-form h2{margin-bottom:16px}.hp{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.order-page{gap:24px;max-width:760px;display:grid}.order-hero{justify-items:start;gap:12px;display:grid}.order-hero h1{font-size:clamp(1.8rem,4vw,2.6rem)}.order-check{background:var(--brand);width:64px;height:64px;color:var(--brand-ink);border-radius:22px;place-items:center;animation:.5s cubic-bezier(.3,1.6,.5,1) pop;display:grid}.timeline{width:100%;color:var(--muted);flex-wrap:wrap;gap:8px 0;margin:16px 0 0;padding:0;font-size:.85rem;font-weight:700;list-style:none;display:flex}.timeline li{flex:1;gap:8px;min-width:110px;display:grid;position:relative}.timeline li:before{content:"";background:var(--line);height:3px;position:absolute;top:7px;left:16px;right:0}.timeline li:last-child:before{display:none}.timeline-dot{background:var(--line);border-radius:50%;width:16px;height:16px;position:relative}.timeline li[data-done=true]{color:var(--ink)}.timeline li[data-done=true] .timeline-dot{background:var(--brand);box-shadow:0 0 0 4px var(--brand-soft)}.order-items{border-bottom:1px solid var(--line);gap:10px;margin:16px 0;padding:0 0 16px;list-style:none;display:grid}.order-items li{justify-content:space-between;gap:16px;display:flex}.order-page .panel>.btn{margin-top:20px}.admin{background:var(--surface);grid-template-columns:250px minmax(0,1fr);min-height:100vh;display:grid}.admin-side{background:var(--card);border-right:1px solid var(--line);flex-direction:column;gap:28px;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0}.admin-tag{background:var(--surface-2);vertical-align:middle;letter-spacing:0;border-radius:999px;margin-left:4px;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-block}.admin-nav{gap:4px;display:grid}.admin-nav a{color:var(--ink-2);border-radius:12px;align-items:center;gap:10px;padding:10px 14px;font-weight:600;display:flex}.admin-nav a:hover{background:var(--surface)}.admin-nav a.active{background:var(--brand-soft);color:var(--brand-strong)}.admin-side-foot{gap:12px;margin-top:auto;display:grid}.admin-side-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.admin-side .theme-toggle{width:36px;height:36px}.admin-side-link{color:var(--muted);align-items:center;gap:6px;font-weight:600;display:inline-flex}.admin-main{width:100%;max-width:1320px;padding:clamp(20px,3vw,40px)}@media (width<=860px){.admin{grid-template-columns:minmax(0,1fr)}.admin-side{border-right:0;border-bottom:1px solid var(--line);flex-flow:wrap;align-items:center;gap:12px;height:auto;padding:14px 16px;position:static}.admin-nav{flex-wrap:wrap;display:flex}.admin-nav a{padding:8px 12px}.admin-side-foot{align-items:center;margin:0 0 0 auto;display:flex}}.admin-head{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:16px;margin-bottom:24px;display:flex}.admin-head h1{margin-top:4px;font-size:clamp(1.6rem,3vw,2.1rem)}.admin-head-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.saved-flash{color:var(--brand-strong);align-items:center;gap:6px;font-weight:700;display:inline-flex}.admin-search{max-width:360px;margin-bottom:18px}.admin-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.admin-row{border-radius:var(--radius);background:var(--card);border:1px solid var(--line);grid-template-columns:56px minmax(0,1fr) auto auto;align-items:center;gap:16px;padding:10px 18px 10px 10px;transition:border-color .15s,box-shadow .15s;display:grid}.admin-row:hover{border-color:var(--brand);box-shadow:var(--shadow-sm)}.admin-row-img{background:var(--surface);border-radius:12px;width:56px;height:56px;overflow:hidden}.admin-row-img img{object-fit:cover;width:100%;height:100%}.admin-row-img .ph svg{width:24px;height:24px}.admin-row-main{min-width:0;display:grid}.admin-row-main .muted{text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;overflow:hidden}.admin-row-tags{flex-wrap:wrap;justify-content:end;gap:6px;display:flex}@media (width<=700px){.admin-row{grid-template-columns:56px minmax(0,1fr) auto}.admin-row-tags{grid-column:2/-1;justify-content:start}.admin-row-price{grid-area:1/3}}.editor-layout{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);align-items:start;gap:24px;display:grid}@media (width<=1000px){.editor-layout{grid-template-columns:1fr}}.editor-form,.media-panel{gap:20px;display:grid}.editor-form h2,.media-panel h2{margin-bottom:16px;font-size:1.1rem}.panel-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:4px 12px;margin-bottom:16px;display:flex}.panel-head h2{margin:0}.panel-head .muted,.small{font-size:.85rem}.toggles{align-content:center;gap:12px}.advanced summary{cursor:pointer;font-weight:800}.advanced[open] summary{margin-bottom:16px}.danger-zone{justify-content:flex-end;display:flex}.colors-editor{gap:10px;display:grid}.colors-editor-row{grid-template-columns:46px minmax(0,1fr) 40px;align-items:center;gap:10px;display:grid}.colors-editor-row input[type=color]{border:1.5px solid var(--line);background:var(--card);cursor:pointer;border-radius:12px;width:46px;height:46px;padding:4px}.colors-editor-add{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.preset{border:1px dashed var(--line);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:5px 10px 5px 6px;font-size:.8rem;font-weight:600;display:inline-flex}.preset:hover{border-style:solid;border-color:var(--ink-2)}.preset .swatch{width:16px;height:16px}.dropzone{border-radius:var(--radius);border:2px dashed var(--line);background:var(--surface);text-align:center;cursor:pointer;justify-items:center;gap:6px;width:100%;padding:28px 16px;transition:border-color .15s,background .15s;display:grid}.dropzone:hover,.dropzone[data-over=true]{border-color:var(--brand);background:var(--brand-soft)}.dropzone svg{color:var(--brand-strong)}.dropzone .muted{font-size:.82rem}.dropzone .progress{width:60%}.thumb-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px;margin:0 0 14px;padding:0;list-style:none;display:grid}.thumb{aspect-ratio:1;background:var(--surface);border:1px solid var(--line);border-radius:14px;position:relative;overflow:hidden}.thumb img{object-fit:cover;width:100%;height:100%}.thumb-cover{position:absolute;top:6px;left:6px}.thumb-actions{opacity:0;justify-content:center;gap:4px;transition:opacity .15s;display:flex;position:absolute;inset:auto 6px 6px}.thumb:hover .thumb-actions,.thumb:focus-within .thumb-actions{opacity:1}@media (hover:none){.thumb-actions{opacity:1}}.thumb-actions button{background:color-mix(in srgb, var(--card) 92%, transparent);width:30px;height:30px;box-shadow:var(--shadow-sm);cursor:pointer;border:0;border-radius:999px;place-items:center;display:grid}.thumb-actions button:disabled{opacity:.4;cursor:not-allowed}.admin-viewer{aspect-ratio:1;border-radius:var(--radius);background:var(--surface);height:auto;overflow:hidden}.admin-rendering{align-items:center;gap:10px;margin:0 0 12px;display:flex}.admin-rendering .spinner{border-width:2px;width:16px;height:16px}.model-render-stage{pointer-events:none;width:800px;height:800px;position:fixed;top:0;left:-10000px}.model-previews{flex-wrap:wrap;gap:6px;margin:4px 0 8px;display:flex}.model-preview{align-items:center;gap:12px;margin:0 0 10px;display:flex}.model-preview .muted{flex:1}.model-preview-img{border-radius:var(--radius);background:var(--surface);width:48px;height:48px;color:var(--muted);flex:none;place-items:center;display:grid;overflow:hidden}.model-preview-img img{object-fit:contain;width:100%;height:100%}.model-preview-img .spinner{width:22px;height:22px}.model-actions{flex-wrap:wrap;gap:8px;margin:14px 0 8px;display:flex}.order-list{gap:14px;margin:0;padding:0;list-style:none;display:grid}.order-card{gap:16px;display:grid}.order-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.order-ref{letter-spacing:.02em;font-size:1.05rem}.order-card-body{grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:24px;display:grid}@media (width<=700px){.order-card-body{grid-template-columns:1fr}}.order-card-body address{margin-top:8px;font-size:.92rem;font-style:normal}.order-email{color:var(--brand-strong);font-size:.92rem;font-weight:600;display:block}.order-notes{border-radius:var(--radius-sm);background:var(--surface);margin-top:10px;padding:10px 12px;font-size:.9rem}.order-card .order-items{margin-top:0}.order-card-total{justify-content:space-between;align-items:baseline;display:flex}.order-card-foot{border-top:1px solid var(--line);flex-wrap:wrap;align-items:end;gap:12px;padding-top:14px;display:flex}.order-status{min-width:220px}.login{background:radial-gradient(700px 400px at 80% 0%, color-mix(in srgb, var(--brand) 16%, transparent), transparent 70%), var(--surface);place-items:center;min-height:100vh;padding:16px;display:grid}.login-card{width:min(420px,100%);box-shadow:var(--shadow-lg);gap:22px;display:grid}.login-card h1{margin-bottom:4px;font-size:1.7rem}.collector-row{flex-wrap:wrap;gap:8px;margin:12px 0 16px;padding:0;list-style:none;display:flex}.scan-errors{margin-bottom:16px}.scan-errors ul{gap:4px;margin:10px 0 0;padding-left:18px;display:grid}.insight-filters{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:12px 0 18px;display:flex}.insight-filters .category-row{margin:0}.check{align-items:center;gap:8px;font-weight:600;display:inline-flex}.insights-layout{align-items:start;gap:18px;display:grid}.insights-layout.has-detail{grid-template-columns:minmax(0,1fr) minmax(320px,420px)}@media (width<=1100px){.insights-layout.has-detail{grid-template-columns:1fr}}.insight-table-wrap{padding:0;overflow-x:auto}.insight-table{border-collapse:collapse;width:100%;font-size:.92rem}.insight-table th,.insight-table td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:12px 14px}.insight-table tbody tr:last-child td{border-bottom:0}.insight-table th{color:var(--muted);white-space:nowrap;font-size:.78rem;font-weight:700}.insight-table tr[aria-selected=true] td{background:var(--brand-soft)}.link-btn{font:inherit;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;padding:0;font-weight:700}.link-btn:hover{color:var(--brand-strong);text-decoration:underline}.insight-badges{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.score{align-items:center;gap:8px;display:inline-flex}.score-bar{background:var(--surface-2);border-radius:999px;width:90px;height:8px;display:flex;overflow:hidden}.score-seg.seg-demand{background:var(--brand)}.score-seg.seg-competition{background:color-mix(in srgb, var(--brand) 55%, var(--ink))}.score-seg.seg-margin{background:var(--sun)}.score-seg.seg-fit{background:var(--ink-2)}.insight-detail{gap:10px;max-height:calc(100vh - 40px);display:grid;position:sticky;top:20px;overflow-y:auto}.insight-detail h2{margin:0;font-size:1.25rem}.insight-detail h3{margin:12px 0 0;font-size:1rem}.insight-detail p{margin:0}.insight-detail-head{justify-content:space-between;gap:12px;display:flex}.insight-actions,.insight-dismiss{flex-wrap:wrap;gap:8px;display:flex}.insight-dismiss .input{flex:1;min-width:160px}.factor-list{gap:4px;margin:0;display:grid}.factor-list>div{justify-content:space-between;gap:12px;display:flex}.factor-list dt{color:var(--muted)}.factor-list dd{text-align:right;margin:0}.evidence-list{gap:8px;margin:0;padding:0;font-size:.9rem;list-style:none;display:grid}.evidence-list blockquote{border-left:3px solid var(--line);color:var(--muted);margin:4px 0 0;padding-left:10px}.insight-history{border-collapse:collapse;width:100%;font-size:.85rem}.insight-history th,.insight-history td{text-align:left;padding:4px 6px}
