@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Figtree:ital,wght@0,300..900;1,300..900&family=Urbanist:wght@500..700&display=swap");

/* ============================================================
   ARMANELLO-STYLE EDITORIAL — Template AR
   Cream + near-black + deep-olive bands, Baskervville serif
   headings, Figtree body, Urbanist UI caps, olive-gold hairlines,
   arch-topped image frames, 150px section rhythm, ghost-frame
   buttons with a rolling label, GSAP/Lenis motion.
   ============================================================ */

/* ------------------------------------------------------------
   DERIVED PALETTE — everything computed from the five brand
   variables in theme.css (loaded before this file).
   ------------------------------------------------------------ */
:root {
  --bg: #ffffff;
  --cream: var(--canvas);
  --dark: var(--ink);
  --olive: var(--brand-2);
  --gold: var(--brand);
  --cream-text: var(--brand-3);

  --ink-85: color-mix(in srgb, var(--ink) 88%, transparent);
  --ink-75: color-mix(in srgb, var(--ink) 75%, transparent);
  --ink-55: color-mix(in srgb, var(--ink) 55%, transparent);
  --line: color-mix(in srgb, var(--ink) 15%, transparent);
  --line-soft: color-mix(in srgb, var(--ink) 8%, transparent);
  --gold-line: color-mix(in srgb, var(--gold) 60%, transparent);
  --gold-faint: color-mix(in srgb, var(--gold) 28%, transparent);
  --gold-tint: color-mix(in srgb, var(--gold) 10%, transparent);
  --olive-30: color-mix(in srgb, var(--olive) 30%, transparent);
  --cream-line: color-mix(in srgb, #ffffff 15%, transparent);
  --cream-85: color-mix(in srgb, #ffffff 88%, transparent);
  --cream-75: color-mix(in srgb, #ffffff 75%, transparent);
  --cream-55: color-mix(in srgb, #ffffff 55%, transparent);
  --cream-30: color-mix(in srgb, var(--cream-text) 30%, transparent);
  --overlay: rgba(28, 37, 57, 0.5);

  --font-display: "Baskervville", "Times New Roman", Georgia, serif;
  --font-body: "Figtree", "Segoe UI", system-ui, sans-serif;
  --font-ui: "Urbanist", "Figtree", sans-serif;

  --max: 87.5rem; /* 1400px */
  --pad: clamp(1.25rem, 4vw, 2.5rem);
  --sec: clamp(5rem, 10vw, 9.375rem); /* 150px section rhythm */
  --sec-sm: clamp(3.5rem, 6vw, 6rem);
  --header-offset: clamp(7rem, 13vw, 10.5rem);
  --header-h: 80px;

  --ease-out: cubic-bezier(0.2, 0.65, 0.3, 1);
  --ease-soft: cubic-bezier(0.36, 0.33, 0, 1);
  --ease-pxl: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-head: cubic-bezier(0.24, 0.74, 0.58, 1);

  --r-arch: 1000px 1000px 0 0;

  /* aliases kept for any custom.css written against the old names */
  --primary-color: var(--gold);
  --text-dark: var(--ink);
  --text-light: var(--ink-75);
  --white: #ffffff;
  --max-width: var(--max);
}

/* ------------------------------------------------------------
   RESET & BASE
   ------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: auto;
  -webkit-text-size-adjust: 100%;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
body {
  font-family: var(--font-body);
  font-weight: 450;
  font-size: 1.125rem; /* 18px */
  line-height: 1.62;
  color: var(--ink-85);
  background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img,
svg,
video {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
}
::selection {
  background: var(--gold);
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
.display {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.01em;
}
h1,
.h1 {
  font-size: clamp(2.75rem, 5.2vw, 4.375rem);
  line-height: 1.12;
}
h2,
.h2 {
  font-size: clamp(2.125rem, 3.7vw, 3.125rem);
  line-height: 1.18;
  font-weight: 500;
}
h3,
.h3 {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.22;
}
h4,
.h4 {
  font-size: clamp(1.4rem, 2.4vw, 2.25rem);
  line-height: 1.3;
  font-weight: 500;
}
h5,
.h5 {
  font-size: 1.4375rem;
  line-height: 1.4;
  font-weight: 500;
}
h6,
.h6 {
  font-family: var(--font-ui);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.7;
}
h1 em,
h2 em,
h3 em,
h4 em {
  font-style: italic;
  font-weight: inherit;
  color: var(--gold);
}
p + p {
  margin-top: 1rem;
}
strong {
  font-weight: 600;
  color: var(--ink);
}
.wrap {
  width: min(100% - 2 * var(--pad), var(--max));
  margin-inline: auto;
}
.wrap--narrow {
  width: min(100% - 2 * var(--pad), 60rem);
  margin-inline: auto;
}
.ico {
  width: 1em;
  height: 1em;
  flex: none;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* ------------------------------------------------------------
   COLOUR BANDS
   ------------------------------------------------------------ */
.band-dark,
.band-olive {
  color: var(--cream-85);
}
.band-dark {
  background: var(--dark);
}
.band-olive {
  background: var(--olive);
}
.band-cream {
  background: var(--cream);
}
.band-dark :is(h1, h2, h3, h4, h5, .display),
.band-olive :is(h1, h2, h3, h4, h5, .display) {
  color: #fff;
}
.band-dark strong,
.band-olive strong {
  color: #fff;
}
.band-dark .eyebrow,
.band-olive .eyebrow {
  color: var(--gold);
}

/* ------------------------------------------------------------
   SECTION RHYTHM
   ------------------------------------------------------------ */
.sec {
  padding-block: var(--sec);
  position: relative;
}
.sec--sm {
  padding-block: var(--sec-sm);
}
.sec--no-top {
  padding-top: 0;
}
.sec--no-bottom {
  padding-bottom: 0;
}
.sec--hairline {
  border-bottom: 1px solid var(--cream-line);
}
.hero-pad {
  padding-top: var(--header-offset);
}
.sec-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}
.sec-head--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sec-head--stack {
  flex-direction: column;
  align-items: flex-start;
}
.sec-head h2 {
  max-width: 22ch;
}
.sec-head--center h2 {
  max-width: 24ch;
}
.sec-head .lede {
  max-width: 48ch;
}
/* two-column heads (title + lede) squeeze the title to one word per line on a
   phone — stack them instead. --center/--stack already stack themselves. */
@media (max-width: 700px) {
  .sec-head:not(.sec-head--center) {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}
.sec-tools {
  display: flex;
  gap: 0.75rem;
  flex: none;
}

/* eyebrow — small uppercase label with a ✦ */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-ui);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.7;
  color: var(--gold);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  background: currentColor;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  flex: none;
}
.eyebrow--plain::before {
  display: none;
}
.eyebrow--both::after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  background: currentColor;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}
.lede {
  font-size: 1.1875rem;
  line-height: 1.68;
  max-width: 58ch;
}
.lede a,
.prose a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--gold-line);
  text-underline-offset: 0.2em;
  transition: text-decoration-color 0.3s;
}
.lede a:hover,
.prose a:hover {
  text-decoration-color: var(--gold);
}
.band-dark .lede a,
.band-olive .lede a,
.page-title .lede a {
  color: #fff;
}

/* fleuron ornament with a hairline dropping out of it */
.ornament {
  display: inline-flex;
  color: var(--gold);
  font-size: 1.8rem;
}
.ornament-drop {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: var(--gold);
  font-size: 1.8rem;
  margin-bottom: 1.25rem;
}
.ornament-drop::after {
  content: "";
  width: 1px;
  height: clamp(6rem, 12vw, 15rem);
  background: linear-gradient(var(--gold-line), transparent);
  margin-top: 0.5rem;
  position: absolute;
  top: 100%;
}

/* ------------------------------------------------------------
   BUTTONS — ghost frame + rolling label (the theme's one button)
   .btn and .btn-line are the same component; JS wraps the label
   into two stacked copies so it can roll up on hover.
   ------------------------------------------------------------ */
.btn,
.btn-line {
  --btn-c: var(--ink);
  --btn-bd: var(--olive);
  --btn-ghost: var(--olive-30);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  padding: 1.5rem 3.75rem 1.3rem 4.1rem;
  font-family: var(--font-ui);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--btn-c);
  border: 1px solid var(--btn-bd);
  border-radius: 0;
  background: transparent;
  white-space: nowrap;
  transition: color 0.25s var(--ease-pxl), background-color 0.25s var(--ease-pxl), border-color 0.25s;
}
.btn::before,
.btn-line::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--btn-ghost);
  transform: translate(6px, 6px);
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}
.btn:hover::before,
.btn-line:hover::before {
  transform: translate(0, 0);
}
.btn__text,
.btn-line__text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 1em;
  line-height: 1;
}
.btn__text span,
.btn-line__text span {
  display: block;
  transition: transform 0.3s ease-in-out;
}
.btn__text span + span,
.btn-line__text span + span {
  position: absolute;
  top: 100%;
  left: 0;
}
.btn:hover .btn__text span,
.btn:hover .btn-line__text span,
.btn-line:hover .btn__text span,
.btn-line:hover .btn-line__text span {
  transform: translateY(-100%);
}
.btn .ico,
.btn-line .ico {
  font-size: 1.05em;
  transition: transform 0.3s ease-in-out;
}
.btn:hover .ico,
.btn-line:hover .ico {
  transform: translate(3px, -3px);
}
/* on dark surfaces */
.btn--cream,
.btn-line--light,
.band-dark .btn:not(.btn--fill):not(.btn--dark),
.band-olive .btn:not(.btn--fill):not(.btn--dark),
.band-dark .btn-line,
.band-olive .btn-line,
.page-title .btn,
.page-title .btn-line {
  --btn-c: #ffffff;
  --btn-bd: var(--cream-text);
  --btn-ghost: var(--cream-30);
}
.btn--fill {
  --btn-c: #ffffff;
  --btn-bd: var(--olive);
  background: var(--olive);
}
.btn--fill:hover {
  background: var(--gold);
  --btn-bd: var(--gold);
}
.btn--dark {
  --btn-c: var(--ink);
  --btn-bd: var(--ink);
  --btn-ghost: var(--line);
}
.btn--sm {
  padding: 1rem 1.6rem 0.9rem 1.8rem;
  font-size: 0.75rem;
  background-color: var(--brand);
}
.btn--lg {
  padding: 1.6rem 4.5rem 1.4rem 4.8rem;
}
.btn--wide {
  min-width: min(100%, 30rem);
}
.btn-line--gold {
  --btn-c: var(--gold);
}
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-ui);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--gold-line);
  transition: color 0.3s, border-color 0.3s;
}
.link-arrow .ico {
  transition: transform 0.3s ease-in-out;
}
.link-arrow:hover {
  color: var(--gold);
  border-color: var(--gold);
}
.link-arrow:hover .ico {
  transform: translate(3px, -3px);
}
.band-dark .link-arrow,
.band-olive .link-arrow,
.link-arrow--light {
  color: #fff;
}
.arrow-btn {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  border: 1px solid var(--gold-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-size: 1.1rem;
  transition: background 0.4s, color 0.4s, border-color 0.4s;
}
.arrow-btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
.band-dark .arrow-btn,
.band-olive .arrow-btn {
  color: #fff;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 2.25rem;
  margin-top: 2.25rem;
}

/* chips */
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border: 1px solid var(--gold-line);
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
}
.chip .dot {
  color: var(--gold);
  display: inline-flex;
}
.band-dark .chip,
.band-olive .chip {
  color: #fff;
}
.stars {
  display: inline-flex;
  gap: 0.15rem;
  color: var(--gold);
  font-size: 0.95rem;
}

/* ------------------------------------------------------------
   IMAGE FRAMES
   ------------------------------------------------------------ */
