/* ============================================================
   Орех и Патина — дизайн-система мастерской реставрации.
   Палитра: кремовая база, орех/тёмное дерево, латунный акцент.
   Шрифты — только системные стеки (display serif + body).
   ============================================================ */

:root {
  /* --- бумага и дерево --- */
  --paper:        #f4ece0;
  --paper-soft:   #efe5d6;
  --card:         #fbf6ee;
  --ink:          #2a211a;
  --ink-soft:     #4d4036;
  --ink-faint:    #7a6b5c;
  --walnut:       #3a2a1d;
  --walnut-deep:  #241710;
  --walnut-line:  #5a4636;

  /* --- латунь и патина --- */
  --brass:        #a9762e;
  --brass-bright: #c4933f;
  --brass-deep:   #7e561d;
  --patina:       #5f7466;
  --rust:         #9c4a26;

  /* --- линии и тени --- */
  --hair:         rgba(58, 42, 29, 0.14);
  --hair-strong:  rgba(58, 42, 29, 0.26);
  --shadow-sm:    0 2px 10px rgba(45, 31, 18, 0.10);
  --shadow-md:    0 14px 34px rgba(45, 31, 18, 0.16);
  --shadow-lg:    0 28px 60px rgba(30, 19, 10, 0.30);

  /* --- типографика --- */
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", "URW Palladio L", "Hoefler Text", Georgia, "Times New Roman", serif;
  --body:    "Segoe UI", system-ui, "Helvetica Neue", "PT Sans", "Trebuchet MS", Tahoma, sans-serif;

  /* --- ритм --- */
  --rail:    1180px;
  --gut:     clamp(20px, 5vw, 64px);
  --bay:     clamp(64px, 9vw, 132px);
  --round:   3px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 14% -8%, rgba(169, 118, 46, 0.10), transparent 42%),
    radial-gradient(circle at 92% 0%, rgba(95, 116, 102, 0.08), transparent 38%),
    repeating-linear-gradient(94deg, rgba(58, 42, 29, 0.022) 0 2px, transparent 2px 7px);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
  letter-spacing: 0.005em;
}

