@import url("../fonts/fonts.css");

/* ============================================================
   ÉKO '77 — redesign
   Editorial / archive language after dishoom.com,
   carrying ÉKO '77 brand: Lagos green, FESTAC brass.
   ============================================================ */

:root {
  /* размер плитки адире. На телефоне зажат снизу, иначе в кадр попадает
     кусок кольца и читается как пятно, а не как узор */
  --adire: clamp(300px, 40vw, 600px);

  --paper:      #F3EEE3;
  --paper-2:    #EBE4D4;
  --paper-3:    #E1D8C4;
  --night:      #14120F;
  --night-2:    #1E1B16;

  --ink:        #1C1917;
  --ink-2:      #3A3833;
  --ink-3:      #857B6B;

  --rule:       #CDC3AD;
  --rule-soft:  #DED5C1;

  --green:      #00834E;
  --green-deep: #045236;
  --brass:      #B99C55;

  --serif: "EB Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --gut:   clamp(20px, 5vw, 64px);
  --maxw:  1240px;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
section[id], footer[id] { scroll-margin-top: 84px; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.62;
  font-feature-settings: "kern" 1, "liga" 1, "onum" 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.wrap--narrow { max-width: 980px; }
.wrap--wide { max-width: 1700px; padding-inline: clamp(20px, 3vw, 44px); }

/* ---------- typographic primitives ------------------------- */

/* small bold sans label, the Dishoom eyebrow */
.label {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0;
}
.label--green { color: var(--green); }
.label--muted { color: var(--ink-3); }
.label--light { color: rgba(255,255,255,.72); }

/* serif whisper above a heading */
.whisper {
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  letter-spacing: .06em;
  color: var(--ink-2);
  margin: 0 0 14px;
}

/* the wide-tracked uppercase serif display */
.display {
  font-family: var(--serif);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .13em;
  line-height: 1.22;
  margin: 0;
  font-size: clamp(24px, 3.1vw, 40px);
}
.display--sm { font-size: clamp(19px, 2vw, 25px); letter-spacing: .16em; }

/* sentence-case serif heading */
.heading {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.22;
  letter-spacing: .005em;
  margin: 0;
}

.prose p {
  margin: 0 0 1.05em;
  text-align: justify;
  hyphens: auto;
  font-size: 17.5px;
  line-height: 1.62;
  color: var(--ink-2);
}
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose em { font-style: italic; }

/* ---------- buttons ---------------------------------------- */

.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--ink);
  padding: 13px 26px;
  cursor: pointer;
  transition: background .28s ease, color .28s ease;
}
.btn:hover { background: var(--ink); color: var(--paper); }

.btn--light { color: #fff; border-color: rgba(255,255,255,.7); }
.btn--light:hover { background: #fff; color: var(--ink); }

.btn--solid {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
  font-weight: 600;
}
.btn--solid:hover { background: var(--green-deep); border-color: var(--green-deep); color: #fff; }

.btn--green { border-color: var(--green); color: var(--green-deep); }
.btn--green:hover { background: var(--green); color: #fff; border-color: var(--green); }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-row--center { justify-content: center; }

/* underline arrow link */
.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.arrow-link .rule { display: block; width: 46px; height: 1px; background: currentColor; transition: width .35s cubic-bezier(.2,.7,.3,1); }
.arrow-link:hover .rule { width: 68px; }
.arrow-link .tip { font-size: 13px; line-height: 1; margin-left: -12px; }

/* ---------- frames (archive plates) ------------------------ */

.plate {
  background: var(--paper);
  border: 1px solid var(--ink);
  padding: 6px;
}
.plate img { width: 100%; height: 100%; object-fit: cover; }

.plate--double {
  border: 1px solid var(--ink);
  padding: 5px;
  outline: 1px solid var(--ink);
  outline-offset: 3px;
}

.figure { margin: 0; }
.caption {
  font-family: var(--serif);
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-2);
  margin-top: 10px;
}
.caption b {
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink);
  margin-right: 4px;
}
.caption--side {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0 10px 0 0;
  white-space: nowrap;
}

/* ---------- dividers --------------------------------------- */

.dots {
  display: flex;
  justify-content: center;
  gap: 7px;
}
.dots span { width: 3px; height: 3px; background: var(--ink-3); border-radius: 50%; }

.star-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--ink-3);
}
.star-rule::before, .star-rule::after {
  content: ""; display: block; width: 62px; height: 1px; background: var(--rule);
}
.star-rule svg { width: 9px; height: 9px; flex: none; stroke: var(--ink-3); stroke-width: 1; }

/* section rhythm */
.band { padding-block: clamp(64px, 9vw, 128px); }
.band--tight { padding-block: clamp(48px, 6vw, 84px); }
.band--night { background: var(--night); color: var(--paper); }
.band--paper2 { background: var(--paper-2); }

/* ============================================================
   HEADER
   ============================================================ */

.site-head {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  padding-block: 18px;
  transition: background .4s ease, box-shadow .4s ease, padding .4s ease;
}
.site-head__inner {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: clamp(18px, 3.5vw, 40px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.nav { display: flex; align-items: center; gap: clamp(13px, 1.5vw, 21px); }
.nav a {
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  opacity: .85;
  transition: opacity .25s ease;
}
.nav a { position: relative; }
.nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .34s cubic-bezier(.2,.7,.3,1);
}
.nav a:hover, .nav a:focus-visible { opacity: 1; }
.nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); }
.nav .divider { width: 1px; height: 13px; background: currentColor; opacity: .35; color: #fff; }

.wordmark {
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}

.head-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }

.book-pill {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  color: #fff;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 999px;
  padding: 10px 22px;
  transition: background .3s ease, border-color .3s ease, transform .25s ease;
  white-space: nowrap;
}
.book-pill:hover { background: var(--green-deep); border-color: var(--green-deep); transform: translateY(-1px); }

/* «Bulk orders» ушёл из меню в кнопку — клиент продаёт, а не собирает лиды,
   поэтому каталог стоит рядом с бронью, а не пунктом в общем списке */
.book-pill--ghost { background: transparent; border-color: rgba(255,255,255,.42); color: #fff; }
.book-pill--ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; transform: translateY(-1px); }
.site-head.is-solid .book-pill--ghost { color: var(--ink); border-color: var(--rule); }
.site-head.is-solid .book-pill--ghost:hover { background: rgba(28,25,23,.06); }

