/* ═══════════════════════════════════════════════════
   BIG WIN JERKY — PREMIUM STYLESHEET
   Casino-dark aesthetic · Gold accents · Rich textures
   ═══════════════════════════════════════════════════ */

/* ── CUSTOM PROPERTIES ─────────────────────────────── */
:root {
  /* Core palette */
  --bg-deep:   #07080b;
  --bg-mid:    #0d0f14;
  --bg-card:   rgba(255,255,255,.055);
  --bg-card-2: rgba(255,255,255,.08);

  --line:       rgba(255,255,255,.09);
  --line-warm:  rgba(224,186,106,.22);

  --text:   #f2f4f9;
  --muted:  #b4bcc9;
  --muted2: #878f9e;

  /* Casino gold */
  --gold:       #e8c46a;
  --gold-bright:#f5d98a;
  --gold-dim:   rgba(232,196,106,.14);
  --gold-border:rgba(232,196,106,.26);

  /* Casino accents */
  --red:        rgba(172,30,40,.85);
  --green:      rgba(14,82,55,.80);

  /* Shadows */
  --shadow-sm: 0 8px 22px rgba(0,0,0,.30);
  --shadow-md: 0 18px 44px rgba(0,0,0,.36);
  --shadow-lg: 0 30px 80px rgba(0,0,0,.44);
  --shadow-gold: 0 20px 50px rgba(232,196,106,.10);

  /* Radii */
  --r-sm:  16px;
  --r-md:  24px;
  --r-lg:  32px;
  --r-xl:  40px;

  /* Layout */
  --container: 1220px;
  --header-h:  82px;

  /* Transitions */
  --ease:  220ms cubic-bezier(.2,.8,.2,1);
  --ease-bounce: 380ms cubic-bezier(.34,1.56,.64,1);
}

/* ── RESET ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 70% 40% at 10% 0%,   rgba(172,30,40,.22)  0%, transparent 55%),
    radial-gradient(ellipse 60% 35% at 90% 5%,    rgba(14,82,55,.18)   0%, transparent 50%),
    radial-gradient(ellipse 55% 30% at 50% 100%,  rgba(232,196,106,.08) 0%, transparent 60%),
    linear-gradient(180deg, #08090d 0%, #0e1015 50%, #07080b 100%);
  color: var(--text);
  font-family: 'Georgia', 'Times New Roman', 'Palatino', serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img  { display: block; max-width: 100%; height: auto; }
a    { color: inherit; text-decoration: none; }
ul, ol { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 { line-height: 1.05; letter-spacing: -.03em; }
p    { margin: 0; }
button, input, select, textarea { font: inherit; }

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ── SKIP LINK ─────────────────────────────────────── */
.skip-link {
  position: absolute;
  left: -9999px;
}
.skip-link:focus {
  left: 16px; top: 16px;
  z-index: 9999;
  padding: 10px 16px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  font-weight: 700;
}

/* ── NOISE OVERLAY ─────────────────────────────────── */
.site-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 256px 256px;
}

/* ── CONTAINER ─────────────────────────────────────── */
.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

/* ═══════════════════════════════════════════════════
   HEADER
   ═══════════════════════════════════════════════════ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(7,8,11,.78);
  border-bottom: 1px solid rgba(232,196,106,.12);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  transition: background var(--ease), box-shadow var(--ease);
}

.site-header.scrolled {
  background: rgba(6,7,10,.88);
  box-shadow: 0 4px 30px rgba(0,0,0,.28), 0 1px 0 rgba(232,196,106,.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: var(--header-h);
}

/* Brand */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  transition: transform var(--ease);
}
.brand:hover { transform: translateY(-1px); }

.brand-logo {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  padding: 2px;
  border: 1px solid var(--gold-border);
  box-shadow: 0 8px 20px rgba(0,0,0,.22);
  transition: box-shadow var(--ease);
}
.brand:hover .brand-logo {
  box-shadow: 0 10px 24px rgba(0,0,0,.28), 0 0 0 1px rgba(232,196,106,.28);
}

.brand-wordmark {
  font-family: 'Georgia', serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .01em;
  white-space: nowrap;
}

