:root {
  --navy: oklch(31% 0.075 235);
  --blue: oklch(48% 0.11 238);
  --blue-light: oklch(77% 0.07 234);
  --wave-pale: oklch(92% 0.025 235);
  --crimson: oklch(47% 0.16 10);
  --crimson-dark: oklch(39% 0.14 10);
  --green: oklch(49% 0.1 126);
  --sand: oklch(94% 0.025 78);
  --ivory: oklch(98% 0.012 84);
  --paper: oklch(99% 0.007 84);
  --ink: oklch(27% 0.035 235);
  --muted: oklch(49% 0.025 235);
  --line: oklch(86% 0.025 82);
  --wood: oklch(48% 0.075 56);
  --ui: "Jost", Arial, sans-serif;
  --display: "Calistoga", Georgia, serif;
}

body {
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--ui);
}

.button {
  background: var(--crimson);
  color: var(--ivory);
  border-radius: 999px;
  padding-inline: 24px;
  letter-spacing: .025em;
}

.button:hover { background: var(--crimson-dark); }
.eyebrow { color: var(--green); letter-spacing: .19em; }

.site-header { height: 96px; padding-block: 8px; }
.brand img { width: auto; height: 78px; object-fit: contain; }
.site-nav { font-weight: 600; }
.site-nav > a:not(.button)::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: 3px;
  background: currentColor;
  content: "";
  transition: width .18s var(--ease);
}
.site-nav > a:not(.button):hover::after { width: 100%; }
.language-toggle { border-color: color-mix(in oklch, var(--ivory) 60%, transparent); border-radius: 999px; }

.hero { min-height: 690px; max-height: 1020px; }
.hero-media img { object-position: center 52%; }
.hero-wash {
  background:
    linear-gradient(90deg, color-mix(in oklch, var(--navy) 90%, transparent) 0%, color-mix(in oklch, var(--navy) 58%, transparent) 48%, color-mix(in oklch, var(--navy) 22%, transparent) 78%),
    linear-gradient(0deg, color-mix(in oklch, var(--navy) 60%, transparent), transparent 45%);
}
.hero-copy { max-width: 790px; }
.hero .eyebrow { color: var(--blue-light); letter-spacing: .3em; }
.hero h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--ivory);
  font-family: var(--display);
  font-size: clamp(3.3rem, 7.2vw, 7.2rem);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: .98;
  text-transform: none;
}
.hero-copy > p:last-child { max-width: 42ch; color: oklch(94% .018 230); font-size: clamp(1rem, 1.4vw, 1.22rem); }

.wave-divider {
  position: relative;
  z-index: 2;
  height: clamp(46px, 6vw, 76px);
  margin-top: -2px;
  background: var(--navy) url("assets/images/wave-divider.png") center / 100% 100% no-repeat;
}
.wave-divider--reverse {
  margin: 0;
  background-color: var(--sand);
  transform: scaleY(-1);
}

.reservation-bar {
  grid-template-columns: minmax(210px, .72fr) minmax(0, 2fr);
  background: var(--navy);
  padding-block: clamp(34px, 5vw, 62px);
}
.reservation-bar .eyebrow { color: var(--blue-light); }
.booking-form input,
.booking-form select {
  border: 1px solid color-mix(in oklch, var(--blue-light) 28%, transparent);
  border-radius: 8px;
  background: var(--ivory);
}
.booking-disclaimer { grid-column: 1 / -1; margin: 7px 0 0; color: var(--blue-light); font-size: .78rem; }
.dash-header h1:focus-visible { outline: 3px solid var(--crimson); outline-offset: 7px; }

.reviews {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
  gap: clamp(40px, 10vw, 150px);
  align-items: end;
  padding: clamp(76px, 10vw, 145px) clamp(20px, 9vw, 145px);
  background: var(--sand);
}
.review-summary { max-width: 620px; }
.review-summary h2 {
  max-width: 10ch;
  margin: 0 0 24px;
  font: 400 clamp(2.6rem, 5vw, 5.6rem)/1 var(--display);
}
.reviews-honesty { max-width: 54ch; color: var(--muted); font-size: 1.02rem; }
.review-links { border-top: 1px solid var(--wood); }
.review-link {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin: 0;
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
  color: var(--navy);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.review-link b { color: var(--crimson); font-size: 1.15rem; }

.story { grid-template-columns: minmax(280px, .8fr) minmax(320px, 1.2fr); background: var(--paper); }
.story h2,
.section-intro h2,
.events h2,
.about h2,
.gallery h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.02;
}
.story-image { position: relative; }
.story-image::after {
  position: absolute;
  inset: auto -18px -18px auto;
  width: 42%;
  height: 36%;
  border: 2px solid var(--green);
  content: "";
  pointer-events: none;
}
.story-image img { aspect-ratio: 3 / 4; }
.text-link { color: var(--crimson); }

