/* =========================================================
   LOS AGAVES MEXICAN GRILL — Moline, IL
   Art direction: warm sun-drenched cantina · editorial craft
   Palette: cream/adobe base · sunset red #E43C24 · sun gold #FCCC24
   Built on the Verde design system, fully recolored.
   ========================================================= */

:root {
  /* Brand palette (sampled from the real logo) */
  --sunset:      #E43C24;   /* sunset red-orange — primary */
  --sunset-deep: #C42E1A;
  --deep-red:    #843C24;   /* dark adobe brown */
  --sun:         #FCCC24;   /* sun gold — secondary / highlight */
  --sun-bright:  #FCE43C;
  --terracotta:  #9C543C;   /* hacienda mid-tone / accent */
  --agave:       #5E7259;   /* muted blue-green agave */

  /* Editorial warm base (light) */
  --paper:      #FBF6EC;   /* warm cream page */
  --paper-2:    #F4EAD8;   /* deeper cream panel */
  --paper-3:    #EFE1CB;
  --ink:        #2A1A12;   /* near-black warm brown text */
  --ink-soft:   #4A372C;

  --cream:      #FBF6EC;
  --muted:      #6B5847;   /* muted body text */
  --muted-2:    #94806C;   /* fainter labels */

  --line:       rgba(132, 60, 36, .18);   /* terracotta hairline */
  --line-soft:  rgba(132, 60, 36, .10);

  /* Dark sections (for contrast / hero footing) */
  --dark:       #2A140C;   /* deep agave-night brown */
  --dark-2:     #34190E;

  /* Type */
  --serif: "Playfair Display", Georgia, serif;
  --serif-2: "Cormorant Garamond", Georgia, serif;
  --script: "Pacifico", cursive;
  --slab: "Alfa Slab One", Georgia, serif;
  --sans: "Poppins", system-ui, -apple-system, sans-serif;

  --maxw: 1280px;
  --gutter: clamp(20px, 5vw, 80px);
  --r: 4px;

  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
em { font-style: italic; }

::selection { background: var(--sunset); color: var(--cream); }

a:focus-visible, button:focus-visible {
  outline: 2px solid var(--sunset);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ---------- Grain overlay ---------- */
.grain {
  position: fixed; inset: 0; z-index: 9999; pointer-events: none;
  opacity: .04; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Shared type ---------- */
.kicker.kicker {
  font-family: var(--sans);
  font-size: .72rem; font-weight: 600;
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--sunset);
  margin-bottom: 1.2rem;
  display: inline-flex; align-items: center; gap: .9rem;
}
.kicker::before {
  content: ""; width: 34px; height: 1px; background: var(--sunset); opacity: .8;
}

.section-head {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -.01em;
  color: var(--ink);
}
.section-head--light { color: var(--cream); }
.section-head em { font-style: italic; color: var(--sunset); }
.section-head--light em { color: var(--sun); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .5rem;
  font-family: var(--sans);
  font-size: .82rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 1rem 1.9rem;
  border-radius: var(--r);
  cursor: pointer; border: 1px solid transparent;
  transition: transform .4s var(--ease), background .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease);
  position: relative; will-change: transform;
}
.btn--lg { padding: 1.15rem 2.4rem; font-size: .86rem; }
.btn--solid { background: var(--sunset); color: #fff; box-shadow: 0 8px 24px -10px rgba(228,60,36,.6); }
.btn--solid:hover { background: var(--sunset-deep); transform: translateY(-2px); box-shadow: 0 12px 30px -10px rgba(228,60,36,.7); }
.btn--sun { background: var(--sun); color: var(--deep-red); }
.btn--sun:hover { background: var(--sun-bright); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--sunset); color: var(--sunset); transform: translateY(-2px); }
.btn--ghost-light { background: transparent; color: var(--cream); border-color: rgba(251,246,236,.4); }
.btn--ghost-light:hover { border-color: var(--sun); color: var(--sun); transform: translateY(-2px); }

.link-underline {
  display: inline-block; position: relative;
  font-family: var(--sans); font-weight: 600;
  font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--sunset); padding-bottom: 4px; margin-top: 1.6rem;
}
.link-underline::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 1px; background: var(--sunset);
  transform: scaleX(.3); transform-origin: left; transition: transform .5s var(--ease);
}
.link-underline:hover::after { transform: scaleX(1); }

/* =========================================================
   NAV
   ========================================================= */
.nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  transition: background .5s var(--ease), backdrop-filter .5s var(--ease), padding .5s var(--ease), border-color .5s var(--ease), box-shadow .5s var(--ease);
  border-bottom: 1px solid transparent;
  padding: 1.4rem 0;
}
.nav.is-solid {
  background: rgba(251, 246, 236, .9);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--line);
  padding: .7rem 0;
  box-shadow: 0 6px 24px -18px rgba(42,20,12,.6);
}
.nav__inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
}

/* Wordmark brand (text-based, recreates the hand-lettered logo) */
.brand { display: flex; align-items: center; gap: .7rem; line-height: 1; }
.brand__badge { height: 42px; width: 42px; border-radius: 50%; object-fit: cover; transition: height .5s var(--ease), width .5s var(--ease); box-shadow: 0 2px 10px -3px rgba(42,20,12,.4); }
.brand__words { display: flex; flex-direction: column; }
.brand__script { font-family: var(--script); font-size: 1.5rem; color: var(--sunset); line-height: .9; transition: color .5s var(--ease); }
.brand__slab { font-family: var(--sans); font-weight: 700; font-size: .56rem; letter-spacing: .34em; text-transform: uppercase; color: var(--ink); margin-top: 2px; transition: color .5s var(--ease); }
/* Over hero (transparent nav) brand is light */
.nav:not(.is-solid) .brand__script { color: #fff; }
.nav:not(.is-solid) .brand__slab { color: rgba(255,255,255,.85); }
.nav.is-solid .brand__badge { height: 38px; width: 38px; }

.nav__links { display: flex; gap: 2.1rem; }
.nav__links a {
  font-size: .8rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink); position: relative; padding: 4px 0; opacity: .85;
  transition: opacity .3s, color .3s;
}
.nav:not(.is-solid) .nav__links a { color: #fff; }
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px;
  background: var(--sunset); transform: scaleX(0); transform-origin: left;
  transition: transform .4s var(--ease);
}
.nav:not(.is-solid) .nav__links a::after { background: var(--sun); }
.nav__links a:hover { opacity: 1; color: var(--sunset); }
.nav:not(.is-solid) .nav__links a:hover { color: var(--sun); }
.nav__links a:hover::after { transform: scaleX(1); }

.nav__cta .btn { padding: .7rem 1.5rem; }

.nav__toggle {
  display: none; flex-direction: column; gap: 5px; background: none; border: none;
  cursor: pointer; padding: 8px; z-index: 1100;
}
.nav__toggle span { width: 26px; height: 2px; background: var(--ink); transition: transform .4s var(--ease), opacity .3s, background .4s; }
.nav:not(.is-solid) .nav__toggle span { background: #fff; }

/* =========================================================
   OVERLAY (mobile)
   ========================================================= */
.overlay {
  position: fixed; inset: 0; z-index: 1050;
  background: var(--dark);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2rem; text-align: center;
  opacity: 0; visibility: hidden; transition: opacity .5s var(--ease), visibility .5s;
}
.overlay.is-open { opacity: 1; visibility: visible; }
.overlay::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 28%, rgba(228,60,36,.28), transparent 62%);
  pointer-events: none;
}
.overlay__close {
  position: absolute; top: 1.5rem; right: 1.8rem; font-size: 2.6rem; line-height: 1;
  background: none; border: none; color: var(--cream); cursor: pointer;
}
.overlay__nav { display: flex; flex-direction: column; gap: 1.3rem; position: relative; }
.overlay__nav a {
  font-family: var(--serif); font-size: 2.1rem; color: var(--cream);
  transition: color .3s; opacity: 0; transform: translateY(14px);
}
.overlay.is-open .overlay__nav a { animation: rise .6s var(--ease) forwards; }
.overlay.is-open .overlay__nav a:nth-child(1){animation-delay:.08s}
.overlay.is-open .overlay__nav a:nth-child(2){animation-delay:.14s}
.overlay.is-open .overlay__nav a:nth-child(3){animation-delay:.2s}
.overlay.is-open .overlay__nav a:nth-child(4){animation-delay:.26s}
.overlay.is-open .overlay__nav a:nth-child(5){animation-delay:.32s}
.overlay.is-open .overlay__nav a:nth-child(6){animation-delay:.38s}
.overlay__nav a:hover { color: var(--sun); }
@keyframes rise { to { opacity: 1; transform: translateY(0); } }
.overlay__actions { display: flex; flex-direction: column; gap: .9rem; width: min(300px, 80vw); position: relative; }
.overlay__addr { color: var(--sun); font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; position: relative; }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__img {
  width: 100%; height: 116%; object-fit: cover; object-position: center 45%;
  transform: scale(1.12); will-change: transform;
}
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(42,20,12,.6) 0%, rgba(42,20,12,.42) 36%, rgba(42,20,12,.82) 100%),
    radial-gradient(ellipse at 50% 44%, rgba(42,20,12,.18) 18%, rgba(42,20,12,.7) 100%);
}
/* warm sunset tint at the top to amplify brand */
.hero__scrim::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(228,60,36,.28), transparent 45%);
  mix-blend-mode: multiply;
}
.hero__content {
  position: relative; z-index: 2; padding: 0 var(--gutter);
  max-width: 900px; display: flex; flex-direction: column; align-items: center;
}
.hero__eyebrow {
  font-size: .76rem; letter-spacing: .4em; text-transform: uppercase;
  color: var(--sun); margin-bottom: 1.4rem; font-weight: 500;
}
.hero__wordmark { display: flex; flex-direction: column; align-items: center; margin-bottom: 1.6rem; }
.hero__script {
  font-family: var(--script); color: #fff; line-height: .92;
  font-size: clamp(3.4rem, 11vw, 7rem);
  text-shadow: 0 6px 40px rgba(0,0,0,.5);
}
.hero__script em { color: var(--sun); font-style: normal; }
.hero__slab {
  font-family: var(--sans); font-weight: 700;
  font-size: clamp(.8rem, 2.4vw, 1.25rem); letter-spacing: .5em; text-transform: uppercase;
  color: #fff; margin-top: .4rem; padding-left: .5em;
}
.hero__tagline {
  font-family: var(--serif-2); font-weight: 500;
  font-size: clamp(1.25rem, 3vw, 1.9rem); line-height: 1.4;
  color: var(--cream); max-width: 640px; margin-bottom: 2.4rem;
}
.hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }

.hero__cue {
  position: absolute; bottom: 2.2rem; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: .7rem;
  color: var(--cream);
}
.hero__cue-line {
  width: 1px; height: 46px; background: linear-gradient(var(--sun), transparent);
  animation: cueline 2.2s var(--ease) infinite;
}
@keyframes cueline { 0%,100%{transform:scaleY(.4);opacity:.4} 50%{transform:scaleY(1);opacity:1} }
.hero__cue-text { font-size: .66rem; letter-spacing: .3em; text-transform: uppercase; color: rgba(251,246,236,.75); }

/* =========================================================
   STORY
   ========================================================= */
.story {
  padding: clamp(5rem, 12vh, 9rem) 0;
  max-width: var(--maxw); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter);
}
.story__grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.story__head {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(2rem, 4.5vw, 3.4rem); line-height: 1.08; letter-spacing: -.01em;
  margin-bottom: 2rem; color: var(--ink);
}
.story__head em { color: var(--sunset); font-style: italic; }
.story__text p { color: var(--muted); margin-bottom: 1.3rem; font-size: 1.02rem; }
.story__text p em { color: var(--terracotta); font-style: italic; }

.story__media { position: relative; overflow: hidden; border-radius: var(--r); box-shadow: 0 30px 60px -30px rgba(42,20,12,.5); }
.story__img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; transform: scale(1.08); }
.story__cap {
  position: absolute; left: 0; bottom: 0; right: 0; padding: 1.4rem 1.6rem;
  background: linear-gradient(transparent, rgba(42,20,12,.85));
  font-family: var(--serif-2); font-style: italic; color: var(--cream); font-size: 1.05rem;
}

/* Stats */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; margin-top: clamp(3.5rem, 8vh, 6rem);
  padding-top: clamp(3rem, 6vh, 4.5rem); border-top: 1px solid var(--line);
}
.stat { text-align: center; }
.stat__num {
  display: block; font-family: var(--serif); font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1; color: var(--sunset);
}
.stat__num--word { color: var(--terracotta); letter-spacing: .02em; }
.stat__label {
  display: block; margin-top: .7rem;
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2);
}

/* =========================================================
   SIGNATURES
   ========================================================= */
.sig { padding: clamp(4rem, 9vh, 7rem) 0; background: var(--paper-2); }
.sig__intro { max-width: var(--maxw); margin: 0 auto 3rem; padding: 0 var(--gutter); }

