:root{color-scheme:light;--ink: #22181c;--muted: #76666d;--line: #eadde2;--paper: #fffafb;--white: #ffffff;--coral: #ff6f88;--rose: #ffb7c6;--peach: #ffd2b8;--mint: #b9eadf;--sky: #b9dff9;--lilac: #d7c3ff;--yellow: #ffe887;--shadow: 0 20px 60px rgb(80 31 49 / 13%);--radius: 8px;--max: 1180px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:linear-gradient(120deg,#fff4f8eb,#f8fffceb 42%,#fffbeadb),var(--paper);color:var(--ink)}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img{display:block;max-width:100%}.announcement{display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:center;min-height:42px;padding:9px 22px;background:var(--ink);color:var(--white);font-size:12px;letter-spacing:0;text-align:center}.announcement span:first-child{text-align:left}.announcement span:last-child{text-align:right}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;height:78px;padding:0 max(22px,calc((100vw - var(--max)) / 2));background:#ffffffdb;border-bottom:1px solid rgb(234 221 226 / 72%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:conic-gradient(from 180deg,var(--coral),var(--yellow),var(--mint),var(--lilac),var(--coral));color:var(--ink);font-weight:900;box-shadow:0 8px 24px #ff6f8842}.brand strong,.brand small{display:block}.brand strong{font-size:18px;line-height:1}.brand small{margin-top:4px;color:var(--muted);font-size:11px;text-transform:uppercase}.site-nav{display:flex;gap:4px;align-items:center;justify-content:center}.site-nav a{padding:10px 13px;color:var(--muted);font-size:14px;font-weight:700;text-decoration:none}.site-nav a:hover{color:var(--ink)}.icon-button{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--ink);cursor:pointer}.cart-toggle{gap:8px;padding:0 14px 0 18px;font-weight:800}.cart-toggle strong{display:grid;place-items:center;min-width:24px;height:24px;border-radius:999px;background:var(--coral);color:var(--white);font-size:12px}main{overflow:hidden}.hero{position:relative;min-height:calc(100vh - 120px);max-height:760px;display:grid;align-items:center;padding:72px max(22px,calc((100vw - var(--max)) / 2))}.hero-media{position:absolute;inset:0;z-index:-1}.hero-media:after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,#fffafbf5,#fffafbd1 34%,#fffafb38 66%)}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-copy{width:min(560px,100%)}.eyebrow{margin:0 0 12px;color:#c43c5a;font-size:12px;font-weight:900;text-transform:uppercase}.hero h1,.section-heading h2,.routine h2,.contact h2{margin:0;letter-spacing:0;line-height:.96}.hero h1{max-width:540px;font-size:clamp(54px,8vw,102px)}.hero p:not(.eyebrow),.section-heading p,.routine-copy p,.contact p,.site-footer p{color:var(--muted);line-height:1.7}.hero p:not(.eyebrow){max-width:480px;margin:22px 0 0;font-size:18px}.hero-actions,.modal-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid transparent;border-radius:999px;font-weight:900;text-decoration:none;cursor:pointer}.button.primary{background:var(--ink);color:var(--white)}.button.secondary{background:var(--white);border-color:var(--line);color:var(--ink)}.trust-bar,.collections,.shop-section,.routine,.contact,.site-footer{width:min(var(--max),calc(100% - 44px));margin:0 auto}.trust-bar{transform:translateY(-28px);display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--line);box-shadow:var(--shadow)}.trust-bar div{min-height:108px;padding:24px;background:#fffffff0}.trust-bar strong,.trust-bar span{display:block}.trust-bar strong{font-size:15px}.trust-bar span{margin-top:8px;color:var(--muted);font-size:13px;line-height:1.45}.section-heading{display:grid;gap:14px;max-width:780px;margin-bottom:28px}.section-heading h2,.routine h2,.contact h2{font-size:clamp(34px,5vw,58px)}.collections,.shop-section,.routine,.contact{padding:76px 0}.collection-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:18px}.collection-card{position:relative;min-height:430px;overflow:hidden;border:0;border-radius:var(--radius);background:var(--white);box-shadow:none;cursor:pointer;text-align:left}.collection-card:after{position:absolute;inset:0;content:"";background:linear-gradient(180deg,#22181c00 34%,#22181cb3)}.collection-card img{width:100%;height:100%;min-height:430px;object-fit:cover;transition:transform .32s ease}.collection-card:hover img{transform:scale(1.035)}.collection-card span,.collection-card strong{position:absolute;z-index:1;left:22px;right:22px;color:var(--white)}.collection-card span{bottom:92px;font-size:13px;font-weight:900;text-transform:uppercase}.collection-card strong{bottom:24px;max-width:360px;font-size:24px;line-height:1.12}.shop-heading{max-width:none;grid-template-columns:1fr auto;align-items:end}.text-link{color:var(--ink);font-size:14px;font-weight:900}.shop-tools{display:grid;grid-template-columns:minmax(260px,360px) 1fr;gap:16px;align-items:end;margin:24px 0 26px}.search-box{display:grid;gap:8px}.search-box span,.contact-form span{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.search-box input,.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);color:var(--ink);outline:none}.search-box input{height:48px;padding:0 14px}.filter-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.filter-chip{min-height:42px;padding:0 15px;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--ink);font-size:14px;font-weight:800;cursor:pointer}.filter-chip.is-active{background:var(--yellow);border-color:#f1d75f}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-card{min-width:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--white)}.product-image{position:relative;display:block;width:100%;aspect-ratio:1;padding:0;overflow:hidden;border:0;background:#fff6f8;cursor:pointer}.product-image img{width:100%;height:100%;object-fit:cover;transition:opacity .22s ease,transform .32s ease}.product-image .hover-img{position:absolute;inset:0;opacity:0}.product-image:hover .primary-img{transform:scale(1.025)}.product-image:hover .hover-img{opacity:1}.product-image span{position:absolute;top:12px;left:12px;z-index:1;padding:7px 10px;border-radius:999px;background:#ffffffe0;color:var(--ink);font-size:11px;font-weight:900;text-transform:uppercase}.product-card-copy{display:grid;gap:9px;padding:18px}.product-card-copy p{margin:0;color:#c43c5a;font-size:12px;font-weight:900;text-transform:uppercase}.product-card-copy h3{min-height:48px;margin:0;font-size:19px;line-height:1.25}.swatches{display:flex;gap:7px;min-height:18px}.swatches span{width:18px;height:18px;border:2px solid var(--white);border-radius:50%;box-shadow:0 0 0 1px var(--line)}.swatches span:nth-child(1){background:var(--coral)}.swatches span:nth-child(2){background:var(--peach)}.swatches span:nth-child(3){background:var(--lilac)}.swatches span:nth-child(4){background:var(--mint)}.product-card-footer,.price-row{display:flex;align-items:center;gap:9px}.product-card-footer{justify-content:space-between;margin-top:6px}.product-card-footer div{display:flex;flex-wrap:wrap;gap:7px;align-items:baseline}.product-card-footer strong,.price-row strong{font-size:20px}s{color:var(--muted);font-size:13px}.quick-add{min-width:68px;height:40px;border:0;border-radius:999px;background:var(--ink);color:var(--white);font-weight:900;cursor:pointer}.price-marker{padding:5px 8px;border-radius:999px;background:#f7eef2;color:#9f3350;font-size:11px;font-weight:900;text-transform:uppercase}.routine{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:start}.routine-steps{display:grid;gap:14px}.routine-steps div{display:grid;grid-template-columns:54px 1fr;column-gap:16px;row-gap:8px;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:#ffffffc7}.routine-steps span{grid-row:span 2;display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:var(--mint);font-weight:900}.routine-steps strong{font-size:18px}.routine-steps p{margin:0;color:var(--muted);line-height:1.55}.contact{display:grid;grid-template-columns:1fr 430px;gap:30px;align-items:center;margin-bottom:46px;padding:38px;border-radius:var(--radius);background:linear-gradient(135deg,#ffd2b8b3,#d7c3ff85),var(--white)}.contact-form{display:grid;gap:14px;padding:22px;border:1px solid rgb(255 255 255 / 70%);border-radius:var(--radius);background:#ffffffc2}.contact-form label{display:grid;gap:8px}.contact-form input,.contact-form textarea{padding:13px 14px;resize:vertical}.site-footer{display:flex;justify-content:space-between;gap:26px;padding:40px 0 56px;border-top:1px solid var(--line)}.footer-links{display:flex;flex-wrap:wrap;gap:16px;align-content:start;justify-content:flex-end}.footer-links a{color:var(--muted);font-size:14px;font-weight:800;text-decoration:none}.cart-drawer{position:fixed;inset:0;z-index:50;display:grid;justify-content:end;background:#22181c00;pointer-events:none;transition:background .22s ease}.cart-drawer.is-open{background:#22181c52;pointer-events:auto}.cart-panel{width:min(420px,100vw);height:100%;padding:22px;overflow:auto;background:var(--white);transform:translate(100%);transition:transform .22s ease}.cart-drawer.is-open .cart-panel{transform:translate(0)}.cart-header{display:flex;justify-content:space-between;gap:18px;align-items:start;padding-bottom:18px;border-bottom:1px solid var(--line)}.cart-header h2{margin:0}.cart-items{display:grid;gap:14px;padding:18px 0}.cart-item{display:grid;grid-template-columns:82px 1fr;gap:12px}.cart-item img{width:82px;height:82px;border-radius:var(--radius);object-fit:cover}.cart-item strong,.cart-item span{display:block}.cart-item span{margin-top:4px;color:var(--muted)}.quantity-row{display:inline-flex;gap:6px;align-items:center;margin-top:10px;border:1px solid var(--line);border-radius:999px;overflow:hidden}.quantity-row button{width:34px;height:32px;border:0;background:var(--white);cursor:pointer}.quantity-row span{min-width:26px;margin:0;text-align:center}.cart-summary{display:grid;gap:14px;margin-top:auto;padding-top:18px;border-top:1px solid var(--line)}.cart-summary div{display:flex;justify-content:space-between;gap:16px;font-size:18px}.cart-summary small{color:var(--muted);line-height:1.45}.checkout-link{width:100%}.product-modal{position:fixed;inset:0;z-index:60;display:none;place-items:center;padding:20px;background:#22181c70}.product-modal.is-open{display:grid}.modal-card{position:relative;display:grid;grid-template-columns:1fr .86fr;width:min(1060px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}.modal-close{position:absolute;top:16px;right:16px;z-index:2}.modal-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:20px;background:#fff4f6}.modal-gallery img{width:100%;aspect-ratio:1;border-radius:var(--radius);object-fit:cover}.modal-gallery img:first-child{grid-column:span 2}.modal-copy{display:grid;align-content:center;gap:18px;padding:42px 34px}.modal-copy h2{margin:0;font-size:clamp(30px,4vw,48px);line-height:1}.modal-copy p{margin:0;color:var(--muted);line-height:1.65}.detail-list{display:grid;gap:9px}.detail-list span{padding:10px 12px;border-radius:var(--radius);background:#fff6f8;color:#5d4650;font-size:14px}.empty-state,.load-error{padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);color:var(--muted)}.modal-open{overflow:hidden}@media(max-width:900px){.announcement{grid-template-columns:1fr;gap:5px}.announcement span:first-child,.announcement span:last-child{text-align:center}.site-header{height:auto;min-height:72px;flex-wrap:wrap;gap:10px;padding:12px 18px}.site-nav{order:3;width:100%;overflow-x:auto;justify-content:flex-start}.hero{min-height:660px;padding:70px 22px 44px;align-items:start}.hero-media:after{background:linear-gradient(180deg,#fffafbfa,#fffafbd1 44%,#fffafb33)}.trust-bar,.collection-grid,.product-grid,.routine,.contact,.modal-card,.shop-tools,.shop-heading{grid-template-columns:1fr}.trust-bar{transform:translateY(0);margin-top:20px}.collections,.shop-section,.routine,.contact{padding:52px 0}.collection-grid{gap:14px}.collection-card,.collection-card img{min-height:320px}.filter-row{justify-content:flex-start}.contact{padding:22px}.modal-gallery{grid-template-columns:1fr}.modal-gallery img:first-child{grid-column:auto}.site-footer{flex-direction:column}.footer-links{justify-content:flex-start}}@media(max-width:560px){.hero h1{font-size:50px}.hero-actions,.modal-actions{display:grid}.button{width:100%}.trust-bar{grid-template-columns:1fr}.product-grid{gap:16px}.routine-steps div{grid-template-columns:44px 1fr}.routine-steps span{width:44px;height:44px}}.brand-logo{width:46px;height:46px;flex:0 0 auto;border:1px solid var(--line);border-radius:50%;background:var(--white);box-shadow:0 8px 24px #ff6f8842;object-fit:cover;object-position:center 38%}.product-card-copy h3 a{color:inherit;text-decoration:none}.product-card-copy h3 a:hover{color:#c43c5a}.sku-box{display:grid;gap:7px;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:#fff8fb}.sku-box strong{color:#c43c5a;font-size:12px;text-transform:uppercase}.sku-box span{color:var(--muted);font-size:14px;line-height:1.5}
