/* ============================================================
   Jungle 8 — HGG sub-brand (Elliot Stables, AKL CBD)
   Positioning: PREMIUM casual Asian ($96 NZD avg ticket — HIGHEST in group)
   Email opt-in 60.5% (HIGHEST in group — replicate pattern across siblings)

   Inherits HGG family palette. Differentiation:
   - Icon: flower-8 (decorative, lush, premium)
   - Typography accent: Instrument Serif italic for refinement
   - Photography: hand-craft macro (DTF pinch shot vibe), darker interior crop
   - Voice: confident-premium ("Tonight's wonder", $96 weight)
   - Density: DENSER than siblings (premium info-rich)
   ============================================================ */

@import url("./haogood.brand.css");

.brand-jungle8 {
  /* Serif accent for premium headlines (Instrument Serif italic, per Kry UI default warm font) */
  --jungle8-serif-font: "Instrument Serif", Georgia, serif;
  --jungle8-serif-size-display: clamp(36px, 5vw, 64px);
  --jungle8-serif-size-section: clamp(24px, 3vw, 36px);

  /* Premium accent — burgundy used MORE liberally for Jungle 8 (high-end signal) */
  --jungle8-premium-emphasis: hsl(var(--brand-accent-h) var(--brand-accent-s) var(--brand-accent-l));

  /* Flower-8 icon lockup */
  --jungle8-icon-size: 72px;
  --jungle8-icon-spacing: 14px;

  /* DENSER density — premium info-rich */
  --section-gap-mobile: 48px;
  --section-gap-desktop: 80px;
  --card-padding: 32px;

  /* Premium polish — slightly slower transition, more refined */
  --transition-duration: 220ms;
  --transition-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Premium headline pattern (Instrument Serif italic) */
.brand-jungle8 h1.premium,
.brand-jungle8 .heading-premium {
  font-family: var(--jungle8-serif-font);
  font-style: italic;
  font-size: var(--jungle8-serif-size-display);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--hgg-surface-dark);
}

.brand-jungle8 h2.premium,
.brand-jungle8 .heading-premium-section {
  font-family: var(--jungle8-serif-font);
  font-style: italic;
  font-size: var(--jungle8-serif-size-section);
  font-weight: 400;
  line-height: 1.1;
  color: var(--jungle8-premium-emphasis);
}

/* Premium price tag pattern (used cho $96 menu items) */
.brand-jungle8 .price-tag {
  font-family: var(--jungle8-serif-font);
  font-style: italic;
  color: var(--jungle8-premium-emphasis);
  font-size: 24px;
  font-weight: 400;
}