a { color: var(--brass-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }

::selection { background: var(--brass); color: #fff7ea; }

:focus-visible {
  outline: 2.5px solid var(--brass);
  outline-offset: 3px;
  border-radius: 2px;
}

.offscreen {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-to {
  position: fixed; top: -120px; left: 16px; z-index: 200;
  background: var(--walnut); color: #f4ece0;
  padding: 12px 20px; border-radius: var(--round);
  font-weight: 600; transition: top 0.2s ease;
  text-decoration: none;
}
.skip-to:focus { top: 14px; }

/* ============================================================
   КНОПКИ-ПЛАШКИ
   ============================================================ */
.pill {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.5em;
  font-family: var(--body);
  font-weight: 600; font-size: 0.97rem;
  letter-spacing: 0.02em;
  padding: 0.85em 1.65em;
  border-radius: var(--round);
  border: 1.5px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.pill--brass {
  background: linear-gradient(170deg, var(--brass-bright), var(--brass));
  color: #2a1c08;
  box-shadow: var(--shadow-sm);
}
.pill--brass:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); background: linear-gradient(170deg, var(--brass), var(--brass-deep)); color: #fff4e2; }
.pill--line {
  background: transparent;
  color: var(--ink);
  border-color: var(--hair-strong);
}
.pill--line:hover { border-color: var(--walnut); background: rgba(58, 42, 29, 0.05); transform: translateY(-2px); }
.pill--wide { width: 100%; padding-top: 1.05em; padding-bottom: 1.05em; }

/* ============================================================
   ШАПКА
   ============================================================ */
.crest {
  position: sticky; top: 0; z-index: 100;
  background: rgba(244, 236, 224, 0.82);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.crest.is-pinned {
  background: rgba(244, 236, 224, 0.97);
  border-bottom-color: var(--hair);
  box-shadow: var(--shadow-sm);
}
.crest__rail {
  max-width: var(--rail); margin: 0 auto;
  padding: 14px var(--gut);
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
}
.crest__sign {
  display: flex; align-items: center; gap: 13px;
  text-decoration: none; color: var(--ink);
}
.crest__mono {
  font-family: var(--display);
  font-weight: 700; font-size: 1.1rem;
  width: 44px; height: 44px;
  display: grid; place-items: center;
  color: #f4ece0;
  background: linear-gradient(150deg, var(--walnut), var(--walnut-deep));
  border: 1.5px solid var(--brass);
  border-radius: 50%;
  letter-spacing: 0.02em;
  box-shadow: inset 0 0 0 3px rgba(169, 118, 46, 0.18);
}
.crest__words { display: flex; flex-direction: column; line-height: 1.15; }
.crest__name { font-family: var(--display); font-weight: 600; font-size: 1.22rem; }
.crest__sub { font-size: 0.72rem; color: var(--ink-faint); letter-spacing: 0.06em; text-transform: uppercase; }

.helm__menu {
  display: flex; align-items: center; gap: 4px;
  list-style: none; margin: 0; padding: 0;
}
.helm__menu a {
  display: inline-block;
  padding: 9px 14px;
  color: var(--ink-soft);
  font-weight: 500; font-size: 0.95rem;
  text-decoration: none;
  border-radius: var(--round);
  transition: color 0.15s ease, background 0.15s ease;
}
.helm__menu a:hover { color: var(--ink); background: rgba(58, 42, 29, 0.06); }
.helm__call {
  background: var(--walnut) !important;
  color: #f4ece0 !important;
  margin-left: 8px;
  border: 1px solid var(--brass);
}
.helm__call:hover { background: var(--walnut-deep) !important; color: #fff4e2 !important; }

.helm__burger {
  display: none;
  width: 46px; height: 42px;
  background: transparent;
  border: 1.5px solid var(--hair-strong);
  border-radius: var(--round);
  cursor: pointer;
  position: relative;
}
.helm__lines, .helm__lines::before, .helm__lines::after {
  content: ""; position: absolute;
  left: 50%; transform: translateX(-50%);
  width: 22px; height: 2px;
  background: var(--ink);
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.helm__lines { top: 50%; margin-top: -1px; }
.helm__lines::before { top: -7px; }
.helm__lines::after  { top: 7px; }

/* ============================================================
   MARQUEE (геро)
   ============================================================ */
.marquee {
  position: relative;
  max-width: var(--rail); margin: 0 auto;
  padding: clamp(28px, 5vw, 56px) var(--gut) var(--bay);
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.marquee__frame {
  position: relative;
  border-radius: var(--round);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 6px solid var(--card);
  outline: 1px solid var(--hair-strong);
  order: 2;
}
.marquee__frame img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3 / 2; }
.marquee__shade {
  position: absolute; inset: 0;
  background: linear-gradient(205deg, transparent 45%, rgba(36, 23, 16, 0.42));
  pointer-events: none;
}
.marquee__say { order: 1; }
.marquee__place {
  display: inline-block;
  font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--brass-deep); font-weight: 600;
  margin: 0 0 18px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--brass);
}
.marquee__title {
  font-size: clamp(2.5rem, 6vw, 4.1rem);
  letter-spacing: -0.01em;
  margin-bottom: 22px;
}
.marquee__lede {
  font-size: 1.1rem; color: var(--ink-soft);
  max-width: 42ch; margin: 0 0 30px;
}
.marquee__acts { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 38px; }
.marquee__counts {
  display: flex; flex-wrap: wrap; gap: clamp(20px, 4vw, 44px);
  margin: 0; padding-top: 26px;
  border-top: 1px solid var(--hair);
}
.marquee__counts div { display: flex; flex-direction: column; }
.marquee__counts dt {
  font-family: var(--display); font-weight: 700;
  font-size: 1.95rem; color: var(--walnut);
  line-height: 1;
}
.marquee__counts dd {
  margin: 6px 0 0; font-size: 0.82rem;
  color: var(--ink-faint); letter-spacing: 0.04em; text-transform: uppercase;
}

/* ============================================================
   ЗАГОЛОВКИ БЛОКОВ
   ============================================================ */
.lead { max-width: 62ch; margin: 0 0 clamp(36px, 5vw, 56px); }
.lead--mid { margin-left: auto; margin-right: auto; text-align: center; }
.lead__over {
  font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--brass-deep); font-weight: 600; margin: 0 0 12px;
}
.lead__head {
  font-size: clamp(1.85rem, 3.6vw, 2.85rem);
  color: var(--walnut);
  margin-bottom: 14px;
}
.lead__note { color: var(--ink-soft); margin: 0; font-size: 1.04rem; }
.lead--mid .lead__note { margin-left: auto; margin-right: auto; }

/* общая обёртка секций */
.craft, .passage, .archive, .salon, .bench, .ethos, .chorus, .enquiry {
  max-width: var(--rail); margin: 0 auto;
  padding: var(--bay) var(--gut);
}
.passage, .salon, .chorus {
  position: relative;
}
.passage::before, .chorus::before {
  content: ""; position: absolute; inset: 0;
  background: var(--paper-soft);
  border-block: 1px solid var(--hair);
  z-index: -1;
}

/* ============================================================
   CRAFT — карточки работ
   ============================================================ */
.craft__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.trade {
  position: relative;
  background: var(--card);
  border: 1px solid var(--hair);
  border-radius: var(--round);
  padding: 30px 26px 26px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  overflow: hidden;
}
.trade::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px; background: var(--brass);
  transform: scaleY(0); transform-origin: top;
  transition: transform 0.3s ease;
}
.trade:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--hair-strong); }
.trade:hover::after { transform: scaleY(1); }
.trade__tag {
  font-family: var(--display);
  font-size: 2.1rem; font-weight: 700;
  color: rgba(169, 118, 46, 0.32);
  line-height: 1;
}
.trade__name {
  font-size: 1.28rem; color: var(--walnut);
  margin: 12px 0 12px;
}
.trade__text { color: var(--ink-soft); font-size: 0.97rem; margin: 0 0 16px; }
.trade__list {
  list-style: none; margin: 0 0 18px; padding: 0;
  display: flex; flex-direction: column; gap: 7px;
}
.trade__list li {
  position: relative; padding-left: 22px;
  font-size: 0.9rem; color: var(--ink-faint);
}
.trade__list li::before {
  content: "❧"; position: absolute; left: 0; top: -1px;
  color: var(--brass); font-size: 0.85rem;
}
.trade__price {
  margin: 0; padding-top: 14px;
  border-top: 1px dashed var(--hair-strong);
  font-weight: 700; color: var(--walnut);
  font-size: 0.97rem;
}

