:root{--bg:#000;--bg-2:#161617;--bg-3:#1d1d1f;--fg:#f5f5f7;--fg-2:#a1a1a6;--fg-3:#6e6e73;--rose:#d9a48f;--rose-2:#c08a78;--line:rgba(255,255,255,.12);--sans:"Inter",-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Helvetica,Arial,sans-serif;--max:1120px;--r:28px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:60px;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--sans);font-size:17px;line-height:1.47;-webkit-font-smoothing:antialiased;font-feature-settings:"ss01","cv11"}img,video,svg{display:block;max-width:100%}img,video{height:auto}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}p{margin:0}h1,h2,h3{margin:0;font-weight:600;letter-spacing:-.025em;line-height:1.05}.wrap{width:min(var(--max),calc(100% - 2.5rem));margin-inline:auto}.narrow{width:min(760px,calc(100% - 2.5rem));margin-inline:auto}:focus-visible{outline:3px solid var(--rose);outline-offset:3px;border-radius:8px}.t-hero{font-size:clamp(3rem,9vw,7rem);letter-spacing:-.04em;line-height:.98}.t-1{font-size:clamp(2.4rem,5.6vw,4.5rem);letter-spacing:-.035em}.t-2{font-size:clamp(1.9rem,3.8vw,3rem);letter-spacing:-.03em}.t-3{font-size:clamp(1.35rem,2.2vw,1.75rem);letter-spacing:-.02em}.body-l{font-size:clamp(1.1rem,1.6vw,1.375rem);line-height:1.4;color:var(--fg-2);letter-spacing:-.01em}.body-l strong{color:var(--fg);font-weight:600}.grad{background:linear-gradient(100deg,#f7e3d8,#d9a48f 45%,#a86e5c);-webkit-background-clip:text;background-clip:text;color:transparent}.grad-cool{background:linear-gradient(100deg,#e8e6ff,#a79cf0,#6a5acd);-webkit-background-clip:text;background-clip:text;color:transparent}.grad-sea{background:linear-gradient(100deg,#dff7ff,#7ed3ea,#2a8fb5);-webkit-background-clip:text;background-clip:text;color:transparent}.link{color:#e6b8a4;font-weight:500}.link:after{content:" \203a"}.link:hover{text-decoration:underline;text-underline-offset:3px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:999px;padding:.85rem 1.4rem;font-weight:500;font-size:1rem;white-space:nowrap;transition:background .2s,transform .15s}.btn:active{transform:scale(.98)}.btn-fill{background:var(--rose-2);color:#fff}.btn-fill:hover{background:#d09a86}.btn-glass{background:#ffffff1a;color:var(--fg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-glass:hover{background:#ffffff29}.btn-lg{padding:1.05rem 1.9rem;font-size:1.08rem}.localnav{position:sticky;top:0;z-index:40;background:#000000b8;backdrop-filter:saturate(1.8) blur(20px);-webkit-backdrop-filter:saturate(1.8) blur(20px);border-bottom:1px solid rgba(255,255,255,.08)}.localnav .wrap{display:flex;align-items:center;justify-content:space-between;height:52px}.brand{font-weight:600;font-size:1.25rem;letter-spacing:-.02em;display:flex;align-items:center;gap:.45rem}.brand i{width:12px;height:12px;border-radius:50%;border:3px solid var(--rose);display:inline-block}.localnav nav{display:flex;gap:1.6rem;font-size:.85rem;color:var(--fg-2)}.localnav nav a:hover{color:var(--fg)}.localnav .btn{padding:.35rem .9rem;font-size:.82rem}@media(max-width:700px){.localnav nav{display:none}}.rv{opacity:0;transform:translateY(22px);transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1)}.rv.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.rv{opacity:1;transform:none;transition:none}}.hero{padding:clamp(3rem,8vw,6.5rem) 0 0;text-align:center}.hero .name{font-size:clamp(1.1rem,1.8vw,1.35rem);font-weight:600;color:var(--fg-2);letter-spacing:-.01em;margin-bottom:.8rem}.hero h1{margin-inline:auto;max-width:12ch}.hero .body-l{margin:1.4rem auto 0;max-width:34ch}.hero .cta{display:flex;justify-content:center;flex-wrap:wrap;gap:1.4rem;margin-top:1.6rem;align-items:center;font-size:1.05rem}.hero .price{color:var(--fg-2)}.film{margin:clamp(2rem,5vw,4rem) auto 0;width:min(1240px,100%);position:relative}.film video{width:100%;aspect-ratio:16/9;object-fit:cover;background:#000}.film .readout{position:absolute;left:6%;bottom:12%;display:flex;align-items:center;gap:.8rem;background:#14141699;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:.75rem 1rem}.film .readout .dot{width:10px;height:10px;border-radius:50%;background:#ff5a4e;box-shadow:0 0 #ff5a4e8c;animation:beat 1s ease-out infinite}.film .readout b{font-size:1.5rem;font-weight:600;letter-spacing:-.03em;line-height:1}.film .readout b small{font-size:.8rem;font-weight:400;color:var(--fg-2);margin-left:.2rem}.film .readout .lb{display:block;font-size:.78rem;color:var(--fg-2)}.film .r2{left:auto;right:6%;bottom:auto;top:14%}.film .r2 .dot{background:#5fbf9f;box-shadow:0 0 #5fbf9f8c;animation-duration:2.6s}@keyframes beat{0%{box-shadow:0 0 #ff5a4e8c}70%{box-shadow:0 0 0 10px #ff5a4e00}to{box-shadow:0 0 #ff5a4e00}}@media(prefers-reduced-motion:reduce){.film .readout .dot{animation:none}}@media(max-width:600px){.film .readout{padding:.55rem .75rem}.film .readout b{font-size:1.2rem}}.highlights{padding:clamp(4rem,8vw,7rem) 0 0}.highlights h2{margin-bottom:1.6rem}.rail{display:grid;grid-auto-flow:column;grid-auto-columns:min(400px,80vw);gap:1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 calc((100% - min(var(--max),100% - 2.5rem))/2) 1.5rem;scrollbar-width:none}.rail::-webkit-scrollbar{display:none}.card{scroll-snap-align:start;position:relative;aspect-ratio:4/5;border-radius:var(--r);overflow:hidden;background:var(--bg-2);isolation:isolate}.card img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.card:hover img{transform:scale(1.04)}.card p{position:absolute;left:1.5rem;right:1.5rem;top:1.5rem;font-size:1.35rem;font-weight:600;letter-spacing:-.025em;line-height:1.15;z-index:1;text-shadow:0 2px 20px rgba(0,0,0,.6)}.card p small{display:block;font-size:.9rem;font-weight:400;color:var(--fg-2);margin-top:.3rem;letter-spacing:0}.chapter{padding:clamp(5rem,10vw,9rem) 0}.chapter.alt{background:var(--bg-2)}.chapter-head{text-align:center;max-width:44rem;margin:0 auto clamp(2.5rem,5vw,4rem)}.chapter-head .kicker{font-size:1.05rem;font-weight:600;color:var(--fg-2);margin-bottom:.9rem;letter-spacing:-.01em}.chapter-head .body-l{margin-top:1.2rem}.chapter-head .link{display:inline-block;margin-top:1rem}.finish{position:relative}.finish .stage{position:relative;border-radius:var(--r);overflow:hidden;background:#000;aspect-ratio:16/9;box-shadow:0 60px 120px -60px #d9a48f59}.finish .stage img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease}.finish .stage img.on{opacity:1}.picker{display:flex;justify-content:center;gap:1rem;margin-top:1.6rem}.chip{width:34px;height:34px;border-radius:50%;border:0;padding:0;position:relative;box-shadow:inset 0 0 0 1px #ffffff26}.chip:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px solid transparent;transition:border-color .15s}.chip[aria-checked=true]:after{border-color:var(--fg)}.chip.rose{background:linear-gradient(135deg,#f1d3c8,#c08a78 60%,#8c5747)}.chip.black{background:linear-gradient(135deg,#6c6874,#2a2733 60%,#0f0e12)}.chip.silver{background:linear-gradient(135deg,#fff,#c9cbd3 60%,#7a7d88)}.chip.gold{background:linear-gradient(135deg,#fff3d6,#e1b96b 60%,#8e6a2c)}.finish .cur{text-align:center;color:var(--fg-2);margin-top:.9rem;font-size:.95rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center}.split.rev>:first-child{order:2}.split figure{margin:0;border-radius:var(--r);overflow:hidden;background:var(--bg-3)}.split figure img{width:100%;aspect-ratio:4/5;object-fit:cover}.split h2{margin-bottom:1rem}.split .body-l{margin-bottom:1.6rem}@media(max-width:820px){.split{grid-template-columns:1fr}.split.rev>:first-child{order:0}.split figure img{aspect-ratio:4/3}}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.4rem 2rem;border-top:1px solid var(--line);padding-top:1.4rem}.stats b{display:block;font-size:clamp(1.9rem,3vw,2.6rem);font-weight:600;letter-spacing:-.035em;line-height:1}.stats span{display:block;color:var(--fg-2);font-size:.92rem;margin-top:.45rem;line-height:1.35}.bleed{position:relative;overflow:hidden;border-radius:var(--r);background:#000}.bleed img{width:100%;aspect-ratio:16/9;object-fit:cover}.bleed .over{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(1.5rem,5vw,4rem);background:linear-gradient(to top,#000000bf,#0000 60%)}.bleed .over h2{max-width:14ch}.bleed .over p{max-width:44ch;margin-top:.8rem}@media(max-width:700px){.bleed img{aspect-ratio:4/5}}.tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:1.2rem}.tile{background:var(--bg-3);border-radius:var(--r);padding:1.8rem 1.6rem;min-height:210px;display:flex;flex-direction:column}.tile b{font-size:clamp(2rem,3.2vw,2.8rem);font-weight:600;letter-spacing:-.035em;line-height:1}.tile h3{font-size:1.2rem;margin-top:auto;padding-top:1.4rem}.tile p{color:var(--fg-2);font-size:.95rem;margin-top:.4rem}@media(max-width:820px){.tiles{grid-template-columns:1fr}}.app{background:var(--bg-3);border-radius:var(--r);padding:1.5rem;width:100%;max-width:400px}.app .hd{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.1rem}.app .hd b{font-size:1.15rem;font-weight:600;letter-spacing:-.02em}.app .hd span{font-size:.85rem;color:var(--fg-3)}.score{display:flex;align-items:center;gap:1.2rem}.gauge{position:relative;width:104px;height:104px;flex:none}.gauge svg{width:100%;height:100%;transform:rotate(-90deg)}.gauge .tr{fill:none;stroke:#2c2c2e;stroke-width:9}.gauge .pr{fill:none;stroke:#a79cf0;stroke-width:9;stroke-linecap:round;stroke-dasharray:283;stroke-dashoffset:48}.gauge b{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:1.9rem;font-weight:600;letter-spacing:-.03em}.score p{color:var(--fg-2);font-size:.93rem}.score p b{display:block;color:var(--fg);font-weight:600;font-size:1.02rem;margin-bottom:.2rem}.hyp{display:grid;grid-template-columns:repeat(32,1fr);gap:3px;height:96px;align-items:end;margin-top:1.4rem}.hyp i{display:block;border-radius:3px 3px 2px 2px}.hyp .d{background:#6a5acd;height:100%}.hyp .l{background:#8f7fe8;height:62%}.hyp .r{background:#c9b7ff;height:38%}.hyp .a{background:#f4ddd6;height:16%}.hyp-lg{display:flex;gap:1rem;font-size:.78rem;color:var(--fg-3);margin-top:.7rem}.hyp-lg i{display:inline-block;width:9px;height:9px;border-radius:2px;margin-right:.35rem;vertical-align:middle}.rows{margin-top:1.2rem;border-top:1px solid var(--line)}.rows div{display:flex;justify-content:space-between;align-items:baseline;padding:.7rem 0;border-bottom:1px solid var(--line);font-size:.93rem}.rows span{color:var(--fg-2)}.rows b{font-weight:600;font-size:1.05rem;letter-spacing:-.02em}.rows b small{font-size:.72rem;font-weight:400;color:var(--fg-3);margin-left:.2rem}.wheelwrap{display:flex;flex-direction:column;align-items:center;gap:.9rem}.wheel{width:200px;height:200px;position:relative}.wheel svg{width:100%;height:100%}.wheel b{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;text-align:center;font-weight:600;font-size:1rem;line-height:1.2;letter-spacing:-.01em}.wheel b small{display:block;font-weight:400;font-size:.76rem;color:var(--fg-3);margin-top:.3rem}.legend{display:flex;flex-wrap:wrap;gap:.5rem 1.1rem;font-size:.82rem;color:var(--fg-2);justify-content:center}.legend i{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:.4rem;vertical-align:middle}.overlap{position:relative}.overlap .app{position:absolute;right:-1rem;bottom:-1.5rem;max-width:300px;padding:1.2rem;box-shadow:0 30px 60px -20px #000c}@media(max-width:1020px){.overlap .app{position:static;margin:-2.5rem auto 0;width:calc(100% - 2rem);max-width:none}}.cmp{overflow-x:auto;border-radius:var(--r);background:var(--bg-3)}table{width:100%;border-collapse:collapse;min-width:640px}th,td{text-align:left;padding:1rem 1.2rem;border-bottom:1px solid var(--line);font-size:.95rem;vertical-align:top}th{font-weight:500;color:var(--fg-2);font-size:.88rem}thead th{padding-top:1.4rem}thead th.us{color:var(--fg);font-weight:600;font-size:1.15rem;background:#d9a48f1f;border-radius:16px 16px 0 0}td.us{background:#d9a48f1f;font-weight:600}tbody tr:last-child td{border-bottom:0}tbody tr:last-child td.us{border-radius:0 0 16px 16px}td .ok{color:#5fbf9f}td .no{color:#ff7b6e}.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.review{background:var(--bg-3);border-radius:var(--r);padding:1.6rem;display:flex;flex-direction:column;gap:.9rem}.stars{color:#f0b429;letter-spacing:.1em;font-size:.9rem}.review p{font-size:1.1rem;line-height:1.4;letter-spacing:-.01em}.review footer{margin-top:auto;font-size:.86rem;color:var(--fg-2);display:flex;justify-content:space-between}.review footer b{color:var(--fg);font-weight:600}.rating-sum{display:flex;align-items:center;gap:1rem;margin-bottom:1.8rem;flex-wrap:wrap}.rating-sum .big{font-size:2.8rem;font-weight:600;letter-spacing:-.04em;line-height:1}.rating-sum p{color:var(--fg-2);font-size:.92rem}@media(max-width:820px){.rev-grid{grid-template-columns:1fr}}@media(max-width:640px){table{min-width:560px}th,td{padding:.8rem;font-size:.88rem}.cmp th:first-child,.cmp td:first-child{position:sticky;left:0;background:var(--bg-3);z-index:1;box-shadow:8px 0 12px -8px #0009}}.buy{background:var(--bg-2)}.buy .wrap{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem,5vw,4.5rem);align-items:start}.gallery{position:sticky;top:76px}.gallery .main{aspect-ratio:16/10;background:#000;border-radius:var(--r);overflow:hidden}.gallery .main img{width:100%;height:100%;object-fit:cover}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;margin-top:.6rem}.thumbs button{aspect-ratio:16/10;border:0;border-radius:14px;background:#000;overflow:hidden;padding:0;box-shadow:inset 0 0 0 2px transparent;transition:box-shadow .15s}.thumbs button[aria-current=true]{box-shadow:inset 0 0 0 2px var(--fg)}.thumbs img{width:100%;height:100%;object-fit:cover;opacity:.75}.thumbs button[aria-current=true] img{opacity:1}.buybox h2{font-size:clamp(1.9rem,3vw,2.5rem)}.buybox .rating{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--fg-2);margin-top:.5rem}.price-tag{display:flex;align-items:baseline;gap:.6rem;margin-top:1.1rem;flex-wrap:wrap}.price-tag .now{font-size:2.2rem;font-weight:600;letter-spacing:-.035em;line-height:1}.price-tag .was{color:var(--fg-3);text-decoration:line-through}.save{display:inline-block;background:#d9a48f29;color:#e6b8a4;font-weight:600;font-size:.8rem;border-radius:999px;padding:.25rem .7rem}.opt{margin-top:1.6rem}.opt .lbl{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:.65rem}.opt .lbl b{font-weight:600}.opt .lbl button{background:none;border:0;padding:0;color:var(--fg-2);text-decoration:underline;text-underline-offset:3px}.swatches{display:flex;gap:.8rem}.sizes{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem}.size{aspect-ratio:1;border-radius:12px;border:0;background:var(--bg-3);font-weight:500;box-shadow:inset 0 0 0 1.5px transparent;transition:box-shadow .15s}.size[aria-checked=true]{background:var(--fg);color:#000;font-weight:600}.size:hover{box-shadow:inset 0 0 0 1.5px var(--fg)}.qty{display:inline-flex;align-items:center;border-radius:999px;background:var(--bg-3)}.qty button{width:42px;height:42px;border:0;background:none;font-size:1.25rem;border-radius:50%}.qty output{min-width:2ch;text-align:center;font-weight:600}.bundle{margin-top:.6rem;font-size:.86rem;color:var(--fg-2)}.bundle b{color:#5fbf9f;font-weight:600}.cta-row{margin-top:1.6rem}.cta-row .btn{width:100%}.stock{margin-top:.9rem;font-size:.86rem;color:#e6b8a4;display:flex;align-items:center;gap:.5rem}.stock[hidden]{display:none}.opt-err{margin-top:.6rem;font-size:.86rem;color:#ff9a90}.opt-err[hidden]{display:none}.stock i{width:7px;height:7px;border-radius:50%;background:var(--rose);display:inline-block}.ship{margin-top:1.2rem;display:grid;gap:.45rem;font-size:.88rem;color:var(--fg-2)}.ship span{display:flex;gap:.55rem;align-items:center}.ship svg{width:15px;height:15px;flex:none;color:#5fbf9f}.box{margin-top:1.6rem;border-top:1px solid var(--line);padding-top:1.1rem;font-size:.9rem;color:var(--fg-2)}.box b{color:var(--fg);font-weight:600;display:block;margin-bottom:.35rem}@media(max-width:900px){.buy .wrap{grid-template-columns:1fr}.gallery{position:static}}@media(max-width:480px){.sizes{grid-template-columns:repeat(4,1fr)}}.specs{columns:2;column-gap:3rem}.specs dl{margin:0}.specs>dl>div{break-inside:avoid;display:grid;grid-template-columns:1fr 1.5fr;gap:1rem;padding:.9rem 0;border-bottom:1px solid var(--line);font-size:.95rem}.specs dt{color:var(--fg-2)}.specs dd{margin:0}@media(max-width:760px){.specs{columns:1}}.faq details{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;font-size:1.15rem;font-weight:500;letter-spacing:-.015em}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.4rem;color:var(--fg-3);transition:transform .2s;flex:none;font-weight:300}.faq details[open] summary:after{transform:rotate(45deg)}.faq details p{padding:0 0 1.2rem;color:var(--fg-2);max-width:62ch}.final{text-align:center;padding:clamp(5rem,10vw,8rem) 0}.final .body-l{margin:1rem auto 0;max-width:36ch}.final .btn{margin-top:1.8rem}footer.site{border-top:1px solid var(--line);padding:2.5rem 0 3rem;font-size:.8rem;color:var(--fg-3)}footer.site .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem 2rem;align-items:center}footer.site nav{display:flex;flex-wrap:wrap;gap:1.2rem}footer.site a:hover{color:var(--fg)}footer.site .legal{width:100%;max-width:70ch;line-height:1.5}.bar{position:fixed;left:0;right:0;bottom:0;z-index:50;background:#161617d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--line);transform:translateY(110%);transition:transform .3s ease}.bar.on{transform:none}.bar .wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 0}.bar .info{display:flex;flex-direction:column;line-height:1.2}.bar .info b{font-weight:600;font-size:1.05rem;letter-spacing:-.02em}.bar .info span{font-size:.8rem;color:var(--fg-2)}.bar .btn{padding:.7rem 1.3rem}.modal{border:0;border-radius:var(--r);padding:0;max-width:560px;width:calc(100% - 2rem);background:var(--bg-3);color:var(--fg)}.modal::backdrop{background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal .in{padding:1.8rem;position:relative}.modal h3{margin-bottom:.8rem;font-size:1.4rem}.modal p{color:var(--fg-2);margin-bottom:.8rem}.modal .close{position:absolute;top:.8rem;right:.8rem;width:36px;height:36px;border-radius:50%;border:0;background:#ffffff1a;font-size:1.2rem}.modal table{min-width:0}.modal td,.modal th{padding:.5rem .6rem;font-size:.9rem}.modal ol{padding-left:1.2rem;color:var(--fg-2)}.modal ol li{margin-bottom:.4rem}.modal code{background:#ffffff1a;padding:.1rem .4rem;border-radius:6px;font-size:.9em}.rte{color:var(--fg-2);max-width:66ch;line-height:1.6}.rte h2,.rte h3{color:var(--fg);margin:2rem 0 .6rem}.rte a{color:#e6b8a4;text-decoration:underline;text-underline-offset:3px}.page-head{padding:clamp(3rem,7vw,5rem) 0 2rem}.rte ul,.rte ol{padding-left:1.3rem;margin:.6rem 0 1rem}.rte li{margin-bottom:.4rem}.rte p{margin:0 0 1rem}.rte table{width:100%;border-collapse:collapse;margin:1rem 0 1.5rem;font-size:.92rem}.rte th,.rte td{text-align:left;padding:.6rem .4rem;border-bottom:1px solid var(--line)}.rte th{color:var(--fg);font-weight:600}.shopify-policy__container{width:min(760px,calc(100% - 2.5rem));margin-inline:auto;padding:clamp(5rem,10vw,9rem) 0}.shopify-policy__title{padding:0 0 2rem}.shopify-policy__title h1{font-size:clamp(2rem,4vw,3rem);letter-spacing:-.02em;margin:0}.shopify-policy__body{color:var(--fg-2);max-width:66ch;line-height:1.6}.shopify-policy__body h2,.shopify-policy__body h3{color:var(--fg);margin:2rem 0 .6rem;font-size:1.25rem}.shopify-policy__body a{color:#e6b8a4;text-decoration:underline;text-underline-offset:3px}.shopify-policy__body ul,.shopify-policy__body ol{padding-left:1.3rem;margin:.6rem 0 1rem}.shopify-policy__body li{margin-bottom:.4rem}.shopify-policy__body p{margin:0 0 1rem}.shopify-policy__body table{width:100%;border-collapse:collapse;margin:1rem 0 1.5rem;font-size:.92rem}.shopify-policy__body th,.shopify-policy__body td{text-align:left;padding:.6rem .4rem;border-bottom:1px solid var(--line)}.shopify-policy__body th{color:var(--fg);font-weight:600}.field{display:grid;gap:.4rem;margin-bottom:1rem}.field label{font-size:.88rem;color:var(--fg-2)}.input{width:100%;background:var(--bg-3);border:1px solid var(--line);border-radius:12px;color:var(--fg);padding:.85rem 1rem;font:inherit}.input:focus{outline:2px solid var(--rose);outline-offset:1px;border-color:transparent}.errors{background:#ff5a4e1f;border-radius:12px;padding:.8rem 1rem;color:#ff9a90;font-size:.9rem;margin-bottom:1rem}.errors ul{margin:.3rem 0 0;padding-left:1.2rem}.notice{background:#5fbf9f1f;border-radius:12px;padding:.8rem 1rem;color:#9fe0c7;font-size:.9rem;margin-bottom:1rem}.cart-lines{border-top:1px solid var(--line)}.cart-line{display:grid;grid-template-columns:96px 1fr auto;gap:1.2rem;align-items:center;padding:1.2rem 0;border-bottom:1px solid var(--line)}.cart-line img{width:96px;aspect-ratio:1;object-fit:cover;border-radius:14px;background:#000}.cart-line .t{font-weight:600}.cart-line .v{color:var(--fg-2);font-size:.9rem}.cart-line .rm{color:var(--fg-3);font-size:.85rem;text-decoration:underline;text-underline-offset:3px;margin-left:1rem}.cart-line .p{font-weight:600;text-align:right}.cart-foot{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1.5rem;padding:1.6rem 0}.cart-foot .tot{font-size:1.4rem;font-weight:600;letter-spacing:-.02em}.cart-foot small{display:block;color:var(--fg-3);font-size:.8rem;font-weight:400}.empty{text-align:center;padding:4rem 0;color:var(--fg-2)}.grid-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.2rem}.pcard{background:var(--bg-3);border-radius:var(--r);overflow:hidden}.pcard img{width:100%;aspect-ratio:1;object-fit:cover}.pcard .in{padding:1rem 1.2rem 1.3rem}.pcard .in b{display:block;font-weight:600}.pcard .in span{color:var(--fg-2);font-size:.9rem}.acct-links{display:flex;gap:1.2rem;font-size:.9rem;color:var(--fg-2);margin-top:1rem}.acct-links a{text-decoration:underline;text-underline-offset:3px}.table-plain{width:100%;min-width:0}.pw-wrap{min-height:80vh;display:grid;place-items:center;text-align:center}.product-media{display:grid;gap:.6rem}.buybox .sold{color:#ff9a90;font-size:.9rem;margin-top:.6rem}.sizes.n8{grid-template-columns:repeat(8,1fr)}
/*# sourceMappingURL=/cdn/shop/t/11/assets/lune.css.map */
