:root {
  --ink: #17130f;
  --ink-soft: #2b241e;
  --cream: #f4eadc;
  --paper: #fffaf1;
  --orange: #e76524;
  --orange-bright: #f07a33;
  --wine: #711f2d;
  --gold: #d8a84e;
  --line: rgba(23, 19, 15, 0.18);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1200px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
}
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.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;
  left: 16px;
  top: 16px;
  z-index: 1000;
  transform: translateY(-140%);
  padding: 12px 16px;
  background: var(--paper);
  color: var(--ink);
}
.skip-link:focus { transform: none; }

.page-shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(88px, 10vw, 150px); }
.eyebrow {
  margin: 0 0 20px;
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 0.92; }
h2 { margin-bottom: 0; font-size: clamp(3.3rem, 7vw, 7.7rem); letter-spacing: -0.055em; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 88px;
  padding: 18px max(24px, calc((100vw - 1200px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 220ms ease, min-height 220ms ease, color 220ms ease, box-shadow 220ms ease;
}
.site-header.is-scrolled {
  min-height: 70px;
  color: var(--ink);
  background: rgba(255, 250, 241, 0.95);
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(31, 22, 15, 0.08);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { width: 210px; height: auto; display: block; filter: invert(1); }
.site-header.is-scrolled .brand-logo { filter: none; }
.brand-mark { width: 45px; height: 45px; color: var(--orange); }
.brand-mark svg { width: 100%; height: 100%; }
.brand-mark circle, .brand-mark path { fill: none; stroke: currentColor; stroke-width: 1.5; }
.brand-mark path { stroke-linecap: round; stroke-linejoin: round; }
.brand-type { display: flex; flex-direction: column; gap: 3px; }
.brand-type strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; line-height: 1; }
.brand-type small { font-size: 0.57rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; opacity: 0.76; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 0.78rem; font-weight: 700; }
.main-nav a { text-decoration: none; }
.main-nav a:hover { color: var(--orange-bright); }
.menu-toggle { display: none; }

.button {
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #fff; }
.button-primary:hover { background: #ca4f15; }
.button-light { background: var(--cream); color: var(--ink); }
.button-light:hover { background: #fff; }
.button-dark { background: var(--ink); color: #fff; }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 0.68rem; }
.button-wide { width: 100%; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  padding-block: 8px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.text-link-light { color: #fff; }

.hero {
  position: relative;
  min-height: 820px;
  height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #fff;
  background-image: url("assets/official/hero-dinner.webp");
  background-position: center;
  background-size: cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(12, 9, 7, 0.35), transparent 58%);
  mix-blend-mode: multiply;
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 7, 5, 0.92) 0%, rgba(12, 8, 6, 0.72) 35%, rgba(10, 7, 5, 0.06) 69%); }
.hero-content { position: static; z-index: 2; padding-top: 86px; }
.hero-eyebrow { color: #f3a069; }
.hero h1 { margin-bottom: 26px; max-width: 760px; font-size: clamp(5.5rem, 10.7vw, 11rem); letter-spacing: -0.075em; }
.hero-copy { max-width: 490px; margin-bottom: 34px; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.45; color: rgba(255,255,255,0.83); }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.hero-proof {
  position: absolute;
  z-index: 3;
  left: calc((100% - var(--shell)) / 2);
  top: auto;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.rating { display: flex; align-items: center; gap: 14px; }
.rating-number { font-family: var(--serif); font-size: 2.7rem; }
.rating > span:last-child { display: flex; flex-direction: column; gap: 4px; }
.rating b { color: var(--gold); font-size: 0.72rem; letter-spacing: 0.16em; }
.rating small, .hero-proof p { margin: 0; color: rgba(255,255,255,0.65); font-size: 0.68rem; line-height: 1.45; }
.proof-rule { width: 1px; height: 42px; background: rgba(255,255,255,0.35); }
.hero-note { position: absolute; z-index: 3; right: 24px; bottom: 18px; margin: 0; font-size: 0.55rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.5; }

.intro { position: relative; display: grid; grid-template-columns: 0.55fr 1.65fr 1fr; gap: 52px; align-items: start; }
.section-index { padding-top: 10px; color: var(--orange); font-size: 0.68rem; font-weight: 850; letter-spacing: 0.16em; }
.intro h2 { font-size: clamp(4rem, 7.4vw, 8rem); }
.intro-copy { max-width: 410px; padding-top: 55px; }
.intro-copy p { margin-bottom: 34px; font-family: var(--serif); font-size: 1.32rem; line-height: 1.55; }
.orange-stamp {
  position: absolute;
  right: 2vw;
  bottom: 18px;
  width: 138px;
  aspect-ratio: 1;
  border: 1px solid var(--orange);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--orange);
  transform: rotate(8deg);
}
.orange-stamp span { position: absolute; font-size: 0.48rem; font-weight: 850; letter-spacing: 0.18em; transform: translateY(-45px); }
.orange-stamp b { font-family: var(--serif); font-size: 2.8rem; font-weight: 500; }
.intro-photo-strip {
  grid-column: 2 / -1;
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}
.intro-photo { position: relative; height: auto; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: var(--cream); }
.intro-photo-tall { height: auto; }
.intro-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.intro-photo:hover img { transform: scale(1.025); }
.intro-photo figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 9px;
  color: #fff;
  background: rgba(23,19,15,0.78);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-section { background: var(--ink); color: #fff; }
.section-heading { margin-bottom: 64px; display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 70px; align-items: end; }
.section-heading h2 { max-width: 850px; }
.section-heading > p { max-width: 420px; margin-bottom: 12px; color: rgba(255,255,255,0.62); font-family: var(--serif); font-size: 1.25rem; line-height: 1.55; }
.menu-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; border: 1px solid rgba(255,255,255,0.18); }
.menu-card { min-height: 760px; padding: 34px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,0.18); }
.menu-card:last-child { border-right: 0; }
.menu-card-main { background: #221c18; }
.menu-card-fiesta { background: var(--wine); }
.menu-card-paella { color: var(--ink); background: var(--orange); }
.menu-card-top { margin-bottom: 22px; display: flex; justify-content: space-between; align-items: center; }
.menu-card-image { height: 220px; margin: 0 0 34px; overflow: hidden; background: rgba(255,255,255,0.08); }
.menu-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.menu-card:hover .menu-card-image img { transform: scale(1.035); }
.menu-card-fiesta .menu-card-image img { object-position: center 44%; }
.menu-card-paella .menu-card-image img { object-position: center; }
.menu-number { font-size: 0.62rem; font-weight: 800; letter-spacing: 0.16em; }
.menu-tag { padding: 8px 10px; border: 1px solid currentColor; font-size: 0.55rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.menu-kicker { margin-bottom: 12px; font-size: 0.63rem; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; opacity: 0.65; }
.menu-card h3 { margin-bottom: 20px; font-size: clamp(2.3rem, 4vw, 4rem); letter-spacing: -0.04em; }
.menu-card > div:nth-of-type(2) > p:last-child { max-width: 390px; color: rgba(255,255,255,0.62); line-height: 1.65; }
.menu-card-paella > div:nth-of-type(2) > p:last-child { color: rgba(23,19,15,0.72); }
.dish-list { margin: auto 0 28px; padding: 0; list-style: none; }
.dish-list li { padding-block: 12px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,0.16); font-family: var(--serif); }
.dish-list em { font-family: var(--sans); font-size: 0.62rem; font-style: normal; letter-spacing: 0.08em; opacity: 0.5; text-transform: uppercase; }
.price-lockup { margin: auto 0 30px; display: flex; align-items: end; gap: 10px; }
.price-lockup strong { font-family: var(--serif); font-size: 3.4rem; font-weight: 500; line-height: 0.8; }
.price-lockup span { font-size: 0.66rem; opacity: 0.65; }
.card-link { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid currentColor; font-size: 0.68rem; font-weight: 850; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
.card-link-button { width: 100%; padding-inline: 0; padding-bottom: 0; color: inherit; background: transparent; border-right: 0; border-bottom: 0; border-left: 0; cursor: pointer; }
.menu-disclaimer { margin: 20px 0 0; color: rgba(255,255,255,0.38); font-size: 0.6rem; }

.paella-banner { position: relative; overflow: hidden; padding-block: clamp(90px, 11vw, 150px); color: var(--ink); background: var(--cream); }
.paella-pattern { position: absolute; inset: 0; opacity: 0.2; background-image: radial-gradient(circle at 1px 1px, var(--orange) 1px, transparent 0); background-size: 24px 24px; transform: rotate(-4deg) scale(1.1); }
.paella-inner { position: relative; display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(42px, 7vw, 100px); align-items: center; }
.paella-inner h2 { max-width: 760px; margin: 0 0 48px; font-size: clamp(3.7rem, 6.8vw, 7.2rem); }
.paella-flow { max-width: 720px; margin: 0 0 42px; display: grid; grid-template-columns: 1fr; text-align: left; }
.paella-flow > div { padding: 15px 0; display: flex; gap: 14px; border-bottom: 1px solid var(--line); }
.paella-flow > div:last-child { border-bottom: 0; }
.paella-flow span { width: 28px; height: 28px; border-radius: 50%; display: grid; flex: 0 0 auto; place-items: center; color: #fff; background: var(--orange); font-size: 0.7rem; font-weight: 800; }
.paella-flow p { margin: 0; display: flex; flex-direction: column; gap: 5px; font-family: var(--serif); }
.paella-flow b { font-weight: 600; }
.paella-flow small { font-family: var(--sans); font-size: 0.62rem; opacity: 0.55; }
.paella-photo { position: relative; height: min(640px, 68vw); margin: 0; overflow: hidden; background: var(--ink); }
.paella-photo img { width: 100%; height: 100%; object-fit: cover; }
.paella-photo figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.4);
  color: rgba(255,255,255,0.78);
  font-size: 0.54rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-section { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(60px, 9vw, 140px); align-items: center; }
.story-art { position: relative; min-height: 700px; overflow: hidden; background: var(--wine); }
.story-photo { position: absolute; margin: 0; overflow: hidden; box-shadow: 0 26px 60px rgba(34,16,12,0.28); }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-photo-main { inset: 0 20% 110px 0; }
.story-photo-main img { object-position: center; }
.story-photo-small { right: 0; bottom: 0; width: 48%; height: 43%; border: 12px solid var(--paper); }
.story-art > p { position: absolute; left: 28px; bottom: 30px; max-width: 160px; margin: 0; color: rgba(255,255,255,0.76); font-family: var(--serif); line-height: 1.3; }
.story-copy h2 { margin-bottom: 38px; font-size: clamp(3.6rem, 6.2vw, 7rem); }
.story-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 50px; font-family: var(--serif); font-size: 1.28rem; line-height: 1.65; }
.story-facts { margin: 0; }
.story-facts div { padding-block: 17px; display: grid; grid-template-columns: 0.45fr 1fr; border-top: 1px solid var(--line); }
.story-facts dt { color: var(--orange); font-size: 0.62rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.story-facts dd { margin: 0; font-family: var(--serif); }

.review-section { color: #fff; background: var(--ink-soft); }
.review-heading { margin-bottom: 56px; display: flex; align-items: end; justify-content: space-between; }
.review-heading h2 { font-size: clamp(3.5rem, 6.8vw, 7rem); }
.review-grid { display: grid; grid-template-columns: 1fr 0.6fr 1fr; }
.review-card { min-height: 370px; padding: 34px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,0.16); }
.stars { color: var(--gold); font-size: 0.72rem; letter-spacing: 0.16em; }
.review-theme { margin: auto 0; font-family: var(--serif); font-size: clamp(1.5rem, 2.4vw, 2.35rem); line-height: 1.25; }
.review-card > p:not(.review-theme) { margin: 0; color: rgba(255,255,255,0.4); font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; }
.review-card-accent { align-items: center; justify-content: center; color: var(--ink); background: var(--orange); text-align: center; }
.review-stat { font-family: var(--serif); font-size: 7rem; line-height: 0.9; }
.review-card-accent p { margin: 14px 0 8px; color: var(--ink); font-family: var(--serif); font-size: 1.3rem; letter-spacing: 0; text-transform: none; }
.review-card-accent small { font-size: 0.65rem; opacity: 0.6; }
.review-photo-card { position: relative; padding: 0; overflow: hidden; color: #fff; background: var(--wine); }
.review-photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(23,19,15,0.88), rgba(23,19,15,0.05) 70%); }
.review-photo-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.review-photo-card > div { position: relative; z-index: 1; width: 100%; margin-top: auto; padding: 28px; }
.review-photo-card p { color: #fff; }
.review-photo-card small { color: rgba(255,255,255,0.7); }
.review-card-with-image { overflow: hidden; }
.review-dish { width: calc(100% + 68px); height: 140px; margin: -34px -34px 24px; object-fit: cover; }

.visit-section { min-height: 760px; display: grid; grid-template-columns: 1.05fr 0.95fr; background: var(--cream); }
.visit-map { position: relative; min-height: 660px; overflow: hidden; background: #ded0bc; }
.visit-map-frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.visit-copy { padding: clamp(70px, 9vw, 130px) clamp(36px, 8vw, 120px); }
.visit-copy h2 { margin-bottom: 35px; font-size: clamp(4rem, 6.5vw, 7rem); }
.visit-copy address { margin-bottom: 36px; font-family: var(--serif); font-size: 1.25rem; font-style: normal; line-height: 1.55; }
.hours { margin-bottom: 38px; border-top: 1px solid var(--line); }
.hours div { padding-block: 11px; display: grid; grid-template-columns: 0.4fr 1fr; border-bottom: 1px solid var(--line); font-size: 0.72rem; }
.hours span { color: var(--orange); font-weight: 850; text-transform: uppercase; }
.hours b { font-weight: 600; }
.visit-actions { display: flex; align-items: center; gap: 28px; }
.verify-note { margin-top: 22px; max-width: 470px; font-size: 0.58rem; line-height: 1.5; opacity: 0.5; }

.closing-cta { padding-block: clamp(100px, 14vw, 190px); overflow: hidden; color: #fff; background: linear-gradient(90deg, rgba(201,72,21,0.94), rgba(113,31,45,0.72)), url("assets/official/sangria.webp") center / cover; }
.closing-inner { position: relative; }
.closing-inner::after { content: "N"; position: absolute; right: 0; top: 50%; color: rgba(255,255,255,0.11); font-family: var(--serif); font-size: 32rem; line-height: 0; transform: translateY(-5%); }
.closing-inner .eyebrow { color: var(--ink); }
.closing-inner h2 { position: relative; z-index: 1; margin-bottom: 42px; font-size: clamp(5rem, 10vw, 11rem); }
.closing-inner .button { position: relative; z-index: 2; }

.site-footer { padding-block: 48px; color: #fff; background: var(--ink); }
.footer-inner { display: grid; grid-template-columns: 1.3fr 0.7fr 0.9fr; gap: 40px; align-items: center; }
.brand-footer { color: #fff; }
.brand-footer .brand-logo { filter: invert(1); }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-links a, .footer-contact a { font-size: 0.68rem; text-decoration: none; }
.footer-note { grid-column: 1 / -1; margin: 26px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.14); color: rgba(255,255,255,0.38); font-size: 0.58rem; }
.mobile-action-bar { display: none; }

.booking-modal[hidden] { display: none; }
.booking-modal { position: fixed; z-index: 300; inset: 0; display: flex; justify-content: flex-end; }
.booking-backdrop { position: absolute; inset: 0; background: rgba(15,11,9,0.76); backdrop-filter: blur(8px); }
.booking-panel { position: relative; width: min(620px, 100%); height: 100%; padding: clamp(34px, 6vw, 72px); overflow-y: auto; background: var(--paper); box-shadow: -30px 0 80px rgba(0,0,0,0.28); animation: panel-in 300ms ease both; }
@keyframes panel-in { from { transform: translateX(100%); } }
.modal-close { position: absolute; right: 24px; top: 18px; width: 44px; height: 44px; border: 0; color: var(--ink); background: transparent; font-family: var(--serif); font-size: 2.2rem; cursor: pointer; }
.booking-panel h2 { margin-bottom: 14px; font-size: clamp(3.2rem, 7vw, 5.6rem); }
.demo-flag { margin-bottom: 34px; display: flex; align-items: center; gap: 8px; font-size: 0.64rem; font-weight: 750; }
.demo-flag span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.booking-tabs { margin-bottom: 34px; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.booking-tabs button { padding: 15px 5px; border: 0; border-bottom: 3px solid transparent; color: rgba(23,19,15,0.45); background: transparent; font-size: 0.72rem; font-weight: 850; cursor: pointer; }
.booking-tabs button[aria-selected="true"] { color: var(--ink); border-color: var(--orange); }
.booking-form { display: flex; flex-direction: column; gap: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.booking-form label, .booking-form legend { display: flex; flex-direction: column; gap: 9px; font-size: 0.61rem; font-weight: 850; letter-spacing: 0.09em; text-transform: uppercase; }
.booking-form input, .booking-form select { width: 100%; min-height: 54px; padding: 0 14px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: #fff; font-size: 0.85rem; text-transform: none; }
.booking-form fieldset { margin: 0; padding: 0; border: 0; }
.booking-form legend { margin-bottom: 13px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice-grid label { position: relative; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid span { min-height: 70px; padding: 14px; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; gap: 4px; background: #fff; font-family: var(--serif); font-size: 1rem; text-transform: none; cursor: pointer; }
.choice-grid small { font-family: var(--sans); font-size: 0.55rem; opacity: 0.5; }
.choice-grid input:checked + span { outline: 2px solid var(--orange); outline-offset: -2px; background: #fff2e7; }
.form-note { margin: -4px 0 0; font-size: 0.66rem; line-height: 1.5; opacity: 0.55; }
.time-results { padding: 18px; border: 1px solid var(--line); background: var(--cream); }
.time-results > p { margin-bottom: 12px; font-family: var(--serif); font-size: 1.1rem; }
.time-results > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.time-results button { min-height: 44px; border: 1px solid var(--ink); background: transparent; cursor: pointer; }
.time-results button.is-selected { color: #fff; background: var(--ink); }
.time-results small { display: block; margin-top: 12px; font-size: 0.55rem; opacity: 0.5; }
.booking-success { padding-top: 40px; text-align: center; }
.booking-success > span { width: 60px; height: 60px; margin: 0 auto 28px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--orange); font-size: 1.5rem; }
.booking-success h3 { margin-bottom: 18px; font-size: 2.5rem; }
.booking-success p { margin-bottom: 28px; font-family: var(--serif); font-size: 1.1rem; line-height: 1.5; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 820px); }
  .site-header { min-height: 74px; padding-inline: 18px; }
  .menu-toggle { position: relative; z-index: 3; width: 46px; height: 46px; border: 0; display: grid; place-content: center; gap: 7px; color: currentColor; background: transparent; }
  .menu-toggle span:not(.sr-only) { width: 24px; height: 1px; display: block; background: currentColor; transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 2; padding: 130px 28px 40px; display: none; flex-direction: column; align-items: flex-start; gap: 26px; color: var(--ink); background: var(--paper); font-family: var(--serif); font-size: 2.2rem; }
  .main-nav.is-open { display: flex; }
  .main-nav .button { margin-top: auto; width: 100%; font-family: var(--sans); font-size: 0.75rem; background: var(--orange); color: #fff; }
  .hero { min-height: 760px; background-position: 58% center; }
  .hero h1 { font-size: clamp(5rem, 15vw, 8rem); }
  .hero-proof { top: auto; bottom: 24px; }
  .intro { grid-template-columns: 0.2fr 1fr; }
  .intro-copy { grid-column: 2; padding-top: 0; }
  .intro-photo-strip { grid-column: 2; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .intro-photo-tall { grid-row: auto; height: auto; }
  .orange-stamp { right: 6vw; bottom: 60px; }
  .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.18); }
  .menu-card-top { margin-bottom: 22px; }
  .menu-card-image { height: 310px; }
  .dish-list, .price-lockup { margin-top: 70px; }
  .paella-inner { grid-template-columns: 1fr; }
  .paella-photo { height: 540px; }
  .story-section { grid-template-columns: 1fr; }
  .story-art { min-height: 560px; }
  .review-grid { grid-template-columns: 1fr 0.7fr; }
  .review-card:last-child { grid-column: 1 / -1; }
  .visit-section { grid-template-columns: 1fr; }
  .visit-map { min-height: 500px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-contact { align-items: flex-end; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 30px); }
  body { padding-bottom: 66px; }
  .brand-logo { width: 178px; }
  .hero { min-height: 760px; align-items: flex-end; padding-bottom: 128px; background-position: 67% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(10,7,5,0.94) 0%, rgba(10,7,5,0.5) 63%, rgba(10,7,5,0.22)); }
  .hero::after { display: none; }
  .hero-content { padding-top: 100px; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(4.5rem, 24vw, 6.6rem); }
  .hero-copy { font-size: 1.08rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { position: static; margin-top: 30px; }
  .proof-rule, .hero-proof > p { display: none; }
  .hero-note { display: none; }
  .section { padding-block: 80px; }
  h2 { font-size: clamp(3.3rem, 17vw, 5.4rem); }
  .intro { display: block; }
  .section-index { margin-bottom: 20px; }
  .intro-copy { padding-top: 32px; }
  .orange-stamp { position: relative; right: auto; bottom: auto; margin: 45px 0 0 auto; }
  .intro-photo-strip { margin-top: 48px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .intro-photo, .intro-photo-tall { height: auto; aspect-ratio: 1 / 1; }
  .intro-photo-tall { grid-column: auto; }
  .section-heading { margin-bottom: 40px; }
  .menu-card { padding: 26px; min-height: 720px; }
  .menu-card-top { margin-bottom: 18px; }
  .menu-card-image { height: 235px; }
  .dish-list, .price-lockup { margin-top: 55px; }
  .paella-flow { grid-template-columns: 1fr; }
  .paella-flow > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .paella-flow > div:last-child { border-bottom: 0; }
  .paella-photo { height: 420px; }
  .story-section { gap: 58px; }
  .story-art { min-height: 520px; }
  .story-photo-main { inset: 0 13% 90px 0; }
  .story-photo-small { width: 46%; height: 38%; border-width: 8px; }
  .story-copy h2 { font-size: clamp(3.5rem, 16vw, 5.2rem); }
  .story-facts div { grid-template-columns: 0.65fr 1fr; }
  .review-heading { display: block; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card:last-child { grid-column: auto; }
  .review-card { min-height: 330px; }
  .review-card-accent { min-height: 250px; }
  .visit-map { min-height: 420px; }
  .visit-copy { padding: 70px 24px; }
  .visit-actions { align-items: flex-start; flex-direction: column; }
  .hours div { grid-template-columns: 0.36fr 1fr; gap: 10px; }
  .closing-inner::after { right: -80px; font-size: 22rem; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-contact { align-items: flex-start; }
  .footer-note { margin-top: 4px; }
  .mobile-action-bar { position: fixed; z-index: 180; left: 0; right: 0; bottom: 0; height: 66px; display: grid; grid-template-columns: repeat(3, 1fr); color: #fff; background: var(--ink); box-shadow: 0 -8px 30px rgba(0,0,0,0.16); }
  .mobile-action-bar a, .mobile-action-bar button { border: 0; border-right: 1px solid rgba(255,255,255,0.14); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 4px; color: inherit; background: transparent; font-size: 0.58rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
  .mobile-action-bar button { background: var(--orange); }
  .mobile-action-bar span { font-size: 1.1rem; }
  .booking-panel { padding: 62px 20px 30px; }
  .form-row, .choice-grid { grid-template-columns: 1fr; }
  .time-results > div { grid-template-columns: 1fr; }
}

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