.burger { display: none; }

/* scrolled → paper */
.site-head.is-solid {
  background: var(--paper);
  box-shadow: 0 1px 0 var(--rule-soft);
  padding-block: 12px;
}
.site-head.is-solid .nav a,
.site-head.is-solid .wordmark { color: var(--ink); }
.site-head.is-solid .book-pill:not(.book-pill--ghost) { color: #fff; }

/* ============================================================
   HERO — sticky plate that grows to full bleed on scroll
   ============================================================ */

.hero {
  position: relative;
  background: var(--night);
  height: 205vh;
}
/* the flat dark ground read as empty grey on wide screens, so it now carries
   ÉKO's own adire motif and a warm glow behind the plate */
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("../img/adire.png?v=3");
  background-size: var(--adire) var(--adire);
  background-position: center top;
  opacity: .17;
  /* the motif holds the edges and gets out of the way behind the plate */
  -webkit-mask-image: radial-gradient(58% 42% at 50% 42%, transparent 0%, #000 78%);
          mask-image: radial-gradient(58% 42% at 50% 42%, transparent 0%, #000 78%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(64% 42% at 50% 40%, rgba(185,156,85,.13) 0%, rgba(20,18,15,0) 70%),
    linear-gradient(180deg, rgba(20,18,15,.5) 0%, rgba(20,18,15,0) 30%, rgba(20,18,15,.62) 100%);
  pointer-events: none;
}
.hero__sticky { z-index: 1; }
@media (max-width: 900px) { .hero { height: 112vh; } }
@media (max-width: 560px) { .hero { height: 84vh; } }

/* на телефоне история занимала целый экран текста; третий абзац уходит,
   целиком она читается по кнопке «Our story» */
@media (max-width: 640px) {
  .prose__more { display: none; }
}

.hero__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* на телефоне липкий экран занимал всю высоту и следующая секция
   не выглядывала — оставляем ей полосу снизу */
@media (max-width: 900px) { .hero__sticky { height: 80vh; } }
@media (max-width: 560px) { .hero__sticky { height: 66vh; } }

.hero__plate {
  position: relative;
  margin: 0;
  overflow: hidden;
  width: var(--plate-w, 62vw);
  height: var(--plate-h, 56vh);
  will-change: width, height;
}
.hero__plate > .hero__video {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
  background: var(--night);
}
/* the poster is the mobile hero outright; on desktop the footage fades in over it */
.hero__plate > .hero__video { opacity: 1; transition: opacity .7s ease; }
.hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,9,7,.34) 0%, rgba(10,9,7,.14) 42%, rgba(10,9,7,.44) 100%);
}

.hero__quote {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: flex-end;
  padding: clamp(26px, 4vw, 60px);
  padding-bottom: clamp(58px, 8vh, 104px);
  text-align: left;
  color: #fff;
  opacity: var(--quote-o, 1);
  background: linear-gradient(76deg, rgba(8,7,5,.68) 0%, rgba(8,7,5,.4) 34%, rgba(8,7,5,0) 62%);
}

.hero__greeting {
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: .14em;
  color: rgba(255,255,255,.92);
  text-shadow: 0 2px 16px rgba(0,0,0,.55);
  margin: 0 0 12px;
}
.hero__quote q {
  font-family: var(--serif);
  line-height: 1.42;
  letter-spacing: .04em;
  quotes: "\201C" "\201D";
  text-wrap: balance;
  text-shadow: 0 2px 22px rgba(0,0,0,.5);
}
.hero__quote q { font-size: clamp(19px, 2.3vw, 30px); max-width: 17ch; display: block; }

.hero__cta {
  position: absolute;
  left: 0; right: 0;
  bottom: clamp(38px, 6vh, 74px);
  z-index: 3;
  padding-inline: clamp(26px, 4vw, 60px);
  justify-content: flex-end;
  flex-wrap: nowrap;
}

/* thin ruled seam between night and paper, like a printed edge */
.seam { height: 6px; background: var(--night); border-bottom: 1px solid var(--rule); }
.seam::after {
  content: ""; display: block; height: 3px; margin-top: 6px;
  border-top: 1px solid var(--rule-soft); border-bottom: 1px solid var(--rule-soft);
}

/* ============================================================
   LOVE LETTER
   ============================================================ */

.letter__lede {
  font-family: var(--serif);
  font-size: clamp(21px, 2.6vw, 33px);
  line-height: 1.38;
  letter-spacing: .045em;
  color: #BCB09A;
  margin: 0 0 clamp(44px, 6vw, 84px);
  max-width: 46ch;
}
.letter__lede .w {
  color: color-mix(in srgb, var(--ink) calc(var(--t, 0) * 100%), #BCB09A);
  transition: color .18s linear;
}
@supports not (color: color-mix(in srgb, red 50%, blue)) {
  .letter__lede .w { color: var(--ink-2); }
}
.letter__lede .indent { display: block; padding-left: clamp(0px, 12vw, 190px); }

.letter__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}
.letter__market > .plate img { aspect-ratio: 4 / 4.7; }
.letter__fig-side { display: flex; align-items: flex-start; justify-content: flex-end; margin-top: clamp(30px, 4vw, 52px); }
.letter__fig-side .plate { max-width: 236px; }
.letter__body { padding-top: 6px; }
.letter__body .prose .btn-row { margin-top: 26px; }

/* ============================================================
   TRIO CARDS
   ============================================================ */

.ways__head { text-align: center; }
.ways__head .heading { margin-top: 12px; }

.trio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 26px);
  margin-top: clamp(30px, 4vw, 46px);
}
.trio__card { display: block; }
.trio__shot { display: block; overflow: hidden; }
.trio__shot img {
  width: 100%; aspect-ratio: 4 / 4.2; object-fit: cover; display: block;
  transition: transform .8s cubic-bezier(.2,.7,.3,1);
}
.trio__card:hover .trio__shot img { transform: scale(1.045); }

