/* ============================================================
   Cozy Coffee & Bistro, Phase 1 site styles
   Brand pulled from Lisa's logo (espresso brown + latte cream + caramel/gold).
   Mobile-first, responsive (phone / tablet / desktop). WCAG AA targets.
   No live backend, no DNS. Placeholders are clearly labeled in markup.
   ============================================================ */

:root {
  /* brand */
  --brown: #5b2e16;       /* logo brown */
  --brown-d: #44210f;
  --espresso: #3a2418;    /* body text */
  --ink: #2a1c12;         /* headings */
  --paper: #faf4ea;       /* page background, latte cream */
  --cream: #fffdf8;       /* cards */
  --caramel: #9c5f1c;     /* links / accent — AA: 4.72:1 on paper, 5.08:1 on cream (was #b9742f, 3.4:1 fail) */
  --gold: #d8a866;        /* primary button */
  --gold-d: #c0894a;
  --muted: #6e5d49;       /* secondary text, AA on paper */
  --line: #ece0cf;
  --line-d: #e0d2bd;
  --good: #5d7a4f;
  --shadow: 0 14px 40px rgba(58,36,24,.12);
  --shadow-sm: 0 6px 18px rgba(58,36,24,.08);
  --r: 14px;
  --r-sm: 10px;
  --maxw: 1120px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --serif: "Georgia", "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--espresso);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--caramel); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { font-family: var(--serif); color: var(--ink); line-height: 1.12; font-weight: 700; }

/* accessibility: skip link + visible focus */
.skip { position: absolute; left: -999px; top: 0; background: var(--brown); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0; z-index: 200; }
.skip:focus { left: 0; }
a:focus-visible, button:focus-visible, input:focus-visible, .btn:focus-visible {
  outline: 3px solid var(--caramel); outline-offset: 2px;
}

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.section { padding: 56px 0; }
.eyebrow { font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--caramel); }
.lead { font-size: 1.05rem; color: var(--muted); max-width: 60ch; }
.center { text-align: center; }
.mt8 { margin-top: 8px; } .mt16 { margin-top: 16px; } .mt24 { margin-top: 24px; }

/* placeholder marker (visible label that content is a stand-in) */
.ph-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .62rem; font-weight: 700; letter-spacing: .03em;
  color: var(--brown); background: #f3e7d6; border: 1px solid var(--line-d);
  padding: 3px 9px; border-radius: 20px;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font); font-weight: 700; font-size: .95rem; white-space: nowrap;
  padding: 12px 20px; border-radius: var(--r-sm); border: 2px solid transparent;
  cursor: pointer; transition: transform .08s ease, filter .15s ease;
}
.btn:hover { text-decoration: none; filter: brightness(.97); }
.btn:active { transform: translateY(1px); }
.btn svg { width: 18px; height: 18px; fill: currentColor; }
.btn-gold { background: var(--gold); color: #3a2207; }
.btn-brown { background: var(--brown); color: #fff; }
.btn-outline { background: transparent; color: var(--brown); border-color: var(--line-d); }
.btn-light { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,231,173,.5); }
.btn-block { width: 100%; }

/* ---------- header / nav ---------- */
.site-head {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,253,248,.94); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 14px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 40px; height: 40px; object-fit: contain; }
.brand .wm { font-weight: 800; font-size: 1.1rem; color: var(--brown); letter-spacing: -.01em; line-height: 1; }
.brand .wm small { display: block; font-weight: 600; font-size: .5rem; letter-spacing: .22em; color: var(--caramel); text-transform: uppercase; margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 22px; margin-left: 10px; }
.nav-links a { color: var(--espresso); font-weight: 600; font-size: .95rem; }
.nav-links a.on { color: var(--brown); }
.nav-links a:hover { color: var(--caramel); text-decoration: none; }
.nav-r { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.nav-r .phone { font-weight: 800; color: var(--brown); white-space: nowrap; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line-d); border-radius: 8px; width: 42px; height: 42px; align-items: center; justify-content: center; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--brown); position: relative; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--brown); }
.nav-toggle span::before { top: -6px; } .nav-toggle span::after { top: 6px; }

