/* ==========================================================================
   SABRA — Hurtownia · modern front theme
   Editorial monochrome + signal red (logo). Mobile first.
   ========================================================================== */

:root {
  --ink: #141414;
  --ink-2: #333130;
  --muted: #77716a;
  --muted-2: #a29c94;
  --line: #e7e2da;
  --line-2: #d8d1c6;
  --paper: #faf8f5;
  --paper-2: #f3efe9;
  --white: #ffffff;
  --accent: #d7262f;
  --accent-ink: #a8171f;
  --gold: #b08d57;
  --gold-soft: #f4ede2;
  --success: #2d7a4f;
  --success-soft: #e8f3ec;
  --warn: #9a6a12;
  --warn-soft: #fbf3e2;
  --danger: #b3261e;
  --danger-soft: #fbeae9;

  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-ui: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  --r: 2px;
  --r-lg: 6px;
  --shadow: 0 1px 2px rgba(20, 20, 20, .04), 0 8px 24px rgba(20, 20, 20, .06);
  --shadow-lg: 0 24px 60px rgba(20, 20, 20, .16);
  --ease: cubic-bezier(.2, .7, .2, 1);

  --gutter: 16px;
  --container: 1360px;
  --header-h: 64px;
  --bottom-nav-h: 64px;
}

@media (min-width: 768px) { :root { --gutter: 28px; } }
@media (min-width: 1100px) { :root { --gutter: 40px; --header-h: 76px; } }

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.has-bottom-nav { padding-bottom: calc(var(--bottom-nav-h) + env(safe-area-inset-bottom)); }
@media (min-width: 1100px) { body.has-bottom-nav { padding-bottom: 0; } }
body.is-locked { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
button { font: inherit; color: inherit; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; font-weight: 600; line-height: 1.15; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
hr { border: 0; border-top: 1px solid var(--line); margin: 24px 0; }
table { border-collapse: collapse; width: 100%; }
::selection { background: var(--ink); color: var(--white); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
[hidden] { display: none !important; }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Typography ---------- */
.display, .h-display { font-family: var(--font-display); font-weight: 500; letter-spacing: -.01em; }
.h1 { font-family: var(--font-display); font-weight: 500; font-size: clamp(34px, 5vw, 56px); line-height: 1.05; letter-spacing: -.015em; }
.h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(28px, 3.6vw, 42px); line-height: 1.1; }
.h3 { font-family: var(--font-display); font-weight: 600; font-size: clamp(22px, 2.4vw, 28px); }
.h4 { font-size: 17px; font-weight: 700; }
.eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.eyebrow--accent { color: var(--accent); }
.eyebrow--gold { color: var(--gold); }
.lead { font-size: 17px; color: var(--ink-2); max-width: 60ch; }
.muted { color: var(--muted); }
.small { font-size: 13px; }
.xs { font-size: 12px; }
.upper { text-transform: uppercase; letter-spacing: .08em; }
.nowrap { white-space: nowrap; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.fw-600 { font-weight: 600; } .fw-700 { font-weight: 700; }
.accent { color: var(--accent); }
.prose { color: var(--ink-2); max-width: 75ch; }
.prose h1, .prose h2, .prose h3 { font-family: var(--font-display); font-weight: 600; margin-top: 1.4em; }
.prose p, .prose li { color: var(--ink-2); }
.prose ul { list-style: disc; padding-left: 1.2em; margin-bottom: 1em; }
.prose ol { padding-left: 1.2em; margin-bottom: 1em; }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
.prose table td, .prose table th { border: 1px solid var(--line); padding: 8px 10px; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.container--narrow { max-width: 880px; }
.container--mid { max-width: 1120px; }
.section { padding: 56px 0; }
.section--sm { padding: 36px 0; }
.section--lg { padding: 88px 0; }
@media (min-width: 1100px) { .section { padding: 88px 0; } .section--lg { padding: 120px 0; } }
.section--paper2 { background: var(--paper-2); }
.section--white { background: var(--white); }
.section--ink { background: var(--ink); color: var(--white); }
.section--ink .muted, .section--ink .eyebrow { color: rgba(255,255,255,.62); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.section-head .h2 { margin: 6px 0 0; }
.section-head__link { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.stack > * + * { margin-top: 16px; }
.stack-sm > * + * { margin-top: 8px; }
.row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.row--between { justify-content: space-between; }
.grid { display: grid; gap: 16px; }
.grid-2 { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 768px) { .grid-2 { grid-template-columns: 1fr 1fr; gap: 24px; } }
.grid-3 { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 768px) { .grid-3 { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
.split { display: grid; gap: 32px; grid-template-columns: 1fr; }
@media (min-width: 1000px) { .split { grid-template-columns: minmax(0, 1fr) 400px; gap: 48px; align-items: start; } }
.sticky-col { position: sticky; top: calc(var(--header-h) + 20px); }
.mt-0{margin-top:0}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mt-5{margin-top:48px}
.mb-0{margin-bottom:0}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.mb-5{margin-bottom:48px}
.w-100 { width: 100%; }
.hide-mobile { display: none !important; }
@media (min-width: 1100px) { .hide-mobile { display: revert !important; } .hide-desktop { display: none !important; } }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--ink); --btn-fg: var(--white); --btn-bd: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 24px;
  background: var(--btn-bg); color: var(--btn-fg); border: 1px solid var(--btn-bd);
  border-radius: var(--r);
  font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; line-height: 1.2;
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .1s;
  cursor: pointer; text-align: center; white-space: nowrap;
}
.btn:hover { --btn-bg: var(--accent); --btn-bd: var(--accent); color: var(--white); }
.btn:active { transform: translateY(1px); }
.btn[disabled], .btn.is-disabled { opacity: .45; pointer-events: none; }
.btn--accent { --btn-bg: var(--accent); --btn-bd: var(--accent); }
.btn--accent:hover { --btn-bg: var(--accent-ink); --btn-bd: var(--accent-ink); }
.btn--outline { --btn-bg: transparent; --btn-fg: var(--ink); --btn-bd: var(--ink); }
.btn--outline:hover { --btn-bg: var(--ink); --btn-bd: var(--ink); color: var(--white); }
.btn--light { --btn-bg: var(--white); --btn-fg: var(--ink); --btn-bd: var(--white); }
.btn--light:hover { --btn-bg: var(--accent); --btn-bd: var(--accent); }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--ink); --btn-bd: var(--line-2); }
.btn--ghost:hover { --btn-bg: var(--paper-2); --btn-bd: var(--ink); color: var(--ink); }
.btn--gold { --btn-bg: var(--gold); --btn-bd: var(--gold); }
.btn--sm { min-height: 38px; padding: 8px 16px; font-size: 12px; }
.btn--lg { min-height: 56px; padding: 16px 32px; }
.btn--block { width: 100%; }
.btn .ico { width: 18px; height: 18px; }
.link { font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.link-muted { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 0; background: transparent; border-radius: 50%; position: relative; color: var(--ink); }
.icon-btn:hover { background: var(--paper-2); color: var(--ink); }
.ico { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.ico--sm { width: 16px; height: 16px; }
.ico--fill { fill: currentColor; stroke: none; }
.count-badge { position: absolute; top: 4px; right: 2px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: var(--accent); color: var(--white); font-size: 10px; font-weight: 800; line-height: 18px; text-align: center; }
.count-badge:empty, .count-badge[data-count="0"] { display: none; }

/* ---------- Forms ---------- */
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field > label, .label { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-2); }
.field .hint { font-size: 12px; color: var(--muted); }
.input, .select, .textarea,
.field input[type=text], .field input[type=email], .field input[type=password], .field input[type=tel], .field input[type=number], .field input[type=search], .field select, .field textarea {
  width: 100%; min-height: 48px; padding: 12px 14px;
  background: var(--white); border: 1px solid var(--line-2); border-radius: var(--r);
  font-size: 16px; line-height: 1.3; color: var(--ink);
  transition: border-color .15s, box-shadow .15s; appearance: none; -webkit-appearance: none;
}
.field select, .select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23141414' stroke-width='1.5'%3E%3Cpath d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.field textarea, .textarea { min-height: 120px; resize: vertical; }
.input:focus, .select:focus, .textarea:focus, .field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(20,20,20,.08); }
.form-grid { display: grid; gap: 0 16px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } .form-grid .span-2 { grid-column: span 2; } }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; line-height: 1.45; cursor: pointer; margin-bottom: 12px; }
.check input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--ink); flex: none; }
.check a { text-decoration: underline; text-underline-offset: 3px; }
.input-group { display: flex; }
.input-group .input { border-right: 0; }
.input-group .btn { flex: none; }