.trio__foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--rule);
  transition: border-color .3s ease;
}
.trio__card:hover .trio__foot { border-bottom-color: var(--ink); }
.trio__name {
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 25px);
  letter-spacing: .02em;
}
.trio__go {
  font-size: 15px;
  color: var(--ink-3);
  transition: transform .35s cubic-bezier(.2,.7,.3,1), color .3s ease;
}
.trio__card:hover .trio__go { transform: translateX(6px); color: var(--ink); }

/* parallax beds: taller than the frame so nothing bares an edge as it moves */
.pbg { will-change: transform; }
.pbg > img { width: 100%; height: 100%; object-fit: cover; }
.pbg.is-drifting > img { animation: bedDrift 34s ease-in-out infinite alternate; transform-origin: 58% 45%; }
@keyframes bedDrift { from { transform: scale(1.02); } to { transform: scale(1.13); } }

/* ============================================================
   LOCATIONS
   ============================================================ */

.locations {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
}
.locations__bg { position: absolute; inset: -14% 0; }
.locations__bg > img { filter: brightness(1.35) saturate(1.06); }
.locations__bg::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(10,9,7,.88) 0%, rgba(10,9,7,.62) 38%, rgba(10,9,7,.3) 62%, rgba(10,9,7,.55) 100%),
    linear-gradient(180deg, rgba(10,9,7,.35) 0%, rgba(10,9,7,0) 30%, rgba(10,9,7,.45) 100%);
}
.locations__inner {
  position: relative; z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding: clamp(48px, 7vw, 96px) clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .78fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}
.locations__pitch {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(22px, 2.5vw, 31px);
  line-height: 1.34;
  letter-spacing: .05em;
  margin: 0 0 clamp(26px, 3.5vw, 44px);
  max-width: 17ch;
}
.locations__eyebrow { margin-bottom: 16px; }
.locations__list { list-style: none; margin: 0; padding: 0; }
.locations__list .loc + .loc { margin-top: 18px; }

.loc__name {
  display: block;
  font-family: var(--serif);
  font-size: clamp(23px, 3.1vw, 40px);
  line-height: 1.14;
  letter-spacing: .012em;
  color: #fff;
  opacity: .82;
  transition: opacity .28s ease;
}
.loc__name { opacity: .42; }
.loc.is-active .loc__name { opacity: 1; }
.loc:hover .loc__name, .loc__name:focus-visible { opacity: 1; }

.loc__status {
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 5px 0 0;
  color: rgba(255,255,255,.62);
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 14px;
}
.loc__status::before {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,.3);
  flex: none;
}
.loc__status.is-open { color: #6ddba4; }
.loc__status.is-open::before { background: #3fbd80; box-shadow: 0 0 0 3px rgba(63,189,128,.2); }

.loc__meta {
  font-family: var(--sans);
  font-size: 11.5px;
  letter-spacing: .05em;
  line-height: 1.5;
  color: rgba(255,255,255,.6);
  margin: 5px 0 0;
}
.loc__tel {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: 12px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.35);
  padding-bottom: 1px;
  transition: border-color .25s ease;
}
.loc__tel:hover { border-color: #fff; }
.loc__acts { display: contents; }
.loc__tel-ico { width: 12px; height: 12px; fill: currentColor; flex: none; }

/* ============================================================
   TRUST
   ============================================================ */

.trust__head { text-align: center; margin-bottom: clamp(30px, 4vw, 46px); }
.trust {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: clamp(16px, 2.4vw, 28px);
  align-items: stretch;
}
.trust__plate { display: flex; flex-direction: column; }
.trust__list { flex: 1; }
.trust__list { list-style: none; margin: 16px 0 0; padding: 0; }
.trust__list li:last-child { padding-bottom: 0; }
.trust__list li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px dotted var(--rule);
}
.trust__list li:last-child { border-bottom: 0; }
.trust__list span {
  font-family: var(--serif);
  font-size: 17px;
  flex: 1;
}
.trust__list b {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  color: var(--green-deep);
}
.trust__list b i {
  font-style: normal;
  font-size: 13px;
  color: var(--ink-3);
  margin-left: 3px;
}
.trust__src {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 16px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--rule-soft);
  line-height: 1.5;
}
.trust__agg {
  text-align: center;
  margin: clamp(26px, 3.4vw, 38px) 0 0;
  font-family: var(--serif);
}
.trust__agg b {
  display: block;
  font-weight: 400;
  font-size: clamp(38px, 5.4vw, 54px);
  line-height: 1;
  color: var(--green-deep);
}
.trust__agg span {
  display: block;
  margin-top: 10px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.trust__note {
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 14.5px;
  color: var(--ink-2);
  max-width: 62ch;
  margin: clamp(24px, 3vw, 36px) auto 0;
}

.locations__stage {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 368 / 525;
  justify-self: end;
  transform: scale(var(--stage-s, 1)) rotate(var(--stage-r, 0deg));
  transform-origin: 50% 60%;
  will-change: transform;
}
.locations__stage .shot {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: translateY(20px) scale(.965);
  transition: opacity .55s cubic-bezier(.2,.7,.3,1), transform .55s cubic-bezier(.2,.7,.3,1);
  pointer-events: none;
}
.locations__stage .shot.is-on { opacity: 1; transform: none; }
.locations__stage .plate {
  height: 100%;
  background: rgba(243,238,227,.9);
  border-color: rgba(255,255,255,.55);
}
.locations__stage .plate img { height: 100%; }

/* ============================================================
   GALLERY
   ============================================================ */

.gallery { padding-bottom: 0; }
.gallery__rail {
  margin-top: clamp(30px, 4vw, 48px);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.gallery__track {
  display: flex;
  gap: clamp(12px, 1.6vw, 22px);
  width: max-content;
  animation: rail 78s linear infinite;
}
.gallery__rail:hover .gallery__track { animation-play-state: paused; }
@keyframes rail { to { transform: translateX(-50%); } }

.gallery__item { margin: 0; flex: none; }
.gallery__item img {
  height: clamp(230px, 30vw, 400px);
  width: auto;
  object-fit: cover;
  border: 1px solid var(--rule);
}

/* ============================================================
   BILL OF FARE
   ============================================================ */

.fare__head { text-align: center; margin-bottom: clamp(34px, 4.5vw, 58px); }
.fare__head .whisper { margin-bottom: 10px; }

.fare__cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 6vw, 84px);
}
.fare__col h3 {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: var(--green-deep);
}
.fare__col > .rule-line { height: 1px; background: var(--rule); margin-bottom: 22px; }

