@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Unbounded:wght@500;600;700;800&display=swap');

:root {
  --bg: #080709;
  --bg-soft: #0d0a0f;
  --surface: #121015;
  --surface-2: #19141e;
  --surface-3: #211928;
  --ink: #f8f3fa;
  --muted: #a69aa9;
  --muted-2: #7f7483;
  --line: #2a2230;
  --line-strong: #44334d;
  --purple: #5f2c8d;
  --purple-2: #8a46c0;
  --lavender: #e5c8f4;
  --pink: #f0a7cf;
  --acid: #d7ff5e;
  --danger: #ff7c8c;
  --page: min(1520px, 100%);
  --gutter: clamp(16px, 3.3vw, 52px);
  --section-y: clamp(64px, 7vw, 112px);
  --header: 72px;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 34px); overflow-x: hidden; }
body {
  margin: 0;
  min-width: 280px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: 'DM Sans', system-ui, sans-serif;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}
body.no-scroll { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.1em; height: 1.1em; }
::selection { background: var(--purple-2); color: #fff; }
:focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; }
[hidden] { display: none !important; }

/* Shared type and controls */
.eyebrow {
  margin: 0 0 10px;
  color: #bcaec0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.button {
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}
.button--primary { background: var(--purple); color: #fff; box-shadow: 0 8px 24px rgba(95, 44, 141, .24); }
.button--primary:hover { background: #7338a5; transform: translateY(-1px); }
.button--ghost { border-color: var(--line-strong); background: rgba(255,255,255,.015); color: #eee6f1; }
.button--ghost:hover { border-color: #765486; background: #151019; }
.button--light { background: #fff; color: #130d16; }
.button--light:hover { background: var(--lavender); transform: translateY(-1px); }
.button--whatsapp { background: #f4edf7; color: #130d16; }
.button--full { width: 100%; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ddd4e1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.text-link:hover { color: var(--pink); }
.icon-btn, .cart-trigger {
  min-height: 44px;
  border: 1px solid #34293a;
  border-radius: 999px;
  background: #0e0b10;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease;
}
.icon-btn { width: 44px; min-width: 44px; }
.icon-btn:hover, .cart-trigger:hover { border-color: #724292; background: #17111b; }

/* Announcement */
.announcement {
  height: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: var(--purple);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.announcement__track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: announcement-marquee 26s linear infinite;
  will-change: transform;
}
.announcement__group {
  min-width: 100vw;
  padding-right: 18px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 18px;
  white-space: nowrap;
  font-family: 'Unbounded', sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .09em;
}
.announcement__group i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--pink); }
@keyframes announcement-marquee { to { transform: translate3d(-50%,0,0); } }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  height: var(--header);
  background: rgba(7, 5, 8, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.site-header__inner {
  width: var(--page);
  height: 100%;
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(24px, 3vw, 58px);
}
.brand { width: 64px; height: 60px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.desktop-nav { height: 100%; display: flex; align-items: center; justify-content: center; gap: clamp(22px, 2.4vw, 40px); }
.desktop-nav a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #c9becd;
  font-size: 11px;
  font-weight: 700;
}
.desktop-nav a::after {
  content: '';
  position: absolute;
  left: 50%; bottom: 0;
  width: 0; height: 2px;
  transform: translateX(-50%);
  background: var(--purple-2);
  transition: width .2s ease;
}
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
.cart-trigger { gap: 8px; padding: 0 12px; font-size: 11px; font-weight: 800; }
.cart-trigger strong { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--purple); font-size: 10px; }
.mobile-menu-trigger { display: none; }

/* Hero — editorial full-bleed */
.hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(620px, 82svh, 860px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #120c18;
}
.hero__media {
  position: absolute;
  z-index: -2;
  inset: 0;
  overflow: hidden;
  background: #17101d;
}
.hero__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 47%;
  filter: saturate(.82) contrast(1.08) brightness(.80);
  transform: scale(1.012);
}
.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,5,8,.93) 0%, rgba(7,5,8,.78) 29%, rgba(7,5,8,.34) 54%, rgba(7,5,8,.08) 77%, rgba(7,5,8,.22) 100%),
    linear-gradient(180deg, rgba(7,5,8,.16) 0%, rgba(7,5,8,.08) 45%, rgba(7,5,8,.64) 100%),
    radial-gradient(circle at 68% 22%, rgba(138,70,192,.12), transparent 31%);
}
.hero__content {
  width: var(--page);
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(58px, 7vw, 104px) var(--gutter) clamp(66px, 8vh, 94px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.hero__identity {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #f5eef7;
  font-family: 'Unbounded', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero__identity strong { color: #fff; font-weight: 800; }
.hero__identity span {
  padding-left: 14px;
  border-left: 1px solid rgba(255,255,255,.32);
  color: #cbbfd0;
}
.hero h1, .section-head h2, .custom h2 {
  margin: 0;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: .93;
}
.hero h1 {
  max-width: 880px;
  font-size: clamp(58px, 7.2vw, 110px);
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 8px 36px rgba(0,0,0,.35);
}
.hero h1 em, .section-head h2 span, .custom h2 span { font-style: normal; color: var(--lavender); }
.hero__lead {
  max-width: 500px;
  margin: 22px 0 0;
  color: #ddd2e0;
  font-size: clamp(14px, 1.15vw, 18px);
  text-shadow: 0 4px 20px rgba(0,0,0,.55);
}
.hero__actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.button--hero-ghost {
  border-color: rgba(255,255,255,.40);
  background: rgba(8,7,9,.24);
  backdrop-filter: blur(10px);
  color: #fff;
}
.button--hero-ghost:hover { border-color: rgba(255,255,255,.75); background: rgba(12,9,14,.58); transform: translateY(-1px); }
.hero__signature {
  position: absolute;
  right: max(var(--gutter), calc((100vw - 1520px)/2 + var(--gutter)));
  bottom: clamp(32px, 5vh, 54px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  color: rgba(255,255,255,.66);
  font-family: 'Unbounded', sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero__signature strong { color: rgba(255,255,255,.92); font-size: 9px; }

/* Compact service strip immediately after the hero */
.brand-line { overflow: hidden; padding: 12px 0; border-bottom: 1px solid var(--line); background: #0c090e; }
.brand-line__track { width: max-content; display: flex; animation: brand-marquee 30s linear infinite; will-change: transform; }
.brand-line__group { min-width: 100vw; padding: 0 22px; display: flex; align-items: center; justify-content: space-around; gap: 22px; white-space: nowrap; color: #c0b4c4; font-family: 'Unbounded', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .09em; }
.brand-line__group i { color: var(--pink); font-style: normal; }
@keyframes brand-marquee { to { transform: translate3d(-50%,0,0); } }

/* Main section system */
.shop, .faq {
  width: var(--page);
  margin: 0 auto;
  padding: var(--section-y) var(--gutter);
}
.shop, .faq { border-top: 1px solid var(--line); }
.shop { background: #09070a; }
.section-head { margin-bottom: clamp(28px, 3vw, 44px); display: flex; align-items: flex-end; justify-content: space-between; gap: 34px; }
.section-head > div { min-width: 0; }
.section-head h2 { font-size: clamp(34px, 4.4vw, 66px); }
.section-head > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 13px; }
.section-head--shop { align-items: flex-start; }
.section-head--shop h2 { max-width: 980px; font-size: clamp(38px, 4.8vw, 70px); }

/* Product cards */
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 14px; }
.product-card { position: relative; min-width: 0; }
.product-card__media { position: relative; width: 100%; aspect-ratio: 4/5; padding: 0; overflow: hidden; display: block; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.product-card__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(6,5,7,.60)); pointer-events: none; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.74) contrast(1.05); transition: transform .36s ease, filter .36s ease; }
.product-card:hover .product-card__media img { transform: scale(1.025); filter: saturate(.88) contrast(1.04); }
.product-card__badge { position: absolute; z-index: 3; top: 10px; left: 10px; max-width: calc(100% - 58px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 6px 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(8,7,9,.72); backdrop-filter: blur(10px); color: #f4ebf7; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card__badge--promo { background: rgba(215,255,94,.90); border-color: rgba(215,255,94,.95); color: #14150c; }
.product-card__badge--custom { background: rgba(95,44,141,.90); border-color: rgba(229,200,244,.36); }
.product-card__badge--soft { background: rgba(13,10,15,.62); }
.product-card__view { position: absolute; z-index: 3; left: 50%; bottom: 12px; transform: translate(-50%, 10px); opacity: 0; padding: 8px 11px; border-radius: 999px; display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; background: #fff; color: #140e17; font-size: 9px; font-weight: 800; text-transform: uppercase; transition: .2s ease; }
.product-card:hover .product-card__view { opacity: 1; transform: translate(-50%, 0); }
.favorite-btn { position: absolute; z-index: 5; top: 10px; right: 10px; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(8,7,9,.70); backdrop-filter: blur(10px); color: #e9dfea; display: grid; place-items: center; transition: .2s ease; }
.favorite-btn:hover, .favorite-btn.active { border-color: var(--pink); color: var(--pink); background: rgba(26,16,27,.88); }
.favorite-btn.active svg { fill: currentColor; }
.product-card__body { padding: 11px 2px 0; }
.product-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--muted-2); font-size: 8px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.product-card__body h3 { min-height: 2.45em; margin: 5px 0 9px; color: #f5eff7; font-family: 'Unbounded', sans-serif; font-size: 13px; font-weight: 600; line-height: 1.22; letter-spacing: -.02em; }

.product-card__title { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; line-height: inherit; letter-spacing: inherit; text-align: left; cursor: pointer; }
.product-card__title:hover, .product-card__title:focus-visible { color: var(--pink); }
.product-card__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; }
.product-card__bottom > div { min-width: 0; display: flex; flex-direction: column; }
.product-card__bottom strong { font-size: 14px; }
.product-card__bottom small { margin-top: 2px; color: var(--pink); font-size: 9px; line-height: 1.25; }
.mini-cart { width: 44px; min-width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: 50%; background: #120e14; color: #fff; display: grid; place-items: center; transition: .2s ease; }
.mini-cart:hover { border-color: var(--purple-2); background: var(--purple); }

/* Catalog tools */
.shop-tools { margin: 34px 0 16px; padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.filter-tabs { min-width: 0; display: flex; align-items: center; gap: 5px; overflow-x: auto; scrollbar-width: none; overscroll-behavior-x: contain; }
.filter-tabs::-webkit-scrollbar { display: none; }
.filter-tab { min-height: 42px; padding: 0 12px; border: 1px solid transparent; border-radius: 999px; background: transparent; color: #9d91a1; white-space: nowrap; font-size: 10px; font-weight: 700; }
.filter-tab:hover { color: #fff; }
.filter-tab.active { border-color: #6b3a8b; background: #19111e; color: #fff; }
.shop-tools__right { flex: 0 0 auto; display: flex; gap: 7px; }
.search-field, .sort-field { min-height: 44px; border: 1px solid var(--line); border-radius: 999px; background: #110e13; color: #8e8392; display: flex; align-items: center; gap: 8px; padding: 0 11px; }
.search-field:focus-within, .sort-field:focus-within { border-color: #704790; }
.search-field input, .sort-field select { min-width: 0; border: 0; outline: 0; background: transparent; color: #fff; }
.search-field input { width: 190px; font-size: 11px; }
.search-field input::-webkit-search-cancel-button { display: none; }
.search-clear { width: 30px; height: 30px; border: 0; border-radius: 50%; background: transparent; color: #8f8294; display: grid; place-items: center; }
.search-clear:hover { background: #201823; color: #fff; }
.sort-field select { max-width: 142px; appearance: none; font-size: 11px; }
.sort-field option { background: #120e14; }
.catalog-status { margin: 0 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #7f7483; font-size: 8px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.catalog-status span:first-child { color: #cfc1d3; }
.pagination { margin: 30px 0 0; display: flex; align-items: center; justify-content: center; gap: 12px; }
.pagination__pages { display: flex; align-items: center; gap: 6px; }
.pagination__page, .pagination__nav { min-height: 42px; border: 1px solid var(--line); background: #100d12; color: #a99dad; font-size: 9px; font-weight: 800; letter-spacing: .04em; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.pagination__page { width: 42px; border-radius: 50%; }
.pagination__page:hover, .pagination__nav:hover:not(:disabled) { border-color: #68417c; color: #fff; }
.pagination__page.active { border-color: var(--pink); background: var(--pink); color: #110b13; }
.pagination__nav { padding: 0 14px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; text-transform: uppercase; }
.pagination__nav:disabled { opacity: .35; cursor: not-allowed; }
.pagination__ellipsis { width: 24px; color: #6f6573; text-align: center; font-size: 12px; }
.empty-state { margin-top: 12px; padding: 56px 18px; border: 1px dashed var(--line-strong); border-radius: var(--radius); display: flex; flex-direction: column; align-items: center; text-align: center; color: var(--muted); }
.empty-state svg { margin-bottom: 12px; font-size: 30px; color: var(--pink); }
.empty-state strong { color: #fff; font-family: 'Unbounded', sans-serif; font-size: 16px; }
.empty-state span { margin: 6px 0 18px; font-size: 12px; }

/* Custom section */
.custom { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.custom__media { position: relative; min-height: 560px; overflow: hidden; }
.custom__media > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.05); }
.custom__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(8,7,9,.72)); }
.custom__tag { position: absolute; left: 18px; bottom: 18px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(8,7,9,.72); backdrop-filter: blur(10px); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.custom__content { padding: clamp(54px, 6vw, 92px) max(var(--gutter), calc((100vw - 1520px)/2 + var(--gutter))); display: flex; flex-direction: column; justify-content: center; }
.custom h2 { font-size: clamp(42px, 5vw, 72px); }
.custom__content > p { max-width: 650px; color: #aaa0ae; font-size: 13px; }
.custom__options { margin: 26px 0 15px; border-top: 1px solid var(--line); }
.custom__options > div { padding: 13px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; }
.custom__options > div > svg { color: var(--pink); }
.custom__options > div > span { display: flex; flex-direction: column; color: #8f8493; font-size: 10px; }
.custom__options > div > span strong { color: #eee7f1; font-size: 11px; }
.custom__options b { font-size: 11px; }
.microcopy { margin: 0 0 20px; color: #786e7b !important; font-size: 10px !important; }

/* FAQ */
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 62px; padding: 15px 0; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; font-family: 'Unbounded', sans-serif; font-size: 14px; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { flex: 0 0 auto; color: var(--pink); transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { max-width: 900px; margin: 0 0 18px; color: #918696; font-size: 12px; }

/* Footer */
.footer { padding: 46px max(var(--gutter), calc((100vw - 1520px)/2 + var(--gutter))) 20px; display: grid; grid-template-columns: 1.3fr .75fr .8fr 1.15fr; gap: 30px; border-top: 1px solid var(--line); background: #070608; color: #968b99; font-size: 11px; }
.footer__brand img { width: 82px; margin-bottom: 12px; }
.footer__brand p { margin: 0 0 9px; }
.footer__brand a { display: inline-flex; align-items: center; gap: 7px; color: #d4cad7; }
.footer__links { display: flex; flex-direction: column; gap: 8px; }
.footer__links strong, .footer__note strong { margin-bottom: 4px; color: #f0e9f2; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer__links a:hover { color: var(--pink); }
.footer__note p { max-width: 390px; margin: 0; }
.footer__bottom { grid-column: 1/-1; padding-top: 18px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; color: #655d68; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }

/* Backdrop / overlays */
.backdrop { position: fixed; z-index: 110; inset: 0; background: rgba(0,0,0,.64); backdrop-filter: blur(5px); opacity: 0; transition: opacity .2s ease; }
.backdrop.visible { opacity: 1; }
.drawer { position: fixed; z-index: 120; top: 0; right: 0; width: min(410px, 100%); height: 100dvh; background: #0c0a0e; border-left: 1px solid var(--line); box-shadow: var(--shadow); transform: translateX(100%); transition: transform .28s ease; display: flex; flex-direction: column; }
.drawer.open { transform: none; }
.drawer__header { padding: 18px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.drawer__header .eyebrow { margin-bottom: 2px; }
.drawer__header h2 { margin: 0; font-family: 'Unbounded', sans-serif; font-size: 27px; letter-spacing: -.04em; }
.cart-empty { flex: 1; padding: 34px 24px; display: none; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #8f8493; }
.cart-empty.visible { display: flex; }
.cart-empty svg { margin-bottom: 12px; color: var(--pink); font-size: 34px; }
.cart-empty strong { color: #fff; font-family: 'Unbounded', sans-serif; font-size: 15px; }
.cart-empty span { margin-top: 5px; font-size: 11px; }
.cart-items { flex: 1; overflow: auto; padding: 10px 18px; }
.cart-line { padding: 11px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 66px 1fr auto; align-items: start; gap: 10px; }
.cart-line img { width: 66px; height: 82px; border-radius: 9px; object-fit: cover; background: var(--surface); }
.cart-line__info h4 { margin: 1px 0 4px; font-family: 'Unbounded', sans-serif; font-size: 10px; line-height: 1.25; }
.cart-line__info p { margin: 0; color: #837888; font-size: 9px; }
.qty { margin-top: 9px; display: inline-flex; align-items: center; gap: 3px; border: 1px solid var(--line); border-radius: 999px; }
.qty button { width: 30px; height: 30px; border: 0; background: transparent; color: #cbbfd0; display: grid; place-items: center; }
.qty span { min-width: 22px; text-align: center; font-size: 10px; }
.cart-line__right { min-height: 78px; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.cart-line__right button { width: 34px; height: 34px; border: 0; background: transparent; color: #746979; display: grid; place-items: center; }
.cart-line__right button:hover { color: var(--danger); }
.cart-line__right strong { font-size: 11px; }
.cart-footer { padding: 16px 18px max(18px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #0a080b; }
.cart-summary, .checkout-total { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.cart-summary { margin-bottom: 12px; font-size: 11px; }
.cart-summary strong { font-size: 16px; }
.cart-footer small { display: block; margin-top: 9px; color: #746a78; font-size: 9px; line-height: 1.35; }
.cart-pending { margin: 0 0 10px; color: var(--pink); font-size: 10px; }

.modal { position: fixed; z-index: 130; left: 50%; top: 50%; max-height: calc(100dvh - 24px); overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #0d0a0f; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, -48%) scale(.985); transition: opacity .2s ease, transform .2s ease; }
.modal.open { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%) scale(1); }
.modal__close { position: absolute; z-index: 8; top: 12px; right: 12px; background: rgba(8,7,9,.82); backdrop-filter: blur(10px); }
.product-modal { width: min(1040px, calc(100% - 28px)); display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); }
.product-modal__image { position: relative; min-height: min(670px, calc(100dvh - 24px)); overflow: hidden; background: #09070a; display: flex; flex-direction: column; }
.product-modal__image > img { flex: 1; min-height: 0; width: 100%; height: 100%; object-fit: cover; background: #0c090e; }
.product-gallery { position: absolute; z-index: 3; left: 12px; right: 12px; bottom: 12px; padding: 7px; overflow-x: auto; display: flex; gap: 6px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(8,6,10,.74); backdrop-filter: blur(14px); scrollbar-width: none; }
.product-gallery::-webkit-scrollbar { display: none; }
.product-gallery__thumb { width: 54px; height: 64px; flex: 0 0 54px; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: #0c090e; opacity: .62; }
.product-gallery__thumb.active, .product-gallery__thumb:hover { opacity: 1; border-color: #a56ac9; }
.product-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-modal__content { min-width: 0; overflow: auto; padding: 46px 32px 28px; }
.product-modal__content h2 { margin: 0; font-family: 'Unbounded', sans-serif; font-size: clamp(26px, 3vw, 42px); line-height: 1.05; letter-spacing: -.05em; }
.product-modal__price { margin: 12px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.product-modal__price strong { font-size: 20px; white-space: nowrap; }
.product-modal__price span { padding: 5px 7px; border-radius: 999px; background: #21172a; color: var(--pink); font-size: 9px; font-weight: 700; }
.product-modal__content > p { margin: 0; color: #aaa0ae; font-size: 12px; }
.product-meta { margin: 14px 0; display: flex; flex-wrap: wrap; gap: 5px; }
.product-meta span { padding: 6px 8px; border-radius: 999px; background: #18131b; color: #a89cac; display: flex; align-items: center; gap: 5px; font-size: 9px; }
.product-meta svg { color: var(--pink); }
.option-group { margin: 14px 0; }
.option-group > span { display: block; margin-bottom: 8px; color: #d8cddd; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.size-options { display: flex; flex-wrap: wrap; gap: 6px; }
.size-option { min-width: 44px; min-height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; background: #120e14; color: #b3a8b7; font-size: 10px; }
.size-option.selected { border-color: var(--purple); background: var(--purple); color: #fff; }
.product-buy-row { margin-top: 18px; display: grid; grid-template-columns: auto 1fr; gap: 8px; }
.product-qty { min-height: 48px; border: 1px solid var(--line); border-radius: 999px; display: grid; grid-template-columns: 42px 32px 42px; align-items: center; background: #110d13; }
.product-qty button { height: 100%; border: 0; background: transparent; color: #c7bccb; display: grid; place-items: center; }
.product-qty span { text-align: center; font-size: 11px; font-weight: 800; }
.product-assurance { margin: 12px 0 4px; padding: 10px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.product-assurance span { display: flex; align-items: center; gap: 6px; color: #8f8493; font-size: 9px; }
.product-assurance svg { color: var(--pink); }
.related-products { margin-top: 14px; }
.related-products__head { margin-bottom: 8px; display: flex; justify-content: space-between; gap: 12px; }
.related-products__head strong { font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.related-products__head span { color: #746a78; font-size: 9px; }
.related-products__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 6px; }
.related-product { min-width: 0; padding: 6px; border: 1px solid var(--line); border-radius: 10px; background: #110e13; color: #fff; text-align: left; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 7px; }
.related-product:hover { border-color: #664276; }
.related-product img { width: 42px; height: 50px; border-radius: 7px; object-fit: cover; }
.related-product span { min-width: 0; display: flex; flex-direction: column; }
.related-product strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 8px; }
.related-product small { color: #96899a; font-size: 8px; }
.product-source { margin-top: 13px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #786e7b; font-size: 9px; }
.product-source:hover { color: #c6b8ca; }
.checkout-modal, .custom-modal { width: min(700px, calc(100% - 28px)); padding: 38px; overflow: auto; }
.checkout-head { padding-right: 50px; }
.checkout-head .eyebrow { margin-bottom: 5px; }
.checkout-head h2 { margin: 0; font-family: 'Unbounded', sans-serif; font-size: 32px; letter-spacing: -.04em; }
.checkout-head p:last-child { color: #968a9a; font-size: 12px; }
.checkout-form { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.checkout-form label { display: flex; flex-direction: column; gap: 6px; color: #aca1b0; font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.checkout-form input, .checkout-form select, .checkout-form textarea { width: 100%; min-height: 44px; border: 1px solid var(--line); border-radius: 10px; outline: 0; background: #151117; color: #fff; padding: 10px 11px; text-transform: none; letter-spacing: 0; }
.checkout-form textarea { resize: vertical; }
.checkout-form input:focus, .checkout-form select:focus, .checkout-form textarea:focus { border-color: #714296; }
.checkout-form__full { grid-column: 1/-1; }
.checkout-total { padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 11px; }

.mobile-menu { position: fixed; z-index: 135; inset: 0; padding: max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(18px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left)); background: #09070a; transform: translateY(-100%); transition: transform .28s ease; display: flex; flex-direction: column; }
.mobile-menu.open { transform: none; }
.mobile-menu__top { margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; }
.mobile-menu__top img { width: 74px; }
.mobile-menu > a:not(.button) { min-height: 56px; padding: 12px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; font-family: 'Unbounded', sans-serif; font-size: clamp(22px, 7vw, 32px); letter-spacing: -.04em; }
.mobile-menu .button { margin-top: auto; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: max(20px,env(safe-area-inset-bottom)); padding: 10px 15px; border-radius: 999px; background: #fff; color: #130e15; opacity: 0; transform: translate(-50%, 16px); pointer-events: none; font-size: 10px; font-weight: 800; transition: .2s ease; white-space: nowrap; }
.toast.show { opacity: 1; transform: translate(-50%,0); }
.image-fallback { object-fit: contain !important; padding: 22% !important; background: #0c090e !important; filter: none !important; }

/* Medium */
@media (max-width: 1180px) {
  :root { --gutter: 24px; --section-y: 74px; }
  .desktop-nav { gap: 17px; }
  .desktop-nav a { font-size: 10px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  
  .faq-list summary { min-height: 56px; font-size: 11px; }
  .faq-list details p { font-size: 10px; }
  .footer { padding: 34px var(--gutter) max(14px,env(safe-area-inset-bottom)); grid-template-columns: 1fr 1fr; gap: 20px 14px; }
  .footer__brand, .footer__note { grid-column: 1/-1; }
  .footer__bottom { flex-direction: column; gap: 4px; }

  .drawer { width: 100%; }
  .product-modal { width: calc(100% - 8px); height: calc(100dvh - 8px); max-height: calc(100dvh - 8px); grid-template-columns: 1fr; grid-template-rows: minmax(220px, 42dvh) minmax(0, 1fr); border-radius: 13px; }
  .product-modal__image { min-height: 0; max-height: none; }
  .product-modal__content { min-height: 0; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; padding: 24px 14px max(24px,env(safe-area-inset-bottom)); }
  .product-modal__content h2 { font-size: 24px; }
  .product-assurance { grid-template-columns: 1fr; }
  .related-products__grid { grid-template-columns: 1fr 1fr 1fr; }
  .related-product { grid-template-columns: 1fr; padding: 5px; }
  .related-product img { width: 100%; height: 68px; }
  .related-product strong { font-size: 7px; }
  .related-product small { font-size: 7px; }
  .checkout-modal, .custom-modal { width: calc(100% - 8px); padding: 30px 14px max(18px,env(safe-area-inset-bottom)); border-radius: 13px; }
  .checkout-head h2 { font-size: 25px; }
  .checkout-form { grid-template-columns: 1fr; }
  .checkout-form__full { grid-column: auto; }
}

@media (max-width: 340px) {
  :root { --gutter: 9px; }
  .hero h1 { font-size: clamp(36px, 11.4vw, 42px); }
  .hero__actions { grid-template-columns: 1fr; }
  .product-card__body h3 { font-size: 9px; }
  .product-card__bottom strong { font-size: 10px; }
}

@media (orientation: landscape) and (max-height: 560px) and (max-width: 1000px) {
  :root { --header: 52px; --section-y: 38px; }
  .announcement { height: 24px; }
  .hero { min-height: calc(100dvh - 76px); }
  .hero__media > img { object-position: 64% 45%; }
  .hero__shade {
    background: linear-gradient(90deg, rgba(7,5,8,.94) 0%, rgba(7,5,8,.70) 39%, rgba(7,5,8,.14) 73%, rgba(7,5,8,.20) 100%);
  }
  .hero__content { padding: 20px 14px; justify-content: center; }
  .hero__identity { margin-bottom: 8px; }
  .hero h1 { max-width: 520px; font-size: clamp(34px, 10vh, 54px); }
  .hero__lead { margin-top: 8px; font-size: 10px; }
  .hero__actions { width: auto; margin-top: 11px; display: flex; }
  .hero__actions .button { min-height: 42px; flex: 0 1 auto; }
  .hero__signature { right: 14px; bottom: 14px; }
  .product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .custom { grid-template-columns: 1fr 1fr; }
  .custom__media { min-height: 340px; max-height: none; }
  .product-modal { width: calc(100% - 8px); height: calc(100dvh - 8px); grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); grid-template-rows: minmax(0,1fr); }
  .product-modal__image { min-height: 0; max-height: none; }
  .product-modal__content { overflow: auto; padding: 22px 16px; }
}

@media (pointer: coarse) {
  .icon-btn, .cart-trigger, .button, .filter-tab, .mini-cart, .size-option, .faq-list summary, .favorite-btn, .pagination__page, .pagination__nav { min-height: 44px; }
  .filter-tabs, .product-gallery { -webkit-overflow-scrolling: touch; }
}

@media (hover: none) {
  .button:hover, .product-card:hover .product-card__media img { transform: none; }
  .product-card__view { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
