/* Per-site skins — same layout, different personality */

/* ========== SOFTWARE — product / engineering ========== */
.theme-software {
  color-scheme: dark;
  --font: "Segoe UI", system-ui, -apple-system, sans-serif;
  --bg: #0b1220;
  --bg-fx: radial-gradient(900px 480px at 15% -10%, rgba(59, 130, 246, 0.18), transparent 55%),
    radial-gradient(700px 400px at 100% 0%, rgba(14, 165, 233, 0.1), transparent 45%);
  --text: #e8eef8;
  --muted: #93a4bd;
  --heading: #f0f6ff;
  --brand: #f8fafc;
  --brand-muted: #60a5fa;
  --brand-tracking: 0.01em;
  --accent: #3b82f6;
  --accent-soft: rgba(59, 130, 246, 0.12);
  --link: #7dd3fc;
  --link-hover: #bae6fd;
  --label: #60a5fa;
  --border: #243247;
  --radius: 10px;
  --radius-sm: 8px;
  --radius-lg: 14px;

  --nav-bg: rgba(11, 18, 32, 0.9);
  --nav-border: 1px solid #1e2d45;
  --nav-shadow: 0 1px 0 rgba(255, 255, 255, 0.03);
  --nav-blur: blur(10px);

  --btn-border: 1px solid #3b82f6;
  --btn-color: #dbeafe;
  --btn-bg: transparent;
  --btn-bg-hover: rgba(59, 130, 246, 0.15);
  --btn-color-hover: #fff;
  --btn-shadow: none;
  --btn-fill-border: 1px solid #2563eb;
  --btn-fill-color: #fff;
  --btn-fill-bg: #2563eb;
  --btn-fill-bg-hover: #3b82f6;
  --btn-fill-color-hover: #fff;
  --btn-fill-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
  --btn-sec-border: 1px solid #475569;
  --btn-sec-color: #e2e8f0;
  --btn-sec-bg: transparent;
  --btn-sec-bg-hover: rgba(148, 163, 184, 0.12);
  --btn-sec-color-hover: #fff;

  --hero-bg: linear-gradient(160deg, #0f1b33 0%, #0b1220 55%, #0a1628 100%);
  --hero-border: 1px solid #1e2d45;
  --hero-text: #e8eef8;
  --hero-kicker: #60a5fa;
  --hero-title: #f8fafc;
  --hero-tag: #93c5fd;
  --hero-lead: #94a3b8;
  --hero-meta: #64748b;
  --hero-title-tracking: -0.03em;

  --section-alt-bg: rgba(15, 27, 51, 0.65);
  --section-alt-border: 1px solid #1e2d45;
  --cta-bg: linear-gradient(180deg, #13233f, #0b1220);
  --cta-border: 1px solid #1e3a5f;
  --cta-text: #e8eef8;
  --cta-heading: #f8fafc;
  --cta-muted: #94a3b8;

  --panel-bg: #111b2e;
  --panel-border: 1px solid #243247;
  --panel-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
  --panel-heading: #93c5fd;
  --panel-text: #94a3b8;
  --panel-active-bg: #172554;
  --panel-active-border: 1px solid #3b82f6;
  --panel-active-shadow: 0 0 0 1px rgba(59, 130, 246, 0.25), 0 12px 32px rgba(0, 0, 0, 0.3);
  --panel-active-heading: #bfdbfe;
  --panel-active-text: #e2e8f0;

  --chip-bg: #111b2e;
  --chip-border: 1px solid #243247;
  --chip-text: #e2e8f0;
  --chip-bullet: "▹ ";

  --quote-bg: #111b2e;
  --quote-border: 1px solid #334155;
  --quote-shadow: none;
  --quote-text: #cbd5e1;
  --quote-cite: #60a5fa;

  --step-bg: #111b2e;
  --step-border: 1px solid #243247;
  --step-n-bg: #1e3a5f;
  --step-n-border: 1px solid #3b82f6;
  --step-n-color: #93c5fd;

  --footer-bg: #070d18;
  --footer-border: 1px solid #1e2d45;
  --footer-text: #64748b;
  --footer-link: #94a3b8;
  --footer-link-active: #93c5fd;
  --footer-link-bg: rgba(59, 130, 246, 0.12);
}

/* ========== CLEANING — fresh / light / airy ========== */
.theme-cleaning {
  color-scheme: light;
  --font: "Segoe UI", system-ui, -apple-system, sans-serif;
  --bg: #f4fbf9;
  --bg-fx: radial-gradient(800px 420px at 0% 0%, rgba(13, 148, 136, 0.12), transparent 50%),
    radial-gradient(600px 360px at 100% 10%, rgba(45, 212, 191, 0.1), transparent 45%);
  --text: #134e4a;
  --muted: #5b7c78;
  --heading: #0f3d3a;
  --brand: #0f766e;
  --brand-muted: #14b8a6;
  --accent: #0d9488;
  --accent-soft: rgba(13, 148, 136, 0.1);
  --link: #0f766e;
  --link-hover: #115e59;
  --label: #0d9488;
  --border: #cce8e3;
  --radius: 16px;
  --radius-sm: 10px;
  --radius-lg: 20px;

  --nav-bg: rgba(255, 255, 255, 0.92);
  --nav-border: 1px solid #d8efe9;
  --nav-shadow: 0 4px 20px rgba(15, 118, 110, 0.06);
  --nav-blur: blur(10px);
  --logo-filter: none;

  --btn-border: 1px solid #99d5cc;
  --btn-color: #0f766e;
  --btn-bg: #fff;
  --btn-bg-hover: #ecfdf8;
  --btn-color-hover: #115e59;
  --btn-shadow: 0 2px 8px rgba(15, 118, 110, 0.08);
  --btn-fill-border: 1px solid #0d9488;
  --btn-fill-color: #fff;
  --btn-fill-bg: #0d9488;
  --btn-fill-bg-hover: #0f766e;
  --btn-fill-color-hover: #fff;
  --btn-fill-shadow: 0 8px 22px rgba(13, 148, 136, 0.28);
  --btn-sec-border: 1px solid #99d5cc;
  --btn-sec-color: #0f766e;
  --btn-sec-bg: transparent;
  --btn-sec-bg-hover: #ecfdf8;
  --btn-sec-color-hover: #115e59;

  --hero-bg: linear-gradient(165deg, #ffffff 0%, #e8faf6 55%, #d9f5ef 100%);
  --hero-border: 1px solid #cce8e3;
  --hero-text: #134e4a;
  --hero-kicker: #0d9488;
  --hero-title: #0f3d3a;
  --hero-tag: #0f766e;
  --hero-lead: #5b7c78;
  --hero-meta: #7a9b96;
  --hero-title-tracking: -0.02em;

  --section-alt-bg: #eef9f6;
  --section-alt-border: 1px solid #d8efe9;
  --cta-bg: linear-gradient(180deg, #0f766e, #0d9488);
  --cta-text: #ecfdf8;
  --cta-heading: #fff;
  --cta-muted: rgba(236, 253, 248, 0.88);

  --panel-bg: #ffffff;
  --panel-border: 1px solid #d8efe9;
  --panel-shadow: 0 10px 30px rgba(15, 118, 110, 0.07);
  --panel-heading: #0f766e;
  --panel-text: #5b7c78;
  --panel-active-bg: #0f766e;
  --panel-active-border: 1px solid #0f766e;
  --panel-active-shadow: 0 12px 32px rgba(15, 118, 110, 0.25);
  --panel-active-heading: #fff;
  --panel-active-text: #ccfbf1;

  --chip-bg: #fff;
  --chip-border: 1px solid #d8efe9;
  --chip-text: #134e4a;
  --chip-bullet: "✓ ";
  --chip-shadow: 0 2px 8px rgba(15, 118, 110, 0.05);

  --quote-bg: #fff;
  --quote-border: 1px solid #d8efe9;
  --quote-shadow: 0 8px 24px rgba(15, 118, 110, 0.06);
  --quote-text: #3d5c58;
  --quote-cite: #0d9488;

  --step-bg: #fff;
  --step-border: 1px solid #d8efe9;
  --step-n-bg: #ccfbf1;
  --step-n-border: 1px solid #5eead4;
  --step-n-color: #0f766e;

  --footer-bg: #0f3d3a;
  --footer-border: none;
  --footer-text: #99c2bc;
  --footer-link: #99c2bc;
  --footer-link-active: #5eead4;
  --footer-link-bg: rgba(94, 234, 212, 0.12);
}

/* ========== CHARITY — warm / human / soft ========== */
.theme-charity {
  color-scheme: light;
  --font: Georgia, "Times New Roman", serif;
  --bg: #fff8f3;
  --bg-fx: radial-gradient(700px 400px at 10% 0%, rgba(251, 113, 133, 0.12), transparent 50%),
    radial-gradient(600px 360px at 100% 0%, rgba(251, 191, 36, 0.1), transparent 45%);
  --text: #3f2a2a;
  --muted: #7a5c5c;
  --heading: #5c2a2a;
  --brand: #9f1239;
  --brand-muted: #e11d48;
  --accent: #e11d48;
  --accent-soft: rgba(225, 29, 72, 0.08);
  --link: #be123c;
  --link-hover: #9f1239;
  --label: #e11d48;
  --border: #f3d4d0;
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 22px;

  --nav-bg: rgba(255, 252, 249, 0.95);
  --nav-border: 1px solid #f3d4d0;
  --nav-shadow: 0 4px 18px rgba(159, 18, 57, 0.06);
  --nav-blur: blur(8px);

  --btn-border: 1px solid #f0b4b4;
  --btn-color: #9f1239;
  --btn-bg: #fff;
  --btn-bg-hover: #fff1f2;
  --btn-color-hover: #881337;
  --btn-shadow: 0 2px 10px rgba(159, 18, 57, 0.06);
  --btn-fill-border: 1px solid #e11d48;
  --btn-fill-color: #fff;
  --btn-fill-bg: #e11d48;
  --btn-fill-bg-hover: #be123c;
  --btn-fill-color-hover: #fff;
  --btn-fill-shadow: 0 8px 24px rgba(225, 29, 72, 0.25);
  --btn-sec-border: 1px solid #f0b4b4;
  --btn-sec-color: #9f1239;
  --btn-sec-bg: transparent;
  --btn-sec-bg-hover: #fff1f2;
  --btn-sec-color-hover: #881337;

  --hero-bg: linear-gradient(165deg, #fffefb 0%, #fff1f2 50%, #ffe4e6 100%);
  --hero-border: 1px solid #f3d4d0;
  --hero-text: #3f2a2a;
  --hero-kicker: #e11d48;
  --hero-title: #881337;
  --hero-tag: #9f1239;
  --hero-lead: #7a5c5c;
  --hero-meta: #a88;
  --hero-title-tracking: -0.01em;

  --section-alt-bg: #fff1ee;
  --section-alt-border: 1px solid #f3d4d0;
  --cta-bg: linear-gradient(180deg, #9f1239, #e11d48);
  --cta-text: #fff5f5;
  --cta-heading: #fff;
  --cta-muted: rgba(255, 245, 245, 0.9);

  --panel-bg: #fffefb;
  --panel-border: 1px solid #f3d4d0;
  --panel-shadow: 0 10px 28px rgba(159, 18, 57, 0.07);
  --panel-heading: #9f1239;
  --panel-text: #7a5c5c;
  --panel-active-bg: #9f1239;
  --panel-active-border: 1px solid #9f1239;
  --panel-active-shadow: 0 12px 30px rgba(159, 18, 57, 0.22);
  --panel-active-heading: #fff;
  --panel-active-text: #fecdd3;

  --chip-bg: #fffefb;
  --chip-border: 1px solid #f3d4d0;
  --chip-text: #3f2a2a;
  --chip-bullet: "♥ ";

  --quote-bg: #fffefb;
  --quote-border: 1px solid #f3d4d0;
  --quote-shadow: 0 8px 22px rgba(159, 18, 57, 0.06);
  --quote-text: #5c3a3a;
  --quote-cite: #e11d48;

  --step-bg: #fffefb;
  --step-border: 1px solid #f3d4d0;
  --step-n-bg: #ffe4e6;
  --step-n-border: 1px solid #fda4af;
  --step-n-color: #9f1239;

  --footer-bg: #4c0519;
  --footer-border: none;
  --footer-text: #e7b0bc;
  --footer-link: #e7b0bc;
  --footer-link-active: #fecdd3;
  --footer-link-bg: rgba(254, 205, 211, 0.12);
}

.theme-charity .brand-word,
.theme-charity .brand-sub,
.theme-charity .btn,
.theme-charity .nav-links,
.theme-charity .hero-kicker,
.theme-charity .list-features,
.theme-charity .list-neon,
.theme-charity .steps .n,
.theme-charity .footer-brands,
.theme-charity .pixel-label {
  font-family: "Segoe UI", system-ui, sans-serif;
}

/* ========== TECHNOLOGY — recycled kit / amber circuit ========== */
.theme-technology {
  color-scheme: dark;
  --font: "Segoe UI", system-ui, -apple-system, sans-serif;
  --bg: #12100c;
  --bg-fx:
    radial-gradient(800px 440px at 10% -5%, rgba(245, 158, 11, 0.16), transparent 55%),
    radial-gradient(600px 380px at 100% 10%, rgba(217, 119, 6, 0.1), transparent 50%);
  --text: #f5f0e6;
  --muted: #b8a88c;
  --heading: #fff8eb;
  --brand: #fde68a;
  --brand-muted: #fbbf24;
  --accent: #f59e0b;
  --accent-soft: rgba(245, 158, 11, 0.14);
  --link: #fcd34d;
  --link-hover: #fde68a;
  --label: #fbbf24;
  --border: #3d3424;
  --radius: 10px;
  --radius-sm: 8px;
  --radius-lg: 14px;

  --nav-bg: rgba(18, 16, 12, 0.92);
  --nav-border: 1px solid #3d3424;
  --nav-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  --nav-blur: blur(10px);

  --btn-border: 1px solid #f59e0b;
  --btn-color: #fde68a;
  --btn-bg: transparent;
  --btn-bg-hover: rgba(245, 158, 11, 0.15);
  --btn-color-hover: #fff;
  --btn-shadow: none;
  --btn-fill-border: 1px solid #d97706;
  --btn-fill-color: #1c1410;
  --btn-fill-bg: #f59e0b;
  --btn-fill-bg-hover: #fbbf24;
  --btn-fill-color-hover: #1c1410;
  --btn-fill-shadow: 0 8px 24px rgba(245, 158, 11, 0.3);
  --btn-sec-border: 1px solid #6b5b3e;
  --btn-sec-color: #f5f0e6;
  --btn-sec-bg: transparent;
  --btn-sec-bg-hover: rgba(245, 158, 11, 0.1);
  --btn-sec-color-hover: #fff;

  --hero-bg: linear-gradient(165deg, #1c1812 0%, #12100c 55%, #0f0d0a 100%);
  --hero-border: 1px solid #3d3424;
  --hero-text: #f5f0e6;
  --hero-kicker: #fbbf24;
  --hero-title: #fffbeb;
  --hero-tag: #fcd34d;
  --hero-lead: #b8a88c;
  --hero-meta: #8a7a60;
  --hero-title-tracking: -0.03em;

  --section-alt-bg: rgba(28, 24, 18, 0.7);
  --section-alt-border: 1px solid #3d3424;
  --cta-bg: linear-gradient(180deg, #2a2114, #12100c);
  --cta-border: 1px solid #5c4a28;
  --cta-text: #f5f0e6;
  --cta-heading: #fffbeb;
  --cta-muted: #b8a88c;

  --panel-bg: #1a1610;
  --panel-border: 1px solid #3d3424;
  --panel-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
  --panel-heading: #fcd34d;
  --panel-text: #b8a88c;
  --panel-active-bg: #292015;
  --panel-active-border: 1px solid #f59e0b;
  --panel-active-shadow: 0 0 0 1px rgba(245, 158, 11, 0.25), 0 12px 32px rgba(0, 0, 0, 0.35);
  --panel-active-heading: #fde68a;
  --panel-active-text: #f5f0e6;

  --chip-bg: #1a1610;
  --chip-border: 1px solid #3d3424;
  --chip-text: #f5f0e6;
  --chip-bullet: "▸ ";

  --quote-bg: #1a1610;
  --quote-border: 1px solid #3d3424;
  --quote-shadow: none;
  --quote-text: #d6cbb5;
  --quote-cite: #fbbf24;

  --step-bg: #1a1610;
  --step-border: 1px solid #3d3424;
  --step-n-bg: #3d2e12;
  --step-n-border: 1px solid #f59e0b;
  --step-n-color: #fcd34d;

  --footer-bg: #0a0907;
  --footer-border: 1px solid #3d3424;
  --footer-text: #8a7a60;
  --footer-link: #b8a88c;
  --footer-link-active: #fcd34d;
  --footer-link-bg: rgba(245, 158, 11, 0.12);
}

.theme-technology .panel-m {
  border-color: #5c4a28;
}
.theme-technology .panel-c {
  border-color: #f59e0b;
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.12), 0 8px 28px rgba(0, 0, 0, 0.3);
}

/* ========== LOGISTICS — routes / field ops / amber on slate ========== */
.theme-logistics {
  color-scheme: dark;
  --font: "Segoe UI", system-ui, -apple-system, sans-serif;
  --bg: #0c1219;
  --bg-fx: radial-gradient(900px 480px at 12% -10%, rgba(245, 158, 11, 0.16), transparent 55%),
    radial-gradient(700px 400px at 100% 0%, rgba(14, 165, 233, 0.08), transparent 45%);
  --text: #e8eef4;
  --muted: #94a3b8;
  --heading: #f8fafc;
  --brand: #f8fafc;
  --brand-muted: #fbbf24;
  --brand-tracking: 0.02em;
  --accent: #f59e0b;
  --accent-soft: rgba(245, 158, 11, 0.14);
  --link: #fcd34d;
  --link-hover: #fde68a;
  --label: #fbbf24;
  --border: #2a3544;
  --radius: 10px;
  --radius-sm: 8px;
  --radius-lg: 14px;

  --nav-bg: rgba(12, 18, 25, 0.92);
  --nav-border: 1px solid #243041;
  --nav-shadow: 0 1px 0 rgba(255, 255, 255, 0.03);
  --nav-blur: blur(10px);

  --btn-border: 1px solid #f59e0b;
  --btn-color: #fde68a;
  --btn-bg: transparent;
  --btn-bg-hover: rgba(245, 158, 11, 0.14);
  --btn-color-hover: #fff;
  --btn-shadow: none;
  --btn-fill-border: 1px solid #d97706;
  --btn-fill-color: #0c1219;
  --btn-fill-bg: #f59e0b;
  --btn-fill-bg-hover: #fbbf24;
  --btn-fill-color-hover: #0c1219;
  --btn-fill-shadow: 0 8px 24px rgba(245, 158, 11, 0.3);
  --btn-sec-border: 1px solid #475569;
  --btn-sec-color: #e2e8f0;
  --btn-sec-bg: transparent;
  --btn-sec-bg-hover: rgba(148, 163, 184, 0.12);
  --btn-sec-color-hover: #fff;

  --hero-bg: linear-gradient(160deg, #1a1408 0%, #0c1219 50%, #0a1620 100%);
  --hero-border: 1px solid #2a3544;
  --hero-text: #e8eef4;
  --hero-kicker: #fbbf24;
  --hero-title: #f8fafc;
  --hero-tag: #fcd34d;
  --hero-lead: #94a3b8;
  --hero-meta: #64748b;
  --hero-title-tracking: -0.03em;

  --section-alt-bg: rgba(26, 20, 8, 0.55);
  --section-alt-border: 1px solid #2a3544;
  --cta-bg: linear-gradient(180deg, #1c1508, #0c1219);
  --cta-border: 1px solid #3d2e12;
  --cta-text: #e8eef4;
  --cta-heading: #f8fafc;
  --cta-muted: #94a3b8;

  --panel-bg: #121a24;
  --panel-border: 1px solid #2a3544;
  --panel-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  --panel-heading: #fcd34d;
  --panel-text: #94a3b8;
  --panel-active-bg: #1c1508;
  --panel-active-border: 1px solid #f59e0b;
  --panel-active-shadow: 0 0 0 1px rgba(245, 158, 11, 0.22), 0 12px 32px rgba(0, 0, 0, 0.3);
  --panel-active-heading: #fde68a;
  --panel-active-text: #e2e8f0;

  --chip-bg: #121a24;
  --chip-border: 1px solid #2a3544;
  --chip-text: #e2e8f0;

  --quote-bg: #121a24;
  --quote-border: 1px solid #2a3544;
  --quote-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  --quote-text: #cbd5e1;
  --quote-cite: #fbbf24;

  --step-bg: #121a24;
  --step-border: 1px solid #2a3544;
  --step-n-bg: #3d2e12;
  --step-n-border: 1px solid #f59e0b;
  --step-n-color: #fcd34d;

  --footer-bg: #080c12;
  --footer-border: 1px solid #2a3544;
  --footer-text: #7a8699;
  --footer-link: #a8b4c4;
  --footer-link-active: #fcd34d;
  --footer-link-bg: rgba(245, 158, 11, 0.12);
}

.theme-logistics .panel-m {
  border-color: #3d2e12;
}
.theme-logistics .panel-c {
  border-color: #f59e0b;
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.12), 0 8px 28px rgba(0, 0, 0, 0.3);
}

/* ========== GROUP — portal that unites all brands ========== */
/* Software blue · Cleaning teal · Charity rose · Technology amber · Games neon · Logistics amber */
.theme-group {
  color-scheme: dark;
  --font: "Segoe UI", system-ui, -apple-system, sans-serif;
  --bg: #0a0e17;
  --bg-fx:
    radial-gradient(700px 420px at 5% 0%, rgba(59, 130, 246, 0.22), transparent 55%),
    radial-gradient(600px 380px at 95% 5%, rgba(13, 148, 136, 0.18), transparent 50%),
    radial-gradient(500px 360px at 50% 100%, rgba(225, 29, 72, 0.12), transparent 55%),
    radial-gradient(400px 280px at 80% 60%, rgba(0, 255, 102, 0.06), transparent 45%);
  --text: #e8eef8;
  --muted: #94a3b8;
  --heading: #f8fafc;
  --brand: #f8fafc;
  --brand-muted: #93c5fd;
  --accent: #3b82f6;
  --accent-soft: rgba(59, 130, 246, 0.14);
  --link: #7dd3fc;
  --link-hover: #bae6fd;
  --label: #94a3b8;
  --border: #1e293b;
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 18px;

  --nav-bg: rgba(10, 14, 23, 0.92);
  --nav-border: 1px solid #1e293b;
  --nav-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  --nav-blur: blur(12px);

  --btn-border: 1px solid #475569;
  --btn-color: #e2e8f0;
  --btn-bg: transparent;
  --btn-bg-hover: rgba(148, 163, 184, 0.12);
  --btn-color-hover: #fff;
  --btn-shadow: none;
  --btn-fill-border: 1px solid #2563eb;
  --btn-fill-color: #fff;
  --btn-fill-bg: linear-gradient(135deg, #2563eb, #0d9488);
  --btn-fill-bg-hover: linear-gradient(135deg, #3b82f6, #14b8a6);
  --btn-fill-color-hover: #fff;
  --btn-fill-shadow: 0 8px 28px rgba(37, 99, 235, 0.35);
  --btn-sec-border: 1px solid #334155;
  --btn-sec-color: #e2e8f0;
  --btn-sec-bg: rgba(15, 23, 42, 0.6);
  --btn-sec-bg-hover: rgba(30, 41, 59, 0.9);
  --btn-sec-color-hover: #fff;

  --hero-bg:
    linear-gradient(165deg, rgba(15, 23, 42, 0.2) 0%, #0a0e17 70%),
    radial-gradient(900px 500px at 20% -20%, rgba(59, 130, 246, 0.25), transparent 50%),
    radial-gradient(700px 400px at 90% 0%, rgba(13, 148, 136, 0.2), transparent 45%),
    radial-gradient(600px 360px at 50% 80%, rgba(225, 29, 72, 0.12), transparent 50%);
  --hero-border: 1px solid #1e293b;
  --hero-text: #e8eef8;
  --hero-kicker: #94a3b8;
  --hero-title: #f8fafc;
  --hero-tag: #cbd5e1;
  --hero-lead: #94a3b8;
  --hero-meta: #64748b;
  --hero-title-tracking: -0.03em;

  --section-alt-bg: rgba(15, 23, 42, 0.55);
  --section-alt-border: 1px solid #1e293b;
  --cta-bg: linear-gradient(135deg, #0f172a 0%, #134e4a 50%, #4c0519 100%);
  --cta-text: #e8eef8;
  --cta-heading: #f8fafc;
  --cta-muted: #94a3b8;

  --panel-bg: rgba(15, 23, 42, 0.85);
  --panel-border: 1px solid #1e293b;
  --panel-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  --panel-heading: #e2e8f0;
  --panel-text: #94a3b8;
  --panel-active-bg: #172554;
  --panel-active-border: 1px solid #3b82f6;
  --panel-active-shadow: 0 12px 36px rgba(37, 99, 235, 0.25);
  --panel-active-heading: #bfdbfe;
  --panel-active-text: #e2e8f0;

  --chip-bg: rgba(15, 23, 42, 0.9);
  --chip-border: 1px solid #1e293b;
  --chip-text: #e2e8f0;
  --chip-bullet: "→ ";

  --quote-bg: rgba(15, 23, 42, 0.9);
  --quote-border: 1px solid #334155;
  --quote-shadow: none;
  --quote-text: #cbd5e1;
  --quote-cite: #7dd3fc;

  --step-bg: rgba(15, 23, 42, 0.9);
  --step-border: 1px solid #1e293b;
  --step-n-bg: #1e3a5f;
  --step-n-border: 1px solid #3b82f6;
  --step-n-color: #93c5fd;

  --footer-bg: #020617;
  --footer-border: 1px solid #1e293b;
  --footer-text: #64748b;
  --footer-link: #94a3b8;
  --footer-link-active: #7dd3fc;
  --footer-link-bg: rgba(59, 130, 246, 0.12);
}

/* Portal destination cards — one accent per brand */
.theme-group .portal-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}

@media (min-width: 720px) {
  .theme-group .portal-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/*
  Exactly two children: .portal-card-main | .portal-go
  Row 1 (1fr) holds title+body at the top; free space is inside that row.
  Row 2 (auto) is the CTA on the bottom edge. No content can “drop” mid-card.
*/
.theme-group .portal-card {
  display: grid;
  grid-template-rows: 1fr auto;
  align-content: stretch;
  align-self: stretch;
  height: 100%;
  min-height: 14rem;
  box-sizing: border-box;
  padding: 1.5rem 1.6rem 1.4rem;
  border-radius: var(--radius-lg);
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid #1e293b;
  border-top: 4px solid #64748b;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.theme-group .portal-card:hover {
  transform: translateY(-4px);
  color: inherit;
  text-decoration: none !important;
}

.theme-group .portal-card-main {
  grid-row: 1;
  align-self: start;
  width: 100%;
}

.theme-group .portal-card .portal-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

.theme-group .portal-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  color: #f8fafc;
}

.theme-group .portal-card-main > p:not(.portal-kicker) {
  margin: 0;
  color: #94a3b8;
  line-height: 1.55;
  font-size: 0.98rem;
}

.theme-group .portal-card .portal-go {
  grid-row: 2;
  align-self: end;
  display: block;
  margin: 1.15rem 0 0;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.theme-group .portal-card.portal-software {
  border-top-color: #3b82f6;
}
.theme-group .portal-card.portal-software .portal-kicker,
.theme-group .portal-card.portal-software .portal-go { color: #60a5fa; }
.theme-group .portal-card.portal-software:hover {
  box-shadow: 0 18px 44px rgba(59, 130, 246, 0.28);
  border-color: #3b82f6;
}

.theme-group .portal-card.portal-cleaning {
  border-top-color: #14b8a6;
}
.theme-group .portal-card.portal-cleaning .portal-kicker,
.theme-group .portal-card.portal-cleaning .portal-go { color: #2dd4bf; }
.theme-group .portal-card.portal-cleaning:hover {
  box-shadow: 0 18px 44px rgba(20, 184, 166, 0.28);
  border-color: #14b8a6;
}

.theme-group .portal-card.portal-charity {
  border-top-color: #e11d48;
}
.theme-group .portal-card.portal-charity .portal-kicker,
.theme-group .portal-card.portal-charity .portal-go { color: #fb7185; }
.theme-group .portal-card.portal-charity:hover {
  box-shadow: 0 18px 44px rgba(225, 29, 72, 0.28);
  border-color: #e11d48;
}

.theme-group .portal-card.portal-technology {
  border-top-color: #f59e0b;
}
.theme-group .portal-card.portal-technology .portal-kicker,
.theme-group .portal-card.portal-technology .portal-go { color: #fbbf24; }
.theme-group .portal-card.portal-technology:hover {
  box-shadow: 0 18px 44px rgba(245, 158, 11, 0.28);
  border-color: #f59e0b;
}

.theme-group .portal-card.portal-games {
  border-top-color: #00ff66;
  background: linear-gradient(165deg, rgba(10, 0, 30, 0.5) 0%, rgba(15, 23, 42, 0.95) 100%);
}
.theme-group .portal-card.portal-games .portal-kicker,
.theme-group .portal-card.portal-games .portal-go { color: #00ff66; text-shadow: 0 0 12px rgba(0, 255, 102, 0.45); }
.theme-group .portal-card.portal-games h3 { color: #ff00ff; text-shadow: 0 0 14px rgba(255, 0, 255, 0.35); }
.theme-group .portal-card.portal-games:hover {
  box-shadow: 0 18px 44px rgba(0, 255, 102, 0.2), 0 0 24px rgba(255, 0, 255, 0.15);
  border-color: #00ff66;
}

.theme-group .portal-card.portal-logistics {
  border-top-color: #f59e0b;
}
.theme-group .portal-card.portal-logistics .portal-kicker,
.theme-group .portal-card.portal-logistics .portal-go { color: #fbbf24; }
.theme-group .portal-card.portal-logistics:hover {
  box-shadow: 0 18px 44px rgba(245, 158, 11, 0.28);
  border-color: #f59e0b;
}

.theme-group .portal-card.portal-next {
  border-top-style: dashed;
  border-top-color: #86efac;
  background:
    linear-gradient(165deg, rgba(20, 83, 45, 0.35) 0%, rgba(15, 23, 42, 0.92) 100%);
}
.theme-group .portal-card.portal-next .portal-kicker,
.theme-group .portal-card.portal-next .portal-go { color: #86efac; }
.theme-group .portal-card.portal-next:hover {
  box-shadow: 0 18px 44px rgba(34, 197, 94, 0.22);
  border-color: #4ade80;
}
@media (min-width: 720px) {
  .theme-group .portal-card.portal-next {
    grid-column: 1 / -1;
  }
}

.theme-group .portal-card.portal-green {
  border-top-color: #22c55e;
}
.theme-group .portal-card.portal-green .portal-kicker,
.theme-group .portal-card.portal-green .portal-go { color: #4ade80; }
.theme-group .portal-card.portal-green:hover {
  box-shadow: 0 18px 44px rgba(34, 197, 94, 0.28);
  border-color: #22c55e;
}

.theme-group .portal-card.portal-garden {
  border-top-color: #d97706;
}
.theme-group .portal-card.portal-garden .portal-kicker,
.theme-group .portal-card.portal-garden .portal-go { color: #fbbf24; }
.theme-group .portal-card.portal-garden:hover {
  box-shadow: 0 18px 44px rgba(217, 119, 6, 0.28);
  border-color: #d97706;
}

.theme-group .portal-card.portal-beer {
  border-top-color: #f59e0b;
  background: linear-gradient(165deg, rgba(69, 26, 3, 0.55) 0%, rgba(15, 23, 42, 0.95) 100%);
}
.theme-group .portal-card.portal-beer .portal-kicker,
.theme-group .portal-card.portal-beer .portal-go { color: #fbbf24; }
.theme-group .portal-card.portal-beer:hover {
  box-shadow: 0 18px 44px rgba(245, 158, 11, 0.28);
  border-color: #f59e0b;
}

.theme-group .portal-card.portal-academy {
  border-top-color: #eab308;
}
.theme-group .portal-card.portal-academy .portal-kicker,
.theme-group .portal-card.portal-academy .portal-go { color: #fde047; }
.theme-group .portal-card.portal-academy:hover {
  box-shadow: 0 18px 44px rgba(234, 179, 8, 0.22);
  border-color: #eab308;
}

.theme-group .portal-card.portal-church {
  border-top-color: #c4b5fd;
}
.theme-group .portal-card.portal-church .portal-kicker,
.theme-group .portal-card.portal-church .portal-go { color: #ddd6fe; }
.theme-group .portal-card.portal-church:hover {
  box-shadow: 0 18px 44px rgba(167, 139, 250, 0.22);
  border-color: #c4b5fd;
}

.theme-group .portal-card.portal-store {
  border-top-color: #db2777;
}
.theme-group .portal-card.portal-store .portal-kicker,
.theme-group .portal-card.portal-store .portal-go { color: #f9a8d4; }
.theme-group .portal-card.portal-store:hover {
  box-shadow: 0 18px 44px rgba(219, 39, 119, 0.22);
  border-color: #db2777;
}

.theme-group .portal-card.portal-next-empty {
  border-top-style: dashed;
  border-top-color: #64748b;
  background: rgba(15, 23, 42, 0.55);
}
.theme-group .portal-card.portal-next-empty .portal-kicker,
.theme-group .portal-card.portal-next-empty .portal-go { color: #94a3b8; }
.theme-group .portal-card.portal-next-empty:hover {
  transform: none;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  border-color: #1e293b;
}

.theme-group .portal-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin: 1.25rem 0 0;
}

.theme-group .portal-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid #334155;
  background: rgba(15, 23, 42, 0.8);
  color: #cbd5e1;
  text-decoration: none !important;
}

.theme-group .portal-pill:hover { color: #fff; text-decoration: none !important; }
.theme-group .portal-pill.pill-software { border-color: #3b82f6; color: #93c5fd; }
.theme-group .portal-pill.pill-cleaning { border-color: #14b8a6; color: #5eead4; }
.theme-group .portal-pill.pill-charity { border-color: #e11d48; color: #fda4af; }
.theme-group .portal-pill.pill-technology { border-color: #f59e0b; color: #fbbf24; }
.theme-group .portal-pill.pill-games { border-color: #00ff66; color: #00ff66; }
.theme-group .portal-pill.pill-logistics { border-color: #ea580c; color: #fdba74; }
.theme-group .portal-pill.pill-next { border-style: dashed; border-color: #4ade80; color: #86efac; }

.theme-group .loop-row {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
  margin-top: 1.25rem;
}

@media (min-width: 700px) {
  .theme-group .loop-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

.theme-group .loop-step {
  padding: 1.15rem 1.2rem;
  border-radius: var(--radius-lg);
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid #1e293b;
}

.theme-group .loop-step .n {
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.theme-group .loop-step.ls-clean .n { background: rgba(20, 184, 166, 0.2); color: #2dd4bf; }
.theme-group .loop-step.ls-charity .n { background: rgba(225, 29, 72, 0.2); color: #fb7185; }
.theme-group .loop-step.ls-soft .n { background: rgba(59, 130, 246, 0.2); color: #60a5fa; }

.theme-group .loop-step h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  color: #f1f5f9;
}

.theme-group .loop-step p {
  margin: 0;
  font-size: 0.92rem;
  color: #94a3b8;
}

/* legacy footer panel accents used on group */
.theme-group .panel-m {
  border-color: #134e4a;
}
.theme-group .panel-c {
  border-color: #1e3a5f;
}

/* need btn-fill gradient support */
.theme-group .btn-fill {
  background: var(--btn-fill-bg);
}

/* ========== STORE — retail craft / clean shop ========== */
.theme-store {
  color-scheme: light;
  --font: "Segoe UI", system-ui, -apple-system, sans-serif;
  --bg: #faf8f5;
  --bg-fx: radial-gradient(900px 480px at 10% -10%, rgba(190, 24, 93, 0.08), transparent 55%),
    radial-gradient(700px 400px at 100% 0%, rgba(14, 116, 144, 0.08), transparent 50%);
  --text: #1c1917;
  --muted: #78716c;
  --heading: #0c0a09;
  --brand: #9f1239;
  --brand-muted: #0e7490;
  --accent: #be185d;
  --accent-soft: rgba(190, 24, 93, 0.1);
  --link: #0e7490;
  --link-hover: #155e75;
  --label: #be185d;
  --border: #e7e5e4;
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 16px;

  --nav-bg: rgba(255, 255, 255, 0.94);
  --nav-border: 1px solid #e7e5e4;
  --nav-shadow: 0 4px 20px rgba(28, 25, 23, 0.06);
  --nav-blur: blur(10px);

  --btn-border: 1px solid #0e7490;
  --btn-color: #0e7490;
  --btn-bg: #fff;
  --btn-bg-hover: #ecfeff;
  --btn-color-hover: #155e75;
  --btn-shadow: none;
  --btn-fill-border: 1px solid #be185d;
  --btn-fill-color: #fff;
  --btn-fill-bg: #be185d;
  --btn-fill-bg-hover: #9d174d;
  --btn-fill-color-hover: #fff;
  --btn-fill-shadow: 0 8px 22px rgba(190, 24, 93, 0.25);
  --btn-sec-border: 1px solid #d6d3d1;
  --btn-sec-color: #44403c;
  --btn-sec-bg: #fff;
  --btn-sec-bg-hover: #f5f5f4;
  --btn-sec-color-hover: #1c1917;

  --hero-bg: linear-gradient(165deg, #fff 0%, #fdf2f8 45%, #ecfeff 100%);
  --hero-border: 1px solid #e7e5e4;
  --hero-text: #1c1917;
  --hero-kicker: #be185d;
  --hero-title: #9f1239;
  --hero-tag: #0e7490;
  --hero-lead: #57534e;
  --hero-meta: #78716c;
  --hero-title-tracking: -0.02em;

  --section-alt-bg: #f5f5f4;
  --section-alt-border: 1px solid #e7e5e4;
  --cta-bg: linear-gradient(180deg, #9f1239, #be185d);
  --cta-text: #fff1f2;
  --cta-heading: #fff;
  --cta-muted: rgba(255, 241, 242, 0.9);

  --panel-bg: #fff;
  --panel-border: 1px solid #e7e5e4;
  --panel-shadow: 0 10px 28px rgba(28, 25, 23, 0.06);
  --panel-heading: #9f1239;
  --panel-text: #57534e;
  --panel-active-bg: #9f1239;
  --panel-active-border: 1px solid #9f1239;
  --panel-active-shadow: 0 12px 30px rgba(159, 18, 57, 0.2);
  --panel-active-heading: #fff;
  --panel-active-text: #fecdd3;

  --chip-bg: #fff;
  --chip-border: 1px solid #e7e5e4;
  --chip-text: #1c1917;
  --chip-bullet: "→ ";

  --quote-bg: #fff;
  --quote-border: 1px solid #e7e5e4;
  --quote-shadow: none;
  --quote-text: #44403c;
  --quote-cite: #be185d;

  --step-bg: #fff;
  --step-border: 1px solid #e7e5e4;
  --step-n-bg: #fce7f3;
  --step-n-border: 1px solid #f9a8d4;
  --step-n-color: #9f1239;

  --footer-bg: #1c1917;
  --footer-border: none;
  --footer-text: #a8a29e;
  --footer-link: #a8a29e;
  --footer-link-active: #f9a8d4;
  --footer-link-bg: rgba(249, 168, 212, 0.12);
}

/* ========== GAMES — neon arcade (snake + geometry dash) ========== */
.theme-games {
  color-scheme: dark;
  --font: "Courier New", Courier, ui-monospace, monospace;
  --bg: #050510;
  --bg-fx: radial-gradient(900px 500px at 10% -10%, rgba(255, 0, 255, 0.14), transparent 55%),
    radial-gradient(800px 480px at 100% 0%, rgba(0, 255, 255, 0.08), transparent 50%),
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 0, 0, 0.08) 2px, rgba(0, 0, 0, 0.08) 4px);
  --bg-fx-opacity: 1;
  --text: #e8fff0;
  --muted: #7a9a8a;
  --heading: #00ff66;
  --brand: #00ff66;
  --brand-muted: #ff00ff;
  --brand-tracking: 0.08em;
  --accent: #00ffff;
  --accent-soft: rgba(0, 255, 255, 0.1);
  --link: #00ffff;
  --link-hover: #ff00ff;
  --label: #ff00ff;
  --border: rgba(0, 255, 102, 0.35);
  --radius: 0;
  --radius-sm: 0;
  --radius-lg: 0;
  --btn-tracking: 0.06em;
  --btn-transform: uppercase;
  --h2-tracking: 0.08em;
  --h2-transform: uppercase;
  --panel-h-transform: uppercase;
  --hero-title-tracking: 0.06em;

  --nav-bg: rgba(5, 5, 16, 0.92);
  --nav-border: 3px solid #00ff66;
  --nav-shadow: 0 0 24px rgba(0, 255, 102, 0.25);
  --nav-blur: blur(6px);
  --logo-filter: drop-shadow(0 0 6px #ff00ff);

  --btn-border: 3px solid #00ffff;
  --btn-color: #00ffff;
  --btn-bg: transparent;
  --btn-bg-hover: #00ffff;
  --btn-color-hover: #050510;
  --btn-shadow: 0 0 12px #00ffff;
  --btn-fill-border: 3px solid #00ff66;
  --btn-fill-color: #050510;
  --btn-fill-bg: #00ff66;
  --btn-fill-bg-hover: #ffe600;
  --btn-fill-color-hover: #050510;
  --btn-fill-border-hover: #ffe600;
  --btn-fill-shadow: 0 0 12px #00ff66;
  --btn-sec-border: 3px solid #ff00ff;
  --btn-sec-color: #ff00ff;
  --btn-sec-bg: transparent;
  --btn-sec-bg-hover: #ff00ff;
  --btn-sec-color-hover: #050510;
  --btn-sec-shadow: 0 0 12px #ff00ff;

  --hero-bg: linear-gradient(180deg, rgba(10, 0, 30, 0.55), rgba(5, 5, 16, 0.9));
  --hero-border: 3px solid #ff00ff;
  --hero-shadow: 0 0 40px rgba(255, 0, 255, 0.2);
  --hero-text: #e8fff0;
  --hero-kicker: #ffe600;
  --hero-title: #ff00ff;
  --hero-title-shadow: 0 0 12px #ff00ff, 0 0 28px rgba(255, 0, 255, 0.4);
  --hero-tag: #00ffff;
  --hero-lead: #7a9a8a;
  --hero-meta: #7a9a8a;

  --section-alt-bg: rgba(0, 0, 0, 0.35);
  --section-alt-border: 1px solid rgba(0, 255, 255, 0.12);
  --cta-bg: linear-gradient(180deg, #0a0018, #1a0033 60%, #050510);
  --cta-border: 3px solid #00ffff;
  --cta-shadow: 0 -8px 40px rgba(0, 255, 255, 0.15);
  --cta-text: #e8fff0;
  --cta-heading: #00ffff;
  --cta-muted: #7a9a8a;

  --panel-bg: #0a0a18;
  --panel-border: 3px solid #00ff66;
  --panel-shadow: 0 0 12px #00ff66, inset 0 0 40px rgba(0, 255, 102, 0.04);
  --panel-heading: #00ffff;
  --panel-text: #7a9a8a;
  --panel-hover-shadow: 0 0 16px #00ffff;
  --panel-active-bg: #100018;
  --panel-active-border: 3px solid #ffe600;
  --panel-active-shadow: 0 0 20px #ffe600;
  --panel-active-heading: #ffe600;
  --panel-active-text: #e8fff0;

  --chip-bg: rgba(0, 0, 0, 0.4);
  --chip-border: 2px solid rgba(0, 255, 102, 0.35);
  --chip-text: #e8fff0;
  --chip-bullet: "▶ ";
  --chip-shadow: 0 0 10px rgba(0, 255, 102, 0.12);

  --quote-bg: rgba(10, 0, 30, 0.85);
  --quote-border: 3px solid #ff00ff;
  --quote-shadow: 0 0 12px #ff00ff;
  --quote-text: #e8fff0;
  --quote-cite: #00ffff;

  --step-bg: rgba(0, 0, 0, 0.45);
  --step-border: 2px solid rgba(0, 255, 255, 0.3);
  --step-shadow: 0 0 12px rgba(0, 255, 255, 0.1);
  --step-n-bg: transparent;
  --step-n-border: 2px solid #ff00ff;
  --step-n-color: #ff00ff;

  --footer-bg: #020208;
  --footer-border: 3px solid #00ff66;
  --footer-shadow: 0 0 30px rgba(0, 255, 102, 0.12);
  --footer-text: #7a9a8a;
  --footer-link: #7a9a8a;
  --footer-link-active: #00ff66;
  --footer-link-bg: transparent;
}

.theme-games .brand-word {
  text-shadow: 0 0 12px #00ff66;
}
.theme-games .brand-sub {
  text-shadow: 0 0 12px #ff00ff;
}
.theme-games .section h2 {
  text-shadow: 0 0 12px #00ff66;
}
.theme-games .section-cta h2 {
  text-shadow: 0 0 12px #00ffff;
}
.theme-games .blink {
  animation: arcade-blink 1.2s step-end infinite;
}
@keyframes arcade-blink {
  50% {
    opacity: 0;
  }
}

/* panel colour variants used in family cards */
.theme-software .panel-m,
.theme-software .panel-c {
  border-color: #334155;
}
.theme-cleaning .panel-m {
  border-color: #99d5cc;
}
.theme-cleaning .panel-c {
  border-color: #5eead4;
}
.theme-charity .panel-m {
  border-color: #fda4af;
}
.theme-charity .panel-c {
  border-color: #f0b4b4;
}
.theme-group .panel-m,
.theme-group .panel-c {
  border-color: #44403c;
}
.theme-games .panel-m {
  border-color: #ff00ff;
  box-shadow: 0 0 12px #ff00ff, inset 0 0 40px rgba(255, 0, 255, 0.05);
}
.theme-games .panel-c {
  border-color: #00ffff;
  box-shadow: 0 0 12px #00ffff, inset 0 0 40px rgba(0, 255, 255, 0.04);
}

/* ========== GREEN — growing / outdoor / not live yet ========== */
.theme-green {
  color-scheme: light;
  --font: "Segoe UI", system-ui, -apple-system, sans-serif;
  --bg: #f3f7f0;
  --bg-fx:
    radial-gradient(900px 480px at 8% -8%, rgba(34, 197, 94, 0.16), transparent 55%),
    radial-gradient(700px 400px at 100% 0%, rgba(20, 83, 45, 0.08), transparent 50%);
  --text: #14532d;
  --muted: #4d7c5a;
  --heading: #052e16;
  --brand: #166534;
  --brand-muted: #16a34a;
  --accent: #16a34a;
  --accent-soft: rgba(22, 163, 74, 0.12);
  --link: #15803d;
  --link-hover: #14532d;
  --label: #16a34a;
  --border: #c5ddc8;
  --radius: 16px;
  --radius-sm: 10px;
  --radius-lg: 20px;

  --nav-bg: rgba(255, 255, 255, 0.92);
  --nav-border: 1px solid #d5e8d6;
  --nav-shadow: 0 4px 20px rgba(20, 83, 45, 0.06);
  --nav-blur: blur(10px);
  --logo-filter: none;

  --btn-border: 1px solid #86efac;
  --btn-color: #166534;
  --btn-bg: #fff;
  --btn-bg-hover: #f0fdf4;
  --btn-color-hover: #14532d;
  --btn-shadow: 0 2px 8px rgba(22, 163, 74, 0.08);
  --btn-fill-border: 1px solid #16a34a;
  --btn-fill-color: #fff;
  --btn-fill-bg: #16a34a;
  --btn-fill-bg-hover: #15803d;
  --btn-fill-color-hover: #fff;
  --btn-fill-shadow: 0 8px 22px rgba(22, 163, 74, 0.28);
  --btn-sec-border: 1px solid #86efac;
  --btn-sec-color: #166534;
  --btn-sec-bg: transparent;
  --btn-sec-bg-hover: #f0fdf4;
  --btn-sec-color-hover: #14532d;

  --hero-bg: linear-gradient(165deg, #ffffff 0%, #eef8ee 55%, #dcfce7 100%);
  --hero-border: 1px solid #c5ddc8;
  --hero-text: #14532d;
  --hero-kicker: #16a34a;
  --hero-title: #052e16;
  --hero-tag: #166534;
  --hero-lead: #4d7c5a;
  --hero-meta: #658c6e;
  --hero-title-tracking: -0.03em;

  --section-alt-bg: rgba(240, 253, 244, 0.7);
  --section-alt-border: 1px solid #c5ddc8;
  --cta-bg: linear-gradient(180deg, #dcfce7, #f3f7f0);
  --cta-border: 1px solid #86efac;
  --cta-text: #14532d;
  --cta-heading: #052e16;
  --cta-muted: #4d7c5a;

  --panel-bg: #fff;
  --panel-border: 1px solid #c5ddc8;
  --panel-shadow: 0 8px 28px rgba(20, 83, 45, 0.08);
  --panel-heading: #166534;
  --panel-text: #4d7c5a;
  --panel-active-bg: #f0fdf4;
  --panel-active-border: 1px solid #16a34a;
  --panel-active-shadow: 0 0 0 1px rgba(22, 163, 74, 0.2), 0 12px 32px rgba(20, 83, 45, 0.12);
  --panel-active-heading: #14532d;
  --panel-active-text: #166534;

  --chip-bg: #fff;
  --chip-border: 1px solid #c5ddc8;
  --chip-text: #14532d;
  --chip-bullet: "🌱 ";

  --quote-bg: #fff;
  --quote-border: 1px solid #c5ddc8;
  --quote-shadow: none;
  --quote-text: #3f6b4a;
  --quote-cite: #16a34a;

  --step-bg: #fff;
  --step-border: 1px solid #c5ddc8;
  --step-n-bg: #dcfce7;
  --step-n-border: 1px solid #16a34a;
  --step-n-color: #166534;

  --footer-bg: #ecf5eb;
  --footer-border: 1px solid #c5ddc8;
  --footer-text: #658c6e;
  --footer-link: #4d7c5a;
  --footer-link-active: #166534;
  --footer-link-bg: rgba(22, 163, 74, 0.12);
}

.theme-green .panel-m {
  border-color: #86efac;
}
.theme-green .panel-c {
  border-color: #16a34a;
  box-shadow: 0 0 0 1px rgba(22, 163, 74, 0.1), 0 8px 28px rgba(20, 83, 45, 0.08);
}

/* ========== GARDEN — soil / terracotta / paid outdoor work ========== */
.theme-garden {
  color-scheme: light;
  --font: "Segoe UI", system-ui, -apple-system, sans-serif;
  --bg: #f7f3ea;
  --bg-fx:
    radial-gradient(900px 480px at 10% -10%, rgba(217, 119, 6, 0.14), transparent 55%),
    radial-gradient(700px 400px at 100% 0%, rgba(101, 163, 13, 0.1), transparent 50%);
  --text: #3f2e1e;
  --muted: #7a6548;
  --heading: #292017;
  --brand: #9a3412;
  --brand-muted: #d97706;
  --accent: #c2410c;
  --accent-soft: rgba(194, 65, 12, 0.1);
  --link: #9a3412;
  --link-hover: #7c2d12;
  --label: #b45309;
  --border: #e4d5b8;
  --radius: 16px;
  --radius-sm: 10px;
  --radius-lg: 20px;

  --nav-bg: rgba(255, 252, 245, 0.94);
  --nav-border: 1px solid #eadcc0;
  --nav-shadow: 0 4px 20px rgba(120, 53, 15, 0.06);
  --nav-blur: blur(10px);
  --logo-filter: none;

  --btn-border: 1px solid #f0c987;
  --btn-color: #9a3412;
  --btn-bg: #fff;
  --btn-bg-hover: #fff7ed;
  --btn-color-hover: #7c2d12;
  --btn-shadow: 0 2px 8px rgba(194, 65, 12, 0.08);
  --btn-fill-border: 1px solid #c2410c;
  --btn-fill-color: #fff;
  --btn-fill-bg: #c2410c;
  --btn-fill-bg-hover: #9a3412;
  --btn-fill-color-hover: #fff;
  --btn-fill-shadow: 0 8px 22px rgba(194, 65, 12, 0.28);
  --btn-sec-border: 1px solid #e8c48a;
  --btn-sec-color: #9a3412;
  --btn-sec-bg: transparent;
  --btn-sec-bg-hover: #fff7ed;
  --btn-sec-color-hover: #7c2d12;

  --hero-bg: linear-gradient(165deg, #fffdf8 0%, #f8edd6 55%, #efe0c0 100%);
  --hero-border: 1px solid #e4d5b8;
  --hero-text: #3f2e1e;
  --hero-kicker: #b45309;
  --hero-title: #292017;
  --hero-tag: #9a3412;
  --hero-lead: #7a6548;
  --hero-meta: #8a7354;
  --hero-title-tracking: -0.03em;

  --section-alt-bg: rgba(255, 247, 237, 0.75);
  --section-alt-border: 1px solid #e4d5b8;
  --cta-bg: linear-gradient(180deg, #ffedd5, #f7f3ea);
  --cta-border: 1px solid #f0c987;
  --cta-text: #3f2e1e;
  --cta-heading: #292017;
  --cta-muted: #7a6548;

  --panel-bg: #fffdf8;
  --panel-border: 1px solid #e4d5b8;
  --panel-shadow: 0 8px 28px rgba(120, 53, 15, 0.08);
  --panel-heading: #9a3412;
  --panel-text: #7a6548;
  --panel-active-bg: #fff7ed;
  --panel-active-border: 1px solid #c2410c;
  --panel-active-shadow: 0 0 0 1px rgba(194, 65, 12, 0.18), 0 12px 32px rgba(120, 53, 15, 0.12);
  --panel-active-heading: #7c2d12;
  --panel-active-text: #9a3412;

  --chip-bg: #fffdf8;
  --chip-border: 1px solid #e4d5b8;
  --chip-text: #3f2e1e;
  --chip-bullet: "🌿 ";

  --quote-bg: #fffdf8;
  --quote-border: 1px solid #e4d5b8;
  --quote-shadow: none;
  --quote-text: #5c4a32;
  --quote-cite: #b45309;

  --step-bg: #fffdf8;
  --step-border: 1px solid #e4d5b8;
  --step-n-bg: #ffedd5;
  --step-n-border: 1px solid #c2410c;
  --step-n-color: #9a3412;

  --footer-bg: #efe6d4;
  --footer-border: 1px solid #e4d5b8;
  --footer-text: #8a7354;
  --footer-link: #7a6548;
  --footer-link-active: #9a3412;
  --footer-link-bg: rgba(194, 65, 12, 0.1);
}

.theme-garden .panel-m {
  border-color: #f0c987;
}
.theme-garden .panel-c {
  border-color: #c2410c;
  box-shadow: 0 0 0 1px rgba(194, 65, 12, 0.1), 0 8px 28px rgba(120, 53, 15, 0.08);
}

/* ========== BEER — pub amber / stout / joke domain ========== */
.theme-beer {
  color-scheme: dark;
  --font: "Segoe UI", system-ui, -apple-system, sans-serif;
  --bg: #140c06;
  --bg-fx:
    radial-gradient(900px 480px at 12% -8%, rgba(245, 158, 11, 0.18), transparent 55%),
    radial-gradient(700px 400px at 100% 10%, rgba(180, 83, 9, 0.12), transparent 50%);
  --text: #f5e6c8;
  --muted: #c4a574;
  --heading: #fff7ed;
  --brand: #fbbf24;
  --brand-muted: #f59e0b;
  --accent: #d97706;
  --accent-soft: rgba(217, 119, 6, 0.16);
  --link: #fbbf24;
  --link-hover: #fde68a;
  --label: #f59e0b;
  --border: #4a3218;
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 16px;

  --nav-bg: rgba(20, 12, 6, 0.92);
  --nav-border: 1px solid #4a3218;
  --nav-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  --nav-blur: blur(10px);

  --btn-border: 1px solid #d97706;
  --btn-color: #fde68a;
  --btn-bg: transparent;
  --btn-bg-hover: rgba(217, 119, 6, 0.16);
  --btn-color-hover: #fff;
  --btn-shadow: none;
  --btn-fill-border: 1px solid #b45309;
  --btn-fill-color: #1c1008;
  --btn-fill-bg: #f59e0b;
  --btn-fill-bg-hover: #fbbf24;
  --btn-fill-color-hover: #1c1008;
  --btn-fill-shadow: 0 8px 24px rgba(245, 158, 11, 0.3);
  --btn-sec-border: 1px solid #6b4a24;
  --btn-sec-color: #f5e6c8;
  --btn-sec-bg: transparent;
  --btn-sec-bg-hover: rgba(245, 158, 11, 0.1);
  --btn-sec-color-hover: #fff;

  --hero-bg: linear-gradient(165deg, #2a1810 0%, #140c06 55%, #0c0804 100%);
  --hero-border: 1px solid #4a3218;
  --hero-text: #f5e6c8;
  --hero-kicker: #fbbf24;
  --hero-title: #fff7ed;
  --hero-tag: #fcd34d;
  --hero-lead: #c4a574;
  --hero-meta: #8a6a3e;
  --hero-title-tracking: -0.03em;

  --section-alt-bg: rgba(42, 24, 16, 0.7);
  --section-alt-border: 1px solid #4a3218;
  --cta-bg: linear-gradient(180deg, #3a2414, #140c06);
  --cta-border: 1px solid #6b4a24;
  --cta-text: #f5e6c8;
  --cta-heading: #fff7ed;
  --cta-muted: #c4a574;

  --panel-bg: #1c120a;
  --panel-border: 1px solid #4a3218;
  --panel-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  --panel-heading: #fcd34d;
  --panel-text: #c4a574;
  --panel-active-bg: #2a1810;
  --panel-active-border: 1px solid #d97706;
  --panel-active-shadow: 0 0 0 1px rgba(245, 158, 11, 0.22), 0 12px 32px rgba(0, 0, 0, 0.4);
  --panel-active-heading: #fde68a;
  --panel-active-text: #f5e6c8;

  --chip-bg: #1c120a;
  --chip-border: 1px solid #4a3218;
  --chip-text: #f5e6c8;
  --chip-bullet: "🍺 ";

  --quote-bg: #1c120a;
  --quote-border: 1px solid #4a3218;
  --quote-shadow: none;
  --quote-text: #e8d4b0;
  --quote-cite: #fbbf24;

  --step-bg: #1c120a;
  --step-border: 1px solid #4a3218;
  --step-n-bg: #3a2414;
  --step-n-border: 1px solid #d97706;
  --step-n-color: #fcd34d;

  --footer-bg: #0a0604;
  --footer-border: 1px solid #4a3218;
  --footer-text: #8a6a3e;
  --footer-link: #c4a574;
  --footer-link-active: #fbbf24;
  --footer-link-bg: rgba(245, 158, 11, 0.12);
}

.theme-beer .panel-m {
  border-color: #6b4a24;
}
.theme-beer .panel-c {
  border-color: #d97706;
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.12), 0 8px 28px rgba(0, 0, 0, 0.35);
}

/* ========== ACADEMY — ink navy, paper, lamp gold ========== */
.theme-academy {
  color-scheme: light;
  --font: "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --bg: #f7f3ea;
  --bg-fx:
    radial-gradient(900px 520px at 8% -8%, rgba(201, 162, 39, 0.12), transparent 55%),
    radial-gradient(720px 420px at 100% 0%, rgba(15, 26, 46, 0.06), transparent 50%);
  --text: #1c2430;
  --muted: #5d6b7c;
  --heading: #0f1a2e;
  --brand: #0f1a2e;
  --brand-muted: #c9a227;
  --accent: #c9a227;
  --accent-soft: rgba(201, 162, 39, 0.14);
  --link: #1e3a5f;
  --link-hover: #0f1a2e;
  --label: #a16207;
  --border: #e0d6c4;
  --radius: 10px;
  --radius-sm: 8px;
  --radius-lg: 16px;

  --nav-bg: rgba(255, 252, 246, 0.94);
  --nav-border: 1px solid #e6dcc8;
  --nav-shadow: 0 4px 22px rgba(15, 26, 46, 0.06);
  --nav-blur: blur(12px);
  --logo-filter: none;

  --btn-border: 1px solid #c9b98a;
  --btn-color: #0f1a2e;
  --btn-bg: #fffdf8;
  --btn-bg-hover: #f4ead0;
  --btn-color-hover: #0f1a2e;
  --btn-shadow: 0 2px 8px rgba(15, 26, 46, 0.06);
  --btn-fill-border: 1px solid #b45309;
  --btn-fill-color: #0f1a2e;
  --btn-fill-bg: #c9a227;
  --btn-fill-bg-hover: #dbb43a;
  --btn-fill-color-hover: #0f1a2e;
  --btn-fill-shadow: 0 10px 24px rgba(201, 162, 39, 0.32);
  --btn-sec-border: 1px solid #c9b98a;
  --btn-sec-color: #0f1a2e;
  --btn-sec-bg: transparent;
  --btn-sec-bg-hover: rgba(201, 162, 39, 0.12);
  --btn-sec-color-hover: #0f1a2e;

  --hero-bg:
    radial-gradient(900px 480px at 12% -20%, rgba(201, 162, 39, 0.18), transparent 55%),
    linear-gradient(165deg, #152238 0%, #0f1a2e 58%, #0c1524 100%);
  --hero-border: 1px solid #1c2c44;
  --hero-text: #efe6d4;
  --hero-kicker: #e4c76b;
  --hero-title: #fbf6ea;
  --hero-tag: #e8d9a8;
  --hero-lead: #c4b8a0;
  --hero-meta: #9aa6b8;
  --hero-title-tracking: -0.03em;

  --section-alt-bg: rgba(255, 252, 246, 0.72);
  --section-alt-border: 1px solid #e0d6c4;
  --cta-bg: linear-gradient(180deg, #152238, #0f1a2e);
  --cta-border: 1px solid #2a3d5c;
  --cta-text: #efe6d4;
  --cta-heading: #fbf6ea;
  --cta-muted: #c4b8a0;

  --panel-bg: #fffdf8;
  --panel-border: 1px solid #e0d6c4;
  --panel-shadow: 0 10px 28px rgba(15, 26, 46, 0.06);
  --panel-heading: #0f1a2e;
  --panel-text: #5d6b7c;
  --panel-active-bg: #fbf6ea;
  --panel-active-border: 1px solid #c9a227;
  --panel-active-shadow: 0 0 0 1px rgba(201, 162, 39, 0.18), 0 12px 32px rgba(15, 26, 46, 0.08);
  --panel-active-heading: #0f1a2e;
  --panel-active-text: #1e3a5f;

  --chip-bg: #fffdf8;
  --chip-border: 1px solid #e0d6c4;
  --chip-text: #1c2430;
  --chip-bullet: "✎ ";

  --quote-bg: #fffdf8;
  --quote-border: 1px solid #e0d6c4;
  --quote-shadow: none;
  --quote-text: #334155;
  --quote-cite: #a16207;

  --step-bg: #fffdf8;
  --step-border: 1px solid #e0d6c4;
  --step-n-bg: #f4ead0;
  --step-n-border: 1px solid #c9a227;
  --step-n-color: #0f1a2e;

  --footer-bg: #0f1a2e;
  --footer-border: 1px solid #1c2c44;
  --footer-text: #9aa6b8;
  --footer-link: #c4b8a0;
  --footer-link-active: #e4c76b;
  --footer-link-bg: rgba(201, 162, 39, 0.12);
}

.theme-academy .panel-m {
  border-color: #c9a227;
  box-shadow: inset 3px 0 0 #c9a227, 0 10px 28px rgba(15, 26, 46, 0.06);
}
.theme-academy .panel-c {
  border-color: #1e3a5f;
  box-shadow: inset 3px 0 0 #1e3a5f, 0 10px 28px rgba(15, 26, 46, 0.06);
}

/* ========== CHURCH — candle / stone / multi-faith table ========== */
.theme-church {
  color-scheme: dark;
  --font: "Segoe UI", "Iowan Old Style", Palatino, serif;
  --bg: #16141c;
  --bg-fx:
    radial-gradient(800px 460px at 15% -8%, rgba(196, 181, 253, 0.12), transparent 55%),
    radial-gradient(700px 400px at 95% 0%, rgba(167, 139, 250, 0.1), transparent 50%);
  --text: #efe8dc;
  --muted: #b7a99a;
  --heading: #faf6ef;
  --brand: #e9d5ff;
  --brand-muted: #c4b5fd;
  --accent: #c4b5fd;
  --accent-soft: rgba(196, 181, 253, 0.12);
  --link: #e9d5ff;
  --link-hover: #ddd6fe;
  --label: #c4b5fd;
  --border: #3f3a48;
  --radius: 10px;
  --radius-sm: 8px;
  --radius-lg: 14px;

  --nav-bg: rgba(22, 20, 28, 0.92);
  --nav-border: 1px solid #3f3a48;
  --nav-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  --nav-blur: blur(10px);

  --btn-border: 1px solid #c4b5fd;
  --btn-color: #e9d5ff;
  --btn-bg: transparent;
  --btn-bg-hover: rgba(196, 181, 253, 0.12);
  --btn-color-hover: #fff;
  --btn-shadow: none;
  --btn-fill-border: 1px solid #c4b5fd;
  --btn-fill-color: #1a140c;
  --btn-fill-bg: #c4b5fd;
  --btn-fill-bg-hover: #ddd6fe;
  --btn-fill-color-hover: #1a140c;
  --btn-fill-shadow: 0 8px 24px rgba(196, 181, 253, 0.25);
  --btn-sec-border: 1px solid #5b5566;
  --btn-sec-color: #efe8dc;
  --btn-sec-bg: transparent;
  --btn-sec-bg-hover: rgba(196, 181, 253, 0.1);
  --btn-sec-color-hover: #fff;

  --hero-bg: linear-gradient(165deg, #221e2a 0%, #16141c 55%, #120f16 100%);
  --hero-border: 1px solid #3f3a48;
  --hero-text: #efe8dc;
  --hero-kicker: #c4b5fd;
  --hero-title: #faf6ef;
  --hero-tag: #e9d5ff;
  --hero-lead: #b7a99a;
  --hero-meta: #8a8074;
  --hero-title-tracking: -0.02em;

  --section-alt-bg: rgba(34, 30, 42, 0.7);
  --section-alt-border: 1px solid #3f3a48;
  --cta-bg: linear-gradient(180deg, #2a2433, #16141c);
  --cta-border: 1px solid #4c4558;
  --cta-text: #efe8dc;
  --cta-heading: #faf6ef;
  --cta-muted: #b7a99a;

  --panel-bg: #1c1922;
  --panel-border: 1px solid #3f3a48;
  --panel-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
  --panel-heading: #e9d5ff;
  --panel-text: #b7a99a;
  --panel-active-bg: #252030;
  --panel-active-border: 1px solid #c4b5fd;
  --panel-active-shadow: 0 0 0 1px rgba(196, 181, 253, 0.18), 0 12px 32px rgba(0, 0, 0, 0.35);
  --panel-active-heading: #faf6ef;
  --panel-active-text: #efe8dc;

  --chip-bg: #1c1922;
  --chip-border: 1px solid #3f3a48;
  --chip-text: #efe8dc;
  --chip-bullet: "✦ ";

  --quote-bg: #1c1922;
  --quote-border: 1px solid #3f3a48;
  --quote-shadow: none;
  --quote-text: #ddd4c8;
  --quote-cite: #c4b5fd;

  --step-bg: #1c1922;
  --step-border: 1px solid #3f3a48;
  --step-n-bg: #2a2433;
  --step-n-border: 1px solid #c4b5fd;
  --step-n-color: #e9d5ff;

  --footer-bg: #0e0c12;
  --footer-border: 1px solid #3f3a48;
  --footer-text: #8a8074;
  --footer-link: #b7a99a;
  --footer-link-active: #e9d5ff;
  --footer-link-bg: rgba(196, 181, 253, 0.12);
}

.theme-church .panel-m {
  border-color: #5b5566;
}
.theme-church .panel-c {
  border-color: #c4b5fd;
  box-shadow: 0 0 0 1px rgba(196, 181, 253, 0.1), 0 8px 28px rgba(0, 0, 0, 0.3);
}
