@import url("fonts.css");

/* ===========================================================================
 * Rumi Café & Grill — the whole design.
 *
 * The restaurant already has a visual language: gold script on charcoal, the
 * whirling dervish, Cormorant on the printed cards and on the five screens
 * upstairs. This stylesheet is that language turned into a website rather
 * than a new one invented next to it.
 *
 * Two grounds, used deliberately:
 *   cream    the reading ground — menus, prose, anything with small text on it
 *   charcoal the display ground — hero, bands, footer, anything photographic
 *
 * Every colour pair in here was checked against WCAG AA (4.5:1) before it was
 * written down. Gold is the trap: --gold reads beautifully on charcoal and
 * illegibly on cream, so cream-ground gold text uses --gold-ink instead. If
 * you add a rule, keep that split.
 * ======================================================================== */

:root {
  /* --------------------------------------------------------------- colour */
  --ink: #14110d;          /* brand charcoal, off the printed cards */
  --ink-2: #1d1913;        /* raised charcoal — cards on a dark band */
  --ink-3: #2a241b;        /* hairline-adjacent charcoal */
  --cream: #f6f0e4;        /* the page */
  --cream-2: #efe6d4;      /* alternating band */
  --card: #fffdf7;         /* a card lifted off the cream */

  --text: #241f17;         /* body text on cream            14.4:1 */
  --text-soft: #5a5041;    /* secondary text on cream        7.0:1 */
  --text-cream: #f4ead6;   /* body text on charcoal         15.8:1 */
  --text-cream-soft: #a2937a; /* secondary text on charcoal  6.3:1 */

  --gold: #c9ae62;         /* gold on charcoal               8.7:1 */
  --gold-light: #ecdcab;
  --gold-ink: #7a6120;     /* gold as TEXT on cream          5.2:1 */
  --gold-deep: #8f7736;

  --rule: #ddd1b4;         /* hairline on cream */
  --rule-dark: #4a3f28;    /* hairline on charcoal */

  /* ---------------------------------------------------------------- shape */
  --wrap: 1160px;
  --gutter: clamp(20px, 5vw, 56px);
  --radius: 3px;           /* nearly square: this is a menu card, not an app */
  --topbar-h: 66px;

  /* ---------------------------------------------------------------- depth */
  --lift: 0 1px 2px rgba(36, 31, 23, .05), 0 8px 24px rgba(36, 31, 23, .07);
  --lift-lg: 0 2px 4px rgba(36, 31, 23, .06), 0 18px 48px rgba(36, 31, 23, .10);
}

@media (max-width: 719px) {
  :root { --topbar-h: 58px; }
}

/* ============================================================ base + reset */

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

html {
  scroll-behavior: smooth;
  /* The sticky bar must not cover the heading an in-page link jumps to. */
  scroll-padding-top: calc(var(--topbar-h) + 18px);
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--cream);
  color: var(--text);
  font-family: Manrope, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, picture, svg, video { display: block; max-width: 100%; }
img { height: auto; }

a { color: inherit; }

:where(a, button, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--gold-deep);
  outline-offset: 3px;
  border-radius: 2px;
}
.on-dark :where(a, button, summary, [tabindex]):focus-visible { outline-color: var(--gold-light); }

::selection { background: var(--gold); color: var(--ink); }

/* Skip link — first stop for a keyboard or screen reader, invisible otherwise. */
.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--ink);
  color: var(--gold-light);
  padding: 12px 20px;
  font-weight: 600;
}
.skip:focus { left: 8px; top: 8px; }

/* ============================================================== typography */

.display {
  font-family: Cormorant, "Cormorant Garamond", Garamond, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.005em;
  /* Cormorant defaults to old-style figures: £15.90 drops below the x-height
   * and 100% turns into 1oo%. Lovely on a printed card, wrong on a price. */
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}

h1.display { font-size: clamp(2.6rem, 1.6rem + 4.4vw, 5rem); }
h2.display { font-size: clamp(2rem, 1.4rem + 2.6vw, 3.3rem); }
h3.display { font-size: clamp(1.4rem, 1.2rem + 0.9vw, 1.9rem); }

/* The small letterspaced label above a heading. */
.eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-ink);
  margin-bottom: 14px;
}
.on-dark .eyebrow { color: var(--gold); }

