/* =====================================================
   STOOM Apeldoorn — Kerstlaag
   Alleen geladen door kerstborrel.html, alles gescoped
   onder body.kerst zodat de rest van de site niets merkt.

   Uitgangspunt: de kerstsfeer komt uit de foto's, uit licht
   en uit kleur — niet uit opgeplakte decoratie. Geen
   nagemaakte ballen, slingers of sneeuw over echte beelden.
   ===================================================== */

body.kerst {
    --kerst-groen:        #1E4436;
    --kerst-groen-diep:   #0F2820;
    --kerst-groen-licht:  #2F6B52;
    --kerst-rood:         #8C2F2A;
    --kerst-goud:         #E8A83C;
    --kerst-goud-licht:   #F4C96B;
    --kerst-sneeuw:       #F5F2EE;
}

/* =====================================================
   1. HERO — de foto doet het werk
   ===================================================== */

body.kerst .page-hero {
    position: relative;
    /* de zaalfoto is breed: hoger en lager uitgesneden, zodat het neon,
       de kerstboom en de stoelenopstelling in beeld blijven */
    min-height: 68vh;
    background-position: center 72%;
    background-attachment: scroll;
}

/* Donker naar boven en onder, open in het midden — het rode neon en de
   lichtjes blijven branden, de tekst blijft leesbaar. Onderin een warme
   gloed, alsof het licht uit de zaal omhoog komt. */
body.kerst .page-hero .hero-overlay {
    background:
        radial-gradient(72% 46% at 50% 54%, rgba(6,10,12,.66) 0%, rgba(6,10,12,.24) 62%, rgba(6,10,12,0) 100%),
        linear-gradient(180deg,
            rgba(6,10,12,.86) 0%,
            rgba(6,10,12,.34) 26%,
            rgba(6,10,12,.20) 58%,
            rgba(6,10,12,.72) 100%);
}

/* warme gloed langs de onderrand */
body.kerst .page-hero::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 42%;
    pointer-events: none;
    z-index: 2;
    background: radial-gradient(120% 100% at 50% 118%,
        rgba(232,168,60,.24) 0%,
        rgba(176,71,64,.10) 42%,
        rgba(0,0,0,0) 72%);
}

body.kerst .page-hero .hero-content { position: relative; z-index: 3; }

body.kerst .hero-kicker {
    font-family: var(--font-body);
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: var(--kerst-goud);
    margin: 0 0 .85rem;
    text-shadow: 0 2px 14px rgba(0,0,0,.6);
}

body.kerst .page-title {
    text-shadow: 0 6px 34px rgba(0,0,0,.62);
    margin-bottom: 1.1rem;
}

/* dun gouden streepje tussen titel en ondertitel */
body.kerst .page-title::after {
    content: '';
    display: block;
    width: 74px;
    height: 2px;
    margin: 1.15rem auto .25rem;
    background: linear-gradient(90deg, rgba(232,168,60,0), var(--kerst-goud), rgba(232,168,60,0));
}

body.kerst .page-subtitle {
    color: rgba(245,242,238,.9);
    text-shadow: 0 2px 16px rgba(0,0,0,.55);
}

body.kerst .breadcrumb,
body.kerst .breadcrumb a,
body.kerst .breadcrumb span { text-shadow: 0 2px 10px rgba(0,0,0,.6); }

@media (max-width: 768px) {
    body.kerst .page-hero { min-height: 56vh; background-position: center 68%; }
    body.kerst .hero-kicker { font-size: .68rem; letter-spacing: .26em; }
}

/* =====================================================
   2. SECTIETITELS — een streep, geen takje
   ===================================================== */

body.kerst .section-header { position: relative; }

body.kerst .section-header .section-title::after {
    content: '';
    display: block;
    width: 56px;
    height: 2px;
    margin: 1.05rem auto 0;
    background: var(--kerst-goud);
}