.frame {
  display: block;
  position: relative;
  overflow: hidden;
}
.frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.frame--arch {
  border-radius: var(--r-arch);
}
.frame--round {
  border-radius: 999px;
}
.frame--soft {
  border-radius: 0.25rem;
}
.frame--line {
  padding: 0.75rem;
  border: 1px solid var(--gold-line);
}
.frame--line img {
  border-radius: inherit;
}
.frame--portrait {
  aspect-ratio: 3 / 4;
}
.frame--tall {
  aspect-ratio: 3 / 4.2;
}
.frame--square {
  aspect-ratio: 1;
}
.frame--wide {
  aspect-ratio: 16 / 9;
}
.frame--landscape {
  aspect-ratio: 4 / 3;
}
.frame--bw img {
  filter: grayscale(1);
}
.frame--hover-zoom img {
  transition: transform 1.2s var(--ease-soft);
}
.frame--hover-zoom:hover img {
  transform: scale(1.06);
}
.arch-line {
  border: 1px solid var(--gold-line);
  border-radius: var(--r-arch);
}

/* ------------------------------------------------------------
   HEADER — single transparent row over dark heroes. The old
   contact strip is gone: the nav took its place and the address
   and hours moved into the hero's "plan your visit" card.
   Default layout (home): logo left, nav right, CTA far right.
   body.header--center (all other pages): hamburger far left,
   nav split around a centred logo, CTA right.
   ------------------------------------------------------------ */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  color: #fff;
}
/* header rows run edge to edge (gutter only), not inside the 1400px container */
.site-header > .wrap {
  width: calc(100% - 2 * var(--pad));
  max-width: none;
}
.site-header__main {
  display: grid;
  grid-template-columns: minmax(0, 37%) minmax(0, 1fr) auto;
  grid-template-areas: "brand nav cta";
  align-items: center;
  gap: 0;
  padding-block: 1.25rem;
}
/* the hero photo begins flush under this row, so keep the hairline the old
   contact strip used to draw (the centred variant rules its own logo instead) */
body:not(.header--center) .site-header:not(.is-fixed) .site-header__main {
  border-bottom: 1px solid var(--cream-line);
}
@media (max-width: 1500px) {
  .site-header__main {
    grid-template-columns: minmax(0, 33%) minmax(0, 1fr) auto;
  }
  .site-nav-wrap {
    gap: 1.4rem;
  }
  .site-nav {
    gap: 1.4rem;
  }}
.brand {
  grid-area: brand;
}
.brand img {
  height: 4rem;
  width: auto;
  /* the logo keeps its own colours — no silhouette recolour */
  transition: opacity 0.3s;
}
.brand:hover img {
  opacity: 0.85;
}
.site-nav-wrap {
  grid-area: nav;
  display: flex;
  justify-content: flex-start;
  gap: clamp(1.4rem, 2.6vw, 2.6rem);
  padding-left: clamp(1.5rem, 6.5vw, 7.5rem);
  min-width: 0;
}
.header-cta {
  min-width: 0;
}
.site-nav {
  display: flex;
  gap: clamp(1.4rem, 2.6vw, 2.6rem);
}
.site-nav a {
  position: relative;
  font-family: var(--font-ui);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.75rem 0;
  color: #fff;
  transition: color 0.3s;
}
/* 2px bar drawn along the TOP edge of the nav row, growing from the centre */
.site-nav a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.35rem;
  height: 2px;
  width: 100%;
  background: var(--cream-text);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.site-nav a:hover::before,
.site-nav a.active::before {
  transform: translateX(-50%) scaleX(1);
}
.header-cta {
  grid-area: cta;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
}
.nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: inherit;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.nav-toggle__bars {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  width: 26px;
}
.nav-toggle__bars span {
  display: block;
  height: 1px;
  background: currentColor;
  transition: width 0.3s;
}
.nav-toggle__bars span:nth-child(2) {
  width: 70%;
}
.nav-toggle:hover .nav-toggle__bars span:nth-child(2) {
  width: 100%;
}
.nav-toggle--main {
  display: none;
  grid-area: burger;
}
.nav-toggle--mobile {
  display: none;
}

/* centred-logo variant (About, Contact and every subpage) */
body.header--center .site-header {
  overflow-x: clip;
}
body.header--center .site-header__main {
  grid-template-columns: auto 1fr auto 1fr auto;
  grid-template-areas: "burger navl brand navr cta";
  column-gap: clamp(1rem, 3vw, 3rem);
  position: relative;
  isolation: isolate;
}
body.header--center .nav-toggle--main {
  display: inline-flex;
}
body.header--center .site-nav-wrap {
  display: contents;
}
body.header--center .site-nav--l {
  grid-area: navl;
  justify-content: flex-end;
}
body.header--center .site-nav--r {
  grid-area: navr;
  justify-content: flex-start;
}
body.header--center .brand {
  position: relative;
  padding-inline: 1.5rem;
}
body.header--center .brand::before,
body.header--center .brand::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  height: 1px;
  background: var(--cream-line);
  z-index: -1;
}
body.header--center .brand::before {
  right: 100%;
}
body.header--center .brand::after {
  left: 100%;
}

/* fixed bar that slides in once the page is scrolled: ink, so it matches the
   transparent header it replaces and the footer, rather than flipping the page
   to a white bar halfway down */
.site-header.is-fixed {
  position: fixed;
  background: var(--ink);
  color: var(--cream-text);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
  transform: translateY(-100%);
  transition: transform 0.6s var(--ease-head);
}
/* shown only while scrolling UP (and past 100px) — see SITE.initHeader */
.site-header.is-fixed.is-shown {
  transform: translateY(0);
}
.site-header.is-fixed .site-header__main,
body.header--center .site-header.is-fixed .site-header__main {
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  grid-template-areas: "brand nav cta";
  min-height: var(--header-h);
  padding-block: 0.6rem;
}
.site-header.is-fixed .site-nav-wrap,
body.header--center .site-header.is-fixed .site-nav-wrap {
  display: flex;
  justify-content: center;
  padding-right: 0;
}
.site-header.is-fixed .nav-toggle--main,
body.header--center .site-header.is-fixed .nav-toggle--main {
  display: none;
}
.site-header.is-fixed .brand,
body.header--center .site-header.is-fixed .brand {
  padding-inline: 0;
}
.site-header.is-fixed .brand::before,
.site-header.is-fixed .brand::after {
  display: none;
}
.site-header.is-fixed .brand img {
  height: 4rem;
}
.site-header.is-fixed .site-nav a::before {
  top: -0.6rem;
}
/* off-canvas drawer — 500px olive panel from the left */
.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
}
.nav-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: var(--overlay);
  opacity: 0;
  transition: opacity 0.25s var(--ease-pxl);
}
.nav-overlay__panel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: min(100%, 31.25rem);
  background: var(--olive);
  color: var(--cream-75);
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 5vw, 3rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.75rem;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.4s var(--ease-pxl);
}
.nav-overlay.is-open {
  visibility: visible;
  pointer-events: auto;
}
.nav-overlay.is-open .nav-overlay__backdrop {
  opacity: 1;
}
.nav-overlay.is-open .nav-overlay__panel {
  transform: translateX(0);
}
.nav-overlay__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: color-mix(in srgb, var(--olive) 80%, #fff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  transition: background 0.3s;
}
.nav-overlay__close:hover {
  background: var(--gold);
}
.nav-overlay__brand img {
  height: 3rem;
  width: auto;
  margin-top: 1rem;
}
.nav-overlay__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  width: 100%;
}
.nav-overlay__links a {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 5vw, 2.4rem);
  color: #fff;
  padding: 0.4rem 0;
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 0.6s var(--ease-soft), opacity 0.5s, color 0.3s;
}
.nav-overlay__links a:hover,
.nav-overlay__links a.active {
  color: var(--gold);
}
.nav-overlay.is-open .nav-overlay__links a {
  transform: translateX(0);
  opacity: 1;
}
.nav-overlay.is-open .nav-overlay__links a:nth-child(1) { transition-delay: 0.15s; }
.nav-overlay.is-open .nav-overlay__links a:nth-child(2) { transition-delay: 0.2s; }
.nav-overlay.is-open .nav-overlay__links a:nth-child(3) { transition-delay: 0.25s; }
.nav-overlay.is-open .nav-overlay__links a:nth-child(4) { transition-delay: 0.3s; }
.nav-overlay.is-open .nav-overlay__links a:nth-child(5) { transition-delay: 0.35s; }
.nav-overlay__meta {
  margin-top: auto;
  display: grid;
  justify-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
}
.nav-overlay__meta a:not(.btn):hover {
  color: #fff;
}
.nav-overlay__phone {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: #fff;
}
.nav-overlay__rule {
  width: 1px;
  height: 2.5rem;
  background: var(--cream-line);
  margin: 0.5rem 0;
}
.nav-overlay__label {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}
.nav-overlay__social {
  display: flex;
  gap: 0.6rem;
  margin: 0.75rem 0;
}
.nav-overlay__social a {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 1px solid var(--cream-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.3s, border-color 0.3s;
}
.nav-overlay__social a:hover {
  background: var(--gold);
  border-color: var(--gold);
}
.nav-overlay__meta .btn {
  margin-top: 0.5rem;
}

/* <= 1199px: white 80px bar, logo left, hamburger right, sticky */
@media (max-width: 1199px) {
  :root {
    --header-offset: 2.5rem;
  }
  /* the injected header sits inside a wrapper div that is only as tall as the
     header itself, so position:sticky had no room to travel — hand the header
     straight to <body> so it can actually stick to the top of the page */
  #header-container {
    display: contents;
  }
  .site-header,
  .site-header.is-fixed,
  .site-header.is-fixed.is-shown {
    position: sticky;
    top: 0;
    background: var(--ink);
    color: var(--cream-text);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
    animation: none;
    transition: none;
    transform: none;
  }
  .site-header__main,
  body.header--center .site-header__main,
  .site-header.is-fixed .site-header__main {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "brand nav cta";
    min-height: 80px;
    padding-block: 0.75rem;
  }
  .site-nav-wrap,
  body.header--center .site-nav-wrap,
  .site-header.is-fixed .site-nav-wrap {
    display: none;
  }
  .nav-toggle--main,
  body.header--center .nav-toggle--main {
    display: none;
  }
  .nav-toggle--mobile {
    display: inline-flex;
  }
  body.header--center .brand {
    padding-inline: 0;
  }
  body.header--center .brand::before,
  body.header--center .brand::after {
    display: none;
  }
  .brand img,
  .site-header.is-fixed .brand img {
    height: 4rem;
  }  .header-cta .btn {
    display: inline-flex;
    padding: 0.8rem 1rem 0.7rem;
    font-size: 0.7rem;
  }
  .header-cta {
    gap: 0.9rem;
  }
}
@media (max-width: 600px) {
  .brand img {
    height: 2.1rem;
  }
}

/* breadcrumb fallback — hidden outright, so it never flashes above the page
   title while the header is still being fetched. components.js reveals it by
   setting body.header-failed only if the header genuinely could not load. */
.breadcrumb-container {
  display: none;
  position: relative;
  z-index: 2;
  padding: 1rem var(--pad);
  background: var(--dark);
}
.breadcrumb {
  display: flex;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: var(--cream-55);
}
.breadcrumb li + li::before {
  content: "/";
  margin-right: 0.6rem;
}
body.header-failed .breadcrumb-container {
  display: block;
}

/* ------------------------------------------------------------
   PAGE TITLE BAND (subpages) — parallax photo, dark overlay
   ------------------------------------------------------------ */