.gallery { overflow: hidden; padding: clamp(70px, 10vw, 130px) 0 clamp(72px, 11vw, 150px); background: var(--wave-pale); }
.gallery-heading { max-width: 680px; padding-inline: clamp(20px, 9vw, 145px); }
.gallery h2 { max-width: 12ch; margin: 0 0 42px; font-size: clamp(2.5rem, 5vw, 5.2rem); }
.gallery-rail {
  display: flex;
  gap: clamp(12px, 2vw, 28px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 clamp(20px, 9vw, 145px) 20px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--blue) transparent;
}
.gallery-frame {
  flex: 0 0 clamp(235px, 27vw, 410px);
  margin: 0;
  scroll-snap-align: start;
}
.gallery-frame--wide { flex-basis: clamp(340px, 45vw, 690px); }
.gallery-frame--portrait { flex-basis: clamp(220px, 23vw, 350px); }
.gallery-frame img {
  display: block;
  width: 100%;
  height: clamp(330px, 42vw, 620px);
  object-fit: cover;
}
.gallery-frame--wide img { height: clamp(300px, 34vw, 500px); }

.coastal-reel { background: var(--navy); }
.reel-frame::after { position: absolute; inset: 0; background: linear-gradient(0deg, color-mix(in oklch, var(--navy) 68%, transparent), transparent 55%); content: ""; }
.reel-line { max-width: 12ch; font-family: var(--display); font-weight: 400; }

.menu-section { background: var(--ivory); }
.section-intro { max-width: 800px; }
.menu-tabs { border-color: var(--line); }
.tab.active { border-color: var(--crimson); color: var(--navy); }
.menu-group h3 { color: var(--navy); font-family: var(--display); font-weight: 400; }
.menu-dish-trigger i,
.menu-item span { color: var(--crimson); }

.events { grid-template-columns: minmax(0, 1.25fr) minmax(350px, .75fr); background: var(--navy); }
.events-photo img { min-height: 640px; object-position: center; }
.events .eyebrow { color: var(--blue-light); }
.button--light { background: var(--crimson); color: var(--ivory); }

.about { background: var(--sand); text-align: left; padding-inline: clamp(20px, 16vw, 260px); }
.about .eyebrow,
.about h2,
.about > p:last-child { margin-left: 0; margin-right: 0; }
.about > p:last-child { max-width: 72ch; }
.about h2 { max-width: 12ch; }

footer { background: var(--navy); color: oklch(94% .014 235); }
.footer-logo { width: auto; height: 138px; object-fit: contain; }
footer address { color: oklch(85% .025 235); }
footer a:hover { color: var(--blue-light); }
.button--outline { border-color: var(--blue-light); background: transparent; }

.site-header,
.hero,
.reservation-bar,
.events,
.dashboard-nav { color: var(--ivory); }
.language-toggle { color: var(--ivory); }
.nav-toggle span,
.scroll-cue span:first-child { background: var(--ivory); }
.reel-line,
.table.booked,
.reservation-list time,
.dash-tab.active { color: var(--ivory); }

.dashboard { background: var(--wave-pale); }
.dashboard-nav { background: var(--navy); }
.dash-logo img { width: auto; height: 108px; margin-inline: auto; object-fit: contain; }
.dash-tab.active { background: var(--blue); }
.dash-header h1,
.dash-section-head h2,
.overview-lead h2,
.settings-heading h2 { font-family: var(--display); font-weight: 400; }
.profile { color: var(--navy); }

.reveal { opacity: 1; transform: none; transition: none; }
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
  .reveal.visible { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .reviews { grid-template-columns: 1fr; }
  .events { grid-template-columns: 1fr; }
  .events-photo img { min-height: 430px; }
}

@media (max-width: 640px) {
  .site-header { height: 76px; }
  .brand img { height: 62px; }
  .site-nav { top: 76px; inset-block-start: 76px; background: var(--navy); }
  .hero { min-height: 700px; }
  .hero h1 { max-width: 10ch; font-size: clamp(3rem, 13vw, 4.5rem); }
  html[lang="es"] .hero h1 { max-width: 11.5ch; font-size: clamp(2.7rem, 11.5vw, 4rem); }
  .reviews { padding-inline: 20px; }
  .story-image::after { right: -8px; bottom: -8px; }
  .gallery-heading { padding-inline: 20px; }
  .gallery-rail { padding-inline: 20px; }
  .gallery-frame { flex-basis: 72vw; }
  .gallery-frame--wide { flex-basis: 88vw; }
  .gallery-frame--portrait { flex-basis: 66vw; }
  .gallery-frame img,
  .gallery-frame--wide img { height: 58vh; min-height: 360px; }
  .about { padding-inline: 20px; }
  .footer-logo { height: 118px; }
}
