/* ==========================================================================
   Dexters Mediterranean Bar & Kitchen
   Rebuilt from the original Webflow site as plain, hand-written CSS.

   Type scale note: the original drives every size from `body { font-size: 1vw }`
   and expresses everything else in `em`. That is preserved here so the visual
   rhythm matches, with the same breakpoint overrides the original used.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Fonts
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --------------------------------------------------------------------------
   2. Tokens
   -------------------------------------------------------------------------- */
:root {
  --body-color: #f3eeef;
  --black-3: #302627;
  --black: #161616;
  --thistle: #ccb0b3;
  --gainsboro: #e2d6d8;
  --olive-drab: #67992c;
  --olive-drab-dark: #55801f;
  --dim-grey-3: #85696c;
  --misty-rose: #d8c7c9;
  --rosy-brown: #a3878a;
  --silver: #ccc4c5;
  --white: #fff;

  --nav-h: 9.4em;
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
}

/* --------------------------------------------------------------------------
   3. Reset & base
   -------------------------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: var(--body-color);
  color: var(--black-3);
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1vw;          /* fluid base — everything below is em-relative */
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Original breakpoint overrides, preserved verbatim. */
@media screen and (min-width: 1440px) { body { font-size: 13px; } }
@media screen and (min-width: 1920px) { body { font-size: 14px; } }
@media screen and (max-width: 991px)  { body { font-size: 12px; } }
@media screen and (max-width: 767px)  { body { font-size: 11px; } }

/* Locks page scroll while the mobile menu or lightbox is open. */
body.is-locked {
  overflow: hidden;
  touch-action: none;
}

img,
video { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h1 { font-size: 5em;   line-height: 1.1em; }
h2 { font-size: 4em;   line-height: 1.1em; }
h3 { font-size: 3em;   line-height: 1.1em; }
h4 { font-size: 2.5em; line-height: 1.2em; }
h5 { font-size: 2em;   line-height: 1.2em; }

p { margin: 0; }

:focus-visible {
  outline: 2px solid var(--olive-drab);
  outline-offset: 3px;
}

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* --------------------------------------------------------------------------
   4. Layout primitives
   -------------------------------------------------------------------------- */
.container {
  position: relative;
  z-index: 10;
  width: 83%;
  max-width: 1540px;
  margin-inline: auto;
}

.section { position: relative; }
.section--pad      { padding-block: 9em; }
.section--pad-top  { padding-top: 9em; }
.section--dark {
  background-color: var(--black-3);
  color: var(--gainsboro);
}

.eyebrow {
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--rosy-brown);
}
.section--dark .eyebrow { color: var(--thistle); }

.stack-sm > * + * { margin-top: 1em; }
.stack    > * + * { margin-top: 2em; }
.stack-lg > * + * { margin-top: 4em; }

.lede {
  max-width: 34em;
  font-size: 1.3em;
  line-height: 1.6em;
  opacity: 0.85;
}

/* --------------------------------------------------------------------------
   5. Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
  padding: 1.5em 2.5em;
  font-size: 0.95em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background-color 0.4s, color 0.4s, padding 0.6s var(--ease-out-quint);
}

.btn__icon { width: 1.4em; height: 1.4em; flex: none; }

/* Glassy outline button used over imagery */
.btn--ghost {
  color: var(--white);
  background-color: #3026271c;
  border: 1px solid #e2d6d84d;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
}
.btn--ghost:hover { background-color: #30262745; padding-inline: 3.2em; }

/* Solid dark button on light backgrounds */
.btn--dark {
  color: var(--white);
  background-color: var(--black-3);
  border: 1px solid var(--black-3);
}
.btn--dark:hover { background-color: transparent; color: var(--black-3); }

/* Primary green CTA */
.btn--green {
  color: var(--white);
  background-color: var(--olive-drab);
  border-radius: 0.3em;
  letter-spacing: 0.15em;
  justify-content: center;
}
.btn--green:hover { background-color: var(--olive-drab-dark); }

/* --------------------------------------------------------------------------
   6. Navigation
   -------------------------------------------------------------------------- */
.nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 999;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  padding-top: env(safe-area-inset-top);
}

.nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  width: 83%;
  max-width: 1540px;
  margin-inline: auto;
  padding-block: 1em;
}

.nav__brand { flex: none; }
.nav__logo { height: 6.5em; width: auto; object-fit: contain; }

