:root{--plum:#1B0E22;--plum-2:#2A1633;--plum-3:#3A2046;--mauve:#C99CA8;--rose:#E7BFC6;--champ:#F2E4D2;--gold:#CBA35B;--gold-soft:#E0C58C;--cream:#F6EEE7;--cream-dim:#CBB9C0;--satin-light:#FBF1E3;--satin-base:#E8D2B4;--satin-dark:#B7976F}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--plum);color:var(--cream);font-family:Jost,sans-serif;font-weight:300;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Cormorant Garamond,serif;font-weight:500;line-height:1.05}.eyebrow{font-family:Jost,sans-serif;font-weight:500;text-transform:uppercase;letter-spacing:.35em;font-size:.7rem;color:var(--gold-soft)}a{color:inherit;text-decoration:none}nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:1.1rem clamp(1.2rem,5vw,4rem);background:#1b0e22b8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(203,163,91,.18)}.brand{font-family:Cormorant Garamond,serif;font-size:1.55rem;letter-spacing:.06em;color:var(--cream)}.brand span{color:var(--gold)}.nav-links{display:flex;gap:2.2rem;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}.nav-links a{color:var(--cream-dim);transition:color .3s}.nav-links a:hover{color:var(--gold-soft)}.nav-cart{display:flex;align-items:center;gap:.5rem;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--cream);cursor:pointer}.nav-cart b{background:var(--gold);color:var(--plum);border-radius:999px;min-width:1.4rem;height:1.4rem;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:600;padding:0 .3rem}@media(max-width:780px){.nav-links{display:none}}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center;padding:clamp(2.5rem,6vw,5.5rem) clamp(1.2rem,5vw,4rem) clamp(3rem,7vw,6rem);max-width:1280px;margin:0 auto;position:relative}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(60% 70% at 72% 30%,rgba(201,156,168,.16),transparent 70%)}.hero-copy{max-width:34rem}.hero h1{font-size:clamp(2.8rem,6.2vw,5rem);letter-spacing:.01em;margin:1.1rem 0 1.3rem}.hero h1 em{font-style:italic;color:var(--rose)}.hero p.lede{font-size:1.05rem;color:var(--cream-dim);max-width:30rem;margin-bottom:2rem;font-weight:300}.price-row{display:flex;align-items:baseline;gap:.9rem;margin-bottom:1.6rem}.price-now{font-family:Cormorant Garamond,serif;font-size:2.4rem;color:var(--cream)}.price-was{font-size:1.1rem;color:var(--cream-dim);text-decoration:line-through;opacity:.65}.price-tag{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--plum);background:var(--gold-soft);padding:.28rem .6rem;border-radius:3px;font-weight:600}.stars{color:var(--gold);letter-spacing:.15em;font-size:1rem}.stars small{color:var(--cream-dim);font-size:.78rem;letter-spacing:.06em;margin-left:.5rem}.swatch-label{font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--cream-dim);margin:1.8rem 0 .8rem}.swatch-label b{color:var(--cream);font-weight:500;margin-left:.4rem;text-transform:none;letter-spacing:.02em;font-size:.92rem}.swatches{display:flex;gap:.85rem;flex-wrap:wrap}.swatch{width:2.4rem;height:2.4rem;border-radius:50%;cursor:pointer;position:relative;border:2px solid transparent;transition:transform .25s,border-color .25s;box-shadow:inset -3px -3px 8px #00000040,inset 3px 3px 8px #ffffff59}.swatch:hover{transform:scale(1.08)}.swatch[aria-pressed=true]{border-color:var(--gold)}.swatch[aria-pressed=true]:after{content:"";position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border-radius:50%;border:1px solid rgba(203,163,91,.5)}.buy-row{display:flex;gap:.9rem;margin-top:2rem;align-items:stretch;flex-wrap:wrap}.qty{display:flex;align-items:center;border:1px solid rgba(203,163,91,.4);border-radius:4px;overflow:hidden}.qty button{width:2.8rem;background:transparent;border:0;color:var(--cream);font-size:1.2rem;cursor:pointer;font-family:Jost;transition:background .25s}.qty button:hover{background:#cba35b26}.qty span{min-width:2.4rem;text-align:center;font-size:1rem}.btn-buy{flex:1;min-width:220px;background:var(--gold);color:var(--plum);border:0;cursor:pointer;font-family:Jost;font-weight:600;letter-spacing:.16em;text-transform:uppercase;font-size:.82rem;padding:0 2rem;border-radius:4px;transition:background .3s,transform .15s}.btn-buy:hover{background:var(--gold-soft)}.btn-buy:active{transform:scale(.985)}.ship-note{font-size:.78rem;color:var(--cream-dim);margin-top:1rem;display:flex;align-items:center;gap:.5rem}.ship-note:before{content:"\2726";color:var(--gold)}.visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:420px}.visual-ring{position:absolute;width:min(30rem,80vw);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(231,191,198,.18),transparent 65%)}.bonnet{width:min(30rem,82vw);height:auto;filter:drop-shadow(0 30px 50px rgba(0,0,0,.45));position:relative}.sheen-band{animation:sweep 6.5s ease-in-out infinite}@keyframes sweep{0%,to{transform:translate(-120px)}50%{transform:translate(120px)}}.trust{border-top:1px solid rgba(203,163,91,.18);border-bottom:1px solid rgba(203,163,91,.18);background:var(--plum-2)}.trust-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.trust-item{padding:1.6rem 1rem;border-right:1px solid rgba(203,163,91,.14)}.trust-item:last-child{border-right:0}.trust-item .ico{font-size:1.3rem;color:var(--gold)}.trust-item p{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--cream-dim);margin-top:.5rem}@media(max-width:680px){.trust-inner{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}}section.block{max-width:1180px;margin:0 auto;padding:clamp(3.5rem,8vw,7rem) clamp(1.2rem,5vw,3rem)}.section-head{text-align:center;max-width:42rem;margin:0 auto clamp(2.5rem,5vw,4rem)}.section-head h2{font-size:clamp(2.2rem,5vw,3.4rem);margin:.8rem 0}.section-head h2 em{font-style:italic;color:var(--rose)}.section-head p{color:var(--cream-dim)}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}.benefit{border:1px solid rgba(203,163,91,.2);border-radius:8px;padding:2rem 1.7rem;background:linear-gradient(160deg,#3a20468c,#1b0e2233);transition:border-color .35s,transform .35s}.benefit:hover{border-color:#cba35b8c;transform:translateY(-4px)}.benefit .num{font-family:Cormorant Garamond,serif;font-size:1.1rem;color:var(--gold);letter-spacing:.1em}.benefit h3{font-size:1.65rem;margin:.7rem 0 .6rem}.benefit p{font-size:.92rem;color:var(--cream-dim)}@media(max-width:820px){.benefits{grid-template-columns:1fr}}.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.split .mini-visual{display:flex;justify-content:center}.split-list{list-style:none;margin-top:1.5rem}.split-list li{padding:1rem 0;border-bottom:1px solid rgba(203,163,91,.16);display:flex;gap:1rem}.split-list li:last-child{border-bottom:0}.split-list .check{color:var(--gold);font-size:1.1rem;flex-shrink:0}.split-list b{font-weight:500;color:var(--cream);display:block;font-size:1.02rem}.split-list span{color:var(--cream-dim);font-size:.9rem}@media(max-width:820px){.split{grid-template-columns:1fr}.split .mini-visual{order:-1}}.reviews{background:var(--plum-2)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.review{border:1px solid rgba(203,163,91,.18);border-radius:8px;padding:1.8rem;background:#1b0e2266}.review .stars{font-size:.95rem;margin-bottom:.8rem}.review p{font-style:italic;font-family:Cormorant Garamond,serif;font-size:1.35rem;line-height:1.35;color:var(--cream);margin-bottom:1.1rem}.review .who{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--cream-dim)}@media(max-width:820px){.review-grid{grid-template-columns:1fr}}.faq-item{border-bottom:1px solid rgba(203,163,91,.18)}.faq-q{width:100%;text-align:left;background:none;border:0;cursor:pointer;color:var(--cream);font-family:Cormorant Garamond,serif;font-size:1.5rem;padding:1.4rem 0;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-q .pm{color:var(--gold);font-family:Jost;font-weight:300;font-size:1.6rem;transition:transform .3s}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease;color:var(--cream-dim)}.faq-a p{padding-bottom:1.4rem;max-width:48rem}.faq-item.open .faq-a{max-height:240px}.faq-item.open .pm{transform:rotate(45deg)}.final-cta{text-align:center;background:radial-gradient(70% 100% at 50% 0%,rgba(201,156,168,.22),transparent 60%),var(--plum);border-top:1px solid rgba(203,163,91,.18)}.final-cta h2{font-size:clamp(2.4rem,6vw,4rem);margin-bottom:1rem}.final-cta h2 em{font-style:italic;color:var(--rose)}.final-cta .btn-buy{flex:none;display:inline-block;line-height:3.4rem;margin-top:1.5rem}footer{padding:3rem clamp(1.2rem,5vw,4rem);border-top:1px solid rgba(203,163,91,.14);display:flex;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;color:var(--cream-dim);font-size:.8rem;letter-spacing:.05em}footer .brand{font-size:1.3rem}.toast{position:fixed;right:1.2rem;bottom:1.2rem;z-index:100;background:var(--cream);color:var(--plum);padding:1rem 1.3rem;border-radius:6px;box-shadow:0 20px 40px #0006;font-size:.88rem;transform:translateY(140%);transition:transform .45s cubic-bezier(.2,.9,.3,1);max-width:18rem}.toast.show{transform:translateY(0)}.toast b{font-weight:600}.reveal{opacity:0;transform:translateY(26px);transition:opacity .8s ease,transform .8s ease}.reveal.in{opacity:1;transform:none}@media(max-width:880px){.hero{grid-template-columns:1fr;text-align:center}.hero-copy{margin:0 auto}.price-row,.buy-row,.stars,.swatches{justify-content:center}.hero p.lede{margin-left:auto;margin-right:auto}.ship-note{justify-content:center}.visual{order:-1;min-height:340px}}@media(prefers-reduced-motion:reduce){.sheen-band{animation:none}.reveal{transition:none;opacity:1;transform:none}html{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
