/* ============================================================
   ZenWeedGuide.com — Global Stylesheet v2
   Mobile-First. 360px → 1440px.
   ============================================================ */

:root {
  --primary: #2d7a3a;
  --primary-dark: #1e5428;
  --primary-light: #3d9a4e;
  --accent: #4caf50;
  --gold: #f4c430;
  --dark: #111827;
  --text: #1f2937;
  --text-light: #6b7280;
  --bg: #f7fdf8;
  --bg-card: #ffffff;
  --border: #d1e8d5;
  --section-bg: #f0f8f2;
  --red: #dc2626;
  --blue: #2563eb;
  --nav-h: 60px;
  --radius: 10px;
  --shadow-sm: 0 1px 4px rgba(0,0,0,0.07);
  --shadow: 0 2px 12px rgba(0,0,0,0.10);
  --shadow-lg: 0 6px 28px rgba(0,0,0,0.14);
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
  padding-top: var(--nav-h);
  -webkit-tap-highlight-color: transparent;
}
a { color: var(--primary); text-decoration: none; touch-action: manipulation; }
a:hover { color: var(--primary-dark); text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
button, [role="button"] { touch-action: manipulation; cursor: pointer; }

/* ── LAYOUT ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 640px)  { .container { padding: 0 20px; } }
@media (min-width: 1024px) { .container { padding: 0 28px; } }

/* ── NAV ── */
.main-nav {
  background: var(--dark);
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1100;
  border-bottom: 3px solid var(--accent);
  height: var(--nav-h);
  box-shadow: 0 2px 16px rgba(0,0,0,0.35);
}
.nav-inner { display: flex; align-items: center; gap: 24px; height: 100%; }
.logo {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  display: flex; align-items: center; gap: 8px;
  white-space: nowrap; flex-shrink: 0;
  letter-spacing: -0.01em;
}
.logo:hover { color: var(--accent); text-decoration: none; }
.nav-links { display: flex; gap: 2px; margin-left: auto; }
.nav-links a {
  color: rgba(255,255,255,0.75);
  padding: 6px 11px;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  transition: all 0.18s;
  white-space: nowrap;
}
.nav-links a:hover,
.nav-links a.active { color: #fff; background: var(--primary); text-decoration: none; }
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  padding: 8px;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 4px;
  min-width: 44px; min-height: 44px;
  align-items: center; justify-content: center;
  transition: color 0.2s;
}
.menu-toggle:hover { color: var(--accent); }

@media (max-width: 1023px) {
  .menu-toggle { display: flex; }
  .nav-links { display: none !important; }
}

/* ── Mobile Nav Panel ── */
#mob-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1100;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  animation: overlayIn .25s ease;
}
@keyframes overlayIn { from { opacity:0; } to { opacity:1; } }
#mob-overlay.open { display: block; }

#mob-panel {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 320px;
  max-width: 92vw;
  background: #fff;
  z-index: 1101;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4,0,0.2,1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: -8px 0 40px rgba(0,0,0,0.2);
}
#mob-panel.open { transform: translateX(0); }

