/* ── Root: full dark canvas ─────────────────────────────────────────────── */
.fp-root {
    background: #080808;
    min-height: 100vh;
    max-width: 100%;
    padding-bottom: 80px;
    color: #e5e5e5;
}

/* ── Loading ─────────────────────────────────────────────────────────────── */
.fp-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    background: #080808;
}
.fp-loading-inner { text-align: center; max-width: 380px; }
.fp-ember-ring {
    width: 80px; height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249,115,22,0.3) 0%, transparent 70%);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 0 30px rgba(249,115,22,0.4), 0 0 60px rgba(249,115,22,0.15);
    animation: fp-glow 2s ease-in-out infinite;
}
.fp-ember-icon { font-size: 36px; }
.fp-loading-title {
    font-family: var(--font-serif);
    font-size: 22px;
    font-style: italic;
    color: #fdba74;
    margin-bottom: 24px;
    font-weight: 600;
}
.fp-loading-steps { display: flex; flex-direction: column; gap: 8px; text-align: left; }
.fp-step {
    font-size: 13px;
    color: #525252;
    padding: 7px 14px;
    border-radius: 8px;
    transition: all .3s;
    font-family: var(--font-mono);
    border: 1px solid #1a1a1a;
}
.fp-step-done {
    color: #fb923c;
    background: rgba(251, 146, 60, 0.08);
    border-color: rgba(251, 146, 60, 0.2);
    font-weight: 600;
}

