/* =========================================================================
   Lou's Liquors — main stylesheet
   Palette: cream / bottle-green / amber. Type: Fraunces + Inter.
   ========================================================================= */

/* ---------- Tokens ---------- */
:root {
  --cream: #FAF6EC;
  --cream-2: #F3ECDC;
  --paper: #FFFDF8;
  --green: #14352A;
  --green-2: #0D241D;
  --green-3: #1E4A3B;
  --amber: #C98A3D;
  --amber-2: #A96F2B;
  --ink: #221A12;
  --muted: #6E6255;
  --line: rgba(34, 26, 18, .14);
  --line-light: rgba(250, 246, 236, .18);
  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 10px 30px rgba(20, 53, 42, .10);
  --shadow-lg: 0 24px 60px rgba(13, 36, 29, .22);
  --container: 1200px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
body.age-gate-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green); text-decoration: none; }
a:hover { color: var(--amber-2); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.15; color: var(--ink); margin: 0 0 .5em; }
p { margin: 0 0 1em; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 820px; }
.section { padding: 92px 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--green); color: var(--cream); padding: 10px 16px; z-index: 10000; }
.skip-link:focus { left: 12px; top: 12px; }
.muted { color: var(--muted); font-size: .95em; }

/* ---------- Typography helpers ---------- */
.eyebrow {
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--amber-2);
  margin: 0 0 14px;
}
.eyebrow-amber { color: var(--amber); }
.section-title { font-size: clamp(1.75rem, 3.2vw, 2.6rem); margin: 0 0 18px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 44px; }
.section-head .section-title { margin-bottom: 0; }
.text-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: .95rem; white-space: nowrap;
  border-bottom: 2px solid var(--amber); padding-bottom: 3px;
}
.text-link svg { width: 18px; height: 18px; }
.text-link-light { color: var(--cream); }
.text-link-light:hover { color: var(--amber); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 600; font-size: .98rem;
  padding: 13px 26px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: all .18s ease; text-align: center; line-height: 1.2;
}
.btn-lg { padding: 16px 32px; font-size: 1.05rem; }
.btn-green { background: var(--green); color: var(--cream); border-color: var(--green); }
.btn-green:hover { background: var(--green-3); border-color: var(--green-3); color: var(--cream); transform: translateY(-1px); }
.btn-amber { background: var(--amber); color: var(--green-2); border-color: var(--amber); }
.btn-amber:hover { background: #d99a4b; border-color: #d99a4b; color: var(--green-2); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--green); border-color: var(--green); }
.btn-outline:hover { background: var(--green); color: var(--cream); }
.btn-ghost { background: rgba(250, 246, 236, .08); color: var(--cream); border-color: rgba(250, 246, 236, .8); backdrop-filter: blur(4px); }
.btn-ghost:hover { background: var(--cream); color: var(--green); border-color: var(--cream); }
.btn-outline-light { background: transparent; color: var(--cream); border-color: rgba(250, 246, 236, .5); }
.btn-outline-light:hover { border-color: var(--cream); color: var(--cream); background: rgba(250, 246, 236, .12); }

/* ---------- Topbar ---------- */
.topbar { background: var(--green-2); color: rgba(250, 246, 236, .92); font-size: .84rem; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 40px; flex-wrap: wrap; }
.topbar-item { display: inline-flex; align-items: center; gap: 7px; margin: 0; color: inherit; }
.topbar-ico { display: inline-flex; width: 15px; height: 15px; color: var(--amber); }
.topbar-ico svg { width: 15px; height: 15px; }
.topbar-tel { font-weight: 600; }
.topbar-tel:hover { color: var(--amber); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(250, 246, 236, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease;
}
.site-header.is-scrolled { box-shadow: 0 8px 26px rgba(13, 36, 29, .10); }
.header-inner { display: flex; align-items: center; gap: 28px; min-height: 84px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand-logo { width: auto; }
.brand-logo-wide { height: 52px; }
.brand-logo-stack { height: 62px; display: none; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.main-nav .menu { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.main-nav .menu a {
  font-weight: 600; font-size: .97rem; color: var(--ink); position: relative; padding: 6px 0;
}
.main-nav .menu a::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--amber); transition: right .22s ease;
}
.main-nav .menu a:hover::after,
.main-nav .menu .current-menu-item > a::after { right: 0; }
.main-nav .menu .current-menu-item > a { color: var(--green); }
.nav-cta { flex-shrink: 0; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; margin-left: auto; }
.nav-toggle-bar { display: block; width: 26px; height: 2.5px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: transform .2s ease; }

/* ---------- Hero ---------- */
.hero { position: relative; color: var(--cream); overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center 40%;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(13, 36, 29, .93) 0%, rgba(13, 36, 29, .78) 45%, rgba(13, 36, 29, .42) 100%);
}
.hero-inner { position: relative; z-index: 1; max-width: var(--container); margin: 0 auto; padding: 120px 24px 110px; }
.hero-eyebrow, .hero-title, .hero-sub, .hero-actions { max-width: 780px; }
.hero-eyebrow {
  font-size: .8rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--amber); margin: 0 0 20px;
}
.hero-title { font-size: clamp(2.3rem, 5vw, 3.9rem); color: var(--cream); margin: 0 0 22px; font-weight: 600; text-wrap: balance; max-width: 700px; }
.hero-sub { font-size: 1.12rem; color: rgba(250, 246, 236, .88); max-width: 560px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-rating {
  display: inline-flex; align-items: center; gap: 10px; color: rgba(250, 246, 236, .85);
  font-size: .9rem; border: 1px solid var(--line-light); border-radius: 999px; padding: 8px 18px;
}
.hero-rating:hover { color: var(--cream); border-color: var(--amber); }
.stars { color: var(--amber); letter-spacing: 2px; font-size: .95rem; }

/* ---------- Info strip ---------- */
.info-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.info-item { display: flex; gap: 16px; padding: 30px 26px; align-items: flex-start; border-right: 1px solid var(--line); }
.info-item:last-child { border-right: 0; }
.info-ico { flex-shrink: 0; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background: var(--cream); border: 1px solid var(--line); border-radius: 50%; color: var(--green); }
.info-ico svg { width: 20px; height: 20px; }
.info-item h3 { font-family: var(--font-body); font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--amber-2); margin: 2px 0 6px; }
.info-item p { margin: 0; font-size: .95rem; line-height: 1.5; color: var(--ink); }
.info-item a { font-weight: 600; }

/* ---------- Category tiles ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cat-tile {
  position: relative; display: flex; flex-direction: column; gap: 6px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px 26px 24px; color: var(--ink); transition: all .2s ease; overflow: hidden;
}
.cat-tile::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 4px;
  background: linear-gradient(90deg, var(--green), var(--amber)); opacity: 0; transition: opacity .2s ease;
}
.cat-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(201, 138, 61, .5); color: var(--ink); }
.cat-tile:hover::after { opacity: 1; }
.cat-ico { width: 52px; height: 52px; color: var(--green); margin-bottom: 14px; }
.cat-ico svg { width: 52px; height: 52px; }
.cat-name { font-family: var(--font-display); font-size: 1.35rem; font-weight: 600; }
.cat-note { font-size: .9rem; color: var(--muted); }
.cat-count { margin-top: 12px; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--amber-2); }

/* ---------- Sections ---------- */
.section-dark { background: var(--green); color: var(--cream); }
.section-dark .section-title { color: var(--cream); }

/* ---------- Product cards ---------- */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card {
  display: flex; flex-direction: column; gap: 8px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 24px 22px 20px; color: var(--ink); transition: all .2s ease; position: relative;
}
.product-card .p-ico { position: absolute; top: 20px; right: 20px; width: 34px; height: 34px; color: var(--amber); opacity: .5; }
.product-card .p-ico svg { width: 34px; height: 34px; }
.section-dark .product-card { background: rgba(250, 246, 236, .06); border-color: var(--line-light); color: var(--cream); }
.section-dark .product-card:hover { background: rgba(250, 246, 236, .1); border-color: var(--amber); color: var(--cream); }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(201, 138, 61, .5); }
.p-cat { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--amber-2); }
.section-dark .p-cat { color: var(--amber); }
.p-name { font-family: var(--font-display); font-size: 1.08rem; font-weight: 600; margin: 0; line-height: 1.3; }
.p-price { font-weight: 700; font-size: 1.06rem; color: var(--green); }
.section-dark .p-price { color: var(--cream); }
.p-price del { color: var(--muted); font-weight: 500; margin-right: 6px; }
.section-dark .p-price del { color: rgba(250, 246, 236, .55); }
.p-price ins { text-decoration: none; }
.p-cta { margin-top: auto; padding-top: 14px; display: inline-flex; align-items: center; gap: 7px; font-size: .86rem; font-weight: 600; color: var(--amber-2); }
.section-dark .p-cta { color: var(--amber); }
.p-cta svg { width: 15px; height: 15px; transition: transform .18s ease; }
.product-card:hover .p-cta svg { transform: translateX(3px); }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-media { position: relative; }
.about-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; object-fit: cover; }
.about-badge {
  position: absolute; right: -18px; bottom: 26px; background: var(--green); color: var(--cream);
  border-radius: var(--radius); padding: 16px 22px; text-align: center; box-shadow: var(--shadow-lg);
  border: 1px solid rgba(201, 138, 61, .4);
}
.about-badge-num { display: block; font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; color: var(--amber); line-height: 1.1; }
.about-badge-txt { font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(250, 246, 236, .85); }
.about-copy p { font-size: 1.03rem; }
.about-points { list-style: none; padding: 0; margin: 24px 0 30px; }
.about-points li { position: relative; padding: 7px 0 7px 32px; font-size: 1rem; }
.about-points li::before {
  content: ''; position: absolute; left: 4px; top: 16px; width: 9px; height: 9px; border-radius: 50%;
  background: var(--amber);
}