/* Desktop nav */
.header-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--muted);
  border: 1px solid transparent;
  background: none;
  cursor: pointer;
  white-space: nowrap;
  transition: color var(--ease), background var(--ease), border-color var(--ease);
}
.nav-link:hover,
.nav-link.is-current { color: var(--text); background: rgba(255,255,255,.06); border-color: var(--line); }
.nav-link.is-current { color: var(--gold); border-color: var(--gold-border); background: var(--gold-dim); }

.caret {
  font-size: .76rem;
  opacity: .75;
  transition: transform 180ms ease;
}
.mega-wrap.is-open .caret { transform: rotate(180deg); }

/* Hamburger */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  cursor: pointer;
  transition: background var(--ease), border-color var(--ease), transform var(--ease);
  flex-shrink: 0;
}
.menu-toggle:hover {
  background: rgba(255,255,255,.09);
  border-color: var(--gold-border);
  transform: translateY(-1px);
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--text);
  transition: transform 220ms ease, opacity 220ms ease;
}
body.drawer-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.drawer-open .menu-toggle span:nth-child(2) { opacity: 0; }
body.drawer-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ═══════════════════════════════════════════════════
   ANNOUNCE BAR
   ═══════════════════════════════════════════════════ */
.announce-bar {
  padding: 10px 0 0;
}
.announce-bar p {
  text-align: center;
  padding: 11px 18px;
  border-radius: var(--r-sm);
  background: linear-gradient(135deg, rgba(232,196,106,.12), rgba(172,30,40,.08));
  border: 1px solid var(--gold-border);
  color: #e8edf5;
  font-size: .9rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.announce-bar a {
  color: var(--gold-bright);
  text-decoration: underline;
  text-decoration-color: rgba(245,217,138,.45);
  text-underline-offset: 3px;
  font-weight: 600;
}
.announce-bar a:hover { text-decoration-color: rgba(245,217,138,.9); }

/* ═══════════════════════════════════════════════════
   MEGA MENU
   ═══════════════════════════════════════════════════ */
.mega-wrap { position: relative; }

.mega-wrap::after {
  content: '';
  position: absolute;
  left: -12px; right: -12px;
  top: 100%;
  height: 20px;
  pointer-events: auto;
}

.mega-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  width: min(94vw, 840px);
  padding: 20px;
  border-radius: var(--r-lg);
  background: linear-gradient(160deg, rgba(13,15,20,.97), rgba(8,9,12,.99));
  border: 1px solid rgba(232,196,106,.18);
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(232,196,106,.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
  z-index: 300;
}

.mega-wrap.is-open .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.mega-col {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.mega-label {
  color: var(--gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 4px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.mega-col a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 13px;
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  color: var(--muted);
  font-size: .9rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  transition: background var(--ease), border-color var(--ease), color var(--ease), transform var(--ease);
}
.mega-col a:hover {
  background: rgba(232,196,106,.10);
  border-color: var(--gold-border);
  color: #fff;
  transform: translateX(2px);
}

/* ═══════════════════════════════════════════════════
   MOBILE DRAWER
   ═══════════════════════════════════════════════════ */
.drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 220;
  background: rgba(4,5,8,.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}
body.drawer-open .drawer-overlay {
  opacity: 1;
  pointer-events: auto;
}

.mobile-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 240;
  width: min(90vw, 380px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(232,196,106,.10), transparent 36%),
    linear-gradient(160deg, rgba(14,16,22,.97), rgba(8,9,12,.99));
  border-left: 1px solid rgba(232,196,106,.14);
  box-shadow: -24px 0 70px rgba(0,0,0,.45);
  transform: translateX(105%);
  transition: transform 300ms cubic-bezier(.2,.8,.2,1);
}
body.drawer-open .mobile-drawer {
  transform: translateX(0);
}

.drawer-head {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 14px;
  border-bottom: 1px solid var(--line);
}

.drawer-close {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  color: var(--text);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  transition: background var(--ease), border-color var(--ease), transform var(--ease);
}
.drawer-close:hover {
  background: rgba(255,255,255,.09);
  border-color: var(--gold-border);
  transform: rotate(90deg);
}

.drawer-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 14px 14px 10px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.drawer-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.drawer-label {
  color: var(--gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 0 4px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.drawer-group nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.drawer-group nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 13px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.07);
  color: var(--text);
  font-size: .96rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  transition: background var(--ease), border-color var(--ease), transform var(--ease);
}
.drawer-group nav a::after {
  content: '→';
  color: rgba(255,255,255,.32);
  font-size: .88rem;
  transition: transform var(--ease), color var(--ease);
}
.drawer-group nav a:hover {
  background: rgba(232,196,106,.10);
  border-color: var(--gold-border);
  transform: translateX(2px);
}
.drawer-group nav a:hover::after { color: var(--gold); transform: translateX(2px); }
.drawer-group nav a.is-current {
  background: var(--gold-dim);
  border-color: var(--gold-border);
  color: var(--gold-bright);
}

.drawer-actions {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: rgba(8,9,12,.85);
}
.drawer-actions .btn { width: 100%; justify-content: center; }

/* Drawer staggered entrance */
.drawer-group nav a,
.drawer-label,
.drawer-actions .btn {
  opacity: 0;
  transform: translateX(12px);
}
body.drawer-open .drawer-label,
body.drawer-open .drawer-group nav a,
body.drawer-open .drawer-actions .btn {
  opacity: 1;
  transform: none;
  transition: opacity 300ms ease, transform 300ms cubic-bezier(.2,.8,.2,1);
}
body.drawer-open .drawer-group:nth-child(1) .drawer-label     { transition-delay: 40ms; }
body.drawer-open .drawer-group:nth-child(1) nav a:nth-child(1){ transition-delay: 65ms; }
body.drawer-open .drawer-group:nth-child(1) nav a:nth-child(2){ transition-delay: 85ms; }
body.drawer-open .drawer-group:nth-child(1) nav a:nth-child(3){ transition-delay:105ms; }
body.drawer-open .drawer-group:nth-child(1) nav a:nth-child(4){ transition-delay:125ms; }
body.drawer-open .drawer-group:nth-child(2) .drawer-label     { transition-delay:100ms; }
body.drawer-open .drawer-group:nth-child(2) nav a:nth-child(1){ transition-delay:120ms; }
body.drawer-open .drawer-group:nth-child(2) nav a:nth-child(2){ transition-delay:140ms; }
body.drawer-open .drawer-group:nth-child(2) nav a:nth-child(3){ transition-delay:160ms; }
body.drawer-open .drawer-group:nth-child(2) nav a:nth-child(4){ transition-delay:180ms; }
body.drawer-open .drawer-group:nth-child(2) nav a:nth-child(5){ transition-delay:200ms; }
body.drawer-open .drawer-group:nth-child(3) .drawer-label     { transition-delay:170ms; }
body.drawer-open .drawer-group:nth-child(3) nav a:nth-child(1){ transition-delay:190ms; }
body.drawer-open .drawer-group:nth-child(3) nav a:nth-child(2){ transition-delay:210ms; }
body.drawer-open .drawer-group:nth-child(3) nav a:nth-child(3){ transition-delay:230ms; }
body.drawer-open .drawer-group:nth-child(3) nav a:nth-child(4){ transition-delay:250ms; }
body.drawer-open .drawer-group:nth-child(4) .drawer-label     { transition-delay:230ms; }
body.drawer-open .drawer-group:nth-child(4) nav a:nth-child(1){ transition-delay:250ms; }
body.drawer-open .drawer-group:nth-child(4) nav a:nth-child(2){ transition-delay:270ms; }
body.drawer-open .drawer-group:nth-child(4) nav a:nth-child(3){ transition-delay:290ms; }
body.drawer-open .drawer-group:nth-child(4) nav a:nth-child(4){ transition-delay:310ms; }
body.drawer-open .drawer-group:nth-child(4) nav a:nth-child(5){ transition-delay:330ms; }
body.drawer-open .drawer-actions .btn:nth-child(1){ transition-delay:310ms; }
body.drawer-open .drawer-actions .btn:nth-child(2){ transition-delay:340ms; }

/* ═══════════════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 700;
  font-size: .96rem;
  letter-spacing: .02em;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  transition: transform var(--ease), background var(--ease), box-shadow var(--ease), border-color var(--ease);
}
.btn:hover  { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-primary {
  background: linear-gradient(160deg, #f0c870, #c89542);
  color: #140e02;
  border-color: rgba(255,224,140,.6);
  box-shadow: 0 14px 32px rgba(214,168,66,.20), inset 0 1px 0 rgba(255,255,255,.30);
}
.btn-primary:hover {
  box-shadow: 0 18px 40px rgba(214,168,66,.28), inset 0 1px 0 rgba(255,255,255,.35);
}

.btn-ghost {
  background: rgba(255,255,255,.06);
  color: var(--text);
  border-color: rgba(255,255,255,.13);
}
.btn-ghost:hover {
  background: rgba(255,255,255,.10);
  border-color: rgba(232,196,106,.28);
}

.btn-lg { min-height: 56px; padding: 0 26px; font-size: 1rem; }

/* ═══════════════════════════════════════════════════
   UTILITIES
   ═══════════════════════════════════════════════════ */
.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(232,196,106,.10);
  border: 1px solid var(--gold-border);
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin: 0;
}

.section-head {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}
.section-head h2 {
  margin: 14px 0 0;
  font-size: clamp(1.9rem, 4vw, 3rem);
  text-wrap: balance;
}
.section-sub {
  margin: 14px auto 0;
  max-width: 640px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.body-text {
  color: var(--muted);
  line-height: 1.78;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

/* ── REVEAL ANIMATION ──────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease, transform 700ms ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* ═══════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════ */
.hero {
  padding: 48px 0 36px;
  position: relative;
  overflow: clip;
}

/* Ambient glows */
.hero::before {
  content: '';
  position: absolute;
  inset: -20% -10% auto;
  height: 500px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 22%, rgba(172,30,40,.22) 0%, transparent 30%),
    radial-gradient(circle at 82% 14%, rgba(232,196,106,.14) 0%, transparent 24%),
    radial-gradient(circle at 52% 60%, rgba(14,82,55,.14) 0%, transparent 26%);
  filter: blur(30px);
}

.hero-container {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
  background:
    radial-gradient(circle at 15% 5%, rgba(172,30,40,.20), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(232,196,106,.12), transparent 30%),
    linear-gradient(160deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
  border: 1px solid rgba(232,196,106,.16);
  border-radius: var(--r-xl);
  padding: 36px;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(232,196,106,.04);
  overflow: hidden;
}

/* Suit decoration */
.hero-container::after {
  content: '♠ ♥ ♦ ♣';
  position: absolute;
  right: 28px;
  top: 22px;
  color: rgba(232,196,106,.14);
  font-size: 2.6rem;
  letter-spacing: .3em;
  pointer-events: none;
  line-height: 1;
  font-family: serif;
}

.hero-copy { position: relative; z-index: 2; }

.hero-copy h1 {
  margin: 14px 0 0;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: .97;
  letter-spacing: -.05em;
  max-width: 13ch;
  text-wrap: balance;
  text-shadow: 0 8px 28px rgba(0,0,0,.24);
}

.hero-sub {
  margin: 18px 0 0;
  max-width: 580px;
  color: var(--muted);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(.98rem, 1.6vw, 1.12rem);
  line-height: 1.72;
}

.hero-ctas { margin-top: 26px; }

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.hero-chips li {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line);
  color: var(--muted);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: .88rem;
}

/* Hero card */
.hero-visual { position: relative; z-index: 2; }

.hero-card {
  border-radius: var(--r-lg);
  background:
    radial-gradient(circle at 50% 0%, rgba(232,196,106,.14), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  border: 1px solid rgba(232,196,106,.20);
  box-shadow: var(--shadow-gold), var(--shadow-md);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 20px 24px;
}

.hero-card-glow {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(232,196,106,.18) 0%, transparent 70%);
  filter: blur(30px);
  pointer-events: none;
}

.hero-logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 18px 8px;
  width: 100%;
}

.hero-logo-img {
  width: min(100%, 300px);
  height: auto;
  filter:
    drop-shadow(0 20px 40px rgba(0,0,0,.35))
    drop-shadow(0 8px 16px rgba(232,196,106,.12));
}

.hero-card-body { padding-top: 8px; max-width: 420px; }

.card-kicker {
  display: inline-block;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin-bottom: 8px;
}

.hero-card-body h2 {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.08;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.hero-card-body p {
  margin: 10px 0 0;
  color: var(--muted);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: .96rem;
  line-height: 1.64;
  max-width: 38ch;
  margin-left: auto;
  margin-right: auto;
}

/* ═══════════════════════════════════════════════════
   TRUST STRIP
   ═══════════════════════════════════════════════════ */
.trust-strip { padding: 12px 0 28px; }

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.trust-item {
  padding: 20px 22px;
  border-radius: var(--r-md);
  background:
    linear-gradient(160deg, rgba(255,255,255,.06), rgba(255,255,255,.025)),
    radial-gradient(circle at top right, rgba(172,30,40,.12), transparent 40%);
  border: 1px solid rgba(232,196,106,.14);
  box-shadow: var(--shadow-sm);
}

.trust-item strong {
  display: block;
  font-size: 1.05rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 700;
  color: var(--text);
}

.trust-item span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: .92rem;
}

/* ═══════════════════════════════════════════════════
   IMAGE FEATURE
   ═══════════════════════════════════════════════════ */
.image-feature { padding: 8px 0 32px; }

.image-feature-inner {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 28px;
  align-items: center;
  padding: 30px;
  border-radius: var(--r-lg);
  background:
    radial-gradient(circle at top left, rgba(172,30,40,.18), transparent 36%),
    radial-gradient(circle at bottom right, rgba(232,196,106,.10), transparent 38%),
    linear-gradient(160deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
  border: 1px solid rgba(232,196,106,.16);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.image-feature-copy h2 {
  margin: 14px 0 0;
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  line-height: 1.06;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.image-feature-copy .body-text { margin-top: 16px; }

.image-frame {
  overflow: hidden;
  border-radius: var(--r-md);
  border: 1px solid rgba(232,196,106,.18);
  box-shadow: 0 20px 50px rgba(0,0,0,.32);
  margin: 0;
}

.image-frame img {
  width: 100%;
  aspect-ratio: 1672/941;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}
.image-frame:hover img { transform: scale(1.02); }

/* ═══════════════════════════════════════════════════
   FLAVORS
   ═══════════════════════════════════════════════════ */
.flavors-section { padding: 32px 0 36px; }

.flavor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.flavor-card { position: relative; }

.flavor-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: var(--r-lg);
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04)),
    radial-gradient(circle at top right, rgba(232,196,106,.08), transparent 36%);
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: var(--shadow-md);
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}

.flavor-card--featured .flavor-link {
  border-color: rgba(232,196,106,.22);
  box-shadow: var(--shadow-gold), var(--shadow-md);
}

.flavor-link:hover {
  transform: translateY(-10px);
  border-color: var(--gold-border);
  box-shadow: 0 34px 70px rgba(0,0,0,.46), 0 0 0 1px rgba(232,196,106,.12);
}

.flavor-img-wrap {
  padding: 16px 16px 0;
}
.flavor-img-wrap img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 22px;
  background: #111;
  transition: transform 500ms cubic-bezier(.2,.8,.2,1), filter 300ms ease;
}
.flavor-link:hover .flavor-img-wrap img {
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.02);
}