/* ============================================================
   PASSAGE — шаги работы
   ============================================================ */
.passage__line {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  counter-reset: step;
}
.passage__node {
  background: var(--card);
  border: 1px solid var(--hair);
  border-radius: var(--round);
  padding: 26px 20px;
  position: relative;
}
.passage__mark {
  font-family: var(--display); font-weight: 700;
  font-size: 1.05rem;
  display: inline-grid; place-items: center;
  width: 42px; height: 42px;
  color: #f4ece0;
  background: linear-gradient(150deg, var(--walnut), var(--walnut-deep));
  border-radius: 50%;
  margin-bottom: 16px;
  border: 1.5px solid var(--brass);
}
.passage__node h3 { font-size: 1.12rem; color: var(--walnut); margin: 0 0 8px; }
.passage__node p { margin: 0; font-size: 0.92rem; color: var(--ink-soft); }

/* ============================================================
   ARCHIVE — мозаика работ
   ============================================================ */
.archive__wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 18px;
}
.piece {
  position: relative; margin: 0;
  border-radius: var(--round); overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 5px solid var(--card);
  outline: 1px solid var(--hair-strong);
}
.piece--big { grid-row: span 2; grid-column: span 1; }
.piece img { width: 100%; height: 100%; object-fit: cover; }
.piece figcaption {
  position: absolute; inset: auto 0 0 0;
  padding: 30px 18px 16px;
  color: #f6efe2; font-size: 0.88rem;
  background: linear-gradient(transparent, rgba(28, 18, 11, 0.88));
}
.piece figcaption strong { color: var(--brass-bright); display: block; margin-bottom: 2px; }

/* ============================================================
   SALON — витрина на продажу
   ============================================================ */