.mnp-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
}
.mnp-logo-icon {
  width: 42px; height: 42px;
  background: linear-gradient(135deg,#2d7a3a,#4caf50);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.mnp-logo-text {
  flex: 1;
  font-size: 1rem;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}
.mnp-logo-text span { color: #2d7a3a; }
.mnp-close {
  width: 34px; height: 34px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: #555;
  flex-shrink: 0;
  transition: background 0.15s;
}
.mnp-close:hover { background: #e5e5e5; }

.mnp-search {
  padding: 12px 20px;
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
  cursor: pointer;
}
.mnp-search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f5f5f5;
  border-radius: 50px;
  padding: 11px 16px;
}
.mnp-search-box svg { color: #aaa; flex-shrink: 0; }
.mnp-search-box span { color: #aaa; font-size: 0.88rem; }

.mnp-section-label {
  padding: 14px 20px 6px;
  font-size: 0.68rem;
  font-weight: 700;
  color: #aaa;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  flex-shrink: 0;
}

.mnp-cats {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mnp-cat {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 20px;
  text-decoration: none !important;
  color: #1a1a1a;
  border-bottom: 1px solid #f5f5f5;
  transition: background 0.15s;
}
.mnp-cat:hover { background: #f9faf9; }

.mnp-cat-img {
  width: 46px; height: 46px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  background: #e8e8e8;
}

.mnp-cat-info { flex: 1; min-width: 0; }
.mnp-cat-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1px;
}
.mnp-cat-sub {
  font-size: 0.73rem;
  color: #aaa;
}
.mnp-cat-arrow { color: #ccc; flex-shrink: 0; }

.mnp-ctas {
  padding: 14px 20px 20px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex-shrink: 0;
}
.mnp-cta-outline {
  display: block;
  text-align: center;
  padding: 13px;
  border: 1.5px solid #2d7a3a;
  border-radius: 10px;
  color: #2d7a3a;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none !important;
  transition: background 0.15s;
}
.mnp-cta-outline:hover { background: #f0f7f0; }
.mnp-cta-dark {
  display: block;
  text-align: center;
  padding: 13px;
  background: #111827;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none !important;
  transition: background 0.15s;
}
.mnp-cta-dark:hover { background: #1f2937; }

/* ── HERO — full-bleed media hero ── */
.hero-media,
.section-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0f1f10 0%, #1a3a1f 100%);
}
.hero-media video,
.hero-media-img,
.section-hero video,
.section-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-media-overlay,
.section-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    150deg,
    rgba(0,0,0,0.82) 0%,
    rgba(10,30,15,0.72) 50%,
    rgba(0,0,0,0.40) 100%
  );
  z-index: 1;
}
.hero-media-content,
.section-hero-content {
  position: relative;
  z-index: 2;
  padding: 48px 0 40px;
}
@media (min-width: 640px) {
  .hero-media-content, .section-hero-content { padding: 64px 0 52px; }
}
@media (min-width: 1024px) {
  .hero-media-content, .section-hero-content { padding: 88px 0 68px; }
}

/* Heights */
.hero-media  { min-height: 520px; display: flex; flex-direction: column; justify-content: center; }
.section-hero { min-height: 300px; display: flex; flex-direction: column; justify-content: center; }
@media (min-width: 640px)  { .hero-media { min-height: 580px; } .section-hero { min-height: 340px; } }
@media (min-width: 1024px) { .hero-media { min-height: 640px; } .section-hero { min-height: 380px; } }

/* Hero typography */
.hero-media-content h1,
.section-hero-content h1 {
  text-shadow: 0 2px 16px rgba(0,0,0,0.5);
}
.hero-sub {
  font-size: clamp(0.9rem, 2.2vw, 1.1rem);
  color: rgba(255,255,255,0.85);
  max-width: 580px;
  margin-bottom: 28px;
  line-height: 1.65;
}

/* ── HOMEPAGE ── */
.hero-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
@media (min-width: 640px) { .hero-chips { gap: 10px; } }
.hero-chip {
  background: rgba(76,175,80,0.18);
  border: 1px solid rgba(76,175,80,0.38);
  color: rgba(255,255,255,0.88);
  padding: 7px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  transition: all 0.2s;
  white-space: nowrap;
  min-height: 36px;
  display: inline-flex; align-items: center;
}
@media (min-width: 640px) { .hero-chip { padding: 8px 16px; font-size: 0.85rem; } }
.hero-chip:hover { background: var(--accent); border-color: var(--accent); color: #fff; text-decoration: none; transform: translateY(-1px); }

.search-bar { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
@media (min-width: 480px) { .search-bar { flex-direction: row; max-width: 520px; } }
.search-bar input {
  flex: 1;
  padding: 13px 16px;
  border-radius: 8px;
  border: none;
  font-size: 1rem;
  width: 100%;
  box-shadow: 0 0 0 2px rgba(76,175,80,0.3);
  outline: none;
  transition: box-shadow 0.2s;
}
.search-bar input:focus { box-shadow: 0 0 0 3px rgba(76,175,80,0.55); }
.search-bar button {
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 13px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  width: 100%;
  min-height: 48px;
  transition: background 0.18s, transform 0.1s;
  letter-spacing: 0.02em;
}
.search-bar button:hover { background: var(--primary); transform: translateY(-1px); }
@media (min-width: 480px) { .search-bar button { width: auto; } }

/* inline hero override (generated pages use height:300px inline) */
article [style*="height:300px"],
article [style*="height: 300px"] {
  height: auto !important;
  min-height: 220px;
  padding: 32px 0 !important;
}
@media (min-width: 640px) {
  article [style*="height:300px"],
  article [style*="height: 300px"] { min-height: 280px; }
}

/* ── BREADCRUMBS ── */
.breadcrumbs { font-size: 0.8rem; color: var(--text-light); margin-bottom: 16px; line-height: 1.5; }
.breadcrumbs a { color: var(--primary); }
.breadcrumbs a:hover { text-decoration: underline; }

/* ── STAT CARDS ── */
.stat-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 24px 0;
}
@media (min-width: 480px) { .stat-cards { grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 14px; } }
@media (min-width: 768px) { .stat-cards { gap: 16px; } }
.stat-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 12px;
  text-align: center;
  border-top: 4px solid var(--primary);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s, transform 0.2s;
}
.stat-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
@media (min-width: 640px) { .stat-card { padding: 20px; } }
.stat-num { font-size: 1.4rem; font-weight: 900; color: var(--primary); line-height: 1.2; }
@media (min-width: 640px) { .stat-num { font-size: 1.65rem; } }
@media (min-width: 768px) { .stat-num { font-size: 1.8rem; } }
.stat-lbl { font-size: 0.72rem; color: var(--text-light); margin-top: 5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }

/* ── SECTIONS ── */
.section { margin: 32px 0; }
@media (min-width: 768px) { .section { margin: 44px 0; } }
.section-header { border-bottom: 2px solid var(--border); padding-bottom: 10px; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.section-header h2 { font-size: 1.2rem; font-weight: 800; color: var(--dark); }
.section-header h2::before { content: ''; display: inline-block; width: 4px; height: 1.2em; background: var(--primary); border-radius: 2px; margin-right: 10px; vertical-align: middle; position: relative; top: -1px; }
@media (min-width: 640px) { .section-header h2 { font-size: 1.35rem; } }
@media (min-width: 768px) { .section-header h2 { font-size: 1.45rem; } }
.section p { margin-bottom: 14px; line-height: 1.75; }

/* ── CARDS ── */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}
.card:hover { box-shadow: var(--shadow); transform: translateY(-2px); border-color: rgba(45,122,58,0.35); text-decoration: none; }
.card-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin: 20px 0; }
@media (min-width: 480px) { .card-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .card-grid { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; } }

/* ── SCROLL ROW (Strain Cards) ── */
.scroll-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (min-width: 480px) { .scroll-row { grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 14px; } }
@media (min-width: 768px) { .scroll-row { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; } }

.scroll-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: block;
  color: var(--text);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}
.scroll-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
  border-color: var(--primary);
  text-decoration: none;
}
.scroll-card:active { transform: scale(0.98); }

.scroll-card-body { padding: 12px; }
@media (min-width: 640px) { .scroll-card-body { padding: 14px; } }
.sc-label {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--primary);
  margin-bottom: 5px;
}
.scroll-card h3 { font-size: 0.88rem; font-weight: 700; line-height: 1.3; color: var(--dark); }

/* Scroll card image area — works with emoji, img, or colored div */
.scroll-card-img {
  height: 110px;
  background: linear-gradient(135deg, #1a3a1f 0%, #2d7a3a 60%, #4caf50 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 640px) { .scroll-card-img { height: 130px; } }

/* Subtle shimmer on card image area */
.scroll-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, transparent 60%);
}

/* Actual img tags inside scroll cards */
.scroll-card img,
.strain-card-img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  display: block;
}
@media (min-width: 640px) { .scroll-card img, .strain-card-img { height: 130px; } }