/* ---------- Alerts / badges / chips ---------- */
.alert { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: var(--r); border: 1px solid; font-size: 14px; margin-bottom: 16px; background: var(--white); }
.alert .ico { width: 20px; height: 20px; margin-top: 1px; }
.alert strong { display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.alert--error { border-color: #f0c5c2; background: var(--danger-soft); color: var(--danger); }
.alert--success { border-color: #bfe0cc; background: var(--success-soft); color: var(--success); }
.alert--warn { border-color: #efdcb4; background: var(--warn-soft); color: var(--warn); }
.alert--info { border-color: var(--line-2); background: var(--paper-2); color: var(--ink-2); }
.badge { display: inline-flex; align-items: center; gap: 4px; padding: 4px 8px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; border-radius: var(--r); background: var(--ink); color: var(--white); line-height: 1.2; }
.badge--accent { background: var(--accent); }
.badge--gold { background: var(--gold); }
.badge--light { background: var(--white); color: var(--ink); }
.badge--soft { background: var(--paper-2); color: var(--ink-2); }
.badge--success { background: var(--success-soft); color: var(--success); }
.badge--warn { background: var(--warn-soft); color: var(--warn); }
.badge--danger { background: var(--danger-soft); color: var(--danger); }
.chip { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 6px 14px; border: 1px solid var(--line-2); border-radius: 999px; font-size: 13px; font-weight: 600; background: var(--white); color: var(--ink); white-space: nowrap; transition: .15s; }
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip.is-active { background: var(--ink); border-color: var(--ink); color: var(--white); }
.chip--gold { border-color: #e2d3bb; background: var(--gold-soft); color: #7a5f35; }
.chips { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding-bottom: 2px; }
.chips::-webkit-scrollbar { display: none; }
.stock { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; }
.stock::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.stock--in { color: var(--success); }
.stock--low { color: var(--warn); }
.stock--out { color: var(--danger); }

/* ---------- Cards ---------- */
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px; }
@media (min-width: 768px) { .card { padding: 28px; } }
.card--flat { border: 0; }
.card__title { font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.card--selectable { cursor: pointer; transition: border-color .15s, box-shadow .15s; position: relative; }
.card--selectable:hover { border-color: var(--ink); }
.card--selectable.is-selected { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.card--selectable.is-selected::after { content: ""; position: absolute; top: 14px; right: 14px; width: 22px; height: 22px; border-radius: 50%; background: var(--ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M1 5l3.5 3.5L11 1.5'/%3E%3C/svg%3E") center no-repeat; }
.divider-list > * + * { border-top: 1px solid var(--line); }
.kv { display: grid; grid-template-columns: auto 1fr; gap: 6px 16px; font-size: 14px; }
.kv dt { color: var(--muted); }
.kv dd { margin: 0; font-weight: 600; text-align: right; }

/* ---------- Topbar / Header ---------- */
.topbar { background: var(--ink); color: rgba(255,255,255,.86); font-size: 12px; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 36px; }
.topbar__msg { display: flex; gap: 28px; overflow: hidden; white-space: nowrap; }
.topbar__msg span { display: inline-flex; align-items: center; gap: 8px; }
.topbar__msg span + span { display: none; }
@media (min-width: 900px) { .topbar__msg span + span { display: inline-flex; } }
.topbar__msg .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.topbar__tools { display: none; align-items: center; gap: 4px; }
@media (min-width: 1100px) { .topbar__tools { display: flex; } }
.topbar a:hover { color: var(--white); }

.dd { position: relative; }
.dd__btn { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 0 10px; background: transparent; border: 0; color: inherit; font-size: 12px; font-weight: 600; }
.dd__btn img { width: 18px; height: 12px; object-fit: cover; border-radius: 1px; }
.dd__menu { position: absolute; right: 0; top: 100%; z-index: 80; min-width: 200px; padding: 8px; background: var(--white); color: var(--ink); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .18s var(--ease); }
.dd:hover .dd__menu, .dd:focus-within .dd__menu, .dd.is-open .dd__menu { opacity: 1; visibility: visible; transform: none; }
.dd__menu a { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: var(--r); font-size: 13px; font-weight: 500; }
.dd__menu a:hover, .dd__menu a.is-active { background: var(--paper-2); color: var(--ink); }
.dd__menu a.is-active { font-weight: 700; }
.dd__menu img { width: 20px; height: 14px; object-fit: cover; border-radius: 1px; }

.header { position: sticky; top: 0; z-index: 60; background: rgba(250, 248, 245, .94); backdrop-filter: saturate(1.4) blur(10px); -webkit-backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 20px rgba(20,20,20,.04); }
.header__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: var(--header-h); gap: 8px; }
.header__left, .header__right { display: flex; align-items: center; gap: 2px; }
.header__right { justify-content: flex-end; }
.logo { display: inline-flex; align-items: center; }
.logo img { height: 34px; width: auto; }
@media (min-width: 1100px) {
  .header__inner { grid-template-columns: auto 1fr auto; gap: 32px; }
  .logo img { height: 40px; }
  .header__burger { display: none !important; }
}
.header__search-inline { display: none; }
@media (min-width: 1100px) {
  .header__search-inline { display: flex; align-items: center; gap: 8px; width: 240px; min-height: 40px; padding: 0 14px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--white); color: var(--muted); font-size: 13px; }
  .header__search-inline:hover { border-color: var(--ink); color: var(--ink); }
}
.header .hide-lg-down { display: none; }
@media (min-width: 1100px) { .header .hide-lg-down { display: inline-flex; } }

/* desktop nav + mega menu */
.nav { display: none; }
@media (min-width: 1100px) { .nav { display: flex; justify-content: center; } }
.nav__list { display: flex; align-items: center; gap: 4px; }
.nav__item { position: static; }
.nav__link { display: inline-flex; align-items: center; gap: 6px; height: var(--header-h); padding: 0 14px; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; position: relative; }
.nav__link::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 18px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.nav__item:hover .nav__link::after, .nav__link.is-active::after { transform: scaleX(1); }
.nav__link:hover { color: var(--ink); }
.nav__link--accent { color: var(--accent); }
.mega { position: absolute; left: 0; right: 0; top: 100%; background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 24px 40px rgba(20,20,20,.08); opacity: 0; visibility: hidden; transform: translateY(-4px); transition: .2s var(--ease); z-index: 70; }
.nav__item:hover .mega, .nav__item:focus-within .mega { opacity: 1; visibility: visible; transform: none; }
.mega__inner { display: grid; grid-template-columns: 240px 1fr; gap: 48px; padding-top: 36px; padding-bottom: 44px; }
.mega__intro .h3 { margin: 8px 0 12px; }
.mega__intro p { color: var(--muted); font-size: 14px; }
.mega__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.mega__cat { display: block; }
.mega__cat-img { aspect-ratio: 3 / 4; background: var(--paper-2); overflow: hidden; border-radius: var(--r); margin-bottom: 10px; }
.mega__cat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.mega__cat:hover .mega__cat-img img { transform: scale(1.05); }
.mega__cat-name { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.mega__links { columns: 3; column-gap: 32px; }
.mega__links a { display: block; padding: 7px 0; font-size: 14px; break-inside: avoid; }

/* ---------- Drawers / overlay / modal ---------- */
.overlay { position: fixed; inset: 0; z-index: 90; background: rgba(20,20,20,.42); opacity: 0; visibility: hidden; transition: .25s var(--ease); }
.overlay.is-visible { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; bottom: 0; right: 0; z-index: 100; width: min(440px, 100%); background: var(--paper); display: flex; flex-direction: column; transform: translateX(100%); transition: transform .32s var(--ease); box-shadow: var(--shadow-lg); }
.drawer--left { right: auto; left: 0; transform: translateX(-100%); width: min(380px, 92%); }
.drawer.is-open { transform: none; }
.drawer__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; border-bottom: 1px solid var(--line); background: var(--white); }
.drawer__title { font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin: 0; display: flex; align-items: center; gap: 8px; }
.drawer__body { flex: 1; overflow-y: auto; padding: 8px 20px; -webkit-overflow-scrolling: touch; }
.drawer__foot { border-top: 1px solid var(--line); padding: 16px 20px calc(16px + env(safe-area-inset-bottom)); background: var(--white); }
.drawer__total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 4px; font-weight: 700; }
.drawer__total strong { font-size: 20px; }
.drawer-empty { text-align: center; padding: 56px 16px; color: var(--muted); }
.drawer-empty .ico { width: 40px; height: 40px; margin: 0 auto 12px; color: var(--line-2); }

.mini-item { display: grid; grid-template-columns: 80px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); position: relative; }
.mini-item__img { aspect-ratio: 3/4; background: var(--paper-2); overflow: hidden; border-radius: var(--r); }
.mini-item__img img { width: 100%; height: 100%; object-fit: cover; }
.mini-item__name { font-size: 14px; font-weight: 700; line-height: 1.3; padding-right: 28px; margin-bottom: 4px; display: block; }
.mini-item__meta { font-size: 12px; color: var(--muted); line-height: 1.5; }
.mini-item__row { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 10px; }
.mini-item__price { font-weight: 800; font-size: 14px; }
.mini-item__remove { position: absolute; top: 12px; right: 0; width: 32px; height: 32px; }

.mobile-menu__section { padding: 8px 0; border-bottom: 1px solid var(--line); }
.mobile-menu details summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 14px 0; font-size: 14px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.mobile-menu details summary::-webkit-details-marker { display: none; }
.mobile-menu details summary .ico { transition: transform .2s; }
.mobile-menu details[open] summary .ico { transform: rotate(180deg); }
.mobile-menu details ul { padding: 0 0 12px; }
.mobile-menu details li a { display: block; padding: 9px 0 9px 12px; font-size: 15px; color: var(--ink-2); border-left: 1px solid var(--line); }
.mobile-menu__link { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; font-size: 14px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mobile-menu__tools { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 16px 0; }

.modal { position: fixed; inset: 0; z-index: 110; display: flex; align-items: flex-end; justify-content: center; padding: 0; visibility: hidden; opacity: 0; transition: .25s var(--ease); }
@media (min-width: 700px) { .modal { align-items: center; padding: 24px; } }
.modal.is-open { visibility: visible; opacity: 1; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(20,20,20,.5); }
.modal__dialog { position: relative; width: 100%; max-width: 720px; max-height: 92vh; overflow: auto; background: var(--white); border-radius: 12px 12px 0 0; box-shadow: var(--shadow-lg); transform: translateY(20px); transition: transform .3s var(--ease); }
@media (min-width: 700px) { .modal__dialog { border-radius: var(--r-lg); } }
.modal.is-open .modal__dialog { transform: none; }
.modal__head { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: var(--white); z-index: 1; }
.modal__body { padding: 20px; }

/* search overlay */
.search-panel { position: fixed; inset: 0 0 auto 0; z-index: 105; background: var(--white); padding: 20px 0 28px; box-shadow: var(--shadow-lg); transform: translateY(-100%); transition: transform .3s var(--ease); }
.search-panel.is-open { transform: none; }
.search-panel form { display: flex; align-items: center; gap: 12px; border-bottom: 2px solid var(--ink); }
.search-panel input { flex: 1; border: 0; background: transparent; min-height: 60px; font-family: var(--font-display); font-size: clamp(24px, 4vw, 36px); outline: none; }
.search-panel__hints { margin-top: 18px; }

/* bottom nav (mobile) */
.bottom-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: grid; grid-template-columns: repeat(5, 1fr); background: var(--white); border-top: 1px solid var(--line); padding-bottom: env(safe-area-inset-bottom); }
@media (min-width: 1100px) { .bottom-nav { display: none; } }
.bottom-nav a, .bottom-nav button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; height: var(--bottom-nav-h); background: transparent; border: 0; font-size: 10px; font-weight: 700; letter-spacing: .04em; color: var(--ink-2); position: relative; }
.bottom-nav .ico { width: 22px; height: 22px; }
.bottom-nav .is-active { color: var(--accent); }
.bottom-nav .count-badge { top: 8px; right: calc(50% - 22px); }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--ink); overflow: hidden; }
.slider { position: relative; }
.slider__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; scroll-behavior: smooth; }
.slider__track::-webkit-scrollbar { display: none; }
.slider__slide { flex: 0 0 100%; scroll-snap-align: start; position: relative; }
.slider__slide img { width: 100%; height: auto; object-fit: cover; }
.slider__dots { position: absolute; left: 0; right: 0; bottom: 16px; display: flex; justify-content: center; gap: 8px; }
.slider__dot { width: 28px; height: 3px; border: 0; padding: 0; background: rgba(255,255,255,.45); border-radius: 2px; transition: .2s; }
.slider__dot.is-active { background: var(--white); width: 44px; }
.slider__arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 0; background: rgba(255,255,255,.9); display: none; align-items: center; justify-content: center; box-shadow: var(--shadow); }
@media (min-width: 900px) { .slider__arrow { display: inline-flex; } }
.slider__arrow--prev { left: 20px; } .slider__arrow--next { right: 20px; }