.flavor-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 18px 20px;
}

.flavor-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.flavor-kicker {
  color: var(--gold);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.flavor-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(172,30,40,.22);
  border: 1px solid rgba(232,196,106,.22);
  color: #ffe5a8;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.flavor-body h3 {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.flavor-body p {
  margin: 10px 0 0;
  color: var(--muted);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: .96rem;
  line-height: 1.65;
}

.flavor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}
.flavor-tags li {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(14,82,55,.18);
  border: 1px solid rgba(232,196,106,.14);
  color: #d4f0e4;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: .84rem;
}

.flavor-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
}
.flavor-cta span:first-child {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 700;
  font-size: .96rem;
}

.flavor-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
  transition: transform var(--ease), background var(--ease), border-color var(--ease);
}
.flavor-link:hover .flavor-arrow {
  transform: translateX(4px);
  background: var(--gold-dim);
  border-color: var(--gold-border);
}

.flavor-detail-link {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  padding: 0 6px;
  color: var(--muted2);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: .84rem;
  transition: color var(--ease);
}
.flavor-detail-link:hover { color: var(--gold); }

/* ═══════════════════════════════════════════════════
   SEASONINGS
   ═══════════════════════════════════════════════════ */
.seasonings-section { padding: 8px 0 32px; }

.seasonings-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border-radius: var(--r-lg);
  background:
    radial-gradient(circle at top left, rgba(172,30,40,.18), transparent 36%),
    radial-gradient(circle at bottom right, rgba(232,196,106,.12), transparent 38%),
    linear-gradient(160deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
  border: 1px solid rgba(232,196,106,.20);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.seasonings-media {
  overflow: hidden;
  border-radius: var(--r-md);
  border: 1px solid rgba(232,196,106,.18);
  box-shadow: 0 20px 50px rgba(0,0,0,.32);
}
.seasonings-media img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}
.seasonings-media:hover img { transform: scale(1.02); }