.dish { padding: 13px 0; border-bottom: 1px dotted var(--rule); }
.dish:last-child { border-bottom: 0; }
.dish__top { display: flex; align-items: baseline; gap: 10px; }
.dish__name {
  font-family: var(--serif);
  font-size: 19px;
  letter-spacing: .015em;
}
.dish__leader { flex: 1; border-bottom: 1px dotted var(--rule); transform: translateY(-4px); }
.dish__price { font-family: var(--serif); font-size: 16px; color: var(--ink-2); }
.dish__desc {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--ink-3);
  margin: 2px 0 0;
}

.fare__plates-label { text-align: center; margin-top: clamp(40px, 5vw, 70px); }
.fare__plates-label + .fare__plates { margin-top: 18px; }
.fare__plates {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 28px);
  margin-top: clamp(40px, 5vw, 70px);
}
.fare__plates .caption { font-size: 13px; }
.fare__plates .figure .plate img { aspect-ratio: 4 / 3.5; }

@media (max-width: 1080px) {
  .fare__plates { grid-template-columns: 1fr; gap: 28px; max-width: 620px; margin-inline: auto; }
  .fare__plates .figure .plate img { aspect-ratio: 4 / 3.2; }
}
.fare__cta { margin-top: clamp(32px, 4vw, 48px); }

/* ============================================================
   BULK ORDERS
   ============================================================ */

.bulk { background: var(--paper-2); padding-block: clamp(64px, 9vw, 128px); }
.bulk__inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}
.bulk__lede {
  font-family: var(--serif);
  font-size: 17.5px;
  line-height: 1.62;
  color: var(--ink-2);
  margin: 20px 0 0;
  max-width: 44ch;
}
.bulk__pitch .display { margin-top: 14px; }

.bulk__facts {
  list-style: none;
  margin: clamp(24px, 3vw, 34px) 0 clamp(26px, 3vw, 34px);
  padding: 20px 0 0;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: start;
  gap: 0 clamp(24px, 4vw, 52px);
}
.bulk__facts strong {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1;
  color: var(--green-deep);
}
.lbl-short { display: none; }
.lbl-long, .lbl-short { font-style: normal; }
.bulk__facts span {
  display: block;
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 7px;
}

/* the listing he asked for by name: picture and price, nothing else */
.bulk__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
}
.bulk__item { display: block; }
.bulk__shot {
  display: block;
  overflow: hidden;
  border: 1px solid var(--rule);
  background: var(--paper);
}
.bulk__shot img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(.2,.7,.3,1);
}
.bulk__item:hover .bulk__shot img { transform: scale(1.05); }
.bulk__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 11px;
}
.bulk__name { font-family: var(--serif); font-size: 17px; }
.bulk__price { font-family: var(--serif); font-size: 17px; color: var(--ink-2); }

/* ============================================================
   CHEF
   ============================================================ */

.chef {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  gap: clamp(30px, 5vw, 78px);
  align-items: center;
}
.chef__text { text-align: center; }
.chef__text .star-rule { margin: 18px 0 24px; }
.chef__quote {
  font-family: var(--serif);
  font-size: 17.5px;
  line-height: 1.66;
  color: var(--ink-2);
  margin: 0 0 18px;
}
.chef__sign {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: var(--ink);
  margin: 0 0 24px;
}
.chef__sign span {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 6px;
}
.chef .figure img { aspect-ratio: 4 / 3.1; }

/* ============================================================
   CATERING
   ============================================================ */

.catering { position: relative; overflow: hidden; }
.catering__bg { position: absolute; inset: -14% 0; }

.catering__bg::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(10,9,7,.66) 0%, rgba(10,9,7,.3) 55%, rgba(10,9,7,.45) 100%);
}
.catering__inner {
  position: relative; z-index: 2;
  max-width: 1400px; margin-inline: auto;
  padding: clamp(64px, 9vw, 132px) clamp(20px, 4vw, 56px);
}
.catering__card {
  max-width: 470px;
  background: rgba(243,238,227,.95);
  border: 1px solid var(--ink);
  outline: 1px solid var(--ink);
  outline-offset: 4px;
  padding: clamp(24px, 3vw, 36px);
}
.display--spread { display: grid; gap: 2px; }
.display--spread > span { display: flex; justify-content: space-between; gap: 18px; }
.display--spread i { font-style: normal; }
.catering__card .display { margin: 12px 0 0; text-align: left; }
.catering__card p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 20px 0 0;
}
.catering__tiers {
  list-style: none; margin: 22px 0 24px; padding: 18px 0 0;
  border-top: 1px solid var(--rule);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.catering__tiers li { text-align: left; }
.catering__tiers strong {
  display: block;
  text-align: left;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
  color: var(--green-deep);
}
.catering__tiers span {
  display: block;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 6px;
}

/* ============================================================
   ORIGINS (framed plates)
   ============================================================ */

.origins {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.5fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}
.origins__intro p {
  font-size: 17px;
  line-height: 1.62;
  color: var(--ink-2);
  margin: 14px 0 24px;
}
.origins__plates { display: grid; gap: clamp(16px, 2.4vw, 26px); }
.origins__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2.4vw, 26px); }

.origin-plate {
  border: 1px solid var(--ink);
  outline: 1px solid var(--ink);
  outline-offset: 3px;
  padding: clamp(20px, 2.4vw, 30px);
  text-align: center;
  background: var(--paper);
}
.origin-plate .label { margin-bottom: 12px; color: var(--ink-3); }
.origin-plate .big {
  font-family: var(--serif);
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.05;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0;
}
.origin-plate .big em { font-style: italic; text-transform: none; letter-spacing: .01em; }
.origin-plate .star-rule { margin: 14px 0; }
.origin-plate p {
  font-family: var(--serif);
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0;
}
.origin-plate--emblem { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 20px; align-items: center; text-align: left; }
.origin-plate--emblem img { width: 110px; border: 1px solid var(--ink); }
.origin-plate--emblem .star-rule { justify-content: flex-start; }
.origin-plate--emblem .star-rule::before { display: none; }

/* ============================================================
   SIGN-OFF + NEWSLETTER
   ============================================================ */