.hero-editorial { position: relative; min-height: 72vh; display: grid; align-items: end; color: var(--white); }
.hero-editorial__media { position: absolute; inset: 0; }
.hero-editorial__media img { width: 100%; height: 100%; object-fit: cover; }
.hero-editorial__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 30%, rgba(0,0,0,.62)); }
.hero-editorial__content { position: relative; padding: 48px 0 56px; }
.hero-editorial__content .h1 { max-width: 14ch; margin: 12px 0 16px; }
.hero-editorial__content .lead { color: rgba(255,255,255,.85); margin-bottom: 24px; }

/* usp strip */
.usp { background: var(--white); border-bottom: 1px solid var(--line); }
.usp__list { display: grid; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .usp__list { grid-template-columns: repeat(4, 1fr); } }
.usp__item { display: flex; gap: 12px; align-items: center; padding: 18px 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
@media (min-width: 900px) { .usp__item { border-bottom: 0; padding: 22px 20px; } .usp__item:last-child { border-right: 0; } }
.usp__item:nth-child(2n) { border-right: 0; }
@media (min-width: 900px) { .usp__item:nth-child(2n) { border-right: 1px solid var(--line); } .usp__item:last-child { border-right: 0; } }
.usp__item .ico { width: 26px; height: 26px; color: var(--accent); }
.usp__item strong { display: block; font-size: 13px; line-height: 1.3; }
.usp__item span { font-size: 12px; color: var(--muted); line-height: 1.35; display: block; }

/* departments */
.depts { display: grid; gap: 12px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .depts { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
.dept { position: relative; display: block; aspect-ratio: 4/5; overflow: hidden; background: var(--ink); color: var(--white); border-radius: var(--r); }
@media (max-width: 699px) { .dept { aspect-ratio: 16/11; } }
.dept img { width: 100%; height: 100%; object-fit: cover; opacity: .9; transition: transform .8s var(--ease), opacity .4s; }
.dept:hover img { transform: scale(1.04); opacity: .78; }
.dept::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.65)); }
.dept__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 24px; display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; }
.dept__title { font-family: var(--font-display); font-size: clamp(30px, 3.4vw, 44px); font-weight: 500; line-height: 1; margin: 6px 0 0; }
.dept__cta { flex: none; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.7); display: inline-flex; align-items: center; justify-content: center; transition: .2s; }
.dept:hover .dept__cta { background: var(--white); color: var(--ink); }
.dept:hover { color: var(--white); }

/* category rail */
.cat-rail { display: grid; grid-auto-flow: column; grid-auto-columns: 42%; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 4px; }
.cat-rail::-webkit-scrollbar { display: none; }
@media (min-width: 700px) { .cat-rail { grid-auto-columns: 22%; } }
@media (min-width: 1100px) { .cat-rail { grid-auto-columns: calc((100% - 5 * 16px) / 6); gap: 16px; } }
.cat-tile { scroll-snap-align: start; display: block; }
.cat-tile__img { aspect-ratio: 3/4; overflow: hidden; background: var(--paper-2); border-radius: var(--r); margin-bottom: 10px; }
.cat-tile__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.cat-tile:hover .cat-tile__img img { transform: scale(1.05); }
.cat-tile__name { font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; display: flex; justify-content: space-between; }