body.kerst .capaciteiten-section > .container > .section-title::after,
body.kerst .faq-section .section-title::after { background: var(--kerst-goud); }

/* =====================================================
   3. INTRO — warme lijst om de foto
   ===================================================== */

body.kerst .intro-image { position: relative; }

body.kerst .intro-image img {
    border-radius: 12px;
    box-shadow:
        0 18px 48px rgba(15,40,32,.26),
        0 0 0 1px rgba(232,168,60,.28);
}

/* subtiele warme gloed achter de foto */
body.kerst .intro-image::before {
    content: '';
    position: absolute;
    inset: -14px -14px -22px -14px;
    border-radius: 20px;
    background: radial-gradient(70% 70% at 60% 70%, rgba(232,168,60,.16), rgba(232,168,60,0) 70%);
    z-index: -1;
}

/* =====================================================
   4. ARRANGEMENTEN
   ===================================================== */

body.kerst .arrangementen-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #F1F5F3 100%);
}

body.kerst .arrangement-card {
    background: var(--white);
    border-top: 3px solid var(--kerst-groen);
    box-shadow: 0 8px 30px rgba(15,40,32,.10);
}
body.kerst .arrangement-card:hover {
    border-color: transparent;
    border-top-color: var(--kerst-goud);
    box-shadow: 0 16px 44px rgba(15,40,32,.16);
}

body.kerst .arrangement-card.featured {
    background: linear-gradient(158deg, var(--kerst-groen) 0%, var(--kerst-groen-diep) 100%);
    border: 2px solid var(--kerst-goud);
    box-shadow: 0 18px 48px rgba(15,40,32,.30);
}
body.kerst .arrangement-card.featured h3,
body.kerst .arrangement-card.featured .arrangement-includes li { color: var(--kerst-sneeuw); }
body.kerst .arrangement-card.featured .arrangement-duration { color: var(--kerst-goud-licht); }
body.kerst .arrangement-card.featured .arrangement-includes li i { color: var(--kerst-goud); }
body.kerst .arrangement-card.featured .arrangement-icon {
    background: rgba(232,168,60,.16);
    color: var(--kerst-goud);
}
body.kerst .featured-badge {
    background: var(--kerst-goud);
    color: var(--kerst-groen-diep);
    letter-spacing: .08em;
}

/* =====================================================
   5. CATERING
   ===================================================== */

body.kerst .catering-card {
    border-top: 3px solid var(--kerst-groen);
    transition: var(--transition-base);
}
body.kerst .catering-card:nth-child(3n+2) { border-top-color: var(--kerst-rood); }
body.kerst .catering-card:nth-child(3n)   { border-top-color: var(--kerst-goud); }
body.kerst .catering-card h3 i { color: var(--kerst-groen-licht); }
body.kerst .catering-card:nth-child(3n+2) h3 i { color: var(--kerst-rood); }
body.kerst .catering-card:nth-child(3n) h3 i   { color: var(--kerst-goud); }
body.kerst .catering-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 36px rgba(15,40,32,.14);
}

/* =====================================================
   6. ERBIJ TE BOEKEN — donkere winteravond
   ===================================================== */

body.kerst .activiteiten-section {
    position: relative;
    background:
        radial-gradient(80% 60% at 50% 0%, rgba(232,168,60,.10), rgba(0,0,0,0) 62%),
        linear-gradient(168deg, var(--primary-blue) 0%, var(--kerst-groen-diep) 100%);
}
body.kerst .activiteiten-section .section-title { color: var(--kerst-sneeuw); }
body.kerst .activiteiten-section .section-subtitle { color: rgba(245,242,238,.72); }