.salon__rack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ware {
  background: var(--card);
  border: 1px solid var(--hair);
  border-radius: var(--round);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.ware:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.ware__pic { aspect-ratio: 4 / 3; overflow: hidden; }
.ware__pic img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.ware:hover .ware__pic img { transform: scale(1.04); }
.ware__body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.ware__name { font-size: 1.2rem; color: var(--walnut); margin: 0 0 6px; }
.ware__meta { font-size: 0.78rem; color: var(--patina); letter-spacing: 0.03em; margin: 0 0 12px; font-weight: 600; }
.ware__text { font-size: 0.93rem; color: var(--ink-soft); margin: 0 0 18px; flex: 1; }
.ware__tag {
  margin: 0; font-family: var(--display); font-weight: 700;
  font-size: 1.4rem; color: var(--rust);
}
.salon__more {
  text-align: center; margin: 38px auto 0; max-width: 60ch;
  color: var(--ink-faint); font-size: 0.96rem; font-style: italic;
}

/* ============================================================
   BENCH — мастер · ETHOS — подход
   ============================================================ */
.bench, .ethos {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}
.ethos { grid-template-columns: 1.15fr 0.85fr; }
.bench__face, .ethos__pic {
  margin: 0; border-radius: var(--round); overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 6px solid var(--card);
  outline: 1px solid var(--hair-strong);
}
.bench__face img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; }
.ethos__pic img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; }
.bench__tale p, .ethos__words p { color: var(--ink-soft); margin: 0 0 16px; }
.bench__creds {
  list-style: none; margin: 22px 0 0; padding: 0;
  display: flex; flex-direction: column; gap: 11px;
}
.bench__creds li {
  position: relative; padding-left: 28px;
  color: var(--ink); font-weight: 500; font-size: 0.96rem;
}
.bench__creds li::before {
  content: "✦"; position: absolute; left: 0; top: 0;
  color: var(--brass);
}

/* ============================================================
   CHORUS — отзывы
   ============================================================ */