.page-title {
  position: relative;
  isolation: isolate;
  min-height: clamp(30rem, 60vh, 46rem);
  display: flex;
  align-items: flex-end;
  padding-top: var(--header-offset);
  padding-bottom: clamp(3rem, 6vw, 5.5rem);
  color: var(--cream-75);
  overflow: hidden;
}
.page-title__bg {
  position: absolute;
  inset: -12% 0;
  z-index: -2;
}
.page-title__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--ink) 76%, transparent) 0%,
    color-mix(in srgb, var(--ink) 62%, transparent) 45%,
    color-mix(in srgb, var(--ink) 92%, transparent) 100%
  );
}
.page-title h1 {
  color: #fff;
  max-width: 16ch;
  text-shadow: 0 2px 24px color-mix(in srgb, var(--ink) 45%, transparent);
}
.page-title .eyebrow {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: color-mix(in srgb, var(--gold) 80%, #fff);
  text-shadow: 0 1px 12px color-mix(in srgb, var(--ink) 55%, transparent);
}
.page-title .lede {
  color: color-mix(in srgb, #ffffff 94%, transparent);
  font-size: clamp(1.125rem, 1.15vw, 1.3125rem);
  font-weight: 500;
  line-height: 1.65;
  margin-top: 1.25rem;
  text-shadow: 0 1px 16px color-mix(in srgb, var(--ink) 55%, transparent);
}
/* the in-band trail is hidden: the header carries the wayfinding, and the
   BreadcrumbList JSON-LD still ships the trail to search engines. If the
   header ever fails to load, .breadcrumb-container above takes over. */
.page-title__crumb {
  display: none;
  flex-wrap: wrap;
  gap: 0.6rem;
  font-family: var(--font-ui);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream-75);
  margin-bottom: 1.5rem;
  text-shadow: 0 1px 12px color-mix(in srgb, var(--ink) 55%, transparent);
}
.page-title__crumb a:hover {
  color: #fff;
}
.page-title__crumb span + span::before,
.page-title__crumb a + span::before,
.page-title__crumb a + a::before {
  content: "/";
  margin-right: 0.6rem;
  color: var(--gold);
}
.page-title--split .wrap {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: end;
}
.page-title__side {
  display: grid;
  gap: 1.35rem;
  border-left: 1px solid color-mix(in srgb, #ffffff 28%, transparent);
  padding-left: 2rem;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 1px 14px color-mix(in srgb, var(--ink) 55%, transparent);
}
.page-title__side strong {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--gold) 80%, #fff);
  margin-bottom: 0.35rem;
}
.page-title__side a,
.page-title__side span {
  color: #fff;
}
.page-title__side a {
  transition: color 0.3s;
}
.page-title__side a:hover {
  color: var(--gold);
}
@media (max-width: 900px) {
  .page-title--split .wrap {
    grid-template-columns: 1fr;
  }
  .page-title__side {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid var(--cream-line);
    padding-top: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  }
}

/* ------------------------------------------------------------
   HOME HERO — dark editorial band, photo bleeding left/bottom
   ------------------------------------------------------------ */
.hero-home {
  position: relative;
  padding-top: var(--header-h, 6.5rem); /* the photo starts flush under the single header row */
  overflow: hidden;
}
.hero-home__grid {
  --edge: max(var(--pad), calc((100vw - var(--max)) / 2));
  --panel-pad: clamp(3rem, 6.5vw, 7.5rem);
  display: grid;
  grid-template-columns: minmax(0, 37%) minmax(0, 63%);
  gap: 0;
  align-items: stretch;
}
/* photo bleeds to the left and bottom edges of the band */
.hero-home__portrait {
  min-height: min(calc(100svh - var(--header-h, 6.5rem)), 52rem);
  height: 100%;
}
/* HERO FIRST PAINT — measured off the reference:
   the image is a 2s ease clip-path iris starting at 0s (pxl-skewZoom), and it
   OUTLASTS all the text. The copy resolves with PXLFadeBlur (blur 5px + 50px
   up, 1200ms) in the reference's order:
     h1 → paragraph (+120ms) → button (+300ms) → contact card (+500ms)
   Nothing slides as a single block. */
.hero-home__portrait img {
  animation: skewOpen 2s ease 0s both;
  clip-path: inset(50% 50% 50% 50%);
}
.hero-home__text > *,
.hero-card {
  animation: pxlFadeBlur 1.2s ease both;
}
/* the reference has no preloader, so its iris starts at t=0 on a visible page.
   Ours does, so hold the whole hero sequence until the curtain has opened —
   otherwise the iris burns down behind the loader and the visitor catches it
   already half-open. */
.hero-home__portrait img,
.hero-home__text > *,
.hero-card {
  animation-play-state: paused;
}
body.is-loaded .hero-home__portrait img,
body.is-loaded .hero-home__text > *,
body.is-loaded .hero-card {
  animation-play-state: running;
}
.hero-home__copy .eyebrow {
  animation-delay: 0s;
}
.hero-home__copy h1 {
  animation-delay: 0.1s;
}
.hero-home__copy .lede {
  animation-delay: 0.22s;
}
.hero-home__copy .actions {
  animation-delay: 0.4s;
}
.hero-card {
  animation-delay: 0.5s;
}
.hero-home__copy {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  column-gap: clamp(2rem, 4vw, 4rem);
  padding: clamp(5.5rem, 9vw, 8rem) var(--edge) clamp(3rem, 5vw, 4.5rem) var(--panel-pad);
}
.hero-home__text {
  max-width: 36rem;
  align-self: center;
  padding-top: clamp(1rem, 4vw, 3rem);
}
.hero-home__copy h1 {
  max-width: 14ch;
  font-size: clamp(2.6rem, 3.6vw, 3.6rem);
  line-height: 1.15;
  color: #fff;
}
.hero-home__copy .eyebrow {
  margin-bottom: 1.25rem;
}
.hero-home__copy .lede {
  color: var(--cream-75);
  max-width: 44ch;
  margin-top: 1.5rem;
}
.hero-home__copy .actions {
  margin-top: 2.75rem;
}
/* dish photo above an olive "plan your visit" panel, far right — square
   corners here so the hero reads as one clean rectangle beside the portrait */
.hero-card {
  width: clamp(13rem, 15vw, 17.75rem);
  display: block;
  /* co-centred with the headline block rather than dropped to the panel
     floor, so the air splits evenly above and below it */
  align-self: center;
}
.hero-card .frame {
  aspect-ratio: 282 / 292;
  border-radius: 0;
}
.hero-card__panel {
  background: var(--olive);
  color: #fff;
  padding: 1.3rem 1.25rem 1.4rem;
  display: grid;
  gap: 0.35rem;
  text-align: center;
}
.hero-card__panel .eyebrow {
  margin: 0;
  justify-content: center;
  font-size: 0.72rem;
}
/* address + hours, relocated here from the old header contact strip */
.hero-card__rule {
  height: 1px;
  background: var(--cream-30);
  margin: 0.55rem 0 0.15rem;
}
.hero-card__meta {
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.65;
  text-transform: uppercase;
  color: var(--cream-75);
}
.hero-card__panel strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}
/* the call action lives here now instead of in the header */
.hero-card__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #fff;
  transition: color 0.3s;
}
/* the panel is only ~187px wide inside its padding and the number alone
   measures 164px — trim the mark and the number so icon + number hold one
   line instead of breaking after "459 —" */
.hero-card__tel strong {
  font-size: clamp(1.2rem, 1.35vw, 1.4rem);
  white-space: nowrap;
}
.hero-card__tel .ico {
  flex: none;
  font-size: 0.8rem;
  color: var(--cream-text);
  transition: transform 0.3s var(--ease-pxl);
}
.hero-card__tel:hover {
  color: var(--cream-text);
}
.hero-card__tel:hover .ico {
  transform: scale(1.12) rotate(-8deg);
}
/* slim store-details strip under the hero */
.hero-home__metabar {
  border-top: 1px solid var(--cream-line);
}
.hero-home__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem 2rem;
  padding-block: 1.5rem;
}
.hero-home__meta > * {
  display: grid;
  gap: 0.2rem;
  font-size: 0.95rem;
  color: var(--cream-75);
}
.hero-home__meta strong {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.hero-home__meta a:hover {
  color: #fff;
}
@media (max-width: 1199px) {
  .hero-home {
    padding-top: 0;
  }
  .hero-home__copy {
    padding-top: clamp(3rem, 6vw, 5rem);
  }
}
@media (max-width: 1100px) {
  .hero-home__copy {
    grid-template-columns: 1fr;
  }
  .hero-card {
    margin-top: 2.5rem;
  }
}
/* statement heading with the fleuron + hairline behind it */
.statement {
  position: relative;
  text-align: center;
  padding-block: clamp(3rem, 7vw, 6rem) clamp(2rem, 4vw, 3rem);
}
.statement h2 {
  position: relative;
  font-size: clamp(2.4rem, 5.2vw, 4.375rem);
  font-weight: 400;
  max-width: 18ch;
  margin-inline: auto;
}
@media (max-width: 900px) {
  .hero-home__grid {
    grid-template-columns: 1fr;
  }
  .hero-home__portrait {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 4.2;
  }
  .hero-home__copy {
    display: block;
    padding: 2.5rem var(--pad) 3rem;
  }
  .hero-home__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-card {
    width: min(100%, 18rem);
  }
}

/* ------------------------------------------------------------
   MARQUEE — leftward (RTL) endless strip; JS duplicates the
   track once so the loop is seamless. Pauses on hover.
   ------------------------------------------------------------ */
.marquee {
  --marquee-speed: 50s;
  --marquee-gap: 1.4rem;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.marquee__track {
  display: flex;
  gap: var(--marquee-gap);
  width: max-content;
  animation: marqueeRtl var(--marquee-speed) linear infinite;
  will-change: transform;
}
.marquee--ltr .marquee__track {
  animation-name: marqueeLtr;
}
.marquee:hover .marquee__track {
  animation-play-state: paused;
}
@keyframes marqueeRtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - var(--marquee-gap) / 2));
  }
}
@keyframes marqueeLtr {
  from {
    transform: translateX(calc(-50% - var(--marquee-gap) / 2));
  }
  to {
    transform: translateX(0);
  }
}
.marquee__item {
  flex: none;
}
.marquee--dishes .marquee__item {
  width: clamp(14rem, 22vw, 20rem);
}
.marquee--dishes .frame {
  aspect-ratio: 1;
}
.marquee--dishes h5 {
  margin-top: 1.1rem;
  font-size: 1.25rem;
  font-style: italic;
}
.marquee--dishes p {
  font-size: 0.92rem;
  line-height: 1.55;
  margin-top: 0.35rem;
  color: var(--ink-55);
}
.band-dark .marquee--dishes p,
.band-olive .marquee--dishes p {
  color: var(--cream-55);
}
.marquee--gallery {
  --marquee-speed: 45s;
}
.marquee--gallery .marquee__item {
  width: clamp(13rem, 20vw, 20rem);
}
.marquee--gallery .frame {
  aspect-ratio: 32 / 44;
}
.marquee--text .marquee__item {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--gold-line);
  padding-inline: 1.5rem;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.marquee--text .marquee__item:nth-child(odd) {
  color: var(--ink);
  -webkit-text-stroke: 0;
}
.band-dark .marquee--text .marquee__item:nth-child(odd),
.band-olive .marquee--text .marquee__item:nth-child(odd) {
  color: #fff;
}
.marquee--text .marquee__item::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: var(--gold);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}

/* ------------------------------------------------------------
   SPLIT LAYOUTS + STATS
   ------------------------------------------------------------ */
.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.5rem, 7vw, 7.5rem);
  align-items: center;
}
.split--media-right .split__media {
  order: 2;
}
.split--top {
  align-items: start;
}
.split__copy h2 {
  margin-bottom: 1.5rem;
}
.split__copy .lede + p,
.split__copy p + p {
  margin-top: 1.1rem;
}
.split__media {
  position: relative;
}
.split__media--stack .frame + .frame {
  position: absolute;
  width: 46%;
  right: -6%;
  bottom: -10%;
  border: 0.6rem solid var(--bg);
}
.band-cream .split__media--stack .frame + .frame {
  border-color: var(--cream);
}
.band-dark .split__media--stack .frame + .frame {
  border-color: var(--dark);
}
.band-olive .split__media--stack .frame + .frame {
  border-color: var(--olive);
}
.split__media--stack {
  padding-right: 6%;
  padding-bottom: 8%;
}
/* the inset frame's -6% offset is paid for by the padding above, but the two
   percentages round a pixel apart on narrow screens — clip so the stray
   sub-pixel can never give the page a horizontal scrollbar */