/* ---------- hero ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background:
    radial-gradient(560px 320px at 12% -10%, rgba(255,224,160,.4), rgba(255,170,90,0) 70%),
    linear-gradient(165deg, #281710 0%, #5b2e16 40%, #a85e2c 78%, #e6a04e 125%);
}
.hero .wrap { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 620px; padding-top: 46px; padding-bottom: 50px; }
.hero .wrap > div { position: relative; z-index: 1; }
.hero .sun { position: absolute; top: -20px; right: 4%; width: 90px; height: 90px; border-radius: 50%; background: radial-gradient(circle, #ffe7ad 0%, #ffc878 55%, rgba(255,180,90,0) 72%); pointer-events: none; }
.hero .badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,231,173,.45); color: #ffe7c2; padding: 6px 13px; border-radius: 50px; font-size: .76rem; font-weight: 700; }
.hero .badge svg { width: 14px; height: 14px; fill: var(--gold); }
.hero h1 { color: #fff; font-size: clamp(1.7rem, 6vw, 3.1rem); margin: 16px 0 0; }
.hero h1 em { color: #ffd99a; font-style: italic; }
.hero p { font-size: 1.08rem; color: rgba(255,247,235,.92); margin: 14px auto 24px; max-width: 44ch; }
.hero .cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.hero .trust { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; margin-top: 24px; }
.hero .trust span { display: inline-flex; align-items: center; gap: 7px; font-size: .85rem; color: rgba(255,247,235,.92); }
.hero .trust svg { width: 16px; height: 16px; fill: var(--gold); }

/* hero media slot: drop the real sunrise drone video/still here */
.hero-media {
  position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 4 / 3;
  box-shadow: 0 24px 60px rgba(0,0,0,.4);
  background:
    radial-gradient(180px 110px at 68% 20%, rgba(255,228,165,.95), rgba(255,180,90,0) 70%),
    linear-gradient(165deg, #3a2418 0%, #7c4a24 55%, #c97f3e 110%);
  display: flex; align-items: center; justify-content: center;
}
.hero-media .play { width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,.92); display: flex; align-items: center; justify-content: center; }
.hero-media .play svg { width: 26px; height: 26px; fill: var(--brown); margin-left: 4px; }
.hero-media .label { position: absolute; left: 14px; bottom: 12px; font-size: .72rem; color: #fff; background: rgba(40,20,12,.72); padding: 5px 11px; border-radius: 8px; }

/* ---------- info chips ---------- */
.info-bar { background: var(--cream); border-bottom: 1px solid var(--line); }
.chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 22px 0; }
.chip { display: flex; align-items: center; gap: 13px; }
.chip .ic { width: 44px; height: 44px; border-radius: 11px; background: #f3e7d6; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.chip .ic svg { width: 22px; height: 22px; fill: var(--caramel); }
.chip b { display: block; color: var(--brown); font-size: 1rem; }
.chip span { font-size: .85rem; color: var(--muted); }

/* ---------- cards / favorites ---------- */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm); }
.card .thumb { aspect-ratio: 4 / 3; position: relative; }
.card .thumb .ph-tag { position: absolute; left: 10px; top: 10px; background: rgba(255,253,248,.92); }
.card .body { padding: 15px 16px 18px; }
.card .body h3 { font-size: 1.08rem; }
.card .body .meta { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-top: 4px; }
.card .body p { font-size: .88rem; color: var(--muted); }
.card .price { font-weight: 800; color: var(--brown); white-space: nowrap; }
.thumb-latte { background: linear-gradient(135deg, #d9b48a, #a9774a); }
.thumb-bistro { background: linear-gradient(135deg, #c98b53, #7c4a24); }
.thumb-bake { background: linear-gradient(135deg, #e0a766, #b06a2e); }

/* ---------- story band ---------- */
.story { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.story-vis { border-radius: var(--r); aspect-ratio: 5 / 4; position: relative; box-shadow: var(--shadow);
  background: linear-gradient(160deg, #5b2e16, #a85e2c); }
.story-vis .ph-tag { position: absolute; left: 12px; bottom: 12px; background: rgba(255,253,248,.92); }

/* ---------- promo / Cozy Perks ---------- */
.promo { background: linear-gradient(160deg, #5b2e16, #8a4a22); color: #fff; border-radius: 20px; padding: 38px 34px; box-shadow: var(--shadow); }
.promo .eyebrow { color: var(--gold); }
.promo h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2rem); margin: 8px 0 6px; }
.promo p { color: rgba(255,247,235,.9); max-width: 50ch; }
.perks-form { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; max-width: 560px; }
.perks-form .field { flex: 1 1 180px; }
.perks-form input {
  width: 100%; font-family: var(--font); font-size: 1rem;
  padding: 13px 15px; border-radius: var(--r-sm); border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.96); color: var(--espresso);
}
.perks-form input::placeholder { color: #9a8a76; }
.perks-form .btn { flex: 0 0 auto; }
.form-note { font-size: .76rem; color: rgba(255,247,235,.75); margin-top: 12px; }
.form-success { display: none; background: rgba(255,255,255,.14); border: 1px solid rgba(255,231,173,.4); border-radius: var(--r-sm); padding: 14px 16px; margin-top: 18px; color: #fff; }
.form-success.show { display: block; }

/* standalone (light) version used on Deals page */
.perks-card { background: var(--cream); border: 1px solid var(--line); border-radius: 20px; padding: 30px; box-shadow: var(--shadow); }
.perks-card label { display: block; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--brown); margin-bottom: 6px; }
.perks-card .field { margin-bottom: 14px; }
.perks-card input { width: 100%; font-family: var(--font); font-size: 1rem; padding: 13px 15px; border-radius: var(--r-sm); border: 1px solid var(--line-d); background: var(--paper); color: var(--espresso); }
.perks-card .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.perks-card .form-note { color: var(--muted); }
.perks-card .form-success { background: #eef4e8; border-color: #cfe0c2; color: var(--good); }

/* ---------- social ---------- */
.social-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 20px; }
.social-btn { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-weight: 700; padding: 12px 20px; border-radius: var(--r-sm); }
.social-btn svg { width: 18px; height: 18px; fill: currentColor; }
.sb-ig { background: linear-gradient(135deg, #b06a2e, #8a4a22); }
.sb-fb { background: var(--brown); }

/* ---------- interior gallery ("A look around") ----------
   organic mosaic, kept CALM: 3 columns, 6 photos, generous gaps (8-up 4-col read as overwhelming) */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 250px; grid-auto-flow: dense; gap: 16px; }
.gallery .gtile { border-radius: var(--r); position: relative; overflow: hidden; cursor: zoom-in;
  box-shadow: var(--shadow-sm); display: flex; align-items: flex-end; padding: 12px; }
.gallery .gtile:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.gallery .gtile.tall { grid-row: span 2; }
.gallery .gtile.wide { grid-column: span 2; }
.gallery .gtile .ph-tag { background: rgba(255,253,248,.92); }
.gt-1 { background: linear-gradient(140deg, #6f4528, #3a2418); }
.gt-2 { background: linear-gradient(140deg, #c98b53, #7c4a24); }
.gt-3 { background: linear-gradient(140deg, #d9b48a, #a9774a); }
.gt-4 { background: linear-gradient(140deg, #e0a766, #b06a2e); }

/* ---------- menu page ---------- */
.menu-head { background: var(--cream); border-bottom: 1px solid var(--line); padding: 40px 0; }
.qr-callout { display: flex; gap: 20px; align-items: center; background: var(--cream); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 22px; box-shadow: var(--shadow-sm); }
.qr-box { width: 110px; height: 110px; flex-shrink: 0; border-radius: 12px; padding: 8px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  background-image:
    repeating-linear-gradient(0deg, #3a2418 0 4px, #fff 4px 8px),
    repeating-linear-gradient(90deg, #3a2418 0 4px, #fff 4px 8px);
  background-blend-mode: multiply; background-clip: content-box;
}
.qr-callout h3 { font-size: 1.2rem; }
.qr-callout p { color: var(--muted); font-size: .92rem; margin-top: 4px; }
.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.menu-cat { background: var(--cream); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm); padding: 22px 26px 12px; }
.menu-cat h2 { font-size: 1.3rem; color: var(--brown); border-bottom: 2px solid var(--gold); padding-bottom: 8px; display: inline-block; margin-bottom: 6px; }
.menu-item { display: flex; align-items: baseline; gap: 12px; padding: 12px 0; border-bottom: 1px dashed var(--line-d); }
.menu-item:last-child { border-bottom: none; }
.menu-item .nm { font-weight: 700; color: var(--espresso); }
.menu-item .nm small { display: block; font-weight: 400; font-size: .82rem; color: var(--muted); }
.menu-item .dots { flex: 1; border-bottom: 1px dotted var(--line-d); height: 1px; align-self: flex-end; margin-bottom: 6px; }
.menu-item .price { font-weight: 800; color: var(--brown); white-space: nowrap; }

/* ---------- visit / map ---------- */
.map {
  border-radius: var(--r); aspect-ratio: 16 / 9; position: relative; overflow: hidden; box-shadow: var(--shadow-sm);
  background:
    linear-gradient(135deg, #e7ddca, #d6c4a8),
    repeating-linear-gradient(0deg, rgba(120,90,60,.16) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(90deg, rgba(120,90,60,.16) 0 1px, transparent 1px 40px);
}
.map .pin { position: absolute; left: 50%; top: 45%; transform: translate(-50%, -100%); }
.map .pin svg { width: 44px; height: 44px; fill: var(--brown); filter: drop-shadow(0 5px 6px rgba(0,0,0,.3)); }
.map .tagm { position: absolute; left: 14px; bottom: 14px; background: rgba(255,253,248,.95); border-radius: 9px; padding: 8px 13px; font-size: .82rem; font-weight: 700; color: var(--brown); }
.detail { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--line); }
.detail:last-child { border-bottom: none; }
.detail .ic { width: 44px; height: 44px; border-radius: 11px; background: #f3e7d6; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.detail .ic svg { width: 20px; height: 20px; fill: var(--caramel); }
.detail .l { font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.detail b { display: block; color: var(--brown); }
.detail span { color: var(--espresso); }
.hours-table { background: var(--cream); border: 1px solid var(--line); border-radius: var(--r); padding: 6px 18px; box-shadow: var(--shadow-sm); }
.hours-row { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--line); }
.hours-row:last-child { border-bottom: none; }
.hours-row span { color: var(--muted); }
.hours-row b { color: var(--espresso); }
.hours-row.today b { color: var(--good); }

/* ---------- footer ---------- */
.site-foot { background: var(--espresso); color: #d8c9b6; margin-top: 20px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; padding: 48px 0 30px; }
.site-foot .brand .wm { color: #fff; }
.site-foot h4 { font-family: var(--font); color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.site-foot a { color: #d8c9b6; }
.site-foot a:hover { color: var(--gold); }
.foot-col p, .foot-col a { display: block; font-size: .9rem; margin-bottom: 8px; line-height: 1.5; }
.foot-nap { font-size: .92rem; color: #e9dcc9; line-height: 1.7; margin-top: 12px; }
.foot-nap b { color: #fff; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 16px 0; display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: space-between; align-items: center; font-size: .78rem; color: #b9a890; }
.foot-bottom .legal { display: flex; gap: 16px; flex-wrap: wrap; }

/* preview banner (dev/review only, remove before any live deploy) */
.preview-banner {
  background: #2a1c12; color: #f3e7d6; font-size: .78rem; text-align: center;
  padding: 8px 16px; line-height: 1.4;
}
.preview-banner b { color: var(--gold); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 920px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 30px; }
  .hero .sun { right: 6%; top: 28px; width: 80px; height: 80px; }
  .hero-media { max-width: 460px; }
  .story { grid-template-columns: 1fr; }
  .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
  .menu-grid { grid-template-columns: 1fr; gap: 32px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .gallery .gtile:last-child { grid-column: span 2; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .hero .sun { top: -14px; right: -10px; width: 64px; height: 64px; }
  .section { padding: 42px 0; }
  .nav-links, .nav-r .phone { display: none; }
  .nav-r { margin-left: auto; }
  .nav-toggle { display: flex; }
  .site-head.open .nav-links {
    display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
    position: absolute; left: 0; right: 0; top: 68px;
    background: var(--cream); border-bottom: 1px solid var(--line); padding: 12px 20px 18px; margin: 0;
  }
  .site-head.open .nav-links a { padding: 10px 0; width: 100%; border-bottom: 1px solid var(--line); }
  .chips { grid-template-columns: 1fr; gap: 12px; }
  /* deals "What's on now": first deal centered on top, the other two below it */
  .grid-3 { grid-template-columns: 1fr 1fr; gap: 12px; }
  .grid-3 .card:first-child { grid-column: 1 / -1; justify-self: center; width: calc(50% - 6px); }
  .grid-3 .card .thumb { aspect-ratio: 16 / 9; }
  .grid-3 .card .body { padding: 11px 13px 13px; }
  .grid-3 .card .body p { font-size: 12.5px; }

  /* Favorites on mobile: compact menu-style rows (thumbnail left, name + price
     right) instead of four tall posters. Scans like a real menu and removes the
     long placeholder scroll. */
  /* Favorites on mobile: compact 2x2 grid of cards */
  .grid-4 { grid-template-columns: 1fr 1fr; gap: 12px; }
  .grid-4 .card .thumb { aspect-ratio: 4 / 3; }
  .grid-4 .card .thumb .ph-tag { left: 7px; top: 7px; font-size: .52rem; padding: 2px 7px; }
  .grid-4 .card .body { padding: 11px 13px 13px; }
  .grid-4 .card .body .meta { flex-direction: column; align-items: flex-start; gap: 3px; margin-top: 4px; }
  .perks-card .row2 { grid-template-columns: 1fr; }
  .qr-callout { flex-direction: column; text-align: center; margin-bottom: 24px !important; }
  /* menu cards already styled in base; just tighten padding + gap on phones */
  .menu-grid { gap: 14px; }
  .menu-cat { padding: 15px 16px 7px; }
  .foot-grid { grid-template-columns: 1fr; gap: 26px; }
  .promo { padding: 28px 22px; }

  /* mobile type ramp (calibrated tighter: native-app density at true 390,
     not shrunk-web). !important overrides per-page inline heading sizes.
     Desktop (Devin-approved) unaffected. */
  /* mobile type scale per BLP mobile standard: hero 32-38, section headings 24-27,
     body 15-16, eyebrows 12-13. Composition stays tight so it reads, not zoomed. */
  .hero h1 { font-size: 34px !important; line-height: 1.12; }
  main h1 { font-size: 30px !important; line-height: 1.14; }
  main h2 { font-size: 25px !important; line-height: 1.18; }
  main h3 { font-size: 15.5px !important; }
  body { font-size: 15px; }
  .hero p { font-size: 15px; margin: 10px 0 18px; }
  .lead { font-size: 15px; }
  .eyebrow { font-size: 12px; }
  .card .body p, .card .body h3 + .meta p { font-size: 13px; }
  .menu-item .nm small, .detail span, .hours-row { font-size: 13px; }

  /* consistent vertical rhythm: section gaps in scale with internal spacing */
  .section { padding: 30px 0; }
  .hero .wrap { padding-top: 28px; padding-bottom: 30px; }
  .hero .trust { margin-top: 16px; gap: 14px; }
  .hero .badge { font-size: .68rem; padding: 5px 11px; }
  .chips { gap: 10px; }
  .grid { gap: 14px; }
  .card .body { padding: 13px 14px 15px; }
  .promo { padding: 24px 18px; }
  .perks-card { padding: 22px 18px; }
  .menu-head { padding: 26px 0; }
  .section .center[style] { margin-bottom: 16px !important; }
  .section .center.mt24 { margin-top: 16px; } /* pull the "full menu" button up to its list */

  /* mobile standard: compact buttons that never wrap, CTA pairs side-by-side */
  .btn { min-height: 44px; font-size: 13px; padding: 9px 15px; }
  .hero .cta, .story .cta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .cta .btn { width: 100%; }
  .social-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .social-btn { justify-content: center; min-height: 44px; }
  .nav-toggle { width: 44px; height: 44px; }
  .nav-r .btn { display: none; } /* declutter top bar; primary CTAs live in content */

  /* quiet the review banner so it does not steal the first impression */
  .preview-banner { font-size: .7rem; padding: 7px 14px; }

  /* info bar: contain the items in a padded card inset from the screen edges,
     so the icons are not jammed against the edge */
  .info-bar { background: transparent; border-bottom: none; }
  .info-bar .chips {
    background: var(--cream); border: 1px solid var(--line); border-radius: var(--r);
    box-shadow: var(--shadow-sm); padding: 15px 16px; gap: 13px; margin: 18px 0;
  }

  /* footer: more gutter and vertical air so it breathes off the edges */
  .site-foot .wrap { padding-left: 24px; padding-right: 24px; }
  .foot-grid { padding: 34px 0 26px; }
  .foot-bottom { padding: 18px 0 24px; }
}

/* form error message (accessible, announced via aria-live in markup) */
.form-error { display: none; width: 100%; flex-basis: 100%; font-size: .82rem; font-weight: 600; margin-top: 10px; }
.form-error.show { display: block; }
.promo .form-error { color: #ffd7c2; }        /* on dark promo: warm light, high contrast */
.perks-card .form-error { color: #b3261e; }    /* on light card: AA-contrast red */
input[aria-invalid="true"] { outline: 2px solid #b3261e; outline-offset: 1px; }

/* real exterior photos filling existing image slots (object-fit cover) */
.hero-media img, .story-vis img, .map img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media .play, .hero-media .label { position: relative; z-index: 2; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(40,20,12,0) 55%, rgba(40,20,12,.45)); z-index: 1; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}

/* ============================================================
   FULL-SITE PHOTO + REAL-MENU PASS (2026-07-10)
   Real photo set fills gallery/story/deal/social slots; the
   gradient classes behind them stay as loading fallbacks.
   ============================================================ */

/* photos fill their tiles (gradient shows until the JPEG paints) */
.gallery .gtile img, .card .thumb img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
}
.card .thumb { overflow: hidden; }
.gallery .gtile, .social-grid .tile { display: block; }

/* favorites: text-forward cards (no food photography yet; no placeholder art) */
.card.fav { border-top: 3px solid var(--gold); }
.card.fav .body { padding: 18px 18px 20px; }
.card.fav .eyebrow { font-size: .68rem; letter-spacing: .14em; }
.card.fav h3 { margin-top: 6px; }
/* sub-text row: top-align price to the first line, give the pair real air */
.card.fav .meta { margin-top: 10px; align-items: flex-start; gap: 14px; }
.card.fav .meta p { line-height: 1.55; max-width: 20ch; }
.card.fav .price { line-height: 1.55; }

/* menu: full-width cards + no-price pill lists (drive-up drink board) */
.menu-cat.wide { grid-column: 1 / -1; }
.menu-note { font-size: .85rem; color: var(--muted); margin: 2px 0 8px; }
.pill-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 10px 0 14px; }
.pill-list span {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 6px 13px; font-size: .86rem; font-weight: 600; color: var(--espresso);
}
.menu-foot { font-size: .8rem; color: var(--muted); border-top: 1px dashed var(--line-d); padding-top: 10px; margin-top: 4px; }

/* seasonal specials: 4 flavor families inside one wide card */
.season-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 8px 0 14px; }
.season-grid h3 { font-size: 1rem; color: var(--brown); margin-bottom: 6px; }
.season-grid p { font-size: .86rem; color: var(--muted); padding: 5px 0; border-bottom: 1px dashed var(--line-d); }
.season-grid p:last-child { border-bottom: none; }
.season-grid p b { color: var(--espresso); display: block; font-size: .9rem; }
@media (max-width: 920px) { .season-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) {
  .season-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .pill-list span { padding: 5px 11px; font-size: .8rem; }
}

/* ---------- gallery lightbox (full-image viewer, next/prev) ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 200; display: flex;
  align-items: center; justify-content: center;
  background: rgba(20,12,8,.94); padding: 60px 70px;
}
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 100%; max-height: 100%; border-radius: 10px; box-shadow: 0 24px 70px rgba(0,0,0,.55); }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28);
  color: #fff; border-radius: 50%; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background .15s;
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover,
.lightbox-close:focus-visible, .lightbox-prev:focus-visible, .lightbox-next:focus-visible { background: rgba(255,255,255,.24); }
.lightbox-close { top: 18px; right: 18px; }
.lightbox-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 16px; top: 50%; transform: translateY(-50%); }
.lightbox-close svg, .lightbox-prev svg, .lightbox-next svg { width: 22px; height: 22px; fill: #fff; }
.lightbox-count {
  position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%);
  color: rgba(255,255,255,.85); font-size: .8rem; background: rgba(0,0,0,.4); padding: 5px 14px; border-radius: 50px;
}
.lightbox-cap {
  position: absolute; left: 50%; top: 18px; transform: translateX(-50%); max-width: 74vw;
  color: rgba(255,255,255,.92); font-size: .82rem; text-align: center;
}
@media (max-width: 640px) {
  .lightbox { padding: 90px 16px 60px; }
  .lightbox-prev { left: 6px; width: 40px; height: 40px; }
  .lightbox-next { right: 6px; width: 40px; height: 40px; }
  .lightbox-close { top: 10px; right: 10px; width: 40px; height: 40px; }
  .lightbox-cap { top: 56px; font-size: .76rem; }
}