body.kerst .activiteiten-section .activiteit-card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(232,168,60,.20);
    transition: var(--transition-base);
}
body.kerst .activiteiten-section .activiteit-card:hover {
    background: rgba(255,255,255,.08);
    border-color: rgba(232,168,60,.44);
    transform: translateY(-6px);
}
body.kerst .activiteiten-section .activiteit-card h3 { color: var(--kerst-sneeuw); }
body.kerst .activiteiten-section .activiteit-card p { color: rgba(245,242,238,.78); }
body.kerst .activiteiten-section .activiteit-meta span { color: var(--kerst-goud-licht); }
body.kerst .activiteiten-section .activiteit-icon {
    background: rgba(232,168,60,.14);
    color: var(--kerst-goud);
}

body.kerst .activiteiten-section .contact-note {
    background: rgba(255,255,255,.05);
    border-left-color: var(--kerst-goud);
}
body.kerst .activiteiten-section .contact-note,
body.kerst .activiteiten-section .contact-note p { color: rgba(245,242,238,.82); }
body.kerst .activiteiten-section .contact-note a { color: var(--kerst-goud); }

/* =====================================================
   7. CTA — warm licht, geen decor
   ===================================================== */

body.kerst .cta-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(90% 120% at 50% 128%, rgba(232,168,60,.30) 0%, rgba(176,71,64,.12) 40%, rgba(0,0,0,0) 72%),
        linear-gradient(180deg, var(--primary-blue) 0%, var(--kerst-groen-diep) 100%);
    color: var(--kerst-sneeuw);
}
body.kerst .cta-section h2,
body.kerst .cta-content h2 { color: var(--kerst-sneeuw); }
body.kerst .cta-section p  { color: rgba(245,242,238,.84); }
body.kerst .cta-section .btn-primary {
    background: var(--kerst-goud);
    color: var(--kerst-groen-diep);
    border-color: var(--kerst-goud);
    position: relative;
    z-index: 2;
}
body.kerst .cta-section .btn-primary:hover {
    background: var(--kerst-goud-licht);
    border-color: var(--kerst-goud-licht);
}

/* =====================================================
   8. FAQ
   ===================================================== */

body.kerst .faq-item {
    border-left: 3px solid transparent;
    transition: var(--transition-base);
}
body.kerst .faq-item[open] { border-left-color: var(--kerst-goud); }
body.kerst .faq-icon { color: var(--kerst-groen-licht); }

/* =====================================================
   9. FLOATING KNOP
   ===================================================== */

body.kerst .floating-offerte { background: var(--kerst-rood); color: var(--kerst-sneeuw); }
body.kerst .floating-offerte:hover { background: #A63A34; }

/* =====================================================
   10. SFEERBAND — één groot beeld met een korte zin
   ===================================================== */

body.kerst .sfeerband {
    position: relative;
    min-height: 46vh;
    display: flex;
    align-items: center;
    background-size: cover;
    /* naar rechts geschoven: de bomen, kaarsen en slee centraal, het
       TV-scherm deels uit beeld zodat 'Merry Christmas' niet onder de tekst botst */
    background-position: 74% 56%;
    background-repeat: no-repeat;
}

body.kerst .sfeerband-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(78% 60% at 34% 50%, rgba(6,10,12,.74) 0%, rgba(6,10,12,.34) 62%, rgba(6,10,12,.14) 100%),
        linear-gradient(180deg, rgba(6,10,12,.52) 0%, rgba(6,10,12,.20) 40%, rgba(6,10,12,.58) 100%);
}

body.kerst .sfeerband .container { position: relative; z-index: 2; }

body.kerst .sfeerband-inhoud { max-width: 620px; }

body.kerst .sfeerband-tekst {
    font-family: var(--font-body);
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.55;
    color: var(--kerst-sneeuw);
    margin: 0;
    text-shadow: 0 3px 22px rgba(0,0,0,.6);
}

body.kerst .sfeerband-tekst::before {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background: var(--kerst-goud);
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    body.kerst .sfeerband { min-height: 40vh; }
    body.kerst .sfeerband-tekst { font-size: 1.15rem; }
}