section:has(.split__media--stack) {
  overflow-x: clip;
}
/* big counter under an image: "124+ | GOOGLE REVIEWS" */
.counter-block {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}
.counter-block__num {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 6vw, 5.6rem);
  line-height: 1;
  color: var(--ink);
}
.counter-block__num sup {
  font-size: 0.4em;
  color: var(--gold);
  vertical-align: top;
}
.counter-block__rule {
  width: 1px;
  height: 3.5rem;
  background: var(--gold-line);
}
.counter-block__label {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-55);
  max-width: 12ch;
  line-height: 1.6;
}
.band-dark .counter-block__num,
.band-olive .counter-block__num {
  color: #fff;
}
.band-dark .counter-block__label,
.band-olive .counter-block__label {
  color: var(--cream-55);
}
/* the accent on olive sits under 3:1 — the italic serif carries the emphasis instead */
.band-olive h2 em {
  color: #fff;
}
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.band-dark .stats,
.band-olive .stats {
  border-color: var(--cream-line);
}
.stat {
  display: grid;
  gap: 0.2rem;
}
.stat__num {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1;
  color: var(--ink);
}
.band-dark .stat__num,
.band-olive .stat__num {
  color: #fff;
}
.stat__num sup {
  font-size: 0.45em;
  color: var(--gold);
  vertical-align: top;
  margin-left: 0.1em;
}
.stat__label {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-55);
}
.band-dark .stat__label,
.band-olive .stat__label {
  color: var(--cream-55);
}
@media (max-width: 900px) {
  .split {
    grid-template-columns: 1fr;
  }
  .split--media-right .split__media {
    order: 0;
  }
}

/* ------------------------------------------------------------
   FEATURES — 2×2 around a central arch photo, faint arc behind
   ------------------------------------------------------------ */
.features-wrap {
  position: relative;
  isolation: isolate;
}
.features-arc {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(62rem, 100vw);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid var(--gold-faint);
  border-radius: 50%;
  opacity: 0.6;
  pointer-events: none;
  z-index: -1;
}
.features {
  display: grid;
  grid-template-columns: 1fr minmax(0, 0.9fr) 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.features__col {
  display: grid;
  gap: 3rem;
}
.features__col--l {
  text-align: right;
}
.feature {
  position: relative;
  padding-left: 2rem;
}
.features__col--l .feature {
  padding-left: 0;
  padding-right: 2rem;
}
.feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.8em;
  height: 0.8em;
  background: var(--gold);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}
.features__col--l .feature::before {
  left: auto;
  right: 0;
}
.feature h5 {
  margin-bottom: 0.4rem;
}
.feature p {
  font-size: 0.98rem;
}
.features__media {
  position: relative;
}
.features__media .frame {
  aspect-ratio: 3 / 3.8;
  border-radius: var(--r-arch);
  max-width: 22rem;
  margin-inline: auto;
}
.line-fx {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(var(--gold-line), transparent);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.6s var(--ease-soft);
}
.line-fx--l {
  left: -8%;
}
.line-fx--r {
  right: -8%;
}
.line-fx.is-in {
  transform: scaleY(1);
}
@media (max-width: 900px) {
  .features {
    grid-template-columns: 1fr;
  }
  .features__col--l {
    text-align: left;
  }
  .features__col--l .feature {
    padding-left: 2rem;
    padding-right: 0;
  }
  .features__col--l .feature::before {
    left: 0;
    right: auto;
  }
  .features__media {
    order: -1;
  }
  .line-fx,
  .features-arc {
    display: none;
  }
}

/* ------------------------------------------------------------
   MENU CARD (arch, olive hairline, two price columns) — menu.js
   ------------------------------------------------------------ */
.menu-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}
.menu-preview__copy {
  position: sticky;
  top: calc(var(--header-h) + 2rem);
}
/* no outline arch around the card — the ARCH IS THE PHOTO. A 1px dome drawn
   around a rectangular image reads as two mismatched shapes: the crown pokes
   out above the picture and the sides flare wider than it. */
.menu-card {
  position: relative;
  padding: 0 0 3rem;
}
.menu-card__img {
  /* width must stay definite: with only aspect-ratio + max-height the box
     derives its WIDTH from the clamped height and stops filling the card,
     leaving the arch outline floating clear of the photo on the right. */
  width: 100%;
  /* taller than 92/60 so the arch has room to read as an arch rather than a
     rectangle with rounded corners */
  aspect-ratio: 92 / 78;
  max-height: 30rem;
  border-radius: var(--r-arch);
}
.menu-card__ornament {
  display: flex;
  justify-content: center;
  color: var(--gold);
  font-size: 2.4rem;
  margin: 2rem 0 0.75rem;
  gap: 0.6rem;
  align-items: center;
}
.menu-card__ornament::before,
.menu-card__ornament::after {
  content: "";
  width: 3rem;
  height: 1px;
  background: var(--gold-line);
}
.menu-groups {
  position: relative;
  padding-inline: clamp(1rem, 4vw, 2.5rem);
  display: grid;
  gap: 2.75rem;
}
.menu-groups::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--gold-faint);
}
.menu-group__title {
  display: block;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 1.4rem;
  position: relative;
  background: var(--cream);
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
}
a.menu-group__title:hover {
  color: var(--gold);
}
.menu-rows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem clamp(1.5rem, 5vw, 4rem);
}
.menu-row {
  display: grid;
  gap: 0.35rem;
  align-content: start;
}
.menu-row__name {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--ink);
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.menu-row__desc {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-55);
}
.menu-row__price {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--gold);
}
.menu-row__badges {
  display: inline-flex;
  gap: 0.35rem;
  vertical-align: middle;
}
.menu-row__badges img {
  width: 1rem;
  height: 1rem;
}
.cat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.cat-tile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  border: 1px solid var(--gold-line);
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--ink);
  transition: background 0.35s, color 0.35s;
}
.cat-tile:hover {
  background: var(--olive);
  color: #fff;
}
@media (max-width: 900px) {
  .menu-preview {
    grid-template-columns: 1fr;
  }
  .menu-preview__copy {
    position: static;
  }
}
@media (max-width: 600px) {
  .menu-rows {
    grid-template-columns: 1fr;
  }
  .menu-groups::before {
    display: none;
  }
  .menu-card__img {
    border-radius: 0;
  }
}

/* ------------------------------------------------------------
   SWIPER CAROUSELS
   ------------------------------------------------------------ */
.swiper {
  overflow: hidden;
  min-width: 0;
}
.carousel-clip {
  overflow: hidden;
}
.carousel-clip .swiper {
  overflow: visible;
}
.split > *,
.quotes-layout > *,
.menu-preview > *,
.features > *,
.faq-layout > *,
.contact-info > *,
.direction-block > *,
.form-triptych > *,
.social-band > *,
.insta-band > *,
.hero-home__grid > *,
.hero-home__copy > *,
.timeline__pin > *,
.services-layout > *,
.thirds > * {
  min-width: 0;
}
/* services: plain photo cards; hover darkens and reveals copy */
.services-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.6fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.services-carousel .swiper-slide {
  width: clamp(16rem, 24vw, 22rem);
}
.service-card {
  display: block;
  position: relative;
  overflow: hidden;
}
.service-card .frame {
  aspect-ratio: 350 / 636;
}
.service-card .frame img {
  transition: transform 1.2s var(--ease-soft), filter 0.5s;
}
.service-card__overlay {
  position: absolute;
  inset: 0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.6rem;
  color: #fff;
  background: linear-gradient(180deg, transparent 20%, color-mix(in srgb, var(--ink) 80%, transparent) 100%);
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.5s var(--ease-soft), transform 0.6s var(--ease-soft);
}
.service-card__icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 1px solid var(--cream-30);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cream-text);
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.service-card h4 {
  font-size: 1.7rem;
  color: #fff;
}
.service-card p {
  font-size: 0.92rem;
  color: var(--cream-75);
  max-width: 30ch;
}
.service-card__name {
  display: block;
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--ink);
}
.band-dark .service-card__name {
  color: #fff;
}
.service-card:hover .service-card__overlay,
.service-card:focus-visible .service-card__overlay {
  opacity: 1;
  transform: translateY(0);
}
.service-card:hover .frame img {
  transform: scale(1.04);
  filter: brightness(0.7);
}
@media (hover: none) {
  .service-card__overlay {
    opacity: 1;
    transform: none;
  }
  .service-card__name {
    display: none;
  }
}
@media (max-width: 900px) {
  .services-layout {
    grid-template-columns: 1fr;
  }
}
.swiper-nav {
  display: flex;
  gap: 0.75rem;
}
/* testimonial pagination: ✦ for active, dots for the rest */
.swiper-pagination.diamonds {
  position: static;
  display: flex;
  gap: 0.9rem;
  align-items: center;
  width: auto;
  margin-bottom: 1.5rem;
}
.diamonds .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.5;
  margin: 0;
  transition: all 0.3s;
}
.diamonds .swiper-pagination-bullet-active {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 0;
  opacity: 1;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}
.quotes-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 1.2fr) minmax(0, 0.7fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.quotes-layout__portrait {
  aspect-ratio: 200 / 355;
  max-width: 14rem;
}
.quotes-layout__photo {
  aspect-ratio: 3 / 4;
  border-radius: var(--r-arch);
}
.quote-slide {
  display: grid;
  gap: 1.5rem;
}
.quote-slide h4 {
  font-size: clamp(1.4rem, 2.3vw, 1.9rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.45;
}
.quote-slide h4::before {
  content: "\201C";
  color: var(--gold);
}
.quote-slide h4::after {
  content: "\201D";
  color: var(--gold);
}
.q-by {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
}
.q-by strong {
  font-family: var(--font-ui);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  white-space: nowrap;
}
.q-by span {
  font-size: 0.9rem;
  color: var(--ink-55);
}
.q-by span::before {
  content: "/";
  margin-right: 0.6rem;
  color: var(--gold);
}
.band-dark .q-by strong,
.band-olive .q-by strong {
  color: #fff;
}
.band-dark .q-by span,
.band-olive .q-by span {
  color: var(--cream-75);
}
@media (max-width: 1000px) {
  .quotes-layout {
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 1.5fr);
  }
  .quotes-layout__photo {
    display: none;
  }
}
@media (max-width: 640px) {
  .quotes-layout {
    grid-template-columns: 1fr;
  }
  .quotes-layout__portrait {
    max-width: 10rem;
  }
}
/* quote wall (grid of cards) */
.quote-wall,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
/* Review cards are plain rectangles on a gold hairline — no arch, so every
   card in the wall reads the same. Rows are auto/1fr/auto so the attribution
   line sits on the floor of each card and the footers align across a row. */
.quote-card {
  position: relative;
  overflow: hidden;
  padding: 2.25rem 2rem 1.9rem;
  border: 1px solid var(--gold-faint);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1.15rem;
  transition: border-color 0.45s var(--ease-out),
    background-color 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out);
}
/* oversized opening quote, ghosted into the top-right corner */
.quote-card::before {
  content: "\201C";
  position: absolute;
  top: -0.6rem;
  right: 1.4rem;
  font-family: var(--font-display);
  font-size: 6rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.16;
  pointer-events: none;
}
/* no transform here: the fade-blur reveal keeps its animation fill on the
   card, which would win over any hover transform — lift with a shadow */