.chorus__set {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.echo {
  margin: 0;
  background: var(--card);
  border: 1px solid var(--hair);
  border-radius: var(--round);
  padding: 32px 26px 24px;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.echo::before {
  content: "\201C";
  font-family: var(--display);
  position: absolute; top: 6px; left: 18px;
  font-size: 4.4rem; line-height: 1;
  color: rgba(169, 118, 46, 0.22);
}
.echo p { margin: 18px 0 18px; color: var(--ink-soft); font-style: italic; position: relative; }
.echo footer { display: flex; flex-direction: column; gap: 2px; border-top: 1px solid var(--hair); padding-top: 14px; }
.echo__who { font-weight: 700; color: var(--walnut); font-style: normal; }
.echo__what { font-size: 0.82rem; color: var(--patina); }

/* ============================================================
   ENQUIRY — контакты и форма
   ============================================================ */
.enquiry__grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: start;
}
.enquiry__lede { color: var(--ink-soft); margin: 0 0 28px; font-size: 1.04rem; }
.enquiry__rows { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.enquiry__rows li { display: flex; flex-direction: column; gap: 4px; }
.enquiry__label {
  font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--brass-deep); font-weight: 700;
}
.enquiry__rows a { color: var(--ink); font-weight: 600; text-decoration: none; }
.enquiry__rows a:hover { color: var(--brass-deep); }

.enquiry__form {
  background: linear-gradient(170deg, var(--walnut), var(--walnut-deep));
  color: #ede2d2;
  border-radius: var(--round);
  padding: clamp(26px, 4vw, 38px);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(169, 118, 46, 0.4);
}
.enquiry__formhead {
  font-family: var(--display); font-size: 1.5rem; font-weight: 600;
  color: #f6efe2; margin: 0 0 22px;
}
.plot { margin-bottom: 18px; }
.plot label {
  display: block; font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.04em; margin-bottom: 7px;
  color: #d9c9b3;
}
.plot input, .plot textarea {
  width: 100%;
  font-family: var(--body); font-size: 1rem;
  color: #2a211a;
  background: #f7efe2;
  border: 1.5px solid rgba(169, 118, 46, 0.35);
  border-radius: var(--round);
  padding: 12px 14px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.plot textarea { resize: vertical; min-height: 84px; }
.plot input::placeholder, .plot textarea::placeholder { color: #9d8b78; }
.plot input:focus, .plot textarea:focus {
  outline: none;
  border-color: var(--brass-bright);
  box-shadow: 0 0 0 3px rgba(196, 147, 63, 0.3);
}
.plot__err {
  display: none;
  margin-top: 6px; font-size: 0.82rem;
  color: #f0b08a;
}
.plot.is-bad input, .plot.is-bad textarea { border-color: #d97b56; box-shadow: 0 0 0 3px rgba(217, 123, 86, 0.25); }
.plot.is-bad .plot__err { display: block; }
.enquiry__done {
  margin: 16px 0 0; padding: 12px 16px;
  background: rgba(95, 116, 102, 0.28);
  border: 1px solid var(--patina);
  border-radius: var(--round);
  color: #d9ecdc; font-weight: 600; font-size: 0.95rem;
}
.enquiry__fine { margin: 16px 0 0; font-size: 0.78rem; color: #b6a48d; }

/* ============================================================
   ПОДВАЛ
   ============================================================ */
.base {
  background: var(--walnut-deep);
  color: #c8b9a6;
  padding: clamp(48px, 6vw, 72px) var(--gut) 0;
  margin-top: var(--bay);
}
.base__rail {
  max-width: var(--rail); margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 36px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(169, 118, 46, 0.22);
}
.base__brand .crest__name { color: #f4ece0; font-size: 1.4rem; display: block; margin-bottom: 12px; }
.base__brand p { margin: 0; font-size: 0.92rem; max-width: 40ch; }
.base__nav { display: flex; flex-direction: column; gap: 10px; }
.base__nav a { color: #c8b9a6; text-decoration: none; font-size: 0.95rem; }
.base__nav a:hover { color: var(--brass-bright); }
.base__meta p { margin: 0 0 8px; font-size: 0.92rem; }
.base__meta a { color: #d3c3af; text-decoration: none; }
.base__meta a:hover { color: var(--brass-bright); }
.base__line {
  max-width: var(--rail); margin: 0 auto;
  padding: 22px 0 30px;
  font-size: 0.82rem; color: #8c7c69;
}

/* ============================================================
   SCROLL-REVEAL — гейтится за .js (без JS контент виден)
   ============================================================ */
.js .reveal { opacity: 0; transform: translateY(26px); }
.js .reveal.shown {
  opacity: 1; transform: none;
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.js .craft__cards .reveal.shown,
.js .salon__rack .reveal.shown,
.js .chorus__set .reveal.shown { transition-delay: var(--stagger, 0ms); }

@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1 !important; transform: none !important; }
}

/* стартовый staggered-rise открывающей секции (тоже за .js) */
.js [data-rise] { opacity: 0; transform: translateY(20px); }
.js .is-up [data-rise] {
  opacity: 1; transform: none;
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.js .is-up [data-rise="1"] { transition-delay: 0.05s; }
.js .is-up [data-rise="2"] { transition-delay: 0.18s; }
.js .is-up [data-rise="3"] { transition-delay: 0.31s; }
.js .is-up [data-rise="4"] { transition-delay: 0.44s; }
.js .is-up [data-rise="5"] { transition-delay: 0.57s; }
@media (prefers-reduced-motion: reduce) {
  .js [data-rise] { opacity: 1 !important; transform: none !important; }
}

/* ============================================================
   АДАПТИВ
   ============================================================ */
@media (max-width: 980px) {
  .marquee { grid-template-columns: 1fr; padding-top: 24px; }
  .marquee__frame { order: 1; }
  .marquee__say { order: 2; }
  .craft__cards, .salon__rack, .chorus__set { grid-template-columns: repeat(2, 1fr); }
  .passage__line { grid-template-columns: repeat(2, 1fr); }
  .archive__wall { grid-template-columns: repeat(2, 1fr); }
  .piece--big { grid-row: span 1; }
  .bench, .ethos, .enquiry__grid { grid-template-columns: 1fr; }
  .ethos__pic { order: 2; max-width: 460px; }
  .base__rail { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .helm__menu {
    position: absolute; top: 100%; right: var(--gut); left: var(--gut);
    flex-direction: column; align-items: stretch; gap: 2px;
    background: var(--card);
    border: 1px solid var(--hair-strong);
    border-radius: var(--round);
    padding: 10px;
    box-shadow: var(--shadow-md);
    transform-origin: top;
    opacity: 0; transform: scaleY(0.6); pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .helm__menu.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .helm__menu a { padding: 12px 14px; }
  .helm__call { margin-left: 0; margin-top: 6px; text-align: center; }
  .helm__burger { display: block; }
  .helm__burger[aria-expanded="true"] .helm__lines { transform: translateX(-50%) rotate(45deg); }
  .helm__burger[aria-expanded="true"] .helm__lines::before { top: 0; transform: translateX(-50%) rotate(90deg); opacity: 0; }
  .helm__burger[aria-expanded="true"] .helm__lines::after { top: 0; transform: translateX(-50%) rotate(-90deg); }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .craft__cards, .salon__rack, .chorus__set, .passage__line, .archive__wall { grid-template-columns: 1fr; }
  .marquee__counts { gap: 22px; }
  .base__rail { grid-template-columns: 1fr; }
  .crest__sub { display: none; }
}
