:root {
  --bg: #07110f;
  --bg-deep: #030706;
  --surface: #10211c;
  --surface-soft: #173027;
  --surface-warm: #f4efe3;
  --gold: #c6a15a;
  --gold-soft: #e0c989;
  --green: #1e5a43;
  --cream: #fbf7ed;
  --text: #f8f3e8;
  --ink: #102019;
  --muted: #b9c2b7;
  --muted-dark: #53665b;
  --border: rgba(255,255,255,.13);
  --border-dark: rgba(16,32,25,.14);
  --shadow: 0 24px 70px rgba(0,0,0,.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
body.gate-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 3px; }

.skip-link {
  position: absolute;
  top: -80px;
  left: 1rem;
  z-index: 1000;
  padding: .75rem 1rem;
  background: var(--gold);
  color: #07110f;
  font-weight: 900;
}
.skip-link:focus { top: 1rem; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.section-pad { padding: 76px 0; }
.eyebrow {
  margin: 0 0 .75rem;
  color: var(--gold-soft);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1, h2, h3 { line-height: 1.05; margin: 0; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; letter-spacing: 0; }
h1 { font-size: clamp(3.1rem, 7vw, 6.4rem); max-width: 780px; }
h2 { font-size: clamp(2.25rem, 5.4vw, 4.4rem); }
h3 { font-size: 1.15rem; }
p { color: var(--muted); margin: 1rem 0 0; }
.lead { font-size: clamp(1.05rem, 2vw, 1.24rem); max-width: 720px; color: #e9e1d3; }
.micro, .fine-print { font-size: .88rem; color: var(--muted); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .86rem 1.12rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-weight: 900;
  font-size: .95rem;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--gold); color: #07110f; border-color: var(--gold); }
.btn-secondary { background: rgba(255,255,255,.07); color: var(--text); }
.btn-quiet, .btn-ghost { color: var(--cream); border-color: rgba(224,201,137,.5); }
.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.55rem; }

.wordmark {
  display: inline-flex;
  align-items: center;
  color: var(--cream);
  font-weight: 900;
  line-height: 1;
  flex: 0 0 auto;
  padding: 4px;
  border-radius: 8px;
  background: rgb(247,244,237);
  border: 1px solid rgba(224,201,137,.22);
  box-shadow: 0 8px 22px rgba(0,0,0,.22);
  overflow: hidden;
}
.brand-logo {
  display: block;
  width: auto;
  height: 46px;
  max-width: 164px;
  object-fit: contain;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(224,201,137,.62);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(198,161,90,.22), rgba(255,255,255,.03));
  color: var(--gold-soft);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1rem;
}
.wordmark-text {
  display: grid;
  gap: .08rem;
  line-height: 1.02;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.32rem;
}
.wordmark-text small {
  font-family: Inter, system-ui, sans-serif;
  font-size: .67rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.wordmark.vcard-text-wordmark {
  background: rgba(7,17,15,.72);
  border-color: rgba(224,201,137,.42);
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow-y: auto;
  background:
    linear-gradient(rgba(3,7,6,.78), rgba(3,7,6,.94)),
    url("../img/hazy-dayz-barrie-hero.png") center/cover;
}
.age-gate.is-active { display: flex; }
.age-card {
  width: calc(100% - 64px);
  max-width: 560px;
  padding: clamp(22px, 6vw, 32px);
  background: rgba(8,18,15,.95);
  border: 1px solid rgba(224,201,137,.34);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.age-card h1 {
  max-width: 100%;
  font-size: clamp(2.2rem, 6vw, 3.2rem);
  overflow-wrap: anywhere;
}
.age-card p { max-width: 100%; overflow-wrap: anywhere; }
.age-actions { display: grid; gap: .75rem; margin-top: 1.4rem; }
.age-card .btn { width: 100%; min-width: 0; }
.age-card .wordmark { margin-bottom: 1.6rem; }
.age-card .wordmark { padding: 5px; }
.age-card .brand-logo { height: 56px; max-width: 206px; }

@media (max-width: 480px) {
  .age-card h1 { font-size: clamp(2rem, 10vw, 2.6rem); }
  .age-card .wordmark { align-items: flex-start; }
  .age-card .brand-logo { height: 50px; max-width: min(190px, 100%); }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(3,7,6,.88);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(18px);
}
.nav-wrap {
  width: min(1180px, calc(100% - 28px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.05rem;
  color: var(--muted);
  font-size: .94rem;
  font-weight: 800;
}
.site-nav a:hover, .site-nav a.is-active { color: var(--text); }
.nav-badge {
  padding: .38rem .62rem;
  border: 1px solid rgba(224,201,137,.5);
  border-radius: 999px;
  color: var(--gold-soft) !important;
}
.header-cta {
  padding: .72rem .95rem;
  background: var(--gold);
  color: #07110f;
  border-radius: 8px;
  font-weight: 900;
}
.menu-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: transparent;
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--cream);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3,7,6,.96) 0%, rgba(3,7,6,.82) 42%, rgba(3,7,6,.32) 100%),
    url("../img/hazy-dayz-barrie-hero.png") center/cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(7,17,15,.9));
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  min-height: calc(100svh - 132px);
  padding: 42px 0;
}
.hero-copy { max-width: 780px; }
.hero-card {
  margin-top: 2rem;
  max-width: 660px;
  padding: 1rem;
  border: 1px solid rgba(224,201,137,.28);
  border-radius: 8px;
  background: rgba(9,30,23,.76);
  box-shadow: var(--shadow);
}
.compliance-line {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.35rem;
}
.compliance-line span, .page-kicker span {
  padding: .5rem .68rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(255,255,255,.055);
  font-size: .86rem;
  font-weight: 900;
}
.trust-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(224,201,137,.22);
  border-top: 1px solid rgba(224,201,137,.24);
  border-bottom: 1px solid rgba(224,201,137,.24);
}
.trust-strip article {
  padding: 1.2rem;
  background: rgba(7,17,15,.82);
}
.trust-strip strong { display: block; color: var(--cream); font-size: 1.02rem; }
.trust-strip span { display: block; margin-top: .22rem; color: var(--muted); font-size: .9rem; }

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 56px;
  background:
    radial-gradient(circle at 76% 18%, rgba(198,161,90,.18), transparent 28%),
    linear-gradient(135deg, #06100e 0%, #10211c 58%, #040807 100%);
  border-bottom: 1px solid var(--border);
}
.page-hero-grid {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 36px;
  align-items: center;
}
.page-hero h1 { font-size: clamp(3rem, 7vw, 5.8rem); }
.page-hero p { max-width: 720px; font-size: 1.06rem; }
.page-hero-card {
  min-height: 330px;
  border: 1px solid rgba(224,201,137,.32);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7,17,15,.28), rgba(7,17,15,.74)),
    url("../img/hazy-dayz-barrie-hero.png") center/cover;
  box-shadow: var(--shadow);
}
.page-kicker { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.25rem; }