.quote-card:hover {
  border-color: var(--gold);
  background: var(--gold-tint);
  box-shadow: 0 14px 32px rgba(20, 20, 20, 0.07);
}
.band-dark .quote-card:hover,
.band-olive .quote-card:hover {
  background: color-mix(in srgb, #ffffff 7%, transparent);
}
.quote-card blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--ink);
}
/* attribution sits under its own hairline at the foot of the card */
.quote-card .q-by {
  padding-top: 1.1rem;
  border-top: 1px solid var(--gold-faint);
}
/* ------------------------------------------------------------
   ABOUT — review wall: an olive score panel that sticks beside a
   two-column grid whose lead quote spans the full width.
   ------------------------------------------------------------ */
.reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 2.2fr);
  gap: clamp(1.5rem, 2.5vw, 2.5rem);
  align-items: start;
}
.reviews-score {
  position: sticky;
  top: calc(var(--header-h) + 2.5rem);
  display: grid;
  justify-items: start;
  gap: 1rem;
  padding: clamp(1.9rem, 2.6vw, 2.75rem);
  background: var(--olive);
  color: #fff;
}
.reviews-score .eyebrow {
  color: var(--cream-text);
  margin: 0;
}
.reviews-score__num {
  font-family: var(--font-display);
  font-size: clamp(3.75rem, 6vw, 5.5rem);
  line-height: 0.85;
  color: var(--cream-text);
}
.reviews-score .stars {
  font-size: 1.05rem;
  color: var(--cream-text);
}
.reviews-score p {
  color: var(--cream-75);
  font-size: 0.98rem;
}
.reviews-score .btn-line {
  --btn-c: var(--cream-text);
  --btn-bd: var(--cream-line);
  --btn-ghost: var(--cream-30);
  margin-top: 0.4rem;
  padding: 1.15rem 2.4rem 0.95rem;
}
.quote-wall--split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
/* the opening review runs the full width and sets the type a size larger */
.quote-card--lead {
  grid-column: 1 / -1;
}
.quote-card--lead blockquote {
  font-size: clamp(1.3rem, 1.9vw, 1.7rem);
  max-width: 46ch;
}
.quote-card--lead::before {
  font-size: 8rem;
  top: -1.1rem;
}
@media (max-width: 1100px) {
  .reviews-layout {
    grid-template-columns: 1fr;
  }
  .reviews-score {
    position: static;
    justify-items: center;
    text-align: center;
    /* stacked above the wall it would otherwise stretch into a very wide,
       very empty olive band */
    max-width: 32rem;
    width: 100%;
    margin-inline: auto;
  }
}
@media (max-width: 640px) {
  .quote-wall--split {
    grid-template-columns: 1fr;
  }
}
/* the closing "read more" tile: olive fill so it reads as the wall's CTA */
.quote-card--cta {
  grid-template-rows: auto auto auto;
  align-content: center;
  justify-items: start;
  gap: 1.4rem;
  background: var(--olive);
  border-color: var(--olive);
}
.quote-card--cta::before {
  color: var(--cream-text);
  opacity: 0.2;
}
.quote-card--cta blockquote {
  color: #fff;
}
.quote-card--cta .eyebrow {
  color: var(--cream-text);
}
.quote-card--cta .btn-line {
  --btn-c: var(--cream-text);
  --btn-bd: var(--cream-line);
  --btn-ghost: var(--cream-30);
  padding: 1.15rem 2.5rem 0.95rem;
}
.quote-card--cta:hover {
  background: var(--ink);
  border-color: var(--ink);
}
.band-dark .quote-card blockquote,
.band-olive .quote-card blockquote {
  color: #fff;
}
@media (max-width: 1000px) {
  .quote-wall,
  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .quote-wall,
  .review-grid {
    grid-template-columns: 1fr;
  }
  .quote-card {
    padding: 2rem 1.5rem 1.6rem;
  }
}

/* ------------------------------------------------------------
   POST-STYLE CARDS (dish stories) on the olive band
   ------------------------------------------------------------ */
.rules-band {
  position: relative;
  isolation: isolate;
}
.rules-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(90deg, var(--cream-line) 1px, transparent 1px);
  background-size: 25% 100%;
  background-position: 12.5% 0;
  opacity: 0.6;
}

/* ------------------------------------------------------------
   SIGNATURE DISH STORIES (olive band) — one feature plate above a
   four-up row. Static, because the old carousel hid every excerpt
   until hover and left a slide's worth of empty band underneath.
   ------------------------------------------------------------ */
.dish-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  border-bottom: 1px solid var(--cream-line);
}
.dish-feature__media {
  aspect-ratio: 4 / 3;
}
.dish-meta {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.dish-meta__no {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  line-height: 1;
  color: #fff;
}
.dish-meta__tag {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}
.dish-feature h3 {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  color: #fff;
  margin: 0.9rem 0 1rem;
}
.dish-feature__text {
  display: block;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--cream-75);
  max-width: 46ch;
  margin-bottom: 2rem;
}
.dish-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2.25rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
.dish-card .frame {
  aspect-ratio: 1;
  margin-bottom: 1.1rem;
}
.dish-card__meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}
.dish-card__no {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0;
  color: #fff;
}
.dish-card h4 {
  font-size: 1.25rem;
  color: #fff;
  margin: 0.55rem 0 0.3rem;
  transition: color 0.3s;
}
.dish-card__cat {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.dish-card__text {
  display: block;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--cream-75);
}
.dish-card h4,
.dish-feature h3 {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 1px;
  transition: background-size 0.35s var(--ease-pxl);
}
.dish-card:hover h4,
.dish-feature:hover h3 {
  background-size: 100% 1px;
}
@media (max-width: 1000px) {
  .dish-feature {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .dish-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .dish-row {
    grid-template-columns: 1fr;
    max-width: 22rem;
    gap: 2.75rem;
  }
}

/* place / link cards */
.link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 1rem;
}
.link-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid var(--gold-line);
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--ink);
  transition: background 0.35s, color 0.35s, transform 0.35s;
}
.link-card small {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.25rem;
}
.link-card:hover {
  background: var(--olive);
  color: #fff;
  transform: translateY(-2px);
}
.link-card:hover small {
  color: var(--cream-text);
}
.band-dark .link-card,
.band-olive .link-card {
  color: #fff;
}

/* ------------------------------------------------------------
   SOCIAL / INSTAGRAM BAND — heading left, marquee right
   ------------------------------------------------------------ */
.insta-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.6fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.insta-band h2 em {
  display: block;
  font-style: italic;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1px;
}
.insta-band__handle {
  display: inline-block;
  margin-top: 1rem;
  font-family: var(--font-ui);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-75);
}
.insta-band__handle:hover {
  color: #fff;
}
.insta-band .marquee {
  border-radius: 0;
}
.social-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: end;
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
}
.social-links a {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #fff;
  transition: color 0.3s;
}
.social-links a::after {
  content: ".";
  color: var(--gold);
}
.social-links a:hover {
  color: var(--gold);
}
@media (max-width: 900px) {
  .insta-band,
  .social-band {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------------
   FAQ
   ------------------------------------------------------------ */
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}
.faq-intro {
  position: sticky;
  top: calc(var(--header-h) + 2rem);
}
.faq-intro .btn,
.faq-intro .btn-line {
  margin-top: 1.5rem;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.qa {
  border-bottom: 1px solid var(--line);
}
.qa summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--ink);
  transition: color 0.3s;
}
.qa summary::-webkit-details-marker {
  display: none;
}
.qa summary:hover,
.qa[open] summary {
  color: var(--gold);
}
.qa-ico {
  width: 2.4rem;
  height: 2.4rem;
  flex: none;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: 1.2rem;
  font-weight: 300;
  transition: transform 0.5s var(--ease-soft), background 0.3s, color 0.3s;
}
.qa[open] .qa-ico {
  transform: rotate(45deg);
  background: var(--gold);
  color: #fff;
}
.qa-body {
  padding: 0 0 1.75rem;
  max-width: 62ch;
  animation: fadeUp 0.6s var(--ease-out) both;
}
.qa-body ul {
  display: grid;
  gap: 0.4rem;
  margin-top: 0.75rem;
}
.qa-body li {
  position: relative;
  padding-left: 1.4rem;
}
.qa-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.5rem;
  height: 1px;
  background: var(--gold);
}
.qa-body a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--gold-line);
  text-underline-offset: 0.2em;
}
.qa-body a:hover {
  text-decoration-color: var(--gold);
}
.band-dark .faq-list,
.band-dark .qa {
  border-color: var(--cream-line);
}
.band-dark .qa summary,
.band-dark .qa-body a {
  color: #fff;
}
@media (max-width: 900px) {
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .faq-intro {
    position: static;
  }
}

/* ------------------------------------------------------------
   CTA BAND
   ------------------------------------------------------------ */
.cta-band {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band h2 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  max-width: 16ch;
  margin-inline: auto;
}
.cta-band .lede {
  margin: 1.5rem auto 0;
}
.cta-band .actions {
  justify-content: center;
}
.cta-band .chip-row {
  justify-content: center;
  margin-top: 2.5rem;
}
/* the arc is a container for the content, not a line across it — the crown
   clears the eyebrow and the sides sit outside the widest element, exactly
   like the reference's faint 1px arc that the "why choose us" block sits in */
.cta-band__ornament {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: clamp(1.5rem, 4vw, 3.5rem);
  bottom: -1px;
  transform: translateX(-50%);
  width: min(64rem, 94%);
  border: 1px solid var(--gold-line);
  border-bottom: 0;
  border-radius: var(--r-arch);
  pointer-events: none;
  opacity: 0.6;
}
.cta-band > .wrap {
  position: relative;
  z-index: 1;
}
.cta-phone {
  margin-top: 1.5rem;
  font-size: 0.95rem;
}
.cta-phone a {
  color: var(--gold);
}

/* ------------------------------------------------------------
   CONTACT — map, direction block, form triptych
   ------------------------------------------------------------ */
.map-band {
  position: relative;
  padding-top: var(--header-offset);
}
.map-wrap {
  position: relative;
}
.map-wrap iframe {
  width: 100%;
  height: clamp(22rem, 50vh, 28.75rem);
  border: 0;
  display: block;
  filter: saturate(0) hue-rotate(303deg) brightness(1) contrast(1);
}
.map-guard {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 1rem;
  cursor: pointer;
}
.map-guard span {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: color-mix(in srgb, var(--ink) 80%, transparent);
  padding: 0.6rem 1rem;
}
.map-wrap.is-active .map-guard {
  display: none;
}
section:has(> .direction-block),
.direction-clip {
  overflow: hidden;
  overflow-x: clip;
}
.direction-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}
.direction-block__copy {
  padding: clamp(3rem, 7vw, 7rem) clamp(2rem, 6vw, 6rem) clamp(3rem, 7vw, 7rem) 0;
  border-right: 1px solid var(--cream-line);
}
.direction-block__photo {
  position: relative;
}
/* bleeds to the viewport's right edge. calc(50% - 50vw) only lands there when
   the container is centred in the viewport; this one is the right half of a
   centred .wrap, so that formula overshot by ~350px at 1700 and the section's
   overflow cropped a third of the photo away, leaving it heavily zoomed. */
