.footer{margin-top:160px;padding:60px 40px 40px;background:linear-gradient(200deg,#ffe4e6b3,#ffeef0d9);border-top:1px solid rgba(0,0,0,.08);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.footer:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(255,120,80,.08),transparent 60%);pointer-events:none}.footer-signature{text-align:center;margin-bottom:30px}.footer-signature h2{font-size:28px;font-weight:500;letter-spacing:.5px;margin-bottom:8px}.footer-signature p{font-size:14px;opacity:.6}.footer-inner{max-width:900px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:30px 20px}.footer-center-line{width:60px;height:1px;background:#0000001a;margin:30px auto 10px}.footer-inner:after{content:"";position:absolute;bottom:-30px;left:0;width:100%;height:1px;background:#0000000f}.footer-left{display:flex;justify-content:center;transform:translateY(10px)}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:16px;transform:translateY(-10px)}.footer-logo{width:150px;border-radius:50%;margin-bottom:10px}.footer-brand{display:flex;flex-direction:column;align-items:center;gap:14px}.footer-brand-name{font-family:var(--font-brand);font-weight:700;font-size:32px;letter-spacing:1.2px;line-height:1;color:var(--black);text-align:center}.footer-brand p{font-size:13px;opacity:.7}.footer-links{display:flex;gap:28px}.footer-links a{text-decoration:none;font-size:13px;opacity:.7;transition:opacity .2s ease}.footer-links a:hover{opacity:1}.footer-social{display:flex;gap:16px}.footer-social a{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#0000000d;font-size:16px;transition:all .2s ease}.footer-social a:hover{opacity:1;background:#0000001f;transform:translateY(-2px)}.right-signature{text-align:right;margin-bottom:10px}.right-signature h2{font-size:24px;font-weight:500;letter-spacing:.5px}.right-signature p{font-size:13px;opacity:.7}.footer-divider{margin:40px auto;max-width:1100px;height:1px;background:#00000014}.footer-bottom{max-width:900px;margin:30px auto 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center}.footer-bottom p{font-size:12px;opacity:.6}.footer-center{text-align:center}@media(max-width:768px){.footer-inner{flex-direction:column;gap:30px;text-align:center}.footer-right{align-items:center;width:100%}.right-signature{text-align:center}.footer-links{flex-direction:column;gap:12px;align-items:center;justify-content:center}.footer-social{justify-content:center}}.hero{position:relative;width:100%;min-height:calc(100vh - 90px);background-image:linear-gradient(to right,#fff6f8f0,#fff6f8e0 38%,#fff6f88c 55%,#fff6f826 70%,#fff6f80d),url(/banner-img.png);background-size:cover;background-position:right center;background-repeat:no-repeat}.hero-inner{position:relative;z-index:2;max-width:520px;padding:140px 0 100px 96px}.hero-title{font-family:var(--font-brand);font-size:clamp(52px,6vw,82px);line-height:1.02;letter-spacing:-.6px;margin-bottom:28px;color:#000}.hero-subtitle{font-family:var(--font-ui);font-size:17px;max-width:420px;margin-bottom:36px}.hero-sub{font-family:var(--font-ui);font-size:17px;max-width:420px;margin-bottom:36px;color:#000000d9}.hero-cta{background:#000;color:#fff;padding:18px 42px;border-radius:999px;font-size:14px;font-weight:500;letter-spacing:.6px;text-transform:uppercase;border:none;cursor:pointer;margin-top:8px}.hero-cta:hover{transform:translateY(-1px);opacity:.9}.hero-whisper{margin-top:48px;font-size:13px;letter-spacing:1.4px;text-transform:uppercase;opacity:.5;font-family:var(--font-ui)}@media(max-width:768px){.hero{background-position:center top}.hero-inner{padding:120px 24px 80px;max-width:100%}.hero-title{font-size:44px}}.moods{padding:120px 0;background:var(--gradient-soft);position:relative;overflow:hidden}.moods:before{content:"";position:absolute;inset:0;background-image:url(/textures/noise.png);background-repeat:repeat;opacity:.035;mix-blend-mode:overlay;pointer-events:none;z-index:0}.moods-inner{max-width:1200px;padding:0 96px;margin:0 auto;position:relative;z-index:1}.moods-header{margin-bottom:72px}.moods-header h2{font-family:var(--font-brand);font-size:52px;line-height:1.1;letter-spacing:-.6px}.mood-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}.mood-card{padding:48px 36px;border-radius:var(--radius-lg);background:#fff9;box-shadow:var(--shadow-soft);transition:transform .42s cubic-bezier(.19,1,.22,1),box-shadow .42s cubic-bezier(.19,1,.22,1),background-color .42s ease;will-change:transform;cursor:pointer}.mood-card.is-active{transform:translateY(-6px) scale(1.02);box-shadow:0 26px 64px #00000029}.mood-card.is-active h3{letter-spacing:-.6px}.mood-card.is-active:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #00000014;pointer-events:none}.mood-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px #00000014}.mood-calm{background:#ffffffeb}.mood-flirty{background:#fff5f8f0}.mood-chaos{background:#fff0ebf0}.mood-unapologetic{background:#ffebebf0}.mood-calm:hover{transform:translateY(-4px);box-shadow:0 14px 40px #00000014}.mood-flirty:hover{transform:translateY(-6px) scale(1.015);box-shadow:0 18px 48px #ffb7cb40}.mood-chaos:hover{transform:translateY(-6px) rotate(-.4deg) scale(1.02);box-shadow:0 20px 52px #ff785a47}.mood-unapologetic:hover{transform:translateY(-5px) scale(1.01);box-shadow:0 22px 56px #0000002e}.mood-card h3{font-family:var(--font-ui);font-size:30px;line-height:1.15;letter-spacing:-.4px;margin-bottom:6px}.mood-type{display:block;font-size:13px;letter-spacing:1.2px;opacity:.6;margin-bottom:14px}.mood-card p{font-size:15px;line-height:1.6;max-width:260px}.mood-closing{margin-top:clamp(3rem,6vw,5rem);text-align:center}.mood-closing-primary{font-family:var(--font-brand);font-size:clamp(1.4rem,2.2vw,1.8rem);letter-spacing:.6px;margin-bottom:.6rem;color:var(--text-primary)}.mood-closing-secondary{font-family:var(--font-ui);font-size:.95rem;letter-spacing:.3px;opacity:.7;margin:0}.moods-section{position:relative;background:var(--gradient-soft);overflow:hidden}.moods-section:before{content:"";position:absolute;inset:0;background-image:url(/textures/noise.png);background-repeat:repeat;background-size:300px 300px;opacity:.035;mix-blend-mode:multiply;pointer-events:none;z-index:0}.moods-section>*{position:relative;z-index:1}@media(max-width:1024px){.mood-grid{grid-template-columns:repeat(2,1fr)}}@media(hover:hover){.mood-card:hover{cursor:pointer}}@media(max-width:768px){.moods-inner{padding:0 24px}.moods-header h2{font-size:40px}.moods-section:before{opacity:.025}.mood-grid{grid-template-columns:1fr;gap:28px}.mood-card{padding:40px 28px}}.products{font-family:var(--font-ui);padding:140px 0 160px}.products-inner{max-width:1180px;margin:0 auto;padding:0 32px}.products-context{margin-bottom:80px;font-size:13px;opacity:.5;font-style:italic;text-align:center}.product-category{margin-bottom:160px;transition:opacity .4s ease}.product-category.is-muted{opacity:.25}.category-title{font-family:var(--font-ui);font-size:18px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;text-align:center;margin-bottom:64px;opacity:.55}.product-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:56px;justify-items:center}.product-card{width:220px;cursor:pointer;padding:28px 24px 32px;border-radius:22px;text-align:center;background:#ffffff8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:var(--shadow-soft);transition:transform .42s cubic-bezier(.19,1,.22,1),box-shadow .42s cubic-bezier(.19,1,.22,1)}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.product-name{font-family:var(--font-ui);font-size:15px;font-weight:500;letter-spacing:.4px;margin-bottom:14px}.product-image-frame{width:150px;height:150px;margin:0 auto;border-radius:16px;background:#ffffffa6;display:flex;align-items:center;justify-content:center}.product-image-frame img{width:85%;height:85%;object-fit:contain}.mood-dry{background:linear-gradient(180deg,#ffffffb3,#faf6f3cc)}.mood-semi-dry{background:linear-gradient(180deg,#fff0f4b3,#fff5f8d9)}.mood-semi-jhol{background:linear-gradient(180deg,#ffe4e6b3,#ffeef0d9)}.mood-jhol{background:linear-gradient(180deg,#ffdae0b3,#ffe6ead9)}.product-whisper{margin-top:0;font-size:12px;font-family:var(--font-ui);font-weight:700;color:var(--text-muted);opacity:0;max-height:0;overflow:hidden;transform:translateY(4px);visibility:hidden;transition:opacity .26s ease,transform .26s ease,max-height .26s ease,visibility 0s linear .26s;pointer-events:none}.product-card:hover .product-whisper{margin-top:18px;opacity:.65;max-height:80px;transform:translateY(0);visibility:visible;transition-delay:0s}.product-link{text-decoration:none;color:inherit;display:block}@media(max-width:768px){.product-whisper{margin-top:18px;opacity:.65;max-height:80px;transform:translateY(0);visibility:visible;transition-delay:0s}}.product-hero{margin:0;padding:0;max-width:100%}.product-hero:after{content:"";display:block;width:40px;height:1px;background:#0003;margin:40px auto 0;opacity:.4}.product-hero-copy{max-width:520px;margin:0 0 30px;text-align:left}.product-hero-title{font-family:var(--font-brand);font-size:64px;line-height:1.05;letter-spacing:-.8px;margin-bottom:14px}.no-center{max-width:100%;margin:0;text-align:left}.product-hero-tagline{font-size:17px;font-style:italic;opacity:.75;margin-bottom:10px}.product-hero-meta{font-size:11px;letter-spacing:1.2px;text-transform:uppercase;opacity:.55;margin-bottom:24px}.product-hero-image{margin:30px 0 20px;max-width:520px;position:relative;background:#fff;padding:18px;border-radius:20px;box-shadow:0 20px 50px #00000014}.product-hero-image img{width:100%;height:520px;object-fit:cover;border-radius:16px}.product-hero-image:after{content:"";position:absolute;inset:-20px;background:radial-gradient(circle,rgba(0,0,0,.04),transparent 70%);z-index:-1}.product-hero-character{font-size:14px;font-style:italic;opacity:.6;max-width:380px;margin-top:18px;letter-spacing:.3px;display:none}.product-hero-character:before{content:"— ";opacity:.4}.product-hero-secondary{margin-top:60px;opacity:.6;transform:scale(.92)}@media(max-width:768px){.product-hero{margin-bottom:160px;order:1}.product-hero-copy{text-align:center;margin:0 auto 20px}.product-hero-title{font-size:42px}.product-hero-image{margin:40px auto;max-width:100%;padding:14px}.product-hero-tagline{font-size:15px}.pd-price{font-size:22px}}.pd-gallery{display:flex;flex-direction:column;gap:16px}.pd-gallery-main img{width:100%;height:480px;object-fit:cover;border-radius:16px}.pd-gallery-thumbs{display:flex;gap:10px}.pd-gallery-thumbs img{width:70px;height:70px;object-fit:cover;opacity:.75;cursor:pointer;border-radius:8px;transition:.3s}.pd-gallery-thumbs img:hover{opacity:1;transform:translateY(-2px)}.pd-gallery-thumbs img.active{opacity:1;border:2px solid #000;transform:scale(1.08)}@media(max-width:900px){.pd-gallery-main img{height:320px}}.product-character-art{width:100%;height:120vh;margin:120px 0;position:relative;overflow:hidden;pointer-events:none;display:none}.product-character-image{position:absolute;inset:0;background-size:cover;background-position:center top;background-repeat:no-repeat;opacity:.35;filter:saturate(.9) contrast(.95);transform:scale(1.05)}@media(max-width:768px){.product-character-art{height:55vh;margin:80px 0}.product-character-image{opacity:.28;background-position:center}}.product-story{padding:70px 0 120px;text-align:center}.product-story-title{font-family:var(--font-brand);font-size:30px;line-height:1.4;text-align:center;margin-bottom:40px;opacity:.85;font-weight:10000;letter-spacing:.5px}.product-story-inner{max-width:560px;margin:0 auto}.product-story-paragraph:first-child{font-size:19px;line-height:2.1;opacity:.85;margin-bottom:24px}.product-story-paragraph{font-size:15px;line-height:1.8;opacity:.7}.product-story:before{content:"";display:block;width:40px;height:1px;background:#0003;margin:0 auto 60px}.pd-trust{margin:80px auto 100px;display:flex;justify-content:center}.pd-trust-inner{max-width:720px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:auto auto auto;gap:40px;justify-content:center;text-align:center}.pd-trust-title{font-family:var(--font-ui);text-transform:uppercase;grid-column:span 3;font-size:14px;font-weight:600;letter-spacing:1.4px;opacity:.75;text-align:center;margin:0 auto 20px}.pd-trust-block{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:120px}.pd-trust-block h4{font-family:var(--font-ui);font-weight:600;font-size:15px;letter-spacing:.3px;margin-bottom:10px}.pd-trust-block ul{display:flex;flex-direction:column;align-items:center;gap:6px;padding:0;margin:0;list-style:none;font-size:13px;opacity:.75}.pd-trust-block li{font-size:13px;opacity:.75;text-align:center}.pd-trust-block li:before{display:none}@media(max-width:768px){.pd-trust-inner{display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center}.pd-trust-title{text-align:center;align-items:center}}.pd-cross{margin:180px 0 120px}.pd-cross-inner{max-width:980px;margin:0 auto;padding:0 32px;text-align:center}.pd-cross-title{font-family:var(--font-ui);font-size:18px;font-weight:500;opacity:.85;letter-spacing:.3px;margin-bottom:50px;text-align:center}.pd-cross-row{display:flex;justify-content:center;gap:80px;flex-wrap:wrap}.pd-cross-card{text-decoration:none;color:var(--text-primary);width:200px;transition:all .3s ease}.pd-cross-card:hover .pd-cross-image img{transform:translateY(-6px)}.pd-cross-image{width:180px;height:180px;border-radius:16px;overflow:hidden}.pd-cross-image img{width:100%;height:100%;object-fit:cover;border-radius:12px;transition:transform .4s ease}.pd-cross-name{font-family:var(--font-ui);font-size:15px;letter-spacing:.3px;margin-top:12px}.product-detail{padding:120px 0 140px;opacity:0;transform:scale(.985);transition:opacity .52s cubic-bezier(.19,1,.22,1),transform .52s cubic-bezier(.19,1,.22,1)}.product-detail.is-mounted{opacity:1;transform:scale(1)}.pd-inner{max-width:1200px;margin:0 auto;padding:0 32px}.pd-identity{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.pd-image img{width:100%;border-radius:var(--radius-lg)}.pd-title{font-family:var(--font-brand);font-size:42px;margin-bottom:12px}.pd-tagline{font-style:italic;opacity:.75;margin-bottom:12px}.pd-meta{font-size:14px;opacity:.6;margin-bottom:24px}.pd-character-line{font-size:16px;font-style:italic;opacity:.85}.pd-story{margin:120px auto;max-width:680px;line-height:1.9}.pd-story p{margin-bottom:28px}.pd-variants{text-align:center;margin-bottom:120px}.pd-variant-row{display:flex;justify-content:flex-start;gap:20px;margin:24px 0}.pd-variant{border:1px solid rgba(0,0,0,.2);background:transparent;padding:10px 18px;border-radius:999px;cursor:pointer}.pd-variant.is-active{background:var(--black);color:var(--white)}.pd-price span{margin-right:12px}.pd-price{font-size:26px;font-weight:600;letter-spacing:.4px}.pd-trust{display:grid;grid-template-columns:1fr 1fr;gap:60px;font-size:14px;opacity:.8}.pd-hero-wrap{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:flex-start;margin-bottom:120px}.pd-left{width:100%}.pd-right{position:sticky;top:90px;padding:32px;border-radius:20px;background:#ffffffa6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 12px 30px #0000000f;display:flex;flex-direction:column;gap:28px;margin-top:40px}@media(max-width:900px){.product-detail{padding:140px 0}.pd-inner{padding:0 20px}.pd-identity{display:flex;flex-direction:column;gap:36px}.pd-image img{width:100%;border-radius:var(--radius-md)}.pd-title{font-size:32px}.pd-tagline{font-size:15px}.pd-meta{font-size:13px}.pd-story{margin:80px auto;max-width:100%}.pd-character-art{margin:120px 0}.pd-hero-wrap{display:flex;flex-direction:column;gap:40px}.pd-right{position:static;order:2;gap:24px;padding:24px}}.pd-variants{text-align:left;margin:0}.pd-variants-title{font-family:var(--font-ui);font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;opacity:.85;margin-bottom:18px;text-align:center}.pd-variant-row{display:flex;justify-content:flex-start;gap:36px;flex-wrap:wrap;margin-top:24px}.pd-variant{border:none;background:none;padding:12px 10px;cursor:pointer;text-align:center;min-width:70px}.pd-variant.is-active{font-weight:600;text-decoration:underline;transform:translateY(-2px)}.pd-variant.is-active .pd-weight{font-weight:600}.pd-weight{font-family:var(--font-ui);font-size:15px;letter-spacing:.5px;opacity:.7}.pd-emotion{font-family:var(--font-ui);font-size:12px;margin-top:6px;opacity:0;transition:opacity .22s ease}.pd-variant:hover .pd-emotion,.pd-variant.is-active .pd-emotion .pd-weight{font-size:16px;opacity:1}.pd-price{margin-top:20px;font-size:26px;font-weight:600;letter-spacing:.4px}.pd-price-wrap{margin-top:24px;text-align:center}.pd-price-emotion{margin-top:6px;font-size:13px;opacity:.6;font-style:italic}.pd-cta{margin:0;text-align:left}.pd-cta-inner{max-width:640px;margin:0 auto;padding:0 24px;text-align:center}.pd-cta-primary{background:none;border:none;font-size:16px;letter-spacing:.6px;font-weight:600;cursor:pointer;position:relative;padding-bottom:6px;border-bottom:2px solid #000;margin-top:10px}.pd-cta-primary:after{content:"";position:absolute;left:50%;bottom:-6px;width:0%;height:0px;background:var(--black);transition:all .24s ease;transform:translate(-50%)}.pd-cta-primary:hover:after{width:100%}.pd-cta-primary:hover{opacity:.9}.pd-cta-secondary{margin-top:32px;background:none;border:none;cursor:pointer;font-family:var(--font-ui);font-size:14px;letter-spacing:.3px;opacity:.55;transition:opacity .22s ease;display:none}.pd-cta-secondary:hover{opacity:.9}@font-face{font-family:Conserta Royal;src:url(/fonts/ConsertaRoyal/ConsertaRoyal-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Conserta Royal;src:url(/fonts/ConsertaRoyal/ConsertaRoyal-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Conserta Standard;src:url(/fonts/ConsertaStandard/ConsertaStandard-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Conserta Standard;src:url(/fonts/ConsertaStandard/ConsertaStandard-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi/Satoshi-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi/Satoshi-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi/Satoshi-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--pink-soft: #ffeded;--pink-accent: #ffb7cb;--black: #000000;--white: #ffffff;--text-primary: #000;--text-muted: #6b6b6b;--radius-lg: 20px;--radius-md: 12px;--shadow-soft: 0 10px 30px rgba(0,0,0,.06);--shadow-hover: 0 18px 45px rgba(0,0,0,.12);--font-brand: "Conserta Royal", serif;--font-brand2: "Conserta Standard", serif;--font-ui: "Satoshi", -apple-system, BlinkMacSystemFont, sans-serif;--gradient-soft: linear-gradient( 180deg, #ffeded 0%, #fff6f8 50%, #ffeded 100% )}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;min-height:100%}body{margin:0;font-family:var(--font-ui);letter-spacing:.2px;background:var(--gradient-soft);color:var(--text-primary);overflow-x:hidden}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}section h1,section h2{font-family:var(--font-brand);font-weight:600;letter-spacing:-.5px}h1,h2,h3,.hero-title,.section-title,.logo-title{font-family:var(--font-brand);letter-spacing:-.6px}.header{position:fixed;top:0;width:100%;z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(to bottom,#ffe8e8e6,#ffffffb3);box-shadow:0 12px 30px #00000014,inset 0 -1px #0000000f;border-bottom:1px solid rgba(0,0,0,.05)}.header-inner{max-width:1200px;margin:0 auto;padding:18px 32px;display:grid;grid-template-columns:auto 1fr auto;align-items:center}.logo{font-size:20px;font-weight:600;position:relative;cursor:default;line-height:1.2}.logo-hint{position:absolute;left:0;top:28px;font-size:12px;font-weight:400;color:var(--text-muted);opacity:0;transform:translateY(-6px);transition:.35s cubic-bezier(.19,1,.22,1)}.logo:hover .logo-hint{opacity:1;transform:translateY(0)}.logo-wrap{display:flex;align-items:center;gap:14px}.logo-img{width:46px;height:46px;border-radius:12px;box-shadow:0 10px 28px #00000038,inset 0 0 0 1px #ffffff59}.logo-copy{display:flex;flex-direction:column;gap:2px;transform:translateY(2px)}.logo-title{font-family:var(--font-brand);font-weight:700;font-size:38px;letter-spacing:-1.4px;line-height:.95;color:var(--black);transform:translateY(1px)}.logo-tagline{margin-top:6px;font-family:var(--font-ui);font-size:11px;font-weight:500;letter-spacing:.24em;text-transform:uppercase;opacity:.55;padding-left:6px}.nav{display:flex;justify-content:center;gap:36px}.nav a{margin:0 22px;font-size:12px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;opacity:.7;transition:opacity .3s ease}.nav a:hover{opacity:1}.nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background:var(--black);transition:width .3s ease}.actions{display:flex;align-items:center;gap:18px;font-family:var(--font-ui)}.actions span{margin-left:20px;font-size:14px;cursor:pointer;opacity:.8;transition:opacity .3s ease}.actions span:hover{opacity:1}.action-muted{color:var(--text-muted);margin-right:14px;font-size:12px;letter-spacing:.12em;opacity:.55}.action-strong{font-weight:700;letter-spacing:.12em;text-transform:uppercase;position:relative;font-size:13px;letter-spacing:.18em}.action-strong:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:var(--black)}.product-name{font-family:var(--font-brand);font-size:16px;font-weight:500;text-transform:capitalize}.price{font-family:var(--font-ui);font-weight:600;letter-spacing:.3px}.hero-title{font-family:var(--font-brand);font-weight:700;font-size:clamp(42px,6vw,72px);letter-spacing:-1px}.section-title{font-family:var(--font-brand);font-weight:700;font-size:32px}.burger,.mobile-menu{display:none}@media(max-width:768px){.logo-tagline,.desktop-nav{display:none}.burger{display:flex;flex-direction:column;gap:6px;background:none;border:none;align-items:flex-end}.burger span{width:22px;height:2px;background:var(--black)}.mobile-menu{background:#ffeceff2;padding:24px 32px;display:flex;flex-direction:column;gap:20px}.mobile-menu a{font-size:18px;font-weight:600}}:root{color-scheme:light;--ink:var(--text-primary);--muted:var(--text-muted);--accent:var(--black);--pink:var(--pink-soft);--border:rgba(0,0,0,.16);--serif:var(--font-brand)}html{scroll-padding-top:120px}body{min-width:320px}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button,a{touch-action:manipulation}svg{flex-shrink:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #000;outline-offset:4px}main:focus{outline:0}.container{max-width:1180px;margin-inline:auto;width:calc(100% - 64px)}.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.13em;margin:0 0 16px}.small{font-size:.875rem;color:var(--muted);line-height:1.6}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:16px;z-index:200;padding:12px 20px;background:#fff}.skip-link:focus{top:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:15px 24px;min-height:52px;border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:5px;font-size:.9375rem;font-weight:700;transition:background .15s,transform .15s}.button.secondary{background:transparent;color:var(--ink);border-color:var(--border)}.button.secondary:hover{background:#f7e9ec;border-color:var(--accent)}.button.full{width:100%;margin-top:16px}.button-row{display:flex;gap:12px;flex-wrap:wrap}.text-button,.text-link{font-size:.875rem;text-decoration:underline;text-underline-offset:5px;min-height:44px;display:inline-flex;align-items:center;gap:8px;padding:6px 0}.underlined{text-decoration:underline;text-underline-offset:3px}.demo-banner{background:#000;color:#fff4f5;padding:9px 24px;display:flex;justify-content:center;gap:16px;flex-wrap:wrap;font-size:.8125rem}.demo-banner strong{font-weight:700}.demo-banner span{opacity:.9}.quantity{display:inline-flex;align-items:center;justify-content:space-between;border:1px solid var(--border);border-radius:4px;background:var(--pink-soft);min-width:116px;height:52px;align-self:center}.quantity button{width:38px;height:48px;display:grid;place-items:center}.quantity output{min-width:30px;text-align:center;font-weight:700;font-size:.875rem}.image-fallback{width:100%;height:100%;min-height:90px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:var(--pink-soft);gap:8px}.image-fallback span{font-family:var(--serif);font-size:1.7rem}.image-fallback small{font-size:.75rem}.empty-state{max-width:640px;text-align:center;margin:auto;padding:100px 24px;display:flex;flex-direction:column;align-items:center;gap:22px;min-height:450px}.empty-state h1{font-size:2.75rem}.empty-state p{color:var(--muted)}.page-space{padding-block:90px;min-height:400px}.market-dialog{border:1px solid var(--border);border-radius:12px;max-width:min(92vw,520px);padding:36px;background:var(--pink-soft);color:var(--ink)}.market-dialog::backdrop{background:#20101cb3}.market-dialog h2{font-size:2rem;margin-bottom:16px}.market-dialog .button-row{margin-top:24px}.commerce{padding-block:32px 80px}.commerce h1{font-size:3.5rem}.heading-count{font-family:Satoshi,sans-serif;font-size:1rem;vertical-align:middle;display:inline-grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--pink);margin-left:20px;letter-spacing:0}.commerce .section-heading>span{font-size:.875rem;color:var(--muted)}.commerce-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,1fr);gap:48px;align-items:start}.cart-lines{border-top:1px solid var(--border)}.cart-line{display:grid;grid-template-columns:88px minmax(0,1fr) 116px;gap:20px;align-items:center;padding:26px 0;border-bottom:1px solid var(--border)}.cart-image{aspect-ratio:1;background:#fff;border:1px solid var(--border);border-radius:5px;overflow:hidden;grid-row:span 2}.cart-image img{width:100%;height:100%;object-fit:contain;padding:6px}.cart-item-info{grid-row:span 2}.cart-item-info h2{font-family:Satoshi,sans-serif;font-size:1.0625rem;font-weight:700;letter-spacing:0}.cart-item-info p{font-size:.8125rem;color:var(--muted);margin:6px 0 0}.cart-item-info .form-error{color:#a21836}.remove-button{font-size:.8125rem;color:var(--muted);min-height:32px}.line-price{text-align:center;font-size:.9375rem}.coupon-box{padding:30px 0}.coupon-box h2{font-family:Satoshi,sans-serif;letter-spacing:0;font-size:1rem;font-weight:700;margin-bottom:16px}.coupon-form{display:flex;gap:12px;max-width:400px}.coupon-form input{min-width:0;width:100%}.coupon-form .button{padding-inline:20px}.order-summary{background:var(--pink-soft);border:1px solid var(--border);border-radius:7px;padding:30px;position:sticky;top:116px}.order-summary h2{font-size:1.8rem;margin-bottom:24px}.order-summary dl{margin:0}.order-summary dl>div{display:flex;justify-content:space-between;gap:20px;margin-bottom:16px;font-size:.9375rem}.order-summary dd{margin:0;text-align:right;font-weight:500}.order-summary .savings{color:#226045}.order-summary .summary-total{border-top:1px solid #dcc3ca;padding-top:20px;margin-top:22px;font-weight:700;font-size:1.0625rem}.summary-note{font-size:.75rem;color:var(--muted);display:flex;align-items:flex-start;gap:8px;line-height:1.6;margin:20px 0 0}.form-error{color:#a21836;font-size:.875rem;margin:8px 0;line-height:1.6}.checkout-form input,.coupon-form input{border:1px solid #cfb8bf;background:#fff;border-radius:4px;min-height:49px;padding:12px;width:100%;font-size:1rem}.checkout-form input:read-only{background:#f1e9eb;color:var(--muted)}.checkout-form input[aria-invalid=true]{border:2px solid #b4203f}.checkout-form label{display:block;font-size:.875rem;font-weight:500;margin-bottom:8px}.form-section{margin-bottom:36px;padding-bottom:36px;border-bottom:1px solid var(--border)}.form-section h2{font-family:Satoshi,sans-serif;font-size:1.25rem;letter-spacing:0;font-weight:700;display:flex;align-items:center;gap:12px;margin-bottom:22px}.form-section h2>span{border:1px solid var(--border);border-radius:50%;width:32px;height:32px;display:grid;place-items:center;font-size:.75rem;color:var(--muted)}.form-section>p{color:var(--muted);font-size:.875rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{min-width:0}.full-field{grid-column:1/-1}.field .small{margin:8px 0 0}.shipping-options{border:0;padding:0;margin:0}.shipping-options label{display:flex;align-items:center;gap:16px;border:1px solid var(--border);border-radius:5px;padding:16px;background:#fff}.shipping-options input{width:18px;min-height:18px;height:18px;accent-color:var(--accent);flex-shrink:0}.shipping-options label>span{flex:1}.shipping-options small{display:block;color:var(--muted);margin-top:5px;font-size:.8125rem}.secure-label{display:flex;align-items:center;gap:8px}.checkout-items,.receipt ul{list-style:none;padding:20px 0 0;margin:0;border-top:1px solid var(--border)}.checkout-items li,.receipt li{display:flex;justify-content:space-between;gap:18px;font-size:.875rem;margin-bottom:16px}.checkout-items small,.receipt small{display:block;color:var(--muted);margin-top:4px}.checkout-items strong,.receipt strong{white-space:nowrap}.demo-note{font-size:.875rem;background:#fff8dd;border:1px solid #decc98;padding:14px 16px;border-radius:4px;margin:20px 0;color:#5f471f}.error-panel{border:1px solid #d895a3;background:#fff0f3;padding:20px;border-radius:6px;font-size:.9375rem}.result-page{max-width:800px;text-align:center;padding-block:75px 90px}.result-icon{display:grid;place-items:center;width:80px;height:80px;border:1px solid var(--border);border-radius:50%;margin:0 auto 30px}.result-icon.success{background:#e9f2ec;color:#256343;border-color:#cdded3}.result-page h1{font-size:clamp(2.5rem,4vw,3.8rem);margin-bottom:24px}.result-page>p:not(.eyebrow){max-width:610px;margin:0 auto 24px;color:var(--muted)}.order-reference{padding:16px 22px;background:var(--pink-soft);border-radius:5px;font-size:.875rem;overflow-wrap:anywhere}.order-reference strong{display:block;font-size:1rem;margin-top:6px}.result-page .button-row{justify-content:center;margin-top:32px}.receipt{max-width:520px;margin:30px auto 0;text-align:left;border:1px solid var(--border);padding:28px;background:#fff;border-radius:6px}.receipt h2{font-size:1.6rem;margin-bottom:18px}.receipt-total{border-top:1px solid var(--border);padding-top:18px;display:flex;justify-content:space-between;font-size:1.1rem}.help-page{max-width:850px;padding-block:70px 80px}.help-page h1{margin-bottom:30px}.help-page section{padding:30px 0;border-bottom:1px solid var(--border)}.help-page section h2{font-size:2rem;margin-bottom:20px}.help-page p{color:var(--muted)}.help-page section h3{margin-bottom:12px}.help-page>.button{margin-top:30px}.help-delivery{padding:20px;background:var(--pink-soft);margin-bottom:20px;border-radius:5px}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:50;max-width:calc(100vw - 32px);width:max-content;display:none;align-items:center;gap:14px;padding:16px 18px;background:#000;color:#fff;border-radius:6px;box-shadow:0 8px 30px #30102030;font-size:.875rem}.toast.visible{display:flex}.toast a{text-decoration:underline;white-space:nowrap;margin-left:6px}.toast button{display:grid;place-items:center;color:#fff;width:30px;min-height:32px;flex-shrink:0}.button{border-radius:999px;font-weight:500;background:#000;border-color:#000}.button:hover{background:#222}.button.secondary{background:transparent;color:#000}.quantity{border-radius:12px;background:#fff9}.quantity button,.toast button{background:transparent;border:0}.order-summary,.help-delivery{background:#ffffffa6;border-radius:20px}.form-error{color:#9d1c1c}.commerce{padding:140px 0 60px;max-width:1180px;min-height:60vh}.commerce h1{font-size:42px}.commerce p,.checkout-form,.result-page,.help-page{line-height:1.6}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:32px}.help-page,.result-page,.page-space{padding-top:140px}.empty-state{padding-top:150px}.toast{background:#000}.demo-banner{background:var(--pink-soft);color:#000;font-size:12px;padding:5px 16px;line-height:1.4}.header .header-inner{gap:20px}.header .nav{gap:12px}.header .nav a{position:relative;margin:0 10px}.market-select select{max-width:160px;min-height:44px;border:1px solid rgba(0,0,0,.15);border-radius:12px;background:transparent;padding:6px;font-size:12px}.header .actions{gap:14px}.header .action-muted{opacity:1;margin:0}.burger{min-width:44px;min-height:44px;justify-content:center;align-items:center}.mobile-cart{display:none}.footer,.footer-inner{position:relative}.footer-links{flex-wrap:wrap}.mood-card{border:0;text-align:left;position:relative;min-width:0}.mood-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mood-card h3{overflow-wrap:normal}.product-link:focus-visible .product-whisper{margin-top:18px;opacity:1;max-height:200px;transform:none;visibility:visible}.product-price-label{font-size:12px;margin:14px 0 0;color:var(--text-primary)}.product-whisper{line-height:1.5}.product-card:hover .product-whisper{max-height:200px}.products-context{opacity:1}.pd-right{min-width:0}.pd-hero-wrap{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)}.pd-variant.is-active{color:#000;background:transparent}.pd-variant-row{gap:16px}.pd-cta-primary:disabled{opacity:.5}.pd-gallery-thumbs{flex-wrap:wrap}.pd-gallery-thumbs button{padding:0;border:0;background:transparent;border-radius:8px}.pd-gallery-main img{object-fit:contain}.pd-gallery-main .image-fallback{height:320px}.pd-right .small{margin:0}.pd-right .quantity{margin:auto}.mood-card h3{margin-top:0}.mobile-menu select{max-width:220px}.moods .text-button{background:transparent;border:0}.header .actions .sr-only{margin:0}.pd-trust{display:block}.hero{scroll-margin-top:0}@media(max-width:1120px){.mood-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.header .nav{gap:4px}.header .nav a{margin:0 4px}.logo-tagline{letter-spacing:.1em}.header-inner{padding-inline:24px}.commerce-layout{gap:28px;grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr)}.cart-line{grid-template-columns:70px minmax(0,1fr);gap:12px}.cart-item-info{grid-row:auto}.cart-line .quantity,.line-price{grid-column:2;justify-self:start}}@media(max-width:950px){.header .desktop-nav{display:none}.burger{display:flex;flex-direction:column;gap:6px;background:none;border:0}.burger span{width:22px;height:2px;background:#000}.header .header-inner{grid-template-columns:1fr auto auto}.mobile-cart{display:block;font-size:13px}.mobile-menu{display:flex;background:#ffeceffa;padding:24px;flex-direction:column;gap:20px}.commerce-layout{grid-template-columns:minmax(0,1fr)}.order-summary{position:static}.pd-right{width:100%}}@media(max-width:768px){.mood-grid{grid-template-columns:1fr}.moods{padding-block:80px}.mood-card{padding:40px 28px}.moods-inner{padding-inline:24px}.header .header-inner{padding:16px;gap:10px}.logo-wrap{gap:10px}.logo-title{font-size:30px}.logo-img{width:40px;height:40px}.logo-tagline{display:none}.hero-inner{padding-top:160px}.product-row{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.product-whisper{max-height:200px}.form-grid{grid-template-columns:1fr}.full-field{grid-column:auto}.container{width:calc(100% - 40px)}.commerce{padding-top:150px}.commerce h1{font-size:34px}.section-heading{align-items:flex-start;flex-wrap:wrap}.order-summary{padding:24px}.secure-label{display:none}.button-row{flex-wrap:wrap}.demo-banner{gap:3px;text-align:center}.demo-banner strong{display:none}.toast{bottom:14px;width:calc(100% - 28px)}.footer{padding-inline:24px}.pd-hero-wrap{display:flex}.pd-right{margin-top:0}}@media(max-width:374px){.logo-title{font-size:26px}.logo-img{width:34px;height:34px}.header .header-inner{gap:6px}.logo-wrap{gap:8px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.pd-cta-secondary{display:inline-block;opacity:.75}.products-context .text-button{border:0;background:transparent}.product-image-frame .image-fallback{font-size:12px}.product-image-frame .image-fallback span{font-size:18px}.mood-type,.category-title{opacity:.8}.hero-whisper{opacity:.75}