/* ---------- Visit ---------- */
.section-visit { background: var(--green); color: var(--cream); padding: 0; }
.visit-grid { display: grid; grid-template-columns: 1fr 1.1fr; min-height: 560px; }
.visit-copy { padding: 80px 70px 80px max(24px, calc((100vw - var(--container)) / 2 + 24px)); }
.visit-copy .section-title { color: var(--cream); }
.visit-sub { color: rgba(250, 246, 236, .85); font-size: 1.05rem; margin-bottom: 30px; }
.visit-list { list-style: none; padding: 0; margin: 0 0 34px; }
.visit-list li { display: flex; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line-light); }
.visit-list li:first-child { border-top: 1px solid var(--line-light); }
.visit-ico { flex-shrink: 0; width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line-light); border-radius: 50%; color: var(--amber); }
.visit-ico svg { width: 18px; height: 18px; }
.visit-list strong { font-family: var(--font-body); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); }
.visit-list a { color: var(--cream); font-weight: 600; }
.visit-list a:hover { color: var(--amber); }
.h-row { display: flex; justify-content: space-between; max-width: 320px; gap: 20px; }
.h-day { color: rgba(250, 246, 236, .75); }
.h-time { color: var(--cream); }
.visit-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.visit-map { position: relative; min-height: 420px; }
.visit-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.9); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; color: var(--cream); overflow: hidden; }
.cta-band-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.cta-band-bg::after { content: ''; position: absolute; inset: 0; background: rgba(13, 36, 29, .88); }
.cta-band-inner { position: relative; z-index: 1; text-align: center; padding: 92px 24px; max-width: 720px; }
.cta-band-inner h2 { color: var(--cream); font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.cta-band-inner p { color: rgba(250, 246, 236, .88); font-size: 1.08rem; margin-bottom: 30px; }
.cta-band-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---------- Page hero ---------- */
.page-hero { background: var(--green); color: var(--cream); padding: 84px 0 68px; }
.page-hero .page-title { color: var(--cream); font-size: clamp(2rem, 4.4vw, 3.2rem); margin: 0 0 14px; }
.page-lede { color: rgba(250, 246, 236, .85); font-size: 1.1rem; max-width: 640px; margin: 0; }
.page-hero-shop { padding: 64px 0 54px; }
.shop-count { margin: 18px 0 0; font-size: .9rem; color: rgba(250, 246, 236, .7); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: start; }
.contact-card {
  display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line);
}
.contact-card:first-child { padding-top: 0; }
.contact-ico { flex-shrink: 0; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; background: var(--paper); border: 1px solid var(--line); border-radius: 50%; color: var(--green); }
.contact-ico svg { width: 20px; height: 20px; }
.contact-card h3 { font-family: var(--font-body); font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--amber-2); margin: 4px 0 6px; }
.contact-card p { margin: 0 0 4px; font-size: 1rem; }
.contact-card a { font-weight: 600; }
.contact-hours { list-style: none; margin: 0; padding: 0; }
.contact-hours li { display: flex; justify-content: space-between; gap: 20px; padding: 2px 0; font-size: .98rem; }
.contact-hours span:last-child { font-weight: 600; }