.sig__row {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(2.5rem, 6vh, 5rem) var(--gutter);
}
.sig__row--rev .sig__media { order: 2; }
.sig__media {
  position: relative; overflow: hidden; border-radius: var(--r);
  aspect-ratio: 4 / 3; box-shadow: 0 30px 60px -34px rgba(42,20,12,.55);
}
.sig__media img {
  width: 100%; height: 100%; object-fit: cover; transform: scale(1.12);
  transition: transform 1.2s var(--ease);
}
.sig__media:hover img { transform: scale(1.18); }
.sig__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 58%, rgba(228,60,36,.16));
}
.sig__index {
  font-family: var(--serif); font-size: 1rem; color: var(--sunset);
  letter-spacing: .2em; display: block; margin-bottom: 1rem;
}
.sig__title {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.05; margin-bottom: 1.2rem;
  color: var(--ink);
}
.sig__title .ltr { display: inline-block; }
.sig__desc { color: var(--muted); font-size: 1.02rem; max-width: 42ch; }
.sig__price { display: inline-block; margin-top: 1rem; font-family: var(--serif-2); font-weight: 600; font-size: 1.2rem; color: var(--terracotta); }

/* =========================================================
   MENU
   ========================================================= */
.menu {
  padding: clamp(5rem, 11vh, 8rem) 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(252,204,36,.14), transparent 55%),
    var(--paper);
}
.menu__head { max-width: 820px; margin: 0 auto; text-align: center; padding: 0 var(--gutter); display: flex; flex-direction: column; align-items: center; }
.menu__note { color: var(--muted); margin: 1.4rem auto 2.6rem; max-width: 58ch; }

