/* 1xbett1x.casino — премиум-лендинг 1xBet / 1хБет. Концепт «Икс-Ателье»: кутюрный дом (вишнёвый графит + роза + шампань + слива) */

:root {
  --bg: #15090f;
  --bg-2: #1f0d15;
  --bg-3: #2a1019;
  --line: #3a1c28;
  --line-2: #4d2636;
  --txt: #f4e9ee;
  --txt-d: #c69fae;
  --txt-dd: #8e6f7c;
  --rose: #ff5f8d;
  --champ: #e6c878;
  --plum: #a24d8f;
  --hot: #ff6f97;
  --hot-2: #e23c6f;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.62 "PT Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1000px 580px at 92% -10%, rgba(255, 95, 141, .16) 0%, transparent 62%),
    radial-gradient(820px 580px at -10% 60%, rgba(162, 77, 143, .12) 0%, transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--rose); text-decoration: none }
a:hover { text-decoration: underline }

.preten {
  position: absolute; top: -42px; left: 8px;
  padding: 8px 12px; background: var(--champ); color: #1a0a10;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.preten:focus { top: 8px }

/* ===== TOP BAR ===== */
.seamrow {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(21, 9, 15, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.lapel { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.lapel:hover { text-decoration: none }
.lapel__svg {
  width: 30px; height: 30px; flex: none;
  filter: drop-shadow(0 0 10px rgba(255, 95, 141, .55));
}
.lapel__t {
  font-family: "Bona Nova", Georgia, serif;
  font-weight: 700; line-height: 1; letter-spacing: -.2px; font-size: 20px;
}
.lapel__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.4px; font-weight: 700; margin-top: 4px;
  text-transform: uppercase; font-family: "PT Sans", sans-serif;
}
.vogue { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.vogue a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.vogue a:hover { color: var(--rose); border-bottom-color: var(--rose); text-decoration: none }

/* ===== CTA (vesture) ===== */
.vesture {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Bona Nova", Georgia, serif;
  font-weight: 700; font-size: 15px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: .1px;
}
.vesture:hover { text-decoration: none; transform: translateY(-1px) }
.vesture--small { background: var(--bg-3); color: var(--txt); border-color: var(--line); font-size: 14px }
.vesture--small:hover { background: var(--bg-2); border-color: var(--rose) }
.vesture--big { padding: 15px 28px; font-size: 16px; border-radius: 10px }
.vesture--hot {
  background: linear-gradient(120deg, var(--hot) 0%, var(--hot-2) 100%);
  color: #fff; border: 0;
  box-shadow: 0 12px 30px -10px rgba(255, 95, 141, .7);
  font-weight: 700;
}
.vesture--hot:hover { box-shadow: 0 16px 38px -8px rgba(255, 95, 141, .92) }
.vesture--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.vesture--ghost:hover { border-color: var(--champ); color: var(--champ) }

/* ===== AGGREGATE COUNTER STRIP (needlebar) ===== */
.needlebar {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(255, 95, 141, .05), rgba(230, 200, 120, .04));
  font-size: 13px;
}
.needlebar__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.needlebar__cell:last-child { border-right: 0 }
.needlebar__num {
  font-family: "Bona Nova", Georgia, serif;
  font-weight: 700; font-size: 16px; color: var(--rose);
  letter-spacing: -.1px;
}
.needlebar__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }
.needlebar__bdg {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--rose);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .4px;
}

/* ===== HERO (atelier) ===== */
.atelier {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.atelier__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.4px; color: var(--champ);
  background: rgba(230, 200, 120, .08);
  border: 1px solid rgba(230, 200, 120, .28);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Bona Nova", Georgia, serif;
  font-size: clamp(30px, 4.3vw, 48px); line-height: 1.1;
  margin: 0 0 18px; letter-spacing: -.6px; font-weight: 700;
}
.acc { color: var(--rose) }
.atelier__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.atelier__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.atelier__pic { margin: 0 }
.atelier__pic-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 28% 26%, rgba(255, 95, 141, .26), transparent 60%),
    radial-gradient(360px 280px at 78% 80%, rgba(162, 77, 143, .2), transparent 65%),
    linear-gradient(135deg, #1c0c13 0%, #260f1a 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(255, 95, 141, .42);
}
.atelier__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* KPI inline (fitting) */
.fitting {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.fitting__item { display: flex; flex-direction: column; gap: 2px }
.fitting__num {
  font-family: "Bona Nova", Georgia, serif;
  font-size: 26px; font-weight: 700;
  color: var(--rose); letter-spacing: -.4px;
}
.fitting__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.2px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.atelier, section.satinbox { padding-top: 36px }
.modiste {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase;
  color: var(--champ); font-weight: 700;
  margin: 0 0 10px; font-family: "PT Sans", sans-serif;
}
h2 {
  font-family: "Bona Nova", Georgia, serif;
  font-size: clamp(24px, 3.2vw, 36px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: -.3px; font-weight: 700;
}
h3 {
  font-family: "Bona Nova", Georgia, serif;
  font-size: clamp(18px, 2vw, 22px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--rose); font-weight: 700; letter-spacing: -.1px;
}
p { margin: 0 0 14px; color: var(--txt) }
.drape { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 800px }

/* ===== WELCOME (satinbox / organza) ===== */
.satinbox {
  background:
    radial-gradient(720px 360px at 82% 28%, rgba(230, 200, 120, .07) 0%, transparent 70%),
    rgba(31, 13, 21, .6);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.satinbox__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.organza {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.organza:hover { border-color: var(--rose); transform: translateY(-2px) }
.organza::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255, 95, 141, .08), transparent 60%);
  pointer-events: none;
}
.organza__step {
  font-family: "Bona Nova", Georgia, serif;
  font-size: 11px; color: var(--champ); font-weight: 700;
  letter-spacing: 2px; margin-bottom: 8px; text-transform: uppercase;
}
.organza__pct {
  font-family: "Bona Nova", Georgia, serif;
  font-size: 30px; font-weight: 700; line-height: 1;
  color: var(--rose); letter-spacing: -.4px;
  margin-bottom: 8px;
}
.organza__title { font-weight: 700; font-size: 15px; margin-bottom: 6px }
.organza__sub { font-size: 13px; color: var(--txt-d); line-height: 1.5 }

/* ===== THREE STEPS (bobbin / pleat) ===== */
.bobbin__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.pleat {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.pleat__num {
  font-family: "Bona Nova", Georgia, serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 700; line-height: 1;
  color: var(--bg-3);
}
.pleat__head {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--rose); font-family: "Bona Nova", Georgia, serif;
}
.pleat p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== SLOT GRID (lookbook / tailorcard) ===== */
.lookbook {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.tailorcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.tailorcard:hover {
  transform: translateY(-3px);
  border-color: var(--rose);
  box-shadow: 0 18px 36px -14px rgba(255, 95, 141, .42);
}
.tailorcard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Bona Nova", Georgia, serif;
  font-weight: 700; font-size: 22px; color: rgba(244, 233, 238, .95);
  text-align: center; padding: 14px;
  letter-spacing: -.2px; line-height: 1.15;
  position: relative; overflow: hidden;
}
.tailorcard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.38) 100%);
  pointer-events: none;
}
.sw-1 { background: linear-gradient(135deg, #3a0f24 0%, #ff5f8d 100%) }
.sw-2 { background: linear-gradient(135deg, #2a1505 0%, #e6c878 100%); color: #1a0a10 }
.sw-3 { background: linear-gradient(135deg, #2a0f30 0%, #a24d8f 100%) }
.sw-4 { background: linear-gradient(135deg, #3a1a12 0%, #e6896a 100%); color: #1a0a10 }
.sw-5 { background: linear-gradient(135deg, #100e2a 0%, #6c6cff 100%) }
.sw-6 { background: linear-gradient(135deg, #142a14 0%, #6cd6a0 100%); color: #08160c }
.sw-7 { background: linear-gradient(135deg, #2a0816 0%, #ff6f97 100%) }
.sw-8 { background: linear-gradient(135deg, #2a1505 0%, #e6c878 100%); color: #1a0a10 }
.sw-9 { background: linear-gradient(135deg, #0c2230 0%, #4dc0d6 100%) }
.sw-10 { background: linear-gradient(135deg, #3a0f24 0%, #e6c878 100%); color: #1a0a10 }
.sw-11 { background: linear-gradient(135deg, #221a3a 0%, #9b7fe0 100%) }
.sw-12 { background: linear-gradient(135deg, #2a0f1c 0%, #cf4f93 100%) }

.tailorcard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700; font-family: "Bona Nova", Georgia, serif }
.tailorcard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.4 }
.tailorcard__btn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 700;
  border: 1px solid var(--line); transition: all .15s;
}
.tailorcard__btn:hover { background: var(--rose); border-color: var(--rose); color: #fff; text-decoration: none }

.selvage { margin: 22px 0 0 }
.selvage__title { font-size: 12px; color: var(--champ); margin-bottom: 10px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700 }
.selvage__list { display: flex; flex-wrap: wrap; gap: 8px }
.selvage__list span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== LOYALTY (vogue-loy / mannequin / toile / hemline) ===== */
.mannequin {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.toile {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.toile:hover { border-color: var(--champ) }
.toile__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--champ); font-family: "Bona Nova", Georgia, serif }
.toile p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* VIP-этапы как стек ступеней (hemline) */
.hemline {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.hemline__step {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.hemline__step:nth-child(1) { transform: translateY(0) }
.hemline__step:nth-child(2) { transform: translateY(-8px) }
.hemline__step:nth-child(3) { transform: translateY(-16px) }
.hemline__step:nth-child(4) { transform: translateY(-23px); border-color: var(--rose); background: var(--bg-2) }
.hemline__step:nth-child(5) { transform: translateY(-31px); border-color: var(--rose); background: var(--bg-2) }
.hemline__step:nth-child(6) { transform: translateY(-40px); border-color: var(--champ); background: linear-gradient(135deg, var(--bg-2), rgba(230, 200, 120, .1)) }
.hemline__name {
  font-family: "Bona Nova", Georgia, serif;
  font-size: 13px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.hemline__cb { font-size: 11px; color: var(--txt-d) }
.hemline__step:nth-child(6) .hemline__name { color: var(--champ) }

/* ===== TOURNAMENT (vogue-tour) ===== */
.vogue-tour {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(255, 95, 141, .1) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.vogue-tour__btns { margin: 22px 0 28px }
.vogue-tour__kpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.vogue-tour__kpi > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.vogue-tour__big {
  font-family: "Bona Nova", Georgia, serif;
  font-size: 24px; font-weight: 700; color: var(--rose);
  margin-bottom: 4px; letter-spacing: -.2px;
}
.vogue-tour__lab { font-size: 14px; font-weight: 700; color: var(--txt) }
.vogue-tour__sm { font-size: 12px; color: var(--txt-d); line-height: 1.4 }

/* ===== LIVE GALLERY (runway / seamster) ===== */
.runway__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.seamster {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.seamster:hover {
  transform: translateY(-3px);
  border-color: var(--plum);
  box-shadow: 0 18px 36px -14px rgba(162, 77, 143, .42);
}
.seamster__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Bona Nova", Georgia, serif;
  font-weight: 700; font-size: 18px; color: rgba(244, 233, 238, .95);
  padding: 12px; text-align: center; letter-spacing: -.1px;
  position: relative; overflow: hidden;
}
.lv-1 { background: linear-gradient(135deg, #2a0f30 0%, #cf4f93 100%) }
.lv-2 { background: linear-gradient(135deg, #100e2a 0%, #6c6cff 100%) }
.lv-3 { background: linear-gradient(135deg, #142a14 0%, #6cd6a0 100%); color: #08160c }
.lv-4 { background: linear-gradient(135deg, #2a1505 0%, #e6c878 100%); color: #1a0a10 }
.lv-5 { background: linear-gradient(135deg, #2a0816 0%, #ff5f8d 100%) }
.lv-6 { background: linear-gradient(135deg, #221a3a 0%, #9b7fe0 100%) }

.seamster__b { padding: 14px 16px 16px; position: relative }
.seamster__t { font-weight: 700; font-size: 16px; margin-bottom: 4px; font-family: "Bona Nova", Georgia, serif }
.seamster__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.seamster__m { font-size: 13px; color: var(--champ); font-weight: 700; margin-bottom: 4px }
.seamster__p { font-size: 12px; color: var(--txt-dd) }
.seamster__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--hot-2); color: #fff;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW ===== */
.brand h3 {
  border-left: 3px solid var(--rose);
  padding-left: 14px; margin-top: 30px;
}
.brand p { color: var(--txt); line-height: 1.72 }
.brand__lead { color: var(--txt); line-height: 1.72 }
.organza-badges {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}

/* ===== PAYMENTS (vogue-pay / swatch) ===== */
.vogue-pay__grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.swatch {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.swatch__n { font-size: 15px; color: var(--txt); font-weight: 700; font-family: "Bona Nova", Georgia, serif }
.swatch__i { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }

.vogue-pay__times {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.vogue-pay__times > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.vogue-pay__big {
  font-family: "Bona Nova", Georgia, serif;
  font-size: 17px; color: var(--rose); font-weight: 700;
}
.vogue-pay__times span { font-size: 12px; color: var(--txt-d) }

/* ===== FINAL CTA (vogue-final) ===== */
.vogue-final {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(255, 95, 141, .16) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.vogue-final h2 { margin-bottom: 10px }
.vogue-final p { color: var(--txt-d); margin-bottom: 24px }

/* ===== REVIEWS (vogue-rev) ===== */
.vogue-rev__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.vogue-rev__box {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.vogue-rev__stars { color: var(--champ); font-size: 16px; letter-spacing: 4px }
.vogue-rev__stars--four .vogue-rev__off { color: var(--line-2) }
.vogue-rev__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.vogue-rev__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.vogue-rev__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--rose), var(--champ));
  border-radius: 50%; color: #1a0a10; font-weight: 700; font-size: 14px;
  flex: none; font-family: "Bona Nova", Georgia, serif;
}

/* ===== AUTHOR NOTE (lookbook-note) ===== */
.lookbook-note {
  max-width: 1240px; margin: 0 auto 8px;
  padding: 22px;
}
.lookbook-note .lookbook-note__t,
.lookbook-note__t {
  font-family: "PT Sans", sans-serif;
  font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase;
  color: var(--champ); font-weight: 700; margin: 0 0 8px;
}
.lookbook-note > p:last-child {
  font-size: 13px; color: var(--txt-dd); line-height: 1.66;
  border-left: 3px solid var(--line-2); padding-left: 16px; margin: 0;
}

/* ===== FAQ (stitchqa) ===== */
.stitchqa h2 { margin-bottom: 22px }
details {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
details[open] { border-color: var(--rose) }
summary {
  cursor: pointer; font-weight: 700; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
  font-family: "Bona Nova", Georgia, serif; font-size: 16px;
}
summary::-webkit-details-marker { display: none }
summary::after {
  content: "✕"; position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(45deg);
  width: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--rose); font-size: 11px;
  transition: transform .25s;
}
details[open] summary::after { transform: translateY(-50%) rotate(0deg); border-color: var(--rose) }
details p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== FOOTER (vogue-foot) ===== */
.vogue-foot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(21, 9, 15, .62);
}
.vogue-foot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.vogue-foot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.66 }
.vogue-foot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.vogue-foot__name { display: flex; flex-direction: column; line-height: 1.1; font-size: 13px; color: var(--txt-d) }
.vogue-foot__nm { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: "Bona Nova", Georgia, serif }
.vogue-foot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.66 }
.vogue-foot__op { color: var(--rose); font-weight: 700 }
.vogue-foot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.vogue-foot__col h4 {
  font-family: "Bona Nova", Georgia, serif;
  font-size: 13px; color: var(--champ); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.4px;
  margin: 0 0 12px;
}
.vogue-foot__col ul { list-style: none; padding: 0; margin: 0 }
.vogue-foot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.vogue-foot__col li:hover { color: var(--txt) }
.vogue-foot__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .satinbox__grid { grid-template-columns: repeat(2, 1fr) }
  .vogue-pay__grid { grid-template-columns: repeat(3, 1fr) }
  .vogue-tour__kpi { grid-template-columns: repeat(2, 1fr) }
  .vogue-rev__grid { grid-template-columns: 1fr }
  .vogue-foot__top { grid-template-columns: 1fr }
  .needlebar { grid-template-columns: repeat(3, 1fr) }
  .needlebar__cell:nth-child(4), .needlebar__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .hemline { grid-template-columns: repeat(3, 1fr) }
  .hemline__step { transform: none !important }
}

@media (max-width: 880px) {
  .atelier { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .atelier__pic { order: -1 }
  .vogue { display: none }
  .seamrow { padding: 11px 14px }
  section { padding: 36px 16px }
  .satinbox, .vogue-tour, .vogue-final { padding: 36px 18px; margin: 22px 14px }
  .bobbin__grid { grid-template-columns: 1fr }
  .mannequin { grid-template-columns: 1fr }
  .vogue-foot__top { padding: 30px 16px 22px; gap: 22px }
  .vogue-foot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .needlebar { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .needlebar__cell { padding: 4px 10px }
  .vogue-pay__times { grid-template-columns: 1fr }
  .fitting { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .lookbook { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .satinbox__grid { grid-template-columns: 1fr }
  .runway__grid { grid-template-columns: 1fr }
  .tailorcard h3 { font-size: 13px }
  .tailorcard p { font-size: 11px }
  .tailorcard__cover { font-size: 16px }
  .atelier__btns { flex-direction: column; align-items: stretch }
  .vesture--big { width: 100% }
  .vogue-pay__grid { grid-template-columns: repeat(2, 1fr) }
  .vogue-tour__kpi { grid-template-columns: 1fr }
  .vogue-foot__cols { grid-template-columns: 1fr }
  .hemline { grid-template-columns: repeat(2, 1fr) }
}