.nav__contact {
  display: flex;
  align-items: center;
  gap: 2.5em;
  font-size: 1.05em;
}
.nav__contact a {
  color: var(--white);
  border-bottom: 1px solid #ffffff4d;
  padding-bottom: 0.2em;
  transition: border-color 0.2s;
}
.nav__contact a:hover { border-color: var(--white); }

.nav__bar {
  border-top: 1px solid #ffffff2e;
  border-bottom: 1px solid #ffffff2e;
}

.nav__bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  width: 83%;
  max-width: 1540px;
  margin-inline: auto;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 3em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__link {
  display: block;
  padding: 1.6em 0;
  font-size: 1.35em;
  font-weight: 500;
  color: var(--white);
  position: relative;
}
.nav__link::after {
  content: '';
  position: absolute;
  left: 0; right: 100%; bottom: 1.1em;
  height: 1px;
  background-color: var(--white);
  transition: right 0.35s var(--ease-out-quint);
}
.nav__link:hover::after,
.nav__link[aria-current='page']::after { right: 0; }

.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.8em;
  padding: 1em 1.8em;
  border-radius: 0.3em;
  background-color: var(--olive-drab);
  color: var(--white);
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: background-color 0.2s;
}
.nav__cta:hover { background-color: var(--olive-drab-dark); }
.nav__cta img { width: 1.5em; height: 1.5em; }

/* Burger — hidden on desktop */
.nav__burger {
  display: none;
  align-items: center;
  gap: 0.8em;
  padding: 1.2em 0;
  color: var(--white);
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
}

.nav__burger-box {
  position: relative;
  width: 1.8em;
  height: 1.1em;
  flex: none;
}
.nav__burger-box span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.35s var(--ease-out-quint), opacity 0.2s;
}
.nav__burger-box span:nth-child(1) { top: 0; }
.nav__burger-box span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.nav__burger-box span:nth-child(3) { bottom: 0; }

.nav__burger[aria-expanded='true'] .nav__burger-box span:nth-child(1) {
  top: 50%; transform: translateY(-50%) rotate(45deg);
}
.nav__burger[aria-expanded='true'] .nav__burger-box span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded='true'] .nav__burger-box span:nth-child(3) {
  bottom: auto; top: 50%; transform: translateY(-50%) rotate(-45deg);
}

/* -- Mobile drawer --------------------------------------------------------
   The original bug: the panel was `position:absolute` inside a Webflow overlay
   the full height of the document, which put it off-screen above the fold and
   left a transparent, page-tall layer swallowing every tap.

   Here the panel is `position:fixed` to the viewport, uses dvh so the iOS
   Safari toolbar can't clip it, and is fully removed from hit-testing when
   closed via visibility + pointer-events.
   ------------------------------------------------------------------------- */
.nav__drawer {
  position: fixed;
  inset: 0;
  z-index: 998;
  display: flex;
  flex-direction: column;
  /* --nav-height is measured at runtime so the links always clear the header
     bar, which stays visible above the drawer. */
  padding: calc(var(--nav-height, 8em) + 1.5em) 2em calc(env(safe-area-inset-bottom) + 2em);
  background-color: rgba(22, 22, 22, 0.97);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;

  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1.5em);
  transition: opacity 0.32s ease, transform 0.32s var(--ease-out-quint),
              visibility 0s linear 0.32s;
}

.nav__drawer.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: opacity 0.32s ease, transform 0.32s var(--ease-out-quint),
              visibility 0s;
}

/* dvh where supported so the iOS URL bar can't crop the drawer */
@supports (height: 100dvh) {
  .nav__drawer { height: 100dvh; }
}

.nav__drawer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
.nav__drawer-links a {
  display: block;
  padding: 0.7em 0;
  min-height: 44px;           /* Apple's minimum tap target */
  color: var(--white);
  font-size: 2.4em;
  font-weight: 600;
  letter-spacing: -0.01em;
  border-bottom: 1px solid #ffffff1f;
}
.nav__drawer-links a[aria-current='page'] { color: var(--thistle); }

.nav__drawer-foot {
  margin-top: 3em;
  display: grid;
  gap: 1.2em;
  color: var(--gainsboro);
  font-size: 1.3em;
}
.nav__drawer-foot a { display: block; min-height: 44px; line-height: 44px; }
.nav__drawer .btn--green { justify-content: center; padding: 1.4em; font-size: 1.2em; }

