:root{--primary:#111;--accent:#d8bfa5;--soft:#faf7f2;--pink:#e8c7c8;--text:#141414;--muted:#6b6b6b;--border:#ece7df;--white:#fff;--radius:18px;--shadow:0 12px 30px rgba(0,0,0,.08)}*{box-sizing:border-box}body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--text);background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:1rem;z-index:99}.page-width{max-width:1280px;margin:0 auto;padding:0 22px}.promo-marquee{width:100%;overflow:hidden;background:var(--primary);color:#fff;font-size:13px;font-weight:700;padding:10px 0;white-space:nowrap}.promo-track{display:inline-flex;gap:52px;animation:promoScroll 24s linear infinite}.promo-track span{display:inline-block}@keyframes promoScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.site-header{background:#fff;border-bottom:1px solid var(--border);z-index:30}.site-header.sticky{position:sticky;top:0}.header-inner{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;min-height:76px}.brand{font-family:Georgia,serif;font-size:28px;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.nav{display:flex;gap:18px;justify-content:center;align-items:center;font-size:13px;font-weight:700;text-transform:uppercase}.nav a{padding:28px 0}.header-icons{display:flex;gap:14px;align-items:center;font-size:13px;font-weight:700}.menu-toggle{display:none;border:0;background:none;font-size:24px}.hero{background:linear-gradient(100deg,#faf7f2,#fff 48%,#ead8d8);min-height:560px;display:flex;align-items:center;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:36px}.eyebrow{font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:800;color:#8a6e51}.hero h1{font-family:Georgia,serif;font-size:58px;line-height:1;margin:10px 0 18px}.hero p{font-size:18px;color:#444;max-width:560px;line-height:1.6}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 24px;font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:.08em;border:1px solid var(--primary);background:var(--primary);color:#fff}.btn.secondary{background:#fff;color:var(--primary)}.hero-card{min-height:460px;border-radius:34px;background:linear-gradient(145deg,#111,#d8bfa5);box-shadow:var(--shadow);display:flex;align-items:end;padding:28px;color:#fff}.section{padding:64px 0}.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.section h2{font-family:Georgia,serif;font-size:36px;margin:0}.section-title p{color:var(--muted);margin:8px 0 0}.collection-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.collection-card{position:relative;overflow:hidden;border-radius:var(--radius);background:var(--soft);min-height:180px;padding:20px;display:flex;align-items:end;font-weight:800;text-transform:uppercase;font-size:13px;box-shadow:0 1px 0 var(--border)}.collection-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(216,191,165,.8),transparent 45%);opacity:.8}.collection-card span{position:relative}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{position:relative}.product-media{aspect-ratio:3/4;background:var(--soft);border-radius:var(--radius);overflow:hidden}.product-info{padding:12px 4px}.product-title{font-weight:700;font-size:14px}.price{font-weight:900;margin-top:6px}.badge{position:absolute;top:10px;left:10px;background:#fff;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.trust-item{border:1px solid var(--border);border-radius:16px;padding:18px;background:#fff;font-weight:800}.pink-band{background:linear-gradient(90deg,var(--pink),var(--soft));border-radius:32px;padding:44px}.collection-hero{background:var(--soft);padding:48px 0}.collection-hero h1{font-family:Georgia,serif;font-size:44px;margin:0 0 10px}.filters{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px}.filter-chip{border:1px solid var(--border);border-radius:999px;padding:10px 14px;font-size:13px}.product-page{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;padding:46px 0}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.product-gallery .media{background:var(--soft);border-radius:18px;aspect-ratio:3/4}.product-summary{position:sticky;top:104px;align-self:start}.product-summary h1{font-family:Georgia,serif;font-size:34px;margin:0 0 12px}.variant-row{margin:18px 0}.option-pills{display:flex;gap:10px;flex-wrap:wrap}.option-pills span{border:1px solid var(--border);padding:10px 14px;border-radius:999px}.sticky-atc{display:none}.footer{background:#111;color:#fff;margin-top:60px}.footer a{color:#e9e9e9}.footer-top{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:46px 0;border-bottom:1px solid rgba(255,255,255,.12)}.footer h3{font-size:13px;text-transform:uppercase;letter-spacing:.08em}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:9px;font-size:13px;color:#ddd}.newsletter input{width:100%;padding:13px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#fff;color:#111;margin:7px 0}.footer-bottom{font-size:12px;color:#bbb;padding:22px 0;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between}.mobile-drawer{display:none}.drawer-panel{display:none}@media(max-width:900px){.page-width{padding:0 14px}.header-inner{grid-template-columns:auto 1fr auto;min-height:62px}.brand{font-size:19px;text-align:center}.menu-toggle{display:block}.nav{display:none}.hero{min-height:auto;padding:34px 0}.hero-grid{grid-template-columns:1fr}.hero h1{font-size:38px}.hero-card{min-height:300px;border-radius:24px}.collection-grid{grid-template-columns:repeat(2,1fr);gap:12px}.collection-card{min-height:130px}.product-grid{grid-template-columns:repeat(2,1fr);gap:14px}.trust-row{grid-template-columns:repeat(2,1fr)}.product-page{grid-template-columns:1fr;padding:24px 0}.product-gallery{grid-template-columns:1fr}.product-summary{position:static}.footer-top{grid-template-columns:1fr 1fr}.drawer-panel.active{display:block;position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:99}.drawer-content{background:#fff;color:#111;width:min(86vw,360px);height:100%;padding:20px;overflow:auto}.drawer-content a{display:block;padding:13px 0;border-bottom:1px solid #eee;font-weight:800}.sticky-atc{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--border);padding:10px 14px;z-index:20}.sticky-atc .btn{width:100%}}@media(max-width:420px){.hero h1{font-size:32px}.section{padding:42px 0}.section h2{font-size:28px}.footer-top{grid-template-columns:1fr}.promo-marquee{font-size:12px}.header-icons .hide-mobile{display:none}}
/* Fast fashion additions */
.ff-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:18px}.ff-card{border:1px solid var(--border);border-radius:28px;padding:26px;background:#fff;box-shadow:0 1px 0 var(--border)}.ff-card h3{font-family:Georgia,serif;font-size:28px;margin:10px 0}.mini-badge{display:inline-flex;border-radius:999px;background:var(--primary);color:#fff;padding:7px 11px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:20px 0}.countdown div{background:var(--soft);border-radius:16px;text-align:center;padding:12px 6px}.countdown strong{display:block;font-size:24px}.countdown span{font-size:11px;color:var(--muted);font-weight:800;text-transform:uppercase}.wheel{width:132px;height:132px;border-radius:50%;display:grid;place-items:center;margin:18px auto;background:conic-gradient(from 20deg,#111 0 25%,#d8bfa5 0 50%,#e8c7c8 0 75%,#faf7f2 0 100%);font-size:42px;border:6px solid #fff;box-shadow:var(--shadow);transition:transform .9s cubic-bezier(.2,.8,.2,1)}.wheel.spinning{transform:rotate(1080deg)}.vip-progress{height:10px;background:var(--soft);border-radius:999px;overflow:hidden;margin:22px 0 8px}.vip-progress span{display:block;height:100%;background:var(--primary);border-radius:999px}.vip-row{display:flex;justify-content:space-between;font-size:12px;font-weight:800;color:var(--muted);margin-bottom:18px}.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.review-card{border:1px solid var(--border);border-radius:22px;padding:14px;background:#fff}.review-img{aspect-ratio:1/1;border-radius:16px;background:linear-gradient(145deg,var(--soft),var(--pink));margin-bottom:12px}.review-card p{font-size:14px;line-height:1.5}.review-card small{color:var(--muted);font-weight:700}.mobile-app-nav{display:none}.social-proof{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.social-proof span{background:var(--soft);border-radius:999px;padding:8px 10px;font-size:12px;font-weight:800}.free-shipping-bar{background:var(--soft);border-radius:16px;padding:13px;margin:16px 0}.free-shipping-bar .bar{height:8px;background:#e6ddd2;border-radius:99px;overflow:hidden;margin-top:8px}.free-shipping-bar .bar span{display:block;height:100%;background:var(--primary);width:62%}@media(max-width:900px){.ff-grid{grid-template-columns:1fr}.review-grid{grid-template-columns:repeat(2,1fr)}body{padding-bottom:64px}.mobile-app-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;z-index:80;background:#fff;border-top:1px solid var(--border);box-shadow:0 -8px 24px rgba(0,0,0,.08)}.mobile-app-nav a{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 2px;font-size:18px;font-weight:900}.mobile-app-nav span{font-size:10px;text-transform:uppercase}}@media(max-width:420px){.review-grid{grid-template-columns:1fr}.countdown strong{font-size:20px}}

/* Premium editable sections */
.promo-marquee{background:var(--bar-bg,var(--primary));color:var(--bar-color,#fff)}.promo-track{animation-duration:var(--bar-speed,24s)}
.hero{background:var(--hero-bg,var(--soft));color:var(--hero-text,var(--text));min-height:var(--hero-height,560px)}.hero h1,.hero p{color:inherit}.hero--text-right .hero-grid>div:first-child{order:2}.hero--text-right .hero-grid>div:last-child{order:1}.hero-content.center{text-align:center}.hero-content.center p{margin-left:auto;margin-right:auto}.hero-content.right{text-align:right}.hero-content.right p{margin-left:auto}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.hero-card{position:relative;overflow:hidden;background:var(--hero-card-bg,linear-gradient(145deg,#111,#d8bfa5));border-radius:var(--hero-radius,34px)}.hero-card picture,.hero-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-card-overlay{position:absolute;inset:0;background:rgba(0,0,0,var(--overlay,.2));z-index:1}.hero-card-text{position:relative;z-index:2;max-width:85%}.hero-card-text h2{font-family:Georgia,serif;font-size:34px;margin:0;color:#fff}.hero-card-text.bottom-left{align-self:flex-end}.hero-card-text.bottom-center{align-self:flex-end;text-align:center;margin:auto}.hero-card-text.center{align-self:center;margin:auto;text-align:center}.hero-card-text.top-left{align-self:flex-start}
.collection-grid{grid-template-columns:repeat(var(--cat-columns,6),1fr)}.collection-card{aspect-ratio:1/1;min-height:auto}.collection-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.collection-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.48),rgba(0,0,0,0));z-index:1}.collection-card span{z-index:2;color:#fff}.collection-card:before{z-index:1}
.pink-band{background:var(--promo-bg);color:var(--promo-text);display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center}.promo-block-content.center{text-align:center}.promo-img{border-radius:24px;aspect-ratio:1/1;object-fit:cover;width:100%}.review-card img.review-img{width:100%;object-fit:cover;display:block}
@media(max-width:900px){.hero--text-right .hero-grid>div:first-child,.hero--text-right .hero-grid>div:last-child{order:initial}.collection-grid{grid-template-columns:repeat(2,1fr)!important}.pink-band{grid-template-columns:1fr}.hero{min-height:auto!important}}
