:root{color-scheme:dark;--bg:#0d0d10;--card:#17171b;--line:#2b2b32;--muted:#aaaab4;--red:#ff183a}*{box-sizing:border-box}body{margin:0;background:radial-gradient(ellipse at 90% 0,#48131e35,transparent 55%),var(--bg);color:#f5f5f7;font:16px/1.6 system-ui,sans-serif}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid #ff4560;outline-offset:5px}header,main,footer{max-width:1120px;margin:auto;padding:24px}header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center;font-weight:850;font-size:24px;line-height:1.1}.mark{width:42px;height:42px;object-fit:contain}.brand small{display:block;font-size:9px;letter-spacing:3px;font-weight:400;margin-top:6px}button{cursor:pointer;border:1px solid var(--line);border-radius:24px;padding:10px 16px;background:transparent;color:inherit;font:inherit;font-size:13px}.eyebrow{color:#ff526c;font-size:11px;letter-spacing:2px;font-weight:700;margin:0 0 12px}.hero{padding:38px 0 28px;max-width:720px}h1{font-size:clamp(30px,4vw,46px);line-height:1.2;margin:0 0 18px;letter-spacing:-1px}.hero p{color:var(--muted);margin:0 0 20px}.payment-pill{display:inline-block;border:1px solid var(--line);border-radius:24px;padding:7px 14px;font-size:12px;color:#ddd}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:22px;align-items:start}.card{display:block;min-width:0;background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:border-color .2s,transform .2s}.card:hover{border-color:#6c303c;transform:translateY(-3px)}.card>img,.placeholder{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;background:#101013}.placeholder{display:grid;place-items:center;color:var(--red);font-size:48px;font-weight:800}.copy{padding:20px}.card h2{font-size:17px;line-height:1.45;margin:0 0 16px;overflow-wrap:anywhere}.card-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px}.price{display:flex;align-items:baseline;gap:8px;font-size:32px;font-weight:750;line-height:1.3;margin:20px 0 24px}.price small,.mobile-order small{font-size:11px;color:var(--muted);font-weight:500;letter-spacing:1px}.card .price{font-size:24px;margin:0}.card-arrow{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#ffffff09;color:#ff526c;font-size:21px}.back{display:inline-block;color:var(--muted);font-size:14px;margin:0 0 24px;padding:8px 0}.detail{display:grid;grid-template-columns:minmax(0,440px) minmax(0,1fr);gap:48px;align-items:start}.detail>div{min-width:0}.gallery>img,.gallery>.placeholder{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;border-radius:18px;background:#101013}.thumbs{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.thumbs:empty{display:none}.thumbs img{display:block;width:64px;height:64px;object-fit:contain;border:1px solid var(--line);border-radius:8px}.product-info{padding-top:4px}.product-info h1{font-size:clamp(26px,3vw,34px);line-height:1.25;letter-spacing:-.6px;overflow-wrap:anywhere}.buy-box{margin-bottom:26px}.cta{display:flex;align-items:center;justify-content:center;gap:20px;min-height:54px;border-radius:12px;background:var(--red);color:white;font-size:15px;font-weight:750;padding:14px 20px;text-align:center}.cta:hover{background:#e91031}.payment{display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;color:#bdbdc7;margin:12px 0 0}.payment-dot{width:6px;height:6px;border-radius:50%;background:#ff526c}.product-details{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}summary{display:flex;align-items:center;justify-content:space-between;padding:18px 0;cursor:pointer;font-size:15px;font-weight:650;list-style:none}summary::-webkit-details-marker{display:none}summary span{font-size:21px;color:var(--muted)}details[open] summary span{transform:rotate(45deg)}.description{white-space:pre-wrap;color:#bdbdc7;font-size:14px;line-height:1.8;padding:0 0 20px}.support{font-size:13px;color:var(--muted);margin-top:18px}.support a{color:white;text-decoration:underline;text-underline-offset:3px}.notice{padding:20px;border:1px solid var(--line);border-radius:12px;color:var(--muted)}footer{margin-top:60px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:12px;color:var(--muted)}footer p{margin:0}.mobile-order{display:none}@media(max-width:760px){header{padding:16px 20px}.brand{font-size:21px}.mark{width:36px;height:36px}main{padding:20px}.hero{padding:22px 0 28px}h1{font-size:32px}.detail{grid-template-columns:minmax(0,1fr);gap:24px}.gallery{width:100%;max-width:380px;margin-inline:auto}.product-info h1{font-size:26px;margin-bottom:12px}.product-info>.eyebrow{display:none}.price{margin:14px 0 20px;font-size:30px}.back{margin-bottom:16px}.grid{gap:18px}.copy{padding:18px}footer{margin-top:36px;padding:22px 20px}.product-page{padding-bottom:calc(88px + env(safe-area-inset-bottom))}.mobile-order{position:fixed;bottom:0;inset-inline:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px calc(12px + env(safe-area-inset-bottom));background:#121216f5;border-top:1px solid var(--line);backdrop-filter:blur(12px)}.mobile-order>bdi{white-space:nowrap;font-size:22px;font-weight:750}.mobile-order small{display:block;font-size:9px}.mobile-order .cta{min-height:48px;flex:1;max-width:250px;padding:12px 16px;font-size:14px}}@media(prefers-reduced-motion:reduce){.card{transition:none}}
/* Collection experience */
html{scroll-behavior:smooth;scroll-padding-top:24px}header,main,footer{max-width:1240px}#store-nav{display:flex;gap:28px;font-size:13px;color:#c4c4cd}#store-nav a:hover{color:var(--red)}.premium-hero{max-width:none;display:grid;grid-template-columns:1.2fr 1fr;gap:72px;align-items:center;padding:72px 0}.hero-copy h1{font-size:clamp(42px,5.4vw,72px);line-height:1.06;letter-spacing:-3px;font-weight:850}.hero-copy h1 span{color:#ff3454}.hero-copy p{max-width:490px;font-size:16px;line-height:1.8}.hero-actions{display:flex;gap:12px;align-items:center;margin-top:30px}.hero-actions .cta{padding-inline:24px}.secondary{padding:14px 22px;border:1px solid #383840;border-radius:12px;font-size:14px}.hero-note{margin-top:22px;color:#93939f;font-size:11px}.hero-feature{padding:18px;background:linear-gradient(145deg,#282127,#111114);border:1px solid #3b2b32;border-radius:24px;transform:rotate(2deg);box-shadow:0 20px 80px #ff183a0b;max-width:420px;justify-self:end}.hero-feature>img{display:block;width:100%;aspect-ratio:1;object-fit:contain;border-radius:12px}.feature-label{display:flex;justify-content:space-between;font-size:9px;font-weight:700;letter-spacing:2px;padding:0 0 14px;color:#bfb4ba}.feature-label span{font-size:18px;line-height:1}.feature-bottom{display:flex;justify-content:space-between;gap:16px;padding:16px 2px 2px;font-size:12px;line-height:1.6}.feature-bottom bdi{white-space:nowrap;color:#ff526c;font-weight:800;font-size:18px}.empty-feature{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:80px;font-weight:900}.empty-feature span{font-size:12px;letter-spacing:5px}.benefit-strip{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line);padding:26px 0;gap:25px}.benefit-strip>div{display:flex;align-items:center;gap:18px}.benefit-strip b{font-size:11px;color:#ff526c;border:1px solid #532330;border-radius:50%;padding:9px}.benefit-strip span{font-size:13px;font-weight:650}.benefit-strip small{display:block;color:var(--muted);font-size:11px;font-weight:400;margin-top:4px}.collection{padding:64px 0}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.section-heading h2,.help-banner h2,.faq-section h2{font-size:34px;letter-spacing:-1px;line-height:1.2;margin:0}.section-heading>span{font-size:12px;color:var(--muted)}.collection-tools{display:flex;gap:16px;margin-bottom:18px}.search-box{display:flex;align-items:center;gap:12px;border:1px solid var(--line);background:#151519;border-radius:12px;padding:10px 16px;flex:1}.search-box span{font-size:24px;color:var(--muted)}.search-box input{background:transparent;border:0;outline:none;min-width:0;width:100%;font:inherit;color:inherit;font-size:13px}.collection-tools select{border:1px solid var(--line);border-radius:12px;background:#151519;color:#c4c4cd;padding:12px;font:inherit;font-size:12px;max-width:45%}.category-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.category-tabs button[aria-pressed=true]{background:#ff183a15;border-color:#ff345460;color:#ff617b}.product-category{color:#92929d;font-size:10px;margin-bottom:8px}.collection .grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr))}.help-banner{display:flex;align-items:center;justify-content:space-between;gap:30px;border:1px solid #49222c;border-radius:22px;padding:42px;background:radial-gradient(ellipse at right,#5c192b55,transparent 70%),#171216}.help-banner p{font-size:14px;color:var(--muted);max-width:470px;line-height:1.8}.help-banner .cta{white-space:nowrap}.faq-section{display:grid;grid-template-columns:1fr 1.3fr;gap:70px;padding:70px 0 20px}.faq-section details{border-bottom:1px solid var(--line)}.faq-section details p{color:var(--muted);font-size:13px;line-height:1.9;margin:0 0 20px}.faq-section summary{gap:20px}.product-page main{padding-top:36px}[dir=rtl] .hero-copy h1{letter-spacing:-1px;line-height:1.3}[dir=rtl] .eyebrow{letter-spacing:0}input:focus-visible,select:focus-visible{outline:2px solid #ff4560;outline-offset:3px}@media(max-width:760px){#store-nav{gap:14px;font-size:11px}#store-nav a:last-child{display:none}.brand small{font-size:7px;letter-spacing:2px}header{gap:12px}.premium-hero{grid-template-columns:1fr;gap:32px;padding:35px 0}.hero-copy h1{font-size:49px;letter-spacing:-2px}.hero-copy p{font-size:14px}.hero-actions{gap:10px;margin-top:24px}.hero-actions .cta{font-size:13px;padding-inline:17px}.secondary{font-size:13px;padding:14px 17px}.hero-feature{justify-self:center;width:100%;max-width:330px;transform:none;padding:12px;border-radius:18px}.feature-label{padding-bottom:10px}.hero-note{font-size:10px}.benefit-strip{gap:14px;padding:22px 0}.benefit-strip>div{align-items:flex-start;gap:8px;flex-direction:column}.benefit-strip span{font-size:11px}.benefit-strip small{font-size:10px}.benefit-strip b{font-size:9px;padding:5px 8px}.collection{padding:40px 0}.section-heading h2,.help-banner h2,.faq-section h2{font-size:28px}.section-heading>span{font-size:10px}.collection-tools{gap:8px}.search-box{padding:8px 10px}.collection-tools select{font-size:10px;padding:8px}.help-banner{padding:26px;align-items:stretch;flex-direction:column;gap:12px}.help-banner .cta{white-space:normal}.faq-section{grid-template-columns:1fr;gap:22px;padding:44px 0 0}.faq-section summary{font-size:14px}.product-page main{padding-top:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
/* Phone-first refinements */
@media(max-width:760px){
header{padding:10px 16px;min-height:68px}header .brand{font-size:20px;gap:8px}header .mark{width:32px;height:32px}#store-nav{gap:8px}#store-nav a{display:flex;align-items:center;min-height:44px;padding:0 4px;font-size:12px}#store-nav a:nth-child(2){display:none}#language{min-height:44px;font-size:12px;padding:8px 13px}main{padding:16px}.premium-hero{padding:22px 0 26px;gap:22px}.hero-copy .eyebrow{font-size:10px;margin-bottom:12px}.hero-copy h1{font-size:40px;letter-spacing:-1.5px;margin-bottom:14px}[dir=rtl] .hero-copy h1{font-size:38px;line-height:1.25}.hero-copy p{font-size:14px;line-height:1.65;margin-bottom:0}.hero-actions{margin-top:20px}.hero-actions .cta,.hero-actions .secondary{min-height:48px;display:flex;align-items:center;justify-content:center}.hero-actions .cta{flex:1}.hero-note{font-size:11px;line-height:1.6;margin-top:14px}.hero-feature{max-width:none;display:grid;grid-template-columns:100px minmax(0,1fr);gap:0 14px;padding:14px;align-items:center}.hero-feature>img{grid-column:1;grid-row:1/3;width:100px;border-radius:10px}.feature-label{grid-column:2;grid-row:1;font-size:9px;letter-spacing:1px;padding-bottom:8px}.feature-bottom{grid-column:2;grid-row:2;display:flex;flex-direction:column;gap:6px;padding:0;font-size:12px}.feature-bottom bdi{font-size:20px}.empty-feature{display:flex;aspect-ratio:2}.benefit-strip{gap:10px;padding:18px 0}.benefit-strip small{font-size:11px}.benefit-strip span{font-size:12px}.collection{padding-top:30px}.section-heading h2,.help-banner h2,.faq-section h2{font-size:25px}.collection-tools{flex-wrap:wrap}.search-box{flex-basis:100%;min-height:48px}.search-box input{font-size:16px}.collection-tools select{font-size:14px;min-height:44px;max-width:100%;width:100%}.category-tabs{gap:8px;margin-bottom:20px}.category-tabs button{min-height:44px;font-size:13px;padding:8px 16px}.product-category{font-size:12px}.card h2{font-size:17px}.product-page .gallery{max-width:300px}.product-info h1{font-size:25px}.product-page .detail{gap:18px}.product-page .back{min-height:44px;margin-bottom:10px}.product-page .support a{display:inline-block;padding:10px 0}.faq-section summary{min-height:56px}.mobile-order{padding-inline:16px}.mobile-order .cta{font-size:14px}footer a{display:inline-flex;align-items:center;min-height:44px}.hero-feature .feature-bottom span{overflow-wrap:anywhere}
}
@media(max-width:350px){.hero-copy h1{font-size:35px}[dir=rtl] .hero-copy h1{font-size:34px}.hero-actions{gap:8px}.hero-actions .cta,.hero-actions .secondary{font-size:12px;padding:10px 12px}.hero-feature{grid-template-columns:80px minmax(0,1fr);gap:0 10px}.hero-feature>img{width:80px}.mobile-order{gap:10px}.mobile-order>bdi{font-size:20px}.mobile-order .cta{font-size:12px}.brand small{letter-spacing:1px}}