.seasonings-copy h2 {
  margin: 14px 0 0;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  line-height: 1.06;
  text-wrap: balance;
}
.seasonings-copy .body-text { margin-top: 14px; }

/* ═══════════════════════════════════════════════════
   HOW IT WORKS
   ═══════════════════════════════════════════════════ */
.how-section { padding: 10px 0 32px; }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  counter-reset: steps;
}

.step-card {
  padding: 24px;
  border-radius: var(--r-md);
  background:
    linear-gradient(160deg, rgba(255,255,255,.065), rgba(255,255,255,.025)),
    radial-gradient(circle at top right, rgba(232,196,106,.07), transparent 42%);
  border: 1px solid rgba(232,196,106,.13);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}
.step-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold-border);
  box-shadow: var(--shadow-md);
}

.step-num {
  display: block;
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: 1;
  color: rgba(232,196,106,.14);
  margin-bottom: 12px;
  font-family: Georgia, serif;
}

.step-card h3 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: -.02em;
}

.step-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: .96rem;
  line-height: 1.7;
}

.step-card a {
  color: var(--gold-bright);
  text-decoration: underline;
  text-decoration-color: rgba(245,217,138,.4);
  text-underline-offset: 3px;
  font-weight: 600;
}
.step-card a:hover { text-decoration-color: rgba(245,217,138,.9); }