/* ── KEY FINDINGS BOX ── */
.key-findings {
  background: #f0f8f2;
  border: 2px solid var(--primary);
  border-radius: var(--radius);
  padding: 16px 18px;
  margin: 24px 0;
}
@media (min-width: 640px) { .key-findings { padding: 22px 26px; } }
.key-findings-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 12px;
}
.key-findings ul { padding-left: 18px; }
.key-findings li { margin-bottom: 7px; line-height: 1.6; font-size: 0.9rem; }
@media (min-width: 640px) { .key-findings li { font-size: 1rem; } }

/* ── TAGS ── */
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0; }
.tag {
  background: var(--section-bg);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 0.75rem;
  color: var(--text);
  transition: border-color 0.15s;
}
.tag:hover { border-color: var(--primary); }
@media (min-width: 640px) { .tag { padding: 5px 12px; font-size: 0.78rem; } }
.tag.indica { background: #f0f7f2; border-color: #c8e6cc; color: #2d7a3a; }
.tag.sativa { background: #f0f7f2; border-color: #c8e6cc; color: #2d7a3a; }
.tag.hybrid { background: #f0f7f2; border-color: #c8e6cc; color: #2d7a3a; }
.tag.effect { background: #f5f5f5; border-color: #e0e0e0; color: #555; }
.tag.flavor { background: #f5f5f5; border-color: #e0e0e0; color: #555; }

/* ── RELATED BOX ── */
.related-box {
  background: rgba(45,122,58,0.04);
  border: 1px solid rgba(45,122,58,0.2);
  border-radius: var(--radius);
  padding: 16px 18px;
  margin: 24px 0;
}
@media (min-width: 640px) { .related-box { padding: 20px 24px; } }
.related-box-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--primary);
  margin-bottom: 10px;
}
.related-box a {
  display: flex;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary);
  min-height: 44px;
  transition: color 0.15s, padding-left 0.15s;
}
.related-box a:hover { color: var(--primary-dark); padding-left: 6px; text-decoration: none; }
.related-box a:last-child { border-bottom: none; }

/* ── STATUS BADGES ── */
.status-badge { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 0.78rem; font-weight: 700; }
.status-recreational { background: #f0f7f2; color: #2d7a3a; border: 1px solid #c8e6cc; }
.status-medical      { background: #f5f5f5; color: #555; border: 1px solid #e0e0e0; }
.status-decriminalized { background: #f5f5f5; color: #555; border: 1px solid #e0e0e0; }
.status-illegal      { background: #f5f5f5; color: #888; border: 1px solid #e0e0e0; }

/* ── TABLES ── */
.data-table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 0.875rem; }
.data-table th { background: var(--primary); color: #fff; padding: 10px 12px; text-align: left; font-size: 0.82rem; }
.data-table td { padding: 9px 12px; border-bottom: 1px solid var(--border); vertical-align: top; }
.data-table tr:nth-child(even) td { background: var(--section-bg); }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 16px 0; border-radius: 8px; border: 1px solid var(--border); }
.table-wrap .data-table { margin: 0; }

article table:not(.data-table) {
  width: 100%; border-collapse: collapse; font-size: 0.875rem;
  display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; max-width: 100%;
}
@media (min-width: 768px) { article table:not(.data-table) { display: table; overflow: visible; } }
article table th { background: var(--primary); color: #fff; padding: 10px 12px; text-align: left; font-size: 0.82rem; }
article table td { padding: 9px 12px; border-bottom: 1px solid var(--border); }
article table tr:nth-child(even) td { background: var(--section-bg); }

/* ── ARTICLE ── */
article { font-size: 15px; }
@media (min-width: 640px) { article { font-size: 16px; } }
article p { margin-bottom: 16px; line-height: 1.8; }
article h1 { font-size: clamp(1.5rem, 5vw, 2.2rem); font-weight: 900; line-height: 1.2; color: var(--dark); }
article h2 { font-size: clamp(1.15rem, 3vw, 1.4rem); font-weight: 800; margin: 32px 0 12px; color: var(--dark); padding-bottom: 8px; border-bottom: 2px solid var(--border); }
article h3 { font-size: clamp(1rem, 2.5vw, 1.15rem); font-weight: 700; margin: 22px 0 8px; color: var(--primary-dark); }
article ul, article ol { padding-left: 22px; margin-bottom: 16px; }
article li { margin-bottom: 7px; line-height: 1.7; }
@media (min-width: 768px) {
  article h2 { margin: 40px 0 14px; }
  article h3 { margin: 26px 0 10px; }
}

/* ── FIGURE ── */
figure { margin: 24px 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
figure img { width: 100%; height: auto; border-radius: var(--radius); }
figcaption { font-size: 0.78rem; color: var(--text-light); padding: 8px 4px 0; line-height: 1.5; }

/* ── BLOCKQUOTE ── */
blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  border-left: 4px solid var(--accent);
  background: rgba(45,122,58,0.05);
  border-radius: 0 var(--radius) var(--radius) 0;
}
blockquote p { margin: 0; font-size: 1rem; font-style: italic; line-height: 1.7; color: var(--text); }
@media (min-width: 640px) { blockquote { padding: 20px 28px; } }

/* ── PRO TIP ── */
.pro-tip {
  background: #fff9e6;
  border: 1px solid #fcd34d;
  border-left: 4px solid var(--primary);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 14px 18px;
  margin: 20px 0;
  font-size: 0.9rem;
  line-height: 1.65;
}
@media (min-width: 640px) { .pro-tip { padding: 16px 22px; } }
.pro-tip strong { color: var(--primary-dark); }

/* ── PAGE HERO (legacy — simple non-media hero) ── */
.page-hero { position: relative; overflow: hidden; }
.page-hero-img { width: 100%; object-fit: cover; display: block; max-height: 340px; }
.page-hero-gradient { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.35) 100%); }
.page-hero-content { position: absolute; bottom: 0; left: 0; right: 0; padding-bottom: 24px; }
.page-hero-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); margin-bottom: 8px; }
.page-hero-h1 { font-size: clamp(1.4rem, 5vw, 2.6rem); font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 8px; }
.page-hero-sub { font-size: clamp(0.85rem, 2vw, 1rem); color: rgba(255,255,255,0.85); max-width: 600px; }

/* ── FOOTER ── */
.site-footer {
  background: var(--dark);
  color: rgba(255,255,255,0.65);
  margin-top: 56px;
  padding: 44px 0 28px;
  border-top: 3px solid var(--primary);
}
@media (min-width: 768px) { .site-footer { margin-top: 72px; padding: 56px 0 28px; } }
.footer-logo { font-size: 1.2rem; font-weight: 800; color: #fff; margin-bottom: 12px; display: block; }
.footer-desc { font-size: 0.85rem; line-height: 1.65; max-width: 100%; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 36px; }
@media (min-width: 768px)  { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; } }
@media (min-width: 1024px) { .footer-grid { gap: 48px; } }
.footer-grid h4 { color: #fff; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 14px; font-weight: 700; }
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 8px; }
.footer-grid a { color: rgba(255,255,255,0.55); font-size: 0.875rem; padding: 2px 0; display: inline-block; min-height: 28px; transition: color 0.15s; }
.footer-grid a:hover { color: var(--accent); text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; font-size: 0.78rem; }

/* -- BUTTONS -- */
.btn-primary {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.18s, transform 0.12s, box-shadow 0.15s;
  box-shadow: 0 2px 8px rgba(45,122,58,0.25);
}
.btn-primary:hover {
  background: var(--primary-dark);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(45,122,58,0.35);
}

/* -- MOBILE RESPONSIVENESS -- */
@media (max-width: 400px) { .scroll-row { grid-template-columns: 1fr; } }
@media (max-width: 480px) {
  .stat-num { font-size: 1.2rem; } .stat-lbl { font-size: 0.68rem; }
  .stat-card { padding: 12px 8px; }
  .card-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .key-findings { padding: 14px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .section-hero-content { padding: 32px 0 28px; }
  .hero-media-content { padding: 36px 0 30px; }
  .hero-sub { font-size: 0.875rem; margin-bottom: 20px; }
}
@media (max-width: 640px) {
  .scroll-card-body { padding: 10px 12px 12px; }
  .scroll-card h3 { font-size: 0.85rem; }
  .sc-label { font-size: 0.62rem; }
}
.related-box a::after { content: ' →'; opacity: 0.6; }
.related-box a:hover::after { opacity: 1; }
.table-wrap { position: relative; }

/* ============================================================
   ZenWeedGuide — UX v3 Additions (Mobile Ultra / Tablet TOC / Dark Mode)
   Personas: iPhone Pro, Tablet Reader, Berlin iPhone 15
   ============================================================ */

/* ── READING PROGRESS BAR ── */
#zwg-progress {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #4caf50, #2d7a3a);
  transform: scaleX(0);
  transform-origin: left;
  z-index: 2000;
  transition: transform 0.08s linear;
  pointer-events: none;
}

/* ── BACK TO TOP ── */
#zwg-top {
  position: fixed;
  bottom: calc(80px + env(safe-area-inset-bottom, 0px));
  right: 18px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  border: none;
  font-size: 1.1rem;
  box-shadow: 0 4px 16px rgba(45,122,58,0.4);
  cursor: pointer;
  opacity: 0;
  transform: translateY(12px) scale(0.9);
  transition: opacity 0.25s, transform 0.25s;
  z-index: 900;
  display: flex; align-items: center; justify-content: center;
}
#zwg-top.visible { opacity: 1; transform: translateY(0) scale(1); }
#zwg-top:hover { background: var(--primary-dark); box-shadow: 0 6px 22px rgba(45,122,58,0.5); }
#zwg-top:active { transform: scale(0.94); }
@media (min-width: 900px) { #zwg-top { bottom: 28px; right: 28px; width: 48px; height: 48px; } }

/* ── MOBILE SHARE BAR ── */
.zwg-share-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(17,24,39,0.96);
  backdrop-filter: blur(16px) saturate(1.5);
  -webkit-backdrop-filter: blur(16px) saturate(1.5);
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 16px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  z-index: 800;
  gap: 8px;
}
@media (min-width: 900px) { .zwg-share-bar { display: none; } }

.zwg-share-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 8px 12px;
  min-width: 60px;
  cursor: pointer;
  transition: background 0.18s, transform 0.12s;
  text-transform: uppercase;
}
.zwg-share-btn svg { width: 20px; height: 20px; margin-bottom: 1px; }
.zwg-share-btn:hover { background: rgba(76,175,80,0.25); border-color: var(--accent); }
.zwg-share-btn:active { transform: scale(0.93); }
.zwg-share-btn.whatsapp svg { color: #25d366; }
.zwg-share-btn.native { background: rgba(76,175,80,0.15); border-color: rgba(76,175,80,0.35); }

/* Bottom padding so content isn't hidden behind share bar on mobile */
body.has-bottom-nav main,
body.has-bottom-nav article { padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)); }
@media (min-width: 900px) { body.has-bottom-nav main, body.has-bottom-nav article { padding-bottom: 0; } }