/* ---------- Product card / grid ---------- */
.products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
@media (min-width: 768px) { .products { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 20px; } }
@media (min-width: 1200px) { .products { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.products--5 { }
@media (min-width: 1400px) { .products--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
.products-rail { display: grid; grid-auto-flow: column; grid-auto-columns: 46%; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.products-rail::-webkit-scrollbar { display: none; }
.products-rail > * { scroll-snap-align: start; }
@media (min-width: 768px) { .products-rail { grid-auto-columns: 31%; gap: 20px; } }
@media (min-width: 1200px) { .products-rail { grid-auto-columns: calc((100% - 60px) / 4); } }

.pcard { position: relative; display: flex; flex-direction: column; min-width: 0; }
.pcard__media { position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; background: var(--paper-2); border-radius: var(--r); }
.pcard__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .45s var(--ease), transform .8s var(--ease); }
.pcard__media .pcard__img2 { opacity: 0; }
@media (hover: hover) {
  .pcard:hover .pcard__img2 { opacity: 1; }
  .pcard:hover .pcard__media img { transform: scale(1.03); }
}
.pcard--perfume .pcard__media { background: #fff; border: 1px solid var(--line); }
.pcard--perfume .pcard__media img { object-fit: contain; padding: 4%; }
.pcard__badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 4px; align-items: flex-start; z-index: 1; }
.pcard__wish { position: absolute; top: 6px; right: 6px; z-index: 2; width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(255,255,255,.88); display: inline-flex; align-items: center; justify-content: center; transition: .15s; }
.pcard__wish:hover { background: var(--white); color: var(--accent); }
.pcard__wish.is-active { color: var(--accent); }
.pcard__wish.is-active .ico { fill: var(--accent); stroke: var(--accent); }
.pcard__quick { position: absolute; left: 10px; right: 10px; bottom: 10px; z-index: 1; opacity: 0; transform: translateY(8px); transition: .25s var(--ease); }
@media (hover: hover) { .pcard:hover .pcard__quick { opacity: 1; transform: none; } }
.pcard__quick .btn { width: 100%; min-height: 42px; font-size: 11px; }
.pcard__out { position: absolute; inset: auto 0 0 0; padding: 8px; background: rgba(255,255,255,.9); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; text-align: center; color: var(--danger); }
.pcard.is-out .pcard__media img { opacity: .55; }
.pcard__body { padding-top: 12px; display: flex; flex-direction: column; gap: 4px; }
.pcard__cat { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.pcard__name { font-size: 14px; font-weight: 600; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pcard__price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; margin-top: 2px; }
.pcard__price strong { font-size: 16px; font-weight: 800; }
.pcard__price del { color: var(--muted); font-size: 13px; }
.pcard__price small { font-size: 11px; color: var(--muted); font-weight: 600; }
.pcard__series { font-size: 12px; color: var(--muted); }
.pcard__login { font-size: 12px; font-weight: 700; color: var(--accent); display: inline-flex; align-items: center; gap: 6px; }
.pcard__swatches { display: flex; gap: 6px; margin-top: 6px; flex-wrap: wrap; align-items: center; }
.swatch { width: 16px; height: 16px; border-radius: 50%; border: 1px solid rgba(0,0,0,.14); box-shadow: inset 0 0 0 2px var(--white); display: inline-block; }
.swatch--more { width: auto; height: auto; border: 0; box-shadow: none; font-size: 11px; color: var(--muted); font-weight: 700; }
.pcard__meta-chips { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 6px; }
.pcard__meta-chips span { font-size: 11px; font-weight: 700; padding: 2px 8px; border: 1px solid #e2d3bb; color: #7a5f35; background: var(--gold-soft); border-radius: 999px; }

/* ---------- Page head / breadcrumb ---------- */
.page-head { padding: 28px 0 20px; }
@media (min-width: 1100px) { .page-head { padding: 44px 0 28px; } }
.page-head .h1 { margin: 10px 0 8px; }
.page-head--banner { position: relative; color: var(--white); padding: 0; background: var(--ink); overflow: hidden; }
.page-head--banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.page-head--banner .container { position: relative; padding-top: 56px; padding-bottom: 44px; }
.page-head--banner .breadcrumb, .page-head--banner .breadcrumb a { color: rgba(255,255,255,.75); }
.page-head--perfume { background: #1b1714; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; font-size: 12px; color: var(--muted); }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb .sep { opacity: .5; }

/* ---------- Listing ---------- */
.listing { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; }
.listing > *, .split > *, .pdp > *, .account > *, .grid > *, .grid-2 > *, .grid-3 > * { min-width: 0; }
@media (min-width: 1100px) { .listing { grid-template-columns: 240px minmax(0, 1fr); gap: 48px; } }
.filters { display: none; }
@media (min-width: 1100px) { .filters { display: block; position: sticky; top: calc(var(--header-h) + 20px); align-self: start; max-height: calc(100vh - var(--header-h) - 40px); overflow: auto; } }
.filter-group { padding: 18px 0; border-bottom: 1px solid var(--line); }
.filter-group:first-child { padding-top: 0; }
.filter-group__title { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 12px; }
.filter-list a { display: flex; justify-content: space-between; gap: 8px; padding: 6px 0; font-size: 14px; color: var(--ink-2); }
.filter-list a.is-active { color: var(--ink); font-weight: 800; }
.filter-list a { position: relative; }
.filter-list a.is-active::before { content: ""; position: absolute; left: -12px; top: 50%; width: 6px; height: 6px; margin-top: -3px; border-radius: 50%; background: var(--accent); }
.filter-list a span { color: var(--muted-2); font-size: 12px; }
.price-range { display: grid; grid-template-columns: 1fr 1fr auto; gap: 8px; }
.price-range input { min-height: 40px; padding: 8px 10px; font-size: 14px; border: 1px solid var(--line-2); border-radius: var(--r); width: 100%; background: var(--white); }
.toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; margin-bottom: 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: sticky; top: var(--header-h); z-index: 20; background: var(--paper); }
@media (min-width: 1100px) { .toolbar { position: static; border-top: 0; padding-top: 0; } }
.toolbar__count { font-size: 13px; color: var(--muted); }
.toolbar__right { display: flex; align-items: center; gap: 8px; }
.toolbar .select { min-height: 40px; padding: 8px 36px 8px 12px; font-size: 13px; width: auto; max-width: 52vw; text-overflow: ellipsis; }
.toolbar__count { white-space: nowrap; }
@media (max-width: 1099px) { .toolbar .select { display: none; } }
.grid-toggle { display: none; gap: 4px; }
@media (min-width: 1200px) { .grid-toggle { display: flex; } }
.grid-toggle a { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line-2); border-radius: var(--r); color: var(--muted); }
.grid-toggle a.is-active { border-color: var(--ink); color: var(--ink); }
.empty-state { text-align: center; padding: 72px 16px; }
.empty-state .ico { width: 48px; height: 48px; margin: 0 auto 16px; color: var(--line-2); }
.empty-state .h3 { margin-bottom: 8px; }

/* pagination */
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 48px; flex-wrap: wrap; }
.pagination a, .pagination span { min-width: 42px; height: 42px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line-2); border-radius: var(--r); font-size: 14px; font-weight: 700; background: var(--white); }
.pagination a:hover { border-color: var(--ink); color: var(--ink); }
.pagination .is-active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.pagination .is-disabled { opacity: .4; }

/* ---------- Product detail ---------- */
.pdp { display: grid; grid-template-columns: 1fr; gap: 24px; padding-bottom: 40px; }
@media (min-width: 1000px) { .pdp { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 56px; align-items: start; } }
.gallery { position: relative; }
.gallery__main { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin: 0 calc(var(--gutter) * -1); }
.gallery__main::-webkit-scrollbar { display: none; }
.gallery__slide { flex: 0 0 100%; scroll-snap-align: center; aspect-ratio: 3/4; background: var(--paper-2); position: relative; cursor: zoom-in; }
.gallery__slide img { width: 100%; height: 100%; object-fit: cover; }
.gallery--contain .gallery__slide { background: #fff; border: 1px solid var(--line); }
.gallery--contain .gallery__slide img { object-fit: contain; padding: 4%; }
.gallery__counter { position: absolute; right: 12px; bottom: 12px; background: rgba(20,20,20,.72); color: var(--white); font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.gallery__thumbs { display: none; }
@media (min-width: 1000px) {
  .gallery { display: grid; grid-template-columns: 84px 1fr; gap: 16px; }
  .gallery__main { margin: 0; order: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; overflow: visible; }
  .gallery__slide { border-radius: var(--r); overflow: hidden; }
  .gallery__slide:first-child { grid-column: span 2; }
  .gallery--single .gallery__main { grid-template-columns: 1fr; }
  .gallery__thumbs { display: flex; flex-direction: column; gap: 8px; order: 1; position: sticky; top: calc(var(--header-h) + 20px); align-self: start; }
  .gallery__thumbs button { padding: 0; border: 1px solid transparent; border-radius: var(--r); overflow: hidden; background: var(--paper-2); aspect-ratio: 3/4; }
  .gallery__thumbs button.is-active, .gallery__thumbs button:hover { border-color: var(--ink); }
  .gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
  .gallery__counter { display: none; }
}
.gallery__badges { position: absolute; top: 12px; left: 12px; z-index: 2; display: flex; gap: 6px; flex-wrap: wrap; }
@media (min-width: 1000px) { .gallery__badges { left: 112px; } }

.pinfo { display: flex; flex-direction: column; gap: 18px; }
@media (min-width: 1000px) { .pinfo { position: sticky; top: calc(var(--header-h) + 24px); } }
.pinfo__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(28px, 3vw, 40px); line-height: 1.08; margin: 6px 0 0; }
.pinfo__code { font-size: 12px; color: var(--muted); letter-spacing: .06em; }
.pinfo__price { display: flex; flex-wrap: wrap; gap: 24px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-block small { display: block; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.price-block strong { font-size: 26px; font-weight: 800; letter-spacing: -.01em; }
.price-block del { color: var(--muted); margin-left: 6px; font-size: 15px; }
.price-block em { font-style: normal; font-size: 12px; color: var(--muted); margin-left: 4px; }
.price-login { display: flex; gap: 12px; align-items: center; padding: 16px; background: var(--white); border: 1px dashed var(--line-2); border-radius: var(--r-lg); font-size: 14px; }
.price-login .ico { color: var(--accent); }
.pinfo__meta { display: flex; flex-wrap: wrap; gap: 8px; }
.pinfo__desc { color: var(--ink-2); font-size: 15px; }
.pinfo__desc p:last-child { margin-bottom: 0; }

.variants__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.variant { display: grid; grid-template-columns: 56px 1fr auto; gap: 14px; align-items: center; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); margin-bottom: 8px; transition: border-color .15s; }
.variant.is-current { border-color: var(--ink); }
.variant.has-qty { border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent); }
.variant__img { width: 56px; aspect-ratio: 3/4; border-radius: var(--r); overflow: hidden; background: var(--paper-2); display: block; }
.variant__img img { width: 100%; height: 100%; object-fit: cover; }
.variant__name { font-weight: 800; font-size: 14px; display: flex; align-items: center; gap: 8px; }
.variant__sizes { font-size: 12px; color: var(--muted); margin: 2px 0 4px; }
.variant__side { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.variant__side small { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }

.qty { display: inline-flex; align-items: center; border: 1px solid var(--line-2); border-radius: var(--r); background: var(--white); height: 40px; }
.qty button { width: 38px; height: 100%; border: 0; background: transparent; font-size: 18px; line-height: 1; color: var(--ink); }
.qty button:hover { background: var(--paper-2); }
.qty input { width: 44px; height: 100%; border: 0; text-align: center; font-weight: 800; font-size: 15px; background: transparent; -moz-appearance: textfield; appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qty--sm { height: 34px; }
.qty--sm button { width: 32px; }
.qty--sm input { width: 36px; font-size: 14px; }

.buybar { display: flex; gap: 10px; align-items: stretch; }
.buybar .btn { flex: 1; }
.buybar__summary { font-size: 13px; color: var(--muted); margin-top: 8px; min-height: 20px; }
.buybar__summary strong { color: var(--ink); }
.buybar-mobile { position: fixed; left: 0; right: 0; bottom: calc(var(--bottom-nav-h) + env(safe-area-inset-bottom)); z-index: 65; background: var(--white); border-top: 1px solid var(--line); padding: 10px var(--gutter); display: flex; gap: 12px; align-items: center; transform: translateY(120%); transition: transform .25s var(--ease); box-shadow: 0 -8px 24px rgba(20,20,20,.06); }
.buybar-mobile.is-visible { transform: none; }
.buybar-mobile .btn { flex: 1; min-height: 46px; }
.buybar-mobile__info { font-size: 12px; line-height: 1.3; }
.buybar-mobile__info strong { display: block; font-size: 15px; }
@media (min-width: 1000px) { .buybar-mobile { display: none; } }

.acc { border-top: 1px solid var(--line); }
.acc details { border-bottom: 1px solid var(--line); }
.acc summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 18px 0; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary .ico { transition: transform .2s; width: 18px; height: 18px; }
.acc details[open] summary .ico { transform: rotate(45deg); }
.acc__body { padding: 0 0 20px; color: var(--ink-2); font-size: 14px; }
.spec { width: 100%; font-size: 14px; }
.spec th, .spec td { text-align: left; padding: 10px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec th { color: var(--muted); font-weight: 600; width: 40%; }
.size-table { font-size: 13px; overflow-x: auto; }
.size-table table { min-width: 420px; }
.size-table th, .size-table td { padding: 10px 12px; border: 1px solid var(--line); text-align: center; }
.size-table th { background: var(--paper-2); font-weight: 800; }
.size-table td:first-child, .size-table th:first-child { text-align: left; font-weight: 700; }

.trust { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.trust div { display: flex; gap: 10px; align-items: center; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); font-size: 12px; line-height: 1.35; }
.trust .ico { color: var(--accent); width: 20px; height: 20px; }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 120; background: #0e0e0e; display: none; flex-direction: column; }
.lightbox.is-open { display: flex; }
.lightbox__top { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; color: var(--white); }
.lightbox__track { flex: 1; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.lightbox__track::-webkit-scrollbar { display: none; }
.lightbox__track figure { margin: 0; flex: 0 0 100%; scroll-snap-align: center; display: flex; align-items: center; justify-content: center; padding: 12px; }
.lightbox__track img { max-height: 100%; max-width: 100%; object-fit: contain; }
.lightbox .icon-btn { color: var(--white); }
.lightbox .icon-btn:hover { background: rgba(255,255,255,.12); }

/* ---------- Cart / checkout ---------- */
.steps { display: flex; align-items: center; gap: 8px; margin: 8px 0 28px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); overflow-x: auto; }
.steps li { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.steps li + li::before { content: ""; width: 28px; height: 1px; background: var(--line-2); }
.steps b { width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--line-2); display: inline-flex; align-items: center; justify-content: center; font-size: 12px; }
.steps .is-done b { background: var(--ink); border-color: var(--ink); color: var(--white); }
.steps .is-current { color: var(--ink); }
.steps .is-current b { border-color: var(--accent); background: var(--accent); color: var(--white); }

.cart-line { display: grid; grid-template-columns: 88px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
@media (min-width: 768px) { .cart-line { grid-template-columns: 110px 1fr auto; gap: 24px; align-items: center; } }
.cart-line__img { aspect-ratio: 3/4; overflow: hidden; background: var(--paper-2); border-radius: var(--r); display: block; }
.cart-line__img img { width: 100%; height: 100%; object-fit: cover; }
.cart-line__name { font-size: 15px; font-weight: 700; line-height: 1.3; display: block; margin-bottom: 4px; }
.cart-line__meta { font-size: 13px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 4px 14px; }
.cart-line__actions { display: flex; align-items: center; gap: 16px; margin-top: 12px; flex-wrap: wrap; }
.cart-line__total { grid-column: 2; display: flex; justify-content: space-between; align-items: center; gap: 8px; }
@media (min-width: 768px) { .cart-line__total { grid-column: auto; flex-direction: column; align-items: flex-end; min-width: 140px; } }
.cart-line__total strong { font-size: 17px; font-weight: 800; }
.cart-line__unit { font-size: 12px; color: var(--muted); }
.remove-link { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--muted); background: none; border: 0; padding: 0; text-decoration: underline; text-underline-offset: 3px; }
.remove-link:hover { color: var(--danger); }

.summary { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px; }
@media (min-width: 768px) { .summary { padding: 28px; } }
.summary__title { font-family: var(--font-display); font-size: 26px; font-weight: 600; margin-bottom: 16px; text-transform: lowercase; }
.summary__title::first-letter, .h1::first-letter { text-transform: uppercase; }
.summary__row { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; font-size: 14px; }
.summary__row span:first-child { color: var(--ink-2); }
.summary__row strong { font-weight: 800; }
.summary__row--discount { color: var(--success); }
.summary__total { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 16px 0 4px; margin-top: 8px; border-top: 1px solid var(--line); }
.summary__total strong { font-size: 26px; font-weight: 800; }
.summary__note { font-size: 12px; color: var(--muted); }
.progress { height: 6px; background: var(--paper-2); border-radius: 3px; overflow: hidden; margin: 8px 0 4px; }
.progress span { display: block; height: 100%; background: var(--accent); border-radius: 3px; transition: width .4s var(--ease); }

.order-mini { display: grid; grid-template-columns: 56px 1fr auto; gap: 12px; align-items: center; padding: 10px 0; font-size: 13px; }
.order-mini + .order-mini { border-top: 1px solid var(--line); }
.order-mini__img { position: relative; width: 56px; aspect-ratio: 3/4; border-radius: var(--r); overflow: hidden; background: var(--paper-2); }
.order-mini__img img { width: 100%; height: 100%; object-fit: cover; }
.order-mini__qty { position: absolute; top: -1px; right: -1px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px; background: var(--ink); color: var(--white); font-size: 11px; font-weight: 800; line-height: 20px; text-align: center; }
.order-mini__name { font-weight: 700; line-height: 1.3; }
.order-mini__meta { color: var(--muted); font-size: 12px; }
.order-mini__price { font-weight: 800; white-space: nowrap; }

.option { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 16px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); margin-bottom: 10px; cursor: pointer; transition: border-color .15s; }
.option:hover { border-color: var(--ink); color: var(--ink); }
.option.is-selected { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.option__radio { width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--line-2); display: inline-flex; align-items: center; justify-content: center; }
.option.is-selected .option__radio { border-color: var(--ink); }
.option.is-selected .option__radio::after { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--ink); }
.option__title { font-weight: 800; font-size: 14px; }
.option__desc { font-size: 12px; color: var(--muted); line-height: 1.45; }
.option__icon { width: 44px; height: 44px; border-radius: 50%; background: var(--paper-2); display: inline-flex; align-items: center; justify-content: center; }
.address-grid { display: grid; gap: 12px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .address-grid { grid-template-columns: 1fr 1fr; } }
.address { font-size: 14px; line-height: 1.55; }
.address__name { font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 6px; display: flex; gap: 8px; align-items: center; }

/* ---------- Account ---------- */
.account { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 1000px) { .account { grid-template-columns: 260px minmax(0, 1fr); gap: 48px; align-items: start; } }
.account-nav { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; margin: 0 calc(var(--gutter) * -1); padding: 0 var(--gutter) 4px; }
.account-nav::-webkit-scrollbar { display: none; }
.account-nav a { white-space: nowrap; display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid var(--line-2); border-radius: 999px; font-size: 13px; font-weight: 700; background: var(--white); }
.account-nav a.is-active { background: var(--ink); color: var(--white); border-color: var(--ink); }
@media (min-width: 1000px) {
  .account-nav { flex-direction: column; margin: 0; padding: 0; gap: 2px; position: sticky; top: calc(var(--header-h) + 24px); }
  .account-nav a { border: 0; border-radius: var(--r); background: transparent; padding: 12px 14px; font-size: 14px; }
  .account-nav a:hover { background: var(--paper-2); color: var(--ink); }
  .account-nav a.is-active { background: var(--ink); color: var(--white); }
}
.account-nav .ico { width: 18px; height: 18px; }
.stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 900px) { .stat-grid { grid-template-columns: repeat(4, 1fr); } }
.stat { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px; }
.stat small { display: block; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.stat strong { font-size: 24px; font-weight: 800; }
.table-wrap { overflow-x: auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); }
.table { width: 100%; font-size: 14px; }
.table th { text-align: left; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding: 14px 16px; border-bottom: 1px solid var(--line); background: var(--paper); white-space: nowrap; }
.table td { padding: 14px 16px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.table tr:last-child td { border-bottom: 0; }
.table .num { text-align: right; white-space: nowrap; }
.order-cards > * + * { margin-top: 12px; }
.order-card { display: grid; grid-template-columns: 1fr auto; gap: 8px 16px; padding: 16px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); font-size: 14px; }
.order-card:hover { border-color: var(--ink); color: var(--ink); }

.auth { display: grid; grid-template-columns: 1fr; min-height: calc(100vh - var(--header-h)); }
@media (min-width: 1000px) { .auth { grid-template-columns: 1fr 1fr; } }
.auth__media { display: none; position: relative; background: var(--ink); color: var(--white); overflow: hidden; }
@media (min-width: 1000px) { .auth__media { display: block; } }
.auth__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .6; }
.auth__media-content { position: absolute; left: 48px; right: 48px; bottom: 48px; }
.auth__media-content .h2 { margin: 12px 0; }
.auth__media-content li { display: flex; gap: 10px; align-items: center; margin-top: 10px; font-size: 14px; color: rgba(255,255,255,.88); }
.auth__panel { display: flex; align-items: center; justify-content: center; padding: 40px var(--gutter) 56px; }
.auth__box { width: 100%; max-width: 460px; }
.auth__box--wide { max-width: 720px; }
.auth__box .h2 { margin: 8px 0 8px; }
.tabs { display: flex; border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.tabs a { flex: 1; text-align: center; padding: 14px 8px; font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); border-bottom: 2px solid transparent; margin-bottom: -1px; }
.tabs a.is-active { color: var(--ink); border-bottom-color: var(--ink); }

/* ---------- Editorial blocks ---------- */
.b2b-steps { display: grid; gap: 1px; grid-template-columns: 1fr; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); }
@media (min-width: 800px) { .b2b-steps { grid-template-columns: repeat(4, 1fr); } }
.b2b-step { background: var(--ink); padding: 28px 24px; }
.b2b-step__num { font-family: var(--font-display); font-size: 44px; line-height: 1; color: var(--accent); margin-bottom: 14px; }
.b2b-step h3 { font-size: 15px; font-weight: 800; letter-spacing: .04em; margin-bottom: 8px; }
.b2b-step p { font-size: 14px; color: rgba(255,255,255,.68); margin: 0; }

.perfume-band { background: #17130f; color: #f3ece1; position: relative; overflow: hidden; }
.perfume-band .eyebrow { color: var(--gold); }
.perfume-band .muted { color: rgba(243,236,225,.62); }
.perfume-band .chip { background: transparent; color: #f3ece1; border-color: rgba(243,236,225,.28); }
.perfume-band .chip:hover { border-color: var(--gold); color: var(--gold); }
.perfume-band .pcard__name, .perfume-band .pcard__price strong { color: #f3ece1; }
.perfume-band .pcard__cat, .perfume-band .pcard__series, .perfume-band .pcard__price small { color: rgba(243,236,225,.55); }
.perfume-band .pcard__media { background: #fff; border-color: transparent; }
.perfume-band .pcard--perfume .pcard__media img { background: transparent; }
.perfume-band .pcard__meta-chips span { background: transparent; color: var(--gold); border-color: rgba(176,141,87,.45); }
.perfume-band .section-head__link { color: var(--gold); }

.showroom { display: grid; grid-template-columns: 1fr; gap: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
@media (min-width: 900px) { .showroom { grid-template-columns: 1.1fr 1fr; } }
.showroom__media { min-height: 260px; background: var(--paper-2); position: relative; }
.showroom__media iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(1.05); }
.showroom__body { padding: 28px; }
@media (min-width: 900px) { .showroom__body { padding: 48px; } }
.contact-line { display: flex; gap: 14px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.contact-line:last-child { border-bottom: 0; }
.contact-line .ico { color: var(--accent); margin-top: 2px; }
.contact-line small { display: block; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

.newsletter { display: grid; gap: 20px; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) { .newsletter { grid-template-columns: 1fr 1fr; gap: 48px; } }
.newsletter form { display: flex; gap: 0; }
.newsletter input { flex: 1; min-height: 52px; padding: 0 16px; border: 1px solid var(--ink); border-right: 0; border-radius: var(--r) 0 0 var(--r); background: var(--white); font-size: 16px; min-width: 0; }
.newsletter .btn { border-radius: 0 var(--r) var(--r) 0; min-height: 52px; padding-left: 16px; padding-right: 16px; }

.faq details { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); margin-bottom: 10px; }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 18px 20px; font-weight: 700; font-size: 15px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ico { transition: transform .2s; flex: none; }
.faq details[open] summary .ico { transform: rotate(45deg); }
.faq .faq__body { padding: 0 20px 20px; color: var(--ink-2); font-size: 14px; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: rgba(255,255,255,.72); font-size: 14px; }
.footer a:hover { color: var(--white); }
.footer__top { padding-top: 56px; padding-bottom: 40px; display: grid; gap: 36px; grid-template-columns: 1fr; }
@media (min-width: 800px) { .footer__top { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 48px; padding-top: 72px; padding-bottom: 56px; } }
.footer__brand img { height: 44px; width: auto; margin-bottom: 18px; }
.footer__brand p { max-width: 36ch; }
.footer h4 { color: var(--white); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 16px; }
.footer li { margin-bottom: 10px; }
.footer__social { display: flex; gap: 8px; margin-top: 18px; }
.footer__social a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); display: inline-flex; align-items: center; justify-content: center; color: var(--white); }
.footer__social a:hover { background: var(--white); color: var(--ink); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; padding-bottom: 20px; display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; justify-content: space-between; font-size: 12px; }
.footer__settings { display: flex; gap: 8px; flex-wrap: wrap; }
.footer__settings select { min-height: 38px; padding: 6px 34px 6px 12px; background-color: transparent; color: var(--white); border: 1px solid rgba(255,255,255,.25); border-radius: var(--r); font-size: 13px; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='white' stroke-width='1.5'%3E%3Cpath d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; }
.footer__settings select option { color: var(--ink); }
.payments { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.payments span { padding: 4px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--r); font-size: 11px; font-weight: 800; letter-spacing: .06em; color: rgba(255,255,255,.8); }

/* ---------- Toast / cookie ---------- */
.toasts { position: fixed; z-index: 130; left: 50%; transform: translateX(-50%); bottom: calc(var(--bottom-nav-h) + 16px + env(safe-area-inset-bottom)); display: flex; flex-direction: column; gap: 8px; width: min(420px, calc(100% - 32px)); pointer-events: none; }
@media (min-width: 1100px) { .toasts { bottom: 24px; left: auto; right: 24px; transform: none; } }
.toast { pointer-events: auto; display: flex; gap: 12px; align-items: center; padding: 14px 16px; background: var(--ink); color: var(--white); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); font-size: 14px; animation: toastIn .3s var(--ease); }
.toast .ico { color: #7fd3a0; }
.toast--error .ico { color: #ff9a92; }
.toast a { margin-left: auto; font-weight: 800; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--white); border-bottom: 1px solid; }
@keyframes toastIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.cookie { position: fixed; z-index: 125; left: 12px; right: 12px; bottom: calc(var(--bottom-nav-h) + 12px + env(safe-area-inset-bottom)); max-width: 520px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); padding: 16px; display: flex; gap: 14px; align-items: center; font-size: 13px; }
@media (min-width: 1100px) { .cookie { left: 24px; right: auto; bottom: 24px; } }
.cookie p { margin: 0; color: var(--ink-2); }

/* ---------- Misc ---------- */
.skeleton { background: linear-gradient(90deg, var(--paper-2), #ebe6df, var(--paper-2)); background-size: 200% 100%; animation: sk 1.2s infinite; border-radius: var(--r); }
@keyframes sk { to { background-position: -200% 0; } }
.spinner { width: 18px; height: 18px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin .7s linear infinite; display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }
.is-loading { position: relative; pointer-events: none; opacity: .7; }
.video-embed { position: relative; aspect-ratio: 16/9; background: #000; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.notice-bar { background: var(--accent); color: var(--white); text-align: center; font-size: 13px; font-weight: 600; padding: 10px var(--gutter); }
.notice-bar a { text-decoration: underline; }
.center-box { max-width: 640px; margin: 0 auto; text-align: center; }
.success-mark { width: 72px; height: 72px; border-radius: 50%; background: var(--success-soft); color: var(--success); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.success-mark .ico { width: 36px; height: 36px; stroke-width: 2; }
.welcome-modal .modal__dialog { max-width: 560px; background: transparent; box-shadow: none; }
.welcome-modal .modal__dialog img { width: 100%; border-radius: var(--r-lg); }
.welcome-modal .modal__close { position: absolute; top: 8px; right: 8px; background: var(--white); }
@media print { .header, .topbar, .footer, .bottom-nav, .drawer, .overlay, .toasts, .cookie, .buybar-mobile { display: none !important; } body { background: #fff; } }

/* content: info & content pages (order summary, about, contact, faq, categories, campaigns/collections, live center) */
.summary-hero { padding: 16px 0 32px; }
.summary-hero .h1 { font-size: clamp(30px, 4.4vw, 48px); margin-bottom: 12px; }
.summary-stats .stat strong { font-size: 16px; line-height: 1.3; word-break: break-word; display: block; }
@media (min-width: 900px) { .summary-stats .stat strong { font-size: 19px; } }
.bank-list { display: grid; gap: 12px; }
.bank { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 16px; background: var(--paper); }
.bank__name { font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px; }
.bank .kv { font-size: 13px; }
.bank .kv dd { word-break: break-all; }
.bank__iban { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .02em; }
.bank__copy { display: inline-flex; align-items: center; gap: 4px; margin-left: 6px; padding: 2px 8px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--white); font-size: 11px; font-weight: 700; vertical-align: middle; word-break: normal; }
.bank__copy:hover { border-color: var(--ink); }
.summary-kv dd { word-break: break-word; }
@media (max-width: 599px) {
  .bank .kv { grid-template-columns: 1fr; gap: 0; }
  .bank .kv dt { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-top: 8px; }
  .bank .kv dt:first-child { margin-top: 0; }
  .bank .kv dd { text-align: left; }
  [data-page^="order-summary"] .steps li.is-done { font-size: 0; gap: 0; }
  [data-page^="order-summary"] .steps li.is-done b { font-size: 12px; }
  [data-page^="order-summary"] .steps li + li::before { margin-right: 8px; }
}
.live-intro__logo { max-width: 160px; }
[data-page^="about"] .h3::first-letter { text-transform: uppercase; }
@media print { .summary-print, .steps, .breadcrumb, .summary .btn { display: none !important; } .split { display: block; } }
.about-hero { min-height: 280px; display: flex; align-items: flex-end; }
@media (min-width: 1000px) { .about-hero { min-height: 420px; } }
.about-hero .container { width: 100%; }
.about-story { display: grid; gap: 16px; }
@media (min-width: 900px) { .about-story { grid-template-columns: 280px 1fr; gap: 56px; } }
.about-company { display: grid; gap: 28px; align-items: center; }
@media (min-width: 900px) { .about-company { grid-template-columns: 1fr 1.2fr; gap: 64px; } }
.about-company__media { aspect-ratio: 9 / 10; overflow: hidden; border-radius: var(--r); background: var(--paper-2); }
.about-company__media img { width: 100%; height: 100%; object-fit: cover; }
.about-usp__item { text-align: center; padding: 28px 20px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--white); }
.about-usp__item .ico { width: 34px; height: 34px; color: var(--accent); margin: 0 auto 14px; display: block; }
.contact-cards { display: grid; gap: 12px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .contact-cards { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
.contact-card { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 14px; align-items: center; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); transition: border-color .15s; }
.contact-card:hover { border-color: var(--ink); color: var(--ink); }
.contact-card .ico { grid-row: span 2; width: 44px; height: 44px; padding: 11px; border-radius: 50%; background: var(--paper-2); color: var(--accent); }
.contact-card small { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.contact-card strong { font-size: 16px; word-break: break-all; }
.contact-map { min-height: 320px; }
.contact-social { border: 1px solid var(--line-2); }
.faq-contact { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
.cat-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
@media (min-width: 700px) { .cat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 16px; } }
@media (min-width: 1100px) { .cat-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 36px 20px; } }
.cat-grid .cat-tile__name { gap: 8px; font-size: 12px; }
.cat-grid--perfume .cat-tile__img { background: #fff; border: 1px solid var(--line); }
.cat-grid--perfume .cat-tile__img img { object-fit: contain; padding: 8%; }
.lookbook { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .lookbook { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (min-width: 1200px) { .lookbook { grid-template-columns: repeat(3, 1fr); } }
.lookbook__item { position: relative; display: block; overflow: hidden; border-radius: var(--r); background: var(--ink); color: var(--white); }
.lookbook__item:hover { color: var(--white); }
.lookbook__img { aspect-ratio: 690 / 399; }
.lookbook__img img { width: 100%; height: 100%; object-fit: cover; opacity: .92; transition: transform .8s var(--ease), opacity .4s; }
.lookbook__item:hover .lookbook__img img { transform: scale(1.04); opacity: .78; }
.lookbook__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.65)); }
.lookbook__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 20px; display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; }
.lookbook__body .eyebrow { color: rgba(255,255,255,.8); }
.lookbook__title { font-family: var(--font-display); font-size: clamp(24px, 2.6vw, 34px); font-weight: 500; line-height: 1.05; margin: 4px 0 0; }
.lookbook__item:hover .dept__cta { background: var(--white); color: var(--ink); }
.live-intro { display: grid; gap: 24px; align-items: center; }
@media (min-width: 900px) { .live-intro { grid-template-columns: 320px 1fr; gap: 56px; } }
.live-intro__logo { margin: 0 auto; }
@media (min-width: 900px) { .live-intro__logo { max-width: none; } }
.live-intro .h1 { font-size: clamp(30px, 4vw, 48px); }
.live-checks li { display: flex; gap: 12px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.live-checks li:first-child { padding-top: 0; }
.live-checks .ico { color: var(--success); }
@media (min-width: 800px) { .live-steps { grid-template-columns: repeat(3, 1fr); } }
.live-steps .b2b-step p { font-size: 15px; color: rgba(255,255,255,.85); }
.live-cta { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; color: rgba(255,255,255,.85); }
.live-cta p { max-width: 60ch; }
.live-gallery { display: grid; grid-auto-flow: column; grid-auto-columns: 72%; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.live-gallery::-webkit-scrollbar { display: none; }
@media (min-width: 700px) { .live-gallery { grid-auto-flow: row; grid-template-columns: repeat(3, 1fr); gap: 16px; overflow: visible; } }
.live-gallery figure { margin: 0; scroll-snap-align: start; aspect-ratio: 9 / 16; overflow: hidden; border-radius: var(--r); background: var(--paper-2); }
.live-gallery img { width: 100%; height: 100%; object-fit: cover; }
/* /content */

/* accounts: customer account area + login/register (web2/pages/accounts/*, parts/account_menu) */
.account-page { padding-bottom: 72px; }
.acc-stack > * + * { margin-top: 20px; }
.account-aside__user { display: none; }
.account-nav__logout { color: var(--muted); }
@media (min-width: 1000px) {
  .account-aside { position: sticky; top: calc(var(--header-h) + 24px); }
  .account-aside .account-nav { position: static; }
  .account-aside .account-nav a { white-space: normal; line-height: 1.35; }
  .account-aside__user { display: flex; gap: 12px; align-items: center; padding: 0 14px 18px; margin-bottom: 10px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .account-nav__logout { margin-top: 10px; border-top: 1px solid var(--line) !important; border-radius: 0 !important; padding-top: 16px !important; }
}
.account-aside__avatar { flex: none; width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: var(--white); display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; letter-spacing: .04em; }
.acc-narrow { max-width: 720px; }
.stat strong.acc-stat-sm { font-size: 18px; }
.acc-order-row { display: grid; grid-template-columns: 1fr auto; gap: 6px 12px; align-items: center; padding: 14px 0; font-size: 14px; }
.acc-order-row > .ico { display: none; }
.acc-order-row > span:first-child { grid-row: span 2; }
.acc-order-row > .badge { justify-self: end; }
.acc-order-row:hover { color: var(--ink); }
.acc-order-row:hover .fw-700:first-child { color: var(--accent); }
@media (min-width: 640px) { .acc-order-row { grid-template-columns: 1fr auto 140px 16px; } .acc-order-row > span:first-child { grid-row: auto; } .acc-order-row > .ico { display: block; } }
.divider-list > .acc-order-row:first-child { padding-top: 0; }
.acc-quick { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (min-width: 900px) { .acc-quick { grid-template-columns: repeat(4, 1fr); } }
.acc-quick__item { display: flex; flex-direction: column; gap: 10px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); transition: border-color .15s; min-width: 0; }
.acc-quick__item:hover { border-color: var(--ink); color: var(--ink); }
.acc-quick__item .ico { color: var(--accent); }
.acc-quick__item strong { display: block; font-size: 14px; }
.acc-quick__item small { display: block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.acc-orders-table { display: none; }
@media (min-width: 768px) { .acc-orders-table { display: block; } .acc-orders-cards { display: none; } }
.acc-steps { margin: 20px 0 8px; }
.acc-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 20px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }
@media (min-width: 768px) { .acc-facts { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); } }
.acc-facts dt { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.acc-facts dd { margin: 0; font-weight: 700; font-size: 14px; word-break: break-word; }
.acc-order-split { display: grid; gap: 20px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 1200px) { .acc-order-split { grid-template-columns: minmax(0, 1fr) 360px; align-items: start; } }
.acc-item { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); }
.card__title + .acc-item { border-top: 0; padding-top: 0; }
.acc-item__img { aspect-ratio: 3/4; background: var(--paper-2); border-radius: var(--r); overflow: hidden; }
.acc-item__img img { width: 100%; height: 100%; object-fit: cover; }
.acc-item__name { display: block; font-weight: 700; font-size: 14px; line-height: 1.35; }
.acc-item__meta { display: flex; flex-wrap: wrap; gap: 2px 12px; font-size: 12px; color: var(--muted); margin-top: 2px; }
.acc-item__price { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; margin-top: 8px; flex-wrap: wrap; }
.acc-item__price strong { font-size: 15px; font-weight: 800; }
.acc-bank { padding: 10px 0; font-size: 13px; grid-template-columns: 1fr; gap: 0; }
.acc-bank dt { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-top: 6px; }
.acc-bank dt:first-child { margin-top: 0; }
.acc-bank dd { text-align: left; word-break: break-all; }
.acc-steps { padding: 0; }
@media (max-width: 639px) {
  .acc-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; text-align: center; overflow: visible; }
  .acc-steps li { flex-direction: column; gap: 6px; white-space: normal; font-size: 9.5px; letter-spacing: .04em; line-height: 1.25; }
  .acc-steps li + li::before { display: none; }
}
.acc-mono { font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.acc-address { display: flex; flex-direction: column; gap: 1px; }
.acc-address.is-default { border-color: var(--ink); }
.acc-address.is-editing { box-shadow: inset 0 0 0 1px var(--accent); border-color: var(--accent); }
.acc-address__actions { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: auto; padding-top: 14px; }
.acc-address__actions .remove-link { color: var(--ink-2); }
.acc-address__actions .acc-danger:hover { color: var(--danger); }
.acc-address .ico { width: 14px; height: 14px; }
.acc-kv { grid-template-columns: minmax(110px, auto) 1fr; }
.acc-kv dd { word-break: break-word; }
.acc-vat-input { position: relative; }
.acc-vat-input .spinner { position: absolute; right: 14px; top: 50%; margin-top: -9px; color: var(--muted); }
.acc-feedback { display: flex; gap: 6px; align-items: flex-start; font-size: 13px; line-height: 1.4; }
.acc-feedback .ico { margin-top: 1px; }
.acc-feedback--ok { color: var(--success); }
.acc-feedback--bad { color: var(--warn); }
.acc-manual { padding: 16px; margin-bottom: 16px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); }
.acc-form-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.acc-form-actions .btn { flex: 1 1 200px; }
.acc-pw { position: relative; }
.acc-pw input { padding-right: 48px !important; }
.acc-pw__toggle { position: absolute; right: 4px; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border: 0; background: transparent; color: var(--muted); display: inline-flex; align-items: center; justify-content: center; border-radius: var(--r); }
.acc-pw__toggle:hover { color: var(--ink); }
.auth--single { grid-template-columns: 1fr !important; min-height: calc(100vh - var(--header-h) - 200px); }
.auth--single .auth__panel { padding-top: 48px; }
.acc-auth-alt { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); text-align: center; }
.acc-auth-alt .btn { margin-top: 10px; }
.acc-banner { display: block; border-radius: var(--r); overflow: hidden; }
.acc-fieldset { padding: 0 0 8px; margin-bottom: 20px; border-bottom: 1px solid var(--line); }
.acc-fieldset__title { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.acc-fieldset__title span { width: 24px; height: 24px; border-radius: 50%; background: var(--ink); color: var(--white); display: inline-flex; align-items: center; justify-content: center; font-size: 11px; letter-spacing: 0; }
.auth__media-content ul { margin-top: 20px; }
.auth__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.55)); }
.auth__media-content { z-index: 1; }
@media print { .account-aside, .acc-noprint, .page-head .breadcrumb { display: none !important; } .account { display: block; } .card, .summary { break-inside: avoid; } }
/* /accounts */