.lede {
  font-size: clamp(1.08rem, 1rem + 0.4vw, 1.28rem);
  line-height: 1.65;
  color: var(--text-soft);
  max-width: 62ch;
}
.on-dark .lede { color: var(--text-cream-soft); }

p + p { margin-top: 1em; }

.prose p { max-width: 68ch; }
.prose p + p { margin-top: 1.1em; }
.prose em { font-style: italic; }

/* A Persian saying, set the way the wall would set it. */
.quote {
  font-family: Cormorant, Garamond, serif;
  font-style: italic;
  font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.3rem);
  line-height: 1.35;
  color: var(--gold-ink);
  max-width: 24ch;
}
.on-dark .quote { color: var(--gold-light); }
.quote cite {
  display: block;
  margin-top: 16px;
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.on-dark .quote cite { color: var(--text-cream-soft); }

/* ================================================================== layout */

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding-block: clamp(56px, 8vw, 108px); }
.section-tight { padding-block: clamp(40px, 5vw, 68px); }

.band-cream-2 { background: var(--cream-2); }
.band-dark {
  background: var(--ink);
  color: var(--text-cream);
}
.band-dark h1, .band-dark h2, .band-dark h3 { color: var(--text-cream); }

/* Two columns that become one, without a media query per instance. */
.split {
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
@media (min-width: 880px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split-wide-left { grid-template-columns: 1.15fr 0.85fr; }
  .split-wide-right { grid-template-columns: 0.85fr 1.15fr; }
}

.stack-lg > * + * { margin-top: clamp(18px, 2.5vw, 28px); }

/* =============================================================== ornaments */

/* A gold hairline with the brand's flame sitting in the break — the divider
 * the printed cards use between courses. */
.ornament {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-block: clamp(26px, 4vw, 42px);
  color: var(--gold-deep);
}
.ornament::before, .ornament::after {
  content: "";
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: .45;
}
.ornament svg { width: 22px; height: 22px; flex: none; }
.on-dark .ornament { color: var(--gold); }

.ornament-start::before { display: none; }
.ornament-start { justify-content: flex-start; }
.ornament-start svg { margin-left: 0; }

/* ================================================================== topbar */

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--topbar-h);
  background: rgba(246, 240, 228, .94);
  border-bottom: 1px solid var(--rule);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
}
.topbar-in {
  height: 100%;
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 32px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  flex: none;
}
.brand img.word { height: clamp(26px, 3.4vw, 34px); width: auto; }
.brand img.flame { height: clamp(20px, 2.6vw, 26px); width: auto; }
.brand .sub {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-soft);
  border-left: 1px solid var(--rule);
  padding-left: 9px;
  line-height: 1.25;
}
@media (max-width: 899px) { .brand .sub { display: none; } }

/* Five links, no hamburger: they fit, and a menu that needs JavaScript to
 * open is a menu that does not open when the JavaScript fails. Below 720px
 * the row scrolls sideways instead of collapsing. */
.topnav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(4px, 1.6vw, 22px);
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  mask-image: linear-gradient(90deg, transparent 0, #000 12px, #000 calc(100% - 12px), transparent 100%);
}
.topnav::-webkit-scrollbar { display: none; }
@media (min-width: 720px) { .topnav { mask-image: none; } }

.topnav a {
  flex: none;
  text-decoration: none;
  font-size: clamp(0.72rem, 0.66rem + 0.25vw, 0.8rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-soft);
  padding: 8px 6px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color .15s ease, border-color .15s ease;
}
.topnav a:hover { color: var(--text); }
.topnav a[aria-current="page"] {
  color: var(--gold-ink);
  border-bottom-color: var(--gold-deep);
}

.topbar .btn { flex: none; }
@media (max-width: 899px) { .topbar .btn-call { display: none; } }