@media screen and (max-width: 991px) {
  .nav__contact { display: none; }
  /* Hide the whole desktop nav wrapper, not just the list — an empty flex child
     would otherwise push the burger into the middle of the bar. */
  .nav__bar-inner > nav { display: none; }
  .nav__links   { display: none; }
  .nav__burger  { display: flex; }
  .nav__top     { padding-block: 0.6em; }
  .nav__logo    { height: 5.5em; }
  .nav__cta span { display: none; }        /* icon-only CTA on small screens */
  .nav__cta { padding: 1em; }
}

@media screen and (min-width: 992px) {
  .nav__drawer { display: none; }
}

/* --------------------------------------------------------------------------
   7. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: var(--nav-h);
  background-color: var(--black-3);
  overflow: hidden;
}
@supports (min-height: 100dvh) {
  .hero { min-height: 100dvh; }     /* iOS Safari: avoids the toolbar jump */
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__media img,
.hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(48, 38, 39, 0.72) 0%,
    rgba(48, 38, 39, 0.45) 45%,
    rgba(48, 38, 39, 0.78) 100%
  );
}

.hero__inner { position: relative; z-index: 2; padding-block: 6em; }

/* Home hero: three equal columns — eyebrow in the first, content spanning 2–3
   (the original's `.hero-1-grid`). Row rhythm is a fixed 2.5rem, as before. */
.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5em;
  align-items: start;
}
.hero__grid > .eyebrow {
  text-align: center;
  text-indent: 0.5em;
  margin-bottom: 3em;
}
.hero__grid-content {
  grid-column: 2 / -1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
}

@media screen and (max-width: 767px) {
  .hero__grid { grid-template-columns: 1fr; gap: 1.5em; }
  .hero__grid > .eyebrow { text-align: left; margin-bottom: 0; }
  .hero__grid-content { grid-column: 1 / -1; gap: 1.8rem; }
}

.hero__title {
  color: var(--white);
  font-weight: 500;
  letter-spacing: -0.02em;
}
.hero__title strong {
  display: block;
  font-weight: 500;
  opacity: 0.7;
}