.direction-block__photo .frame {
  position: absolute;
  inset: 0 calc(-1 * max(var(--pad), (100vw - var(--max)) / 2)) 0
    clamp(2rem, 5vw, 5rem);
  height: 100%;
}
.label-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.8rem 2rem;
  margin: 2rem 0 2.5rem;
}
.label-grid > div {
  display: grid;
  gap: 0.3rem;
  font-size: 1.05rem;
  color: #fff;
}
.label-grid strong {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}
.label-grid a:hover {
  color: var(--gold);
}
.label-grid .slash {
  color: var(--gold);
  margin-inline: 0.5rem;
}
.form-triptych {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
}
.form-triptych .frame {
  aspect-ratio: 3 / 4.6;
  border-radius: var(--r-arch);
}
.arch-card {
  border: 1px solid var(--gold);
  border-radius: 290px 290px 0 0;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 3vw, 2.5rem) 2.5rem;
  text-align: center;
  display: grid;
  gap: 1.25rem;
  justify-items: center;
}
.arch-card h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.25rem);
  max-width: 14ch;
}
.arch-card form {
  width: 100%;
  display: grid;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
.field {
  width: 100%;
  padding: 0.9rem 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  font: inherit;
  font-size: 1.05rem;
  color: var(--ink-75);
  border-radius: 0;
}
.field::placeholder {
  color: var(--ink-55);
}
.field:focus {
  outline: none;
  border-bottom-color: var(--gold);
}
textarea.field {
  min-height: 9rem;
  resize: vertical;
}
.arch-card .btn {
  width: 100%;
  margin-top: 1rem;
}
.contact-info {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}
.hours-table li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--ink);
}
.hours-table li span + span {
  color: var(--gold);
}
.info-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.info-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.5rem;
  border: 1px solid var(--gold-line);
  transition: background 0.35s, color 0.35s;
}
.info-card .ic {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 1px solid var(--gold-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex: none;
}
.info-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0.2rem;
}
.info-card > span:last-child span {
  font-size: 0.95rem;
}
a.info-card:hover {
  background: var(--olive);
  color: #fff;
}
a.info-card:hover strong,
a.info-card:hover .ic {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 900px) {
  .direction-block {
    grid-template-columns: 1fr;
  }
  .direction-block__copy {
    border-right: 0;
    padding-right: 0;
  }
  .direction-block__photo {
    aspect-ratio: 4 / 3;
  }
  .direction-block__photo .frame {
    inset: 0;
  }
  .form-triptych {
    grid-template-columns: 1fr;
  }
  .form-triptych .frame {
    aspect-ratio: 4 / 3;
  }
  .arch-card {
    border-radius: 0;
    padding-top: 2.5rem;
  }
  .contact-info {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .info-cards,
  .label-grid {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------------
   GALLERY WALL (our food)
   ------------------------------------------------------------ */
/* ---- gallery wall, modelled on the Armanello gallery page ----
   Measured off the reference at a 1400px container: rows of three 500px-tall
   cells where ONE cell is ~1.57x wider than its neighbours (380 / 380 / 598),
   and the wide cell moves position row to row. A seven-column track gives
   exactly that ratio with 2 / 2 / 3 spans; a uniform square grid reads flat
   by comparison. Gaps measured at 20-21px. */
.gallery-wall {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1.25rem;
}
.gallery-wall figure {
  position: relative;
  min-width: 0;
}
.gallery-wall figure:nth-child(9n + 1) {
  grid-column: span 2;
}
.gallery-wall figure:nth-child(9n + 2) {
  grid-column: span 2;
}
.gallery-wall figure:nth-child(9n + 3) {
  grid-column: span 3;
}
.gallery-wall figure:nth-child(9n + 4) {
  grid-column: span 2;
}
.gallery-wall figure:nth-child(9n + 5) {
  grid-column: span 3;
}
.gallery-wall figure:nth-child(9n + 6) {
  grid-column: span 2;
}
.gallery-wall figure:nth-child(9n + 7) {
  grid-column: span 3;
}
.gallery-wall figure:nth-child(9n + 8) {
  grid-column: span 2;
}
.gallery-wall figure:nth-child(9n + 9) {
  grid-column: span 2;
}
/* fixed cell height keeps every row flush regardless of how wide a cell is —
   the reference holds 500px across the whole grid */
.gallery-wall .frame {
  height: clamp(15rem, 33vw, 31.25rem);
}
.gallery-wall figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.9rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--ink);
}
.gallery-wall figcaption span {
  color: var(--gold);
  display: inline-flex;
}
@media (max-width: 900px) {
  .gallery-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-wall figure {
    grid-column: span 1 !important;
  }
  .gallery-wall .frame {
    height: clamp(11rem, 34vw, 18rem);
  }
}
@media (max-width: 520px) {
  .gallery-wall {
    grid-template-columns: 1fr;
  }
  .gallery-wall .frame {
    height: 15rem;
  }
}
.snap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.snap-grid .frame {
  aspect-ratio: 1;
}
.snap-grid .frame:nth-child(even) {
  border-radius: var(--r-arch);
}
@media (max-width: 760px) {
  .snap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ------------------------------------------------------------
   ABOUT — trio, thirds band, values, pinned timeline
   ------------------------------------------------------------ */
/* ---- media column that escapes the container on the right ----
   The reference lets this trio run off the right edge of the viewport at a
   much larger scale; boxed inside the grid it reads as a contained thumbnail
   strip instead. Bleed distance = half the gap between the wrap and the
   viewport, which is `pad` on narrow screens and (100vw - max)/2 on wide ones. */
.split--bleed-right {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 4vw, 4.5rem);
}
.split--bleed-right .split__media {
  margin-right: min(calc((var(--max) - 100vw) / 2), calc(-1 * var(--pad)));
}
.trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: center;
}
.trio .frame {
  aspect-ratio: 245 / 530;
}
.trio .frame:nth-child(2) {
  aspect-ratio: 245 / 760;
  border-radius: var(--r-arch);
}
.trio .frame:nth-child(1) {
  margin-top: 5.5rem;
}
.trio .frame:nth-child(3) {
  margin-bottom: 5.5rem;
}

/* ------------------------------------------------------------
   OFFER ROWS — the four services as a hairline list inside the
   home "what we offer" split (mirrors the About story layout)
   ------------------------------------------------------------ */
.offer-rows {
  margin-top: 2.25rem;
  border-top: 1px solid var(--line);
}
.offer-rows li {
  border-bottom: 1px solid var(--line);
}
.offer-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.1rem;
  padding: 1.15rem 0;
  transition: padding-left 0.4s var(--ease-soft);
}
.offer-row:hover {
  padding-left: 0.6rem;
}
.offer-row__ico {
  flex: none;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  border: 1px solid var(--gold-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  color: var(--gold);
  transition: background 0.35s var(--ease-soft), color 0.35s;
}
.offer-row:hover .offer-row__ico {
  background: var(--gold);
  color: var(--bg);
}
.offer-row__text strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--ink);
  transition: color 0.3s;
}
.offer-row:hover .offer-row__text strong {
  color: var(--gold);
}
.offer-row__text span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ink-55);
}
.offer-row__go {
  flex: none;
  font-size: 1.05rem;
  color: var(--gold);
  opacity: 0.45;
  transform: translateX(-0.35rem);
  transition: opacity 0.35s, transform 0.35s var(--ease-soft);
}
.offer-row:hover .offer-row__go {
  opacity: 1;
  transform: none;
}
@media (max-width: 600px) {
  .offer-row {
    gap: 0.9rem;
  }
  .offer-row__ico {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 0.95rem;
  }
  .offer-row__text strong {
    font-size: 1.2rem;
  }
}
/* eyebrow sits in its own far-left column beside the heading, as in the
   reference, instead of stacking above it */
.band-head--aside {
  display: grid;
  grid-template-columns: minmax(0, 0.26fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}
.band-head--aside .eyebrow {
  margin: 0;
  padding-top: 0.6rem;
}
@media (max-width: 900px) {
  .band-head--aside {
    grid-template-columns: 1fr;
  }
}
.thirds {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.thirds > * {
  padding: 2rem clamp(1.25rem, 3vw, 2.5rem);
  border-left: 1px solid var(--cream-line);
}
.thirds > *:first-child {
  padding-left: 0;
  border-left: 0;
}
.thirds h3 {
  font-size: 1.6rem;
  margin: 1rem 0 0.6rem;
}
.thirds p {
  font-size: 0.98rem;
}
.v-ico {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  border: 1px solid var(--gold-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.v-ico img {
  width: 1.6rem;
  height: 1.6rem;
  filter: brightness(0) saturate(100%) invert(58%) sepia(28%) saturate(509%) hue-rotate(20deg) brightness(92%) contrast(88%);
}
.h2--wide {
  max-width: none !important;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}
@media (max-width: 900px) {
  .thirds {
    grid-template-columns: 1fr;
  }
  .thirds > * {
    padding-inline: 0;
    border-left: 0;
    border-top: 1px solid var(--cream-line);
  }
  .thirds > *:first-child {
    border-top: 0;
  }
  .trio .frame:nth-child(1),
  .trio .frame:nth-child(3) {
    margin: 0;
  }
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.value-card {
  padding: 2.5rem 2rem;
  border: 1px solid var(--gold-line);
  display: grid;
  gap: 1rem;
  align-content: start;
}
.value-card:nth-child(2) {
  border-radius: var(--r-arch);
  padding-top: 3.5rem;
}
.value-card h3 {
  font-size: 1.6rem;
}
.value-card p {
  font-size: 0.98rem;
}
@media (max-width: 900px) {
  .values-grid {
    grid-template-columns: 1fr;
  }
}

/* pinned timeline */
.timeline {
  position: relative;
  overflow: hidden;
  overflow-x: clip;
}
/* ------------------------------------------------------------
   CHAPTERS — sticky intro, chapters scroll past.
   Replaces the pinned/scroll-jacked timeline: the page never stops
   moving, so it can't read as frozen, but the story still holds
   together under one heading with a live progress rail.
   ------------------------------------------------------------ */
.chapters__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}
/* the aside must be as TALL AS THE LIST for sticky to have anywhere to travel.
   `align-items: start` on the layout was shrink-wrapping it to its own 406px of
   content against a 2486px list, giving the sticky element 0px of range — so it
   simply scrolled away with the column and never stuck. */
.chapters__aside {
  align-self: stretch;
  height: 100%;
}
.chapters__intro {
  position: sticky;
  top: calc(var(--header-h, 5rem) + 2.5rem);
}
.chapters__intro .lede {
  margin-top: 1.25rem;
}
.chapters__nav {
  position: relative;
  display: grid;
  gap: 1.15rem;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-left: 1.6rem;
}
.chapters__nav-track {
  position: absolute;
  left: 3px;
  top: 0.45rem;
  bottom: 0.45rem;
  width: 1px;
  background: var(--line);
}
.chapters__nav-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background: var(--ink);
  transition: height 0.35s var(--ease-out);
}
.chapter-dot {
  position: relative;
  background: none;
  border: 0;
  padding: 0;
  text-align: left;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--ink-45, rgba(20, 20, 20, 0.45));
  cursor: pointer;
  transition: color 0.3s;
}
.chapter-dot::before {
  content: "";
  position: absolute;
  left: -1.6rem;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  background: var(--line);
  transform: rotate(45deg);
  transition: background 0.3s, transform 0.3s var(--ease-out);
}
.chapter-dot:hover {
  color: var(--ink);
}
.chapter-dot.is-active {
  color: var(--ink);
}
.chapter-dot.is-active::before {
  background: var(--ink);
  transform: rotate(45deg) scale(1.35);
}
.chapters__list {
  display: grid;
  gap: clamp(4rem, 9vw, 8rem);
}
.chapter {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: clamp(1.25rem, 3vw, 2.25rem);
  row-gap: 1.5rem;
}
.chapter__no {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 5vw, 4.25rem);
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1px var(--gold);
}
.chapter__copy h4 {
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  margin-bottom: 0.85rem;
}
.chapter__copy p {
  max-width: 52ch;
}
.chapter__media {
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
  align-items: end;
}
.chapter__media .frame {
  aspect-ratio: 4 / 5;
}
.chapter__media .frame:last-child {
  aspect-ratio: 1;
  border-radius: var(--r-arch);
}
.chapter__media .frame img {
  transition: transform 1.1s var(--ease-soft);
}
.chapter:hover .chapter__media .frame img {
  transform: scale(1.03);
}
@media (max-width: 900px) {
  .chapters__layout {
    grid-template-columns: 1fr;
  }
  .chapters__aside {
    height: auto;
  }
  .chapters__intro {
    position: static;
  }
  .chapter {
    grid-template-columns: 1fr;
  }
  .chapter__media {
    grid-column: 1;
  }
}
.timeline__pin {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  /* the pinned box must FIT the viewport under the header, otherwise the rail
     at its foot sits below the fold for the whole pin */
  min-height: min(78vh, calc(100svh - var(--header-h, 5rem) - 4rem));
  max-height: calc(100svh - var(--header-h, 5rem) - 3rem);
  align-content: center;
}
/* the rail + year dots must live INSIDE the pinned box — outside it they scroll
   away and you never see the progress or reach the clickable years, which is
   the whole point of the pinned section in the reference */
.timeline__rail {
  grid-column: 1 / -1;
  align-self: end;
}
.timeline__intro {
  margin-bottom: 1.25rem;
}
.timeline__stage {
  position: relative;
  min-height: 17rem;
}
.milestone {
  position: absolute;
  inset: 0;
  display: grid;
  gap: 0.8rem;
  align-content: center;
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.5s ease, transform 0.6s var(--ease-out);
  pointer-events: none;
}
.milestone.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.milestone.is-past {
  transform: translateX(-30px);
}
/* while the pin is scrubbing, JS writes opacity/transform every frame */
.timeline.is-scrubbed .milestone,
.timeline.is-scrubbed .image-frame {
  transition: none;
}
.milestone__no {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 7vw, 6rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--gold);
}
.milestone h4 {
  font-size: clamp(1.6rem, 2.6vw, 2.25rem);
}
.milestone p {
  max-width: 46ch;
}
/* keep the stage square: max-height alone let it stretch into a wide box, which
   flattened the "tall" photo and stood the inset dish beside it instead of on it */
