:root {
  --bg: #fffaf2;
  --text: #1f1712;
  --muted: #6f6258;
  --primary: #b32630;
  --primary-dark: #761923;
  --gold: #c99a46;
  --card: #ffffff;
  --border: #eadfce;
  --shadow: 0 20px 60px rgba(72, 35, 21, 0.18);
  --dark: #120d0b;
}
* { 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;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(18, 13, 11, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; font-weight: 800; letter-spacing: -0.02em; }
.brand-logo { width: 54px; height: 42px; object-fit: cover; border-radius: 10px; border: 1px solid rgba(255,255,255,0.16); }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: rgba(255,255,255,0.86); text-decoration: none; font-weight: 600; font-size: 0.94rem; }
.nav-links a:hover { color: #fff; }
.menu-toggle { display: none; background: transparent; color: #fff; border: 0; font-size: 1.7rem; }
.hero { position: relative; overflow: hidden; min-height: 730px; display: flex; align-items: center; }
.photo-hero { background: url('assets/storefront.jpg') center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,13,11,.90), rgba(18,13,11,.64), rgba(18,13,11,.32)); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .72fr; gap: 40px; align-items: center; padding: 78px 0; }
.glass-card { background: rgba(18, 13, 11, 0.72); color: #fff; border: 1px solid rgba(255,255,255,0.18); border-radius: 30px; padding: 34px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-logo { width: 250px; max-width: 80%; border-radius: 18px; margin-bottom: 22px; box-shadow: 0 16px 42px rgba(0,0,0,.4); }
.eyebrow { margin: 0 0 10px; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 800; }
h1, h2, h3 { line-height: 1.08; margin: 0; letter-spacing: -.04em; }
h1 { font-size: clamp(2.7rem, 6vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
h3 { font-size: 1.3rem; }
.hero-text { font-size: 1.12rem; color: rgba(255,255,255,.84); margin: 22px 0; max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 18px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 13px 20px; font-weight: 800; text-decoration: none; border: 0; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--primary); color: #fff; box-shadow: 0 14px 30px rgba(179, 38, 48, .28); }
.btn.primary:hover { background: var(--primary-dark); }
.btn.secondary { background: #fff; color: var(--primary-dark); border: 1px solid var(--border); }
.full { width: 100%; }
.note { color: rgba(255,255,255,.72); font-weight: 600; }
.hours-photo-card { background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.22); border-radius: 30px; padding: 12px; box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.hours-photo-card img { width: 100%; max-height: 570px; object-fit: cover; border-radius: 22px; }
.section { padding: 88px 0; }
.section-heading { max-width: 760px; margin-bottom: 32px; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card, .info-panel, .order-box, .contact-form { background: var(--card); border: 1px solid var(--border); border-radius: 24px; padding: 24px; box-shadow: var(--shadow); }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); margin: 0; }
.gallery-section { background: var(--dark); color: #fff; }
.light-heading p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.photo-tile { margin: 0; border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 18px 54px rgba(0,0,0,.32); }
.photo-tile.large { grid-column: span 2; grid-row: span 2; }
.photo-tile img { width: 100%; height: 260px; object-fit: cover; transition: transform .35s ease; }
.photo-tile.large img { height: 538px; }
.photo-tile:hover img { transform: scale(1.04); }
.photo-tile figcaption { padding: 12px 14px; color: rgba(255,255,255,.82); font-weight: 700; }
.instacart-section { background: linear-gradient(135deg, #fff3dc, #fffaf2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.split { display: grid; grid-template-columns: 1.1fr .65fr; gap: 28px; align-items: center; }
.order-box p, .order-box small { color: var(--muted); }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.info-panel p { color: var(--muted); }
.info-panel a { color: var(--primary-dark); font-weight: 800; }
.hours-list { padding: 0; margin: 18px 0 0; list-style: none; }
.hours-list li { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--border); }
.hours-list span { color: var(--muted); }
.storefront-mini { margin-top: 24px; border-radius: 18px; height: 230px; width: 100%; object-fit: cover; }
.map-actions { margin-top: 16px; }

.reviews-section { background: linear-gradient(135deg, #120d0b, #2b1714); color: #fff; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.review-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; padding: 32px; box-shadow: 0 20px 60px rgba(0,0,0,.26); }
.review-card p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.review-actions { display: grid; gap: 14px; }

.contact-section { padding-top: 40px; }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 7px; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--border); border-radius: 16px; padding: 14px 15px; font: inherit; background: #fffdf8; }
.footer { background: var(--dark); color: rgba(255,255,255,.8); padding: 28px 0; }
.footer-content { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.age-gate { position: fixed; inset: 0; z-index: 99; display: grid; place-items: center; background: rgba(0,0,0,.86); padding: 20px; }
.age-gate.hidden { display: none; }
.age-card { width: min(520px, 100%); background: #fff; border-radius: 28px; padding: 30px; text-align: center; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.age-logo { width: 210px; margin: 0 auto 18px; border-radius: 18px; }
.age-actions { display: flex; gap: 12px; justify-content: center; margin: 22px 0; flex-wrap: wrap; }
@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; left: 16px; right: 16px; top: 74px; flex-direction: column; align-items: flex-start; background: rgba(18,13,11,.98); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 18px; }
  .nav-links.open { display: flex; }
  .hero { min-height: auto; }
  .hero-grid, .split, .info-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr 1fr; }
  .photo-grid { grid-template-columns: 1fr 1fr; }
  .photo-tile.large { grid-column: span 2; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 22px, 1120px); }
  .cards, .photo-grid { grid-template-columns: 1fr; }
  .photo-tile.large { grid-column: span 1; }
  .photo-tile img, .photo-tile.large img { height: 280px; }
  .glass-card { padding: 24px; }
  .hours-list li { flex-direction: column; gap: 4px; }
  .footer-content { display: block; }
  .brand span { font-size: .9rem; }
  .brand-logo { width: 46px; }
}