.hero__sub {
  color: var(--white);
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
  color: var(--white);
  font-size: 1.25em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero__actions a { border-bottom: 1px solid #ffffff66; padding-bottom: 0.15em; }
.hero__actions a:hover { border-color: var(--white); }

.hero--inner { min-height: 78vh; }
@supports (min-height: 78dvh) { .hero--inner { min-height: 78dvh; } }
.hero--inner .hero__inner { text-align: center; }
.hero--inner .hero__title { font-size: 5.5em; }

/* Scroll cue */
.scroll-cue {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4em;
  margin-top: 3em;
  color: var(--white);
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.scroll-cue__diamond {
  display: grid;
  place-items: center;
  width: 5em;
  height: 5em;
  background-color: var(--misty-rose);
  transform: rotate(45deg);
  outline: 1px solid #ffffff80;
  outline-offset: 0.6em;
  transition: background-color 0.3s;
}
.scroll-cue__diamond img { width: 1.6em; transform: rotate(-45deg); }
.scroll-cue:hover .scroll-cue__diamond { background-color: var(--thistle); }

@media screen and (max-width: 767px) {
  .hero__title { font-size: 4em; }
  .hero--inner .hero__title { font-size: 4.2em; }
}

/* --------------------------------------------------------------------------
   8. Home hero: sticky video behind the hero AND the menu strip

   The original wraps both in an absolutely positioned block containing a
   `position: sticky` 100vh video, so the footage stays pinned to the viewport
   while the hero copy and the category strip travel over it.
   -------------------------------------------------------------------------- */
.hero-stage {
  position: relative;
  background-color: var(--black-3);
}

.hero-stage__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-stage__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
@supports (height: 100dvh) {
  .hero-stage__sticky { height: 100dvh; }
}

.hero-stage__sticky video,
.hero-stage__sticky img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-stage__tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(48, 38, 39, 0.72) 0%,
    rgba(48, 38, 39, 0.45) 45%,
    rgba(48, 38, 39, 0.78) 100%
  );
}

.hero-stage > .hero,
.hero-stage > .mover { position: relative; z-index: 2; }

/* The hero sits on the shared stage, so it brings no background of its own. */
.hero-stage .hero { background-color: transparent; }
.hero-stage .hero .hero__media { display: none; }

/* --------------------------------------------------------------------------
   9. Mouse-driven category strip

   A track far wider than the window, translated horizontally as the pointer
   moves — the original's `.main-menu_mover`. Falls back to a normal horizontal
   scroller on touch, where there is no pointer to follow.
   -------------------------------------------------------------------------- */
.mover {
  overflow: hidden;
  border-block: 1px solid #ffffff26;
}

.mover__track {
  display: flex;
  gap: 1px;
  background-color: #ffffff1f;
  width: max-content;
  will-change: transform;
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.tile {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex: none;
  width: 31em;          /* ~411px at desktop — matches the original's track width */
  height: 46em;         /* ~598px — the original's strip height */
  padding: 1.8em;
  background-color: var(--black-3);
  color: var(--white);
  overflow: hidden;
}
.tile img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: transform 0.8s var(--ease-out-quint), opacity 0.4s;
}
.tile:hover img { transform: scale(1.07); opacity: 0.75; }
.tile__label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
  width: 100%;
  font-size: 1.35em;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.tile__label img {
  width: 1.3em;
  height: 1.3em;
  flex: none;
  transition: transform 0.4s var(--ease-out-quint);
}
.tile:hover .tile__label img { transform: translate(0.3em, -0.3em); }

/* Touch devices get a swipeable strip instead of pointer tracking. */
@media (hover: none), (pointer: coarse) {
  .mover {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .mover::-webkit-scrollbar { display: none; }
  .mover__track { transform: none !important; transition: none; }
  .tile { width: 19em; height: 26em; }
}

@media screen and (max-width: 767px) {
  .tile { width: 16em; height: 22em; }
}

/* --------------------------------------------------------------------------
   10. Image reveal: skewed colour wipe + 3D tilt

   Each image sits in a perspective box. A panel in the page's own cream slides
   down and off as the image enters view, and the image settles into a subtle
   3D tilt — the original's `.animation-color-bg` and `._3d-for-image`.
   -------------------------------------------------------------------------- */
.reveal-img {
  position: relative;
  perspective: 1000px;
  overflow: hidden;
}

.reveal-img__inner {
  transform: rotateY(6deg) rotateX(4deg) translateZ(0);
  transform-style: preserve-3d;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
/* Alternate the tilt so a column of images doesn't lean the same way. */
.reveal-img.is-mirrored .reveal-img__inner { transform: rotateY(-6deg) rotateX(4deg) translateZ(0); }

.reveal-img.is-revealed .reveal-img__inner { transform: rotateY(0deg) rotateX(0deg); }

.reveal-img__inner img { width: 100%; display: block; }

.reveal-img__cover {
  position: absolute;
  inset: -12% -2%;
  z-index: 2;
  background-color: var(--body-color);
  transform: skewY(15deg) translateY(0);
  transform-origin: left top;
  transition: transform 1.1s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
}
.section--dark .reveal-img__cover { background-color: var(--black-3); }

.reveal-img.is-revealed .reveal-img__cover {
  transform: skewY(0deg) translateY(115%);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-img__inner { transform: none !important; }
  .reveal-img__cover { display: none; }
  .mover__track { transition: none; }
}

/* --------------------------------------------------------------------------
   8b. Centred narrative blocks

   The original centres its narrative copy in a 57em column (741px at desktop)
   with the text centred inside it, rather than ranging it left in the grid.
   -------------------------------------------------------------------------- */
.centred-block {
  max-width: 57em;
  margin-inline: auto;
  text-align: center;
}
.centred-block .eyebrow { display: block; }
.centred-block--gap { margin-bottom: 6em; }

.icon-row {
  display: flex;
  justify-content: center;
  gap: 0.4em;
  margin-bottom: 1.5em;
}
.icon-row img { width: 1.9em; height: 1.9em; }

/* Full-container-width feature image with the "Since" badge over it. */
.feature-image {
  position: relative;
  margin-block: 5em;
}
.feature-image .reveal-img__inner img {
  width: 100%;
  height: 48em;
  object-fit: cover;
}

.since-badge {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--white);
}
.since-badge__frame {
  position: absolute;
  inset: -2.6em -3.4em;
  border: 1px solid #ffffff59;
  transform: rotate(45deg);
}
.since-badge__label {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  opacity: 0.75;
}
.since-badge__year {
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1.1em;
}

/* --------------------------------------------------------------------------
   8c. Full-bleed alternating grid

   The original breaks out of the container here: images run flush to the
   viewport edge in a two-column grid, with the copy centred in its own cell.
   -------------------------------------------------------------------------- */
.bleed-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.bleed-grid__media { position: relative; overflow: hidden; }
.bleed-grid__media .reveal-img,
.bleed-grid__media .reveal-img__inner { height: 100%; }
.bleed-grid__media img {
  width: 100%;
  height: 100%;
  min-height: 42em;
  object-fit: cover;
}

.bleed-grid__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6em 8%;
}
.bleed-grid__text .lede { max-width: 31em; }
.bleed-grid__text .icon-row img { filter: invert(1); opacity: 0.55; }

/* DOM order is media, text, text, media — which alternates on its own.
   No `order` here: it would reflow the whole grid, not just one row. */

@media screen and (max-width: 767px) {
  .bleed-grid { grid-template-columns: 1fr; }
  .bleed-grid__media img { min-height: 26em; }
  .bleed-grid__text { padding: 4em 8%; }
  .feature-image .reveal-img__inner img { height: 30em; }
}

/* --------------------------------------------------------------------------
   9. Split feature blocks
   -------------------------------------------------------------------------- */
.split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5em;
  align-items: center;
}
.split--wide { gap: 7em; }
.split__media img { width: 100%; height: 100%; object-fit: cover; }

