:root {
  --black: #050706;
  --black-soft: #0b0e0c;
  --surface: #101511;
  --surface-2: #161c18;
  --emerald: #0c3b28;
  --emerald-2: #1c5239;
  --emerald-light: #2f7252;
  --gold: #d9b570;
  --gold-light: #eed799;
  --gold-dark: #8b7047;
  --cream: #f7f1e3;
  --muted: #a9aa9f;
  --line: rgba(217, 181, 112, 0.22);
  --danger: #b85b5b;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", Arial, sans-serif;
  --shadow: 0 24px 80px rgba(0,0,0,.35);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--cream); background: var(--black); font-family: var(--font-body); line-height: 1.6; overflow-x: hidden; }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.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; }

.announcement { min-height: 36px; padding: 7px 24px; display: flex; justify-content: center; gap: 70px; align-items: center; background: linear-gradient(90deg, #b89050, var(--gold-light), #b89050); color: #18140d; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.announcement strong { font-weight: 800; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(5,7,6,.85); border-bottom: 1px solid rgba(255,255,255,.06); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); }
.brand > span { font-family: var(--font-display); font-weight: 700; letter-spacing: .18em; font-size: 22px; }
.brand > span span { color: var(--emerald-light); }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: #d7d4ca; font-size: 13px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: .25s; }
.main-nav a:hover { color: var(--gold-light); }
.main-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.025); border-radius: 50%; display: grid; place-items: center; cursor: pointer; transition: .25s; position: relative; }
.icon-btn:hover { border-color: var(--gold); color: var(--gold-light); transform: translateY(-2px); }
.icon-btn svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cart-count { position: absolute; top: -3px; right: -3px; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #111; font-size: 10px; font-weight: 800; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; background: currentColor; margin: 6px 0; transition: .25s; }

.hero { min-height: calc(100svh - 114px); position: relative; display: flex; align-items: center; padding: 78px 0 85px; overflow: hidden; background: radial-gradient(circle at 75% 40%, rgba(12,59,40,.22), transparent 40%), linear-gradient(135deg, #050706 0%, #070b08 60%, #07150e 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(217,181,112,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(217,181,112,.22) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(to right, transparent, black 45%, transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .26; pointer-events: none; }
.hero-glow-one { width: 400px; height: 400px; background: var(--emerald-2); right: -120px; top: 15%; }
.hero-glow-two { width: 300px; height: 300px; background: #9e7443; left: -180px; bottom: -100px; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: 11px; line-height: 1.3; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.hero h1, .section-heading h2, .lookbook h2, .promo-card h2, .about-copy h2, .newsletter h2 { font-family: var(--font-display); font-weight: 600; line-height: .94; margin: 0; }
.hero h1 { font-size: clamp(58px, 7vw, 104px); letter-spacing: -.035em; }
.hero h1 em { color: var(--gold-light); font-weight: 500; }
.hero-text { max-width: 560px; margin: 28px 0 34px; color: #c0c2ba; font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 50px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; justify-content: center; align-items: center; gap: 14px; font-size: 13px; font-weight: 700; letter-spacing: .045em; cursor: pointer; transition: .25s; }
.btn-primary { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #16120c; box-shadow: 0 10px 30px rgba(217,181,112,.18); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(217,181,112,.28); }
.btn-ghost { border-color: rgba(238,215,153,.4); background: rgba(255,255,255,.02); color: var(--cream); }
.btn-ghost:hover { border-color: var(--gold); background: rgba(217,181,112,.08); }
.btn-full { width: 100%; }
.hero-proof { margin-top: 46px; padding-top: 25px; border-top: 1px solid var(--line); display: flex; gap: 36px; }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { font-family: var(--font-display); color: var(--gold-light); font-size: 24px; line-height: 1; }
.hero-proof span { margin-top: 6px; color: var(--muted); font-size: 11px; }
.hero-visual { height: 610px; position: relative; }
.hero-card-main { position: absolute; inset: 0 55px 25px 40px; overflow: hidden; border-radius: 190px 190px 26px 26px; box-shadow: var(--shadow); border: 1px solid rgba(238,215,153,.24); background: var(--surface); }
.hero-card-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,7,6,.8), transparent 40%); }
.hero-card-main img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; filter: saturate(.78) contrast(1.05); }
.hero-label { position: absolute; z-index: 1; bottom: 25px; left: 30px; font-size: 10px; letter-spacing: .25em; color: var(--gold-light); }
.hero-logo-card { position: absolute; width: 155px; height: 155px; left: -25px; top: 45px; padding: 10px; background: rgba(5,7,6,.9); border: 1px solid var(--line); border-radius: 50%; box-shadow: var(--shadow); }
.hero-logo-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.hero-price-card { position: absolute; right: 0; bottom: 0; width: 195px; padding: 20px 22px; background: rgba(12,59,40,.92); border: 1px solid rgba(238,215,153,.24); border-radius: 18px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-price-card span, .hero-price-card small { display: block; font-size: 9px; letter-spacing: .16em; color: #bdcfc3; }
.hero-price-card strong { display: block; margin: 5px 0 2px; color: var(--gold-light); font-family: var(--font-display); font-size: 27px; }
.scroll-hint { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--muted); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-hint span { width: 1px; height: 35px; background: linear-gradient(var(--gold), transparent); animation: scrollLine 1.8s infinite; }
@keyframes scrollLine { 0%,100% { opacity: .3; transform: scaleY(.55); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }

.benefit-strip { background: #0a0d0b; border-block: 1px solid rgba(255,255,255,.06); }
.benefit-grid { min-height: 110px; display: grid; grid-template-columns: repeat(4,1fr); }
.benefit-grid article { display: flex; align-items: center; gap: 15px; padding: 25px; border-right: 1px solid rgba(255,255,255,.06); }
.benefit-grid article:last-child { border-right: 0; }
.benefit-grid article > span { color: var(--gold); font-size: 22px; }
.benefit-grid strong, .benefit-grid small { display: block; }
.benefit-grid strong { font-family: var(--font-display); font-size: 18px; }
.benefit-grid small { color: var(--muted); font-size: 10px; }

.section { padding: 110px 0; }
.section-heading { margin-bottom: 42px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-heading h2 { font-size: clamp(44px, 5vw, 68px); }
.section-heading > p { max-width: 390px; margin: 0 0 5px; color: var(--muted); font-size: 14px; }
.section-heading.centered { text-align: center; justify-content: center; }
.featured-grid { display: grid; grid-template-columns: 1.55fr .85fr; gap: 20px; }
.featured-card { min-height: 480px; position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(255,255,255,.07); background: var(--surface); }
.featured-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .7s; filter: saturate(.7); }
.featured-card:hover img { transform: scale(1.045); }
.featured-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,7,5,.9), rgba(4,7,5,.02) 70%); }
.featured-overlay { position: absolute; z-index: 2; left: 35px; right: 35px; bottom: 32px; }
.featured-overlay span { color: var(--gold); font-size: 10px; letter-spacing: .2em; }
.featured-overlay h3 { max-width: 520px; margin: 8px 0 14px; font-family: var(--font-display); font-size: 40px; line-height: 1; }
.featured-overlay a { font-size: 12px; font-weight: 700; letter-spacing: .08em; color: var(--gold-light); }

.collection-section { background: #080b09; border-block: 1px solid rgba(255,255,255,.04); }
.catalog-tools { margin-bottom: 34px; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.filter-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-btn { padding: 10px 16px; border: 1px solid rgba(255,255,255,.09); border-radius: 999px; color: #bfc2ba; background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; transition: .22s; }
.filter-btn:hover, .filter-btn.active { color: #17130d; border-color: var(--gold); background: var(--gold); }
.sort-wrap { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; }
.sort-wrap select { color: var(--cream); background: var(--surface-2); border: 1px solid rgba(255,255,255,.1); border-radius: 999px; padding: 10px 34px 10px 14px; outline: 0; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px 18px; }
.product-card { min-width: 0; position: relative; }
.product-image { position: relative; aspect-ratio: .78; border-radius: 18px; overflow: hidden; background: radial-gradient(circle at 50% 30%, #2b4334, #0d130f 65%); border: 1px solid rgba(255,255,255,.07); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .5s; filter: saturate(.78); }
.product-card:hover .product-image img { transform: scale(1.045); filter: saturate(1); }
.product-image.fallback img { display: none; }
.product-image.fallback::before { content: "VV"; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(238,215,153,.35); font: 700 72px var(--font-display); }
.product-badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 7px 10px; border-radius: 999px; background: rgba(5,7,6,.82); color: var(--gold-light); border: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.product-actions { position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2; display: grid; grid-template-columns: 1fr 42px; gap: 8px; transform: translateY(65px); opacity: 0; transition: .3s; }
.product-card:hover .product-actions { transform: translateY(0); opacity: 1; }
.quick-view, .quick-add { border: 0; min-height: 42px; border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 700; }
.quick-view { background: rgba(247,241,227,.94); color: #171a17; }
.quick-add { display: grid; place-items: center; background: var(--emerald); color: var(--gold-light); font-size: 20px; }
.product-info { padding: 16px 3px 0; }
.product-category { color: var(--muted); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.product-title-row { display: flex; justify-content: space-between; gap: 8px; align-items: start; }
.product-title-row h3 { margin: 4px 0 8px; font-family: var(--font-display); font-size: 21px; line-height: 1.15; }
.favorite-btn { border: 0; background: transparent; color: #6f746d; padding: 4px; font-size: 20px; cursor: pointer; transition: .2s; }
.favorite-btn.active, .favorite-btn:hover { color: var(--gold); transform: scale(1.08); }
.product-price { display: flex; align-items: center; gap: 8px; }
.product-price strong { color: var(--gold-light); font-size: 14px; }
.product-price del { color: #777b74; font-size: 11px; }
.installments { margin-top: 3px; color: var(--muted); font-size: 9px; }
.empty-state { text-align: center; padding: 70px 20px; color: var(--muted); }
.empty-state span { color: var(--gold); font-size: 42px; }
.empty-state h3 { color: var(--cream); font-family: var(--font-display); font-size: 30px; margin: 8px 0; }

.lookbook { padding: 120px 0; background: linear-gradient(125deg, #0b271b, #08110c 48%, #050706); position: relative; overflow: hidden; }
.lookbook::before { content: "VV"; position: absolute; right: -2vw; bottom: -15vw; font-family: var(--font-display); font-size: 45vw; line-height: 1; color: rgba(217,181,112,.025); }
.lookbook-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.lookbook h2 { font-size: clamp(52px, 6vw, 78px); }
.lookbook-copy > p:not(.eyebrow) { margin: 28px 0; color: #bac3bc; font-size: 14px; }
.lookbook-copy ul { padding: 0; margin: 30px 0; list-style: none; }
.lookbook-copy li { display: flex; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.09); font-family: var(--font-display); font-size: 20px; }
.lookbook-copy li span { color: var(--gold); font: 600 12px var(--font-body); }
.text-link { color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.lookbook-gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 16px; height: 680px; }
.lookbook-gallery figure { margin: 0; min-height: 0; position: relative; overflow: hidden; border-radius: 20px; border: 1px solid rgba(238,215,153,.15); }
.lookbook-gallery .gallery-main { grid-row: 1 / 3; }
.lookbook-gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: .6s; }
.lookbook-gallery figure:hover img { transform: scale(1.04); filter: saturate(.95); }
.lookbook-gallery figcaption { position: absolute; bottom: 12px; left: 12px; right: 12px; padding: 10px 12px; border-radius: 999px; background: rgba(5,7,6,.75); backdrop-filter: blur(10px); color: var(--gold-light); font-size: 8px; letter-spacing: .14em; text-align: center; }

.promo-section { padding-block: 80px; }
.promo-card { min-height: 260px; padding: 48px 55px; display: grid; grid-template-columns: 1fr auto auto; gap: 45px; align-items: center; background: radial-gradient(circle at 70% 50%, rgba(217,181,112,.12), transparent 25%), linear-gradient(135deg, #121913, #0c3b28); border: 1px solid rgba(238,215,153,.2); border-radius: 30px; box-shadow: var(--shadow); }
.promo-card h2 { font-size: clamp(40px, 4.4vw, 62px); }
.promo-card h2 em { color: var(--gold-light); font-weight: 500; }
.promo-card p:not(.eyebrow) { color: #bdc8c0; }
.countdown { display: flex; gap: 9px; }
.countdown div { width: 64px; height: 75px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 13px; background: rgba(5,7,6,.45); border: 1px solid rgba(255,255,255,.08); }
.countdown strong { color: var(--gold-light); font: 600 24px var(--font-display); line-height: 1; }
.countdown span { margin-top: 5px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }

.about-section { background: #080a09; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.about-visual { position: relative; }
.about-frame { position: relative; padding: 22px; border: 1px solid var(--line); border-radius: 50% 50% 20px 20px; background: linear-gradient(135deg, rgba(217,181,112,.09), transparent); }
.about-frame img { width: 100%; border-radius: 50% 50% 14px 14px; }
.about-badge { position: absolute; right: -25px; bottom: 40px; padding: 15px 20px; color: var(--gold-light); background: var(--emerald); border: 1px solid var(--line); border-radius: 999px; box-shadow: var(--shadow); font-size: 9px; letter-spacing: .18em; }
.about-copy h2 { font-size: clamp(48px, 5vw, 72px); }
.about-copy > p:not(.eyebrow) { margin: 28px 0 36px; color: var(--muted); }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.values-grid article { padding: 20px; border-radius: 14px; border: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.025); }
.values-grid strong { color: var(--gold-light); font-family: var(--font-display); font-size: 21px; }
.values-grid p { margin: 7px 0 0; color: var(--muted); font-size: 11px; }

.testimonials-section { background: linear-gradient(#050706, #07100b); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.testimonial-grid article { padding: 30px; border-radius: 20px; background: var(--surface); border: 1px solid rgba(255,255,255,.07); }
.stars { color: var(--gold); letter-spacing: .18em; font-size: 11px; }
.testimonial-grid article > p { min-height: 95px; color: #c5c7c0; font-family: var(--font-display); font-size: 20px; line-height: 1.35; }
.testimonial-grid footer { display: flex; gap: 12px; align-items: center; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.07); }
.testimonial-grid footer > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--emerald); color: var(--gold-light); font-size: 10px; }
.testimonial-grid footer strong, .testimonial-grid footer small { display: block; }
.testimonial-grid footer strong { font-size: 11px; }
.testimonial-grid footer small { color: var(--muted); font-size: 9px; }
.demo-note { margin: 22px 0 0; color: #676c65; text-align: center; font-size: 9px; }

.newsletter { padding: 80px 0; background: var(--gold); color: #17130d; }
.newsletter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.newsletter .eyebrow { color: var(--emerald); }
.newsletter h2 { max-width: 570px; font-size: 50px; }
.newsletter form { display: flex; gap: 10px; }
.newsletter input { width: 100%; height: 54px; padding: 0 18px; border: 1px solid rgba(0,0,0,.2); border-radius: 999px; background: rgba(255,255,255,.5); color: #111; outline: none; }
.newsletter input:focus { border-color: var(--emerald); box-shadow: 0 0 0 3px rgba(12,59,40,.12); }
.newsletter .btn-primary { background: var(--emerald); color: var(--gold-light); box-shadow: none; white-space: nowrap; }

.site-footer { padding: 75px 0 25px; background: #030403; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1fr; gap: 55px; }
.footer-brand > p { margin: 20px 0; color: var(--muted); font-family: var(--font-display); font-size: 21px; }
.socials { display: flex; gap: 8px; }
.socials a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; color: var(--gold-light); font-size: 8px; font-weight: 700; }
.footer-grid h3 { margin: 0 0 18px; color: var(--gold-light); font: 600 18px var(--font-display); }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) p { display: block; margin: 9px 0; color: var(--muted); font-size: 11px; }
.footer-grid a:hover { color: var(--gold-light) !important; }
.footer-bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.06); color: #666b65; font-size: 9px; }

.search-overlay { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 20px; background: rgba(3,4,3,.97); opacity: 0; visibility: hidden; transition: .3s; }
.search-overlay.open { opacity: 1; visibility: visible; }
.overlay-close { position: absolute; top: 30px; right: 35px; border: 0; background: transparent; font: 300 42px var(--font-body); cursor: pointer; }
.search-box { width: min(780px, 100%); text-align: center; }
.search-box input { width: 100%; padding: 18px 4px; color: var(--cream); background: transparent; border: 0; border-bottom: 1px solid var(--gold); outline: 0; text-align: center; font: 500 clamp(24px, 4vw, 45px) var(--font-display); }
.search-box input::placeholder { color: #565b55; }
.search-box > p:last-child { color: var(--muted); font-size: 10px; }

.page-overlay { position: fixed; inset: 0; z-index: 68; background: rgba(0,0,0,.62); opacity: 0; visibility: hidden; transition: .3s; }
.page-overlay.open { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; right: 0; z-index: 70; width: min(455px, 100%); height: 100dvh; display: flex; flex-direction: column; background: #090c0a; border-left: 1px solid var(--line); transform: translateX(101%); transition: .35s cubic-bezier(.22,.8,.35,1); box-shadow: -20px 0 60px rgba(0,0,0,.35); }
.drawer.open { transform: translateX(0); }
.drawer-header { padding: 24px 24px 18px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,.07); }
.drawer-header .eyebrow { margin-bottom: 5px; }
.drawer-header h2 { margin: 0; font: 600 28px var(--font-display); }
.drawer-header button, .modal-close { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; background: transparent; font-size: 24px; cursor: pointer; }
.drawer-body { flex: 1; overflow-y: auto; padding: 18px 22px; }
.cart-item { padding: 14px 0; display: grid; grid-template-columns: 78px 1fr auto; gap: 13px; border-bottom: 1px solid rgba(255,255,255,.07); }
.cart-item img { width: 78px; height: 100px; object-fit: cover; border-radius: 10px; background: var(--surface); }
.cart-item h3 { margin: 2px 0 5px; font: 600 18px var(--font-display); }
.cart-item p { margin: 0; color: var(--muted); font-size: 9px; }
.cart-item strong { display: block; margin-top: 8px; color: var(--gold-light); font-size: 11px; }
.cart-item-actions { display: flex; flex-direction: column; align-items: end; justify-content: space-between; }
.remove-item { border: 0; background: transparent; color: #7c817a; cursor: pointer; font-size: 18px; }
.qty-control { display: flex; align-items: center; gap: 8px; }
.qty-control button { width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; background: transparent; cursor: pointer; }
.qty-control span { font-size: 11px; }
.cart-empty { flex: 1; padding: 80px 30px; text-align: center; color: var(--muted); }
.cart-empty > span { color: var(--gold); font-size: 48px; }
.cart-empty h3 { margin: 8px 0; color: var(--cream); font: 600 30px var(--font-display); }
.cart-empty p { font-size: 12px; }
.drawer-footer { padding: 20px 24px 25px; border-top: 1px solid rgba(255,255,255,.07); background: #0c100d; }
.cart-line { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; }
.cart-line span { color: var(--muted); font-size: 12px; }
.cart-line strong { color: var(--gold-light); font: 600 26px var(--font-display); }
.drawer-footer > small { display: block; margin-bottom: 14px; color: var(--muted); font-size: 9px; }
.clear-cart { display: block; margin: 12px auto 0; border: 0; background: transparent; color: #777c75; font-size: 9px; text-decoration: underline; cursor: pointer; }

.modal { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.72); opacity: 0; visibility: hidden; transition: .25s; }
.modal.open { opacity: 1; visibility: visible; }
.modal-panel { width: min(920px,100%); max-height: calc(100dvh - 40px); display: grid; grid-template-columns: 1fr 1fr; position: relative; overflow: auto; border-radius: 25px; background: #0d110e; border: 1px solid var(--line); box-shadow: var(--shadow); transform: translateY(25px) scale(.98); transition: .3s; }
.modal.open .modal-panel { transform: none; }
.modal-close { position: absolute; top: 15px; right: 15px; z-index: 3; background: rgba(5,7,6,.75); }
.modal-image { min-height: 600px; position: relative; background: var(--surface); }
.modal-image img { width: 100%; height: 100%; object-fit: cover; }
.modal-image > span { position: absolute; left: 18px; top: 18px; padding: 7px 11px; background: rgba(5,7,6,.8); border: 1px solid var(--line); border-radius: 999px; color: var(--gold-light); font-size: 9px; }
.modal-content { padding: 65px 45px 40px; }
.modal-content h2 { margin: 0 0 10px; font: 600 44px/1 var(--font-display); }
.modal-price { display: flex; gap: 10px; align-items: center; margin-bottom: 22px; }
.modal-price strong { color: var(--gold-light); font-size: 18px; }
.modal-price del { color: var(--muted); font-size: 12px; }
.modal-content > p:not(.eyebrow) { color: var(--muted); font-size: 12px; }
.option-group { margin: 24px 0; }
.option-group > span { display: block; margin-bottom: 10px; color: var(--gold-light); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.size-options, .color-options { display: flex; gap: 8px; flex-wrap: wrap; }
.size-option { min-width: 40px; height: 40px; padding: 0 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: transparent; cursor: pointer; font-size: 10px; }
.size-option.active { border-color: var(--gold); color: var(--gold-light); background: rgba(217,181,112,.08); }
.color-option { width: 32px; height: 32px; padding: 3px; border: 1px solid transparent; border-radius: 50%; background: transparent; cursor: pointer; }
.color-option span { display: block; width: 100%; height: 100%; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); }
.color-option.active { border-color: var(--gold); }
.modal-benefits { margin: 20px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 9px; }
.modal-benefits li { margin: 7px 0; }

.toast { position: fixed; z-index: 120; left: 50%; bottom: 28px; max-width: calc(100% - 30px); padding: 13px 18px; color: #12160f; background: var(--gold-light); border-radius: 999px; box-shadow: var(--shadow); font-size: 11px; font-weight: 700; transform: translate(-50%, 30px); opacity: 0; visibility: hidden; transition: .3s; text-align: center; }
.toast.show { transform: translate(-50%, 0); opacity: 1; visibility: visible; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .hero-grid { gap: 30px; }
  .hero-visual { height: 540px; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .promo-card { grid-template-columns: 1fr auto; }
  .promo-card > .btn { grid-column: 1 / -1; justify-self: start; }
  .lookbook-grid { gap: 40px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  .announcement { gap: 20px; }
  .announcement-hide-mobile { display: none; }
  .menu-toggle { display: block; order: 3; }
  .nav-actions { margin-left: auto; }
  .main-nav { position: absolute; left: 0; right: 0; top: 78px; padding: 28px 20px 35px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: rgba(5,7,6,.98); border-bottom: 1px solid var(--line); transform: translateY(-15px); opacity: 0; visibility: hidden; transition: .25s; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
  .hero { min-height: auto; padding-top: 60px; }
  .hero-grid, .about-grid, .newsletter-grid { grid-template-columns: 1fr; }
  .hero-content { text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { width: min(620px,100%); height: 580px; margin: 20px auto 0; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid article:nth-child(2) { border-right: 0; }
  .benefit-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.06); }
  .featured-grid { grid-template-columns: 1fr; }
  .featured-card { min-height: 420px; }
  .catalog-tools { align-items: flex-start; flex-direction: column; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-actions { transform: none; opacity: 1; }
  .lookbook-grid { grid-template-columns: 1fr; }
  .lookbook-copy { max-width: 650px; }
  .promo-card { grid-template-columns: 1fr; text-align: center; }
  .countdown { justify-content: center; }
  .promo-card > .btn { justify-self: center; }
  .about-visual { width: min(550px,85%); margin-inline: auto; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid article > p { min-height: auto; }
  .newsletter { text-align: center; }
  .newsletter h2 { margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 26px, 1180px); }
  .announcement { min-height: 32px; font-size: 9px; }
  .nav-wrap { min-height: 66px; }
  .brand img { width: 40px; height: 40px; }
  .brand > span { font-size: 17px; }
  .main-nav { top: 66px; }
  .icon-btn { width: 37px; height: 37px; }
  #searchOpen { display: none; }
  .hero { padding: 55px 0 70px; }
  .hero h1 { font-size: 56px; }
  .hero-text { font-size: 13px; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { gap: 17px; }
  .hero-proof strong { font-size: 20px; }
  .hero-proof span { font-size: 8px; }
  .hero-visual { height: 440px; }
  .hero-card-main { inset: 0 16px 15px 16px; border-radius: 130px 130px 22px 22px; }
  .hero-logo-card { width: 105px; height: 105px; left: -2px; top: 25px; }
  .hero-price-card { width: 170px; padding: 15px; right: -1px; }
  .scroll-hint { display: none; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.06); }
  .section { padding: 80px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .section-heading h2 { font-size: 43px; }
  .featured-card { min-height: 360px; }
  .featured-overlay { left: 22px; right: 22px; bottom: 22px; }
  .featured-overlay h3 { font-size: 32px; }
  .filter-buttons { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .filter-buttons::-webkit-scrollbar { display: none; }
  .filter-btn { flex-shrink: 0; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 24px 10px; }
  .product-title-row h3 { font-size: 17px; }
  .product-actions { grid-template-columns: 1fr 38px; left: 7px; right: 7px; bottom: 7px; }
  .quick-view, .quick-add { min-height: 38px; }
  .quick-view { font-size: 9px; }
  .lookbook { padding: 85px 0; }
  .lookbook h2 { font-size: 50px; }
  .lookbook-gallery { height: 500px; gap: 9px; }
  .lookbook-gallery { grid-template-columns: 1.1fr .9fr; }
  .promo-card { padding: 38px 20px; gap: 28px; }
  .promo-card h2 { font-size: 42px; }
  .countdown { gap: 5px; }
  .countdown div { width: 55px; height: 66px; }
  .countdown strong { font-size: 21px; }
  .about-grid { gap: 55px; }
  .about-badge { right: -15px; bottom: 20px; }
  .values-grid { grid-template-columns: 1fr; }
  .newsletter h2 { font-size: 40px; }
  .newsletter form { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .modal-panel { grid-template-columns: 1fr; }
  .modal-image { min-height: 330px; max-height: 42vh; }
  .modal-content { padding: 32px 22px; }
  .modal-content h2 { font-size: 36px; }
  .drawer { width: 100%; }
}