.timeline__images {
  position: relative;
  aspect-ratio: 1;
  max-height: 52svh;
  max-width: 52svh;
  justify-self: center;
  width: 100%;
}
.image-frame {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.image-frame.is-active {
  opacity: 1;
}
/* Both photos are composed INSIDE the right-hand column. The tall frame used
   to be pushed out with right: calc(50% - 50vw + pad), a formula that only
   lands correctly when its container is centred in the viewport — here it sits
   in the right grid column, so the bleed overshot and the section's overflow
   clipped roughly three quarters of the photo off the screen. */
.image-frame .frame:first-child {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 74%;
  height: 100%;
}
/* square-cornered dish photo overlapping the tall shot at the lower left */
.image-frame .frame:last-child {
  position: absolute;
  left: 0;
  bottom: -6%;
  width: 46%;
  aspect-ratio: 3 / 4;
  border-radius: 0;
  border: 0.5rem solid var(--cream);
}
.timeline__track {
  position: relative;
  height: 1px;
  background: var(--line);
  margin-top: 1.5rem;
}
.timeline__progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 18%;
  background: var(--ink);
  transition: width 0.1s linear;
}
.timeline__dots {
  position: relative;
  height: 4rem;
}
.timeline-dot {
  position: absolute;
  top: -0.45rem;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--ink-55);
  white-space: nowrap;
}
.timeline-dot:nth-child(1) {
  left: 18%;
}
.timeline-dot:nth-child(2) {
  left: 50%;
}
.timeline-dot:nth-child(3) {
  left: 82%;
}
.timeline-dot::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background: var(--cream);
  border: 1px solid var(--gold);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transition: background 0.3s;
}
.timeline-dot.is-active::before {
  background: var(--ink);
  border-color: var(--ink);
}
.timeline-dot.is-active {
  color: var(--ink);
}
@media (max-width: 899px) {
  .timeline__pin {
    display: block;
    min-height: 0;
  }
  .timeline__stage {
    min-height: 0;
  }
  .milestone {
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    padding-block: 2rem;
    border-top: 1px solid var(--line);
  }
  .milestone:first-child {
    border-top: 0;
  }
  .timeline__images {
    display: none;
  }
  .timeline__track,
  .timeline__dots {
    display: none;
  }
}

/* chapters (simple list fallback) */
.chapter {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 2rem;
  padding: 2.5rem 0;
  border-top: 1px solid var(--line);
}
.ch-no {
  font-family: var(--font-display);
  font-size: 2.6rem;
  color: var(--gold);
  line-height: 1;
}
@media (max-width: 640px) {
  .chapter {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* ------------------------------------------------------------
   MENU PAGE — house favourites + live menu app
   ------------------------------------------------------------ */
.bd-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.bd-card .frame {
  aspect-ratio: 5 / 4;
}
.bd-card h3 {
  font-size: 1.7rem;
  margin: 1.25rem 0 0.5rem;
}
.bd-card p {
  font-size: 0.98rem;
}
.bd-note {
  margin-top: 0.6rem;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold);
}
@media (max-width: 900px) {
  .bd-list {
    grid-template-columns: 1fr;
    max-width: 30rem;
  }
}
.menu-heading {
  position: sticky;
  top: var(--header-h);
  z-index: 20;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.menu-heading .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding-block: 1rem;
}
.menu-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--ink);
}
.menu-title em {
  color: var(--gold);
}
/* heading search — filters every category at once and reveals the
   category header above each match (see initMenuApp in script.js) */
.menu-search {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex: 0 1 24rem;
  min-width: 0;
  padding: 0.15rem 1rem;
  background: var(--gold-tint);
  border: 1px solid var(--gold-line);
  transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
}
.menu-search:hover {
  border-color: var(--gold);
}
.menu-search:focus-within {
  border-color: var(--gold);
  background: var(--bg);
  box-shadow: 0 0 0 3px var(--gold-tint);
}
.menu-search > .ico {
  flex: none;
  font-size: 1.05rem;
  color: var(--gold);
}
.menu-search input {
  flex: 1;
  min-width: 0;
  padding: 0.75rem 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  color: var(--ink);
}
.menu-search input:focus {
  outline: none;
}
.menu-search input::placeholder {
  color: var(--ink-55);
  opacity: 1;
}
.menu-search__clear {
  flex: none;
  display: inline-flex;
  padding: 0.25rem;
  font-size: 0.95rem;
  color: var(--ink-55);
  background: none;
  transition: color 0.3s;
}
.menu-search__clear:hover {
  color: var(--ink);
}
.menu-search__clear[hidden] {
  display: none;
}
.menu-empty {
  grid-column: -2 / -1;
  padding-top: 1rem;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--ink-55);
}
.menu-empty[hidden] {
  display: none;
}
.menu-container {
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  padding-block: 3rem var(--sec);
}
.menu-buttons {
  position: sticky;
  top: calc(var(--header-h) + 5.5rem);
  display: grid;
  gap: 0.15rem;
  border-left: 1px solid var(--line);
}
.menu-button {
  text-align: left;
  padding: 0.65rem 1.25rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--ink-55);
  position: relative;
  transition: color 0.3s, padding-left 0.3s;
}
.menu-button::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--gold);
  transform: scaleY(0);
  transition: transform 0.4s var(--ease-soft);
}
.menu-button:hover,
.menu-button.active-button {
  color: var(--ink);
  padding-left: 1.6rem;
}
.menu-buttons.is-searching .menu-button,
.menu-buttons.is-searching .menu-button.active-button {
  color: var(--ink-55);
  padding-left: 1.25rem;
}
.menu-buttons.is-searching .menu-button::before {
  transform: scaleY(0);
}
.menu-button.active-button::before {
  transform: scaleY(1);
}
.menu-items {
  display: grid;
}
.menu-item {
  border-bottom: 1px solid var(--line-soft);
  padding: 1.35rem 0;
}
.item-details {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.3rem 1.5rem;
  align-items: baseline;
}
.item-name {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--ink);
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}
.item-name::after {
  content: "";
  flex: 1;
  min-width: 1.5rem;
  border-bottom: 1px dotted var(--gold-line);
  transform: translateY(-0.3em);
}
.item-price {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--gold);
}
.item-desc {
  grid-column: 1 / -1;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ink-55);
}
.item-desc > span:first-child {
  display: none;
}
.item-badges {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
}
.item-badges img {
  width: 1rem;
  height: 1rem;
}
.category-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 2.5rem 0 0.5rem;
  scroll-margin-top: calc(var(--header-h) + 9rem);
}
.category-header::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--gold-faint);
}
/* in search results the category each hit belongs to is the point — make it loud */
.menu-items.is-searching .category-header {
  padding-top: 2rem;
}
.menu-items.is-searching .category-header:first-child {
  padding-top: 0.5rem;
}
.mobile-menu-controls {
  display: none;
}
@media (max-width: 768px) {
  .menu-container {
    grid-template-columns: 1fr;
    padding-top: 1rem;
  }
  .menu-buttons {
    display: none;
  }
  .menu-search {
    display: none;
  }
  /* the title scrolls away on mobile — only the search + category bar pins,
     so the two sticky blocks can no longer stack or overlap each other */
  .menu-heading {
    position: static;
    border-bottom: 0;
  }
  .menu-heading .wrap {
    display: block;
    padding-block: 1.25rem 0.6rem;
  }
  .menu-heading .eyebrow {
    font-size: 0.62rem;
    margin-bottom: 0.1rem;
  }
  .menu-heading .menu-title {
    font-size: 1.55rem;
    line-height: 1.15;
  }
  .mobile-menu-controls {
    position: sticky;
    top: var(--header-h);
    z-index: 19;
    display: flex;
    gap: 0.5rem;
    padding: 0.6rem var(--pad);
    background: var(--bg);
    border-bottom: 1px solid var(--line);
  }
  .mobile-menu-controls input {
    flex: 1;
    min-width: 0;
    padding: 0.7rem 0.9rem;
    border: 1px solid var(--gold-line);
    background: var(--gold-tint);
    font: inherit;
    font-size: 0.9rem;
    color: var(--ink);
    transition: border-color 0.3s, background 0.3s;
  }
  .mobile-menu-controls input::placeholder {
    color: var(--ink-55);
    opacity: 1;
  }
  .mobile-menu-controls input:focus {
    outline: none;
    border-color: var(--gold);
    background: var(--bg);
  }
  .category-header {
    padding-top: 1.75rem;
    scroll-margin-top: calc(var(--header-h) + 5rem);
  }
  .dropdown {
    position: relative;
  }
  .dropbtn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.7rem 0.9rem;
    border: 1px solid var(--gold-line);
    font-size: 0.85rem;
    white-space: nowrap;
    background: var(--bg);
  }
  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 0.5rem);
    min-width: 14rem;
    max-height: 60vh;
    overflow-y: auto;
    background: var(--bg);
    border: 1px solid var(--line);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    z-index: 30;
  }
  .dropdown-content a {
    display: block;
    padding: 0.7rem 1rem;
    font-family: var(--font-display);
    font-size: 1.05rem;
    border-bottom: 1px solid var(--line-soft);
  }
  .dropdown-content a:hover {
    color: var(--gold);
  }
}

/* ------------------------------------------------------------
   DISH PAGE
   ------------------------------------------------------------ */
