/* === THEME: slpark === */
/* ============================================
   THEME: Spring Lake Park Dispensary
   "Paradise from Home."
   Mural-derived ember × ice (brand.json palette v2, 2026-07-02):
   the client's in-store mural — ember-orange smoke meeting glacial
   cyan over a near-black field, green at the seam. Dark, luminous,
   settled-certain. Warm against cold, meeting instead of fighting.
   TKT-92. Supersedes the toasted-clay restoration theme (bc29112).
   ============================================ */
:root {
  /* Palette v2 — sampled from the mural gen (brand_kit/tenants/slpark/brand.json) */
  --ember: #D76112;           /* primary — hearth heat, paradise's temperature */
  --flame-gold: #F09D20;      /* primary-light — the glow's center */
  --deep-ember: #9A3511;      /* primary-dark — pressed/active warm depth */
  --glacial: #0A93AA;         /* secondary — the Minnesota side: aurora, lake ice */
  --lit-teal: #22989B;        /* secondary-light — cool highlights on dark */
  --deep-teal: #055068;       /* secondary-dark — large cool surfaces */
  --abyss: #06364A;           /* transition band between teal and ink */
  --houseplant: #3D6B4D;      /* accent — the constant green, the mural's leaves */
  --houseplant-light: #6FA887;/* accent-light */
  --struck-gold: #F7CF17;     /* premium only — vanishingly sparing */
  --ink: #0D1B24;             /* the field — near-black, never pure #000 */
  --ink-lifted: #142835;      /* card surfaces — one step off the field */
  --ink-line: #24404E;        /* borders on ink */
  --cream: #EDE0CC;           /* body text on ink — the warm human constant */
  --mist: #8FA9B0;            /* muted text — cooled toward the glacial side */

  /* Legacy per-tenant aliases (brand-statement + older overrides reference these) */
  --deep-sage: var(--deep-teal);   /* brand-statement band rides the cold side now */
  --linen: var(--cream);
  --amber-warm: var(--flame-gold);
  --still-water: var(--lit-teal);
  --lake-mist: var(--mist);
  --river-stone: #6B7B78;     /* dark muted text on the WHITE menu card only */
  --silt: #3A4442;            /* dark text on the white menu card only */

  /* Typography — unchanged (Playfair settled serif + Inter) */
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-stat: 'Inter', sans-serif;
  --font-heading: var(--font-display);

  /* Layout */
  --header-h: 72px;
  --header-logo-w: 200px;
  --header-logo-h: 48px;

  /* Component-facing semantic tokens — everything luminous sits on the ink field */
  --body-bg: var(--ink);
  --body-fg: var(--cream);
  --heading: var(--cream);
  --heading-strong: var(--cream);
  --link: var(--lit-teal);
  --link-hover: var(--flame-gold);

  --header-bg: rgba(13, 27, 36, 0.94);      /* frosted ink */
  --footer-bg: var(--abyss);
  --footer-accent: var(--flame-gold);

  /* Shared-component semantic aliases (every theme must define these) */
  --moss: var(--houseplant-light);  /* green accent — the constant, lifted for dark */
  --deep-fern: var(--cream);        /* strong text on cards (cards are dark now) */
  --washi: var(--ink-line);         /* borders */
  --kinako: var(--ink-lifted);      /* card surfaces */
  --shoji: var(--ink);              /* section bg */
  --fog: var(--mist);               /* muted text */
  --charcoal: var(--cream);         /* body text — cream on ink */
  --sumi: var(--cream);
  --yuzu: var(--flame-gold);        /* warm accent */

  --hero-bg-image: none;
  --hero-overlay: none;
  --about-bg: linear-gradient(135deg, var(--ink-lifted) 0%, var(--ink) 140%);
}

/* Headings get the serif display face — settled, not shouting */
h1, h2, h3, h4 { font-family: var(--font-display); letter-spacing: 0.01em; }

/* Hero — §1 mural-language render full-bleed (ember braids into glacial, green at
   the seam, dark negative space carries the headline). The art is already dark, so
   the scrim is a light ink gradient just to anchor the text block at the bottom.
   Theme CSS is concatenated BEFORE component CSS, so structural wins need !important. */
.hero {
  background:
    linear-gradient(to top, rgba(13, 27, 36, 0.42) 0%, rgba(13, 27, 36, 0.12) 45%, rgba(13, 27, 36, 0.05) 100%),
    url("img/hero.jpg") center / cover no-repeat !important;
  min-height: 82vh !important;
  align-items: flex-end !important;
  position: relative !important;
  overflow: hidden !important;
}
/* Text rides an opaque ink card (operator direction): the art stays bright
   (scrim above is light now), the card guarantees contrast. */
