@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ink: #0a0b0d;
  --ink-soft: #15171b;
  --paper: #f3f0e8;
  --paper-2: #e8e3d8;
  --acid: #c7ff2f;
  --acid-deep: #9ed30d;
  --orange: #ff4f24;
  --muted: #777b82;
  --line: rgba(10,11,13,.13);
  --white: #fff;
  --shadow: 0 24px 70px rgba(0,0,0,.14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Alexandria', sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font-family: inherit; }
::selection { background: var(--acid); color: var(--ink); }

h1, h2, h3, h4, h5, h6 { overflow-wrap: normal; word-break: normal; }

.container-xxl { max-width: 1440px; }
.ltr { direction: ltr; font-family: 'Space Grotesk', sans-serif; }
.text-acid { color: var(--acid); }
.bg-ink { background: var(--ink); }
.bg-paper { background: var(--paper); }
.section-pad { padding: 110px 0; }
.section-title { font-size: clamp(2rem, 5vw, 4.8rem); font-weight: 900; line-height: 1.16; letter-spacing: -.02em; margin: 0; text-wrap: balance; }
.section-kicker { display: inline-flex; align-items: center; gap: .55rem; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; }
.section-kicker::before { content: ''; width: 28px; height: 2px; background: currentColor; }
.muted { color: var(--muted); }

.announcement {
  background: var(--acid);
  color: var(--ink);
  padding: 8px 0;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .03em;
  overflow: hidden;
}
.ticker { display: flex; width: max-content; animation: ticker 25s linear infinite; }
.ticker span { padding: 0 2.2rem; white-space: nowrap; }
@keyframes ticker { to { transform: translateX(50%); } }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: rgba(243,240,232,.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.navbar { min-height: 78px; }
.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: -.06em;
}
.brand-symbol {
  width: 34px; height: 34px; display: grid; place-items: center;
  background: var(--ink); color: var(--acid); border-radius: 50%;
  font-size: .75rem; transform: rotate(-8deg);
}
.brand-ar { font-size: .67rem; letter-spacing: 0; font-family: 'Alexandria'; font-weight: 800; opacity: .65; margin-top: 2px; }
.nav-link { font-size: .84rem; font-weight: 700; position: relative; padding: .8rem .7rem !important; }
.nav-link::after { content: ''; position: absolute; inset-inline: .7rem; bottom: .45rem; height: 2px; background: var(--ink); transform: scaleX(0); transition: .25s; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.icon-btn {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line);
  display: inline-grid; place-items: center; background: transparent; transition: .25s;
}
.icon-btn:hover { background: var(--ink); color: var(--acid); transform: translateY(-2px); }
.cart-count { position: absolute; top: -2px; inset-inline-end: -2px; width: 19px; height: 19px; border-radius: 50%; background: var(--orange); color: #fff; display: grid; place-items: center; font-size: .65rem; font-weight: 800; }

.hero {
  position: relative;
  min-height: calc(100vh - 110px);
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,11,13,.98) 0%, rgba(10,11,13,.70) 45%, rgba(10,11,13,.15) 80%), linear-gradient(0deg, rgba(10,11,13,.82), transparent 45%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; filter: saturate(.75) contrast(1.08); }
.hero-inner { position: relative; z-index: 2; min-height: max(700px, calc(100vh - 110px)); display: flex; align-items: center; padding: 84px 0 145px; }
.hero-number { position: absolute; inset-inline-end: 4vw; top: 4vh; font: 700 clamp(8rem, 22vw, 22rem)/.8 'Space Grotesk'; color: rgba(255,255,255,.055); letter-spacing: -.1em; }
.hero-tag { display: inline-flex; align-items: center; gap: .8rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: .55rem .9rem; font-size: .72rem; font-weight: 800; }
.hero-tag .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 6px rgba(199,255,47,.13); }
.hero h1 { font-size: clamp(3.15rem, 7.1vw, 7.35rem); font-weight: 900; line-height: 1.12; letter-spacing: -.025em; margin: 1.35rem 0 1.1rem; max-width: 850px; text-wrap: balance; }
.hero h1 .outline { -webkit-text-stroke: 1px rgba(255,255,255,.72); color: transparent; }
.hero-title-line { display: block; width: fit-content; max-width: 100%; }
.hero p { max-width: 620px; color: rgba(255,255,255,.72); line-height: 1.9; font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.btn-main, .btn-ghost, .btn-dark, .btn-acid {
  border: 0; border-radius: 999px; padding: .95rem 1.45rem; font-weight: 800; font-size: .85rem;
  display: inline-flex; align-items: center; justify-content: center; gap: .7rem; transition: .3s;
}
.btn-main, .btn-acid { background: var(--acid); color: var(--ink); }
.btn-main:hover, .btn-acid:hover { background: #dbff72; transform: translateY(-3px); box-shadow: 0 15px 35px rgba(199,255,47,.18); }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.3); }
.btn-ghost:hover { background: #fff; color: var(--ink); transform: translateY(-3px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-soft); color: var(--acid); transform: translateY(-3px); }
.hero-bottom { position: absolute; bottom: 28px; inset-inline: 0; z-index: 3; }
.hero-metric { border-inline-start: 1px solid rgba(255,255,255,.18); padding-inline-start: 1rem; }
.hero-metric strong { display: block; font: 700 1.3rem 'Space Grotesk'; }
.hero-metric span { color: rgba(255,255,255,.58); font-size: .72rem; }

.marquee-strip { background: var(--acid); border-block: 1px solid var(--ink); overflow: hidden; transform: rotate(-1deg); margin: -14px -20px 0; position: relative; z-index: 4; }
.marquee-track { display: flex; width: max-content; animation: ticker 30s linear infinite; padding: 13px 0; font: 700 1.15rem 'Space Grotesk'; }
.marquee-track span { padding: 0 1.5rem; }

.product-card { position: relative; }
.product-media { position: relative; overflow: hidden; background: #ddd8ce; aspect-ratio: 4/5; border-radius: 2px; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1), opacity .4s; }
.product-media img.alt { position: absolute; inset: 0; opacity: 0; }
.product-card:hover .product-media img.main { opacity: 0; transform: scale(1.04); }
.product-card:hover .product-media img.alt { opacity: 1; transform: scale(1.04); }
.product-badge { position: absolute; top: 14px; inset-inline-start: 14px; z-index: 2; background: var(--ink); color: #fff; padding: .45rem .65rem; font: 700 .67rem 'Space Grotesk'; letter-spacing: .06em; }
.product-actions { position: absolute; top: 14px; inset-inline-end: 14px; z-index: 2; display: grid; gap: .5rem; transform: translateX(-10px); opacity: 0; transition: .3s; }
.product-card:hover .product-actions { transform: none; opacity: 1; }
.product-actions button { width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); display: grid; place-items: center; }
.quick-add { position: absolute; bottom: 12px; inset-inline: 12px; z-index: 2; transform: translateY(120%); transition: .35s; }
.product-card:hover .quick-add { transform: none; }
.product-info { padding-top: 1rem; }
.product-title { font-size: .94rem; font-weight: 800; margin-bottom: .25rem; }
.product-en { font: 600 .7rem 'Space Grotesk'; color: var(--muted); letter-spacing: .08em; }
.price { font: 700 .95rem 'Space Grotesk'; }
.old-price { color: #999; text-decoration: line-through; font-size: .78rem; margin-inline-start: .4rem; }
.swatches { display: flex; gap: .35rem; margin-top: .7rem; }
.swatch { width: 15px; height: 15px; border-radius: 50%; border: 2px solid var(--paper); box-shadow: 0 0 0 1px rgba(0,0,0,.2); }

.style-card { position: relative; overflow: hidden; min-height: 520px; color: #fff; }
.style-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.style-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.8), transparent 65%); }
.style-card:hover img { transform: scale(1.05); }
.style-card-content { position: absolute; bottom: 0; inset-inline: 0; z-index: 2; padding: 2rem; }
.style-card h3 { font-size: clamp(1.7rem, 3vw, 3rem); font-weight: 900; line-height: 1.16; margin: 0; letter-spacing: -.02em; }
.style-card p { color: rgba(255,255,255,.68); margin: .5rem 0 1.2rem; }

.lookbook { background: var(--ink); color: #fff; }
.look-grid { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 720px; }
.look-visual { position: relative; overflow: hidden; }
.look-visual img { width: 100%; height: 100%; object-fit: cover; }
.hotspot { position: absolute; width: 34px; height: 34px; border-radius: 50%; border: 8px solid rgba(199,255,47,.35); background: var(--acid); cursor: pointer; animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 15px rgba(199,255,47,0); } }
.look-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 6vw, 6rem); }
.look-content h2 { font-size: clamp(2.8rem, 6vw, 6.2rem); font-weight: 900; line-height: 1.14; letter-spacing: -.025em; text-wrap: balance; }
.look-items { border-top: 1px solid rgba(255,255,255,.15); margin-top: 2rem; }
.look-item { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.look-thumb { width: 58px; height: 70px; object-fit: cover; }

.fit-section { position: relative; overflow: hidden; background: var(--orange); color: #fff; }
.fit-section::before { content: 'FIT'; position: absolute; inset-inline-end: -3vw; top: -4vw; font: 900 32vw/.8 'Space Grotesk'; color: rgba(255,255,255,.08); letter-spacing: -.1em; }
.fit-card { position: relative; z-index: 2; max-width: 760px; }
.fit-card h2 { font-size: clamp(3rem, 7vw, 7rem); font-weight: 900; line-height: 1.13; letter-spacing: -.025em; text-wrap: balance; }

.community-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 90px; gap: 12px; }
.community-item { overflow: hidden; position: relative; }
.community-item:nth-child(1) { grid-column: span 5; grid-row: span 5; }
.community-item:nth-child(2) { grid-column: span 3; grid-row: span 3; }
.community-item:nth-child(3) { grid-column: span 4; grid-row: span 4; }
.community-item:nth-child(4) { grid-column: span 3; grid-row: span 2; }
.community-item:nth-child(5) { grid-column: span 4; grid-row: span 3; }
.community-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.community-item:hover img { transform: scale(1.07); }
.community-label { position: absolute; inset: 12px; display: flex; align-items: flex-end; justify-content: space-between; color: #fff; z-index: 2; font-size: .75rem; font-weight: 800; }
.community-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.65), transparent 50%); }