@media screen and (max-width: 767px) {
  .split { grid-template-columns: 1fr; gap: 3em; }
}

.stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4em;
  margin-top: 3em;
}
.stat__label {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  opacity: 0.6;
}
.stat__value { font-size: 3.4em; font-weight: 700; line-height: 1.1em; }

/* --------------------------------------------------------------------------
   10. Fresh / Tasty / Local — a centred vertical list, ~40em wide, matching
   the original's `.custom-list-gallery` rather than a three-column grid.
   -------------------------------------------------------------------------- */
.value-list {
  max-width: 40em;
  margin: 4em auto 0;
  display: grid;
  gap: 2.4em;
}

.value-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.6em;
  align-items: start;
  padding-bottom: 2.4em;
  border-bottom: 1px solid currentColor;
  text-align: left;
}
.value-item:last-child { border-bottom: 0; padding-bottom: 0; }
.section--dark .value-item { border-color: #ffffff2e; }

.value-item__circle {
  position: relative;
  display: grid;
  place-items: center;
  width: 3.4em;
  height: 3.4em;
  flex: none;
  border-radius: 50%;
  background-color: var(--olive-drab);
}
.value-item__circle img { width: 1.6em; height: 1.6em; }

.value__title {
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.value__body { margin-top: 0.5em; font-size: 1.2em; line-height: 1.5em; opacity: 0.8; }

/* --------------------------------------------------------------------------
   11. Menu & drinks listing
   -------------------------------------------------------------------------- */
.menu-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  gap: 0.6em;
  padding-block: 1.2em;
  margin-bottom: 3em;
  overflow-x: auto;
  scrollbar-width: none;
  background-color: var(--body-color);
  -webkit-overflow-scrolling: touch;
}
.menu-nav::-webkit-scrollbar { display: none; }
.menu-nav a {
  flex: none;
  padding: 0.9em 1.6em;
  border: 1px solid #30262733;
  border-radius: 2em;
  font-size: 1.05em;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}
.menu-nav a:hover,
.menu-nav a.is-active {
  background-color: var(--black-3);
  border-color: var(--black-3);
  color: var(--white);
}

.menu-group + .menu-group { margin-top: 6em; }

.menu-group__head {
  display: flex;
  align-items: baseline;
  gap: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #30262726;
}
.menu-group__title {
  font-size: 2.6em;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.menu-group__count {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  opacity: 0.45;
}

.menu-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5em;
  padding-block: 1.8em;
  border-bottom: 1px solid #3026271a;
}

.menu-item__main { flex: 1; min-width: 0; }

.menu-item__name {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.menu-item__desc {
  margin-top: 0.5em;
  max-width: 40em;
  font-size: 1.15em;
  line-height: 1.45em;
  opacity: 0.8;
}

.menu-item__price {
  flex: none;
  display: flex;
  align-items: baseline;
  font-size: 1.35em;
  font-weight: 600;
  white-space: nowrap;
}
.menu-item__price .cur { opacity: 0.6; margin-right: 0.1em; }

/* Size variants (SMALL / LARGE …) */
.menu-item__variants {
  margin-top: 0.9em;
  display: grid;
  gap: 0.4em;
  max-width: 26em;
}
.menu-variant {
  display: flex;
  align-items: baseline;
  gap: 0.8em;
  font-size: 1.1em;
}
.menu-variant__label {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.75;
}
.menu-variant__dots {
  flex: 1;
  border-bottom: 1px dotted #30262759;
  transform: translateY(-0.25em);
}
.menu-variant__price { font-weight: 600; }

@media screen and (max-width: 600px) {
  .menu-item { flex-direction: column; gap: 0.5em; }
  .menu-item__price { font-size: 1.5em; }
}

/* --------------------------------------------------------------------------
   12. Gallery
   -------------------------------------------------------------------------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
  gap: 1em;
}
@media screen and (max-width: 600px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 0.6em; }
}

.gallery-item {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #e6dcdd;
  -webkit-tap-highlight-color: transparent;
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out-quint);
}
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(48, 38, 39, 0);
  transition: background 0.3s;
}
.gallery-item:hover::after { background: rgba(48, 38, 39, 0.25); }
.gallery-item__icon {
  position: absolute;
  z-index: 2;
  right: 1em; bottom: 1em;
  width: 2.2em;
  opacity: 0;
  transform: translateY(0.5em);
  transition: opacity 0.3s, transform 0.3s;
}
.gallery-item:hover .gallery-item__icon { opacity: 1; transform: none; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 2em;
  padding-top: calc(env(safe-area-inset-top) + 2em);
  padding-bottom: calc(env(safe-area-inset-bottom) + 2em);
  background-color: rgba(22, 22, 22, 0.94);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);

  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.lightbox.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease, visibility 0s;
}
.lightbox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.lightbox__close,
.lightbox__nav {
  position: absolute;
  display: grid;
  place-items: center;
  width: 3.6em; height: 3.6em;
  min-width: 44px; min-height: 44px;
  border: 1px solid #ffffff40;
  border-radius: 50%;
  color: var(--white);
  font-size: 1.4em;
  background-color: #ffffff14;
  -webkit-tap-highlight-color: transparent;
}
.lightbox__close { top: calc(env(safe-area-inset-top) + 1em); right: 1em; }
.lightbox__nav--prev { left: 1em;  top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: 1em; top: 50%; transform: translateY(-50%); }
.lightbox__count {
  position: absolute;
  bottom: calc(env(safe-area-inset-bottom) + 1.4em);
  left: 50%;
  transform: translateX(-50%);
  color: var(--gainsboro);
  font-size: 1.1em;
  letter-spacing: 0.2em;
}

/* --------------------------------------------------------------------------
   13. Forms
   -------------------------------------------------------------------------- */
.form-card {
  background-color: var(--white);
  padding: 3.5em;
  box-shadow: 0 2em 5em #3026271a;
}
.section--dark .form-card { color: var(--black-3); }

.form-card__title {
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--rosy-brown);
}

.form-hours {
  margin-top: 1.2em;
  font-size: 1.15em;
  line-height: 1.7em;
  font-weight: 600;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4em;
  margin-top: 2.5em;
}
.form-field--full { grid-column: 1 / -1; }

@media screen and (max-width: 600px) {
  .form-grid { grid-template-columns: 1fr; }
  .form-card { padding: 2em; }
}

.form-field { position: relative; }

.form-field label {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.65;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 1.1em 1.2em 1.1em 3.4em;
  /* 16px min stops iOS Safari zooming the viewport on focus */
  font-size: max(1.15em, 16px);
  font-family: inherit;
  color: var(--black-3);
  background-color: #f3eeef;
  border: 1px solid #30262726;
  border-radius: 0.25em;
  transition: border-color 0.2s, background-color 0.2s;
  -webkit-appearance: none;
  appearance: none;
}
.form-field textarea {
  padding-left: 1.2em;
  min-height: 8em;
  resize: vertical;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: var(--olive-drab);
  background-color: var(--white);
}
/* Only flag a field once the visitor has actually interacted with it —
   `:invalid` alone would paint every empty required field red on page load. */
.form-field input:user-invalid,
.form-field textarea:user-invalid { border-color: #c2453f; }

.form-field__icon {
  position: absolute;
  left: 1.1em;
  bottom: 1.15em;
  width: 1.4em;
  opacity: 0.45;
  pointer-events: none;
}

.form-submit {
  width: 100%;
  margin-top: 2em;
  padding: 1.4em;
  min-height: 48px;
  background-color: var(--olive-drab);
  color: var(--white);
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 0.3em;
  transition: background-color 0.2s, opacity 0.2s;
}
.form-submit:hover { background-color: var(--olive-drab-dark); }
.form-submit[disabled] { opacity: 0.6; cursor: progress; }

/* Inline hint under a field — closure warnings, slot counts */
.field-hint {
  margin-top: 0.5em;
  font-size: 0.95em;
  line-height: 1.4em;
  opacity: 0.7;
}
.field-hint.is-error { color: #a8332d; opacity: 1; font-weight: 600; }
.field-hint.is-ok    { color: #4a6f1c; opacity: 1; }

.form-field select { cursor: pointer; }
.form-field select:disabled { opacity: 0.55; cursor: not-allowed; }

.closure-notice {
  margin-top: 1.2em;
  padding: 1em 1.2em;
  border-left: 3px solid var(--olive-drab);
  background-color: #67992c14;
  font-size: 1.05em;
  line-height: 1.5em;
}

.form-note {
  margin-top: 1.2em;
  font-size: 1em;
  line-height: 1.5em;
  opacity: 0.6;
}

.form-status {
  margin-top: 1.5em;
  padding: 1.2em 1.4em;
  border-radius: 0.25em;
  font-size: 1.1em;
  line-height: 1.5em;
  display: none;
}
.form-status.is-success {
  display: block;
  background-color: #eaf3e0;
  border: 1px solid var(--olive-drab);
  color: #3c5c18;
}
.form-status.is-error {
  display: block;
  background-color: #fbeceb;
  border: 1px solid #c2453f;
  color: #8d2b26;
}

/* Honeypot — hidden from people, visible to naive bots */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px; height: 1px;
  overflow: hidden;
}
.hp-field input { font-size: 16px; }   /* keep it out of iOS focus-zoom range */

/* --------------------------------------------------------------------------
   14. Info / contact blocks
   -------------------------------------------------------------------------- */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18em, 1fr));
  gap: 3em;
}