.contact-form-wrap { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 40px 38px; box-shadow: var(--shadow); }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: block; margin-bottom: 18px; }
.form-field span { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 7px; color: var(--ink); }
.form-field input, .form-field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 10px;
  font-family: var(--font-body); font-size: .98rem; background: var(--cream); color: var(--ink);
}
.form-field input:focus, .form-field textarea:focus { outline: none; border-color: var(--amber); background: #fff; }
.hp-field { position: absolute; left: -9999px; }
.form-fine { font-size: .82rem; color: var(--muted); margin: 12px 0 0; }
.notice { border-radius: 10px; padding: 14px 18px; margin-bottom: 22px; font-size: .95rem; }
.notice-success { background: #E8F3E9; border: 1px solid #B9D8BC; color: #23512A; }
.notice-error { background: #FBEAE7; border: 1px solid #E7BDB4; color: #7A2A1D; }

/* ---------- Map ---------- */
.map-frame { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.map-frame iframe { width: 100%; height: 420px; border: 0; display: block; }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 14px; }
.faq-item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 24px; }
.faq-item summary { cursor: pointer; font-weight: 600; font-size: 1.05rem; font-family: var(--font-display); }
.faq-item[open] summary { color: var(--green); margin-bottom: 10px; }
.faq-item p { margin: 0; color: var(--muted); }

/* ---------- Values (about) ---------- */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { background: rgba(250, 246, 236, .06); border: 1px solid var(--line-light); border-radius: var(--radius-lg); padding: 34px 30px; }
.value-ico { display: inline-flex; width: 46px; height: 46px; color: var(--amber); margin-bottom: 18px; }
.value-ico svg { width: 46px; height: 46px; }
.value-card h3 { color: var(--cream); font-size: 1.3rem; }
.value-card p { color: rgba(250, 246, 236, .8); margin: 0; font-size: .98rem; }
.about-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 44px 48px; box-shadow: var(--shadow); }
.about-cta p { margin: 0; color: var(--muted); }
.about-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }

/* ---------- Posts / journal ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; display: flex; flex-direction: column; gap: 8px; color: var(--ink); transition: all .2s ease; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); color: var(--ink); }
.post-thumb img { border-radius: 10px; margin-bottom: 12px; }
.post-title { font-size: 1.25rem; margin: 0; }
.post-excerpt { color: var(--muted); font-size: .95rem; margin: 0; }
.pagination { margin-top: 40px; display: flex; justify-content: center; }
.pagination .page-numbers { display: inline-flex; gap: 6px; list-style: none; padding: 0; margin: 0; }
.pagination a, .pagination span {
  display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px;
  padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); font-weight: 600;
}
.pagination .current { background: var(--green); color: var(--cream); border-color: var(--green); }

/* ---------- Prose ---------- */
.prose { font-size: 1.05rem; }
.prose h2 { margin-top: 1.6em; font-size: 1.7rem; }
.prose h3 { margin-top: 1.4em; font-size: 1.3rem; }
.prose a { border-bottom: 1.5px solid var(--amber); }
.prose img { border-radius: var(--radius); }
.post-cta { margin-top: 50px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px; text-align: center; }
.post-cta h3 { margin-bottom: 6px; }
.post-hero-img { border-radius: var(--radius-lg); margin-bottom: 30px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--green-2); color: rgba(250, 246, 236, .82); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr 1fr; gap: 48px; padding: 76px 24px 56px; }
.footer-brand img { margin-bottom: 20px; }
.footer-tag { font-size: .95rem; color: rgba(250, 246, 236, .75); margin-bottom: 18px; }
.footer-rating { display: inline-flex; align-items: center; gap: 8px; color: var(--cream); font-size: .9rem; font-weight: 600; }
.footer-rating:hover { color: var(--amber); }
.footer-col h3 { font-family: var(--font-body); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--amber); margin: 0 0 18px; }
.footer-col ul { list-style: none; margin: 0 0 24px; padding: 0; }
.footer-col li { padding: 5px 0; font-size: .95rem; }
.footer-col a { color: rgba(250, 246, 236, .85); }
.footer-col a:hover { color: var(--amber); }
.footer-hours li { display: flex; justify-content: space-between; gap: 18px; }
.footer-hours-title { margin-top: 4px !important; }
.footer-bottom { border-top: 1px solid var(--line-light); }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 16px; padding: 22px 24px; font-size: .82rem; color: rgba(250, 246, 236, .6); flex-wrap: wrap; }
.footer-bottom-inner p { margin: 0; }
.footer-legal { color: rgba(250, 246, 236, .78); font-weight: 600; }