.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.trust-item { padding: 2rem; border-inline-end: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-icon { width: 54px; height: 54px; border-radius: 50%; background: var(--ink); color: var(--acid); display: grid; place-items: center; font-size: 1.2rem; margin-bottom: 1.2rem; }
.trust-item h4 { font-size: 1rem; font-weight: 800; }
.trust-item p { color: var(--muted); font-size: .8rem; line-height: 1.8; margin: 0; }

.newsletter { background: var(--acid); padding: 80px 0; }
.newsletter h2 { font-size: clamp(2.2rem, 5vw, 5.5rem); font-weight: 900; line-height: 1.15; letter-spacing: -.025em; text-wrap: balance; }
.news-form { display: flex; border-bottom: 2px solid var(--ink); }
.news-form input { flex: 1; background: transparent; border: 0; outline: none; padding: 1rem 0; font-size: 1rem; }
.news-form button { background: transparent; border: 0; font-weight: 900; }

.site-footer { background: var(--ink); color: #fff; padding: 80px 0 26px; }
.site-footer h5 { color: var(--acid); font: 700 .78rem 'Space Grotesk'; letter-spacing: .1em; margin-bottom: 1.2rem; }
.footer-links { display: grid; gap: .7rem; font-size: .82rem; color: rgba(255,255,255,.7); }
.footer-links a:hover { color: var(--acid); }
.footer-brand { font: 700 clamp(4rem, 13vw, 12rem)/.8 'Space Grotesk'; letter-spacing: -.09em; color: rgba(255,255,255,.06); margin-top: 3rem; white-space: nowrap; }
.copyright { border-top: 1px solid rgba(255,255,255,.13); margin-top: 3rem; padding-top: 1.5rem; font-size: .75rem; color: rgba(255,255,255,.55); }

.whatsapp-float { position: fixed; left: 20px; bottom: 20px; z-index: 1050; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; font-size: 1.55rem; box-shadow: 0 12px 35px rgba(37,211,102,.35); transition: .3s; }
.whatsapp-float:hover { color: #fff; transform: translateY(-5px) rotate(-5deg); }

.drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 2000; opacity: 0; visibility: hidden; transition: .3s; }
.drawer-overlay.show { opacity: 1; visibility: visible; }
.side-drawer { position: fixed; top: 0; bottom: 0; inset-inline-end: 0; width: min(430px, 100%); background: var(--paper); z-index: 2010; transform: translateX(-105%); transition: .4s cubic-bezier(.77,0,.18,1); display: flex; flex-direction: column; }
.side-drawer.show { transform: none; }
.drawer-head { padding: 1.25rem; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.drawer-body { flex: 1; overflow-y: auto; padding: 1.25rem; }
.drawer-foot { border-top: 1px solid var(--line); padding: 1.25rem; }
.cart-item { display: grid; grid-template-columns: 86px 1fr auto; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 86px; height: 108px; object-fit: cover; }
.qty-control { display: inline-flex; border: 1px solid var(--line); align-items: center; }
.qty-control button { border: 0; background: transparent; width: 30px; height: 30px; }
.qty-control span { min-width: 30px; text-align: center; font: 600 .8rem 'Space Grotesk'; }

.search-overlay { position: fixed; inset: 0; background: var(--paper); z-index: 3000; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .3s; }
.search-overlay.show { opacity: 1; visibility: visible; transform: none; }
.search-box { max-width: 1050px; margin: 10vh auto 0; padding: 0 1.5rem; }
.search-input { width: 100%; border: 0; border-bottom: 3px solid var(--ink); background: transparent; padding: 1rem 0; outline: 0; font-size: clamp(1.4rem, 4vw, 3.5rem); font-weight: 800; }
.search-result { display: grid; grid-template-columns: 70px 1fr auto; gap: 1rem; align-items: center; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.search-result img { width: 70px; height: 84px; object-fit: cover; }

.modal-content { background: var(--paper); border: 0; border-radius: 0; }
.fit-progress { height: 5px; background: rgba(0,0,0,.1); }
.fit-progress-bar { height: 100%; background: var(--acid); transition: .4s; }
.fit-option { border: 1px solid var(--line); padding: 1rem; cursor: pointer; transition: .25s; display: flex; align-items: center; justify-content: space-between; }
.fit-option:hover, .fit-option.selected { background: var(--ink); color: #fff; border-color: var(--ink); }

.page-hero { padding: 100px 0 60px; background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.page-hero::after { content: attr(data-word); position: absolute; inset-inline-end: 0; bottom: -3vw; font: 900 20vw/.8 'Space Grotesk'; color: rgba(255,255,255,.04); letter-spacing: -.08em; }
.page-hero h1 { font-size: clamp(3rem, 7vw, 7rem); font-weight: 900; line-height: 1.14; letter-spacing: -.025em; position: relative; z-index: 1; text-wrap: balance; }

.shop-toolbar { position: sticky; top: 78px; z-index: 50; background: rgba(243,240,232,.95); backdrop-filter: blur(16px); border-block: 1px solid var(--line); padding: 1rem 0; }
.filter-chip { border: 1px solid var(--line); border-radius: 999px; background: transparent; padding: .65rem 1rem; font-size: .78rem; font-weight: 700; }
.filter-chip.active, .filter-chip:hover { background: var(--ink); color: #fff; }

.product-page { padding: 80px 0; }
.product-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.product-gallery img { width: 100%; aspect-ratio: 4/5; object-fit: cover; background: #ddd; }
.product-detail { position: sticky; top: 110px; }
.product-detail h1 { font-size: clamp(2rem, 4vw, 4.2rem); font-weight: 900; line-height: 1.16; letter-spacing: -.02em; text-wrap: balance; }
.color-option, .size-option { border: 1px solid var(--line); background: transparent; transition: .2s; }
.color-option { width: 34px; height: 34px; border-radius: 50%; padding: 4px; }
.color-option span { display: block; width: 100%; height: 100%; border-radius: 50%; }
.color-option.selected { border: 2px solid var(--ink); }
.size-option { min-width: 54px; height: 46px; font: 700 .8rem 'Space Grotesk'; }
.size-option.selected, .size-option:hover { background: var(--ink); color: #fff; }
.info-accordion { border-top: 1px solid var(--line); }
.info-row { border-bottom: 1px solid var(--line); padding: 1rem 0; }
.info-row summary { cursor: pointer; font-weight: 800; list-style: none; display: flex; justify-content: space-between; }
.info-row summary::-webkit-details-marker { display: none; }
.info-row p { color: var(--muted); line-height: 1.9; margin: 1rem 0 0; font-size: .84rem; }

.checkout-shell { padding: 70px 0 110px; }
.checkout-card { background: #fff; border: 1px solid var(--line); padding: clamp(1.3rem, 3vw, 2.4rem); }
.form-control, .form-select { border-radius: 0; border-color: var(--line); min-height: 52px; background-color: #faf9f6; }
.form-control:focus, .form-select:focus { border-color: var(--ink); box-shadow: none; }
.payment-option { border: 1px solid var(--line); padding: 1rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; margin-bottom: .7rem; }
.payment-option.active { border: 2px solid var(--ink); background: #f6f4ef; }
.order-row { display: grid; grid-template-columns: 64px 1fr auto; gap: .8rem; align-items: center; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.order-row img { width: 64px; height: 78px; object-fit: cover; }

.lookbook-hero { min-height: 76vh; position: relative; display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.lookbook-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lookbook-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.85), transparent 70%); }
.lookbook-hero .content { position: relative; z-index: 2; padding-bottom: 70px; }
.lookbook-hero h1 { font-size: clamp(4rem, 12vw, 12rem); font-weight: 900; line-height: .8; letter-spacing: -.08em; }
.editorial-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.editorial-card { overflow: hidden; }
.editorial-card:nth-child(1) { grid-column: span 7; }
.editorial-card:nth-child(2) { grid-column: span 5; margin-top: 140px; }
.editorial-card:nth-child(3) { grid-column: 3 / span 5; }
.editorial-card:nth-child(4) { grid-column: span 4; margin-top: 100px; }
.editorial-card img { width: 100%; min-height: 560px; object-fit: cover; }

.about-quote { font-size: clamp(2rem, 5vw, 5.4rem); font-weight: 900; line-height: 1.18; letter-spacing: -.02em; text-wrap: balance; }
.value-card { padding: 2rem; background: #fff; min-height: 290px; border: 1px solid var(--line); }
.value-card .num { font: 700 3rem 'Space Grotesk'; color: var(--acid-deep); }

@media (max-width: 991px) {
  .section-pad { padding: 78px 0; }
  .navbar-collapse { position: fixed; top: 108px; inset-inline: 0; background: var(--paper); padding: 1.5rem; border-bottom: 1px solid var(--line); max-height: calc(100vh - 108px); overflow-y: auto; }
  .hero { min-height: 780px; }
  .hero-inner { min-height: 780px; align-items: flex-end; padding: 90px 0 120px; }
  .hero-media::after { background: linear-gradient(0deg, rgba(10,11,13,.96) 0%, rgba(10,11,13,.58) 65%, rgba(10,11,13,.25)); }
  .hero h1 { font-size: clamp(3.25rem, 12vw, 6rem); line-height: 1.12; max-width: 760px; }
  .hero-bottom { display: none; }
  .look-grid { grid-template-columns: 1fr; }
  .look-visual { min-height: 600px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-inline-end: 0; }
  .trust-item { border-bottom: 1px solid var(--line); }
  .community-grid { grid-auto-rows: 75px; }
  .product-detail { position: static; margin-top: 2rem; }
  .shop-toolbar { top: 76px; }
}

@media (max-width: 767px) {
  .announcement { font-size: .66rem; }
  .navbar { min-height: 68px; }
  .brand-mark { font-size: 1.35rem; }
  .brand-symbol { width: 30px; height: 30px; }
  .hero { min-height: 760px; }
  .hero-inner { min-height: 760px; padding: 72px 0 90px; }
  .hero h1 { font-size: clamp(2.75rem, 12.6vw, 4.6rem); line-height: 1.14; margin: 1.1rem 0; letter-spacing: -.015em; }
  .hero p { font-size: .88rem; line-height: 1.8; }
  .hero-actions a, .hero-actions button { flex: 1; }
  .product-actions { opacity: 1; transform: none; }
  .quick-add { transform: none; }
  .quick-add .btn-dark { padding: .7rem; font-size: .72rem; }
  .style-card { min-height: 420px; }
  .look-visual { min-height: 480px; }
  .look-content { padding: 2.2rem 1.2rem; }
  .community-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 10px; }
  .community-item { min-width: 82vw; height: 430px; scroll-snap-align: center; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-inline-end: 0; }
  .newsletter { padding: 60px 0; }
  .product-gallery { gap: 4px; }
  .product-gallery img:nth-child(n+3) { display: none; }
  .page-hero { padding: 70px 0 45px; }
  .editorial-grid { display: block; }
  .editorial-card { margin: 0 0 16px !important; }
  .editorial-card img { min-height: 460px; }
  .filter-scroll { overflow-x: auto; flex-wrap: nowrap !important; padding-bottom: .35rem; }
  .filter-chip { white-space: nowrap; }
}

.fw-black { font-weight: 900 !important; }