/* ================================================================= buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 26px;
  border: 1.5px solid transparent;
  border-radius: var(--radius);
  font-family: Manrope, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color .16s ease, color .16s ease, border-color .16s ease, transform .16s ease;
}
.btn:active { transform: translateY(1px); }

.btn-gold { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); }

.btn-ink { background: var(--ink); color: var(--gold-light); border-color: var(--ink); }
.btn-ink:hover { background: var(--ink-3); border-color: var(--ink-3); }

.btn-ghost { background: transparent; color: var(--text); border-color: var(--rule); }
.btn-ghost:hover { border-color: var(--gold-deep); color: var(--gold-ink); }

.on-dark .btn-ghost { color: var(--text-cream); border-color: var(--rule-dark); }
.on-dark .btn-ghost:hover { border-color: var(--gold); color: var(--gold-light); }

.btn-sm { padding: 9px 16px; font-size: 0.7rem; }

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

/* ==================================================================== hero */

.hero {
  position: relative;
  background: var(--ink);
  color: var(--text-cream);
  overflow: hidden;
}
/* Candlelight, very slow, behind everything. */
.hero::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 130%;
  background:
    radial-gradient(60% 55% at 22% 18%, rgba(201, 174, 98, .16), transparent 70%),
    radial-gradient(50% 45% at 85% 75%, rgba(201, 174, 98, .10), transparent 70%);
  pointer-events: none;
}
.hero-in {
  position: relative;
  display: grid;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  padding-block: clamp(52px, 8vw, 104px);
}
@media (min-width: 900px) {
  .hero-in { grid-template-columns: 1.05fr 0.95fr; }
}

.hero h1 { color: var(--text-cream); }
.hero h1 .gold { color: var(--gold-light); font-style: italic; }

.hero-mark {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 22px;
}
.hero-mark img.word { height: clamp(52px, 8vw, 84px); width: auto; }
.hero-mark img.flame { height: clamp(40px, 6vw, 62px); width: auto; }