/* ---------- Age gate ---------- */
.age-gate {
  position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center;
  background: rgba(13, 36, 29, .96); backdrop-filter: blur(6px); padding: 24px;
}
.age-gate[hidden] { display: none; }
.age-gate-card {
  background: var(--cream); border-radius: var(--radius-lg); max-width: 460px; width: 100%;
  padding: 44px 40px 34px; text-align: center; box-shadow: var(--shadow-lg);
  border: 1px solid rgba(201, 138, 61, .5);
}
.age-badge { margin: 0 auto 20px; }
.age-eyebrow { font-size: .75rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: #8F5B1F; margin: 0 0 8px; }
.age-title { font-size: 1.75rem; margin: 0 0 12px; }
.age-copy { color: var(--muted); margin-bottom: 26px; }
.age-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.age-actions .btn { min-width: 150px; }
.age-fine { margin: 22px 0 0; font-size: .78rem; color: #5C5347; letter-spacing: .06em; text-transform: uppercase; }
.age-denied { text-align: center; color: var(--cream); max-width: 420px; }
.age-denied .age-title { color: var(--cream); }

/* ---------- WooCommerce: breadcrumbs / toolbar ---------- */
.woocommerce-breadcrumb {
  font-size: .85rem; color: var(--muted); margin: 0 0 26px; padding-top: 34px;
}
.woocommerce-breadcrumb a { color: var(--muted); }
.woocommerce-breadcrumb a:hover { color: var(--amber-2); }
.crumb-sep { margin: 0 9px; color: var(--amber); }
.shop-area { padding-bottom: 80px; }
.shop-area-single { padding-top: 0; }
.shop-cats { display: flex; gap: 10px; flex-wrap: wrap; padding: 30px 0 34px; }
.pill {
  display: inline-flex; padding: 9px 20px; border-radius: 999px; border: 1.5px solid var(--line);
  font-size: .9rem; font-weight: 600; color: var(--ink); background: var(--paper); transition: all .16s ease;
}
.pill:hover { border-color: var(--amber); color: var(--amber-2); }
.pill.is-active { background: var(--green); border-color: var(--green); color: var(--cream); }
.woocommerce-result-count { float: left; margin: 10px 0 20px; color: var(--muted); font-size: .9rem; }
form.woocommerce-ordering { float: right; margin: 0 0 20px; }
.woocommerce ul.products, .woocommerce-pagination, .woocommerce-notices-wrapper { clear: both; }
form.woocommerce-ordering select {
  padding: 10px 14px; border: 1.5px solid var(--line); border-radius: 10px; background: var(--paper);
  font-family: var(--font-body); font-size: .9rem; color: var(--ink);
}
.woocommerce-notices-wrapper { margin-bottom: 24px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  border-radius: 10px; padding: 14px 18px; margin: 0 0 16px; font-size: .95rem; list-style: none;
  background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--amber);
}
.woocommerce-error { border-left-color: #B4442E; }
.woocommerce-message { border-left-color: #3E7B4A; }

/* ---------- WooCommerce: product loop ---------- */
.woocommerce ul.products {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; list-style: none; margin: 0 0 20px; padding: 0;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { content: none; }
.woocommerce ul.products li.product {
  display: flex; flex-direction: column; width: auto !important; margin: 0 !important; float: none !important;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 18px 18px 16px; transition: all .2s ease; position: relative;
}
.woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(201, 138, 61, .5); }
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link { display: flex; flex-direction: column; gap: 7px; color: var(--ink); flex: 1; }
.woocommerce ul.products li.product img {
  width: 100%; height: 148px; object-fit: contain; background: var(--cream); border-radius: 12px;
  padding: 12px; margin: 0 0 12px; border: 1px solid var(--line);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-display); font-size: 1.02rem; font-weight: 600; margin: 0; padding: 0; line-height: 1.3;
}
.woocommerce ul.products li.product .p-cat { order: -1; }
.woocommerce ul.products li.product .price { font-weight: 700; font-size: 1.04rem; color: var(--green); margin-top: auto; }
.woocommerce ul.products li.product .price del { color: var(--muted); font-weight: 500; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .star-rating { display: none; }
span.onsale {
  position: absolute; top: 26px; left: 26px; z-index: 2; background: var(--amber); color: var(--green-2);
  font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  border-radius: 999px; padding: 5px 12px; min-height: 0; line-height: 1.5;
}
.woocommerce-pagination { margin: 40px 0 0; text-align: center; }
.woocommerce-pagination ul.page-numbers { display: inline-flex; gap: 6px; list-style: none; margin: 0; padding: 0; border: 0; }
.woocommerce-pagination ul.page-numbers li { border: 0; margin: 0; }
.woocommerce-pagination ul.page-numbers .page-numbers {
  display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 12px;
  border: 1px solid var(--line); border-radius: 10px; background: var(--paper); font-weight: 600; color: var(--ink);
}
.woocommerce-pagination ul.page-numbers .page-numbers.current { background: var(--green); color: var(--cream); border-color: var(--green); }
.woocommerce-pagination ul.page-numbers a.page-numbers:hover { border-color: var(--amber); color: var(--amber-2); }

/* ---------- WooCommerce: single product ---------- */
.woocommerce div.product { margin: 0; }
.woocommerce div.product .product_title { font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin: 0 0 10px; }
.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 1.6rem; font-weight: 700; color: var(--green); margin: 0 0 18px; display: block;
}
.woocommerce div.product p.price del { color: var(--muted); font-weight: 500; font-size: 1.1rem; }
.woocommerce div.product p.price ins { text-decoration: none; }
.woocommerce-product-details__short-description { color: var(--muted); font-size: 1.02rem; }
.woocommerce div.product .product_meta { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .9rem; color: var(--muted); }
.woocommerce div.product .product_meta a { font-weight: 600; }
.lous-cta-box {
  background: var(--paper); border: 1px solid var(--line); border-left: 5px solid var(--amber);
  border-radius: var(--radius); padding: 26px 28px; margin: 26px 0 6px;
}
.lous-cta-box .cta-line { font-size: 1.05rem; font-weight: 600; margin: 0 0 16px; }
.lous-cta-box .cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.lous-cta-box .cta-note { margin: 16px 0 0; font-size: .84rem; color: var(--muted); }
.woocommerce div.product .woocommerce-tabs { margin-top: 44px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { list-style: none; padding: 0; margin: 0 0 22px; display: flex; gap: 8px; border-bottom: 1px solid var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block; padding: 12px 20px; font-weight: 600; color: var(--muted); border-bottom: 3px solid transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--ink); border-bottom-color: var(--amber); }
.woocommerce div.product .woocommerce-tabs .panel { padding: 6px 0 10px; }
.related.products, .upsells.products { margin-top: 60px; }
.related.products > h2, .upsells.products > h2 { font-size: 1.5rem; margin-bottom: 24px; }
.woocommerce div.product form.cart, .woocommerce div.product .cart { display: none; }
.woocommerce .quantity { display: none; }

/* ---------- 404 ---------- */
.error-hero { padding-bottom: 100px; }
.error-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .cat-grid, .product-grid { grid-template-columns: repeat(3, 1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .info-item:nth-child(2) { border-right: 0; }
  .info-item { border-bottom: 1px solid var(--line); }
  .info-item:nth-child(3), .info-item:nth-child(4) { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .visit-copy { padding: 70px 40px; }
}
@media (max-width: 900px) {
  .section { padding: 64px 0; }
  .header-inner { min-height: 72px; }
  .brand-logo-wide { display: none; }
  .brand-logo-stack { display: block; height: 54px; }
  .nav-toggle { display: block; }
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--cream); border-bottom: 1px solid var(--line);
    padding: 18px 24px 26px; flex-direction: column; align-items: stretch; gap: 6px;
    box-shadow: var(--shadow-lg); margin-left: 0;
  }
  .main-nav.open { display: flex; }
  .main-nav .menu { flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav .menu li { border-bottom: 1px solid var(--line); }
  .main-nav .menu a { display: block; padding: 14px 2px; font-size: 1.05rem; }
  .nav-cta { margin-top: 16px; }
  .hero-inner { padding: 84px 24px 76px; }
  .about-grid, .contact-grid, .visit-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 44px; }
  .about-badge { right: 14px; }
  .visit-map { min-height: 340px; }
  .value-grid { grid-template-columns: 1fr; }
  .about-cta { flex-direction: column; align-items: flex-start; padding: 34px 30px; }
  .cta-band-inner { padding: 68px 24px; }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; padding: 56px 24px 40px; }
  .footer-bottom-inner { flex-direction: column; }
}
@media (max-width: 640px) {
  .cat-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .info-grid { grid-template-columns: 1fr; }
  .info-item { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .info-item:last-child { border-bottom: 0 !important; }
  .contact-form .form-row { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 30px 24px; }
  .topbar-item.topbar-addr { display: none; }
  .hero-actions .btn, .cta-band-actions .btn { width: 100%; }
  .hero-rating { font-size: .82rem; padding: 8px 14px; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .age-gate-card { padding: 34px 26px 26px; }
  .age-actions .btn { width: 100%; min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .post-grid { grid-template-columns: 1fr; }
  .cat-tile { padding: 22px 18px 18px; }
  .cat-ico, .cat-ico svg { width: 42px; height: 42px; }
  .woocommerce ul.products li.product img { height: 118px; }
}