.hero__main {
  background: rgba(13, 27, 36, 0.93);
  border: 1px solid var(--ink-line);
  border-radius: 12px;
  padding: 2.5rem 3rem 2.25rem !important;
  max-width: 720px;
  margin: 0 auto 3rem !important;
  backdrop-filter: blur(3px);
}
@media (max-width: 767px) {
  .hero__main { padding: 1.75rem 1.25rem 1.5rem !important; margin: 0 1rem 2rem !important; }
}
/* Hyper-mobile audience: the hero box goes PORTRAIT on phones, and center/cover
   would show only the center ~23% slice of the landscape art — the two-worlds
   story vanishes. Swap in the vertical companion (§1c; stopgap portrait crop of
   the same scene until the true 9:16 gen lands). */
@media (max-width: 767px) {
  .hero {
    background:
      linear-gradient(to top, rgba(13, 27, 36, 0.82) 0%, rgba(13, 27, 36, 0.28) 45%, rgba(13, 27, 36, 0.10) 100%),
      url("img/hero-mobile.jpg") center / cover no-repeat !important;
  }
}

.hero__wrap { position: relative; z-index: 1; }
/* Hero copy — three fresh lines (operator spec):
   h1 "Paradise from Home" · line 2 "Recreational Dispensary" · line 3
   "Spring Lake Park, MN". The shared hero stacks the title ONE WORD PER LINE
   via word-spacing:100vw — reverted here so the title reads as one line. */
.hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.01em;
  word-spacing: normal !important;
  font-size: clamp(1.9rem, 3.5vw, 2.85rem) !important;
  white-space: nowrap;
}
/* below iPhone-standard width: let the title wrap rather than clip */
@media (max-width: 374px) {
  .hero__title { white-space: normal; font-size: 1.7rem !important; }
  line-height: 1.12 !important;
  margin-bottom: 1rem !important;
  color: var(--cream) !important;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
}
.hero__subtitle, .hero__eyebrow {
  font-family: var(--font-stat);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 1.02rem !important;
  color: var(--flame-gold) !important;
  margin-bottom: 0.6rem !important;
}
.hero__desc {
  font-family: var(--font-stat);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.86rem !important;
  color: var(--mist) !important;
  margin-bottom: 1.9rem !important;
}
.hero__ctas { margin-top: 0.5rem !important; }
.hero__sidebar div, .hero__info-item, .hero__info-item a { color: var(--cream) !important; }

/* CTAs — invisible-CTA guard: cream text on ember, never tone-on-tone.
   Hover flips temperature (ember → glacial), the brand's whole gesture.
   cta.css defaults primary to --moss (green) and secondary to WHITE bg, and
   component CSS wins ties against theme CSS — so these carry !important. */
.cta { border-radius: 6px; letter-spacing: 0.1em; font-family: var(--font-stat); font-weight: 600; }
.cta--primary { background: var(--ember) !important; border-color: var(--ember) !important; color: var(--cream) !important; }
.cta--primary::before { background: var(--glacial) !important; }
.cta--primary:hover { color: var(--cream) !important; border-color: var(--glacial) !important; }
.cta--secondary { background: transparent !important; color: var(--cream) !important; border-color: var(--lit-teal) !important; }
.cta--secondary:hover { background: var(--ink-lifted) !important; color: var(--cream) !important; }
.hero__ctas .cta--secondary { border-color: var(--flame-gold) !important; }
/* Hero CTA pair — equal twins (Find Us was rendering squat next to the primary).
   Desktop-scoped per the CTA-equalizer-breaks-stacked-mobile trap (TKT-49):
   ≥768px equalizes side-by-side; below that, one centered full-width column. */
