@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 400 600; font-display: swap; src: url("./assets/fonts/cormorant-garamond-latin.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 400 500; font-display: swap; src: url("./assets/fonts/cormorant-garamond-italic-latin.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("./assets/fonts/manrope-latin.woff2") format("woff2"); }

:root {
  --ink: #090908;
  --charcoal: #11100e;
  --charcoal-soft: #181613;
  --ivory: #e9e1d5;
  --ivory-deep: #d7cbbb;
  --paper: #f1ebe2;
  --bronze: #b98a4d;
  --bronze-light: #d5ae76;
  --malbec: #321116;
  --ember: #a53d25;
  --line-dark: rgba(17, 16, 14, 0.18);
  --line-light: rgba(233, 225, 213, 0.18);
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --header-height: 104px;
  --shell: min(1320px, calc(100vw - 96px));
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; background: var(--ink); }
body {
  overflow-x: clip;
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
html.splash-pending body { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { color: var(--ink); background: var(--bronze-light); }

/* First-visit brand reveal. It runs once per browser session and gets out of
   the way quickly, so returning visitors reach the restaurant immediately. */
.site-splash {
  position: fixed;
  z-index: 3000;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--ivory);
  background: #020202;
  transform: translateY(0);
  transition: transform .72s cubic-bezier(.76, 0, .24, 1);
}
.site-splash[hidden] { display: none; }
.site-splash::before,
.site-splash::after { position: absolute; content: ""; pointer-events: none; }
.site-splash::before {
  width: min(760px, 88vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139,43,28,.1), rgba(139,43,28,.02) 38%, transparent 69%);
  filter: blur(18px);
  opacity: 0;
  transform: scale(.72);
  transition: opacity .8s ease, transform 1.25s cubic-bezier(.2,.7,.2,1);
}
.site-splash::after {
  inset: 22px;
  border: 1px solid rgba(213,174,118,.08);
  opacity: 0;
  transition: opacity .55s ease .15s;
}
.site-splash__glow {
  position: absolute;
  bottom: -18%;
  left: 50%;
  width: 56%;
  height: 36%;
  background: radial-gradient(ellipse, rgba(139,43,28,.14), transparent 68%);
  filter: blur(42px);
  opacity: 0;
  transform: translateX(-50%) scale(.7);
  transition: opacity .8s ease .25s, transform 1.1s ease .2s;
}
.site-splash__content { position: relative; z-index: 1; display: grid; width: min(370px, 72vw); justify-items: center; }
.site-splash__mark { position: relative; display: block; width: min(260px, 62vw); }
.site-splash__mark img { width: 100%; opacity: 0; filter: brightness(.64) saturate(.78) contrast(1.04); transform: translateY(10px) scale(.96); transition: opacity .58s ease .12s, transform .85s cubic-bezier(.2,.75,.2,1) .12s; }
.site-splash__mark::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image: linear-gradient(108deg, transparent 10%, rgba(225,190,139,.18) 34%, rgba(255,244,220,.95) 50%, rgba(225,190,139,.24) 66%, transparent 90%);
  background-repeat: no-repeat;
  background-position: -95% 0;
  background-size: 42% 100%;
  filter: drop-shadow(0 0 8px rgba(255,224,173,.38));
  opacity: 0;
  -webkit-mask: url("./assets/images/logo-argentina-header.svg") center / contain no-repeat;
  mask: url("./assets/images/logo-argentina-header.svg") center / contain no-repeat;
}
.site-splash__content p { margin: 21px 0 23px; color: rgba(233,225,213,.46); font-size: 9px; font-weight: 600; letter-spacing: .27em; text-transform: uppercase; opacity: 0; transform: translateY(6px); transition: opacity .45s ease .28s, transform .55s ease .28s; }
.site-splash__content p span { margin: 0 8px; color: var(--bronze-light); }
.site-splash__ember { width: 112px; height: 1px; overflow: hidden; background: rgba(213,174,118,.18); opacity: 0; transition: opacity .35s ease .3s; }
.site-splash__ember i { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, var(--bronze-light) 35%, #f2d4a8 50%, var(--bronze-light) 65%, transparent); transform: translateX(-105%); transition: transform 1.05s cubic-bezier(.5,0,.2,1) .35s; }
.site-splash.is-ready::before { opacity: 1; transform: scale(1); }
.site-splash.is-ready::after { opacity: 1; }
.site-splash.is-ready .site-splash__glow { opacity: 1; transform: translateX(-50%) scale(1); }
.site-splash.is-ready .site-splash__mark img,
.site-splash.is-ready .site-splash__content p { opacity: 1; transform: none; }
.site-splash.is-ready .site-splash__mark::after { animation: splash-logo-glint 1.05s cubic-bezier(.5,0,.2,1) .35s both; }
.site-splash.is-ready .site-splash__ember { opacity: 1; }
.site-splash.is-ready .site-splash__ember i { transform: translateX(105%); }
.site-splash.is-leaving { transform: translateY(-100%); }

@keyframes splash-logo-glint {
  0% { background-position: -95% 0; opacity: 0; }
  12%, 82% { opacity: 1; }
  100% { background-position: 195% 0; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .site-splash,
  .site-splash::before,
  .site-splash::after,
  .site-splash__glow,
  .site-splash__mark img,
  .site-splash__mark::after,
  .site-splash__content p,
  .site-splash__ember,
  .site-splash__ember i { transition-duration: .01ms !important; transition-delay: 0s !important; }
}

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(100px, 10vw, 170px) 0; }
.section--dark { color: var(--ivory); background: var(--charcoal); }
.section--wine { color: var(--ivory); background: var(--malbec); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 12px 18px; color: var(--ink); background: var(--ivory); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--bronze-light); outline-offset: 4px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; }
h1 em, h2 em { color: var(--bronze-light); font-weight: 400; }
h2 { margin-bottom: 32px; font-size: clamp(60px, 7vw, 108px); line-height: .82; letter-spacing: -.045em; }
.lead { font-family: var(--display); font-size: clamp(24px, 2.2vw, 34px); line-height: 1.24; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 28px; color: #7c5a31; font-size: 11px; font-weight: 600; line-height: 1.2; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { width: 37px; height: 1px; content: ""; background: currentColor; }
.eyebrow--light, .eyebrow--hero { color: var(--bronze-light); }

.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 28px; padding: 14px 25px; border: 1px solid transparent; border-radius: 0; font-size: 11px; font-weight: 600; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--gold { color: #100d09; background: var(--bronze-light); border-color: var(--bronze-light); }
.button--gold:hover { background: #e5c18e; border-color: #e5c18e; }
.button--line { color: var(--ivory); background: rgba(8, 8, 7, .14); border-color: rgba(233, 225, 213, .54); backdrop-filter: blur(6px); }
.button--line:hover { color: var(--ink); background: var(--ivory); border-color: var(--ivory); }
.button--ink { color: var(--ivory); background: var(--ink); border-color: var(--ink); }
.button--ink:hover { background: var(--malbec); border-color: var(--malbec); }
.button--compact { min-height: 44px; padding: 10px 20px; }
.arrow-link, .text-link { display: inline-flex; align-items: center; gap: 28px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.arrow-link span, .text-link span { transition: transform .25s ease; }
.arrow-link:hover span, .text-link:hover span { transform: translateX(5px); }

/* Header */
.site-header { position: fixed; z-index: 100; top: 0; left: 0; display: grid; width: 100%; height: var(--header-height); grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr); align-items: center; gap: 36px; padding: 0 48px; color: var(--ivory); border-bottom: 1px solid rgba(233, 225, 213, .14); transition: height .3s ease, background-color .3s ease, backdrop-filter .3s ease; }
.site-header.is-scrolled { height: 78px; background: rgba(8, 8, 7, .9); border-color: var(--line-light); backdrop-filter: blur(16px); }
.brand {
  position: relative;
  display: block;
  width: 132px;
  height: 72px;
  flex: 0 0 auto;
  color: var(--ivory);
  background: url("./assets/images/logo-argentina-header.svg") center / contain no-repeat;
  line-height: 1;
  transition: width .3s ease, height .3s ease, opacity .25s ease;
}
.brand:hover { opacity: .86; }
/* Keep the original text available to assistive technology while the official
   restaurant mark replaces the temporary typographic logo visually. */
.brand__horns, .brand__name, .brand__sub { position: absolute; opacity: 0; pointer-events: none; }
.brand--footer { width: 150px; height: 132px; background-image: url("./assets/images/logo-argentina.svg"); }
.site-header.is-scrolled .brand { width: 108px; height: 60px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a, .header-order { position: relative; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav a::after, .header-order::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; content: ""; background: var(--bronze-light); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .header-order:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 27px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(233, 225, 213, .34); color: inherit; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 17px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] > span:nth-last-child(2) { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 90; inset: 0; display: none; padding: 130px 32px 100px; color: var(--ivory); background: var(--ink); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.mobile-menu.is-open { opacity: 1; visibility: visible; }
.mobile-menu nav { border-top: 1px solid var(--line-light); }
.mobile-menu nav a { display: flex; align-items: baseline; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line-light); font-family: var(--display); font-size: clamp(36px, 10vw, 58px); line-height: 1; }
.mobile-menu nav span { color: var(--bronze-light); font-family: var(--sans); font-size: 9px; letter-spacing: .14em; }
.mobile-menu__actions { display: flex; align-items: center; gap: 24px; margin-top: 38px; }

/* Hero */
.hero { position: relative; min-height: 760px; height: 100svh; overflow: hidden; color: var(--ivory); background: #050505; isolation: isolate; }
.hero__video { position: absolute; z-index: -4; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero__veil { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(4, 4, 3, .86) 0%, rgba(5, 5, 4, .54) 40%, rgba(5, 5, 4, .18) 72%, rgba(5, 5, 4, .38) 100%), linear-gradient(0deg, rgba(4, 4, 3, .78) 0%, transparent 38%, rgba(4, 4, 3, .34) 100%); }
.hero__veil::after { position: absolute; inset: 0; content: ""; opacity: .28; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero__frame { position: absolute; z-index: -1; inset: calc(var(--header-height) + 18px) 30px 30px; border: 1px solid rgba(213, 174, 118, .23); pointer-events: none; }
.hero__content { position: relative; z-index: 2; display: flex; height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 55px; padding-bottom: 130px; }
.hero__content::before { position: absolute; top: 28%; bottom: 25%; left: -25px; width: 1px; content: ""; background: linear-gradient(transparent, var(--bronze), transparent); }
.hero h1 { max-width: 980px; margin: 0 0 31px; font-size: clamp(78px, 8.2vw, 132px); line-height: .76; letter-spacing: -.052em; text-wrap: balance; }
.hero h1 em { color: var(--bronze-light); font-weight: 400; }
.hero__intro { max-width: 570px; margin-bottom: 36px; color: rgba(242, 235, 226, .82); font-family: var(--display); font-size: clamp(20px, 1.8vw, 27px); line-height: 1.35; }
.hero__actions { display: flex; gap: 13px; }
.hero__meta { position: absolute; z-index: 2; right: 0; bottom: 33px; left: 0; display: grid; max-width: 720px; grid-template-columns: repeat(3, 1fr); margin-inline: auto; margin-left: max(48px, calc((100vw - min(1320px, calc(100vw - 96px))) / 2)); border-top: 1px solid var(--line-light); }
.hero__meta div { display: flex; flex-direction: column; gap: 2px; padding: 17px 32px 0 0; }
.hero__meta span { color: rgba(233, 225, 213, .48); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.hero__meta strong { font-family: var(--display); font-size: 18px; font-weight: 500; }
.hero__scroll { position: absolute; z-index: 2; top: 50%; right: 23px; display: flex; flex-direction: column; align-items: center; gap: 13px; color: rgba(233, 225, 213, .52); transform: translateY(-50%); }
.hero__scroll span { font-size: 8px; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero__scroll i { position: relative; display: block; width: 1px; height: 52px; overflow: hidden; background: rgba(233, 225, 213, .28); }
.hero__scroll i::after { position: absolute; top: -100%; left: 0; width: 1px; height: 100%; content: ""; background: var(--bronze-light); animation: scroll-line 2.4s ease-in-out infinite; }
@keyframes scroll-line { 0% { transform: translateY(0); } 70%, 100% { transform: translateY(200%); } }

/* Direct routes */
.hallmarks { display: grid; grid-template-columns: repeat(3, 1fr); color: var(--ivory); background: var(--ink); border-bottom: 1px solid var(--line-light); }
.hallmarks > a { position: relative; display: grid; min-height: 145px; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; padding: 34px max(35px, 4vw); border-right: 1px solid var(--line-light); transition: background-color .3s ease; }
.hallmarks > a:last-child { border-right: 0; }
.hallmarks > a:hover { background: var(--charcoal-soft); }
.hallmarks__number { align-self: start; padding-top: 7px; color: var(--bronze-light); font-size: 8px; letter-spacing: .16em; }
.hallmarks small { display: block; margin-bottom: 3px; color: rgba(233, 225, 213, .48); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.hallmarks strong { font-family: var(--display); font-size: clamp(24px, 2vw, 32px); font-weight: 500; line-height: 1; }
.hallmarks i { color: var(--bronze-light); font-family: var(--display); font-size: 23px; font-style: normal; transition: transform .25s ease; }
.hallmarks a:hover i { transform: translate(3px, -3px); }

/* Welcome */
.welcome { overflow: hidden; background: var(--ivory); }
.welcome__grid { position: relative; display: grid; grid-template-columns: minmax(280px, .75fr) minmax(520px, 1.3fr); align-items: center; gap: clamp(60px, 9vw, 150px); }
.welcome__copy { max-width: 490px; padding-left: 5vw; }
.welcome__copy h2 { margin-left: -5px; }
.welcome__copy > p:not(.eyebrow) { color: #49423a; }
.welcome__copy .lead { color: var(--ink); }
.welcome__copy .arrow-link { margin-top: 22px; }
.welcome__visual { position: relative; margin: 0; }
.welcome__visual::before { position: absolute; z-index: 2; top: -23px; right: -23px; width: 110px; height: 110px; content: ""; border-top: 1px solid var(--bronze); border-right: 1px solid var(--bronze); }
.welcome__visual img { width: 100%; height: min(64vw, 750px); object-fit: cover; object-position: center; filter: saturate(.83) contrast(1.04); }
.welcome__visual figcaption { display: flex; align-items: center; gap: 22px; padding-top: 15px; color: #766a5e; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.welcome__visual figcaption span { color: var(--bronze); }
.welcome__aside { position: absolute; bottom: 0; left: -23px; margin: 0; color: #776c60; font-family: var(--display); font-size: 16px; font-style: italic; transform: rotate(-90deg); transform-origin: bottom left; }

/* Fire story */
.fire-story { position: relative; min-height: min(920px, 90svh); overflow: hidden; color: var(--ivory); background: #050504; isolation: isolate; }
.fire-story__image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.fire-story__shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(5, 5, 4, .88), rgba(5, 5, 4, .45) 58%, rgba(5, 5, 4, .12)), linear-gradient(0deg, rgba(5, 5, 4, .68), transparent 55%); }
.fire-story__content { display: flex; min-height: inherit; flex-direction: column; justify-content: center; padding-right: 45%; }
.fire-story h2 { max-width: 800px; margin-bottom: 55px; font-size: clamp(72px, 8vw, 128px); }
.fire-story__body { display: grid; max-width: 660px; grid-template-columns: 1fr auto; align-items: end; gap: 45px; border-top: 1px solid rgba(233, 225, 213, .34); padding-top: 25px; }
.fire-story__body p { margin: 0; color: rgba(233, 225, 213, .7); }
.fire-story__word { position: absolute; right: -25px; bottom: -88px; margin: 0; color: rgba(233, 225, 213, .055); font-family: var(--display); font-size: clamp(180px, 25vw, 390px); font-style: italic; line-height: .7; pointer-events: none; }

/* Menu */
.section-head { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; margin-bottom: 80px; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { max-width: 440px; margin-bottom: 10px; color: rgba(233, 225, 213, .62); }
.menu-gallery { display: grid; min-height: 760px; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.dish-card { position: relative; min-height: 370px; overflow: hidden; background: #1e1a16; }
.dish-card--hero { grid-row: 1 / 3; }
.dish-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1), filter .6s ease; }
.dish-card--hero img { object-position: center 60%; }
.dish-card__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8, 8, 7, .9), rgba(8, 8, 7, .02) 60%); }
.dish-card__copy { position: absolute; right: 0; bottom: 0; left: 0; padding: 38px; }
.dish-card__copy > span { color: var(--bronze-light); font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.dish-card__copy h3 { margin: 4px 0 0; font-size: clamp(34px, 3vw, 48px); line-height: 1; }
.dish-card__copy p { margin: 6px 0 0; color: rgba(233, 225, 213, .58); font-size: 12px; }
.dish-card:not(.dish-card--text):hover img { transform: scale(1.035); filter: saturate(1.08); }
.dish-card--text { display: flex; flex-direction: column; justify-content: center; padding: 48px; color: var(--ink); background: var(--ivory-deep); }
.dish-card--text .eyebrow { margin-bottom: 22px; }
.dish-card--text ul { margin: 0 0 34px; padding: 0; list-style: none; }
.dish-card--text li { display: flex; align-items: center; gap: 18px; padding: 9px 0; border-bottom: 1px solid rgba(17,16,14,.15); font-family: var(--display); font-size: 25px; line-height: 1.1; }
.dish-card--text li span { color: #86623b; font-family: var(--sans); font-size: 8px; letter-spacing: .13em; }
.dish-card--text .button { align-self: flex-start; }

/* Craft */
.craft { overflow: hidden; background: var(--paper); }
.craft__grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(60px, 9vw, 145px); }
.craft__visual { position: relative; margin: 0; padding: 0 0 55px 55px; }
.craft__visual::before { position: absolute; z-index: 0; bottom: 0; left: 0; width: 56%; height: 52%; content: ""; background: var(--malbec); }
.craft__visual img { position: relative; z-index: 1; width: 100%; min-height: 650px; max-height: 790px; object-fit: cover; object-position: 53% center; filter: saturate(.86) contrast(1.03); }
.craft__stamp { position: absolute; z-index: 2; right: -42px; bottom: 21px; display: grid; width: 126px; height: 126px; place-items: center; border: 1px solid var(--bronze); border-radius: 50%; color: var(--bronze); background: var(--paper); font-family: var(--display); font-size: 16px; font-style: italic; line-height: 1.15; text-align: center; transform: rotate(-7deg); }
.craft__copy { max-width: 560px; }
.craft__copy h2 { font-size: clamp(62px, 6.4vw, 102px); }
.craft__copy > p { color: #51483f; }
.craft__copy .lead { color: var(--ink); }
.craft__points { margin-top: 46px; border-top: 1px solid var(--line-dark); }
.craft__points > div { display: grid; grid-template-columns: 38px 1fr; column-gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line-dark); }
.craft__points span { padding-top: 4px; color: #8a653d; font-size: 8px; letter-spacing: .14em; }
.craft__points h3 { margin: 0; font-size: 25px; line-height: 1.2; }
.craft__points p { grid-column: 2; margin: 4px 0 0; color: #6b6157; font-size: 13px; }

/* Experience */
.experience { overflow: hidden; }
.experience__grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(55px, 8vw, 120px); }
.experience__copy { max-width: 500px; }
.experience__copy h2 { font-size: clamp(62px, 6.6vw, 102px); }
.experience__copy > p:not(.eyebrow) { margin-bottom: 38px; color: rgba(233, 225, 213, .66); }
.experience__mosaic { position: relative; min-height: 700px; }
.experience__room { position: absolute; top: 0; right: 0; width: 88%; height: 78%; object-fit: cover; filter: saturate(.74) contrast(1.07); }
.experience__host { position: absolute; bottom: 0; left: 0; width: 46%; aspect-ratio: 1; object-fit: cover; object-position: center 26%; border: 15px solid var(--malbec); }
.experience__mosaic::after { position: absolute; right: -23px; bottom: 11%; width: 160px; height: 160px; content: ""; border-right: 1px solid rgba(213,174,118,.6); border-bottom: 1px solid rgba(213,174,118,.6); }
.occasion-list { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 15px 35px; padding-top: 32px; border-top: 1px solid rgba(233, 225, 213, .25); color: rgba(233, 225, 213, .65); font-family: var(--display); font-size: clamp(22px, 2.1vw, 31px); font-style: italic; }
.occasion-list span::after { margin-left: 2vw; color: var(--bronze-light); content: "·"; }
.occasion-list span:last-child::after { display: none; }

/* Three routes */
.routes { padding: clamp(100px, 10vw, 160px) 0 0; background: var(--ivory); }
.routes__intro { margin-bottom: 70px; }
.routes__intro h2 { margin-bottom: 0; }
.routes__grid { display: grid; min-height: 670px; grid-template-columns: repeat(3, 1fr); }
.route-card { position: relative; display: flex; overflow: hidden; flex-direction: column; justify-content: flex-end; padding: clamp(30px, 4vw, 60px); color: var(--ivory); background: var(--ink); isolation: isolate; }
.route-card::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(0deg, rgba(7,7,6,.94), rgba(7,7,6,.1) 72%); }
.route-card::after { position: absolute; z-index: -1; inset: 0; content: ""; border: 1px solid rgba(233,225,213,.15); pointer-events: none; }
.route-card img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.62) brightness(.8); transition: transform 1s cubic-bezier(.2,.7,.2,1), filter .6s ease; }
.route-card--reserve img { object-position: 63% center; }
.route-card--order img { object-position: center 72%; }
.route-card--catering img { object-position: center 35%; }
.route-card:hover img { transform: scale(1.045); filter: saturate(.92) brightness(.88); }
.route-card__number { position: absolute; top: 42px; left: clamp(30px, 4vw, 60px); color: var(--bronze-light); font-size: 9px; letter-spacing: .17em; }
.route-card small { color: var(--bronze-light); font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.route-card h3 { margin: 5px 0 8px; font-size: clamp(50px, 5vw, 74px); line-height: .9; }
.route-card p { max-width: 290px; margin: 0; color: rgba(233,225,213,.64); font-size: 13px; }
.route-card > i { position: absolute; right: clamp(30px, 4vw, 60px); bottom: 56px; color: var(--bronze-light); font-family: var(--display); font-size: 28px; font-style: normal; transition: transform .25s ease; }
.route-card:hover > i { transform: translate(5px, -5px); }

/* Catering */
.catering__grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(70px, 9vw, 150px); }
.catering__visual { position: relative; padding: 0 70px 100px 0; }
.catering__visual > img { width: 100%; min-height: 690px; max-height: 790px; object-fit: cover; filter: saturate(.72) contrast(1.04); }
.catering__inset { position: absolute; right: 0; bottom: 0; width: 42%; border: 13px solid var(--charcoal); }
.catering__inset img { width: 100%; height: auto; aspect-ratio: .74; object-fit: cover; object-position: center; }
.catering__copy h2 { font-size: clamp(62px, 6.3vw, 100px); }
.catering__copy > p { color: rgba(233,225,213,.62); }
.catering__copy .lead { color: var(--ivory); }
.catering__actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.catering__actions > span { color: rgba(233,225,213,.5); font-size: 10px; letter-spacing: .12em; }

/* Visit */
.visit { background: var(--paper); }
.visit__grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(65px, 10vw, 160px); }
.visit__copy { padding-left: 5vw; }
.visit__copy h2 { font-size: clamp(62px, 6.5vw, 102px); }
.visit dl { margin: 55px 0 45px; border-top: 1px solid var(--line-dark); }
.visit dl div { display: grid; grid-template-columns: 115px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line-dark); }
.visit dt { color: #81603c; font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.visit dd { margin: 0; font-family: var(--display); font-size: 21px; line-height: 1.25; }
.visit__actions { display: flex; align-items: center; gap: 30px; }
.visit__visual { position: relative; margin: 0; }
.visit__visual::before { position: absolute; z-index: 2; top: -21px; left: -21px; width: 120px; height: 120px; content: ""; border-top: 1px solid var(--bronze); border-left: 1px solid var(--bronze); }
.visit__visual img { width: 100%; height: min(72vw, 850px); object-fit: cover; object-position: center; filter: saturate(.75) contrast(1.04); }
.visit__visual figcaption { display: flex; justify-content: space-between; padding-top: 12px; color: #7a7066; font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }

/* Final CTA */
.final-cta { position: relative; display: grid; min-height: 720px; place-items: center; overflow: hidden; color: var(--ivory); background: var(--ink); isolation: isolate; text-align: center; }
.final-cta > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.final-cta__shade { position: absolute; z-index: -2; inset: 0; background: rgba(5,5,4,.7); }
.final-cta__content { display: flex; flex-direction: column; align-items: center; }
.final-cta h2 { margin-bottom: 45px; font-size: clamp(70px, 8vw, 124px); }

/* Footer */
.site-footer { padding: 80px 0 30px; color: var(--ivory); background: var(--ink); }
.site-footer__top { display: grid; grid-template-columns: .7fr .7fr 1.6fr; gap: 65px; align-items: start; }
.brand--footer { justify-self: start; }
.site-footer__top > p { color: rgba(233,225,213,.5); font-family: var(--display); font-size: 20px; line-height: 1.35; }
.site-footer__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; }
.site-footer__links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.site-footer__links strong { margin-bottom: 10px; color: var(--bronze-light); font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
.site-footer__links a, .site-footer__links span { color: rgba(233,225,213,.6); font-size: 12px; }
.site-footer__links a:hover { color: var(--ivory); }
.site-footer__bottom { display: flex; justify-content: space-between; margin-top: 70px; padding-top: 20px; color: rgba(233,225,213,.34); border-top: 1px solid var(--line-light); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.site-footer__bottom > a,
.site-footer__bottom > span a { text-decoration: underline; text-decoration-color: rgba(233,225,213,.22); text-underline-offset: 4px; transition: color .2s ease; }
.site-footer__bottom > a:hover,
.site-footer__bottom > span a:hover { color: rgba(233,225,213,.78); }
.mobile-dock { display: none; }

/* Reservation popup */
body.reservation-open { overflow: hidden; }
.reservation-fab {
  position: fixed;
  z-index: 120;
  right: 28px;
  bottom: 28px;
  display: inline-flex;
  width: 158px;
  height: 58px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: var(--bronze-light);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .34);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: color .25s ease, background-color .25s ease, transform .25s ease;
}
.reservation-fab::after {
  position: absolute;
  inset: -7px;
  content: "";
  border: 1px solid rgba(213, 174, 118, .62);
  border-radius: inherit;
  animation: reservation-ring 3.2s ease-in-out infinite;
}
.reservation-fab:hover { color: var(--ivory); background: var(--malbec); transform: translateY(-3px); }
.reservation-fab__arrow { font-family: var(--display); font-size: 18px; font-weight: 400; line-height: 1; transition: transform .2s ease; }
.reservation-fab:hover .reservation-fab__arrow { transform: translateX(3px); }

.reservation-modal {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  color: var(--ink);
}
.reservation-modal[hidden] { display: none; }
.reservation-modal__backdrop { position: absolute; inset: 0; background: rgba(5, 4, 3, .82); backdrop-filter: blur(14px); }
.reservation-dialog {
  position: relative;
  display: grid;
  width: min(1080px, calc(100vw - 48px));
  height: min(760px, calc(100svh - 48px));
  grid-template-columns: minmax(280px, .72fr) minmax(520px, 1.28fr);
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(213, 174, 118, .36);
  box-shadow: 0 32px 100px rgba(0, 0, 0, .5);
  opacity: 0;
  transform: translateY(22px) scale(.985);
  transition: opacity .28s ease, transform .35s cubic-bezier(.2, .7, .2, 1);
}
.reservation-modal.is-open .reservation-dialog { opacity: 1; transform: translateY(0) scale(1); }
.reservation-dialog__story {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 64px 48px 46px;
  color: var(--ivory);
  background: var(--malbec);
  isolation: isolate;
}
.reservation-dialog__story::before {
  position: absolute;
  z-index: -1;
  right: -100px;
  bottom: -110px;
  width: 340px;
  height: 340px;
  content: "";
  border: 1px solid rgba(213, 174, 118, .24);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(213, 174, 118, .035), 0 0 0 88px rgba(213, 174, 118, .025);
}
.reservation-dialog__story .eyebrow { color: var(--bronze-light); }
.reservation-dialog__story h2 { margin-bottom: 28px; font-size: clamp(56px, 5.4vw, 82px); line-height: .82; }
.reservation-dialog__story p { max-width: 300px; color: rgba(233, 225, 213, .68); font-size: 13px; line-height: 1.7; }
.reservation-dialog__group { display: block; max-width: 310px; margin-top: 27px; padding: 17px 0; border-top: 1px solid rgba(213, 174, 118, .28); border-bottom: 1px solid rgba(213, 174, 118, .28); }
.reservation-dialog__group span { display: block; margin-bottom: 3px; color: var(--bronze-light); font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.reservation-dialog__group strong { display: flex; align-items: center; justify-content: space-between; gap: 18px; font-family: var(--display); font-size: 20px; font-weight: 500; }
.reservation-dialog__group b { color: var(--bronze-light); font-family: var(--sans); font-size: 13px; font-weight: 400; transition: transform .2s ease; }
.reservation-dialog__group:hover b { transform: translateX(4px); }
.reservation-dialog__details { display: grid; gap: 12px; margin: 34px 0 0; }
.reservation-dialog__details span { display: block; color: rgba(233, 225, 213, .46); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.reservation-dialog__details strong { display: block; font-family: var(--display); font-size: 18px; font-weight: 500; }
.reservation-dialog__external { align-self: flex-start; color: rgba(233, 225, 213, .72); }
.reservation-dialog__widget { position: relative; overflow: auto; padding: 68px 40px 34px; background: var(--paper); }
.reservation-dialog__widget::before { position: absolute; top: 0; right: 40px; left: 40px; height: 1px; content: ""; background: var(--line-dark); }
.reservation-dialog__widget-host { min-height: 610px; }
.reservation-dialog__widget-host iframe { width: 100% !important; min-height: 610px !important; border: 0 !important; }
.reservation-dialog__status {
  position: absolute;
  z-index: 2;
  inset: 68px 40px 34px;
  display: grid;
  place-items: center;
  color: #765d40;
  background: var(--paper);
  font-family: var(--display);
  font-size: 22px;
  transition: opacity .25s ease;
}
.reservation-dialog__status.is-ready { opacity: 0; pointer-events: none; }
.reservation-dialog__status.is-error { padding: 32px; text-align: center; }
.reservation-dialog__loader { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.reservation-dialog__loader::before { width: 34px; height: 34px; content: ""; border: 1px solid rgba(124, 90, 49, .28); border-top-color: var(--bronze); border-radius: 50%; animation: reservation-spin .85s linear infinite; }
.reservation-dialog__close {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(17, 16, 14, .22);
  color: var(--ink);
  background: rgba(241, 235, 226, .9);
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease;
}
.reservation-dialog__close:hover { color: var(--ivory); background: var(--malbec); }
.reservation-dialog__close svg { width: 17px; height: 17px; stroke: currentColor; }

@keyframes reservation-ring { 0%, 100% { opacity: .42; transform: scale(.94); } 50% { opacity: 1; transform: scale(1.04); } }
@keyframes reservation-spin { to { transform: rotate(360deg); } }

/* Motion */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .22s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 64px, 1100px); }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 32px; }
  .desktop-nav { display: none; }
  .menu-toggle, .mobile-menu { display: block; }
  .header-order { display: none; }
  .hero__frame { right: 18px; left: 18px; }
  .hero__meta { margin-left: 32px; }
  .welcome__copy, .visit__copy { padding-left: 0; }
  .fire-story__content { padding-right: 33%; }
  .experience__mosaic { min-height: 610px; }
  .route-card > i { top: 42px; right: 35px; bottom: auto; }
  .site-footer__top { grid-template-columns: .7fr 1.3fr; }
  .site-footer__top > p { display: none; }
}

@media (max-width: 900px) {
  :root { --header-height: 84px; --shell: min(100% - 44px, 780px); }
  .site-header { height: 84px; padding-inline: 22px; }
  .site-header.is-scrolled { height: 70px; }
  .site-header .button--compact { display: none; }
  .site-header .brand { width: 108px; height: 60px; }
  .site-header.is-scrolled .brand { width: 94px; height: 53px; }
  .reservation-dialog { grid-template-columns: minmax(235px, .66fr) minmax(470px, 1.34fr); }
  .reservation-dialog__story { padding: 58px 30px 38px; }
  .reservation-dialog__widget { padding-inline: 26px; }
  .hero { min-height: 720px; }
  .hero__frame { inset: calc(var(--header-height) + 12px) 12px 12px; }
  .hero__content { justify-content: flex-end; padding-bottom: 180px; }
  .hero__content::before { display: none; }
  .hero h1 { font-size: clamp(64px, 13vw, 98px); }
  .hero__meta { right: 22px; bottom: 28px; left: 22px; max-width: none; margin: 0; }
  .hero__scroll { display: none; }
  .hallmarks { grid-template-columns: 1fr; }
  .hallmarks > a { min-height: 110px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .welcome__grid, .craft__grid, .experience__grid, .catering__grid, .visit__grid { grid-template-columns: 1fr; }
  .welcome__copy, .craft__copy, .experience__copy, .catering__copy, .visit__copy { max-width: 660px; }
  .welcome__visual { order: -1; }
  .welcome__visual img { height: 66vw; min-height: 460px; }
  .welcome__aside { display: none; }
  .fire-story { min-height: 800px; }
  .fire-story__content { justify-content: flex-end; padding: 120px 22px; }
  .fire-story__body { grid-template-columns: 1fr; }
  .section-head { grid-template-columns: 1fr; gap: 30px; }
  .menu-gallery { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; }
  .dish-card, .dish-card--hero { min-height: 600px; grid-row: auto; }
  .dish-card:not(.dish-card--hero) { min-height: 430px; }
  .dish-card--text { min-height: 0 !important; }
  .craft__visual { max-width: 650px; }
  .craft__visual img { min-height: 580px; }
  .experience__mosaic { min-height: 720px; }
  .occasion-list { justify-content: flex-start; }
  .routes__grid { min-height: 0; grid-template-columns: 1fr; }
  .route-card { min-height: 560px; }
  .catering__visual { max-width: 680px; }
  .catering__copy { margin-top: 45px; }
  .visit__visual { order: -1; max-width: 680px; }
  .visit__visual img { height: 86vw; max-height: 760px; }
  .site-footer__top { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 36px); }
  body { padding-bottom: 66px; font-size: 14px; }
  .section { padding: 88px 0; }
  h2 { font-size: clamp(51px, 16vw, 72px); }
  .lead { font-size: 23px; }
  .eyebrow { margin-bottom: 22px; }
  .mobile-menu { padding: 112px 22px 95px; }
  .mobile-menu__actions { flex-direction: column; align-items: flex-start; }
  .reservation-fab { right: 14px; bottom: 82px; width: 136px; height: 50px; gap: 12px; padding-inline: 17px; font-size: 8px; }
  .reservation-modal { align-items: end; padding: 0; }
  .reservation-dialog { width: 100%; height: 100svh; grid-template-columns: 1fr; grid-template-rows: auto 1fr; border: 0; overflow-y: auto; }
  .reservation-dialog__story { min-height: 276px; justify-content: flex-start; padding: 70px 22px 22px; }
  .reservation-dialog__story h2 { margin: 0; font-size: 51px; }
  .reservation-dialog__story p,
  .reservation-dialog__details { display: none; }
  .reservation-dialog__group { margin-top: 20px; padding: 13px 0; }
  .reservation-dialog__group strong { font-size: 18px; }
  .reservation-dialog__external { display: none; }
  .reservation-dialog__widget { min-height: 660px; padding: 28px 15px 88px; overflow: visible; }
  .reservation-dialog__widget::before { display: none; }
  .reservation-dialog__widget-host,
  .reservation-dialog__widget-host iframe { min-height: 620px !important; }
  .reservation-dialog__status { inset: 28px 15px 88px; }
  .reservation-dialog__close { position: fixed; top: 14px; right: 14px; color: var(--ivory); background: rgba(9, 9, 8, .42); border-color: rgba(233, 225, 213, .42); }
  .hero { height: 94svh; min-height: 660px; }
  .hero__video { object-position: 50% center; }
  .hero__veil { background: linear-gradient(0deg, rgba(4,4,3,.92) 0%, rgba(4,4,3,.45) 55%, rgba(4,4,3,.5) 100%); }
  .hero__content { padding-top: 110px; padding-bottom: 171px; }
  .hero h1 { margin-bottom: 24px; font-size: clamp(54px, 17vw, 76px); line-height: .79; }
  .hero__intro { max-width: 380px; margin-bottom: 28px; font-size: 19px; }
  .hero__actions { width: 100%; flex-direction: column; align-items: flex-start; }
  .hero__actions .button { width: 100%; }
  .hero__meta { grid-template-columns: 1fr 1fr; }
  .hero__meta div { padding: 14px 8px 0 0; }
  .hero__meta div:nth-child(3) { display: none; }
  .hallmarks > a { padding: 26px 22px; }
  .hallmarks strong { font-size: 25px; }
  .welcome__grid { gap: 60px; }
  .welcome__visual img { height: 114vw; min-height: 440px; object-position: 66% center; }
  .welcome__visual::before { top: -10px; right: -10px; width: 70px; height: 70px; }
  .welcome__copy h2 { margin-left: 0; }
  .fire-story { min-height: 720px; }
  .fire-story__image { object-position: 59% center; }
  .fire-story__content { padding: 90px 18px 75px; }
  .fire-story h2 { margin-bottom: 40px; font-size: clamp(57px, 17vw, 76px); }
  .fire-story__body { gap: 25px; }
  .fire-story__body .button { width: 100%; }
  .section-head { margin-bottom: 48px; }
  .section-head > p { margin: 0; }
  .menu-gallery { gap: 12px; }
  .dish-card, .dish-card--hero { min-height: 510px; }
  .dish-card--hero img { object-position: center 70%; }
  .dish-card:not(.dish-card--hero) { min-height: 320px; }
  .dish-card__copy { padding: 26px; }
  .dish-card--text { padding: 34px 26px; }
  .dish-card--text li { font-size: 22px; }
  .dish-card--text .button { width: 100%; }
  .craft__grid { gap: 68px; }
  .craft__visual { padding: 0 0 30px 20px; }
  .craft__visual img { min-height: 460px; object-position: 55% center; }
  .craft__stamp { right: -2px; bottom: -17px; width: 100px; height: 100px; font-size: 14px; }
  .craft__copy h2, .experience__copy h2, .catering__copy h2, .visit__copy h2 { font-size: clamp(51px, 16vw, 72px); }
  .experience__grid { gap: 60px; }
  .experience__mosaic { min-height: 510px; }
  .experience__room { width: 94%; height: 75%; }
  .experience__host { width: 52%; border-width: 8px; }
  .experience__mosaic::after { right: -8px; width: 85px; height: 85px; }
  .occasion-list { gap: 8px 16px; font-size: 21px; }
  .occasion-list span::after { margin-left: 16px; }
  .routes { padding-top: 88px; }
  .routes__intro { margin-bottom: 48px; }
  .route-card { min-height: 480px; padding: 28px 24px; }
  .route-card__number { top: 27px; left: 24px; }
  .route-card > i { top: 24px; right: 24px; }
  .route-card h3 { font-size: 57px; }
  .catering__grid { gap: 20px; }
  .catering__visual { padding: 0 35px 62px 0; }
  .catering__visual > img { min-height: 520px; object-position: 52% center; }
  .catering__inset { width: 47%; border-width: 7px; }
  .catering__actions { flex-direction: column; align-items: flex-start; }
  .catering__actions .button { width: 100%; }
  .visit__grid { gap: 65px; }
  .visit__visual::before { top: -10px; left: -10px; width: 70px; height: 70px; }
  .visit__visual img { height: 125vw; }
  .visit dl { margin: 40px 0 35px; }
  .visit dl div { grid-template-columns: 90px 1fr; }
  .visit__actions { flex-direction: column; align-items: flex-start; }
  .visit__actions .button { width: 100%; }
  .final-cta { min-height: 610px; padding: 50px 18px; }
  .final-cta h2 { font-size: clamp(55px, 17vw, 76px); }
  .final-cta .button { width: 100%; }
  .site-footer { padding-top: 65px; }
  .site-footer__links { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .site-footer__links > div:last-child { grid-column: 1 / -1; }
  .site-footer__bottom { flex-direction: column; gap: 8px; }
  .mobile-dock { position: fixed; z-index: 110; right: 0; bottom: 0; left: 0; display: grid; height: 66px; grid-template-columns: repeat(3, 1fr); color: var(--ivory); background: rgba(8,8,7,.97); border-top: 1px solid rgba(213,174,118,.35); backdrop-filter: blur(12px); }
  .mobile-dock a { display: flex; align-items: center; justify-content: center; gap: 7px; border-right: 1px solid var(--line-light); font-size: 8px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
  .mobile-dock a:first-child { color: var(--ink); background: var(--bronze-light); }
  .mobile-dock span { font-size: 12px; }
}

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

/* Multipage architecture */
.desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.mobile-menu a[aria-current="page"] { color: var(--bronze-light); }
.inner-page main { background: var(--paper); }
.inner-page section[id] { scroll-margin-top: 76px; }

/* Shorter homepage */
.home-actions { display: grid; grid-template-columns: repeat(3, 1fr); color: var(--ivory); background: var(--ink); border-bottom: 1px solid var(--line-light); }
.home-actions > a { display: flex; min-height: 132px; align-items: center; justify-content: space-between; gap: 30px; padding: 30px clamp(30px, 4vw, 60px); border-right: 1px solid var(--line-light); transition: background-color .25s ease; }
.home-actions > a:last-child { border-right: 0; }
.home-actions > a:hover { background: var(--charcoal-soft); }
.home-actions small { display: block; margin-bottom: 3px; color: rgba(233,225,213,.46); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.home-actions strong { font-family: var(--display); font-size: clamp(24px, 2.1vw, 32px); font-weight: 500; }
.home-actions i { color: var(--bronze-light); font-family: var(--display); font-size: 24px; font-style: normal; transition: transform .25s ease; }
.home-actions a:hover i { transform: translate(4px,-3px); }

.home-intro { background: var(--paper); }
.home-intro__grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(60px, 9vw, 150px); }
.home-intro__copy { max-width: 570px; padding-left: 4vw; }
.home-intro__copy h2 { font-size: clamp(62px, 6.6vw, 104px); }
.home-intro__copy > p:not(.eyebrow) { color: #554c43; }
.home-intro__copy .lead { color: var(--ink); }
.home-intro__copy .arrow-link { margin-top: 24px; }
.home-intro__visual { position: relative; margin: 0; }
.home-intro__visual::before { position: absolute; z-index: 1; top: -20px; right: -20px; width: 105px; height: 105px; content: ""; border-top: 1px solid var(--bronze); border-right: 1px solid var(--bronze); }
.home-intro__visual img { width: 100%; height: min(63vw, 760px); object-fit: cover; object-position: 57% center; filter: saturate(.8) contrast(1.04); }
.home-intro__visual figcaption { padding-top: 14px; color: #776c61; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }

.home-menu-tease { position: relative; display: flex; min-height: 870px; align-items: center; overflow: hidden; color: var(--ivory); background: var(--ink); isolation: isolate; }
.home-menu-tease > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; filter: saturate(.82) contrast(1.05); }
.home-menu-tease__shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(6,6,5,.96) 0%, rgba(6,6,5,.85) 38%, rgba(6,6,5,.22) 75%, rgba(6,6,5,.42)); }
.home-menu-tease__content { padding-right: 52%; }
.home-menu-tease h2 { font-size: clamp(72px, 7.5vw, 118px); }
.home-menu-tease__content > p:not(.eyebrow) { max-width: 480px; color: rgba(233,225,213,.66); }
.home-menu-tease__dishes { display: flex; flex-wrap: wrap; gap: 9px 26px; margin: 38px 0; padding: 22px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); color: rgba(233,225,213,.78); font-family: var(--display); font-size: 21px; font-style: italic; }
.home-menu-tease__dishes span:not(:last-child)::after { margin-left: 24px; color: var(--bronze-light); content: "·"; }

.home-gather__grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(70px, 9vw, 145px); }
.home-gather__visual { position: relative; min-height: 690px; }
.home-gather__visual img:first-child { position: absolute; z-index: 2; top: 0; left: 0; width: 80%; height: 91%; object-fit: cover; object-position: 44% center; }
.home-gather__visual img:last-child { position: absolute; z-index: 3; right: 0; bottom: 0; width: 46%; height: 45%; object-fit: cover; object-position: center; border: 10px solid var(--malbec); filter: saturate(.78) contrast(1.05); }
.home-gather__visual::after { position: absolute; right: -20px; bottom: 11%; width: 150px; height: 150px; content: ""; border-right: 1px solid rgba(213,174,118,.52); border-bottom: 1px solid rgba(213,174,118,.52); }
.home-gather__copy { max-width: 520px; }
.home-gather__copy h2 { font-size: clamp(61px, 6.4vw, 100px); }
.home-gather__copy > p:not(.eyebrow) { margin-bottom: 38px; color: rgba(233,225,213,.66); }
.final-cta--compact { min-height: 630px; }
.final-cta--compact h2 { font-size: clamp(65px, 7vw, 108px); }

.home-contact { scroll-margin-top: 76px; color: var(--ink); background: var(--ink); }
.home-contact__frame { display: grid; grid-template-columns: minmax(350px, .8fr) minmax(570px, 1.2fr); padding: 0; overflow: hidden; border: 1px solid rgba(213,174,118,.22); box-shadow: 0 35px 100px rgba(0,0,0,.3); }
.home-contact__copy { position: relative; display: flex; min-height: 650px; flex-direction: column; align-items: flex-start; padding: clamp(52px, 5vw, 76px) clamp(34px, 4.2vw, 64px); overflow: hidden; color: var(--ivory); background: var(--malbec); isolation: isolate; }
.home-contact__copy::after { position: absolute; z-index: -1; right: -140px; bottom: -170px; width: 380px; height: 380px; content: ""; border: 1px solid rgba(213,174,118,.18); border-radius: 50%; box-shadow: 0 0 0 50px rgba(213,174,118,.024), 0 0 0 100px rgba(213,174,118,.017); }
.home-contact__copy .eyebrow { color: var(--bronze-light); }
.home-contact__copy h2 { margin-bottom: 34px; font-size: clamp(62px, 5.5vw, 88px); }
.home-contact__copy > p:not(.eyebrow) { max-width: 430px; color: rgba(233,225,213,.69); font-size: 13px; line-height: 1.85; }
.home-contact__routes { width: 100%; margin-top: auto; border-top: 1px solid rgba(213,174,118,.28); }
.home-contact__routes a { display: block; padding: 17px 0; border-bottom: 1px solid rgba(213,174,118,.28); }
.home-contact__routes span { display: block; margin-bottom: 3px; color: var(--bronze-light); font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.home-contact__routes strong { display: flex; align-items: center; justify-content: space-between; gap: 18px; font-family: var(--display); font-size: 21px; font-weight: 500; }
.home-contact__routes i { color: var(--bronze-light); font-family: var(--sans); font-size: 13px; font-style: normal; transition: transform .2s ease; }
.home-contact__routes a:hover i { transform: translateX(4px); }
.home-contact__panel { padding: clamp(52px,5.2vw,82px) clamp(38px,5.2vw,82px); background: var(--paper); }
.home-contact__panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 35px; margin-bottom: 36px; padding-bottom: 23px; border-bottom: 1px solid var(--line-dark); }
.home-contact__panel-head .eyebrow { margin: 0; }
.home-contact__panel-head > p:last-child { margin: 1px 0 0; color: #73695e; font-size: 9px; }
.home-contact__panel-head > p:last-child span { color: var(--ember); }

/* Shared inner-page hero and intro */
.page-hero { position: relative; display: flex; min-height: 760px; height: 88svh; align-items: flex-end; overflow: hidden; color: var(--ivory); background: var(--ink); isolation: isolate; }
.page-hero > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero__shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(5,5,4,.88), rgba(5,5,4,.43) 53%, rgba(5,5,4,.18)), linear-gradient(0deg, rgba(5,5,4,.75), transparent 55%, rgba(5,5,4,.32)); }
.page-hero__content { padding-bottom: clamp(70px, 9vh, 110px); }
.page-hero__content h1, .contact-hero h1 { max-width: 1050px; margin: 0 0 26px; font-family: var(--display); font-size: clamp(92px, 10vw, 155px); font-weight: 500; letter-spacing: -.055em; line-height: .76; }
.page-hero__content h1 em, .contact-hero h1 em { color: var(--bronze-light); font-weight: 400; }
.page-hero__content > p:last-child { max-width: 590px; margin: 0; color: rgba(233,225,213,.78); font-family: var(--display); font-size: clamp(21px, 2vw, 29px); line-height: 1.35; }
.page-hero--menu > img { object-position: center 54%; }
.page-hero--story > img { object-position: 54% 43%; }
.page-hero--groups > img { object-position: center 58%; }
.page-hero--catering > img { object-position: center 57%; }

.page-intro { background: var(--paper); }
.page-intro__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(70px, 10vw, 160px); }
.page-intro h2 { margin-bottom: 0; font-size: clamp(62px, 6.6vw, 102px); }
.page-intro__copy { max-width: 580px; padding-top: 46px; }
.page-intro__copy > p { color: #584f46; }
.page-intro__copy .lead { color: var(--ink); }
.page-intro__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 36px; }

/* Menu page */
.menu-page { background: var(--paper); }
.menu-hero { min-height: 590px; height: 70svh; max-height: 760px; }
.menu-hero > img { object-position: center 51%; }
.menu-hero .page-hero__shade { background: linear-gradient(90deg, rgba(5,5,4,.91), rgba(5,5,4,.48) 55%, rgba(5,5,4,.18)), linear-gradient(0deg, rgba(5,5,4,.76), transparent 58%, rgba(5,5,4,.35)); }
.menu-hero .page-hero__content { padding-bottom: clamp(55px, 7vh, 80px); }
.menu-hero .page-hero__content h1 { margin-bottom: 20px; font-size: clamp(84px, 9.2vw, 138px); }
.menu-hero .page-hero__content > p:not(.eyebrow) { max-width: 590px; margin: 0; color: rgba(233,225,213,.78); font-family: var(--display); font-size: clamp(21px, 2vw, 28px); line-height: 1.35; }
.menu-hero__actions { display: flex; gap: 13px; margin-top: 31px; }
.menu-routes { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line-dark); }
.menu-routes article { display: grid; min-height: 185px; grid-template-columns: 105px 1fr auto; align-items: center; gap: 34px; padding: 36px clamp(38px, 4.6vw, 75px); border-right: 1px solid var(--line-dark); background: var(--ivory); }
.menu-routes article:last-child { color: var(--ivory); background: var(--malbec); border-right: 0; }
.menu-routes article > span { align-self: start; padding-top: 10px; color: #795633; font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.menu-routes article:last-child > span { color: var(--bronze-light); }
.menu-routes h2 { margin: 0 0 5px; font-size: clamp(31px, 2.8vw, 43px); line-height: 1; letter-spacing: -.025em; }
.menu-routes p { max-width: 390px; margin: 0; color: #665c52; font-size: 12px; line-height: 1.55; }
.menu-routes article:last-child p { color: rgba(233,225,213,.57); }
.menu-routes article > a { display: inline-flex; align-items: center; gap: 27px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.menu-routes i { color: var(--bronze); font-family: var(--display); font-size: 20px; font-style: normal; }
.menu-mobile-nav { display: none; }
.menu-directory { background: var(--paper); }
.menu-directory__grid { display: grid; grid-template-columns: 300px minmax(0, 1fr); align-items: start; gap: clamp(70px, 9vw, 145px); }
.menu-rail { position: sticky; top: 115px; }
.menu-rail h2 { margin: 0 0 40px; font-size: clamp(60px, 5.8vw, 88px); }
.menu-rail nav { border-top: 1px solid var(--line-dark); }
.menu-rail nav a { display: flex; align-items: center; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line-dark); font-family: var(--display); font-size: 22px; line-height: 1.1; transition: color .2s ease, padding-left .2s ease; }
.menu-rail nav a:hover { padding-left: 6px; color: #744a26; }
.menu-rail nav span { color: #8a6844; font-family: var(--sans); font-size: 8px; letter-spacing: .14em; }
.menu-rail__order { margin-top: 30px; padding: 27px; background: var(--ivory-deep); }
.menu-rail__order strong { font-family: var(--display); font-size: 25px; font-weight: 500; }
.menu-rail__order p { margin: 5px 0 20px; color: #63594e; font-size: 11px; line-height: 1.55; }
.menu-rail__order .button { width: 100%; min-height: 49px; }
.menu-book { min-width: 0; }
.menu-book__intro { display: grid; grid-template-columns: 210px 1fr; align-items: start; gap: 45px; padding: 0 0 47px; border-bottom: 1px solid var(--line-dark); }
.menu-book__intro span { color: #7c5a31; font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.menu-book__intro p { max-width: 650px; margin: 0; color: #5f564d; font-family: var(--display); font-size: clamp(22px, 2vw, 29px); line-height: 1.34; }
.menu-section { padding: 68px 0 35px; scroll-margin-top: 105px; border-bottom: 1px solid var(--line-dark); }
.menu-section > header { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 55px; margin-bottom: 32px; }
.menu-section > header span { color: #805d37; font-size: 8px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.menu-section > header h3 { margin: 6px 0 0; font-size: clamp(50px, 5vw, 72px); line-height: .9; letter-spacing: -.035em; }
.menu-section > header > p { max-width: 330px; margin: 0 0 5px; color: #6c6258; font-size: 12px; }
.menu-items { display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; }
.menu-items article { display: flex; min-height: 106px; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line-dark); }
.menu-items h4 { margin: 0 0 5px; font-family: var(--display); font-size: clamp(24px, 2vw, 29px); font-weight: 500; line-height: 1.1; }
.menu-items p { max-width: 330px; margin: 0; color: #6b6259; font-size: 11px; line-height: 1.55; }
.menu-mark { flex: 0 0 auto; margin-top: 4px; padding: 4px 7px; color: #744b25; border: 1px solid rgba(116,75,37,.32); font-size: 7px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.menu-fire-break { position: relative; height: 430px; margin: 70px 0 0; overflow: hidden; color: var(--ivory); background: var(--ink); isolation: isolate; }
.menu-fire-break::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(0deg, rgba(6,6,5,.78), transparent 68%); }
.menu-fire-break img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 51%; }
.menu-fire-break figcaption { position: absolute; right: 35px; bottom: 30px; left: 35px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.menu-fire-break figcaption span { color: var(--bronze-light); font-size: 8px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.menu-fire-break figcaption strong { font-family: var(--display); font-size: clamp(27px, 3vw, 42px); font-weight: 500; }
.menu-note { display: flex; align-items: flex-start; gap: 17px; margin-top: 42px; padding: 24px 28px; color: var(--ivory); background: var(--malbec); }
.menu-note > span { color: var(--bronze-light); }
.menu-note p { max-width: 680px; margin: 0; color: rgba(233,225,213,.67); font-size: 11px; }
.order-banner { position: relative; display: grid; min-height: 630px; place-items: center; overflow: hidden; color: var(--ivory); background: var(--ink); isolation: isolate; text-align: center; }
.order-banner > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.order-banner__shade { position: absolute; z-index: -2; inset: 0; background: rgba(7,7,6,.72); }
.order-banner__content { display: flex; flex-direction: column; align-items: center; padding: 60px 20px; }
.order-banner h2 { font-size: clamp(68px, 7.4vw, 112px); }
.order-banner__content > p:not(.eyebrow) { margin-bottom: 32px; color: rgba(233,225,213,.67); }

/* Story page */
.story-opening { background: var(--paper); }
.story-opening__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 10vw, 155px); align-items: start; }
.story-opening h2 { font-size: clamp(63px, 6.5vw, 101px); }
.story-opening__copy { max-width: 580px; padding-top: 48px; }
.story-opening__copy > p { color: #584f46; }
.story-opening__copy .lead { color: var(--ink); }
.story-fire__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(70px, 9vw, 145px); align-items: center; }
.story-fire__visual { margin: 0; }
.story-fire__visual img { width: 100%; height: 760px; object-fit: cover; }
.story-fire__copy h2 { font-size: clamp(62px, 6.3vw, 98px); }
.story-fire__copy > p { color: rgba(233,225,213,.6); }
.story-fire__copy .lead { color: var(--ivory); }
.story-values { margin-top: 40px; border-top: 1px solid var(--line-light); }
.story-values > div { padding: 16px 0; border-bottom: 1px solid var(--line-light); }
.story-values h3 { margin: 0 0 3px; font-size: 24px; }
.story-values p { margin: 0; color: rgba(233,225,213,.5); font-size: 12px; }
.story-host { background: var(--paper); }
.story-host__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px, 10vw, 155px); align-items: center; }
.story-host__copy h2 { font-size: clamp(62px, 6.3vw, 98px); }
.story-host__copy > p { color: #574e45; }
.story-host__copy .lead { color: var(--ink); }
.story-host__copy .button { margin-top: 24px; }
.story-host__visual { position: relative; min-height: 730px; }
.story-host__visual img:first-child { position: absolute; z-index: 2; top: 0; left: 0; width: 80%; height: 100%; object-fit: cover; object-position: 44% center; }
.story-host__visual img:last-child { position: absolute; z-index: 3; right: 0; bottom: 0; width: 46%; height: 42%; object-fit: cover; object-position: center; border: 10px solid var(--paper); }
.quote-band { padding: clamp(90px, 9vw, 150px) 0; color: var(--ivory); background: var(--malbec); }
.quote-band .shell { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.quote-band p { margin: 0; font-family: var(--display); font-size: clamp(46px, 5vw, 76px); line-height: .95; }
.quote-band p em { color: var(--bronze-light); }

/* Groups page */
.occasions-page__head { max-width: 850px; margin-bottom: 75px; }
.occasions-page__head h2 { font-size: clamp(64px, 6.7vw, 104px); }
.occasions-page__grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(233,225,213,.2); }
.occasions-page__grid article { grid-column: span 2; min-height: 270px; padding: 38px 38px 38px 0; border-bottom: 1px solid rgba(233,225,213,.2); }
.occasions-page__grid article:nth-child(4), .occasions-page__grid article:nth-child(5) { grid-column: span 3; }
.occasions-page__grid h3 { margin: 0 0 12px; font-size: 39px; }
.occasions-page__grid p { max-width: 310px; margin: 0; color: rgba(233,225,213,.57); }
.group-process { background: var(--paper); }
.group-process__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(75px, 10vw, 160px); align-items: center; }
.group-process__visual { margin: 0; }
.group-process__visual img { width: 100%; max-height: 800px; object-fit: cover; object-position: center 18%; }
.group-process__copy h2 { font-size: clamp(62px, 6.4vw, 98px); }
.group-process ol, .catering-process ol { margin: 45px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.group-process li, .catering-process li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line-dark); }
.group-process li > span, .catering-process li > span { padding-top: 6px; color: #85603a; font-size: 8px; letter-spacing: .16em; }
.group-process li h3, .catering-process li h3 { margin: 0 0 3px; font-size: 25px; }
.group-process li p, .catering-process li p { margin: 0; color: #6b6157; font-size: 12px; }
.group-cta { padding: clamp(100px, 11vw, 170px) 0; color: var(--ivory); background: linear-gradient(110deg, rgba(8,8,7,.94), rgba(8,8,7,.7)), url("./assets/images/steak-fire.webp") center/cover; }
.group-cta__inner { display: flex; flex-direction: column; align-items: flex-start; }
.group-cta h2 { font-size: clamp(67px, 7vw, 108px); }
.group-cta__inner > div { display: flex; gap: 13px; }

/* Catering page */
.catering-types__head { max-width: 900px; margin-bottom: 75px; }
.catering-types__head h2 { font-size: clamp(64px, 6.7vw, 104px); }
.catering-types__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.catering-types__grid article { position: relative; min-height: 610px; overflow: hidden; isolation: isolate; }
.catering-types__grid article::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(0deg, rgba(8,8,7,.9), transparent 65%); }
.catering-types__grid img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.76); transition: transform .8s ease; }
.catering-types__grid article:nth-child(1) img { object-position: 43% center; }
.catering-types__grid article:nth-child(2) img { object-position: 57% center; }
.catering-types__grid article:nth-child(3) img { object-position: center 30%; }
.catering-types__grid article:hover img { transform: scale(1.035); }
.catering-types__grid article > div { position: absolute; right: 0; bottom: 0; left: 0; padding: 35px; }
.catering-types__grid h3 { margin: 0 0 7px; font-size: 42px; }
.catering-types__grid p { max-width: 300px; margin: 0; color: rgba(233,225,213,.6); font-size: 12px; }
.catering-process { background: var(--paper); }
.catering-process__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(75px, 10vw, 160px); align-items: center; }
.catering-process__copy h2 { font-size: clamp(62px, 6.4vw, 98px); }
.catering-process__visual { margin: 0; }
.catering-process__visual img { width: 100%; max-height: 830px; object-fit: cover; object-position: center 38%; }
.quote-band--catering { background: var(--malbec); }
.quote-band--catering .shell > div { display: flex; gap: 13px; }

/* Group and catering enquiries */
.enquiry {
  scroll-margin-top: 76px;
  color: var(--ink);
  background: var(--charcoal);
}
.enquiry__grid {
  display: grid;
  grid-template-columns: minmax(350px, .78fr) minmax(560px, 1.22fr);
  padding: 0;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(213, 174, 118, .2);
  box-shadow: 0 35px 100px rgba(0, 0, 0, .28);
}
.enquiry__intro {
  position: relative;
  display: flex;
  min-height: 820px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(52px, 5vw, 78px) clamp(34px, 4.3vw, 66px);
  overflow: hidden;
  color: var(--ivory);
  background: var(--malbec);
  isolation: isolate;
}
.enquiry__intro::after {
  position: absolute;
  z-index: -1;
  right: -145px;
  bottom: -105px;
  width: 390px;
  height: 390px;
  content: "";
  border: 1px solid rgba(213, 174, 118, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(213, 174, 118, .025), 0 0 0 104px rgba(213, 174, 118, .018);
}
.enquiry--catering .enquiry__intro {
  background: linear-gradient(0deg, rgba(50, 17, 22, .96), rgba(50, 17, 22, .86)), url("./assets/images/catering-garden.webp") center / cover;
}
.enquiry__intro .eyebrow { color: var(--bronze-light); }
.enquiry__intro h2 { max-width: 520px; margin-bottom: 34px; font-size: clamp(62px, 5.5vw, 88px); }
.enquiry__intro > p:not(.eyebrow) { max-width: 440px; color: rgba(233, 225, 213, .7); font-size: 13px; line-height: 1.85; }
.enquiry__intro .text-link { margin-top: auto; color: rgba(233, 225, 213, .78); }
.enquiry__marker {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  width: 100%;
  margin: 62px 0 42px;
  padding: 25px 0;
  border-top: 1px solid rgba(213, 174, 118, .28);
  border-bottom: 1px solid rgba(213, 174, 118, .28);
}
.enquiry__marker strong { color: var(--bronze-light); font-family: var(--sans); font-size: 66px; font-weight: 400; letter-spacing: -.08em; line-height: .72; }
.enquiry__marker span { color: rgba(233, 225, 213, .62); font-size: 8px; font-weight: 600; letter-spacing: .17em; line-height: 1.6; text-transform: uppercase; }
.enquiry__marker--word strong { font-family: var(--display); font-size: 74px; font-style: italic; letter-spacing: -.06em; }
.enquiry__panel { padding: clamp(52px, 5.2vw, 82px) clamp(38px, 5.2vw, 82px); background: var(--paper); }
.enquiry__panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 35px; margin-bottom: 36px; padding-bottom: 23px; border-bottom: 1px solid var(--line-dark); }
.enquiry__panel-head .eyebrow { margin: 0; }
.enquiry__panel-head > p:last-child { margin: 1px 0 0; color: #73695e; font-size: 9px; }
.enquiry__panel-head > p:last-child span { color: var(--ember); }
.enquiry-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 28px; }
.form-field { display: flex; min-width: 0; flex-direction: column; gap: 8px; }
.form-field--wide { grid-column: 1 / -1; }
.form-field label, .form-consent {
  color: #6e5336;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
}
.form-field label span { color: var(--ember); }
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-height: 54px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(17, 16, 14, .32);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  font: 15px/1.45 var(--sans);
  transition: border-color .2s ease, background-color .2s ease;
}
.form-field select { padding-right: 26px; cursor: pointer; }
.form-field textarea { min-height: 128px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #988f84; opacity: 1; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: rgba(17, 16, 14, .62); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 0; border-color: var(--bronze); box-shadow: 0 1px 0 var(--bronze); }
.form-field--trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-consent { display: flex; grid-column: 1 / -1; align-items: flex-start; gap: 12px; color: #6d645a; cursor: pointer; letter-spacing: 0; line-height: 1.65; text-transform: none; }
.form-consent input { width: 17px; height: 17px; flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--malbec); }
.form-consent b { color: var(--ember); font-weight: 600; }
.form-consent a { color: #4d2c11; text-decoration: underline; text-underline-offset: 3px; }

/* Privacy and other long-form production pages */
.legal-hero { position: relative; display: flex; min-height: 690px; align-items: flex-end; overflow: hidden; color: var(--ivory); background: radial-gradient(circle at 78% 70%, rgba(165,61,37,.24), transparent 31%), linear-gradient(128deg, #080807 0 55%, #1d0d0e 100%); }
.legal-hero::before { position: absolute; top: 104px; right: 5vw; width: min(520px,42vw); height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgba(213,174,118,.52)); transform: rotate(-24deg); transform-origin: right; }
.legal-hero .shell { position: relative; padding-top: 190px; padding-bottom: 95px; }
.legal-hero h1 { max-width: 850px; margin: 0 0 36px; font-size: clamp(80px,11vw,164px); font-weight: 500; letter-spacing: -.055em; line-height: .72; }
.legal-hero > .shell > p:not(.eyebrow) { max-width: 630px; margin: 0 0 30px; color: rgba(233,225,213,.68); font-family: var(--display); font-size: clamp(22px,2.1vw,31px); line-height: 1.35; }
.legal-hero .shell > span { color: rgba(233,225,213,.4); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.legal-content { background: var(--paper); }
.legal-content__grid { display: grid; grid-template-columns: minmax(190px,260px) minmax(0,760px); justify-content: space-between; gap: clamp(60px,9vw,150px); }
.legal-content aside { position: sticky; top: 120px; align-self: start; padding-top: 8px; }
.legal-content aside > p { margin-bottom: 20px; color: #7c5a31; font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.legal-content aside nav { display: grid; }
.legal-content aside a { padding: 12px 0; color: #665c50; border-bottom: 1px solid rgba(17,16,14,.14); font-family: var(--display); font-size: 19px; line-height: 1.2; transition: color .2s ease, padding-left .2s ease; }
.legal-content aside a:hover { padding-left: 7px; color: var(--malbec); }
.legal-copy section { scroll-margin-top: 115px; padding: 0 0 60px; }
.legal-copy section + section { padding-top: 60px; border-top: 1px solid rgba(17,16,14,.15); }
.legal-copy h2 { margin-bottom: 24px; font-size: clamp(43px,4.5vw,66px); letter-spacing: -.035em; line-height: .94; }
.legal-copy p,
.legal-copy address { max-width: 720px; color: #504940; font-size: 15px; line-height: 1.9; }
.legal-copy address { padding: 26px 30px; background: #e6ddd0; border-left: 2px solid var(--bronze); font-style: normal; }
.legal-copy a { color: #603e1d; text-decoration: underline; text-underline-offset: 4px; }
.legal-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin-top: 34px; background: rgba(17,16,14,.13); }
.legal-links a { display: flex; min-height: 64px; align-items: center; justify-content: space-between; padding: 18px 21px; background: var(--paper); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }

@media (max-width: 800px) {
  .legal-hero { min-height: 600px; }
  .legal-hero .shell { padding-top: 165px; padding-bottom: 72px; }
  .legal-hero h1 { font-size: clamp(69px,20vw,100px); }
  .legal-content__grid { grid-template-columns: 1fr; gap: 65px; }
  .legal-content aside { position: static; }
  .legal-content aside nav { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 22px; }
}

@media (max-width: 520px) {
  .legal-links { grid-template-columns: 1fr; }
  .legal-content aside nav { grid-template-columns: 1fr; }
}

/* Purpose-built 404 */
.not-found-page { color: var(--ivory); background: var(--ink); }
.not-found { position: relative; display: grid; min-height: 100svh; place-items: center; overflow: hidden; padding: 130px 28px 90px; }
.not-found > img,
.not-found__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.not-found > img { object-fit: cover; object-position: center; filter: saturate(.62) contrast(1.12); }
.not-found__veil { background: linear-gradient(90deg, rgba(6,6,5,.96), rgba(6,6,5,.72) 54%, rgba(6,6,5,.64)), radial-gradient(circle at 72% 55%, transparent, rgba(6,6,5,.6)); }
.not-found__brand { position: absolute; z-index: 2; top: 32px; left: 42px; }
.not-found__brand img { width: 130px; }
.not-found__content { position: relative; z-index: 1; width: min(1040px,100%); }
.not-found__content h1 { margin-bottom: 35px; font-size: clamp(80px,11vw,154px); letter-spacing: -.055em; line-height: .74; }
.not-found__content > p:not(.eyebrow) { max-width: 570px; margin-bottom: 38px; color: rgba(233,225,213,.69); font-family: var(--display); font-size: clamp(22px,2.3vw,31px); line-height: 1.35; }
.not-found__content > div { display: flex; flex-wrap: wrap; gap: 14px; }
.not-found__contact { position: absolute; z-index: 1; right: 42px; bottom: 30px; padding-bottom: 5px; color: rgba(233,225,213,.56); border-bottom: 1px solid rgba(233,225,213,.28); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }

@media (max-width: 640px) {
  .not-found { align-items: end; padding: 130px 18px 105px; }
  .not-found__brand { top: 22px; left: 18px; }
  .not-found__brand img { width: 105px; }
  .not-found__content h1 { font-size: clamp(67px,21vw,88px); }
  .not-found__content > div { flex-direction: column; }
  .not-found__content .button { width: 100%; }
  .not-found__contact { right: 18px; bottom: 26px; left: 18px; text-align: center; }
}
.enquiry-form__footer { display: flex; align-items: center; gap: 22px; margin-top: 5px; }
.enquiry-form__footer .button { flex: 0 0 auto; cursor: pointer; }
.enquiry-form__footer > p { max-width: 250px; margin: 0; color: #7a7167; font-size: 9px; line-height: 1.55; }
.enquiry-form__status { padding: 18px 20px; color: var(--ivory); background: var(--malbec); }
.enquiry-form__status[hidden] { display: none; }
.enquiry-form__status p { margin: 0 0 5px; font-size: 12px; }
.enquiry-form__status a { color: var(--bronze-light); border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }

/* Contact page */
.contact-hero { display: grid; min-height: 820px; height: 92svh; grid-template-columns: .88fr 1.12fr; color: var(--ivory); background: var(--ink); }
.contact-hero__copy { display: flex; align-items: flex-end; padding: 0 7vw clamp(75px, 9vh, 110px); }
.contact-hero h1 { font-size: clamp(82px, 8.5vw, 132px); }
.contact-hero__copy > div > p:last-child { max-width: 490px; color: rgba(233,225,213,.65); font-family: var(--display); font-size: 24px; }
.contact-hero figure { min-width: 0; margin: 0; overflow: hidden; }
.contact-hero figure img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.04); }
.contact-direct { display: grid; grid-template-columns: repeat(2, 1fr); color: var(--ivory); background: var(--ink); border-top: 1px solid var(--line-light); }
.contact-direct__item { position: relative; display: grid; min-height: 265px; grid-template-columns: .78fr 1.22fr; gap: clamp(35px, 5vw, 85px); align-items: center; padding: 52px clamp(55px, 6vw, 95px); overflow: hidden; border-right: 1px solid var(--line-light); transition: background-color .3s ease; }
.contact-direct__item:last-child { border-right: 0; }
.contact-direct__item:first-child { background: #151412; }
.contact-direct__item:last-child { background: var(--malbec); }
.contact-direct__item:hover { background: #4a1b22; }
.contact-direct__item span { color: var(--bronze-light); font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.contact-direct__item h2 { margin: 13px 0 0; font-size: clamp(43px, 4.2vw, 66px); line-height: .85; }
.contact-direct__item h2 em { color: var(--bronze-light); font-weight: 400; }
.contact-direct__value strong { display: block; font-family: var(--display); font-size: clamp(22px, 2.1vw, 31px); font-weight: 500; line-height: 1.1; overflow-wrap: anywhere; }
.contact-direct__value p { max-width: 330px; margin: 11px 0 0; color: rgba(233,225,213,.58); font-size: 11px; }
.contact-direct__item > i { position: absolute; right: 34px; bottom: 29px; color: var(--bronze-light); font-family: var(--display); font-size: 25px; font-style: normal; transition: transform .25s ease; }
.contact-direct__item:hover > i { transform: translateX(5px); }
.contact-details { background: var(--paper); }
.contact-details__grid { display: grid; grid-template-columns: 1fr .7fr; gap: clamp(80px, 11vw, 180px); }
.contact-details__main h2 { font-size: clamp(62px, 6.4vw, 100px); }
.contact-details dl { margin: 55px 0 0; border-top: 1px solid var(--line-dark); }
.contact-details dl div { display: grid; grid-template-columns: 120px 1fr; padding: 20px 0; border-bottom: 1px solid var(--line-dark); }
.contact-details dt { color: #805e39; font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.contact-details dd { margin: 0; font-family: var(--display); font-size: 23px; line-height: 1.3; }
.contact-details__route { align-self: end; padding: 45px; color: var(--ivory); background: var(--malbec); }
.contact-details__route .eyebrow { color: var(--bronze-light); }
.contact-details__route h3 { margin: 0 0 15px; font-size: 42px; }
.contact-details__route p { color: rgba(233,225,213,.65); }
.contact-details__route .button { margin: 20px 0 27px; background: var(--bronze-light); border-color: var(--bronze-light); color: var(--ink); }
.contact-details__parking { margin-top: 8px; padding: 28px 0 30px; border-top: 1px solid rgba(233,225,213,.18); border-bottom: 1px solid rgba(233,225,213,.18); }
.contact-details__parking > span { color: var(--bronze-light); font-size: 8px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.contact-details__parking h4 { margin: 10px 0 8px; color: var(--ivory); font-family: var(--display); font-size: 29px; font-weight: 500; line-height: 1.05; }
.contact-details__parking p { margin: 0 0 20px; }
.contact-details__parking .arrow-link { font-size: 9px; }
.contact-choices { display: grid; grid-template-columns: repeat(3, 1fr); color: var(--ivory); background: var(--ink); }
.contact-choices > a { position: relative; min-height: 410px; padding: 70px clamp(30px, 4vw, 60px); border-right: 1px solid var(--line-light); transition: background-color .3s ease; }
.contact-choices > a:hover { background: var(--charcoal-soft); }
.contact-choices > a:last-child { border-right: 0; }
.contact-choices span { color: var(--bronze-light); font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.contact-choices h2 { margin: 22px 0 15px; font-size: clamp(55px, 5vw, 78px); }
.contact-choices p { max-width: 290px; color: rgba(233,225,213,.58); }
.contact-choices i { position: absolute; right: 45px; bottom: 45px; color: var(--bronze-light); font-family: var(--display); font-size: 27px; font-style: normal; }

/* Direct ordering page */
.order-page { background: var(--paper); }
.order-page .header-order[aria-current="page"]::after { transform: scaleX(1); }
.order-hero { display: grid; min-height: 820px; height: 100svh; grid-template-columns: 1.08fr .92fr; color: var(--ivory); background: var(--ink); }
.order-hero__visual { position: relative; min-width: 0; margin: 0; overflow: hidden; isolation: isolate; }
.order-hero__visual img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 56% center; filter: saturate(.74) contrast(1.08); transform: scale(1.015); }
.order-hero__visual-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(5,5,4,.12), rgba(5,5,4,.45)), linear-gradient(0deg, rgba(5,5,4,.82), transparent 48%, rgba(5,5,4,.28)); }
.order-hero__visual figcaption { position: absolute; right: 48px; bottom: 48px; left: 48px; display: flex; align-items: center; gap: 16px; color: rgba(233,225,213,.62); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.order-hero__visual figcaption::after { height: 1px; flex: 1; content: ""; background: rgba(233,225,213,.28); }
.order-hero__visual figcaption span { color: var(--bronze-light); }
.order-hero__panel { position: relative; display: flex; align-items: center; padding: calc(var(--header-height) + 55px) clamp(48px, 6vw, 105px) 70px; overflow: hidden; }
.order-hero__panel::before { position: absolute; top: var(--header-height); right: 0; width: 40%; height: 1px; content: ""; background: var(--bronze); }
.order-hero__panel::after { position: absolute; right: -95px; bottom: -120px; width: 350px; height: 350px; content: ""; border: 1px solid rgba(213,174,118,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(213,174,118,.025), 0 0 0 110px rgba(213,174,118,.018); pointer-events: none; }
.order-hero__content { position: relative; z-index: 1; max-width: 650px; }
.order-hero h1 { margin: 0 0 32px; font-size: clamp(72px, 7.2vw, 120px); line-height: .77; letter-spacing: -.055em; }
.order-hero__intro { max-width: 540px; margin-bottom: 35px; color: rgba(233,225,213,.72); font-family: var(--display); font-size: clamp(21px, 2vw, 28px); line-height: 1.35; }
.order-hero__button { min-width: 270px; }
.order-hero__bridge { display: flex; max-width: 510px; align-items: flex-start; gap: 12px; margin: 25px 0 0; color: rgba(233,225,213,.45); font-size: 9px; line-height: 1.55; }
.order-hero__bridge span { color: var(--bronze-light); font-size: 12px; }
.order-service { display: grid; grid-template-columns: repeat(3, 1fr); color: var(--ivory); background: var(--malbec); }
.order-service > div { display: flex; min-height: 150px; flex-direction: column; justify-content: center; padding: 30px clamp(32px, 4.2vw, 68px); border-right: 1px solid rgba(233,225,213,.16); }
.order-service > div:last-child { border-right: 0; }
.order-service span { margin-bottom: 5px; color: var(--bronze-light); font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.order-service strong { font-family: var(--display); font-size: clamp(24px, 2vw, 32px); font-weight: 500; line-height: 1.1; }
.order-service small { margin-top: 6px; color: rgba(233,225,213,.48); font-size: 10px; }
.order-selection { background: var(--paper); }
.order-selection__grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(70px, 10vw, 160px); }
.order-selection__copy { max-width: 540px; }
.order-selection__copy h2 { font-size: clamp(63px, 6.4vw, 99px); }
.order-selection__copy > p { color: #5e554c; }
.order-selection__copy .lead { color: var(--ink); }
.order-selection__copy .button { margin-top: 24px; }
.order-selection__visual { position: relative; min-height: 790px; padding: 0 0 54px 105px; }
.order-selection__visual::before { position: absolute; top: -18px; right: -18px; width: 120px; height: 120px; content: ""; border-top: 1px solid var(--bronze); border-right: 1px solid var(--bronze); }
.order-selection__visual > img { width: 100%; height: 730px; object-fit: cover; object-position: center 69%; }
.order-selection__ledger { position: absolute; bottom: 0; left: 0; width: min(470px, 74%); padding: 24px 31px; color: var(--ivory); background: var(--ink); box-shadow: 0 24px 70px rgba(9,9,8,.2); }
.order-selection__ledger p { display: grid; grid-template-columns: 125px 1fr; gap: 20px; margin: 0; padding: 12px 0; border-bottom: 1px solid var(--line-light); }
.order-selection__ledger p:last-child { border-bottom: 0; }
.order-selection__ledger span { color: var(--bronze-light); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.order-selection__ledger strong { font-family: var(--display); font-size: 18px; font-weight: 500; line-height: 1.25; }
.order-steps { overflow: hidden; }
.order-steps__head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 75px; }
.order-steps__head h2 { max-width: 880px; margin-bottom: 0; font-size: clamp(65px, 6.6vw, 102px); }
.order-steps__head > p { max-width: 430px; margin-bottom: 8px; color: rgba(233,225,213,.57); }
.order-steps__list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.order-steps__list li { min-height: 270px; padding: 36px 42px 35px 0; border-right: 1px solid var(--line-light); }
.order-steps__list li + li { padding-left: 42px; }
.order-steps__list li:last-child { border-right: 0; }
.order-steps__list li > span { display: block; margin-bottom: 50px; color: var(--bronze-light); font-size: 9px; letter-spacing: .16em; }
.order-steps__list h3 { margin: 0 0 9px; font-size: clamp(31px, 2.6vw, 42px); line-height: 1; }
.order-steps__list p { max-width: 310px; margin: 0; color: rgba(233,225,213,.53); font-size: 12px; }
.order-help { background: var(--ivory); }
.order-help__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 10vw, 160px); align-items: start; }
.order-help__title h2 { font-size: clamp(62px, 6.4vw, 98px); }
.order-help__questions { border-top: 1px solid var(--line-dark); }
.order-help__questions article { padding: 27px 0; border-bottom: 1px solid var(--line-dark); }
.order-help__questions h3 { margin: 0 0 7px; font-size: 28px; }
.order-help__questions p { max-width: 600px; margin: 0; color: #675d53; font-size: 13px; }
.order-help__questions a { color: #704922; border-bottom: 1px solid currentColor; }
.order-final { position: relative; display: grid; min-height: 670px; place-items: center; overflow: hidden; color: var(--ivory); background: var(--ink); isolation: isolate; text-align: center; }
.order-final > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; filter: saturate(.72); }
.order-final__shade { position: absolute; z-index: -2; inset: 0; background: rgba(6,6,5,.73); }
.order-final__content { display: flex; flex-direction: column; align-items: center; padding: 80px 20px; }
.order-final h2 { font-size: clamp(70px, 7.5vw, 116px); }
.mobile-dock--order { grid-template-columns: 2fr 1fr; }
.mobile-dock--order a:first-child { color: var(--ink); background: var(--bronze-light); }
.mobile-dock--order a:last-child { color: var(--ivory); background: var(--ink); }

@media (max-width: 900px) {
  .home-actions { grid-template-columns: 1fr; }
  .home-actions > a { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .home-intro__grid, .home-gather__grid, .page-intro__grid, .story-opening__grid, .story-fire__grid, .story-host__grid, .group-process__grid, .catering-process__grid, .contact-details__grid { grid-template-columns: 1fr; }
  .home-intro__copy { padding-left: 0; }
  .home-intro__visual { order: -1; }
  .home-intro__visual img { height: 68vw; min-height: 480px; }
  .home-menu-tease__content { padding-right: 31%; }
  .home-gather__visual { min-height: 660px; }
  .page-hero { min-height: 690px; height: 82svh; }
  .page-hero__content h1 { font-size: clamp(75px, 13vw, 115px); }
  .page-intro__copy, .story-opening__copy { padding-top: 0; }
  .menu-ledger__grid { grid-template-columns: 1fr; }
  .menu-category--featured { grid-column: auto; grid-template-columns: 1fr; }
  .menu-category__image { height: 650px; }
  .story-fire__visual img { height: 650px; }
  .story-host__visual { min-height: 670px; order: -1; }
  .quote-band .shell { flex-direction: column; align-items: flex-start; }
  .occasions-page__grid { grid-template-columns: 1fr 1fr; }
  .occasions-page__grid article, .occasions-page__grid article:nth-child(4), .occasions-page__grid article:nth-child(5) { grid-column: auto; }
  .group-process__visual { order: -1; }
  .catering-types__grid { grid-template-columns: 1fr; }
  .catering-types__grid article { min-height: 560px; }
  .catering-process__visual { order: -1; }
  .contact-hero { min-height: 760px; height: auto; grid-template-columns: 1fr; }
  .contact-hero__copy { min-height: 630px; padding: 150px 32px 70px; background: linear-gradient(0deg, rgba(8,8,7,.92), rgba(8,8,7,.25)), url("./assets/images/exterior.webp") center/cover; }
  .contact-hero figure { display: none; }
  .contact-direct { grid-template-columns: 1fr; }
  .contact-direct__item { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .contact-choices { grid-template-columns: 1fr; }
  .contact-choices > a { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .menu-hero { min-height: 620px; height: 70svh; max-height: 720px; }
  .menu-routes { grid-template-columns: 1fr; }
  .menu-routes article { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .menu-mobile-nav { position: sticky; z-index: 35; top: 70px; display: flex; gap: 26px; padding: 17px 32px; overflow-x: auto; color: var(--ivory); background: rgba(9,9,8,.97); border-bottom: 1px solid rgba(213,174,118,.34); white-space: nowrap; scrollbar-width: none; }
.menu-mobile-nav::-webkit-scrollbar { display: none; }
  .menu-mobile-nav a { font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
  .menu-mobile-nav a[aria-current="true"] { color: var(--bronze-light); border-bottom: 1px solid currentColor; }
  .menu-directory__grid { grid-template-columns: 1fr; gap: 65px; }
  .menu-rail { position: static; }
  .menu-rail nav { display: none; }
  .menu-rail h2 { margin-bottom: 30px; }
  .menu-rail__order { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 5px 30px; }
  .menu-rail__order p { grid-column: 1; margin-bottom: 0; }
  .menu-rail__order .button { grid-row: 1 / 3; grid-column: 2; width: auto; }
  .order-hero { min-height: 1080px; height: auto; grid-template-columns: 1fr; grid-template-rows: 500px auto; }
  .order-hero__panel { min-height: 580px; padding: 85px 32px 80px; }
  .order-hero__panel::before { top: 0; }
  .order-service { grid-template-columns: 1fr; }
  .order-service > div { min-height: 125px; border-right: 0; border-bottom: 1px solid rgba(233,225,213,.16); }
  .order-selection__grid, .order-help__grid { grid-template-columns: 1fr; }
  .order-selection__visual { order: -1; }
  .order-steps__head { grid-template-columns: 1fr; gap: 25px; }
  .order-steps__list { grid-template-columns: 1fr; }
  .order-steps__list li, .order-steps__list li + li { display: grid; min-height: 0; grid-template-columns: 55px 1fr; gap: 15px; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .order-steps__list li > span { margin: 6px 0 0; }
}

@media (max-width: 640px) {
  .home-actions > a { padding: 24px 22px; }
  .home-intro__grid { gap: 55px; }
  .home-intro__visual img { height: 113vw; min-height: 430px; object-position: 65% center; }
  .home-intro__visual::before { top: -10px; right: -10px; width: 70px; height: 70px; }
  .home-intro__copy h2, .home-gather__copy h2 { font-size: clamp(50px, 15.5vw, 70px); }
  .home-menu-tease { min-height: 760px; align-items: flex-end; }
  .home-menu-tease > img { object-position: 54% center; }
  .home-menu-tease__shade { background: linear-gradient(0deg, rgba(6,6,5,.96), rgba(6,6,5,.45) 77%, rgba(6,6,5,.55)); }
  .home-menu-tease__content { padding: 90px 18px 70px; }
  .home-menu-tease h2 { font-size: clamp(57px, 17vw, 76px); }
  .home-menu-tease__dishes { gap: 5px 16px; font-size: 18px; }
  .home-menu-tease__dishes span:not(:last-child)::after { margin-left: 14px; }
  .home-gather__grid { gap: 55px; }
  .home-gather__visual { min-height: 500px; }
  .home-gather__visual img:first-child { width: 88%; height: 90%; }
  .home-gather__visual img:last-child { width: 52%; height: 42%; border-width: 7px; }
  .final-cta--compact { min-height: 560px; }
  .final-cta--compact h2 { font-size: clamp(54px, 16vw, 72px); }
  .page-hero { min-height: 650px; height: 82svh; }
  .page-hero__content { padding-bottom: 55px; }
  .page-hero__content h1 { font-size: clamp(62px, 18vw, 82px); }
  .page-hero__content > p:last-child { font-size: 19px; }
  .page-hero--menu > img { object-position: 56% center; }
  .page-hero--story > img { object-position: 55% center; }
  .page-hero--groups > img { object-position: 62% center; }
  .page-hero--catering > img { object-position: 46% center; }
  .page-intro h2, .story-opening h2, .story-fire__copy h2, .story-host__copy h2, .occasions-page__head h2, .group-process__copy h2, .catering-types__head h2, .catering-process__copy h2, .contact-details__main h2 { font-size: clamp(50px, 15.5vw, 70px); }
  .page-intro__actions { flex-direction: column; align-items: stretch; }
  .page-intro__actions .button { width: 100%; }
  .menu-hero { min-height: 630px; height: 78svh; }
  .menu-hero > img { object-position: 57% center; }
  .menu-hero .page-hero__content h1 { font-size: clamp(65px, 19vw, 84px); }
  .menu-hero .page-hero__content > p:not(.eyebrow) { font-size: 19px; }
  .menu-hero__actions { width: 100%; flex-direction: column; }
  .menu-hero__actions .button { width: 100%; }
  .menu-routes article { min-height: 0; grid-template-columns: 1fr; gap: 14px; padding: 30px 22px; }
  .menu-routes article > span { padding-top: 0; }
  .menu-routes article > a { justify-self: start; margin-top: 6px; }
  .menu-mobile-nav { top: 70px; gap: 22px; padding: 15px 18px; }
  .menu-directory { padding: 78px 0 95px; }
  .menu-directory__grid { gap: 54px; }
  .menu-rail h2 { font-size: clamp(56px, 17vw, 72px); }
  .menu-rail__order { display: block; padding: 24px; }
  .menu-rail__order p { margin: 5px 0 18px; }
  .menu-rail__order .button { width: 100%; }
  .menu-book__intro { grid-template-columns: 1fr; gap: 14px; padding-bottom: 35px; }
  .menu-book__intro p { font-size: 22px; }
  .menu-section { padding: 54px 0 25px; scroll-margin-top: 118px; }
  .menu-section > header { grid-template-columns: 1fr; gap: 13px; margin-bottom: 27px; }
  .menu-section > header h3 { font-size: clamp(46px, 14vw, 58px); }
  .menu-section > header > p { margin: 0; }
  .menu-items { grid-template-columns: 1fr; gap: 0; }
  .menu-items article { min-height: 0; padding: 19px 0; }
  .menu-items h4 { font-size: 26px; }
  .menu-fire-break { height: 470px; margin-top: 55px; }
  .menu-fire-break img { object-position: 50% center; }
  .menu-fire-break figcaption { right: 22px; bottom: 22px; left: 22px; flex-direction: column; align-items: flex-start; gap: 4px; }
  .menu-note { padding: 22px; }
  .order-banner { min-height: 600px; }
  .order-banner h2 { font-size: clamp(56px, 17vw, 74px); }
  .story-fire__visual { order: -1; }
  .story-fire__visual img { height: 112vw; max-height: 560px; }
  .story-host__visual { min-height: 560px; }
  .story-host__visual img:first-child { width: 88%; height: 92%; }
  .story-host__visual img:last-child { width: 52%; height: 39%; border-width: 7px; }
  .quote-band .shell { gap: 35px; }
  .quote-band p { font-size: 43px; }
  .quote-band .button { width: 100%; }
  .occasions-page__head, .catering-types__head { margin-bottom: 50px; }
  .occasions-page__grid { grid-template-columns: 1fr; }
  .occasions-page__grid article { min-height: 0; padding: 28px 0; }
  .occasions-page__grid h3 { font-size: 34px; }
  .group-process__visual img { max-height: 600px; }
  .group-cta h2 { font-size: clamp(55px, 16vw, 72px); }
  .group-cta__inner > div, .quote-band--catering .shell > div { width: 100%; flex-direction: column; }
  .group-cta .button, .quote-band--catering .button { width: 100%; }
  .catering-types__grid article { min-height: 510px; }
  .catering-types__grid article > div { padding: 27px; }
  .catering-process__visual img { max-height: 620px; }
  .contact-hero__copy { min-height: 650px; padding: 140px 18px 55px; }
  .contact-hero h1 { font-size: clamp(59px, 17vw, 76px); }
  .contact-direct__item { min-height: 225px; grid-template-columns: 1fr; gap: 28px; padding: 38px 24px 48px; }
  .contact-direct__item h2 { font-size: 51px; }
  .contact-direct__value strong { font-size: 25px; }
  .contact-direct__item > i { right: 24px; bottom: 22px; }
  .contact-details dl div { grid-template-columns: 92px 1fr; }
  .contact-details__route { padding: 32px 25px; }
  .contact-details__route .button { width: 100%; }
  .contact-details__parking .arrow-link { font-size: 8px; letter-spacing: .1em; }
  .contact-choices > a { min-height: 270px; padding: 48px 24px; }
  .contact-choices i { right: 25px; bottom: 25px; }
  .order-hero { min-height: 980px; grid-template-rows: 360px auto; }
  .order-hero__visual img { object-position: 52% center; }
  .order-hero__visual figcaption { right: 18px; bottom: 22px; left: 18px; }
  .order-hero__panel { min-height: 620px; padding: 67px 18px 88px; align-items: flex-start; }
  .order-hero h1 { font-size: clamp(61px, 18vw, 77px); }
  .order-hero__intro { font-size: 20px; }
  .order-hero__button { width: 100%; min-width: 0; }
  .order-service > div { padding: 27px 22px; }
  .order-selection__grid, .order-help__grid { gap: 55px; }
  .order-selection__copy h2, .order-steps__head h2, .order-help__title h2 { font-size: clamp(51px, 15.5vw, 70px); }
  .order-selection__visual { min-height: 585px; padding: 0 0 96px 28px; }
  .order-selection__visual::before { top: -10px; right: -10px; width: 75px; height: 75px; }
  .order-selection__visual > img { height: 510px; }
  .order-selection__ledger { width: calc(100% - 20px); padding: 18px 20px; }
  .order-selection__ledger p { grid-template-columns: 100px 1fr; gap: 12px; padding: 10px 0; }
  .order-selection__ledger strong { font-size: 16px; }
  .order-steps__head { margin-bottom: 45px; }
  .order-steps__list h3 { font-size: 31px; }
  .order-help__title .button { width: 100%; }
  .order-help__questions h3 { font-size: 26px; }
  .order-final { min-height: 580px; }
  .order-final h2 { font-size: clamp(58px, 17vw, 78px); }
  .order-page { padding-bottom: 66px; }
}

@media (max-width: 1040px) {
  .enquiry__grid { grid-template-columns: 1fr; }
  .enquiry__intro { min-height: 600px; }
  .enquiry__intro > p:not(.eyebrow) { max-width: 560px; }
  .enquiry__marker { max-width: 430px; margin: 48px 0 36px; }
  .home-contact__frame { grid-template-columns: 1fr; }
  .home-contact__copy { min-height: 560px; }
  .home-contact__copy > p:not(.eyebrow) { max-width: 560px; }
}

@media (max-width: 640px) {
  .reservation-fab { display: none; }
  .enquiry { scroll-margin-top: 68px; padding: 0; }
  .enquiry__grid { width: 100%; border-right: 0; border-left: 0; }
  .enquiry__intro { min-height: 570px; padding: 70px 22px 42px; }
  .enquiry__intro h2 { font-size: clamp(55px, 16vw, 72px); }
  .enquiry__marker { margin: 40px 0 32px; }
  .enquiry__marker strong { font-size: 58px; }
  .enquiry__marker--word strong { font-size: 64px; }
  .enquiry__panel { padding: 48px 22px 58px; }
  .enquiry__panel-head { display: block; margin-bottom: 32px; }
  .enquiry__panel-head .eyebrow { margin-bottom: 13px; }
  .enquiry-form { grid-template-columns: 1fr; gap: 22px; }
  .form-field--wide, .form-consent { grid-column: auto; }
  .enquiry-form__footer { align-items: stretch; flex-direction: column; }
  .enquiry-form__footer .button { width: 100%; }
  .enquiry-form__footer > p { max-width: none; }
  .home-contact { scroll-margin-top: 68px; padding: 0; }
  .home-contact__frame { width: 100%; border-right: 0; border-left: 0; }
  .home-contact__copy { min-height: 540px; padding: 68px 22px 42px; }
  .home-contact__copy h2 { font-size: clamp(55px,16vw,72px); }
  .home-contact__routes { margin-top: 38px; }
  .home-contact__panel { padding: 48px 22px 58px; }
  .home-contact__panel-head { display: block; margin-bottom: 32px; }
.home-contact__panel-head .eyebrow { margin-bottom: 13px; }
}

/* Dashboard-managed menu details and campaigns */
.menu-item__side { display: flex; flex: 0 0 auto; flex-direction: column; align-items: flex-end; gap: 8px; }
.menu-price { color: #6f461f; font-family: var(--display); font-size: 20px; font-weight: 500; line-height: 1; white-space: nowrap; }
.campaign-bar { position: fixed; z-index: 1200; top: 0; right: 0; left: 0; display: flex; min-height: 44px; align-items: center; justify-content: center; gap: 28px; padding: 9px 54px; color: var(--ivory); background: var(--malbec); border-bottom: 1px solid rgba(213,174,118,.32); }
.campaign-bar p { display: flex; align-items: center; gap: 12px; margin: 0; font-size: 10px; }
.campaign-bar p strong { color: var(--bronze-light); font-family: var(--display); font-size: 17px; font-weight: 500; }
.campaign-bar p span { color: rgba(233,225,213,.7); }
.campaign-bar > a { padding-bottom: 3px; color: var(--ivory); border-bottom: 1px solid rgba(233,225,213,.55); font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.campaign-bar > button { position: absolute; top: 0; right: 15px; width: 44px; height: 44px; color: rgba(233,225,213,.68); background: transparent; border: 0; font-family: var(--display); font-size: 25px; cursor: pointer; }
body.has-campaign-bar .site-header { top: 44px; }
.campaign-popup { position: fixed; z-index: 1300; inset: 0; display: grid; place-items: center; padding: 25px; opacity: 0; transition: opacity .28s ease; }
.campaign-popup.is-open { opacity: 1; }
.campaign-popup[hidden] { display: none; }
.campaign-popup__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; background: rgba(4,4,3,.76); border: 0; backdrop-filter: blur(7px); cursor: pointer; }
.campaign-popup__dialog { position: relative; display: grid; width: min(920px,100%); min-height: 520px; grid-template-columns: .92fr 1.08fr; overflow: hidden; color: var(--ivory); background: var(--malbec); box-shadow: 0 30px 90px rgba(0,0,0,.38); transform: translateY(18px) scale(.985); transition: transform .34s ease; }
.campaign-popup.is-open .campaign-popup__dialog { transform: none; }
.campaign-popup__dialog figure { min-height: 520px; margin: 0; overflow: hidden; }
.campaign-popup__dialog figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.83) contrast(1.07); }
.campaign-popup__dialog > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(45px,6vw,85px); }
.campaign-popup__dialog h2 { margin: 16px 0 18px; font-family: var(--display); font-size: clamp(55px,5.5vw,80px); font-weight: 500; letter-spacing: -.04em; line-height: .85; }
.campaign-popup__dialog > div > p:not(.eyebrow) { max-width: 420px; margin: 0; color: rgba(233,225,213,.7); font-size: 12px; line-height: 1.7; }
.campaign-popup__dialog .button { margin-top: 30px; }
.campaign-popup__close { position: absolute; z-index: 2; top: 17px; right: 17px; width: 40px; height: 40px; color: var(--ivory); background: rgba(8,8,7,.3); border: 1px solid rgba(233,225,213,.28); font-family: var(--display); font-size: 26px; cursor: pointer; }

@media (max-width: 640px) {
  .menu-item__side { gap: 5px; }
  .menu-price { font-size: 18px; }
  .campaign-bar { min-height: 54px; justify-content: flex-start; gap: 10px; padding: 9px 48px 9px 15px; }
  .campaign-bar p { display: block; font-size: 8px; line-height: 1.25; }
  .campaign-bar p strong, .campaign-bar p span { display: block; }
  .campaign-bar p strong { font-size: 15px; }
  .campaign-bar > a { flex: 0 0 auto; }
  body.has-campaign-bar .site-header { top: 54px; }
  .campaign-popup { padding: 16px; }
  .campaign-popup__dialog { max-height: calc(100svh - 32px); min-height: 0; grid-template-columns: 1fr; overflow-y: auto; }
  .campaign-popup__dialog figure { height: 210px; min-height: 210px; }
  .campaign-popup__dialog > div { min-height: 340px; padding: 38px 25px 34px; }
  .campaign-popup__dialog h2 { font-size: clamp(47px,14vw,62px); }
  .campaign-popup__dialog .button { width: 100%; }
}