.split { display: grid; grid-template-columns: .94fr 1.06fr; gap: 44px; align-items: center; }
.reverse { grid-template-columns: 1fr .95fr; }
.surface-light {
  background: var(--surface-warm);
  color: var(--ink);
}
.surface-light p { color: var(--muted-dark); }
.surface-light .eyebrow { color: #7c6128; }
.soft-section { background: var(--surface-soft); }
.section-head { max-width: 820px; text-align: center; }
.section-head p { margin-left: auto; margin-right: auto; }

.category-grid, .content-grid, .delivery-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.category-grid article, .content-card, .delivery-step {
  min-height: 185px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
}
.delivery-step p { overflow-wrap: anywhere; }
.surface-light .delivery-step {
  border-color: var(--border-dark);
  background: rgba(255,255,255,.64);
}
.category-grid span, .delivery-step span {
  color: var(--gold-soft);
  font-weight: 900;
  font-size: .82rem;
}
.surface-light .delivery-step span { color: #7c6128; }
.category-grid h3, .delivery-step h3 { margin-top: 32px; }

.menu-panel {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 28px;
  padding: 28px;
  background: linear-gradient(135deg, rgba(198,161,90,.15), rgba(255,255,255,.04));
  border: 1px solid rgba(224,201,137,.34);
  border-radius: 8px;
}
.embed-placeholder {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
  background: rgba(3,7,6,.72);
  border: 1px dashed rgba(224,201,137,.58);
  border-radius: 8px;
}
.embed-placeholder span {
  color: var(--gold-soft);
  font-weight: 900;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .12em;
}
.embed-placeholder strong { margin-top: .4rem; font-size: 1.45rem; }
.embed-placeholder p { max-width: 560px; }

.note-panel {
  padding: 24px;
  border: 1px solid rgba(224,201,137,.34);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(198,161,90,.12), rgba(255,255,255,.04));
}
.note-panel h2 { font-size: clamp(2rem, 5vw, 3.2rem); }
.content-grid { grid-template-columns: repeat(3, 1fr); }
.content-card h3 { margin-bottom: .6rem; }
.content-card p { margin-top: .5rem; }

.temporary-menu-hero .page-hero-grid { grid-template-columns: .92fr .78fr; }
.temporary-menu-preview {
  padding: 10px;
  border: 1px solid rgba(224,201,137,.34);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  box-shadow: var(--shadow);
}
.temporary-menu-preview img {
  width: 100%;
  height: min(62vh, 560px);
  object-fit: cover;
  object-position: center top;
  border-radius: 6px;
}
.temporary-menu-alert { background: #08120f; }
.notice-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: center;
}
.notice-card {
  padding: 22px;
  border: 1px solid rgba(224,201,137,.34);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
}
.notice-card strong { color: var(--cream); font-size: 1.1rem; }
.menu-photo-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.feature-grid { align-items: stretch; }
.flower-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.menu-photo-card {
  overflow: hidden;
  border: 1px solid rgba(16,32,25,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 18px 44px rgba(16,32,25,.1);
}
.section-pad:not(.surface-light) .menu-photo-card {
  border-color: var(--border);
  background: rgba(255,255,255,.045);
}
.menu-photo-card a {
  display: grid;
  height: 100%;
  color: inherit;
}
.menu-photo-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #06100e;
}
.menu-photo-card span {
  display: block;
  padding: .82rem .9rem;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.25;
}
.section-pad:not(.surface-light) .menu-photo-card span { color: var(--cream); }
.menu-photo-card.is-featured { grid-column: span 2; }
.menu-photo-card.is-featured img { aspect-ratio: 16 / 10; }
.delivery-support {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: center;
}
.support-actions { display: grid; gap: 10px; }
.surface-light .support-actions .btn-secondary,
.surface-light .support-actions .btn-quiet {
  border-color: var(--border-dark);
  color: var(--ink);
  background: rgba(255,255,255,.72);
}
.temporary-menu-callout {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid rgba(224,201,137,.34);
  border-radius: 8px;
  background: rgba(7,17,15,.78);
}
.temporary-menu-callout h3 { font-size: 1.35rem; }
.temporary-menu-callout .cta-row { margin-top: 1rem; }
.menu-page-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.menu-page-nav a {
  min-height: 126px;
  padding: 18px;
  border: 1px solid rgba(224,201,137,.32);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(224,201,137,.12), rgba(255,255,255,.045));
  box-shadow: 0 18px 50px rgba(0,0,0,.16);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.menu-page-nav a:hover {
  transform: translateY(-2px);
  border-color: rgba(224,201,137,.62);
  background:
    linear-gradient(145deg, rgba(224,201,137,.18), rgba(255,255,255,.07));
}
.menu-page-nav strong {
  display: block;
  color: var(--cream);
  font-size: 1.2rem;
}
.menu-page-nav span {
  display: block;
  margin-top: .4rem;
  color: var(--muted);
  font-weight: 800;
}
.menu-jump-bar {
  position: sticky;
  top: 77px;
  z-index: 30;
  padding: 9px 0;
  background: rgba(6,16,14,.9);
  border-bottom: 1px solid rgba(224,201,137,.22);
  backdrop-filter: blur(16px);
}
.menu-jump-bar .container {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.menu-jump-bar .container::-webkit-scrollbar { display: none; }
.menu-jump-bar a {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .58rem .82rem;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(255,255,255,.055);
  font-size: .88rem;
  font-weight: 900;
}
.menu-jump-bar a:hover {
  border-color: rgba(224,201,137,.58);
  background: rgba(224,201,137,.12);
}
.menu-helper { padding: 28px 0; }
.menu-page,
#delivery-info {
  scroll-margin-top: 148px;
}
.helper-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.helper-grid article {
  padding: 18px;
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  background: rgba(255,255,255,.66);
}
.helper-grid span {
  display: inline-flex;
  margin-bottom: .55rem;
  color: #7c6128;
  font-size: .8rem;
  font-weight: 900;
}
.helper-grid strong {
  display: block;
  color: var(--ink);
  font-size: 1.02rem;
}
.helper-grid p {
  margin-top: .4rem;
  font-size: .94rem;
}
.menu-page-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: end;
}
.source-thumb {
  display: grid;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(16,32,25,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.7);
  color: var(--ink);
  font-weight: 900;
  font-size: .86rem;
  text-align: center;
}
.source-thumb img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center top;
  border-radius: 6px;
}
.menu-table-wrap {
  margin-top: 26px;
  overflow-x: auto;
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 20px 48px rgba(16,32,25,.12);
}
.menu-page:not(.surface-light) .menu-table-wrap {
  border-color: rgba(224,201,137,.28);
  background: rgba(255,255,255,.045);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}