@media (min-width: 768px) {
  .hero__ctas { display: flex; gap: 1rem; align-items: stretch; }
  .hero__ctas .cta {
    display: inline-flex !important;
    align-items: center; justify-content: center;
    padding: 0.95em 2.2em !important;
    min-width: 190px;
    font-size: 0.92rem !important;
    border-width: 2px !important;
  }
}
@media (max-width: 767px) {
  .hero__ctas { display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
  .hero__ctas .cta {
    display: flex !important; align-items: center; justify-content: center;
    width: 100%; max-width: 340px; margin: 0 auto;
    padding: 0.95em 1em !important;
    border-width: 2px !important;
  }
}

/* Facts bar — was a flat kinako band (read cheap on dark). Whisper-smoke
   texture under a cold wash + a real shadow box: deep drop below, hairline
   cream inset above, warm hairline borders. */
.trustbar, .trust-bar {
  background:
    linear-gradient(rgba(13, 27, 36, 0.55), rgba(13, 27, 36, 0.68)),
    url("img/band-texture.jpg") center / cover no-repeat !important;
  border-top: 1px solid rgba(240, 157, 32, 0.16) !important;
  border-bottom: 1px solid rgba(36, 64, 78, 0.9) !important;
  box-shadow:
    inset 0 1px 0 rgba(237, 224, 204, 0.05),
    0 18px 40px -18px rgba(0, 0, 0, 0.6);
}
.trustbar__value, .trust-bar__value { color: var(--flame-gold) !important; }

/* Info / visit cards — lifted ink with the green key line (the constant accent) */
.info-card { background: var(--ink-lifted); border: 1px solid var(--ink-line); border-left: 5px solid var(--houseplant-light); }
.visit__card { background: var(--ink-lifted); border-color: var(--ink-line); }
.visit__card h2 { color: var(--cream); }

/* The Dutchie menu card stays WHITE (menus read on white); its text stays dark
   against that white, not the cream-on-ink default. */
.dutchie-wrap__placeholder { color: var(--river-stone) !important; }

/* Footer — abyss band, ember accent streak */
.site-footer::before { background: linear-gradient(90deg, transparent, rgba(215, 97, 18, 0.5), transparent); }
.footer__center h3 { font-family: var(--font-display); }
.site-header { border-bottom: 1px solid var(--ink-line); }

/* §3 Artlist texture — whisper-smoke ink behind the shop / menu section. The
   texture is already near-black; a faint ink wash keeps it quiet under the
   section title, and the white menu card floats above it. */
.dutchie-menu {
  background-image:
    linear-gradient(rgba(13, 27, 36, 0.30), rgba(13, 27, 36, 0.42)),
    url("img/section-bg2.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}

/* Brand-statement band — rides the legacy --deep-sage alias (now deep teal);
   abyss depth + the smoke texture under a cold wash so the flat blue reads
   material, not vector-fill. */
.brand-statement {
  background:
    linear-gradient(rgba(6, 54, 74, 0.55), rgba(6, 54, 74, 0.72)),
    url("img/band-texture.jpg") center / cover no-repeat !important;
  box-shadow: inset 0 1px 0 rgba(237, 224, 204, 0.05), inset 0 -14px 30px -20px rgba(0, 0, 0, 0.55);
}

/* Find us (visit) — same whisper-smoke texture treatment as the shop section
   (operator direction: "find us on some texture"); ink wash keeps the cards
   and cream type comfortable on it. */
.visit {
  background-image:
    linear-gradient(rgba(13, 27, 36, 0.35), rgba(13, 27, 36, 0.48)),
    url("img/section-bg2.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}

/* Feature image (§2, the mural photo) — the component colors its caption with
   --shoji (a LIGHT section bg in light themes, doubling as light text on the
   caption's dark gradient). On this dark theme shoji=ink, which vanished the
   caption — pin it to cream. Same for the figure's backing band. */
.featureimg__cap span { color: var(--cream) !important; }
.featureimg { background: var(--ink-lifted) !important; }


/* === BASE === */
/* ============================================
   BASE — reset + layout utilities
   (shared across all tenants; theme.css defines tokens)
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h, 64px) + 32px);
}

body {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 16px;
  line-height: 1.6;
  color: var(--body-fg, #1C1C1C);
  background: var(--body-bg, #FAFAF5);
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--link, #4A7C59);
  text-decoration: none;
  transition: color 0.2s, transform 0.2s, background 0.2s;
}
a:hover { color: var(--link-hover, #7FB069); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display, 'DM Sans', sans-serif);
  font-weight: 700;
  color: var(--heading, #1C1C1C);
  line-height: 1.1;
}

h2 { font-size: clamp(1.8rem, 4vw, 3rem); }

p + p { margin-top: 1.5em; }

.wrap {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

/* Platform producer credit — rendered globally from _skeleton on every
   tenant/page. Subtle by design; a theme may retint via the two tokens. */
.ht-credit {
  text-align: center;
  padding: 1.25rem 1rem;
  background: var(--ht-credit-bg, transparent);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--ht-credit-fg, #9a9a9a);
}
.ht-credit p { margin: 0; }
.ht-credit a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}
.ht-credit a:hover { color: inherit; text-decoration: underline; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}


/* === PRIMITIVE: cta === */
/* CTA primitive — used inline by hero, visit, dutchie-menu, etc.
   Variants (set via config prop "variant"):
     primary          — solid bg in brand color, white text, large
     secondary        — plain text, subtle hover (current default)
     secondary-border — plain + visible border
     secondary-color  — bordered + colored text/border
     secondary-line   — underline-only, minimal                     */

.cta {
  display: inline-block;
  padding: 0.9em 2em;
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: 4px; border: 2px solid transparent;
  transition: all 0.3s;
  cursor: pointer; position: relative; overflow: hidden;
  text-decoration: none;
}

/* --- Primary: big, bold, solid brand color ---
   The label color is tokenized (--cta-primary-fg, default white) because the
   fleet's primaries were all dark enough for white text — greens and navies —
   and a light brand primary silently produced an illegible button. bakes'
   Budder Gold #C98A3B scores 2.92:1 against white (AA needs 4.5) and 5.78:1
   against Ink, so its theme sets the token. Every theme that does NOT set it
   renders byte-identically to before. */
.cta--primary {
  padding: 1.15em 2.8em;
  font-size: 0.95rem;
  background: var(--moss, #4A7C59);
  color: var(--cta-primary-fg, white);
  border-color: var(--moss, #4A7C59);
}
.cta--primary::before {
  content: ''; position: absolute; top: 0; left: -100%;
  width: 100%; height: 100%;
  background: var(--deep-fern, #2B5438);
  transition: left 0.3s; z-index: -1;
}
.cta--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(74, 124, 89, 0.35);
}
.cta--primary:hover::before { left: 0; }

/* --- Secondary: plain text, subtle hover --- */
.cta--secondary {
  background: white; color: var(--moss, #4A7C59);
  border-color: transparent;
}
.cta--secondary:hover {
  background: var(--kinako, #F2EBD9);
  color: var(--sumi, #1C1C1C);
}

/* --- Secondary bordered: plain + visible border --- */
.cta--secondary-border {
  background: white; color: var(--sumi, #1C1C1C);
  border-color: var(--washi, #E4DDD0);
}
.cta--secondary-border:hover {
  border-color: var(--driftwood, #C8BFA8);
  background: var(--kinako, #F2EBD9);
}

/* --- Secondary colored: border + text in brand color --- */
.cta--secondary-color {
  background: transparent; color: var(--moss, #4A7C59);
  border-color: var(--moss, #4A7C59);
}
.cta--secondary-color:hover {
  background: var(--moss, #4A7C59);
  color: var(--cta-primary-fg, white);
}

/* --- Secondary underline: minimal, text-link feel --- */
.cta--secondary-line {
  background: transparent; color: var(--moss, #4A7C59);
  border: none; border-radius: 0;
  padding-left: 0; padding-right: 0;
  border-bottom: 2px solid var(--moss, #4A7C59);
}
.cta--secondary-line:hover {
  color: var(--deep-fern, #2B5438);
  border-bottom-color: var(--deep-fern, #2B5438);
}

/* --- Modifiers --- */
.cta--block { width: 100%; text-align: center; }


/* === COMPONENT: age-gate === */
/* ============================================
   AGE GATE — first-paint modal, sessionStorage-backed
   ============================================ */
.age-gate {
  position: fixed; inset: 0;
  z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  padding: 1.5rem;
}
.age-verified .age-gate { display: none; }

.age-gate__backdrop {
  position: absolute; inset: 0;
  background: rgba(28, 28, 28, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: ageGateFadeIn 0.35s ease-out both;
}

.age-gate__card {
  position: relative;
  max-width: 440px; width: 100%;
  padding: 2.5rem 2rem;
  background: var(--shoji, #FAFAF5);
  border-radius: 12px;
  border: 2px solid var(--washi, #E4DDD0);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  text-align: center;
  animation: ageGatePop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.age-gate__brand {
  font-family: var(--font-display, 'DM Sans', sans-serif);
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--moss, #4A7C59);
  margin-bottom: 1.25rem;
}

.age-gate__headline {
  font-family: var(--font-display, 'DM Sans', sans-serif);
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: var(--heading-strong, #2B5438);
  margin: 0 0 0.75rem;
  line-height: 1.15;
}

.age-gate__sub {
  font-size: 0.95rem;
  color: var(--charcoal, #4A4A4A);
  line-height: 1.55;
  margin: 0 0 1.75rem;
}

.age-gate__actions {
  display: flex; flex-direction: column; gap: 0.75rem;
  align-items: stretch;
}

/* Matched button pair, theme-proof.
   The shared .cta--secondary is `background:white; border:transparent`, which
   vanishes on a near-white card (the "invisible-CTA trap") and clashes on a
   dark one. Several tenant themes also redefine `.cta` with no border, so the
   gate's buttons must declare the FULL border (style included) explicitly —
   never inherit it from the shared base. The deny button reuses --charcoal
   (the same token the sub-headline uses, so it's known-legible on every
   theme's card) with a currentColor border. */
.age-gate__actions .cta {
  width: 100%; text-align: center;
  padding: 1rem 1.75rem;
  font-size: 0.9rem;
  border-radius: 8px;
  border: 2px solid transparent;
}
.age-gate__actions .cta:focus-visible {
  outline: 2px solid var(--moss, #4A7C59);
  outline-offset: 3px;
}
/* Primary: solid brand fill; border matches fill so there's no ring. */
.age-gate__actions .cta--primary {
  background: var(--moss, #4A7C59);
  color: var(--cta-primary-fg, white);
  border-color: var(--moss, #4A7C59);
}
/* Deny: visible bordered button on any card (border == legible text color). */
.age-gate__actions .cta--secondary {
  background: transparent;
  color: var(--charcoal, #4A4A4A);
  border-color: currentColor;
}
.age-gate__actions .cta--secondary:hover,
.age-gate__actions .cta--secondary:focus-visible {
  background: var(--charcoal, #4A4A4A);
  color: var(--shoji, #FAFAF5);
}

.age-gate__legal {
  font-size: 0.75rem;
  color: var(--fog, #8A8A8A);
  margin: 1.5rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--washi, #E4DDD0);
  line-height: 1.5;
}

/* Lock page scroll while gate is active */
body.age-gate-active { overflow: hidden; }

@keyframes ageGateFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes ageGatePop {
  from { opacity: 0; transform: translateY(12px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 600px) {
  .age-gate__card { padding: 2rem 1.5rem; }
}


/* === COMPONENT: header === */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--header-h);
  background: var(--header-bg, rgba(250, 250, 245, 0.95));
  backdrop-filter: blur(12px);
  border-bottom: 2px solid var(--washi, #E4DDD0);
  z-index: 1000;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  padding: 0 1.5rem;
}
.header__logo { flex-shrink: 0; display: flex; align-items: center; }
.header__logo img,
.header__logo .header__logo-img {
  width: var(--header-logo-w, 120px);
  height: var(--header-logo-h, 40px);
  display: block;
  object-fit: contain;
  transition: transform 0.3s;
}
.header__nav { flex: 1; display: flex; justify-content: center; }
.nav-list { display: flex; gap: 2.5rem; list-style: none; }
.nav-link {
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--fog, #8A8A8A); position: relative;
  transition: color 0.2s;
}
.nav-link::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
  height: 2px; background: var(--moss, #4A7C59);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.3s;
}
.nav-link:hover, .nav-link.active { color: var(--moss, #4A7C59); }
.nav-link.active::after { transform: scaleX(1); transform-origin: left; }
.header__phone {
  display: inline-flex; align-items: center; gap: 0.5em;
  font-size: 0.85rem; font-weight: 600; letter-spacing: 0.02em;
  color: var(--sumi, #1C1C1C); white-space: nowrap;
  transition: color 0.2s;
}
.header__phone-icon {
  width: 1em; height: 1em; flex-shrink: 0;
  color: var(--moss, #4A7C59);
}
.header__phone:hover { color: var(--moss, #4A7C59); }
.header__cta {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--moss, #4A7C59);
  padding: 0.7em 1.5em; border: 2px solid var(--moss, #4A7C59);
  border-radius: 4px; transition: all 0.3s; white-space: nowrap;
}
.header__cta:hover {
  background: var(--moss, #4A7C59); color: white;
  transform: translateY(-2px); box-shadow: 0 4px 12px rgba(74, 124, 89, 0.3);
}
.mobile-menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.hamburger, .hamburger::before, .hamburger::after {
  display: block; width: 24px; height: 2.5px;
  background: var(--sumi, #1C1C1C); transition: all 0.3s; border-radius: 1px;
}
.hamburger { position: relative; }
.hamburger::before, .hamburger::after { content: ''; position: absolute; left: 0; }
.hamburger::before { top: -8px; }
.hamburger::after { top: 8px; }

@media (max-width: 980px) {
  .header__nav {
    display: none; position: absolute; top: var(--header-h); left: 0; right: 0;
    background: var(--header-bg, rgba(250, 250, 245, 0.98)); backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--washi, #E4DDD0);
    flex-direction: column; padding: 1.5rem 0; z-index: 999;
  }
  .header__nav.open { display: flex; }
  .nav-list { flex-direction: column; gap: 0; }
  .nav-link { display: block; padding: 1rem 1.5rem; border-bottom: 1px solid var(--washi, #E4DDD0); }
  .nav-link::after { display: none; }
  .header__cta { display: none; }
  /* Mobile row: the desktop gap (2rem) overflows a 375px viewport once the
     phone joins the row (logo + phone + toggle + 2 gaps + padding = 415px),
     clipping the menu toggle offscreen — tighten it. */
  .header__inner { gap: 0.75rem; }
  /* Cap the logo so logo + phone + toggle always fit one row: tenants set
     --header-logo-w up to 160px, which overflows 375px even with tight gaps.
     32vw = 120px at 375, scaling down gracefully on smaller screens. */
  .header__logo img,
  .header__logo .header__logo-img { width: min(var(--header-logo-w, 120px), 32vw); }
  /* Tuck the phone right, beside the menu toggle (operator call, 2026-07-15):
     under space-between the middle item centers between UNEQUAL flanks (wide
     logo vs 40px toggle), reading ~80px right of viewport center — no
     centering pretense; the auto margin clusters phone+toggle right and the
     row gap provides the breather. */
  .header__phone { font-size: 0.8rem; margin-left: auto; }
  .mobile-menu-toggle { display: block; }
}


/* === COMPONENT: hero === */
.hero {
  padding-top: calc(var(--header-h) + 2rem);
  padding-bottom: 0;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  background: var(--body-bg, #FAFAF5);
}
.hero__wrap {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; align-items: center;
  width: 100%;
}
.hero__main {
  padding: 4rem 3rem 4rem 0;
  display: flex; flex-direction: column; justify-content: center;
}
.hero__title {
  font-size: clamp(2.8rem, 9vw, 5.2rem);
  font-weight: 700; color: var(--heading-strong, #2B5438);
  margin-bottom: 0.4rem; line-height: 1;
  letter-spacing: -0.02em; text-transform: uppercase;
  word-spacing: 100vw;
  animation: fadeInUp 0.8s ease-out;
}
.hero__subtitle {
  font-size: 1.4rem; font-weight: 600; color: var(--moss, #4A7C59);
  margin-bottom: 0.3rem; letter-spacing: 0.03em;
  font-style: italic;
  animation: fadeInUp 0.8s ease-out 0.1s both;
}
.hero__desc {
  font-size: 1rem; color: var(--charcoal, #4A4A4A);
  margin-bottom: 2rem; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.85;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}
.hero__ctas {
  display: flex; gap: 1.2rem; flex-wrap: wrap;
  animation: fadeInUp 0.8s ease-out 0.3s both;
}
.hero__sidebar {
  display: flex; flex-direction: column; gap: 1.5rem;
  margin-top: 2.5rem;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}
.hero__image {
  position: relative;
  height: 100%;
  min-height: calc(100vh - var(--header-h) - 2rem);
  overflow: hidden;
  animation: fadeIn 1s ease-out;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero__wrap { grid-template-columns: 1fr; }
  .hero__main { padding: 3rem 0; text-align: center; align-items: center; }
  .hero__image { min-height: 60vh; }
  .hero__sidebar { flex-direction: row; gap: 1rem; }
  .info-card { flex: 1; }
}
@media (max-width: 600px) {
  .hero__main { padding: 2rem 0; }
  .hero__title { font-size: 2.2rem; }
  .hero__subtitle { font-size: 1rem; }
  .hero__desc { font-size: 0.85rem; margin-bottom: 1.5rem; }
  .hero__ctas { flex-direction: column; gap: 1rem; width: 100%; }
  .hero__ctas .cta { text-align: center; }
  .hero__image { min-height: 50vh; }
  .hero__sidebar { flex-direction: column; }
}

/* Hero CTAs — roomier on tablet/desktop. The compact mobile base (cta.css)
   looks clunky and undersized against a full-bleed hero on larger screens,
   so bump the padding (and a touch more gap) from tablet up. Mobile-first:
   the base stays untouched below 768px. Engine-wide — applies to every
   tenant's hero. */
@media (min-width: 768px) {
  .hero__ctas { gap: 1.5rem; }
  .hero__ctas .cta { padding: 1.1em 2.8em; }
  .hero__ctas .cta--primary { padding: 1.35em 3.4em; }
}


/* === COMPONENT: trust-bar === */
.trustbar {
  background: var(--kinako, #FBF1DD);
  border-top: 1px solid var(--washi, #F4E6CB);
  border-bottom: 1px solid var(--washi, #F4E6CB);
  padding: 2.4rem 0;
}
.trustbar__row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; max-width: 1080px; margin: 0 auto;
}
.trustbar__item { display: flex; align-items: center; gap: 0.9rem; justify-content: center; }
.trustbar__value {
  font-family: var(--font-heading, serif); font-weight: 800;
  font-size: 2rem; line-height: 1; color: var(--moss, #A04E38);
}
.trustbar__text { display: flex; flex-direction: column; line-height: 1.25; }
.trustbar__label { font-family: var(--font-body, sans-serif); font-weight: 700; font-size: 0.95rem; color: var(--heading-strong, #28435A); }
.trustbar__sub {
  font-family: var(--font-body, sans-serif); font-size: 0.72rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--fog, #5C544D); margin-top: 2px;
}
@media (max-width: 820px) { .trustbar__row { grid-template-columns: 1fr 1fr; gap: 1.4rem; } }
@media (max-width: 460px) { .trustbar__row { grid-template-columns: 1fr; } .trustbar__item { justify-content: flex-start; } }


/* === COMPONENT: about === */
.about {
  padding: 6rem 0;
  background: var(--about-bg, linear-gradient(135deg, #F2EBD9 0%, #E4DDD0 100%));
}
.about__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
  align-items: start;
  max-width: 720px;
  margin: 0 auto;
}
.about__container--with-image {
  grid-template-columns: 380px 1fr;
  max-width: 1000px;
  margin: 0;
}
.about__botanical { width: 100%; }
.about__botanical img {
  width: 100%; height: auto; display: block;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  transform: rotate(-2deg);
}
.about__botanical img:hover { transform: rotate(0deg) translateY(-2px); }
.about__text h2 {
  color: var(--heading-strong, #2B5438);
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
.about__text p {
  font-size: 1rem;
  color: var(--charcoal, #4A4A4A);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

@media (max-width: 980px) {
  .about__container { grid-template-columns: 1fr; }
  .about__botanical { max-width: 320px; margin: 0 auto; }
}
@media (max-width: 600px) {
  .about { padding: 4rem 0; }
  .about__container { gap: 2rem; }
  .about__botanical { max-width: 240px; margin: 0 auto; }
}


/* === COMPONENT: feature-image === */
.featureimg { background: var(--heading-strong, #28435A); }
.featureimg__fig { margin: 0; position: relative; display: block; }
.featureimg__fig img { display: block; width: 100%; height: clamp(380px, 60vh, 660px); object-fit: cover; }
.featureimg__cap {
  position: absolute; left: 0; right: 0; bottom: 0; margin: 0;
  padding: 3rem 1.5rem 1.4rem; text-align: center;
  background: linear-gradient(transparent, rgba(31, 26, 24, 0.65));
}
.featureimg__cap span {
  font-family: var(--font-display, cursive);
  color: var(--shoji, #FBF8F0);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  text-shadow: 0 2px 14px rgba(31, 26, 24, 0.5);
}


/* === COMPONENT: dutchie-menu === */
.dutchie-menu { padding: 4rem 0 5rem; background: var(--shoji, #FAFAF5); }
.dutchie-menu__title {
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--heading-strong, #2B5438);
  text-align: center; margin-bottom: 0.6rem;
}
.dutchie-menu__sub {
  text-align: center; max-width: 640px; margin: 0 auto 2.5rem;
  color: var(--charcoal, #4A4A4A); font-size: 1rem;
}
/* Sits between the subtitle and the menu box; pulls up into the subtitle's
   2.5rem gap so it reads as a note on the menu, not a third heading line. */
.dutchie-menu__notice {
  max-width: 640px; margin: -1.5rem auto 1.75rem;
  padding: 0.7rem 1rem; text-align: center;
  font-size: 0.95rem; line-height: 1.4;
  color: var(--heading-strong, #2B5438);
  background: rgba(74, 124, 89, 0.08);
  border: 1px solid var(--washi, #E4DDD0);
  border-radius: 6px;
}
.dutchie-wrap {
  background: white;
  border-radius: 8px;
  border: 1px solid var(--washi, #E4DDD0);
  padding: 1.5rem;
  min-height: 400px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.dutchie-wrap__placeholder {
  padding: 3rem 1.5rem; text-align: center;
  color: var(--fog, #8A8A8A);
  border: 2px dashed var(--washi, #E4DDD0);
  border-radius: 6px;
}
.dutchie-wrap__placeholder strong {
  display: block; color: var(--moss, #4A7C59);
  font-size: 1.1rem; margin-bottom: 0.5rem;
}
/* Hide the fallback the moment Dutchie's embed injects its iframe. */
.dutchie-wrap:has(iframe) .dutchie-wrap__placeholder { display: none; }

@media (max-width: 600px) {
  .dutchie-menu { padding: 2.5rem 0; }
  .dutchie-wrap { padding: 0.75rem; }
}


/* === COMPONENT: brand-statement === */
/* Per-tenant brand-statement interstitial — a quiet wordmark moment on the cold
   deep-sage band (the knockout logo is linen, designed for dark backgrounds). */
.brand-statement {
  background: var(--deep-sage, #2D5952);
  padding: 5.5rem 0;
  text-align: center;
}
.brand-statement__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}
.brand-statement__mark {
  width: min(320px, 78%);
}
.brand-statement__mark svg {
  width: 100%;
  height: auto;
  display: block;
}
.brand-statement__line {
  font-family: var(--font-display, 'Playfair Display', Georgia, serif);
  font-size: clamp(1.6rem, 3.6vw, 2.4rem);
  color: var(--linen, #F4F0E8);
  font-style: italic;
  letter-spacing: 0.01em;
  margin: 0;
}
@media (max-width: 600px) {
  .brand-statement { padding: 4rem 0; }
}


/* === COMPONENT: visit === */
.visit { padding: 5rem 0; background: var(--shoji, #FAFAF5); }
.visit__card {
  background: linear-gradient(135deg, var(--kinako, #F2EBD9) 0%, var(--washi, #E4DDD0) 100%);
  padding: 4rem; border-radius: 12px;
  text-align: center;
  border: 2px solid var(--washi, #E4DDD0);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  max-width: 600px; margin: 0 auto;
}
.visit__card h2 { color: var(--heading-strong, #2B5438); margin-bottom: 2rem; }
.visit__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2rem; margin-bottom: 2rem;
}
.visit__item strong {
  display: block; font-size: 0.75rem;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--fog, #8A8A8A); margin-bottom: 0.6rem; font-weight: 600;
}
.visit__item p { font-size: 1rem; color: var(--charcoal, #4A4A4A); line-height: 1.7; margin: 0; }
/* An orphaned final item (odd count in the 2-col grid) spans the full row so it
   centers under the pair above, instead of hanging alone in the left column. */
.visit__grid > .visit__item:last-child:nth-child(odd) { grid-column: 1 / -1; }
.visit__legal {
  font-size: 0.85rem; color: var(--fog, #8A8A8A);
  margin: 0; padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.visit__item--social a {
  color: var(--link, var(--heading-strong, #2B5438));
  font-weight: 600; text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease;
}
.visit__item--social a:hover { border-color: currentColor; }

@media (max-width: 980px) { .visit__grid { grid-template-columns: 1fr; } }
@media (max-width: 600px) {
  .visit { padding: 3rem 0; }
  .visit__card { padding: 2rem; }
  .visit__card h2 { font-size: 1.6rem; margin-bottom: 1.5rem; }
}


/* === COMPONENT: map === */
.map-section {
  width: 100%;
  background: var(--kinako, #F2EBD9);
}
.map-section iframe {
  width: 100%;
  height: var(--map-h, 420px);
  border: 0;
  display: block;
}
@media (max-width: 600px) {
  .map-section iframe { height: 300px; }
}


/* === COMPONENT: footer === */
.site-footer {
  background: var(--footer-bg, #1C1C1C);
  color: rgba(250, 250, 245, 0.7);
  padding: 4rem 0;
  position: relative;
}
.site-footer::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg,
    transparent, rgba(127, 176, 105, 0.3), transparent);
}
.footer__vinyl {
  text-align: center; padding: 3rem 0;
  border-bottom: 1px solid rgba(250, 250, 245, 0.1);
  position: relative;
}
.footer__center h3 {
  font-family: var(--font-display, 'DM Sans', sans-serif);
  font-size: 1.6rem; color: white;
  margin-bottom: 0.4rem; letter-spacing: -0.01em;
}
.footer__tagline {
  color: var(--footer-accent, #E2B84A);
  font-weight: 600; font-size: 0.95rem;
  margin-bottom: 0.3rem; letter-spacing: 0.05em;
}
.footer__desc {
  font-size: 0.85rem;
  color: rgba(250, 250, 245, 0.5);
  letter-spacing: 0.05em; margin: 0;
}
.footer__copy {
  text-align: center; padding-top: 2rem;
  font-size: 0.8rem; color: rgba(250, 250, 245, 0.4);
}
.footer__warning {
  max-width: 70ch;
  margin: 2rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(250, 250, 245, 0.12);
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.6;
  color: rgba(250, 250, 245, 0.7);
}
.footer__legal {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 1.25rem; margin-bottom: 1rem;
}
.footer__legal-link {
  color: rgba(250, 250, 245, 0.6);
  font-size: 0.8rem; text-decoration: none;
  letter-spacing: 0.04em;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.footer__legal-link:hover {
  color: white;
  border-bottom-color: rgba(250, 250, 245, 0.4);
}
@media (max-width: 600px) {
  .site-footer { padding: 2rem 0; }
  .footer__center h3 { font-size: 1.3rem; }
  .footer__tagline { font-size: 0.85rem; }
}


/* === COMPONENT: prose === */
.prose-section {
  padding: calc(var(--header-height, 80px) + 3rem) 0 4rem;
  background: var(--body-bg);
  color: var(--body-fg);
}

.prose-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.prose-title {
  font-family: var(--heading-font, inherit);
  color: var(--heading-strong, var(--body-fg));
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.1;
  margin: 0 0 0.5rem;
}

.prose-updated {
  color: var(--muted, rgba(0,0,0,0.55));
  font-size: 0.875rem;
  margin: 0 0 2rem;
}

.prose-body {
  line-height: 1.7;
  font-size: 1rem;
}

.prose-body h2 {
  font-family: var(--heading-font, inherit);
  color: var(--heading-strong, var(--body-fg));
  font-size: 1.4rem;
  margin: 2.25rem 0 0.75rem;
}

.prose-body h3 {
  font-size: 1.1rem;
  margin: 1.75rem 0 0.5rem;
}

.prose-body p { margin: 0 0 1rem; }
.prose-body ul, .prose-body ol { margin: 0 0 1rem 1.25rem; }
.prose-body li { margin-bottom: 0.4rem; }
.prose-body a { color: var(--link, var(--heading-strong)); text-decoration: underline; }
.prose-body strong { color: var(--heading-strong, inherit); }

