:root{
  --ink:#3b3551;
  --ink-soft:#736d86;
  --pink:#ffbfd8;
  --pink-strong:#f08bb4;
  --pink-deep:#dd6d9a;
  --paper:#fff9fc;
  --paper-soft:#fff2f7;
  --panel:#ffffff;
  --line:rgba(59,53,81,.12);
  --shadow:0 26px 60px rgba(220,109,154,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fffafd 0%,#fff7fb 100%)}
button,a{font:inherit}
a{color:inherit;text-decoration:none}
.site-header{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:minmax(230px,1fr) auto minmax(90px,1fr);align-items:center;padding:12px 5vw;border-bottom:1px solid var(--line);background:rgba(255,249,252,.88);backdrop-filter:blur(16px)}
.brand{display:flex;align-items:center;width:max-content;min-width:0}
.brand-logo{height:88px;width:auto;display:block;filter:drop-shadow(0 8px 22px rgba(231,128,173,.18))}
nav{display:flex;gap:28px;font-size:13px;font-weight:800}
nav a:hover{color:var(--pink-deep)}
.cart-button{justify-self:end;border:1px solid rgba(59,53,81,.16);background:var(--panel);border-radius:999px;padding:10px 16px;cursor:pointer;box-shadow:0 8px 20px rgba(59,53,81,.04)}
.cart-button span{display:inline-grid;place-items:center;margin-left:7px;min-width:22px;height:22px;border-radius:50%;background:var(--ink);color:white;font-size:11px}
.loading-stage{display:grid;place-items:center;gap:18px;min-height:55vh;padding:40px 20px;text-align:center}
.loading-stage img{height:110px;width:auto}
.loading-stage p{margin:0;color:var(--ink-soft)}
.hero{min-height:78vh;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:5vw;padding:6vw;background:radial-gradient(circle at 12% 18%,#fffefe 0,#fff4f9 48%,#ffe3ef 100%)}
.hero-copy{max-width:720px}
.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:11px;font-weight:800;color:var(--pink-deep)}
h1,h2,h3{font-family:"Cormorant Garamond",serif;margin:.22em 0;color:var(--ink)}
h1{font-size:clamp(54px,6.6vw,102px);line-height:.9;font-weight:600}
h2{font-size:clamp(38px,4vw,58px)}
h3{font-size:28px}
.hero p{font-size:18px;line-height:1.74;color:var(--ink-soft);max-width:610px}
.hero-actions{display:flex;gap:12px;margin-top:28px}
.primary,.secondary{border-radius:999px;padding:14px 22px;font-weight:800;cursor:pointer;transition:.22s}
.primary{border:1px solid var(--ink);background:var(--ink);color:white;box-shadow:0 14px 30px rgba(59,53,81,.12)}
.secondary{border:1px solid rgba(59,53,81,.18);background:rgba(255,255,255,.72)}
.primary:hover,.secondary:hover,.add:hover,.filter:hover,.cart-button:hover{transform:translateY(-1px)}
.brand-stage{position:relative;display:grid;gap:18px;align-items:start}
.hero-brand-logo{width:min(360px,70%);height:auto;justify-self:start}
.hero-collection-image{width:100%;border-radius:34px;box-shadow:var(--shadow)}
.floating-note{position:absolute;right:-18px;bottom:24px;padding:16px 20px;border-radius:16px;background:var(--ink);color:white;box-shadow:var(--shadow)}
.section{padding:80px 5vw}
.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:32px}
.section-heading p{max-width:560px;color:var(--ink-soft);line-height:1.6}
.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.collection-card{position:relative;min-height:520px;overflow:hidden;border-radius:28px;background:#eee;box-shadow:var(--shadow)}
.collection-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.5s}
.collection-card:hover img{transform:scale(1.025)}
.collection-card:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(24,16,35,.84))}
.collection-copy{position:absolute;z-index:2;left:28px;right:28px;bottom:28px;color:white}
.collection-copy h3{font-size:40px}
.collection-copy p{line-height:1.6}
.shop-shell{padding:55px 5vw 85px}
.shop-top{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}
.filters{display:flex;gap:8px;flex-wrap:wrap}
.filter{border:1px solid var(--line);background:white;border-radius:999px;padding:10px 14px;cursor:pointer}
.filter.active{background:var(--ink);color:white}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:rgba(255,255,255,.9);transition:.25s;box-shadow:0 10px 28px rgba(59,53,81,.04)}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-card img{width:100%;aspect-ratio:1.08/1;object-fit:cover;background:var(--paper-soft)}
.product-info{padding:18px}
.product-info h3{font-size:25px;margin:0}
.product-meta{display:flex;justify-content:space-between;gap:15px;align-items:center}
.product-info p{color:var(--ink-soft);font-size:13px;min-height:38px}
.add{width:100%;margin-top:14px;border:1px solid var(--ink);background:transparent;border-radius:999px;padding:11px;font-weight:800;cursor:pointer}
.add:hover{background:var(--ink);color:white}
.collection-hero{display:grid;grid-template-columns:1fr 1fr;gap:5vw;align-items:center;padding:5vw;background:linear-gradient(180deg,#fff4f9 0%,#fff9fc 100%)}
.collection-hero img{width:100%;border-radius:28px;box-shadow:var(--shadow)}
.product-page{display:grid;grid-template-columns:1fr 1fr;gap:6vw;padding:6vw}
.product-page img{width:100%;border-radius:30px;background:var(--paper-soft)}
.price{font-size:20px;font-weight:800}
.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0;list-style:none}
.feature-list li{padding:12px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.78)}
.cart-drawer{position:fixed;right:0;top:0;z-index:50;width:min(440px,100%);height:100vh;background:var(--panel);transform:translateX(100%);transition:.3s;display:flex;flex-direction:column;box-shadow:-15px 0 50px rgba(59,53,81,.16)}
.cart-drawer.open{transform:translateX(0)}
.overlay{position:fixed;inset:0;z-index:40;background:rgba(34,24,47,.4);opacity:0;pointer-events:none;transition:.3s}
.overlay.show{opacity:1;pointer-events:auto}
.cart-head,.cart-footer{padding:24px;border-bottom:1px solid var(--line)}
.cart-head{display:flex;justify-content:space-between;align-items:start;background:linear-gradient(180deg,#fff7fb 0%,#fff 100%)}
.cart-head h2{font-size:clamp(38px,4vw,54px);margin-top:4px}
.cart-subbrand{margin:6px 0 0;color:var(--ink-soft);font-size:13px;line-height:1.6}
.icon-button{border:0;background:transparent;font-size:32px;cursor:pointer;color:var(--ink)}
.cart-items{padding:14px 24px;overflow:auto;flex:1}
.cart-item{display:grid;grid-template-columns:78px 1fr auto;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}
.cart-item img{width:78px;height:70px;object-fit:cover;border-radius:12px;background:var(--paper-soft)}
.qty{display:flex;gap:8px;align-items:center}
.qty button{width:28px;height:28px;border:1px solid var(--line);border-radius:50%;background:white;cursor:pointer;color:var(--ink)}
.subtotal{display:flex;justify-content:space-between;margin-bottom:18px}
.wide{width:100%}
.fineprint{font-size:11px;line-height:1.6;color:var(--ink-soft)}
footer{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:30px;padding:50px 5vw;background:var(--ink);color:white}
footer p{color:#ddd9e9;font-size:13px;line-height:1.7;margin:0 0 8px}
.footer-logo{height:110px;width:auto;margin-bottom:18px;display:block;filter:drop-shadow(0 8px 24px rgba(240,139,180,.18))}
.footer-title{font-size:18px;margin:0 0 12px;color:white}
.empty{text-align:center;color:var(--ink-soft);padding:60px 10px}
@media(max-width:1000px){
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .collection-grid{grid-template-columns:1fr}
  .collection-card{min-height:480px}
  .site-header{grid-template-columns:minmax(210px,1fr) auto minmax(80px,1fr)}
  .brand-logo{height:76px}
}
@media(max-width:760px){
  .site-header{grid-template-columns:1fr auto;padding:10px 20px}
  nav{display:none}
  .brand-logo{height:68px}
  .hero,.collection-hero,.product-page{grid-template-columns:1fr;padding:44px 20px}
  .hero{min-height:auto}
  .hero-actions{flex-direction:column}
  .section,.shop-shell{padding:55px 20px}
  .section-heading,.shop-top{display:block}
  footer{grid-template-columns:1fr;padding:42px 20px}
  .footer-logo{height:96px}
  .product-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .product-info{padding:13px}
  .product-info h3{font-size:21px}
  .collection-card{min-height:390px}
}
@media(max-width:430px){
  .brand-logo{height:58px}
  .footer-logo{height:86px}
  .product-grid{grid-template-columns:1fr}
}