/* ── Error ────────────────────────────────────────────────────────────────── */
.fp-error { text-align: center; padding: 80px 20px; color: #a3a3a3; }
.fp-btn-primary {
    background: #f97316;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 12px;
    transition: background .15s;
}
.fp-btn-primary:hover { background: #ea580c; }

/* ── Hero ─────────────────────────────────────────────────────────────────── */
.fp-hero {
    position: relative;
    overflow: hidden;
    padding: 52px 36px 44px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    background:
        radial-gradient(ellipse at 15% 120%, rgba(220, 38, 38, 0.50) 0%, transparent 52%),
        radial-gradient(ellipse at 78% 90%, rgba(249, 115, 22, 0.38) 0%, transparent 45%),
        radial-gradient(ellipse at 50% 145%, rgba(251, 191, 36, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse at 92% 40%, rgba(180, 83, 9, 0.18) 0%, transparent 38%),
        radial-gradient(ellipse at 5% 35%, rgba(153, 27, 27, 0.14) 0%, transparent 35%),
        radial-gradient(ellipse at 55% 10%, rgba(252, 211, 77, 0.04) 0%, transparent 45%),
        #060606;
    border-bottom: 1px solid rgba(251, 191, 36, 0.18);
}

/* floating sparks */
.fp-ember-particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.fp-spark {
    position: absolute;
    color: #f97316;
    font-size: 10px;
    opacity: 0;
    animation: fp-float linear infinite;
}
.fp-spark-1 { left: 12%; animation-duration: 6s; animation-delay: 0s;   font-size: 8px; }
.fp-spark-2 { left: 28%; animation-duration: 8s; animation-delay: 2s;   font-size: 10px; color: #fbbf24; }
.fp-spark-3 { left: 45%; animation-duration: 5s; animation-delay: 1s;   font-size: 6px; }
.fp-spark-4 { left: 62%; animation-duration: 9s; animation-delay: 3.5s; font-size: 9px; color: #ef4444; }
.fp-spark-5 { left: 78%; animation-duration: 7s; animation-delay: 1.5s; font-size: 7px; }
.fp-spark-6 { left: 90%; animation-duration: 6s; animation-delay: 4s;   font-size: 11px; color: #fbbf24; }

.fp-hero-content { position: relative; z-index: 1; flex: 1; }
.fp-hero-eyebrow {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #f97316;
    font-family: var(--font-mono);
    margin-bottom: 10px;
}
.fp-hero-title {
    font-family: var(--font-serif);
    font-size: clamp(36px, 5.5vw, 64px);
    font-weight: 700;
    font-style: italic;
    color: #fef3c7;
    line-height: 1.05;
    margin: 0 0 14px;
    text-shadow: 0 0 40px rgba(249, 115, 22, 0.4);
}
.fp-hero-sub {
    font-size: 15px;
    color: rgba(253, 186, 116, 0.8);
    line-height: 1.65;
    margin-bottom: 22px;
    max-width: 500px;
}
.fp-hero-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.fp-chip {
    font-size: 12px;
    background: rgba(249, 115, 22, 0.08);
    border: 1px solid rgba(249, 115, 22, 0.22);
    border-radius: 20px;
    color: #fdba74;
    padding: 5px 13px;
    font-family: var(--font-mono);
    font-weight: 600;
    letter-spacing: .3px;
}
.fp-refresh-btn {
    position: relative; z-index: 1;
    background: rgba(249, 115, 22, 0.08);
    border: 1px solid rgba(249, 115, 22, 0.2);
    border-radius: 10px;
    color: #fdba74;
    font-size: 20px;
    width: 42px; height: 42px;
    cursor: pointer;
    transition: all .2s;
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    margin-top: 6px;
}
.fp-refresh-btn:hover {
    background: rgba(249, 115, 22, 0.18);
    color: #fef3c7;
    transform: rotate(180deg);
    box-shadow: 0 0 14px rgba(249, 115, 22, 0.3);
}

/* ── Guide sections ──────────────────────────────────────────────────────── */
.fp-guide {
    max-width: 1240px;
    margin: 0 auto;
    padding: 24px 28px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.fp-section {
    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    overflow: hidden;
}
.fp-section-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font);
    text-align: left;
    transition: background .15s;
}
.fp-section-toggle:hover { background: rgba(249, 115, 22, 0.05); }
.fp-section-icon { font-size: 20px; flex-shrink: 0; }
.fp-section-label {
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    color: #e5e5e5;
    font-family: var(--font-serif);
    font-style: italic;
}
.fp-section-caret {
    font-size: 10px;
    color: #f97316;
    flex-shrink: 0;
    font-family: var(--font-mono);
}
.fp-section-body {
    padding: 0 20px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.fp-section-lead {
    font-size: 13px;
    color: #a3a3a3;
    line-height: 1.7;
    margin: 14px 0 16px;
    padding: 10px 14px;
    background: rgba(249, 115, 22, 0.05);
    border-left: 3px solid #f97316;
    border-radius: 0 8px 8px 0;
}
.fp-section-lead strong { color: #fdba74; }

/* Pit cards */
.fp-pit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 10px; margin-bottom: 16px; }
.fp-pit-card {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 10px;
    padding: 14px;
    position: relative;
}
.fp-pit-best { border-color: rgba(249, 115, 22, 0.35); background: rgba(249, 115, 22, 0.05); }
.fp-pit-badge {
    position: absolute; top: -1px; right: 10px;
    background: #f97316; color: #fff;
    font-size: 9px; font-weight: 800;
    font-family: var(--font-mono);
    padding: 2px 8px;
    border-radius: 0 0 6px 6px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.fp-pit-icon { font-size: 22px; margin-bottom: 6px; }
.fp-pit-name { font-size: 13px; font-weight: 700; color: #e5e5e5; margin-bottom: 4px; }
.fp-pit-desc { font-size: 12px; color: #737373; line-height: 1.5; margin-bottom: 6px; }
.fp-pit-con { font-size: 11px; color: #525252; font-family: var(--font-mono); }

/* Fuel layers */
.fp-fuel-layers { display: flex; flex-direction: column; gap: 8px; }
.fp-fuel {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #1a1a1a;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,0.05);
}
.fp-fuel-num {
    background: #f97316;
    color: #fff;
    font-size: 12px; font-weight: 800;
    font-family: var(--font-mono);
    width: 26px; height: 26px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.fp-fuel-name { font-size: 13px; font-weight: 700; color: #e5e5e5; margin-bottom: 2px; }
.fp-fuel-desc { font-size: 12px; color: #737373; line-height: 1.5; }

/* Stacking configs */
.fp-stack-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px; }
.fp-stack-card {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 12px;
}
.fp-stack-name { font-size: 13px; font-weight: 700; color: #fdba74; margin-bottom: 4px; }
.fp-stack-desc { font-size: 12px; color: #737373; line-height: 1.5; }

/* Tip blocks */
.fp-tip-block {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 14px;
    margin-top: 12px;
}
.fp-tip-title {
    font-size: 11px; font-weight: 700;
    color: #f97316;
    font-family: var(--font-mono);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.fp-tip-list { margin: 0; padding-left: 18px; display: flex; flex-direction: column; gap: 5px; }
.fp-tip-list li { font-size: 12px; color: #737373; line-height: 1.55; }
.fp-tip-list strong { color: #e5e5e5; }

/* Cook zones */
.fp-zone-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 16px; }
.fp-zone { border-radius: 10px; padding: 14px; text-align: center; border: 1px solid; }
.fp-zone-hot  { background: rgba(220, 38, 38, 0.08); border-color: rgba(220, 38, 38, 0.2); }
.fp-zone-med  { background: rgba(249, 115, 22, 0.07); border-color: rgba(249, 115, 22, 0.2); }
.fp-zone-cool { background: rgba(251, 191, 36, 0.06); border-color: rgba(251, 191, 36, 0.18); }
.fp-zone-label { font-size: 12px; font-weight: 700; color: #e5e5e5; margin-bottom: 6px; }
.fp-zone-desc { font-size: 11px; color: #737373; line-height: 1.5; }

/* Cook methods */
.fp-cook-methods { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 8px; margin-bottom: 16px; }
.fp-method-card {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 12px;
}
.fp-method-icon { font-size: 22px; margin-bottom: 6px; }
.fp-method-name { font-size: 13px; font-weight: 700; color: #e5e5e5; margin-bottom: 4px; }
.fp-method-desc { font-size: 12px; color: #737373; line-height: 1.5; }

/* Drinks */
.fp-drinks-row { margin-top: 16px; }
.fp-drink-cards { display: flex; gap: 10px; flex-wrap: wrap; }
.fp-drink {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    padding: 12px;
    flex: 1; min-width: 170px;
}
.fp-drink-name { font-size: 13px; font-weight: 700; color: #fdba74; margin-bottom: 4px; }
.fp-drink-desc { font-size: 12px; color: #737373; line-height: 1.5; }

/* Wood guide */
.fp-wood-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fp-wood-col { }

/* Safety */
.fp-safety-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 10px; margin-top: 14px; }
.fp-safety-card {
    display: flex; align-items: flex-start; gap: 12px;
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 14px;
}
.fp-safety-icon { font-size: 22px; flex-shrink: 0; }
.fp-safety-text { font-size: 12px; color: #737373; line-height: 1.55; }
.fp-safety-text strong { color: #e5e5e5; }

/* ── Recipe section ──────────────────────────────────────────────────────── */
.fp-recipes-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 36px 28px 0;
}
.fp-recipes-header { margin-bottom: 20px; }
.fp-recipes-title {
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
    color: #fef3c7;
    margin-bottom: 4px;
    text-shadow: 0 0 30px rgba(249, 115, 22, 0.3);
}
.fp-recipes-sub { font-size: 13px; color: #525252; font-family: var(--font-mono); }

/* Category tabs */
.fp-cat-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.fp-cat-tab {
    background: #111111;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    color: #737373;
    font-size: 12px; font-weight: 600;
    padding: 6px 14px;
    cursor: pointer;
    font-family: var(--font);
    transition: all .15s;
}
.fp-cat-tab:hover { background: #1a1a1a; color: #e5e5e5; border-color: rgba(249,115,22,0.25); }
.fp-cat-active {
    background: #f97316 !important;
    color: #fff !important;
    border-color: #f97316 !important;
    box-shadow: 0 0 12px rgba(249, 115, 22, 0.35);
}

/* Tab loading */
.fp-tab-loading { display: flex; flex-direction: column; align-items: center; padding: 80px 20px; gap: 14px; }
.fp-tab-icon { font-size: 42px; animation: fp-glow 1.5s ease-in-out infinite; }
.fp-tab-text { font-family: var(--font-serif); font-size: 18px; font-style: italic; color: #fdba74; }

.fp-empty { text-align: center; padding: 60px 20px; color: #525252; font-size: 14px; }

/* ── Cards ────────────────────────────────────────────────────────────────── */
.fp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 18px; }

.fp-card {
    background: #111111;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    display: flex; flex-direction: column;
}
.fp-card:hover {
    transform: translateY(-5px);
    border-color: rgba(249, 115, 22, 0.35);
    box-shadow: 0 8px 32px rgba(0,0,0,0.6), 0 0 20px rgba(249, 115, 22, 0.15);
}
.fp-card-photo {
    position: relative;
    height: 200px;
    background: #1a1a1a;
    overflow: hidden;
    flex-shrink: 0;
}
.fp-photo-img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .3s;
    opacity: .9;
}
.fp-card:hover .fp-photo-img { transform: scale(1.05); opacity: 1; }
.fp-photo-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(8,8,8,0.7) 100%);
}
.fp-cat-badge {
    position: absolute; top: 10px; left: 10px;
    font-size: 10px; font-weight: 800;
    font-family: var(--font-mono);
    padding: 4px 10px;
    border-radius: 8px;
    backdrop-filter: blur(6px);
    letter-spacing: .3px;
}
.fp-badge-bites   { background: rgba(220, 38, 38, 0.85); color: #fef2f2; }
.fp-badge-grill   { background: rgba(234, 88, 12, 0.85); color: #fff7ed; }
.fp-badge-foil    { background: rgba(15, 118, 110, 0.85); color: #ccfbf1; }
.fp-badge-iron    { background: rgba(30, 30, 30, 0.92); color: #fde68a; border: 1px solid rgba(251,191,36,0.3); }
.fp-badge-dessert { background: rgba(88, 28, 135, 0.85); color: #f3e8ff; }

.fp-quick-badge {
    position: absolute; top: 10px; right: 10px;
    font-size: 10px; font-weight: 800;
    font-family: var(--font-mono);
    padding: 4px 9px;
    border-radius: 8px;
    background: rgba(251, 191, 36, 0.9);
    color: #1c1917;
}

.fp-card-body {
    padding: 16px;
    flex: 1;
    display: flex; flex-direction: column;
    gap: 8px;
}
.fp-collection {
    font-size: 10px; font-weight: 600;
    letter-spacing: .8px;
    font-family: var(--font-mono);
    padding: 2px 8px;
    border-radius: 6px;
    display: inline-block;
    opacity: .9;
}
.fp-card-name {
    font-family: var(--font-serif);
    font-size: 18px; font-weight: 700;
    font-style: italic;
    color: #f5f5f5;
    line-height: 1.3;
}
.fp-card-meta { display: flex; flex-wrap: wrap; gap: 4px; }
.fp-pill {
    font-size: 11px;
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    padding: 2px 8px;
    color: #737373;
}
.fp-reason {
    display: flex; gap: 6px;
    font-size: 12px; color: #737373;
    line-height: 1.6;
    padding: 8px 10px;
    background: rgba(249, 115, 22, 0.06);
    border-radius: 8px;
    border-left: 3px solid rgba(249, 115, 22, 0.4);
    margin-top: auto;
}
.fp-reason-icon { font-size: 12px; flex-shrink: 0; margin-top: 1px; }

/* Footer */
.fp-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 0;
    font-size: 11px;
    color: #404040;
    font-family: var(--font-mono);
}
.fp-footer a { color: #525252; text-decoration: none; }
.fp-footer a:hover { color: #737373; }
.fp-refresh-small {
    background: none;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    color: #525252;
    font-size: 11px;
    padding: 5px 12px;
    cursor: pointer;
    font-family: var(--font-mono);
    transition: all .15s;
}
.fp-refresh-small:hover {
    background: rgba(249, 115, 22, 0.08);
    color: #fdba74;
    border-color: rgba(249, 115, 22, 0.2);
}

/* ── Animations ──────────────────────────────────────────────────────────── */
@keyframes fp-glow {
    0%, 100% { box-shadow: 0 0 20px rgba(249,115,22,0.3), 0 0 50px rgba(249,115,22,0.1); }
    50%       { box-shadow: 0 0 35px rgba(249,115,22,0.5), 0 0 70px rgba(249,115,22,0.2); }
}
@keyframes fp-float {
    0%   { bottom: -10px; opacity: 0; transform: translateX(0) rotate(0deg); }
    15%  { opacity: .7; }
    85%  { opacity: .4; }
    100% { bottom: 110%; opacity: 0; transform: translateX(20px) rotate(30deg); }
}

/* ── Whiskey Guide Section ───────────────────────────────────────────────── */
.fp-section-whiskey .fp-section-toggle:hover { background: rgba(120, 80, 200, 0.07); }
.fp-section-whiskey .fp-section-label { color: #c4b5fd; }
.fp-section-whiskey .fp-section-caret { color: #a78bfa; }
.fp-section-whiskey .fp-section-toggle { border-left: 3px solid rgba(139, 92, 246, 0.4); }

/* Bourbon vs Scotch split */
.fp-whiskey-split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fp-whiskey-col {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 16px;
}
.fp-bourbon-col { border-top: 2px solid rgba(234, 88, 12, 0.5); }
.fp-scotch-col  { border-top: 2px solid rgba(139, 92, 246, 0.5); }
.fp-whiskey-col-header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.fp-whiskey-flag { font-size: 22px; }
.fp-whiskey-col-title {
    font-family: var(--font-serif);
    font-size: 17px; font-weight: 700; font-style: italic;
    color: #e5e5e5;
}
.fp-whiskey-notes { margin-top: 14px; }
.fp-note-title {
    font-size: 10px; font-weight: 700;
    color: #525252;
    font-family: var(--font-mono);
    text-transform: uppercase; letter-spacing: 1px;
    margin-bottom: 7px;
}
.fp-note-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.fp-note-chip {
    font-size: 11px;
    background: rgba(234, 88, 12, 0.08);
    border: 1px solid rgba(234, 88, 12, 0.18);
    border-radius: 12px;
    color: #fdba74;
    padding: 3px 9px;
    font-family: var(--font-mono);
}
.fp-note-chip-scotch {
    background: rgba(139, 92, 246, 0.08);
    border-color: rgba(139, 92, 246, 0.22);
    color: #c4b5fd;
}

/* Scotch regions */
.fp-region-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 10px; }
.fp-region-card {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 14px;
    border-top: 2px solid;
}
.fp-region-islay      { border-top-color: rgba(234, 88, 12, 0.6); }
.fp-region-speyside   { border-top-color: rgba(251, 191, 36, 0.55); }
.fp-region-highlands  { border-top-color: rgba(16, 185, 129, 0.5); }
.fp-region-lowlands   { border-top-color: rgba(96, 165, 250, 0.5); }
.fp-region-campbeltown { border-top-color: rgba(244, 63, 94, 0.5); }
.fp-region-islands    { border-top-color: rgba(139, 92, 246, 0.5); }
.fp-region-name {
    font-family: var(--font-serif);
    font-size: 15px; font-weight: 700; font-style: italic;
    color: #e5e5e5; margin-bottom: 2px;
}
.fp-region-tag {
    font-size: 10px; font-weight: 700;
    color: #525252;
    font-family: var(--font-mono);
    text-transform: uppercase; letter-spacing: .8px;
    margin-bottom: 8px;
}
.fp-region-desc { font-size: 12px; color: #737373; line-height: 1.55; }

/* How to drink */
.fp-drink-method-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)); gap: 8px; }
.fp-drink-method {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 14px;
}
.fp-dm-icon { font-size: 22px; margin-bottom: 6px; }
.fp-dm-name { font-size: 13px; font-weight: 700; color: #e5e5e5; margin-bottom: 5px; }
.fp-dm-desc { font-size: 12px; color: #737373; line-height: 1.55; }

/* Pairings */
.fp-pairing-grid { display: flex; flex-direction: column; gap: 6px; }
.fp-pairing {
    display: flex; align-items: baseline; gap: 12px;
    background: #161616;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 8px;
    padding: 10px 14px;
}
.fp-pairing-pour {
    font-size: 12px; font-weight: 700; color: #fdba74;
    flex-shrink: 0; min-width: 220px;
}
.fp-pairing-ex { font-weight: 400; color: #525252; }
.fp-pairing-food { font-size: 12px; color: #737373; line-height: 1.5; }

/* Bottle picks */
.fp-bottle-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.fp-bottle-tier {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 14px;
}
.fp-bottle-tier-label {
    font-size: 10px; font-weight: 700;
    color: #f97316;
    font-family: var(--font-mono);
    text-transform: uppercase; letter-spacing: .8px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.fp-bottle-list { display: flex; flex-direction: column; gap: 10px; }
.fp-bottle { }
.fp-bottle-name { font-size: 13px; font-weight: 700; color: #e5e5e5; margin-bottom: 1px; }
.fp-bottle-type { font-size: 10px; color: #525252; font-family: var(--font-mono); margin-bottom: 4px; }
.fp-bottle-note { font-size: 11px; color: #737373; line-height: 1.5; }

/* ── Whiskey Live Panels ─────────────────────────────────────────────────── */
.fp-live-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-items: start; margin-top: 4px; }

.fp-live-panel {
    background: #111111;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    overflow: hidden;
}
.fp-live-panel-header {
    display: flex; align-items: center; gap: 10px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.fp-reddit-bourbon-header { background: rgba(234, 88, 12, 0.06); border-left: 3px solid rgba(234, 88, 12, 0.5); }
.fp-bb-header             { background: rgba(251, 191, 36, 0.05); border-left: 3px solid rgba(251, 191, 36, 0.4); }

.fp-live-panel-icon { font-size: 20px; flex-shrink: 0; }
.fp-live-panel-title { font-size: 14px; font-weight: 700; color: #e5e5e5; font-family: var(--font-serif); font-style: italic; }
.fp-live-panel-sub { font-size: 10px; color: #525252; font-family: var(--font-mono); }
.fp-live-panel-link {
    margin-left: auto;
    font-size: 11px; font-weight: 600;
    color: #525252;
    font-family: var(--font-mono);
    text-decoration: none;
    padding: 3px 8px;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 6px;
    flex-shrink: 0;
    transition: all .15s;
}
.fp-live-panel-link:hover { color: #fdba74; border-color: rgba(249,115,22,0.3); background: rgba(249,115,22,0.05); }

/* Reddit post list */
.fp-reddit-posts { padding: 6px 0; }
.fp-reddit-post {
    padding: 10px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    transition: background .12s;
}
.fp-reddit-post:last-child { border-bottom: none; }
.fp-reddit-post:hover { background: rgba(255,255,255,0.03); }
.fp-reddit-post-title-link {
    display: block;
    font-size: 13px;
    color: #c4b5fd;
    line-height: 1.45;
    margin-bottom: 5px;
    text-decoration: none;
}
.fp-reddit-post-title-link:hover { color: #a78bfa; text-decoration: underline; }
.fp-reddit-post-meta { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.fp-reddit-score { font-size: 11px; color: #f97316; font-family: var(--font-mono); font-weight: 700; }
.fp-reddit-comments { font-size: 11px; color: #525252; font-family: var(--font-mono); }
.fp-reddit-view-link {
    font-size: 11px;
    color: #6b7280;
    text-decoration: none;
    margin-left: auto;
    padding: 1px 6px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 3px;
    transition: all .12s;
}
.fp-reddit-view-link:hover { color: #c4b5fd; border-color: rgba(167,139,250,0.3); }

/* Breaking Bourbon releases */
.fp-release-list { padding: 6px 0; }
.fp-release-item {
    padding: 10px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.fp-release-item:last-child { border-bottom: none; }
.fp-release-name { font-size: 13px; font-weight: 600; color: #d4d4d4; margin-bottom: 5px; line-height: 1.4; display: block; }
.fp-release-link { color: #fdba74; text-decoration: none; }
.fp-release-link:hover { text-decoration: underline; color: #fef3c7; }
.fp-release-meta { display: flex; flex-wrap: wrap; gap: 4px; }
.fp-release-chip {
    font-size: 10px;
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 5px;
    padding: 2px 7px;
    color: #737373;
    font-family: var(--font-mono);
}
.fp-chip-date  { color: #fdba74; border-color: rgba(251,191,36,0.2); background: rgba(251,191,36,0.04); }
.fp-chip-price { color: #86efac; border-color: rgba(134,239,172,0.2); background: rgba(134,239,172,0.04); }

/* Live loading/empty states */
.fp-live-loading {
    display: flex; align-items: center; gap: 10px;
    padding: 28px 16px;
    font-size: 12px; color: #525252;
    font-family: var(--font-mono);
}
.fp-live-spinner { animation: fp-spin 1.2s linear infinite; display: inline-block; }
.fp-live-empty { padding: 24px 16px; font-size: 12px; color: #525252; line-height: 1.5; }
.fp-live-fallback-link { color: #fdba74; text-decoration: none; }
.fp-live-fallback-link:hover { text-decoration: underline; }

@keyframes fp-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* ── Mobile ───────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .fp-hero { padding: 28px 16px 32px; }
    .fp-hero-title { font-size: 34px; }
    .fp-hero-sub { font-size: 13px; }
    .fp-guide { padding: 16px 16px 0; }
    .fp-zone-row { grid-template-columns: 1fr; }
    .fp-wood-grid { grid-template-columns: 1fr; }
    .fp-recipes-section { padding: 28px 16px 0; }
    .fp-grid { grid-template-columns: 1fr; }
    .fp-cat-tabs { gap: 4px; }
    .fp-cat-tab { font-size: 11px; padding: 5px 10px; }
    .fp-footer { flex-direction: column; gap: 8px; align-items: flex-start; }
    .fp-recipes-title { font-size: 26px; }
    .fp-whiskey-split { grid-template-columns: 1fr; }
    .fp-bottle-cols { grid-template-columns: 1fr; }
    .fp-live-grid { grid-template-columns: 1fr; }
    .fp-dramface-date { margin-left: 0; }
    .fp-pairing { flex-direction: column; gap: 4px; }
    .fp-pairing-pour { min-width: unset; }
    .fp-strength-row { grid-template-columns: 1fr; }
    .fp-vitola-grid { grid-template-columns: repeat(2, 1fr); }
    .fp-cigar-how-grid { grid-template-columns: 1fr 1fr; }
    .fp-cigar-pairing-grid { grid-template-columns: 1fr; }
}

/* ── Page-wide floating ember layer ─────────────────────────────────────── */
.fp-page-embers {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 3;
    overflow: hidden;
}
.fp-pemb {
    position: absolute;
    bottom: -20px;
    opacity: 0;
}
.fp-pemb-a { animation: fp-float  linear infinite; }
.fp-pemb-b { animation: fp-float-b linear infinite; }
.fp-pemb-c { animation: fp-float-c linear infinite; }
.fp-pemb-d { animation: fp-float-d linear infinite; }
.fp-pemb-e { animation: fp-float-e linear infinite; }

/* Additional ember float variants */
@keyframes fp-float-b {
    0%   { bottom: -10px; opacity: 0; transform: translateX(0) rotate(0deg); }
    12%  { opacity: .55; }
    50%  { transform: translateX(-18px) rotate(-12deg); }
    88%  { opacity: .25; }
    100% { bottom: 110%; opacity: 0; transform: translateX(-28px) rotate(-25deg); }
}
@keyframes fp-float-c {
    0%   { bottom: -10px; opacity: 0; transform: translateX(0); }
    18%  { opacity: .65; transform: translateX(14px); }
    45%  { transform: translateX(-8px); }
    70%  { transform: translateX(10px); }
    88%  { opacity: .2; transform: translateX(-4px); }
    100% { bottom: 110%; opacity: 0; transform: translateX(0); }
}
@keyframes fp-float-d {
    0%   { bottom: -10px; opacity: 0; transform: translateX(0) rotate(0deg) scale(1); }
    10%  { opacity: .6; }
    30%  { transform: translateX(22px) rotate(15deg) scale(1.05); }
    60%  { transform: translateX(-10px) rotate(-8deg) scale(0.95); }
    85%  { opacity: .2; }
    100% { bottom: 110%; opacity: 0; transform: translateX(16px) rotate(20deg) scale(0.8); }
}
@keyframes fp-float-e {
    0%   { bottom: -10px; opacity: 0; transform: translateX(0) rotate(0deg); }
    8%   { opacity: .65; }
    25%  { transform: translateX(-26px) rotate(-18deg); }
    55%  { transform: translateX(12px) rotate(10deg); }
    80%  { opacity: .15; transform: translateX(-8px) rotate(-5deg); }
    100% { bottom: 110%; opacity: 0; transform: translateX(-22px) rotate(-24deg); }
}

/* ── Page-wide smoke layer ───────────────────────────────────────────────── */
.fp-page-smoke {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}
.fp-smoke {
    position: absolute;
    bottom: -80px;
    border-radius: 50%;
    opacity: 0;
}
@keyframes fp-smoke-a {
    0%   { bottom: -80px; opacity: 0;    transform: translateX(0)    scale(1);   }
    8%   { opacity: 0.13; }
    40%  {                               transform: translateX(28px)  scale(1.5); }
    70%  { opacity: 0.05;               transform: translateX(-18px) scale(2.1); }
    100% { bottom: 65vh; opacity: 0;    transform: translateX(22px)  scale(2.8); }
}
@keyframes fp-smoke-b {
    0%   { bottom: -80px; opacity: 0;    transform: translateX(0)    scale(0.8); }
    10%  { opacity: 0.10; }
    35%  {                               transform: translateX(-35px) scale(1.4); }
    65%  { opacity: 0.04;               transform: translateX(20px)  scale(2.0); }
    100% { bottom: 70vh; opacity: 0;    transform: translateX(-28px) scale(2.6); }
}
@keyframes fp-smoke-c {
    0%   { bottom: -80px; opacity: 0;    transform: translateX(0)    scale(1.2); }
    12%  { opacity: 0.09; }
    50%  {                               transform: translateX(15px)  scale(1.8); }
    80%  { opacity: 0.03;               transform: translateX(-10px) scale(2.4); }
    100% { bottom: 75vh; opacity: 0;    transform: translateX(12px)  scale(3.0); }
}

/* ── Hero accent bar ─────────────────────────────────────────────────────── */
.fp-hero-accent-bar {
    width: 120px;
    height: 2px;
    margin: 16px 0 20px;
    background: linear-gradient(to right, rgba(251, 191, 36, 0.9), rgba(249, 115, 22, 0.6), transparent);
    border-radius: 2px;
}

/* Enhanced hero title glow */
.fp-hero-title {
    text-shadow:
        0 0 40px rgba(249, 115, 22, 0.55),
        0 0 80px rgba(251, 191, 36, 0.2),
        0 2px 4px rgba(0, 0, 0, 0.6);
}

/* Enhanced hero chips with gold border */
.fp-chip {
    box-shadow: 0 0 8px rgba(249, 115, 22, 0.08);
    transition: all .2s;
}
.fp-chip:last-child,
.fp-chip:nth-last-child(-n+2) {
    border-color: rgba(251, 191, 36, 0.28);
    color: #fcd34d;
    background: rgba(251, 191, 36, 0.07);
}

/* ── Cigar section ───────────────────────────────────────────────────────── */
.fp-section-cigar .fp-section-toggle { border-left: 3px solid rgba(180, 83, 9, 0.45); }
.fp-section-cigar .fp-section-toggle:hover { background: rgba(180, 83, 9, 0.06); }
.fp-section-cigar .fp-section-label { color: #d97706; }
.fp-section-cigar .fp-section-caret { color: #b45309; }

/* Vitola grid */
.fp-vitola-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
    gap: 10px;
    margin-bottom: 4px;
}
.fp-vitola-card {
    background: #120d04;
    border: 1px solid rgba(180, 83, 9, 0.2);
    border-top: 2px solid rgba(217, 119, 6, 0.55);
    border-radius: 10px;
    padding: 14px;
}
.fp-vitola-name {
    font-family: var(--font-serif);
    font-size: 14px; font-weight: 700; font-style: italic;
    color: #fcd34d;
    margin-bottom: 2px;
}
.fp-vitola-dims {
    font-size: 10px; font-weight: 700;
    color: #92400e;
    font-family: var(--font-mono);
    text-transform: uppercase; letter-spacing: .5px;
    margin-bottom: 6px;
}
.fp-vitola-desc { font-size: 12px; color: #737373; line-height: 1.55; }

/* Strength guide */
.fp-strength-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.fp-strength-card { border-radius: 10px; padding: 14px; border: 1px solid; border-top: 3px solid; }
.fp-str-mild  { background: rgba(251, 191, 36, 0.05); border-color: rgba(251, 191, 36, 0.14); border-top-color: rgba(251, 191, 36, 0.55); }
.fp-str-med   { background: rgba(180, 83, 9, 0.06);  border-color: rgba(180, 83, 9, 0.17);   border-top-color: rgba(180, 83, 9, 0.6); }
.fp-str-full  { background: rgba(120, 15, 5, 0.08);  border-color: rgba(185, 28, 28, 0.17);  border-top-color: rgba(185, 28, 28, 0.55); }
.fp-str-label {
    font-size: 11px; font-weight: 800;
    color: #fcd34d;
    font-family: var(--font-mono);
    text-transform: uppercase; letter-spacing: 1px;
    margin-bottom: 8px;
}
.fp-str-desc  { font-size: 12px; color: #737373; line-height: 1.6; }
.fp-str-desc strong { color: #d4d4d4; }

/* Cigar pairings */
.fp-cigar-pairing-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 10px; }
.fp-cigar-pair {
    background: #111111;
    border: 1px solid rgba(255,255,255,0.06);
    border-left: 3px solid rgba(180, 83, 9, 0.5);
    border-radius: 0 10px 10px 0;
    padding: 12px 14px;
}
.fp-cigar-pair-cigar { font-size: 13px; font-weight: 700; color: #fcd34d; margin-bottom: 2px; }
.fp-cigar-pair-plus  { font-size: 15px; color: #92400e; margin: 3px 0; font-weight: 700; font-family: var(--font-mono); }
.fp-cigar-pair-drink { font-size: 12px; font-weight: 600; color: #fdba74; margin-bottom: 7px; }
.fp-cigar-pair-note  { font-size: 12px; color: #737373; line-height: 1.55; }

/* Cutting & lighting */
.fp-cigar-how-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); gap: 8px; }
.fp-cigar-how-card {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 13px;
}
.fp-how-icon { font-size: 22px; margin-bottom: 6px; }
.fp-how-name { font-size: 13px; font-weight: 700; color: #e5e5e5; margin-bottom: 5px; }
.fp-how-desc { font-size: 12px; color: #737373; line-height: 1.55; }

/* ── Dramface Reviews panel ─────────────────────────────────────────────── */
.fp-dramface-header { background: rgba(20, 184, 166, 0.06); border-left: 3px solid rgba(20, 184, 166, 0.45); }

.fp-dramface-list { padding: 4px 0; }
.fp-dramface-item {
    padding: 11px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    transition: background .12s;
}
.fp-dramface-item:last-child { border-bottom: none; }
.fp-dramface-item:hover { background: rgba(255,255,255,0.025); }
.fp-dramface-title {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #5eead4;
    text-decoration: none;
    line-height: 1.4;
    margin-bottom: 5px;
}
.fp-dramface-title:hover { color: #99f6e4; text-decoration: underline; }
.fp-dramface-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    margin-bottom: 5px;
}
.fp-dramface-author {
    font-size: 11px;
    color: #737373;
    font-family: var(--font-mono);
}
.fp-dramface-cat {
    font-size: 10px;
    background: rgba(20, 184, 166, 0.08);
    border: 1px solid rgba(20, 184, 166, 0.2);
    border-radius: 5px;
    color: #2dd4bf;
    padding: 1px 6px;
    font-family: var(--font-mono);
}
.fp-dramface-date {
    font-size: 10px;
    color: #525252;
    font-family: var(--font-mono);
    margin-left: auto;
}
.fp-dramface-excerpt {
    font-size: 11px;
    color: #737373;
    line-height: 1.55;
}

/* ── Cigar Dojo live panel ───────────────────────────────────────────────── */
.fp-cigar-live-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 12px;
}
.fp-cigardojo-header { background: rgba(120, 53, 15, 0.08); border-left: 3px solid rgba(180, 83, 9, 0.5); }
.fp-cigardojo-reviews-header { background: rgba(88, 28, 135, 0.08); border-left: 3px solid rgba(126, 34, 206, 0.5); }
.fp-halfwheel-header { background: rgba(21, 94, 117, 0.08); border-left: 3px solid rgba(14, 116, 144, 0.5); }

.fp-dojo-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 0;
}
.fp-dojo-item {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    transition: background .12s;
}
.fp-dojo-item:hover { background: rgba(255,255,255,0.025); }
.fp-dojo-title {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #fcd34d;
    text-decoration: none;
    line-height: 1.45;
    margin-bottom: 5px;
}
.fp-dojo-title:hover { color: #fef3c7; text-decoration: underline; }
.fp-dojo-excerpt {
    font-size: 12px;
    color: #737373;
    line-height: 1.55;
    margin-bottom: 6px;
}
.fp-dojo-date {
    display: flex;
    gap: 10px;
    font-size: 10px;
    color: #92400e;
    font-family: var(--font-mono);
}
.fp-dojo-thumb {
    display: block;
    width: 100%;
    max-height: 140px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

/* ── Cigar Aficionado Top 25 ─────────────────────────────────────────────── */
.ca-top25-wrap { margin-top: 16px; }

.ca-year-bar { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 16px; }
.ca-year-btn {
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 6px;
    color: #737373;
    font-size: 12px; font-weight: 700;
    font-family: var(--font-mono);
    padding: 5px 14px;
    cursor: pointer;
    transition: all .15s;
}
.ca-year-btn:hover { background: #222; color: #e5e5e5; border-color: rgba(212,175,55,0.3); }
.ca-year-active {
    background: linear-gradient(135deg, #b8860b, #d4af37) !important;
    color: #1a1008 !important;
    border-color: #d4af37 !important;
    box-shadow: 0 0 12px rgba(212,175,55,0.3);
}

/* Champion card */
.ca-champion-card {
    background: linear-gradient(135deg, #1a1208 0%, #130e05 60%, #0d0a02 100%);
    border: 1px solid rgba(212,175,55,0.35);
    border-radius: 14px;
    padding: 22px 24px;
    margin-bottom: 14px;
    position: relative;
    box-shadow: 0 4px 28px rgba(0,0,0,0.55), inset 0 0 80px rgba(212,175,55,0.03);
}
.ca-champion-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, transparent, #d4af37, #b8860b, transparent);
    border-radius: 14px 14px 0 0;
}
.ca-champ-rank {
    font-family: var(--font-mono);
    font-size: 10px; font-weight: 800;
    text-transform: uppercase; letter-spacing: 2px;
    color: #d4af37;
    margin-bottom: 10px;
}
.ca-champ-name {
    font-family: var(--font-serif);
    font-size: clamp(20px, 3vw, 28px);
    font-style: italic; font-weight: 700;
    color: #fef3c7;
    margin-bottom: 14px;
    line-height: 1.2;
    text-shadow: 0 0 30px rgba(212,175,55,0.2);
}
.ca-champ-meta {
    display: flex; flex-wrap: wrap; gap: 8px;
    align-items: center; margin-bottom: 18px;
}
.ca-score {
    font-family: var(--font-mono);
    font-size: 22px; font-weight: 900;
    background: linear-gradient(135deg, #b8860b, #d4af37);
    color: #1a1008;
    padding: 5px 14px;
    border-radius: 8px;
    letter-spacing: -1px;
    box-shadow: 0 2px 14px rgba(212,175,55,0.45);
}
.ca-score-elite { background: linear-gradient(135deg, #92660a, #ffd700); }
.ca-champ-manuf {
    font-size: 13px; font-weight: 600; color: #e5e5e5;
}
.ca-champ-country {
    font-size: 12px; color: #a3a3a3; font-family: var(--font-mono);
}
.ca-strength-pill {
    font-size: 11px; font-weight: 700; font-family: var(--font-mono);
    background: rgba(212,175,55,0.1);
    border: 1px solid rgba(212,175,55,0.25);
    color: #d4af37;
    padding: 3px 10px; border-radius: 5px;
}
.ca-champ-dims { font-size: 12px; color: #737373; font-family: var(--font-mono); }
.ca-price-pill { font-size: 12px; font-weight: 700; color: #6ee7b7; font-family: var(--font-mono); }
.ca-champ-review {
    font-size: 13px; color: #a3a3a3;
    line-height: 1.8; font-style: italic;
    padding: 14px 16px;
    background: rgba(255,255,255,0.025);
    border-left: 3px solid rgba(212,175,55,0.3);
    border-radius: 0 8px 8px 0;
    margin-bottom: 14px;
}
.ca-champ-link {
    display: inline-block;
    font-size: 11px; font-weight: 700; font-family: var(--font-mono);
    color: #d4af37; text-decoration: none; letter-spacing: .4px;
}
.ca-champ-link:hover { text-decoration: underline; }

/* Ranked list */
.ca-list { display: flex; flex-direction: column; gap: 3px; }
.ca-row {
    display: flex; align-items: center; gap: 14px;
    background: #111;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 11px 14px;
    cursor: pointer;
    transition: all .15s;
}
.ca-row:hover { background: #161616; border-color: rgba(212,175,55,0.18); }
.ca-row-open {
    background: #171108 !important;
    border-color: rgba(212,175,55,0.3) !important;
}
.ca-row-rank {
    font-family: var(--font-mono);
    font-size: 15px; font-weight: 900;
    color: #404040; min-width: 26px;
    text-align: right; flex-shrink: 0;
}
.ca-row-body { flex: 1; min-width: 0; }
.ca-row-name {
    font-family: var(--font-serif);
    font-size: 14px; font-weight: 600; font-style: italic;
    color: #e5e5e5; margin-bottom: 3px;
    line-height: 1.3;
}
.ca-row-meta {
    display: flex; flex-wrap: wrap; gap: 6px;
    font-size: 11px; color: #525252; font-family: var(--font-mono);
}
.ca-str-inline { color: #d4af37; }
.ca-price-inline { color: #6ee7b7; }
.ca-row-review {
    margin-top: 10px;
    font-size: 12px; color: #737373;
    line-height: 1.75; font-style: italic;
    padding: 10px 12px;
    background: rgba(255,255,255,0.025);
    border-left: 3px solid rgba(212,175,55,0.2);
    border-radius: 0 6px 6px 0;
}
.ca-row-link {
    display: inline-block;
    font-size: 11px; font-weight: 700; font-family: var(--font-mono);
    color: #d4af37; text-decoration: none; margin-top: 8px;
}
.ca-row-link:hover { text-decoration: underline; }
.ca-row-score {
    font-family: var(--font-mono);
    font-size: 13px; font-weight: 900;
    padding: 4px 10px; border-radius: 7px; flex-shrink: 0;
}
.ca-score-95plus {
    background: linear-gradient(135deg, #b8860b, #d4af37);
    color: #1a1008;
    box-shadow: 0 2px 10px rgba(212,175,55,0.3);
}
.ca-score-90plus {
    background: rgba(212,175,55,0.1);
    color: #d4af37;
    border: 1px solid rgba(212,175,55,0.2);
}
.ca-score-lower {
    background: rgba(255,255,255,0.05);
    color: #737373;
    border: 1px solid rgba(255,255,255,0.08);
}
.ca-row-caret {
    font-size: 9px; color: #404040;
    font-family: var(--font-mono); flex-shrink: 0;
}
.ca-source-note {
    margin-top: 14px;
    font-size: 11px; color: #404040;
    font-family: var(--font-mono);
    text-align: right;
}
.ca-source-link { color: #525252; text-decoration: none; }
.ca-source-link:hover { color: #d4af37; }

@media (max-width: 600px) {
    .ca-champion-card { padding: 16px; }
    .ca-champ-name { font-size: 18px; }
    .ca-score { font-size: 18px; padding: 4px 10px; }
}

/* ═══════════════════════════════════════════════════════════════════════
   DAY THEME — Campsite Afternoon  (6 am → 8 pm)
   All overrides are scoped under .fp-day so the night theme is untouched.
═══════════════════════════════════════════════════════════════════════ */

/* Root: warm parchment / Nebraska afternoon canvas */
.fp-day {
    background: linear-gradient(180deg, #f0e8d0 0%, #ede0bc 55%, #e8d8b0 100%);
    color: #2c1a0a;
}

/* ── Loading (day) ─────────────────────────────────────────────────── */
.fp-day .fp-loading { background: linear-gradient(180deg, #f0e8d0 0%, #ede0bc 100%); }
.fp-day .fp-ember-ring {
    background: radial-gradient(circle, rgba(200,120,10,0.22) 0%, transparent 70%);
    box-shadow: 0 0 28px rgba(200,120,10,0.28), 0 0 55px rgba(220,160,20,0.1);
}
.fp-day .fp-loading-title { color: #8b4010; }
.fp-day .fp-step { color: #9c7040; border-color: rgba(160,100,40,0.14); }
.fp-day .fp-step-done { color: #7a3a08; background: rgba(180,100,20,0.07); border-color: rgba(180,100,20,0.2); }
.fp-day .fp-error { color: #6b4020; }
.fp-day .fp-btn-primary { background: #b07020; }
.fp-day .fp-btn-primary:hover { background: #8b5010; }

/* ── Hero: warm afternoon sky gradient ─────────────────────────────── */
.fp-day .fp-hero {
    background:
        radial-gradient(ellipse at 50% 135%, rgba(160,80,10,0.55) 0%, transparent 48%),
        radial-gradient(ellipse at 20% 85%,  rgba(200,140,40,0.22) 0%, transparent 42%),
        radial-gradient(ellipse at 80% 90%,  rgba(180,110,30,0.28) 0%, transparent 42%),
        radial-gradient(ellipse at 50% -20%, rgba(80,150,200,0.22) 0%, transparent 52%),
        radial-gradient(ellipse at 5%  25%,  rgba(90,150,200,0.13) 0%, transparent 35%),
        radial-gradient(ellipse at 95% 25%,  rgba(90,150,200,0.13) 0%, transparent 35%),
        linear-gradient(180deg, #a8c8dc 0%, #c8b060 28%, #c08830 52%, #9a6820 72%, #7a4c18 100%);
    border-bottom: 1px solid rgba(140,90,20,0.35);
}
.fp-day .fp-hero-eyebrow { color: #b04808; }
.fp-day .fp-hero-title {
    color: #1c0e02;
    text-shadow: 0 0 40px rgba(200,130,10,0.38), 0 0 80px rgba(220,160,20,0.13), 0 2px 4px rgba(0,0,0,0.12);
}
.fp-day .fp-hero-sub { color: rgba(45,20,5,0.85); }
.fp-day .fp-hero-accent-bar {
    background: linear-gradient(to right, rgba(140,90,10,0.9), rgba(190,120,20,0.6), transparent);
}
/* Sparks in hero → golden afternoon pollen/dust */
.fp-day .fp-spark { color: rgba(160,100,10,0.38) !important; }
.fp-day .fp-chip {
    background: rgba(160,90,10,0.1); border-color: rgba(160,90,10,0.24); color: #7a3a05;
    box-shadow: 0 0 5px rgba(180,100,10,0.05);
}
.fp-day .fp-chip:last-child,
.fp-day .fp-chip:nth-last-child(-n+2) { border-color: rgba(180,120,20,0.3); color: #6b3808; background: rgba(180,120,20,0.08); }
.fp-day .fp-refresh-btn { background: rgba(160,90,10,0.1); border-color: rgba(160,90,10,0.24); color: #7a3a05; }
.fp-day .fp-refresh-btn:hover { background: rgba(160,90,10,0.2); color: #3a1a02; box-shadow: 0 0 12px rgba(180,100,10,0.22); }

/* ── Sections / accordion ──────────────────────────────────────────── */
.fp-day .fp-section { background: #faf2df; border-color: rgba(160,100,40,0.18); }
.fp-day .fp-section-toggle:hover { background: rgba(180,100,20,0.05); }
.fp-day .fp-section-label { color: #2c1a0a; }
.fp-day .fp-section-caret { color: #b07020; }
.fp-day .fp-section-body { border-top-color: rgba(160,100,40,0.1); }
.fp-day .fp-section-lead { color: #6b4020; background: rgba(180,100,20,0.06); border-left-color: #b07020; }
.fp-day .fp-section-lead strong { color: #3a1a05; }

/* Tip blocks */
.fp-day .fp-tip-block { background: #f5ecd8; border-color: rgba(160,100,40,0.1); }
.fp-day .fp-tip-title { color: #b07020; }
.fp-day .fp-tip-list li { color: #6b4020; }
.fp-day .fp-tip-list strong { color: #2c1a0a; }

/* ── Content cards (pit / fuel / stack / method / drink / safety) ─── */
.fp-day .fp-pit-card   { background: #f5ecd8; border-color: rgba(160,100,40,0.17); }
.fp-day .fp-pit-best   { border-color: rgba(180,100,20,0.4); background: rgba(180,100,20,0.06); }
.fp-day .fp-pit-name   { color: #2c1a0a; }
.fp-day .fp-pit-desc   { color: #6b4020; }
.fp-day .fp-pit-con    { color: #9c7040; }
.fp-day .fp-fuel       { background: #f5ecd8; border-color: rgba(160,100,40,0.1); }
.fp-day .fp-fuel-num   { background: #b07020; }
.fp-day .fp-fuel-name  { color: #2c1a0a; }
.fp-day .fp-fuel-desc  { color: #6b4020; }
.fp-day .fp-stack-card { background: #f5ecd8; border-color: rgba(160,100,40,0.1); }
.fp-day .fp-stack-name { color: #7a3a05; }
.fp-day .fp-stack-desc { color: #6b4020; }
.fp-day .fp-zone-label { color: #2c1a0a; }
.fp-day .fp-zone-desc  { color: #6b4020; }
.fp-day .fp-method-card { background: #f5ecd8; border-color: rgba(160,100,40,0.1); }
.fp-day .fp-method-name { color: #2c1a0a; }
.fp-day .fp-method-desc { color: #6b4020; }
.fp-day .fp-drink       { background: #f5ecd8; border-color: rgba(160,100,40,0.1); }
.fp-day .fp-drink-name  { color: #7a3a05; }
.fp-day .fp-drink-desc  { color: #6b4020; }
.fp-day .fp-safety-card { background: #f5ecd8; border-color: rgba(160,100,40,0.1); }
.fp-day .fp-safety-text { color: #6b4020; }
.fp-day .fp-safety-text strong { color: #2c1a0a; }

/* ── Whiskey section accent ─────────────────────────────────────────── */
.fp-day .fp-section-whiskey .fp-section-toggle { border-left-color: rgba(100,60,180,0.35); }
.fp-day .fp-section-whiskey .fp-section-toggle:hover { background: rgba(100,60,180,0.05); }
.fp-day .fp-section-whiskey .fp-section-label { color: #4a2080; }
.fp-day .fp-section-whiskey .fp-section-caret { color: #6a40a0; }
.fp-day .fp-whiskey-col { background: #f2e8d0; border-color: rgba(160,100,40,0.13); }
.fp-day .fp-whiskey-col-title { color: #2c1a0a; }
.fp-day .fp-note-chip { background: rgba(180,100,20,0.08); border-color: rgba(180,100,20,0.17); color: #7a3a05; }
.fp-day .fp-note-chip-scotch { background: rgba(100,60,180,0.08); border-color: rgba(100,60,180,0.17); color: #4a2080; }
.fp-day .fp-region-card { background: #f2e8d0; border-color: rgba(160,100,40,0.13); }
.fp-day .fp-region-name { color: #2c1a0a; }
.fp-day .fp-region-tag  { color: #9c7040; }
.fp-day .fp-region-desc { color: #6b4020; }
.fp-day .fp-drink-method { background: #f5ecd8; border-color: rgba(160,100,40,0.1); }
.fp-day .fp-dm-name { color: #2c1a0a; }
.fp-day .fp-dm-desc { color: #6b4020; }
.fp-day .fp-pairing { background: #f2e8d0; border-color: rgba(160,100,40,0.1); }
.fp-day .fp-pairing-pour { color: #7a3a05; }
.fp-day .fp-pairing-ex   { color: #9c7040; }
.fp-day .fp-pairing-food { color: #6b4020; }
.fp-day .fp-bottle-tier  { background: #f2e8d0; border-color: rgba(160,100,40,0.13); }
.fp-day .fp-bottle-tier-label { color: #b07020; border-bottom-color: rgba(160,100,40,0.1); }
.fp-day .fp-bottle-name { color: #2c1a0a; }
.fp-day .fp-bottle-type { color: #9c7040; }
.fp-day .fp-bottle-note { color: #6b4020; }

/* ── Live panels (whiskey) ─────────────────────────────────────────── */
.fp-day .fp-live-panel { background: #faf2df; border-color: rgba(160,100,40,0.18); }
.fp-day .fp-live-panel-header { border-bottom-color: rgba(160,100,40,0.12); }
.fp-day .fp-reddit-bourbon-header { background: rgba(180,100,20,0.07); border-left-color: rgba(180,100,20,0.5); }
.fp-day .fp-bb-header             { background: rgba(160,120,20,0.06); border-left-color: rgba(160,120,20,0.44); }
.fp-day .fp-live-panel-title { color: #2c1a0a; }
.fp-day .fp-live-panel-sub   { color: #9c7040; }
.fp-day .fp-live-panel-link  { color: #9c7040; border-color: rgba(160,100,40,0.18); }
.fp-day .fp-live-panel-link:hover { color: #7a3a05; border-color: rgba(180,100,20,0.32); background: rgba(180,100,20,0.05); }
.fp-day .fp-reddit-post { border-bottom-color: rgba(160,100,40,0.08); }
.fp-day .fp-reddit-post:hover { background: rgba(160,100,40,0.04); }
.fp-day .fp-reddit-post-title-link { color: #4a2080; }
.fp-day .fp-reddit-post-title-link:hover { color: #6a40a0; }
.fp-day .fp-reddit-score    { color: #b07020; }
.fp-day .fp-reddit-comments { color: #9c7040; }
.fp-day .fp-reddit-view-link { color: #9c7040; border-color: rgba(160,100,40,0.18); }
.fp-day .fp-reddit-view-link:hover { color: #4a2080; border-color: rgba(100,60,180,0.28); }
.fp-day .fp-release-name { color: #2c1a0a; }
.fp-day .fp-release-link { color: #7a3a05; }
.fp-day .fp-release-link:hover { color: #3a1a02; }
.fp-day .fp-release-chip { background: #f5ecd8; border-color: rgba(160,100,40,0.18); color: #9c7040; }
.fp-day .fp-chip-date  { color: #7a3a05; border-color: rgba(160,100,20,0.24); background: rgba(160,100,20,0.06); }
.fp-day .fp-chip-price { color: #2a6640; border-color: rgba(40,120,60,0.24); background: rgba(40,120,60,0.06); }
.fp-day .fp-live-loading { color: #9c7040; }
.fp-day .fp-live-empty   { color: #9c7040; }
.fp-day .fp-live-fallback-link { color: #7a3a05; }

/* ── Dramface panel ────────────────────────────────────────────────── */
.fp-day .fp-dramface-header { background: rgba(20,130,120,0.06); border-left-color: rgba(20,130,120,0.44); }
.fp-day .fp-dramface-item:hover { background: rgba(160,100,40,0.04); }
.fp-day .fp-dramface-title { color: #136e66; }
.fp-day .fp-dramface-title:hover { color: #0d4e48; }
.fp-day .fp-dramface-author { color: #9c7040; }
.fp-day .fp-dramface-cat { background: rgba(20,130,120,0.08); border-color: rgba(20,130,120,0.2); color: #1a8078; }
.fp-day .fp-dramface-date    { color: #9c7040; }
.fp-day .fp-dramface-excerpt { color: #6b4020; }

/* ── Cigar section ─────────────────────────────────────────────────── */
.fp-day .fp-section-cigar .fp-section-toggle { border-left-color: rgba(160,80,20,0.44); }
.fp-day .fp-section-cigar .fp-section-toggle:hover { background: rgba(160,80,20,0.05); }
.fp-day .fp-section-cigar .fp-section-label { color: #8b3a10; }
.fp-day .fp-section-cigar .fp-section-caret { color: #a04810; }
.fp-day .fp-vitola-card { background: #f0e4cc; border-color: rgba(160,90,20,0.24); border-top-color: rgba(180,100,20,0.58); }
.fp-day .fp-vitola-name { color: #7a3a05; }
.fp-day .fp-vitola-dims { color: #9c6030; }
.fp-day .fp-vitola-desc { color: #6b4020; }
.fp-day .fp-str-mild { background: rgba(200,160,30,0.06); border-color: rgba(200,160,30,0.17); border-top-color: rgba(200,160,30,0.54); }
.fp-day .fp-str-med  { background: rgba(160,80,20,0.07);  border-color: rgba(160,80,20,0.17);  border-top-color: rgba(160,80,20,0.58); }
.fp-day .fp-str-full { background: rgba(120,15,5,0.06);   border-color: rgba(160,25,20,0.17);  border-top-color: rgba(160,25,20,0.54); }
.fp-day .fp-str-label { color: #7a3a05; }
.fp-day .fp-str-desc  { color: #6b4020; }
.fp-day .fp-str-desc strong { color: #2c1a0a; }
.fp-day .fp-cigar-pair { background: #faf2df; border-color: rgba(160,100,40,0.1); border-left-color: rgba(160,80,20,0.5); }
.fp-day .fp-cigar-pair-cigar { color: #7a3a05; }
.fp-day .fp-cigar-pair-plus  { color: #a05020; }
.fp-day .fp-cigar-pair-drink { color: #8b4010; }
.fp-day .fp-cigar-pair-note  { color: #6b4020; }
.fp-day .fp-cigar-how-card { background: #f5ecd8; border-color: rgba(160,100,40,0.1); }
.fp-day .fp-how-name { color: #2c1a0a; }
.fp-day .fp-how-desc { color: #6b4020; }

/* ── Cigar Dojo panels ──────────────────────────────────────────────── */
.fp-day .fp-cigardojo-header         { background: rgba(120,53,15,0.06); border-left-color: rgba(160,80,20,0.44); }
.fp-day .fp-cigardojo-reviews-header { background: rgba(80,20,100,0.06); border-left-color: rgba(100,30,140,0.44); }
.fp-day .fp-halfwheel-header         { background: rgba(14,116,144,0.06); border-left-color: rgba(21,94,117,0.44); }
.fp-day .fp-dojo-item:hover  { background: rgba(160,100,40,0.04); }
.fp-day .fp-dojo-title       { color: #7a3a05; }
.fp-day .fp-dojo-title:hover { color: #3a1a02; }
.fp-day .fp-dojo-excerpt { color: #6b4020; }
.fp-day .fp-dojo-date    { color: #a05020; }

/* ── Cigar Aficionado Top 25 ────────────────────────────────────────── */
.fp-day .ca-year-btn { background: #f5ecd8; border-color: rgba(160,100,40,0.2); color: #9c7040; }
.fp-day .ca-year-btn:hover { background: #f0e4cc; color: #2c1a0a; border-color: rgba(180,120,20,0.33); }
.fp-day .ca-year-active { background: linear-gradient(135deg,#9a6010,#c48820) !important; color: #faf0e0 !important; border-color: #c08820 !important; }
.fp-day .ca-champion-card {
    background: linear-gradient(135deg, #f0e4c0 0%, #e8dab0 60%, #e0d0a0 100%);
    border-color: rgba(180,140,30,0.38);
    box-shadow: 0 4px 28px rgba(0,0,0,0.1), inset 0 0 80px rgba(200,160,30,0.04);
}
.fp-day .ca-champion-card::before { background: linear-gradient(90deg, transparent, #b09020, #907010, transparent); }
.fp-day .ca-champ-rank { color: #9a7010; }
.fp-day .ca-champ-name { color: #1c0e02; text-shadow: 0 0 28px rgba(180,140,20,0.14); }
.fp-day .ca-score { background: linear-gradient(135deg,#9a6010,#c08820); color: #fef8e8; }
.fp-day .ca-score-elite { background: linear-gradient(135deg,#807010,#c8a820); }
.fp-day .ca-champ-manuf  { color: #2c1a0a; }
.fp-day .ca-champ-country { color: #6b4020; }
.fp-day .ca-strength-pill { background: rgba(180,140,20,0.1); border-color: rgba(180,140,20,0.24); color: #9a7010; }
.fp-day .ca-champ-dims   { color: #9c7040; }
.fp-day .ca-price-pill   { color: #2a6640; }
.fp-day .ca-champ-review { color: #6b4020; background: rgba(0,0,0,0.03); border-left-color: rgba(180,140,20,0.28); }
.fp-day .ca-champ-link       { color: #9a7010; }
.fp-day .ca-champ-link:hover { color: #6a5010; }
.fp-day .ca-row { background: #faf2df; border-color: rgba(160,100,40,0.1); }
.fp-day .ca-row:hover { background: #f5ecd8; border-color: rgba(180,140,20,0.18); }
.fp-day .ca-row-open { background: #f0e4c8 !important; border-color: rgba(180,140,20,0.3) !important; }
.fp-day .ca-row-rank { color: #c0a060; }
.fp-day .ca-row-name { color: #2c1a0a; }
.fp-day .ca-row-meta { color: #9c7040; }
.fp-day .ca-str-inline   { color: #9a7010; }
.fp-day .ca-price-inline { color: #2a6640; }
.fp-day .ca-row-review { color: #6b4020; background: rgba(0,0,0,0.02); border-left-color: rgba(180,140,20,0.18); }
.fp-day .ca-row-link       { color: #9a7010; }
.fp-day .ca-row-link:hover { color: #6a5010; }
.fp-day .ca-score-95plus { background: linear-gradient(135deg,#9a6010,#c08820); color: #fef8e8; box-shadow: 0 2px 10px rgba(180,140,20,0.24); }
.fp-day .ca-score-90plus { background: rgba(180,140,20,0.1); color: #9a7010; border-color: rgba(180,140,20,0.2); }
.fp-day .ca-score-lower  { background: rgba(0,0,0,0.04); color: #9c7040; border-color: rgba(160,100,40,0.14); }
.fp-day .ca-row-caret    { color: #c0a060; }
.fp-day .ca-source-note  { color: #9c7040; }
.fp-day .ca-source-link  { color: #9c7040; }
.fp-day .ca-source-link:hover { color: #9a7010; }

/* ── Recipe section ─────────────────────────────────────────────────── */
.fp-day .fp-recipes-title { color: #1c0e02; text-shadow: 0 0 28px rgba(180,100,10,0.18); }
.fp-day .fp-recipes-sub   { color: #9c7040; }
.fp-day .fp-cat-tab { background: #faf2df; border-color: rgba(160,100,40,0.18); color: #9c7040; }
.fp-day .fp-cat-tab:hover { background: #f5ecd8; color: #2c1a0a; border-color: rgba(180,100,20,0.28); }
.fp-day .fp-cat-active { background: #b07020 !important; color: #fef8e8 !important; border-color: #b07020 !important; box-shadow: 0 0 12px rgba(180,120,20,0.28); }
.fp-day .fp-tab-text { color: #7a3a05; }
.fp-day .fp-empty    { color: #9c7040; }
.fp-day .fp-card     { background: #faf2df; border-color: rgba(160,100,40,0.18); }
.fp-day .fp-card:hover { border-color: rgba(180,100,20,0.38); box-shadow: 0 8px 32px rgba(0,0,0,0.1), 0 0 20px rgba(180,100,20,0.1); }
.fp-day .fp-card-photo { background: #ede0c0; }
.fp-day .fp-photo-overlay { background: linear-gradient(to bottom, transparent 40%, rgba(245,236,215,0.58) 100%); }
.fp-day .fp-card-name { color: #2c1a0a; }
.fp-day .fp-pill { background: #f5ecd8; border-color: rgba(160,100,40,0.16); color: #9c7040; }
.fp-day .fp-reason { color: #6b4020; background: rgba(180,100,20,0.06); border-left-color: rgba(180,100,20,0.38); }
.fp-day .fp-footer { color: #9c7040; }
.fp-day .fp-footer a { color: #9c7040; }
.fp-day .fp-footer a:hover { color: #6b4020; }
.fp-day .fp-refresh-small { border-color: rgba(160,100,40,0.18); color: #9c7040; }
.fp-day .fp-refresh-small:hover { background: rgba(180,100,20,0.08); color: #7a3a05; border-color: rgba(180,100,20,0.24); }

/* ── Day ash mote layer ─────────────────────────────────────────────── */
.fp-page-ash {
    position: fixed; inset: 0;
    pointer-events: none; z-index: 3; overflow: hidden;
}
.fp-ash {
    position: absolute; bottom: -10px; border-radius: 50%;
    background: rgba(150,115,75,0.44); opacity: 0;
}
.fp-ash-a { animation: fp-ash-rise  linear infinite; }
.fp-ash-b { animation: fp-ash-drift linear infinite; }
.fp-ash-c { animation: fp-ash-wander linear infinite; }

@keyframes fp-ash-rise {
    0%   { bottom: -10px; opacity: 0; transform: translateX(0) rotate(0deg) scale(1); }
    8%   { opacity: .48; }
    40%  { transform: translateX(24px) rotate(120deg) scale(1.1); }
    70%  { transform: translateX(-14px) rotate(250deg) scale(0.9); }
    90%  { opacity: .07; }
    100% { bottom: 86vh; opacity: 0; transform: translateX(10px) rotate(360deg) scale(0.7); }
}
@keyframes fp-ash-drift {
    0%   { bottom: -10px; opacity: 0; transform: translateX(0) rotate(0deg); }
    10%  { opacity: .38; }
    30%  { transform: translateX(-28px) rotate(-90deg); }
    60%  { transform: translateX(18px) rotate(180deg); }
    85%  { opacity: .06; }
    100% { bottom: 82vh; opacity: 0; transform: translateX(-14px) rotate(300deg); }
}
@keyframes fp-ash-wander {
    0%   { bottom: -10px; opacity: 0; transform: translateX(0) scale(1); }
    12%  { opacity: .32; }
    25%  { transform: translateX(16px) scale(1.12); }
    50%  { transform: translateX(-20px) scale(0.85); }
    75%  { transform: translateX(9px) scale(1.04); }
    92%  { opacity: .04; }
    100% { bottom: 90vh; opacity: 0; transform: translateX(-7px) scale(0.6); }
}

/* ── Day smoke layer ────────────────────────────────────────────────── */
.fp-page-day-smoke {
    position: fixed; inset: 0;
    pointer-events: none; z-index: 2; overflow: hidden;
}
.fp-dsmoke {
    position: absolute; bottom: -80px; border-radius: 50%;
    background: rgba(188,176,156,0.38); filter: blur(28px); opacity: 0;
}
@keyframes fp-day-smoke-a {
    0%   { bottom: -80px; opacity: 0; transform: translateX(0) scale(1); }
    8%   { opacity: 0.24; }
    40%  { transform: translateX(34px) scale(1.6); }
    70%  { opacity: 0.09; transform: translateX(-18px) scale(2.3); }
    100% { bottom: 70vh; opacity: 0; transform: translateX(24px) scale(3.0); }
}
@keyframes fp-day-smoke-b {
    0%   { bottom: -80px; opacity: 0; transform: translateX(0) scale(0.9); }
    10%  { opacity: 0.20; }
    35%  { transform: translateX(-38px) scale(1.5); }
    65%  { opacity: 0.08; transform: translateX(20px) scale(2.1); }
    100% { bottom: 75vh; opacity: 0; transform: translateX(-28px) scale(2.8); }
}
@keyframes fp-day-smoke-c {
    0%   { bottom: -80px; opacity: 0; transform: translateX(0) scale(1.1); }
    12%  { opacity: 0.17; }
    50%  { transform: translateX(16px) scale(2.0); }
    80%  { opacity: 0.06; transform: translateX(-10px) scale(2.6); }
    100% { bottom: 80vh; opacity: 0; transform: translateX(12px) scale(3.2); }
}

/* ── Day flame wisps ─────────────────────────────────────────────────── */
.fp-page-flames {
    position: fixed; inset: 0;
    pointer-events: none; z-index: 3; overflow: hidden;
}
.fp-flame {
    position: absolute;
    bottom: 0;
    border-radius: 45% 45% 25% 25% / 60% 60% 35% 35%;
    opacity: 0;
    transform-origin: bottom center;
    filter: blur(3px);
    background: radial-gradient(ellipse at 45% 80%,
        rgba(218,72,6,0.82) 0%,
        rgba(246,135,12,0.62) 28%,
        rgba(252,188,38,0.34) 58%,
        transparent 100%
    );
}
.fp-fl-a { animation: fp-flame-a 3.4s ease-in-out infinite; }
.fp-fl-b { animation: fp-flame-b 2.7s ease-in-out infinite; }
.fp-fl-c { animation: fp-flame-c 4.1s ease-in-out infinite; }
.fp-fl-d { animation: fp-flame-a 3.9s ease-in-out infinite reverse; }

@keyframes fp-flame-a {
    0%   { opacity:0;    transform:scaleX(1.00) scaleY(0)    rotate(-1deg); }
    10%  { opacity:0.72; transform:scaleX(0.88) scaleY(0.52) rotate(2deg); }
    30%  { opacity:0.78; transform:scaleX(1.12) scaleY(0.88) rotate(-3deg); }
    50%  { opacity:0.62; transform:scaleX(0.94) scaleY(0.60) rotate(1deg); }
    70%  { opacity:0.68; transform:scaleX(1.06) scaleY(0.93) rotate(-2deg); }
    90%  { opacity:0.30; transform:scaleX(0.86) scaleY(0.36) rotate(3deg); }
    100% { opacity:0;    transform:scaleX(1.00) scaleY(0)    rotate(0deg); }
}
@keyframes fp-flame-b {
    0%   { opacity:0;    transform:scaleX(1.00) scaleY(0)    rotate(2deg); }
    15%  { opacity:0.68; transform:scaleX(1.10) scaleY(0.44) rotate(-1deg); }
    35%  { opacity:0.74; transform:scaleX(0.91) scaleY(0.82) rotate(3deg); }
    55%  { opacity:0.58; transform:scaleX(1.09) scaleY(0.55) rotate(-2deg); }
    75%  { opacity:0.65; transform:scaleX(0.94) scaleY(0.88) rotate(1deg); }
    92%  { opacity:0.24; transform:scaleX(1.03) scaleY(0.30) rotate(-1deg); }
    100% { opacity:0;    transform:scaleX(1.00) scaleY(0)    rotate(0deg); }
}
@keyframes fp-flame-c {
    0%   { opacity:0;    transform:scaleX(0.94) scaleY(0)    rotate(-3deg); }
    12%  { opacity:0.62; transform:scaleX(1.06) scaleY(0.48) rotate(1deg); }
    38%  { opacity:0.70; transform:scaleX(0.88) scaleY(0.95) rotate(-2deg); }
    60%  { opacity:0.55; transform:scaleX(1.11) scaleY(0.62) rotate(2deg); }
    80%  { opacity:0.58; transform:scaleX(0.92) scaleY(0.85) rotate(-1deg); }
    96%  { opacity:0.20; transform:scaleX(1.03) scaleY(0.28) rotate(2deg); }
    100% { opacity:0;    transform:scaleX(1.00) scaleY(0)    rotate(0deg); }
}