/* ═══════════════════════════════════════════════════
   LOCAL SECTION
   ═══════════════════════════════════════════════════ */
.local-section { padding: 8px 0 28px; }

.local-card {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 28px;
  align-items: start;
  padding: 30px;
  border-radius: var(--r-lg);
  background:
    radial-gradient(circle at top left, rgba(172,30,40,.14), transparent 36%),
    radial-gradient(circle at bottom right, rgba(14,82,55,.12), transparent 38%),
    linear-gradient(160deg, rgba(255,255,255,.062), rgba(255,255,255,.022));
  border: 1px solid rgba(232,196,106,.14);
  box-shadow: var(--shadow-md);
}

.local-copy h2 {
  margin: 14px 0 0;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  line-height: 1.06;
  text-wrap: balance;
}
.local-copy .body-text { margin-top: 14px; }
.local-copy .body-text + .body-text { margin-top: 12px; }

.local-links {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.local-links-label {
  color: var(--gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  margin-bottom: 4px;
}

.local-links a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 11px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  color: var(--muted);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: .9rem;
  transition: background var(--ease), border-color var(--ease), color var(--ease), transform var(--ease);
}
.local-links a:hover {
  background: var(--gold-dim);
  border-color: var(--gold-border);
  color: var(--gold-bright);
  transform: translateX(3px);
}

/* ═══════════════════════════════════════════════════
   EXPLORE SECTION
   ═══════════════════════════════════════════════════ */
.explore-section { padding: 8px 0 28px; }

.explore-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.explore-card {
  display: block;
  padding: 22px;
  border-radius: var(--r-md);
  background:
    linear-gradient(160deg, rgba(255,255,255,.062), rgba(255,255,255,.028)),
    radial-gradient(circle at top right, rgba(232,196,106,.07), transparent 40%);
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: var(--shadow-sm);
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}
.explore-card:hover {
  transform: translateY(-7px);
  border-color: var(--gold-border);
  box-shadow: var(--shadow-md), 0 0 0 1px rgba(232,196,106,.08);
}

.explore-card .eyebrow {
  font-size: .7rem;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.explore-card h3 {
  margin: 0;
  font-size: 1.18rem;
  letter-spacing: -.02em;
}

.explore-card p {
  margin: 9px 0 0;
  color: var(--muted);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: .92rem;
  line-height: 1.65;
}

/* ═══════════════════════════════════════════════════
   CTA SECTION
   ═══════════════════════════════════════════════════ */
.cta-section { padding: 10px 0 72px; }

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 34px;
  border-radius: var(--r-lg);
  background:
    radial-gradient(circle at 12% 0%, rgba(172,30,40,.22), transparent 36%),
    radial-gradient(circle at 86% 18%, rgba(232,196,106,.16), transparent 36%),
    linear-gradient(160deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  border: 1px solid rgba(232,196,106,.18);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  position: relative;
}

.cta-card::after {
  content: '♠ ♣';
  position: absolute;
  right: 22px;
  bottom: 14px;
  color: rgba(232,196,106,.10);
  font-size: 3rem;
  letter-spacing: .3em;
  line-height: 1;
  font-family: serif;
  pointer-events: none;
}

.cta-copy { position: relative; z-index: 1; }
.cta-copy h2 {
  margin: 14px 0 0;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  max-width: 14ch;
  text-wrap: balance;
}
.cta-copy .body-text { margin-top: 10px; max-width: 580px; }

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

/* ═══════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════ */
.site-footer {
  border-top: 1px solid rgba(232,196,106,.10);
  background: radial-gradient(circle at 10% 0%, rgba(232,196,106,.04), transparent 28%),
              rgba(0,0,0,.18);
}

.footer-inner {
  display: flex;
  gap: 28px;
  padding: 36px 0 32px;
  align-items: flex-start;
}

.footer-brand-col {
  flex: 0 0 220px;
}

.footer-tagline {
  margin: 14px 0 0;
  color: var(--muted2);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: .9rem;
  line-height: 1.7;
  max-width: 200px;
}

.footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  flex: 1;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-col h3 {
  margin: 0 0 4px;
  font-size: .94rem;
  letter-spacing: -.01em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
}

.footer-col a {
  color: var(--muted2);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: .88rem;
  line-height: 1.45;
  transition: color var(--ease);
  position: relative;
}
.footer-col a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -1px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 200ms ease;
}
.footer-col a:hover { color: var(--text); }
.footer-col a:hover::after { width: 100%; }

.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 14px 0 100px;
}

