:root {
  --bg: #f6f2ed;
  --bg-card: #fdfbf7;
  --ink: #1a1613;
  --ink-2: #3a342e;
  --ink-3: #6b6259;
  --ink-4: #9a9187;
  --ink-5: #c7beb2;

  --rule: #e4ddd1;
  --rule-strong: #d6ccbd;

  --accent: oklch(0.58 0.11 25);
  --accent-2: oklch(0.52 0.12 25);
  --accent-tint: oklch(0.97 0.012 30);

  --max: #ff6c0a;
  --max-tint: oklch(0.96 0.04 60);

  --serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --sans: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;

  --r-md: 10px;
  --t: 0.24s cubic-bezier(.2,.7,.2,1);

  --shadow-soft: 0 10px 28px -12px rgba(60, 40, 18, 0.30), 0 4px 10px -6px rgba(60, 40, 18, 0.18);
  --shadow-card: 0 22px 48px -18px rgba(60, 40, 18, 0.40), 0 8px 18px -8px rgba(60, 40, 18, 0.24);
}

.page *, .page *::before, .page *::after { box-sizing: border-box; margin: 0; padding: 0; }
.page {
  max-width: 1320px; margin: 0 auto; padding: 0 28px 80px;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
  -webkit-font-smoothing: antialiased;
  background: transparent;
}
.page a { color: inherit; text-decoration: none; }
.page img, .page svg { display: block; max-width: 100%; }

/* shared atoms */
.r-h-top {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: 0.18em; color: var(--ink-4);
  text-transform: uppercase; flex-wrap: wrap;
  margin-bottom: 18px;
}
.r-h1 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1; letter-spacing: -0.015em; color: var(--ink);
  text-wrap: balance;
}
.r-h1 em { font-style: italic; color: var(--accent-2); font-weight: 400; }
.r-lead {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(19px, 1.8vw, 23px); color: var(--ink-2);
  line-height: 1.4; letter-spacing: -0.005em;
}
.va_top .r-lead { margin-top: 12px; }

/* icons */
.ic {
  width: 22px; height: 22px;
  stroke: var(--ink); fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* MAX brand mark */
.ic-max {
  width: 22px; height: 22px;
  border-radius: 5px;
  background: var(--max);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-weight: 700;
  font-size: 9px; letter-spacing: 0.02em;
  flex-shrink: 0;
  font-style: normal;
}
.ic-max::before { content: 'M'; }

/* section head with serif number */
.sh-num { display: flex; align-items: baseline; gap: 18px; margin-bottom: 22px; }
.sh-num .n {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: 56px; line-height: 0.9;
  color: var(--accent-2); letter-spacing: -0.02em;
  flex-shrink: 0;
}
.sh-num .copy { display: flex; flex-direction: column; gap: 6px; }
.sh-num .lbl {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.18em; color: var(--ink-4); text-transform: uppercase;
  display: flex; align-items: center; gap: 10px;
}
.sh-num .lbl::before { content: ''; width: 18px; height: 1px; background: var(--ink-5); }
.sh-num h2 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.05; letter-spacing: -0.012em; color: var(--ink);
}
.sh-num h2 em { font-style: italic; color: var(--accent-2); font-weight: 400; }

/* CTA */
.page .cta-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  background: var(--ink); color: #fff;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  border-radius: 999px; transition: background var(--t);
}
.page .cta-btn:hover { background: var(--accent-2); }

/* =========================================================
   VARIANT A · EDITORIAL DOSSIER
   ========================================================= */
.va { background: transparent; padding: 48px 32px 56px; border-radius: var(--r-md); }
.va_inner { max-width: 980px; margin: 0 auto; }
.va_top { padding-bottom: 28px; border-bottom: 1px solid var(--rule); margin-bottom: 36px; }