.menu-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: var(--ink);
}
.menu-table caption {
  padding: 1.05rem 1rem;
  text-align: left;
  font-weight: 900;
  color: var(--ink);
  background: rgba(255,255,255,.72);
}
.menu-table th,
.menu-table td {
  padding: .86rem .8rem;
  border-top: 1px solid var(--border-dark);
  text-align: left;
  white-space: nowrap;
}
.menu-table thead th {
  background: rgba(198,161,90,.18);
  color: var(--ink);
  font-size: .84rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.menu-table tbody th { font-weight: 900; }
.menu-table tbody tr:hover {
  background: rgba(198,161,90,.1);
}
.menu-table .best-guess {
  background: rgba(198,161,90,.08);
}
.menu-table .best-guess th span {
  display: inline-block;
  margin-left: .35rem;
  color: #7c6128;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.dark-table { color: var(--text); background: rgba(6,16,14,.88); }
.dark-table th,
.dark-table td { border-color: var(--border); }
.dark-table thead th { background: rgba(198,161,90,.14); color: var(--cream); }
.dark-table caption { color: var(--cream); background: rgba(255,255,255,.055); }
.dark-table tbody tr:hover { background: rgba(224,201,137,.1); }
.manager-special {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  background: rgba(255,255,255,.74);
  color: var(--ink);
}
.manager-special h3 { font-size: 1.25rem; }
.manager-special ul { margin: 12px 0 0; padding-left: 1.2rem; color: var(--muted-dark); font-weight: 800; }
.product-card-grid,
.specials-list {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.product-card,
.specials-list article {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  background: rgba(255,255,255,.78);
}
.product-card span {
  color: #7c6128;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.product-card h3,
.specials-list h3 {
  margin-top: .55rem;
  color: var(--ink);
  font-size: 1.2rem;
}
.product-card strong,
.specials-list strong {
  display: block;
  margin-top: 1rem;
  color: var(--ink);
  font-size: 1.35rem;
}
.specials-list article {
  border-color: rgba(224,201,137,.34);
  background: rgba(255,255,255,.055);
}
.specials-list h3,
.specials-list strong { color: var(--cream); }

.compliance-panel {
  padding: 28px;
  border: 1px solid rgba(224,201,137,.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(4,8,7,.84), rgba(13,42,31,.74)),
    url("../img/hazy-dayz-barrie-hero.png") center/cover;
  box-shadow: var(--shadow);
}
.mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 22px;
}
.mini-grid span {
  padding: .95rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  color: var(--cream);
  font-weight: 800;
}

.form-card, .contact-card, .hours-card {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
}
.form-card label {
  display: grid;
  gap: .4rem;
  margin-bottom: 1rem;
  color: var(--cream);
  font-weight: 800;
}
.form-card input,
.form-card textarea,
.form-card select {
  width: 100%;
  min-height: 48px;
  padding: .8rem .9rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #06100e;
  color: var(--text);
  font: inherit;
}
.form-card textarea { min-height: 132px; resize: vertical; }
.form-card input::placeholder,
.form-card textarea::placeholder { color: #87938a; }
.visit-grid { display: grid; grid-template-columns: .98fr 1.02fr; gap: 28px; align-items: start; }
.hours-card dl { margin: 1.2rem 0 0; }
.hours-card div { display: flex; justify-content: space-between; gap: 1rem; padding: .72rem 0; border-bottom: 1px solid var(--border); }
.hours-card dt { font-weight: 900; }
.hours-card dd { margin: 0; color: var(--muted); text-align: right; }

.faq { background: #08120f; }
.faq-list { max-width: 900px; margin-top: 26px; }
details {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
  margin-bottom: 10px;
  overflow: hidden;
}
summary {
  cursor: pointer;
  padding: 1.1rem;
  font-weight: 900;
  list-style: none;
  min-height: 58px;
}
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; float: right; color: var(--gold-soft); }
details[open] summary::after { content: "-"; }
details p { padding: 0 1.1rem 1.1rem; margin: 0; }

.site-footer {
  padding: 44px 0 92px;
  border-top: 1px solid var(--border);
  background: var(--bg-deep);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr .9fr .9fr;
  gap: 24px;
}
.footer-disclaimer {
  display: block;
  margin-top: 1.2rem;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.55;
}
.site-footer a {
  color: var(--cream);
  text-decoration: underline;
  text-decoration-color: rgba(224,201,137,.55);
  text-underline-offset: 4px;
}

.mobile-cta {
  position: fixed;
  z-index: 45;
  left: 14px;
  right: 14px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding: 6px;
  background: rgba(3,7,6,.78);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(0,0,0,.42), 0 1px 0 rgba(255,255,255,.08) inset;
  opacity: 0;
  transform: translateY(calc(100% + 22px));
  pointer-events: none;
  transition: opacity .24s ease, transform .24s ease;
}
@supports ((backdrop-filter: blur(16px)) or (-webkit-backdrop-filter: blur(16px))) {
  .mobile-cta {
    background: rgba(3,7,6,.68);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }
}
.mobile-cta.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.mobile-cta.is-minimized { transform: translateY(4px); }
.mobile-cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  min-height: 42px;
  padding: .55rem .42rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 9px;
  background: rgba(255,255,255,.075);
  color: var(--cream);
  font-weight: 900;
  font-size: .9rem;
  line-height: 1;
}
.mobile-cta a.is-primary {
  background: var(--gold);
  border-color: rgba(224,201,137,.7);
  color: #07110f;
}

@media (max-width: 900px) {
  body { padding-bottom: calc(86px + env(safe-area-inset-bottom)); }
  .section-pad { padding: 58px 0; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 76px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    background: rgba(6,16,14,.98);
    border: 1px solid var(--border);
    border-radius: 8px;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .75rem; }
  .wordmark-text { font-size: 1.1rem; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-logo { height: 42px; max-width: 150px; }
  .hero-grid { min-height: 0; padding: 54px 0; }
  .hero::after { height: 90px; }
  .trust-strip, .page-hero-grid, .temporary-menu-hero .page-hero-grid, .split, .reverse, .menu-panel, .visit-grid, .footer-grid, .content-grid, .delivery-grid, .notice-grid, .delivery-support, .menu-page-header { grid-template-columns: 1fr; }
  .trust-strip article { padding: 1rem; }
  .category-grid, .flower-grid { grid-template-columns: 1fr 1fr; }
  .menu-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card-grid, .specials-list { grid-template-columns: 1fr 1fr; }
  .helper-grid { grid-template-columns: 1fr; }
  .source-thumb { max-width: 260px; }
}

@media (max-width: 560px) {
  body { padding-bottom: calc(92px + env(safe-area-inset-bottom)); }
  .container { width: min(100% - 24px, 1120px); }
  .section-pad { padding: 48px 0; }
  h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3.35rem); }
  .page-hero h1 { font-size: clamp(2.85rem, 13vw, 4rem); }
  .page-hero-card { min-height: 220px; }
  .cta-row, .age-actions { grid-template-columns: 1fr; }
  .cta-row .btn { width: 100%; }
  .category-grid, .mini-grid, .menu-photo-grid, .flower-grid, .menu-page-nav, .product-card-grid, .specials-list { grid-template-columns: 1fr; }
  .menu-photo-card.is-featured { grid-column: span 1; }
  .menu-photo-card.is-featured img { aspect-ratio: 4 / 3; }
  .temporary-menu-preview img { height: 360px; }
  .source-thumb {
    width: auto;
    max-width: max-content;
    display: inline-flex;
    padding: .7rem .9rem;
  }
  .source-thumb img { display: none; }
  .temporary-menu-hero { padding-top: 42px; padding-bottom: 42px; }
  .menu-page-nav a { min-height: 88px; padding: 16px; }
  .menu-jump-bar { top: 77px; }
  .menu-helper { padding: 20px 0; }
  .menu-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .menu-table {
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
  }
  .menu-table caption {
    display: block;
    border: 1px solid var(--border-dark);
    border-radius: 8px 8px 0 0;
  }
  .dark-table caption { border-color: var(--border); }
  .menu-table thead { display: none; }
  .menu-table tbody {
    display: grid;
    gap: 10px;
  }
  .menu-table tr,
  .menu-table .best-guess {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border: 1px solid var(--border-dark);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255,255,255,.78);
  }
  .dark-table tr {
    border-color: var(--border);
    background: rgba(255,255,255,.045);
  }
  .menu-table th,
  .menu-table td {
    padding: .68rem .5rem;
    white-space: normal;
    border-top: 1px solid var(--border-dark);
    text-align: center;
    font-size: .95rem;
  }
  .dark-table th,
  .dark-table td { border-color: var(--border); }
  .menu-table tbody th {
    grid-column: 1 / -1;
    padding: .82rem .85rem;
    border-top: 0;
    text-align: left;
    font-size: 1.02rem;
    background: rgba(255,255,255,.48);
  }
  .dark-table tbody th { background: rgba(255,255,255,.055); }
  .menu-table td::before {
    display: block;
    margin-bottom: .12rem;
    color: #7c6128;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .dark-table td::before { color: var(--gold-soft); }
  .menu-table td:nth-child(2)::before { content: "1g"; }
  .menu-table td:nth-child(3)::before { content: "3.5g"; }
  .menu-table td:nth-child(4)::before { content: "7g"; }
  .menu-table td:nth-child(5)::before { content: "14g"; }
  .menu-table td:nth-child(6)::before { content: "28g"; }
  .category-grid article, .delivery-step { min-height: 150px; }
  .category-grid h3, .delivery-step h3 { margin-top: 26px; }
  .menu-panel, .age-card, .hours-card, .form-card, .contact-card { padding: 20px; }
  .embed-placeholder { min-height: 270px; }
  .embed-placeholder strong { font-size: 1.2rem; }
  .hours-card div { display: grid; gap: .1rem; }
  .hours-card dd { text-align: left; }
}

@media (min-width: 901px) {
  body { padding-bottom: 0; }
  .mobile-cta { display: none; }
}

@media (min-width: 560px) {
  .age-card {
    flex-basis: 520px;
    width: 520px;
    max-width: calc(100vw - 32px);
  }
}