.menu__tabs {
  display: inline-flex; gap: .4rem; padding: .35rem; flex-wrap: wrap; justify-content: center;
  border: 1px solid var(--line); border-radius: 100px; margin-bottom: 3.5rem; background: var(--paper-2);
}
.menu__tab {
  font-family: var(--sans); font-size: .76rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  padding: .65rem 1.35rem; border: none; background: none; color: var(--muted);
  cursor: pointer; border-radius: 100px; transition: background .4s var(--ease), color .4s var(--ease);
}
.menu__tab.is-active { background: var(--sunset); color: #fff; }

.menu__panel { display: none; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.menu__panel.is-active { display: block; animation: fadeUp .6s var(--ease); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

.menu__cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.menu__group-title {
  font-family: var(--serif); font-weight: 600; font-size: 1.7rem; color: var(--sunset);
  margin-bottom: 1.8rem; padding-bottom: .9rem; border-bottom: 1px solid var(--line);
  display: flex; align-items: baseline; justify-content: space-between;
}
.menu__group-title--sub { margin-top: 2.6rem; }
.menu__by { font-family: var(--sans); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); }

.m-item { margin-bottom: 1.4rem; }
.m-item--bar { margin-bottom: 1.05rem; }
.m-item__head { display: flex; align-items: baseline; gap: .5rem; }
.m-item__name {
  font-family: var(--serif-2); font-weight: 600; font-size: 1.2rem; color: var(--ink);
  letter-spacing: .005em;
}
.m-qty { font-size: .85em; color: var(--muted-2); font-weight: 500; }
.m-tag {
  font-family: var(--sans); font-size: .58rem; font-weight: 700; font-style: normal;
  letter-spacing: .1em; text-transform: uppercase; color: var(--agave);
  border: 1px solid rgba(94,114,89,.5); border-radius: 3px; padding: 1px 5px;
  vertical-align: middle; margin-left: .4rem;
}
.m-leader {
  flex: 1; border-bottom: 1px dotted rgba(132,60,36,.4);
  transform: translateY(-4px); min-width: 18px;
}
.m-item__price {
  font-family: var(--serif-2); font-weight: 700; font-size: 1.16rem; color: var(--terracotta);
  white-space: nowrap;
}
.m-item__desc { color: var(--muted-2); font-size: .92rem; margin-top: .3rem; line-height: 1.5; max-width: 46ch; }
.m-item__desc--free { color: var(--muted); font-size: .95rem; margin-bottom: .9rem; max-width: none; }
.m-item__desc--free strong { color: var(--ink); font-weight: 600; }

.menu__hours-note { color: var(--terracotta); font-style: italic; font-family: var(--serif-2); font-size: 1.05rem; margin-top: 1.6rem; }
.menu__legend { text-align: center; color: var(--muted-2); font-size: .82rem; letter-spacing: .04em; margin-top: 3rem; }
.menu__legend .m-tag { margin: 0 .2rem 0 .1rem; }

.menu__foot { display: flex; gap: 1rem; justify-content: center; margin-top: 3.5rem; flex-wrap: wrap; }

/* =========================================================
   GALLERY
   ========================================================= */
.gallery { padding: clamp(4rem, 9vh, 7rem) 0; background: var(--dark); overflow: hidden; }
.gallery__head { max-width: var(--maxw); margin: 0 auto 3rem; padding: 0 var(--gutter); }
.gallery__head .kicker { color: var(--sun); }
.gallery__head .kicker::before { background: var(--sun); }
.gallery__swiper { padding-left: var(--gutter); }
.gallery__slide {
  width: clamp(280px, 42vw, 560px); aspect-ratio: 4 / 3;
  overflow: hidden; border-radius: var(--r);
}
.gallery__slide img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.gallery__slide:hover img { transform: scale(1.07); }
.gallery__nav { display: flex; gap: .8rem; margin-top: 2rem; padding: 0 var(--gutter); }
.gallery__btn {
  width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(251,246,236,.25);
  background: none; color: var(--cream); font-size: 1.1rem; cursor: pointer;
  transition: background .35s var(--ease), color .35s var(--ease), border-color .35s;
}
.gallery__btn:hover { background: var(--sun); color: var(--deep-red); border-color: var(--sun); }

/* =========================================================
   FEATURES
   ========================================================= */
.feat { padding: clamp(4.5rem, 10vh, 7rem) 0; background: var(--paper); }
.feat__intro { max-width: var(--maxw); margin: 0 auto 3rem; padding: 0 var(--gutter); text-align: center; display: flex; flex-direction: column; align-items: center; }
.feat__grid {
  max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter);
}
.feat__inner {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
}
.feat__item {
  background: var(--paper); padding: clamp(2rem, 4vw, 3rem);
  transition: background .5s var(--ease);
}
.feat__item:hover { background: var(--paper-2); }
.feat__ico {
  width: 38px; height: 38px; fill: none; stroke: var(--sunset);
  stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 1.3rem;
}
.feat__item h3 { font-family: var(--serif); font-weight: 600; font-size: 1.4rem; margin-bottom: .6rem; color: var(--ink); }
.feat__item p { color: var(--muted-2); font-size: .94rem; }

/* =========================================================
   REVIEWS
   ========================================================= */
.reviews {
  padding: clamp(5rem, 11vh, 8rem) 0;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(252,204,36,.16), transparent 60%),
    var(--paper-2);
  text-align: center;
}
.reviews__head { margin-bottom: 3.5rem; padding: 0 var(--gutter); }
.reviews__head .kicker { justify-content: center; }
.reviews__rating { margin-top: 1.1rem; color: var(--terracotta); font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; }
.reviews__rating .stars { color: var(--sun); letter-spacing: .1em; }
.reviews__swiper { max-width: 820px; margin: 0 auto; padding: 0 var(--gutter) 3.5rem; }
.review { display: flex; flex-direction: column; align-items: center; gap: 1.4rem; padding: 1rem; }
.review__stars { color: var(--sun); letter-spacing: .25em; font-size: 1.05rem; }
.review__quote {
  font-family: var(--serif); font-weight: 500; font-style: italic;
  font-size: clamp(1.4rem, 3.4vw, 2.3rem); line-height: 1.35; color: var(--ink);
  max-width: 24ch;
}
.review__by { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--sunset); font-style: normal; }
.review__by span { color: var(--muted-2); }
.reviews__dots { position: static !important; margin-top: 1rem; }
.reviews__dots .swiper-pagination-bullet { background: var(--muted-2); opacity: .5; }
.reviews__dots .swiper-pagination-bullet-active { background: var(--sunset); opacity: 1; width: 22px; border-radius: 4px; }

/* =========================================================
   VISIT
   ========================================================= */
.visit { padding: clamp(4.5rem, 10vh, 7rem) 0; background: var(--paper); }
.visit__grid {
  max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter);
  display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: stretch;
}
.visit__block { margin-top: 2.2rem; }
.visit__block h3 {
  font-size: .74rem; letter-spacing: .22em; text-transform: uppercase; color: var(--sunset);
  margin-bottom: .6rem; font-weight: 600;
}
.visit__block p { color: var(--ink); font-size: 1.08rem; line-height: 1.6; }
.visit__block a { transition: color .3s; }
.visit__block a:hover { color: var(--sunset); }