.va_hours {
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.va_hours .cell {
  padding: 22px 24px;
  display: flex; gap: 16px;
  border-right: 1px dashed var(--rule);
}
.va_hours .cell:last-child { border-right: none; }
.va_hours .ic-wrap {
  width: 44px; height: 44px;
  background: var(--accent-tint);
  border: 1px solid var(--rule);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.va_hours .ic-wrap .ic { width: 20px; height: 20px; stroke: var(--accent); }
.va_hours .copy { display: flex; flex-direction: column; gap: 4px; }
.va_hours .lbl {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em;
  color: var(--ink-4); text-transform: uppercase;
}
.va_hours .val {
  font-family: var(--serif); font-weight: 500; font-size: 22px;
  letter-spacing: -0.008em; color: var(--ink); line-height: 1.15;
}
.va_hours .val em { font-style: italic; color: var(--accent-2); font-weight: 400; }
.va_hours .nt {
  font-family: var(--serif); font-style: italic; font-size: 14.5px;
  color: var(--ink-3); line-height: 1.4;
}

.va_sec { padding-top: 44px; margin-top: 44px; border-top: 1px solid var(--rule); }
.va_sec--no-rule { border-top: none; }

/* contact lines */
.cline-list { list-style: none; display: flex; flex-direction: column; margin-top: 10px; border-top: 1px solid var(--rule); }
.cline {
  display: grid;
  grid-template-columns: 56px 1fr 180px;
  gap: 20px; align-items: center;
  padding: 18px 0;
  border-bottom: 1px dashed var(--rule);
  position: relative;
}
.cline-link { position: absolute; inset: 0; }
.cline .val { position: relative; z-index: 1; }
.cline:last-child { border-bottom: 1px solid var(--rule); }
.cline .ic-w {
  width: 44px; height: 44px;
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.cline .ic-w .ic { width: 20px; height: 20px; stroke: var(--ink-2); }
.cline .ic-w .ic-max { width: 22px; height: 22px; border-radius: 6px; font-size: 10px; }
.cline .main { display: flex; flex-direction: column; gap: 4px; }
.cline .lbl {
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.18em;
  color: var(--ink-4); text-transform: uppercase;
}
.cline .val {
  font-family: var(--serif); font-weight: 500;
  font-size: 22px; line-height: 1.15;
  letter-spacing: -0.008em; color: var(--ink);
}
.cline .val em { font-style: italic; color: var(--accent-2); font-weight: 400; }
.cline a.val:hover { color: var(--accent); }
.cline .nt {
  font-family: var(--serif); font-style: italic;
  font-size: 14.5px; color: var(--ink-3); line-height: 1.4;
  text-align: right;
}
.cline .pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.14em;
  color: var(--ink); text-transform: uppercase;
  background: var(--accent-tint); border: 1px solid var(--rule);
  padding: 4px 10px; border-radius: 999px;
  align-self: flex-start;
  margin-top: 4px;
  width: max-content;
}
.cline .pill--max {
  background: var(--max-tint);
  border-color: oklch(0.85 0.08 60);
}

/* requisites */
.req-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 18px; margin-top: 22px;
}
.req-card {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  padding: 26px;
  display: flex; flex-direction: column; gap: 16px;
  position: relative;
  min-width: 0;
  box-shadow: var(--shadow-soft);
}
.req-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
.req-card .head {
  display: flex; align-items: center; gap: 14px;
  padding-bottom: 14px; border-bottom: 1px solid var(--rule);
}
.req-card .head .ic-w {
  width: 40px; height: 40px;
  background: var(--accent-tint); border: 1px solid var(--rule);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.req-card .head .ic-w .ic { width: 20px; height: 20px; stroke: var(--accent-2); }
.req-card .head .lbl {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em;
  color: var(--ink-4); text-transform: uppercase;
}
.req-card .head .nm {
  font-family: var(--serif); font-weight: 500; font-size: 19px;
  color: var(--ink); letter-spacing: -0.008em; line-height: 1.2;
}
.req-card .head .nm em { font-style: italic; color: var(--accent-2); font-weight: 400; }
.req-card dl { display: grid; grid-template-columns: minmax(140px, max-content) 1fr; gap: 8px 18px; }
.req-card dt {
  font-family: var(--mono); font-size: 10px; font-weight: 400; letter-spacing: 0.14em;
  color: var(--ink-4); text-transform: uppercase; padding-top: 4px;
}
.req-card dd {
  font-family: var(--serif); font-size: 16.5px;
  color: var(--ink); line-height: 1.35; letter-spacing: -0.005em;
}
.req-card dd strong { font-weight: 600; }
.req-card dd code {
  font-family: var(--mono); font-size: 14px; color: var(--ink); letter-spacing: 0.02em;
}

/* salon */
.salon {
  display: grid; grid-template-columns: 80px 1fr 200px;
  gap: 24px; align-items: center;
  padding: 22px 24px;
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  margin-top: 18px;
  position: relative;
  box-shadow: var(--shadow-soft);
  transition: box-shadow var(--t), transform var(--t);
}
.salon:hover { box-shadow: var(--shadow-card); transform: translateY(-2px); }
.salon .ic-w {
  width: 56px; height: 56px;
  background: var(--accent-tint); border: 1px solid var(--rule);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}
.salon .ic-w .ic { width: 26px; height: 26px; stroke: var(--accent-2); }
.salon .copy { display: flex; flex-direction: column; gap: 4px; }
.salon .lbl {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em;
  color: var(--ink-4); text-transform: uppercase;
}
.salon .nm {
  font-family: var(--serif); font-weight: 500; font-size: 20px;
  color: var(--ink); letter-spacing: -0.008em; line-height: 1.2;
}
.salon .nm em { font-style: italic; color: var(--accent-2); font-weight: 400; }
.salon .ad {
  font-family: var(--serif); font-style: italic; font-size: 14.5px;
  color: var(--ink-3); line-height: 1.35;
}
.salon .tel {
  display: flex; flex-direction: column; gap: 4px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em;
  color: var(--ink-4); text-transform: uppercase; text-align: right;
}
.salon-link { position: absolute; inset: 0; border-radius: var(--r-md); }
.salon .tel a { position: relative; z-index: 1; }
.salon .tel strong {
  display: block;
  font-family: var(--serif); font-weight: 500; font-style: italic;
  font-size: 18px; color: var(--ink); letter-spacing: -0.005em;
  text-transform: none; margin-top: 2px;
}

/* pay block */
.pay-line {
  margin-top: 18px; padding: 22px 26px;
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  display: grid; grid-template-columns: 56px 1fr auto; gap: 22px; align-items: center;
  box-shadow: var(--shadow-soft);
}
.pay-line .ic-w {
  width: 44px; height: 44px;
  background: var(--accent); color: #fff;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.pay-line .ic-w .ic { width: 22px; height: 22px; stroke: #fff; }
.pay-line .copy { display: flex; flex-direction: column; gap: 4px; }
.pay-line .lbl {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em;
  color: var(--ink-4); text-transform: uppercase;
}
.pay-line .nm {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: 18.5px; color: var(--ink); line-height: 1.35;
}

/* visit / map block */
.ve_visit {
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-soft);
}
.ve_visit iframe { border: none; display: block; }
.ve_visit .info { padding: 24px 26px; display: flex; flex-direction: column; gap: 14px; }
.ve_visit .lbl {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em;
  color: var(--ink-4); text-transform: uppercase;
}
.ve_visit .nm {
  font-family: var(--serif); font-weight: 500; font-size: 22px;
  color: var(--ink); letter-spacing: -0.008em; line-height: 1.2;
}
.ve_visit .nm em { font-style: italic; color: var(--accent-2); font-weight: 400; }
.ve_visit .addr {
  font-family: var(--serif); font-style: italic;
  font-size: 16px; color: var(--ink-3); line-height: 1.4;
}
.ve_visit .actions {
  display: flex; gap: 10px; flex-wrap: wrap;
  padding-top: 8px; border-top: 1px dashed var(--rule);
}
.ve_visit .actions a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 14px;
  background: var(--bg); border: 1px solid var(--rule-strong);
  border-radius: 999px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em;
  color: var(--ink); text-transform: uppercase;
  transition: all var(--t);
}
.ve_visit .actions a:hover { border-color: var(--accent); color: var(--accent); }
.ve_visit .actions a .ic { width: 16px; height: 16px; stroke: var(--ink); }
.ve_visit .actions a:hover .ic { stroke: var(--accent); }
.ve_visit .photo { position: relative; }
.ve_visit .photo img { width: 100%; display: block; aspect-ratio: 16 / 10; object-fit: cover; }
.ve_visit .photo figcaption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 10px 16px;
  background: linear-gradient(transparent, rgba(26,22,19,0.62));
  font-family: var(--mono); font-size: 9.5px;
  letter-spacing: 0.14em; color: rgba(255,255,255,0.8);
  text-transform: uppercase;
}