.dish-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.dish-hero .frame {
  aspect-ratio: 1;
  border-radius: var(--r-arch);
  max-width: 30rem;
  justify-self: end;
  width: 100%;
}
.dish-rating {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0 1.5rem;
}
.rating-count {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-55);
}
.dish-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.75rem 0;
}
.ingredients-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
.ingredients-grid h4 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}
.ingredients-grid ul {
  display: grid;
  gap: 0.35rem;
}
.ingredients-grid li {
  position: relative;
  padding-left: 1.3rem;
  font-size: 0.98rem;
}
.ingredients-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.5rem;
  height: 1px;
  background: var(--gold);
}
.ingredients-grid small {
  display: block;
  margin-top: 0.75rem;
  color: var(--ink-55);
}
@media (max-width: 900px) {
  .dish-hero {
    grid-template-columns: 1fr;
  }
  .dish-hero .frame {
    max-width: 24rem;
    justify-self: start;
  }
}
@media (max-width: 600px) {
  .ingredients-grid {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------------
   DELIVERY AREAS / STEPS
   ------------------------------------------------------------ */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.area {
  padding: 2rem;
  border: 1px solid var(--gold-line);
}
.area:nth-child(2) {
  border-radius: var(--r-arch);
  padding-top: 3rem;
  text-align: center;
}
.area h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.area ul {
  display: grid;
  gap: 0.4rem;
}
.area li {
  font-size: 0.98rem;
}
.area a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--gold-line);
  text-underline-offset: 0.2em;
}
.area a:hover {
  text-decoration-color: var(--gold);
}
.delivery-note {
  margin-top: 2rem;
  text-align: center;
  font-family: var(--font-display);
  font-style: italic;
}
.delivery-note a {
  color: var(--gold);
}
@media (max-width: 900px) {
  .areas-grid {
    grid-template-columns: 1fr;
  }
  .area:nth-child(2) {
    border-radius: 0;
    text-align: left;
    padding-top: 2rem;
  }
}
.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}
.step {
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.step__no {
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 1rem;
}
.step h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.step p {
  font-size: 0.95rem;
}
.step a {
  color: var(--gold);
}
@media (max-width: 1000px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .steps {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------------------
   LEGAL PAGES
   ------------------------------------------------------------ */
.legal {
  max-width: 62rem;
}
.legal h2 {
  font-size: 1.9rem;
  margin: 2.5rem 0 0.75rem;
}
.legal h3 {
  font-size: 1.35rem;
  margin: 1.75rem 0 0.5rem;
}
.legal p,
.legal li {
  font-size: 1rem;
}
.legal ul {
  display: grid;
  gap: 0.4rem;
  margin: 0.75rem 0;
}
.legal li {
  position: relative;
  padding-left: 1.3rem;
}
.legal li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.5rem;
  height: 1px;
  background: var(--gold);
}
.legal a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--gold-line);
  text-underline-offset: 0.2em;
}

/* ------------------------------------------------------------
   FOOTER — split photo CTA band + dark column footer
   ------------------------------------------------------------ */
.site-footer {
  color: var(--cream-75);
  overflow: hidden;
}
.foot-cta-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.foot-cta-half {
  position: relative;
  isolation: isolate;
  min-height: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(3rem, 6vw, 5rem) var(--pad);
  text-align: center;
  color: var(--cream-75);
}
.foot-cta-half__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.foot-cta-half::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: color-mix(in srgb, var(--ink) 78%, transparent);
}
.foot-cta-half + .foot-cta-half::before {
  background: color-mix(in srgb, var(--olive) 82%, transparent);
}
.foot-cta-half__inner {
  max-width: 34rem;
  display: grid;
  justify-items: center;
  gap: 0.75rem;
}
.foot-cta-half__inner .eyebrow {
  margin: 0;
}
.foot-cta-half__inner .eyebrow::after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  background: currentColor;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}
.foot-cta-half h3 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}
.foot-cta-half p {
  max-width: 40ch;
}
.foot-cta-half .btn {
  margin-top: 1rem;
}
.foot-social-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 2rem;
  margin-top: 1rem;
}
.foot-social-text a {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: #fff;
  transition: color 0.3s;
}
.foot-social-text a::after {
  content: ".";
  color: var(--gold);
}
.foot-social-text a:hover {
  color: var(--gold);
}
.foot-main {
  background: var(--dark);
  padding-top: clamp(3.5rem, 7vw, 6rem);
}
.foot-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) repeat(4, minmax(0, 1fr));
  gap: 2.5rem 2rem;
  padding-bottom: 3.5rem;
}
.foot-grid > * {
  min-width: 0;
}
.foot-col a {
  overflow-wrap: anywhere;
}
.foot-col h6 {
  color: var(--gold);
  margin-bottom: 1.1rem;
}
.foot-col ul {
  display: grid;
  gap: 0.55rem;
  font-size: 0.98rem;
}
.foot-col a {
  transition: color 0.3s;
}
.foot-col a:hover {
  color: #fff;
}
.foot-contact a {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: #fff;
}
.foot-contact a:hover {
  color: var(--gold);
}
.foot-col--brand {
  display: grid;
  gap: 1.5rem;
  align-content: start;
}
.foot-brand img {
  height: 6rem;
  width: auto;
}
.foot-hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--cream-line);
  padding-bottom: 0.5rem;
}
.foot-social {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.5rem;
}
.foot-social a {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1px solid var(--cream-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}
.foot-social a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
/* rotating circular "call us" badge */
/* the rotating "call us" badge sits BELOW the columns, flush right, rather
   than in a reserved right-hand lane — a lane that tall left an obvious dead
   zone beside the link columns and made the footer read as unbalanced */
.foot-badge {
  /* the spinning ring is inset:0 absolute — without a containing block here it
     resolved against .foot-grid and sprayed the ring across the whole footer */
  position: relative;
  grid-column: 1 / -1;
  justify-self: end;
  margin-top: -1rem;
  width: 8rem;
  height: 8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cream-text);
}
.foot-badge__ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: spin 20s linear infinite;
  fill: currentColor;
  font-family: var(--font-ui);
  font-size: 12.4px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.foot-badge__center {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  border: 1px solid var(--gold-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.1rem;
  transition: background 0.3s, color 0.3s;
}
.foot-badge:hover .foot-badge__center {
  background: var(--gold);
  color: #fff;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.foot-wordmark {
  position: relative;
  text-align: center;
  padding: 2rem 0 0;
  border-top: 1px solid var(--cream-line);
}
.foot-wordmark__text {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(3rem, 12.5vw, 12rem);
  line-height: 0.95;
  color: var(--cream-text);
  white-space: nowrap;
  letter-spacing: -0.02em;
}
.foot-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 2rem;
  padding-block: 1.5rem 2rem;
  margin-top: 1rem;
  border-top: 1px solid var(--cream-line);
  font-size: 0.85rem;
  color: var(--cream-55);
}
.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.foot-legal a:hover {
  color: #fff;
}
@media (max-width: 1100px) {
  .foot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-right: 0;
  }

}
@media (max-width: 900px) {
  .foot-cta-split {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .foot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .foot-col--brand {
    grid-column: 1 / -1;
  }
}

/* ------------------------------------------------------------
   FLOATING MOBILE ORDER BAR + BACK TO TOP
   ------------------------------------------------------------ */
.floating-btn-wrapper {
  display: none;
}
@media (max-width: 1199px) {
  .floating-btn-wrapper {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 800;
    padding: 0.75rem var(--pad) calc(0.75rem + env(safe-area-inset-bottom));
    background: color-mix(in srgb, var(--ink) 92%, transparent);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--cream-line);
  }
  .floating-btn-wrapper .btn {
    width: 100%;
    padding-block: 1.1rem 1rem;
  }
  body {
    padding-bottom: 4.6rem;
  }
}
.to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 700;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid var(--gold);
  color: var(--gold);
  background: color-mix(in srgb, var(--bg) 85%, transparent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
}
.to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.to-top:hover {
  background: var(--gold);
  color: #fff;
}
@media (max-width: 1199px) {
  .to-top {
    bottom: 5.5rem;
  }
}

/* ------------------------------------------------------------
   PRELOADER (optional — the theme ships it; toggle in script.js)
   ------------------------------------------------------------ */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader__half {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(50% + 1px);
  background: var(--dark);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.18, 1) 0.25s;
}
.preloader__half--top {
  top: 0;
  transform-origin: center top;
}
.preloader__half--bottom {
  bottom: 0;
  transform-origin: center bottom;
}
.preloader__line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease, opacity 0.25s ease 0.25s;
}
.preloader__name {
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  color: var(--cream-text);
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.7s ease 0.15s, transform 0.7s var(--ease-out) 0.15s;
}
.preloader.is-loading .preloader__name {
  opacity: 1;
  transform: translateY(0);
}
.preloader.is-done .preloader__line {
  transform: scaleX(1);
  opacity: 0;
}
.preloader.is-done .preloader__half {
  transform: scaleY(0);
}
.preloader.is-done .preloader__name {
  opacity: 0;
  transition-delay: 0s;
}
.preloader.is-gone {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .preloader {
    display: none;
  }
}

/* ------------------------------------------------------------
   CUSTOM CURSOR (optional; fine pointers only)
   ------------------------------------------------------------ */
.cursor,
.cursor-follower {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 99998;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.cursor {
  width: 6px;
  height: 6px;
  background: var(--gold);
}
.cursor-follower {
  width: 1.5rem;
  height: 1.5rem;
  background: var(--ink);
  opacity: 0.25;
  transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.3s, background 0.1s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-ui);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.cursor-follower span {
  opacity: 0;
  transition: opacity 0.3s;
}
body.cursor-on .cursor,
body.cursor-on .cursor-follower {
  visibility: visible;
}
body.cursor-on,
body.cursor-on a,
body.cursor-on button {
  cursor: none;
}
.cursor-follower.is-hover {
  width: 3.5rem;
  height: 3.5rem;
  opacity: 0.2;
  background: var(--gold);
}
.cursor-follower.is-label {
  width: 5.2rem;
  height: 5.2rem;
  opacity: 0.95;
  background: var(--olive);
}
.cursor-follower.is-label span {
  opacity: 1;
}
.cursor-follower.is-down {
  transform: translate(-50%, -50%) scale(0.85);
}

/* ------------------------------------------------------------
   MOTION — reveal states (IntersectionObserver adds .is-in)
   ------------------------------------------------------------ */
[data-anim] {
  opacity: 0;
  animation-delay: var(--d, 0s);
  animation-fill-mode: both;
  will-change: transform, opacity;
}
[data-anim].is-in {
  opacity: 1;
}
[data-anim="fade-blur"].is-in {
  animation: pxlFadeBlur 1.2s ease both;
}
[data-anim="fade-up"].is-in {
  animation: fadeUp 1.2s ease both;
}
[data-anim="fade"].is-in {
  animation: fadeIn 1.2s ease both;
}
[data-anim="zoom-small"].is-in {
  animation: zoomSmall 1.2s ease both;
}
[data-anim="slide-up"].is-in {
  animation: slideUp 1.1s var(--ease-out) both;
}
@keyframes slideUp {
  from {
    transform: translate3d(0, 90px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
[data-anim="line"] {
  opacity: 1;
}
/* the clip lives on the IMAGE, never on the observed element itself —
   a clipped target reports an empty intersection rect and would never
   be seen entering the viewport by IntersectionObserver */
[data-anim^="skew"] {
  opacity: 1;
}
[data-anim^="skew"] img {
  clip-path: inset(50% 50% 50% 50%);
}
[data-anim="skew-top"] img {
  clip-path: inset(0 0 100% 0);
}
[data-anim="skew-left"] img {
  clip-path: inset(0 100% 0 0);
}
[data-anim="skew-right"] img {
  clip-path: inset(0 0 0 100%);
}
[data-anim^="skew"].is-in img {
  animation: skewOpen 2s ease both;
  animation-delay: var(--d, 0s);
}
@keyframes skewOpen {
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes pxlFadeBlur {
  from {
    filter: blur(5px);
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  from {
    transform: translate3d(0, 7vh, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomSmall {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* split text: hidden until GSAP has split it (JS adds .split-ready) */
[data-split] {
  visibility: hidden;
}
[data-split].split-ready,
.no-split [data-split] {
  visibility: visible;
}
.split-line {
  display: block;
  overflow-x: clip;
  overflow-y: visible;
}
[data-split="lines-up"] .split-line {
  overflow: hidden;
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
}
.split-word {
  display: inline-block;
  will-change: transform, opacity;
}
[data-scroll-scale] {
  transform-origin: center bottom;
}
@media (prefers-reduced-motion: reduce) {
  [data-anim],
  [data-anim^="skew"],
  [data-anim^="skew"] img {
    opacity: 1 !important;
    clip-path: none !important;
    animation: none !important;
  }
  [data-split] {
    visibility: visible;
  }
  .marquee__track,
  .foot-badge__ring,
  .hero-home__portrait img,
  .hero-home__text,
  .hero-card,
  .hero-home__scroll::after {
    animation: none;
  }
  .hero-home__portrait img {
    clip-path: none;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