.hours { width: 100%; max-width: 400px; border-collapse: collapse; }
.hours th, .hours td { padding: .62rem 0; text-align: left; border-bottom: 1px solid var(--line-soft); font-weight: 400; }
.hours th { color: var(--muted); font-size: .92rem; }
.hours td { color: var(--ink); text-align: right; font-size: .95rem; }
.hours td.closed { color: var(--muted-2); font-style: italic; }
.hours tr.is-now th, .hours tr.is-now td { color: var(--sunset); font-weight: 600; }
.hours tr.is-now td::after { content: " · Open now"; color: var(--agave); font-size: .8em; font-weight: 600; }

.visit__cta { display: flex; gap: 1rem; margin-top: 2.6rem; flex-wrap: wrap; }

.visit__map { border-radius: var(--r); overflow: hidden; min-height: 460px; border: 1px solid var(--line); box-shadow: 0 30px 60px -36px rgba(42,20,12,.5); }
.visit__map iframe { width: 100%; height: 100%; min-height: 460px; border: 0; filter: contrast(1.04) saturate(1.05); }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--dark); border-top: 3px solid var(--sunset); padding-top: clamp(3.5rem, 8vh, 5.5rem); color: var(--cream); }
.footer__grid {
  max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter) 3.5rem;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem;
}
.footer__brand-row { display: flex; align-items: center; gap: .9rem; margin-bottom: 1.3rem; }
.footer__logo { height: 64px; width: 64px; border-radius: 50%; object-fit: cover; box-shadow: 0 4px 16px -4px rgba(0,0,0,.6); }
.footer__script { font-family: var(--script); font-size: 1.7rem; color: var(--sun); line-height: 1; }
.footer__sub { font-family: var(--sans); font-weight: 700; font-size: .56rem; letter-spacing: .3em; text-transform: uppercase; color: rgba(251,246,236,.7); margin-top: 3px; }
.footer__tag { color: rgba(251,246,236,.65); font-size: .95rem; line-height: 1.6; max-width: 32ch; }
.footer__col h4 { font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--sun); margin-bottom: 1.2rem; font-weight: 600; }
.footer__col a, .footer__col p { display: block; color: rgba(251,246,236,.78); font-size: .94rem; margin-bottom: .6rem; transition: color .3s; }
.footer__col a:hover { color: var(--sun); }
.footer__bar {
  border-top: 1px solid rgba(251,246,236,.12); padding: 1.6rem var(--gutter);
  max-width: var(--maxw); margin: 0 auto; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}
.footer__bar p { color: rgba(251,246,236,.5); font-size: .8rem; letter-spacing: .04em; }

/* =========================================================
   MOBILE ACTION BAR
   ========================================================= */
.mbar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
  display: none; grid-template-columns: 1fr 1fr 1.3fr;
  background: rgba(42,20,12,.95); backdrop-filter: blur(12px);
  border-top: 1px solid rgba(251,246,236,.12);
}
.mbar__btn {
  padding: 1rem; text-align: center; font-size: .76rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--cream); border-right: 1px solid rgba(251,246,236,.1); font-weight: 500;
}
.mbar__btn:last-child { border-right: none; }
.mbar__btn--primary { background: var(--sunset); color: #fff; font-weight: 700; }

/* =========================================================
   REVEAL
   ========================================================= */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.is-visible[data-reveal], [data-reveal].is-visible { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .story__grid { grid-template-columns: 1fr; }
  .story__media { max-height: 520px; }
  .visit__grid { grid-template-columns: 1fr; }
  .feat__inner { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .sig__row { grid-template-columns: 1fr; gap: 1.8rem; padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .sig__row--rev .sig__media { order: 0; }
  .stats { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; }
  .menu__cols { grid-template-columns: 1fr; gap: 3rem; }
  .feat__inner { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer__bar { flex-direction: column; text-align: center; }
  .mbar { display: grid; }
  body { padding-bottom: 56px; }
  .hero__cue { display: none; }
  .brand__slab { display: none; }
}

@media (max-width: 400px) {
  .stats { grid-template-columns: 1fr 1fr; }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .hero__img { transform: scale(1.05) !important; }
  .hero__cue-line { animation: none; }
}