/* CTA strip */
.cta-wrap { max-width: 980px; margin: 0 auto; }
.cta-strip {
  margin-top: 16px;
  padding: 28px 32px;
  background: var(--bg-card);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  display: grid; grid-template-columns: 1fr auto;
  gap: 24px; align-items: center;
  position: relative; overflow: hidden;
  box-shadow: var(--shadow-card);
}
.cta-strip::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
.cta-strip .lead {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(20px, 2vw, 24px); color: var(--ink);
  line-height: 1.3; letter-spacing: -0.005em; text-wrap: balance;
}
.cta-strip .lead em { color: var(--accent-2); }

/* responsive */
@media (max-width: 880px) {
  .va_hours, .req-grid { grid-template-columns: 1fr; }
  .va_hours .cell { border-right: none; border-bottom: 1px dashed var(--rule); }
  .va_hours .cell:last-child { border-bottom: none; }
  .cline { grid-template-columns: 44px 1fr; }
  .cline .nt { grid-column: 2; text-align: left; }
  .salon { grid-template-columns: 1fr; text-align: left; }
  .salon .tel { text-align: left; }
  .pay-line { grid-template-columns: 56px 1fr; }
  .pay-line .cta-btn { grid-column: 2; justify-self: start; }
  .va { padding: 28px 0 40px; }
  .page { padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 480px) {
  .r-h1 { font-size: 34px; }
  .req-card dl { grid-template-columns: 1fr; }
  .req-card dt { padding-top: 8px; }
}