/* ── DESKTOP INLINE SHARE ROW ── */
.zwg-share-inline {
  display: none;
  gap: 10px;
  align-items: center;
  margin: 28px 0;
  padding: 16px 20px;
  background: var(--section-bg);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
@media (min-width: 900px) { .zwg-share-inline { display: flex; } }
.zwg-share-inline span { font-size: 0.82rem; font-weight: 700; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.07em; margin-right: 4px; }
.zwg-share-inline button {
  display: flex; align-items: center; gap: 6px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, transform 0.1s;
  color: var(--text);
}
.zwg-share-inline button:hover { border-color: var(--primary); background: var(--section-bg); transform: translateY(-1px); }
.zwg-share-inline button svg { width: 16px; height: 16px; }
.zwg-share-inline .wa { border-color: #25d366; color: #128c7e; }
.zwg-share-inline .wa:hover { background: #f0fff8; }

/* ── READ TIME BADGE ── */
.zwg-readtime-wrap {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.65);
  margin-top: 8px;
}
.zwg-readtime-wrap svg { width: 14px; height: 14px; opacity: 0.7; }
.zwg-readtime { font-weight: 600; color: rgba(255,255,255,0.85); }

/* Dark article version */
.zwg-readtime-dark {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 0.78rem; color: var(--text-light); font-weight: 600;
  margin-left: 12px;
}

/* ── TABLE OF CONTENTS (tablet+) ── */
.zwg-toc-wrap {
  display: none;
}
@media (min-width: 900px) {
  .zwg-toc-wrap {
    display: block;
    float: right;
    width: 240px;
    margin: 0 0 24px 32px;
    position: sticky;
    top: 80px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
}
@media (min-width: 1100px) { .zwg-toc-wrap { width: 270px; } }

#zwg-toc {
  background: var(--section-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 18px;
  font-size: 0.82rem;
}
#zwg-toc::before {
  content: 'Contents';
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
#zwg-toc ul { list-style: none; padding: 0; margin: 0; }
#zwg-toc li { margin-bottom: 4px; }
#zwg-toc a {
  color: var(--text);
  display: block;
  padding: 5px 8px;
  border-radius: 6px;
  line-height: 1.4;
  transition: background 0.15s, color 0.15s, padding-left 0.15s;
  text-decoration: none;
  border-left: 2px solid transparent;
}
#zwg-toc a:hover { background: rgba(45,122,58,0.08); color: var(--primary); text-decoration: none; }
#zwg-toc a.active { color: var(--primary); background: rgba(45,122,58,0.08); border-left-color: var(--primary); padding-left: 12px; font-weight: 700; }

/* ── iOS SAFE AREAS ── */
.main-nav {
  padding-top: env(safe-area-inset-top, 0px);
  height: calc(var(--nav-h) + env(safe-area-inset-top, 0px));
}
body { padding-top: calc(var(--nav-h) + env(safe-area-inset-top, 0px)); }

/* ── BETTER MOBILE TYPOGRAPHY ── */
@media (max-width: 480px) {
  body { font-size: 17px; line-height: 1.75; }
  article { font-size: 16.5px; }
  article p { line-height: 1.85; margin-bottom: 18px; }
  article h2 { font-size: clamp(1.2rem, 5vw, 1.5rem); }
  article h3 { font-size: 1.05rem; }
  .section p { line-height: 1.8; }
}
@media (min-width: 480px) and (max-width: 768px) {
  body { font-size: 16.5px; line-height: 1.75; }
  article { font-size: 16px; }
  article p { line-height: 1.82; }
}

/* ── ARTICLE READING WIDTH ── */
@media (min-width: 900px) {
  .content-wrap > article,
  article.strain-article,
  .article-body {
    max-width: 720px;
  }
}

/* ── REVEAL ANIMATION ── */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.reveal.revealed { opacity: 1; transform: translateY(0); }

/* ── DARK MODE ── */
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0f1a12;
    --bg-card: #1a2a1e;
    --dark: #f0fdf4;
    --text: #d1fae5;
    --text-light: #86efac;
    --border: #1e3a26;
    --section-bg: #162019;
    --shadow-sm: 0 1px 4px rgba(0,0,0,0.4);
    --shadow: 0 2px 12px rgba(0,0,0,0.5);
    --shadow-lg: 0 6px 28px rgba(0,0,0,0.6);
  }
  body { background: var(--bg); color: var(--text); }
  .stat-card, .card, .scroll-card, .related-box, .key-findings, .zwg-share-inline {
    background: var(--bg-card);
    border-color: var(--border);
  }
  article table td, article table th { border-color: var(--border); }
  article table tr:nth-child(even) td { background: rgba(255,255,255,0.04); }
  .data-table td { border-color: var(--border); }
  .data-table tr:nth-child(even) td { background: rgba(255,255,255,0.04); }
  article h2, article h3, article h1 { color: #ecfdf5; }
  .section-header h2 { color: #ecfdf5; }
  article p, article li { color: #d1fae5; }
  .pro-tip { background: #162019; border-color: var(--primary); }
  blockquote { background: rgba(76,175,80,0.08); }
  .tag { background: #1a2a1e; border-color: var(--border); color: var(--text); }
  .tag.indica { background: #1a2a1e; border-color: var(--border); color: #86efac; }
  .tag.sativa { background: #1a2a1e; border-color: var(--border); color: #86efac; }
  .tag.hybrid { background: #1a2a1e; border-color: var(--border); color: #86efac; }
  #zwg-toc { background: var(--bg-card); border-color: var(--border); }
  #zwg-toc a { color: var(--text); }
  #zwg-toc a.active { background: rgba(76,175,80,0.12); }
  .zwg-share-inline { background: var(--bg-card); border-color: var(--border); }
  .zwg-share-inline button { background: var(--bg); border-color: var(--border); color: var(--text); }
  .zwg-share-inline button:hover { background: rgba(45,122,58,0.15); }
  .breadcrumbs { color: var(--text-light); }
  .main-nav { border-bottom-color: #2d7a3a; }
}

/* ── TABLE SWIPE HINT ── */
.table-wrap::after {
  content: '← swipe →';
  display: block;
  text-align: center;
  font-size: 0.7rem;
  color: var(--text-light);
  padding: 4px 0 6px;
  letter-spacing: 0.05em;
}
@media (min-width: 640px) { .table-wrap::after { display: none; } }

/* ── ARTICLE INLINE LINK STYLE ── */
article a:not([class]) {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-color: rgba(45,122,58,0.35);
  text-underline-offset: 3px;
  transition: color 0.15s, text-decoration-color 0.15s;
}
article a:not([class]):hover {
  color: var(--primary-dark);
  text-decoration-color: var(--primary);
}

/* ── SELECTION COLOR ── */
::selection { background: rgba(76,175,80,0.25); color: var(--dark); }

/* ── FOCUS VISIBLE (accessibility) ── */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ── HEADER UPGRADE (viewport-fit) ── */
@supports (padding-top: env(safe-area-inset-top)) {
  .main-nav { padding-top: env(safe-area-inset-top); }
  .zwg-share-bar { padding-bottom: calc(10px + env(safe-area-inset-bottom)); }
}

/* -- INSTANT SEARCH OVERLAY -- */
#zwg-search-overlay {
  display: none;
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 3000;
  align-items: flex-start;
  justify-content: center;
  padding-top: clamp(60px, 12vh, 120px);
  padding: clamp(60px, 12vh, 120px) 16px 16px;
  transition: opacity 0.2s;
  opacity: 0;
}
#zwg-search-overlay.open { opacity: 1; }
#zwg-search-modal {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.35);
  overflow: hidden;
  transform: translateY(-8px) scale(0.98);
  transition: transform 0.2s;
}
#zwg-search-overlay.open #zwg-search-modal { transform: translateY(0) scale(1); }
#zwg-search-header {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid #e5e7eb;
}
#zwg-search-header svg { width: 20px; height: 20px; stroke: #9ca3af; flex-shrink:0; }
#zwg-search-input {
  flex: 1; border: none; outline: none;
  font-size: 1.05rem; background: transparent; color: #111827;
  font-family: inherit;
}
#zwg-search-input::placeholder { color: #9ca3af; }
#zwg-search-close {
  background: none; border: 1px solid #e5e7eb; border-radius: 6px;
  padding: 4px 8px; font-size: 0.8rem; cursor: pointer; color: #6b7280;
  transition: background 0.15s;
}
#zwg-search-close:hover { background: #f3f4f6; }
#zwg-search-results { max-height: 420px; overflow-y: auto; }
.zwg-sr-item {
  display: flex; flex-direction: column; gap: 2px;
  padding: 11px 18px; border-bottom: 1px solid #f3f4f6;
  text-decoration: none; transition: background 0.1s;
}
.zwg-sr-item:hover { background: #f9fafb; text-decoration: none; }
.zwg-sr-item:last-child { border-bottom: none; }
.zwg-sr-badge {
  display: inline-block; width: fit-content;
  font-size: 0.65rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.07em; padding: 2px 7px; border-radius: 10px;
  border: 1px solid; margin-bottom: 2px;
}
.zwg-sr-title { font-size: 0.95rem; font-weight: 700; color: #111827; line-height: 1.3; }
.zwg-sr-title mark { background: #fef9c3; color: #92400e; border-radius: 2px; padding: 0 1px; }
.zwg-sr-desc { font-size: 0.78rem; color: #6b7280; line-height: 1.4; margin-top: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#zwg-search-hint { padding: 10px 18px; font-size: 0.72rem; color: #9ca3af; border-top: 1px solid #f3f4f6; }
@media (prefers-color-scheme: dark) {
  #zwg-search-modal { background: #1a2a1e; }
  #zwg-search-header { border-color: #1e3a26; }
  #zwg-search-input { color: #d1fae5; }
  #zwg-search-close { border-color: #1e3a26; color: #86efac; }
  #zwg-search-close:hover { background: rgba(255,255,255,0.05); }
  .zwg-sr-item:hover { background: rgba(255,255,255,0.04); }
  .zwg-sr-item { border-color: #1e3a26; }
  .zwg-sr-title { color: #d1fae5; }
  #zwg-search-hint { border-color: #1e3a26; }
  #zwg-search-results { scrollbar-color: #2d7a3a #0f1a12; }
}
.nav-search-btn {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  color: rgba(255,255,255,0.85);
  padding: 8px;
  cursor: pointer;
  display: flex; align-items: center;
  transition: color 0.18s;
}
.nav-search-btn:hover { background: rgba(76,175,80,0.2); border-color: rgba(76,175,80,0.4); color: #fff; }
.nav-search-btn svg { width: 14px; height: 14px; }
.kbd { background: rgba(255,255,255,0.12); border-radius: 4px; padding: 1px 5px; font-size: 0.7rem; font-family: monospace; }
.nav-search-btn .kbd, .nav-search-btn .nav-search-label { display: none; }
/* nav-search-btn mobile: handled by nav-actions wrapper */

/* ── BOTTOM NAV ── */
.zwg-bottom-nav {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.1);
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  z-index: 900;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  box-shadow: 0 -2px 12px rgba(0,0,0,0.06);
}
@media (min-width: 900px) { .zwg-bottom-nav { display: none; } }
.zwg-bn-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 10px 0 8px;
  flex: 1;
  color: #6b7280;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.18s;
  -webkit-tap-highlight-color: transparent;
}
.zwg-bn-item svg { width: 22px; height: 22px; margin-bottom: 1px; }
.zwg-bn-item:hover,
.zwg-bn-item:active { color: #2d7a3a; }
.zwg-bn-item.active { color: #2d7a3a; }

/* ── NAV LOGO IMAGE ── */
.logo-img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

/* ── MOBILE POLISH (comprehensive) ── */

/* 1. Back-to-top: hide on mobile — bottom nav handles navigation */
@media (max-width: 899px) { #zwg-top { display: none !important; } }

/* 2. Better bottom-nav content clearance */
body.has-bottom-nav main,
body.has-bottom-nav article,
body.has-bottom-nav .page-main { padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px)); }

/* 3. Article: better mobile reading experience */
@media (max-width: 639px) {
  article { font-size: 15.5px; }
  article p { line-height: 1.8; margin-bottom: 14px; }
  article h2 { font-size: 1.18rem; margin: 26px 0 10px; padding-bottom: 6px; }
  article h3 { font-size: 1.02rem; margin: 20px 0 8px; }
  article ul, article ol { padding-left: 20px; }
  article li { margin-bottom: 6px; line-height: 1.7; }
  article figure { margin: 18px 0; }
  blockquote { padding: 14px 16px; margin: 18px 0; }
  .pro-tip { padding: 12px 14px; font-size: 0.88rem; }
  .related-box { padding: 14px 16px; }
  .related-box a { font-size: 0.88rem; padding: 5px 0; }
}

/* 4. Sections: tighter on mobile */
@media (max-width: 639px) {
  .section { margin: 20px 0; }
  .section-header { padding-bottom: 8px; margin-bottom: 14px; }
  .section-header h2 { font-size: 1.1rem; }
}

/* 5. Cards: 1 column on very small screens */
@media (max-width: 359px) {
  .card-grid { grid-template-columns: 1fr; }
  .scroll-row { grid-template-columns: 1fr; }
}

/* 6. Footer: single column on very small screens */
@media (max-width: 360px) {
  .footer-grid { grid-template-columns: 1fr !important; }
}

/* 7. Hero improvements on small screens */
@media (max-width: 480px) {
  .hero-h1 { font-size: clamp(1.4rem, 7vw, 2rem); }
  .hero-sub { font-size: 0.875rem; }
  .hero-media-content, .section-hero-content { padding: 32px 0 28px; }
  .hero-chips { gap: 6px; }
  .hero-chip { padding: 6px 12px; font-size: 0.78rem; }
}

/* 8. Stat cards: proper mobile sizing */
@media (max-width: 360px) {
  .stat-card { padding: 10px 8px; }
  .stat-num { font-size: 1.1rem; }
  .stat-lbl { font-size: 0.65rem; }
}

/* 9. Nav: crisp on mobile */
@media (max-width: 899px) {
  .main-nav { height: var(--nav-h); }
  .nav-inner { height: var(--nav-h); }
}

/* 10. Tags: smaller on mobile */
@media (max-width: 480px) {
  .tag { padding: 3px 8px; font-size: 0.72rem; }
}

/* 11. Table: scroll hint on mobile */
@media (max-width: 639px) {
  .table-wrap { border-radius: 6px; }
  .data-table th, .data-table td { padding: 8px 10px; font-size: 0.82rem; }
}

/* 12. Key findings: mobile */
@media (max-width: 480px) {
  .key-findings { padding: 14px 16px; }
  .key-findings li { font-size: 0.88rem; }
}

/* ── NAV ACTIONS (search + burger grouped, no borders) ── */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
  flex-shrink: 0;
}
.nav-search-btn,
.menu-toggle {
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
  color: rgba(255,255,255,0.85);
  padding: 8px;
  width: 40px; height: 40px;
  cursor: pointer;
  border-radius: 6px;
  transition: color 0.18s, background 0.18s;
}
.nav-search-btn {
  display: flex; align-items: center; justify-content: center;
}
.nav-search-btn:hover,
.menu-toggle:hover { color: #fff; background: rgba(255,255,255,0.08) !important; }
.nav-search-btn svg { width: 18px; height: 18px; }
.menu-toggle svg { width: 20px; height: 20px; }

/* Remove margin-left:auto from standalone search btn (now on wrapper) */
.nav-actions .nav-search-btn { margin-left: 0; }

/* ── PROSE CONTENT (container direct children — non-article pages) ── */
.container > p,
.page-body p,
.content-body p { margin-bottom: 16px; line-height: 1.8; }

.container > h2,
.page-body h2 {
  font-size: clamp(1.15rem,3vw,1.4rem);
  font-weight: 800;
  margin: 32px 0 12px;
  color: var(--dark);
  padding-bottom: 8px;
  border-bottom: 2px solid var(--border);
}
.container > h3,
.page-body h3 {
  font-size: clamp(1rem,2.5vw,1.15rem);
  font-weight: 700;
  margin: 22px 0 8px;
  color: var(--primary-dark);
}
.container > ul,
.container > ol,
.page-body ul,
.page-body ol { padding-left: 22px; margin-bottom: 16px; }

.container > ul li,
.container > ol li,
.page-body ul li { margin-bottom: 7px; line-height: 1.7; }

/* Club card: enhance hover + top accent */
a[href*="/social-clubs/"][style*="border:1px solid #e5e7eb"] {
  border-top: 3px solid var(--primary) !important;
  transition: box-shadow .2s, transform .2s !important;
}
a[href*="/social-clubs/"][style*="border:1px solid #e5e7eb"]:hover {
  box-shadow: 0 4px 16px rgba(45,122,58,0.15) !important;
  transform: translateY(-2px);
  text-decoration: none;
}