.info-card__label {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  opacity: 0.55;
}
.info-card__value {
  margin-top: 0.7em;
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1.3em;
}
.info-card__value a { border-bottom: 1px solid currentColor; }
.info-card__note { margin-top: 0.6em; font-size: 1.1em; opacity: 0.7; }

.hours-list { display: grid; gap: 1.5em; margin-top: 2em; }
.hours-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #30262726;
}
.section--dark .hours-row { border-color: #ffffff26; }
.hours-row__day {
  flex: none;
  min-width: 11em;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.hours-row__time { font-size: 1.3em; font-weight: 500; }
.hours-row__note { margin-left: auto; font-size: 1em; opacity: 0.55; letter-spacing: 0.2em; text-transform: uppercase; }

.map-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  filter: grayscale(1) contrast(1.05);
}

/* --------------------------------------------------------------------------
   15. Quote / testimonial
   -------------------------------------------------------------------------- */
.quote { max-width: 22em; }
.quote__stars { display: flex; gap: 0.4em; margin-bottom: 1.5em; }
.quote__stars img { width: 1.5em; }
.quote__text { font-size: 2.4em; font-weight: 600; line-height: 1.25em; letter-spacing: -0.02em; }
.quote__by { margin-top: 1.5em; font-size: 1.05em; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; opacity: 0.6; }

/* --------------------------------------------------------------------------
   16. Footer
   -------------------------------------------------------------------------- */
.footer {
  background-color: var(--black-3);
  color: var(--gainsboro);
  padding-top: 7em;
  padding-bottom: calc(env(safe-area-inset-bottom) + 3em);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 4em;
  padding-bottom: 5em;
  border-bottom: 1px solid #ffffff26;
}
@media screen and (max-width: 767px) {
  .footer__grid { grid-template-columns: 1fr; gap: 3em; }
}

.footer__logo { height: 7em; width: auto; margin-bottom: 1.5em; }

.footer__heading {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 1.5em;
}

.footer__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.9em; }
.footer__list a {
  font-size: 1.3em;
  opacity: 0.85;
  transition: opacity 0.2s;
  display: inline-block;
  min-height: 24px;
}
.footer__list a:hover { opacity: 1; }

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5em;
  font-size: 1.05em;
  opacity: 0.6;
}

/* --------------------------------------------------------------------------
   17. Scroll reveal
   -------------------------------------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(2.2em);
  transition: opacity 0.8s ease, transform 0.9s var(--ease-out-quint);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }

@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; }
}