.hero-photo {
  position: relative;
  border: 1px solid var(--rule-dark);
  padding: 10px;
}
.hero-photo img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
/* A thin gold key line inside the frame, the way the printed cards are edged. */
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(201, 174, 98, .35);
  pointer-events: none;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--rule-dark);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: var(--text-cream-soft);
}
.hero-facts b {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

/* =================================================================== cards */

.grid {
  display: grid;
  gap: clamp(18px, 2.4vw, 30px);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

/* Four plates: one per row on a small phone, two on a large one, four across
 * on a desktop — never three and a fourth left standing on its own row. */
.grid-4 { grid-template-columns: 1fr; }
@media (min-width: 480px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }

.card {
  background: var(--card);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.on-dark .card { background: var(--ink-2); border-color: var(--rule-dark); }

.card-media {
  position: relative;
  background: var(--cream-2) url("img/tile.svg") center / 180px repeat;
}
.card-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.card-media.wide img { aspect-ratio: 4 / 3; }

.card-body { padding: 20px 22px 24px; }
.card-body h3 { margin-bottom: 6px; }
.card-body p { color: var(--text-soft); font-size: 0.95rem; line-height: 1.6; }
.on-dark .card-body p { color: var(--text-cream-soft); }

.card-price {
  display: inline-block;
  margin-top: 12px;
  font-family: Cormorant, Garamond, serif;
  font-variant-numeric: lining-nums;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--gold-ink);
}
.on-dark .card-price { color: var(--gold); }

/* A dish photograph with its name laid over the bottom, for the home page. */
.plate {
  position: relative;
  display: block;
  border: 1px solid var(--rule);
  overflow: hidden;
  text-decoration: none;
  background: var(--cream-2);
}
.plate img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform .5s ease;
}
.plate:hover img { transform: scale(1.03); }
.plate figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 46px 18px 16px;
  background: linear-gradient(180deg, transparent, rgba(20, 17, 13, .88) 62%);
  color: var(--text-cream);
}
.plate figcaption b {
  display: block;
  font-family: Cormorant, Garamond, serif;
  font-weight: 600;
  font-size: 1.32rem;
  line-height: 1.2;
  font-variant-numeric: lining-nums;
}
.plate figcaption span {
  display: block;
  margin-top: 3px;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ============================================================== dish lists */

/* Name … price on one line with a leader between, the way a menu card sets
 * it. The dots are drawn by a repeating gradient rather than a row of full
 * stops, so a screen reader is not read a hundred dots. */
.dish {
  padding-block: 13px;
  border-bottom: 1px solid var(--rule);
}
.dish:last-child { border-bottom: 0; }

.dish-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.dish-name {
  font-family: Cormorant, Garamond, serif;
  font-size: 1.34rem;
  font-weight: 600;
  line-height: 1.25;
  font-variant-numeric: lining-nums;
}
.dish-leader {
  flex: 1 1 auto;
  min-width: 14px;
  height: 1px;
  transform: translateY(-4px);
  background-image: radial-gradient(circle, var(--rule) 1px, transparent 1.2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.dish-price {
  font-family: Cormorant, Garamond, serif;
  font-size: 1.34rem;
  font-weight: 600;
  color: var(--gold-ink);
  font-variant-numeric: lining-nums;
  white-space: nowrap;
}
.dish-desc {
  margin-top: 3px;
  font-size: 0.93rem;
  line-height: 1.6;
  color: var(--text-soft);
  max-width: 62ch;
}
.dish-two {
  margin-top: 4px;
  font-family: Cormorant, Garamond, serif;
  font-size: 1.1rem;
  color: var(--gold-ink);
  font-variant-numeric: lining-nums;
}
.dish-note {
  padding-block: 10px;
  font-style: italic;
  font-size: 0.93rem;
  color: var(--text-soft);
}

/* ============================================================== menu page */

.menu-hero {
  background: var(--ink);
  color: var(--text-cream);
  padding-block: clamp(44px, 6vw, 78px);
  text-align: center;
}
.menu-hero .lede { margin-inline: auto; text-align: center; }

/* The card-picker that follows you down the page. */
.rail {
  position: sticky;
  top: var(--topbar-h);
  z-index: 90;
  background: var(--cream-2);
  border-bottom: 1px solid var(--rule);
}
.rail-in {
  display: flex;
  gap: clamp(4px, 1.4vw, 18px);
  overflow-x: auto;
  scrollbar-width: none;
  padding-block: 10px;
}
.rail-in::-webkit-scrollbar { display: none; }
.rail a {
  flex: none;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--text-soft);
  border: 1px solid transparent;
  white-space: nowrap;
}
.rail a:hover { color: var(--text); border-color: var(--rule); }
.rail a.here {
  color: var(--gold-ink);
  border-color: var(--gold-deep);
  background: var(--card);
}

.menu-card { padding-block: clamp(44px, 6vw, 76px); }
.menu-card + .menu-card { border-top: 1px solid var(--rule); }

.menu-card-head {
  display: grid;
  gap: 18px;
  align-items: end;
  margin-bottom: clamp(24px, 3vw, 38px);
}
@media (min-width: 780px) {
  .menu-card-head { grid-template-columns: 1fr auto; }
}

/* Two columns of dishes on a wide screen; the browser balances them. */
.menu-cols { columns: 1; }
@media (min-width: 860px) {
  .menu-cols { columns: 2; column-gap: clamp(32px, 4vw, 64px); }
}
.menu-sec { break-inside: avoid-column; margin-bottom: 30px; }
.menu-sec h3 {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--gold-deep);
  margin-bottom: 4px;
}
.menu-sec h3 .sec-price {
  margin-left: auto;
  font-size: 0.85em;
  color: var(--gold-ink);
}
.menu-sec-note {
  margin: 8px 0 2px;
  font-style: italic;
  font-size: 0.92rem;
  color: var(--text-soft);
}

.menu-aside {
  border: 1px solid var(--rule);
  background: var(--card);
  padding: 22px 24px;
  margin-top: 34px;
}
.menu-aside p { font-size: 0.95rem; color: var(--text-soft); }
.menu-aside p + p { margin-top: 8px; }

/* The dervish standing beside a card, as she does on the wall screens. */
.menu-dancer {
  display: none;
  justify-self: center;
}
@media (min-width: 780px) {
  .menu-dancer { display: block; }
}
.menu-dancer img {
  width: auto;
  height: clamp(130px, 16vw, 190px);
  opacity: .95;
}

/* ================================================================= gallery */

/* Columns rather than a grid, because these pictures are not a set: some are
 * from a phone held sideways and some from a video held upright, and a grid of
 * equal boxes either crops the life out of them or leaves holes where a wide
 * one would not fit. Columns let every photograph keep its own shape and still
 * pack tight. */
.gallery {
  columns: 1;
  column-gap: clamp(12px, 1.6vw, 20px);
}
@media (min-width: 560px) { .gallery { columns: 2; } }
@media (min-width: 900px) { .gallery { columns: 3; } }
@media (min-width: 1200px) { .gallery { columns: 4; } }

.gallery figure {
  break-inside: avoid;
  margin-bottom: clamp(12px, 1.6vw, 20px);
  overflow: hidden;
  border: 1px solid var(--rule);
  background: var(--cream-2);
}
.gallery img {
  width: 100%;
  height: auto;
  transition: transform .5s ease;
}
.gallery figure:hover img { transform: scale(1.04); }

/* ================================================= hours, address, contact */

.info-card {
  background: var(--card);
  border: 1px solid var(--rule);
  padding: clamp(22px, 3vw, 34px);
}
.on-dark .info-card { background: var(--ink-2); border-color: var(--rule-dark); }

.hours { width: 100%; border-collapse: collapse; }
.hours th, .hours td {
  text-align: left;
  padding: 9px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 0.97rem;
}
.on-dark .hours th, .on-dark .hours td { border-color: var(--rule-dark); }
.hours tr:last-child th, .hours tr:last-child td { border-bottom: 0; }
.hours th { font-weight: 600; }
.hours td {
  text-align: right;
  font-variant-numeric: tabular-nums lining-nums;
  color: var(--text-soft);
}
.on-dark .hours td { color: var(--text-cream-soft); }
.hours tr.today th, .hours tr.today td { color: var(--gold-ink); font-weight: 700; }
.on-dark .hours tr.today th, .on-dark .hours tr.today td { color: var(--gold-light); }

.contact-lines { list-style: none; }
.contact-lines li {
  display: flex;
  gap: 14px;
  padding-block: 12px;
  border-bottom: 1px solid var(--rule);
}
.contact-lines li:last-child { border-bottom: 0; }
.contact-lines .label {
  flex: none;
  width: 92px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-ink);
  padding-top: 4px;
}
.contact-lines a { color: var(--text); text-decoration-color: var(--rule); text-underline-offset: 3px; }
.contact-lines a:hover { color: var(--gold-ink); }