.signoff { position: relative; overflow: hidden; }
.signoff__bg {
  position: absolute; inset: 0;
  background: #0B1410 url("../img/adire.png?v=3") center / var(--adire) var(--adire) repeat;
}
.signoff__bg::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(96deg, rgba(4,20,14,.86) 0%, rgba(4,20,14,.6) 46%, rgba(4,20,14,.72) 100%);
}
.signoff__inner {
  position: relative; z-index: 2;
  max-width: 1400px; margin-inline: auto;
  padding: clamp(64px, 8vw, 118px) clamp(20px, 4vw, 56px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
}
.signoff__word .label { margin-bottom: 18px; }
.signoff q {
  font-family: var(--serif);
  font-size: clamp(30px, 4.4vw, 60px);
  line-height: 1.14;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #fff;
  quotes: "\201C" "\201D";
  display: block;
  max-width: 9ch;
  text-shadow: 0 2px 26px rgba(0,0,0,.4);
}

.club { max-width: 620px; justify-self: end; width: 100%; }
.club__box {
  border: 1px solid var(--ink);
  outline: 1px solid rgba(255,255,255,.4);
  outline-offset: 5px;
  padding: clamp(26px, 3.4vw, 44px);
  background: var(--paper);
  text-align: center;
}
.club__box p { font-size: 16.5px; line-height: 1.6; color: var(--ink-2); margin: 14px 0 26px; }
.club__form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; }
.club__form input {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rule);
  padding: 11px 2px;
  min-width: 0;
}
.club__form input::placeholder { color: var(--ink-3); }
.club__form input:focus { outline: 0; border-bottom-color: var(--green); }
.club__note {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .04em;
  color: var(--ink-3);
  margin: 18px 0 0 !important;
}

/* ============================================================
   FOOTER
   ============================================================ */