.footer-bottom p {
  color: var(--muted2);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: .84rem;
}

/* ═══════════════════════════════════════════════════
   MOBILE STICKY BAR
   ═══════════════════════════════════════════════════ */
.mobile-bar {
  position: fixed;
  left: 10px; right: 10px; bottom: 10px;
  z-index: 180;
  display: none;
  grid-template-columns: 1fr 1.6fr;
  gap: 8px;
  padding: 8px;
  border-radius: 20px;
  background: rgba(10,11,14,.92);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 44px rgba(0,0,0,.44);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.mobile-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 13px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 700;
  font-size: .96rem;
  transition: transform var(--ease), background var(--ease);
}
.mobile-bar a:hover { transform: translateY(-1px); }

.mobile-bar-call {
  background: rgba(255,255,255,.07);
  border: 1px solid var(--line);
  color: var(--text);
}
.mobile-bar-text {
  background: linear-gradient(160deg, #f0c870, #c89542);
  color: #140e02;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(214,168,66,.22);
}

body.drawer-open .mobile-bar {
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — TABLET
   ═══════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .hero-container::after { display: none; }
  .hero-copy h1 { max-width: 14ch; }
  .hero-card { max-width: 480px; margin: 0 auto; }

  .image-feature-inner { grid-template-columns: 1fr; }
  .seasonings-card   { grid-template-columns: 1fr; }
  .local-card        { grid-template-columns: 1fr; }

  .flavor-grid { grid-template-columns: repeat(2, 1fr); }

  .explore-grid { grid-template-columns: repeat(2, 1fr); }

  .steps-grid { grid-template-columns: repeat(2, 1fr); }

  .cta-card { flex-direction: column; align-items: flex-start; }

  .footer-inner { flex-direction: column; }
  .footer-brand-col { flex: none; }
  .footer-nav-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .mega-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — MOBILE
   ═══════════════════════════════════════════════════ */
@media (max-width: 720px) {
  :root { --header-h: 68px; }

  .container { width: min(calc(100% - 24px), var(--container)); }

  /* Header */
  .header-nav { display: none; }
  .menu-toggle { display: flex; }

  /* Mega menu hidden on mobile */
  .mega-wrap,
  .mega-menu { display: none !important; }

  /* Content sections */
  .hero { padding: 26px 0 20px; }

  .hero-container {
    padding: 20px 18px;
    border-radius: var(--r-lg);
    gap: 20px;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 9vw, 2.9rem);
    max-width: 11ch;
  }

  .hero-logo-img { width: min(100%, 200px) !important; }
  .hero-card-body h2 { font-size: 1.36rem; }

  .trust-grid { grid-template-columns: 1fr; }

  .flavor-grid { grid-template-columns: 1fr; }
  .flavor-body h3 { font-size: 1.36rem; }

  .image-feature-inner,
  .seasonings-card,
  .local-card {
    padding: 20px;
    border-radius: var(--r-lg);
    gap: 20px;
  }

  .steps-grid { grid-template-columns: 1fr; }

  .explore-grid { grid-template-columns: 1fr; }

  .cta-section { padding-bottom: 100px; }
  .cta-card {
    padding: 22px 20px;
    border-radius: var(--r-md);
    gap: 20px;
  }
  .cta-card::after { display: none; }
  .cta-actions .btn { flex: 1; }

  .footer-nav-grid { grid-template-columns: 1fr; gap: 16px; }
  .footer-inner { padding-top: 28px; }
  .footer-bottom { padding-bottom: 120px; }

  .mobile-bar { display: grid; }

  .hero-ctas .btn { width: 100%; }
  .cta-row .btn { flex: 1 1 140px; }

  /* Hover scale disabled on touch */
  .flavor-link:hover,
  .explore-card:hover,
  .step-card:hover {
    transform: none;
  }
}

@media (max-width: 560px) {
  .hero-container { padding: 16px; border-radius: var(--r-md); }
  .hero-copy h1 { font-size: clamp(1.85rem, 8.4vw, 2.5rem); }
  .hero-card-body h2 { font-size: 1.28rem; }

  .image-feature-inner,
  .seasonings-card,
  .local-card { padding: 16px; border-radius: var(--r-md); }

  .step-card { padding: 18px; border-radius: var(--r-sm); }
  .explore-card { padding: 18px; border-radius: var(--r-sm); }
  .cta-card { padding: 18px 16px; border-radius: var(--r-sm); }

  .flavor-body { padding: 14px 14px 16px; }
  .flavor-img-wrap { padding: 12px 12px 0; }

  .footer-brand-col { width: 100%; }
  .footer-tagline { max-width: 100%; }

  .menu-toggle { width: 44px; height: 44px; }
}

/* ═══════════════════════════════════════════════════
   REDUCED MOTION
   ═══════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal { opacity: 1; transform: none; }

  .drawer-group nav a,
  .drawer-label,
  .drawer-actions .btn { opacity: 1 !important; transform: none !important; }
}