/* Something the owner has not sent yet. Visible to them, quiet to a guest. */
.tbc {
  color: var(--text-soft);
  font-style: italic;
}

/* ================================================================== footer */

.foot {
  background: var(--ink);
  color: var(--text-cream-soft);
  padding-block: clamp(44px, 6vw, 72px) 28px;
  font-size: 0.92rem;
}
.foot-grid {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
}
.foot h3 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.foot a { color: var(--text-cream); text-decoration: none; }
.foot a:hover { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.foot ul { list-style: none; }
.foot li + li { margin-top: 8px; }
.foot .brand img.word { height: 40px; }
.foot .brand img.flame { height: 30px; }
.foot-note {
  margin-top: clamp(30px, 4vw, 48px);
  padding-top: 20px;
  border-top: 1px solid var(--rule-dark);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  align-items: center;
  font-size: 0.82rem;
}
.foot-note .spacer { margin-left: auto; }

/* =============================================================== utilities */

.center { text-align: center; }
.center .lede { margin-inline: auto; }
.mt-lg { margin-top: clamp(26px, 4vw, 44px); }
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ================================================================== motion */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

/* =================================================================== print */

@media print {
  .topbar, .rail, .btn, .hero-photo, .gallery, .menu-dancer { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .band-dark, .hero, .menu-hero, .foot { background: #fff !important; color: #000 !important; }
  .menu-card { break-inside: auto; }
  .menu-sec { break-inside: avoid; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
}

/* =================================================================== video */

/* Two short silent loops — the tray line at the grill, and the garden under
 * the blossom. They are atmosphere, not content: nothing is said only in a
 * video, they carry no sound, and site.js stops them for anyone who has asked
 * their system for less motion. */
.vid {
  position: relative;
  border: 1px solid var(--rule);
  overflow: hidden;
  background: var(--ink-2);
}
.on-dark .vid { border-color: var(--rule-dark); }
.vid video {
  display: block;
  width: 100%;
  height: auto;
}
/* The same thin gold key line the framed photographs carry. */
.vid::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(201, 174, 98, .28);
  pointer-events: none;
}