.site-foot { position: relative; background: #000; color: rgba(255,255,255,.72); padding-block: clamp(52px, 6vw, 82px) 34px; }
.site-foot::before {
  content: "";
  position: absolute; inset: 0;
  background: url("../img/adire.png?v=3") center top / var(--adire) var(--adire) repeat;
  opacity: .085;
  pointer-events: none;
}
.site-foot > * { position: relative; z-index: 1; }
.site-foot a { color: inherit; transition: color .25s ease; }
.site-foot a:hover { color: #fff; }

.foot__top {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.15fr) minmax(0, 1.15fr) minmax(0, .75fr);
  gap: clamp(26px, 4vw, 56px);
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.foot__brand img { width: 190px; }
.foot__brand p { font-size: 16.5px; line-height: 1.62; margin: 20px 0 0; max-width: 30ch; color: rgba(255,255,255,.6); }
.foot__col h4 {
  font-family: var(--sans); font-size: 11.5px; font-weight: 700;
  letter-spacing: .19em; text-transform: uppercase; color: #fff;
  margin: 0 0 18px;
}
.foot__col ul { list-style: none; margin: 0; padding: 0; }
.foot__col li { margin-bottom: 11px; font-size: 16.5px; }
.foot__col .addr-block { font-size: 15px; text-wrap: pretty; line-height: 1.6; margin-bottom: 18px; color: rgba(255,255,255,.6); }
.foot__col .addr-block a { border-bottom: 1px solid rgba(255,255,255,.22); }
.foot__col .addr-block a:hover { border-color: rgba(255,255,255,.6); }
.foot__col .addr-block b { display: block; color: #fff; font-weight: 400; font-size: 17px; letter-spacing: .04em; margin-bottom: 2px; }
/* название зала ведёт к его карточке на странице ресторанов; подчёркивания
   не даём — оно ломает ритм адресного блока, ведёт себя как заголовок */
.addr-block__name { color: inherit; border-bottom: 0 !important; transition: color .25s ease; }
.addr-block__name:hover { color: #CDB574; }
.addr-block__name:focus-visible { outline: 2px solid #CDB574; outline-offset: 3px; }

.foot__bottom {
  display: flex; flex-wrap: wrap; gap: 16px;
  align-items: center; justify-content: space-between;
  padding-top: 26px;
}
.foot__bottom p, .foot__bottom nav {
  font-family: var(--sans); font-size: 11.5px; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase;
  color: rgba(255,255,255,.55); margin: 0;
}
.foot__bottom nav { display: flex; gap: 20px; }
.foot__reach { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-top: 22px; }
.foot__wa {
  display: inline-flex; align-items: center; gap: 9px;
  min-height: 44px; padding: 0 18px;
  border: 1px solid rgba(255,255,255,.28);
  font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: .04em;
  color: #fff;
  transition: border-color .25s ease, background .25s ease;
}
.foot__wa svg { width: 18px; height: 18px; fill: currentColor; flex: none; }
.foot__wa:hover { border-color: #25D366; background: rgba(37,211,102,.1); }
.foot__mail {
  font-family: var(--sans); font-size: 13.5px;
  color: rgba(255,255,255,.72);
  border-bottom: 1px solid rgba(255,255,255,.24);
  padding-bottom: 2px;
}
.foot__mail:hover { color: #fff; border-bottom-color: rgba(255,255,255,.6); }

.foot__socials { display: flex; gap: 20px; }
.foot__socials a { opacity: .7; }
.foot__socials a:hover { opacity: 1; }
.foot__socials svg { width: 19px; height: 19px; fill: currentColor; }

/* ============================================================
   REVEAL
   ============================================================ */

[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .8s cubic-bezier(.2,.7,.3,1), transform .8s cubic-bezier(.2,.7,.3,1); }
[data-reveal].is-in { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: .09s; }
[data-reveal][data-delay="2"] { transition-delay: .18s; }
[data-reveal][data-delay="3"] { transition-delay: .27s; }

[data-reveal="left"] {
  transform: translateX(-56px);
  transition: opacity .9s cubic-bezier(.16,.84,.3,1), transform .9s cubic-bezier(.16,.84,.3,1);
}
[data-reveal="left"].is-in { transform: none; }

@media (prefers-reduced-motion: reduce) {
  .pbg { transform: none !important; }
  * { animation: none !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   MOBILE PANEL
   ============================================================ */

.mobile-panel {
  position: fixed; inset: 0; z-index: 80;
  background: var(--night);
  color: #fff;
  padding: 26px clamp(20px, 6vw, 40px);
  display: flex; flex-direction: column;
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform .5s cubic-bezier(.2,.7,.3,1), visibility 0s linear .5s;
  overflow-y: auto;
}
.mobile-panel[hidden] { display: none; }
.mobile-panel.is-open { transform: none; visibility: visible; transition-delay: 0s, 0s; }
.panel-close {
  background: none; border: 0; padding: 0; cursor: pointer;
  color: #fff; opacity: .85; display: grid; place-items: center;
  transition: opacity .25s ease;
}
.panel-close:hover { opacity: 1; }
.panel-close svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.4; stroke-linecap: round; }

.mobile-panel__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 42px; }
.mobile-panel nav { display: grid; gap: 4px; }
.mobile-panel nav a {
  font-family: var(--serif);
  font-size: 27px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.mobile-panel .btn-row { margin-top: 34px; gap: 10px; }
.mobile-panel .btn-row .btn { flex: 1 1 0; text-align: center; }
.mobile-panel__foot {
  margin-top: auto;
  padding-top: 30px;
  display: flex;
  align-items: center;
  gap: 22px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
}
.mobile-panel__foot a { display: inline-flex; align-items: center; gap: 9px; color: inherit; }
.mobile-panel__foot a:hover { color: #fff; }
.mobile-panel__foot svg { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 1.3; stroke-linecap: round; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1240px) {
  .nav { gap: 13px; }
  .nav a { font-size: 10px; letter-spacing: .12em; }
}

@media (max-width: 1080px) {
  body { font-size: 16px; }
  .site-head__inner { grid-template-columns: auto auto 1fr; gap: 14px; }
  .wordmark { justify-self: start; }
  .pill-rest { display: none; }
  .book-pill { padding: 9px 18px; }
  /* каталог — единственный призыв в шапке, на телефоне он тоже нужен */
  .head-actions__bulk { padding: 9px 14px; font-size: 11.5px; }
  .nav > a, .nav > .divider { display: none; }
  .burger {
    display: inline-flex; align-items: center; gap: 9px;
    background: none; border: 0; padding: 0; cursor: pointer; color: #fff;
    font-family: var(--sans); font-size: 11px; font-weight: 600;
    letter-spacing: .17em; text-transform: uppercase;
  }
  .burger i { display: block; width: 18px; height: 1px; background: currentColor; position: relative; }
  .burger i::before, .burger i::after { content: ""; position: absolute; left: 0; width: 18px; height: 1px; background: currentColor; }
  .burger i::before { top: -5px; } .burger i::after { top: 5px; }
  .site-head.is-solid .burger { color: var(--ink); }

  .letter__grid { grid-template-columns: 1fr; }
  .letter__lede .indent { padding-left: 0; }
  .letter__fig-side { justify-content: flex-start; margin-top: 30px; }
  .letter__fig-side .plate { max-width: 220px; }

  .trio { gap: 14px; }

  .locations { min-height: 0; }
  /* на телефоне текст лежит прямо на фотографии во всю ширину, а не в
     затемнённой левой колонке — поэтому фон нужен заметно глуше */
  .locations__bg > img { filter: brightness(.86) saturate(1.02); }
  .locations__bg::after {
    background:
      linear-gradient(180deg, rgba(10,9,7,.72) 0%, rgba(10,9,7,.8) 55%, rgba(10,9,7,.86) 100%);
  }
  .locations__inner { grid-template-columns: 1fr; gap: 34px; }
  .locations__list .loc + .loc { margin-top: 22px; }
  .loc__name { opacity: 1; }
  .locations__stage { display: none; }
  .trust { grid-template-columns: 1fr; }

  .fare__cols { grid-template-columns: 1fr; }

  .bulk__inner { grid-template-columns: 1fr; }
  .chef { grid-template-columns: 1fr; }
  .chef__fig { order: -1; }

  .origins { grid-template-columns: 1fr; }
  .origins__row { grid-template-columns: 1fr; }

  .signoff__inner { grid-template-columns: 1fr; }
  .club { justify-self: stretch; max-width: none; }
  .signoff q { max-width: none; }
  .club__form { grid-template-columns: 1fr; }
  .club__form .btn { justify-self: stretch; }

  .foot__top { grid-template-columns: 1fr 1fr; }
  .foot__brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .trio { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; gap: 26px; }
  .trio__shot img { aspect-ratio: 4 / 3.2; }
}

@media (max-width: 560px) {
  .hero__quote q { font-size: 20px; max-width: 14ch; }
  .hero__cta { justify-content: center; }

  .wordmark { font-size: 17px; letter-spacing: .14em; }
  .burger { font-size: 0; gap: 0; }
  .burger i, .burger i::before, .burger i::after { width: 20px; }
  .book-pill { font-size: 11.5px; padding: 8px 16px; }
  .site-head__inner { gap: 11px; padding-inline: 15px; }

  .caption--side { writing-mode: horizontal-tb; transform: none; margin: 10px 0 0; white-space: normal; }
  .letter__fig-side { flex-direction: column; justify-content: flex-start; margin-top: 30px; }

  .fare__plates { grid-template-columns: 1fr; }

  .display--spread > span { justify-content: flex-start; gap: .34em; }
  .catering__tiers { grid-template-columns: 1fr; gap: 14px; text-align: left; }

  .bulk__facts { grid-template-columns: 1fr; gap: 18px; }
  .bulk__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .origin-plate--emblem { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .origin-plate--emblem .star-rule { justify-content: center; }
  .origin-plate--emblem .star-rule::before { display: block; }

  .signoff__inner { grid-template-columns: 1fr; }
  .signoff q { max-width: none; }
  .club { justify-self: stretch; max-width: none; }
  .club__form { grid-template-columns: 1fr; }
  .club__form .btn { justify-self: stretch; }

  .foot__top { grid-template-columns: 1fr; }
  .foot__bottom { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   MOBILE COMFORT
   every action a thumb has to hit gets a 44px box, and the
   restaurant list stops behaving like a desktop table
   ============================================================ */

@media (max-width: 900px) {

  /* --- header --- */
  .burger {
    font-size: 0; gap: 0;
    width: 44px; height: 44px;
    margin-left: -12px;
    justify-content: center;
  }
  .burger i, .burger i::before, .burger i::after { width: 20px; }
  .book-pill { padding: 13px 22px; font-size: 12.5px; }
  .wordmark { padding-block: 10px; }
  .panel-close { width: 44px; height: 44px; margin-right: -10px; }

  /* --- reading --- */
  .prose p { text-align: left; hyphens: none; }
  .bulk__lede, .chef__quote, .club__box p { text-align: left; }
  .chef__text, .trust__note { text-align: left; }
  .chef__text .star-rule, .chef__text .btn-row { justify-content: flex-start; }

  /* --- restaurants become cards, not table rows --- */
  .locations__list .loc {
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.13);
  }
  .locations__list .loc + .loc { margin-top: 0; }
  .locations__list .loc:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
  .loc__name { font-size: 30px; padding-block: 2px; }
  .loc__status { font-size: 11.5px; margin-top: 9px; }
  .loc__meta {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,.72);
    margin-top: 8px;
  }
  .loc__tel {
    display: inline-flex;
    margin: 12px 0 0;
    border: 1px solid rgba(255,255,255,.5);
    border-bottom-color: rgba(255,255,255,.5);
    border-radius: 999px;
    padding: 11px 18px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
  }
  .loc__tel-ico { width: 14px; height: 14px; }
  .loc__acts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
  .loc__acts .loc__tel { margin: 0; }

  /* --- three facts stay on one line --- */
  .bulk__facts { grid-template-columns: repeat(3, auto); gap: 0 22px; }
  .bulk__facts strong { font-size: 26px; }
  .bulk__facts span { font-size: 9.5px; letter-spacing: .1em; }
  .lbl-long { display: none; }
  .lbl-short { display: inline; }

  /* --- footer: room for thumbs --- */
  .foot__col li { margin-bottom: 0; }
  .foot__col li a { display: inline-block; padding: 11px 0; }
  .foot__col .addr-block a { display: inline-block; padding: 9px 0 7px; }
  .foot__socials { gap: 6px; }
  .foot__socials a { width: 44px; height: 44px; display: grid; place-items: center; }
  .foot__bottom nav { gap: 4px; }
  .foot__bottom nav a { display: inline-block; padding: 11px 10px 11px 0; }

  /* --- forms --- */
  .club__form input { padding: 15px 2px; font-size: 16px; }
  .club__form .btn { padding: 16px 26px; }
  .btn { padding: 15px 26px; }
  .arrow-link { padding-block: 11px; }
}

/* ============================================================
   SHARED TAP TARGETS
   the wordmark and the two footer link groups sat at 37–41px;
   raised globally so every page inherits the fix
   ============================================================ */

@media (max-width: 900px) {
  .wordmark { display: inline-flex; align-items: center; min-height: 44px; }
  .foot__col .addr-block a { padding: 12px 0 10px; }
  .foot__bottom nav a { padding: 13px 10px 13px 0; }
  .mobile-panel { overflow-x: hidden; }
}

@media (max-width: 900px) {
  /* the restaurant name is a tel: link — give the thumb a full box */
  .loc__name { min-height: 44px; display: flex; align-items: center; }
  .loc__tel { min-height: 44px; box-sizing: border-box; }
  .arrow-link { min-height: 44px; }
}

/* ============================================================
   TOUCH COMFORT — up to the burger breakpoint, not just phones
   the mobile header appears at 1080px, so tablets were left with
   a 14px burger and 19px links. Sizing only, no layout changes.
   ============================================================ */

@media (max-width: 1080px) {
  .burger { width: 44px; height: 44px; justify-content: center; }
  .wordmark { display: inline-flex; align-items: center; min-height: 44px; }
  .panel-close { width: 44px; height: 44px; }
  .book-pill { padding-block: 13px; }
  .btn { padding-block: 15px; }

  .loc__name { min-height: 44px; display: flex; align-items: center; }
  .loc__tel { min-height: 44px; box-sizing: border-box; padding-block: 11px; }
  .arrow-link { min-height: 44px; }

  .foot__col li a { display: inline-block; padding: 11px 0; }
  .foot__col .addr-block a { display: inline-block; padding: 12px 0 10px; }
  .foot__bottom nav a { display: inline-block; padding: 13px 10px 13px 0; }
  .foot__socials a { width: 44px; height: 44px; display: grid; place-items: center; }
  .club__form input { padding-block: 15px; }
}

/* every telephone and email link is an action — give it a thumb-sized box
   on any touch width, on every page, present and future */
@media (max-width: 1080px) {
  a[href^="tel:"], a[href^="mailto:"] {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
}

/* ============================================================
   HEADER — logo left, navigation centred
   done with grid order so no page markup has to change
   ============================================================ */

@media (min-width: 1081px) {
  /* колонки 1fr auto 1fr уже заданы в базе: крайние равны,
     поэтому средняя встаёт ровно по центру экрана */
  .wordmark { order: -1; justify-self: start; }
  .nav { justify-self: center; gap: clamp(14px, 1.7vw, 24px); }
  .head-actions { justify-self: end; }
}

/* ============================================================
   BULK COLLAGE — scattered photographs instead of a neat grid.
   Purely a gallery: no links, the section CTA does the navigating.
   ============================================================ */

.bulk__collage {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.9;
}
.bulk__pic {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 26px 50px rgba(20,18,15,.13);
  background: var(--paper);
  opacity: 0;
  transform: translate(var(--fx, 0), var(--fy, 40px)) scale(.95);
  transition: opacity .85s cubic-bezier(.2,.7,.3,1), transform .95s cubic-bezier(.2,.7,.3,1);
}
.bulk__pic img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bulk__pic.is-in { opacity: 1; transform: none; }

/* три кадра по краям и один крупный в центре поверх них */
.bulk__pic--1 { left: 0;    top: 0;   width: 37%; aspect-ratio: 4/5;   z-index: 1; --fx: -30px; --fy: -18px; }
.bulk__pic--2 { left: 64%;  top: 11%; width: 36%; aspect-ratio: 4/5;   z-index: 1; --fx: 32px;  --fy: -22px; }
.bulk__pic--3 { left: 12%;  top: 60%; width: 28%; aspect-ratio: 4/5;   z-index: 2; --fx: -26px; --fy: 40px; }
.bulk__pic--4 { left: 29%;  top: 25%; width: 50%; aspect-ratio: 4/4.8; z-index: 3; --fx: 0;     --fy: 46px; }

.bulk__pic[data-fly="1"] { transition-delay: .08s; }
.bulk__pic[data-fly="2"] { transition-delay: .16s; }
.bulk__pic[data-fly="3"] { transition-delay: .24s; }

@media (max-width: 620px) {
  .bulk__collage { aspect-ratio: 1 / 1; }
  .bulk__pic { border-radius: 14px; box-shadow: 0 16px 30px rgba(20,18,15,.16); --fx: 0 !important; }
  .bulk__pic--1 { left: 0;   top: 0;   width: 42%; }
  .bulk__pic--2 { left: 58%; top: 9%;  width: 42%; }
  .bulk__pic--3 { left: 6%;  top: 58%; width: 33%; }
  .bulk__pic--4 { left: 26%; top: 26%; width: 56%; }
}

@media (prefers-reduced-motion: reduce) {
  .bulk__pic { opacity: 1; transform: none; }
}

.bulk { overflow-x: clip; }

/* ============================================================
   QUICK BUY — dishes come in sizes, so the choice happens here
   before anything reaches the basket
   ============================================================ */

.qb { position: fixed; inset: 0; z-index: 120; }
.qb__scrim {
  position: absolute; inset: 0;
  background: rgba(10,9,7,.62);
  opacity: 0; transition: opacity .28s ease;
}
.qb.is-on .qb__scrim { opacity: 1; }

.qb__panel {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -46%) scale(.97);
  width: min(760px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
  background: var(--paper);
  border: 1px solid var(--ink);
  opacity: 0;
  transition: opacity .3s ease, transform .35s cubic-bezier(.2,.7,.3,1);
}
.qb.is-on .qb__panel { opacity: 1; transform: translate(-50%, -50%); }

.qb__x {
  position: absolute; right: 10px; top: 10px;
  width: 44px; height: 44px;
  display: grid; place-items: center;
  background: rgba(243,238,227,.9);
  border: 0; cursor: pointer; color: var(--ink); z-index: 2;
}
.qb__x svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.4; stroke-linecap: round; }

.qb__shot { background: var(--paper-2); }
.qb__shot img { width: 100%; height: 100%; object-fit: cover; display: block; }

.qb__body { padding: clamp(22px, 3vw, 32px); }
.qb__name {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(24px, 3vw, 32px); line-height: 1.15;
  margin: 8px 0 clamp(18px, 2.4vw, 26px);
}
.qb__lab { color: var(--ink-3); margin-bottom: 10px; }

.qb__sizes { display: flex; flex-wrap: wrap; gap: 8px; }
.qb__sizes button {
  flex: 1 1 0; min-width: 84px; min-height: 62px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  background: transparent; border: 1px solid var(--rule); cursor: pointer; color: var(--ink);
  transition: border-color .22s ease, background .22s ease;
}
.qb__sizes button b { font-family: var(--serif); font-weight: 400; font-size: 17px; }
.qb__sizes button i { font-style: normal; font-family: var(--serif); font-size: 14px; color: var(--ink-2); }
.qb__sizes button:hover { border-color: var(--ink); }
.qb__sizes button.is-on { border-color: var(--green); background: rgba(0,131,78,.07); }
.qb__sizes button.is-on i { color: var(--green-deep); }
.qb__sizes button em {
  font-style: normal; font-family: var(--sans); font-size: 9.5px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); margin-top: 1px;
}
.qb__sizes button.is-on em { color: var(--green-deep); }
.qb__serves {
  font-family: var(--serif); font-size: 14px; color: var(--ink-2);
  margin: 9px 0 0;
}

.qb__row { display: flex; gap: 10px; margin-top: 18px; }
.qb__qty { display: flex; align-items: center; border: 1px solid var(--ink); flex: none; }
.qb__qty button { width: 44px; height: 48px; background: none; border: 0; cursor: pointer; font-size: 17px; color: var(--ink); }
.qb__qty span { min-width: 34px; text-align: center; font-family: var(--serif); font-size: 17px; }
.qb__add { flex: 1; min-height: 48px; }

.qb__terms {
  font-family: var(--sans); font-size: 10.5px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3);
  margin: 16px 0 0;
}
.qb__more {
  display: inline-flex; align-items: center; min-height: 44px;
  font-family: var(--sans); font-size: 12px; font-weight: 600;
  border-bottom: 1px solid var(--rule); margin-top: 6px;
}
.qb__more:hover { border-bottom-color: var(--ink); }

@media (max-width: 700px) {
  .qb__panel { grid-template-columns: 1fr; width: calc(100vw - 20px); }
  .qb__shot { aspect-ratio: 16 / 9; }
}
@media (prefers-reduced-motion: reduce) {
  .qb__panel, .qb__scrim { transition: none; }
}

/* одна строка отзыва у двух самых обсуждаемых блюд. Больше нельзя:
   цитата у каждого блюда превращается в шум и обесценивает обе */
.dish__quote {
  margin: 10px 0 2px;
  padding-left: 12px;
  border-left: 2px solid var(--green);
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  line-height: 1.45;
  color: var(--green-deep);
}

/* ============================================================
   QUOTES — реальные отзывы Google. Компонент общий: оптовые
   заказы, кейтеринг, страница ресторанов. Не дублировать.
   ============================================================ */

.qgrid {
  display: grid;
  gap: clamp(20px, 2.6vw, 32px);
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.q { margin: 0; border-top: 1px solid var(--rule); padding-top: 18px; }
.q blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
}
.q blockquote::before { content: "\201C"; }
.q blockquote::after  { content: "\201D"; }
.q figcaption {
  display: flex; gap: 8px; align-items: center; flex-wrap: wrap;
  margin-top: 12px;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--ink-3);
}
.q figcaption b { color: var(--ink); font-weight: 600; }
.q__st { color: var(--green-deep); letter-spacing: 0; }

/* вариант в колонку — страница кейтеринга */
.q--stack + .q--stack { margin-top: 22px; }

.quotes__src {
  margin: clamp(24px, 3vw, 34px) 0 0;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.quotes__src a { border-bottom: 1px solid var(--rule); }
.quotes__src a:hover { border-bottom-color: var(--ink); }
