/* ==========================================================
   BALOO 2 - zelf gehost (geen Google Fonts, geen extern verzoek)
   Variabele font: een bestand dekt gewicht 400 t/m 700.
   ========================================================== */

@font-face {
    font-family: 'Baloo 2';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/baloo2-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                   U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
                   U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Baloo 2';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/baloo2-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
                   U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF,
                   U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
                   U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* ==========================================================
   FEDDE & KEES: Homepage
   Design: "Fedde&Kees: Zachte Rust"
   Handgeschreven CSS. Geen Elementor, geen Gutenberg.
   ========================================================== */

:root {
    --fk-bg:      #FAF7F2;
    --fk-surface: #FFFFFF;
    --fk-ink:     #131117;
    --fk-accent:  #3AB1E4;
    --fk-deep:    #29333C;
    --fk-line:    #E4DDD4;
    --fk-muted:   #6B655E;

    --fk-md:  16px;
    --fk-lg:  32px;

    --fk-r-md:   14px;
    --fk-r-pill: 999px;

    --fk-font: 'Baloo 2', 'Trebuchet MS', sans-serif;
}


/* ==========================================================
   BASIS
   ========================================================== */

body.fk-home {
    margin: 0;
    background: var(--fk-bg);
    color: var(--fk-ink);
    font-family: var(--fk-font);
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.fk-home *,
.fk-home *::before,
.fk-home *::after {
    box-sizing: border-box;
}

.fk-home img {
    max-width: 100%;
    height: auto;
    display: block;
}

.fk-wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.fk-home h1,
.fk-home h2,
.fk-home h3 {
    font-family: var(--fk-font);
    font-weight: 700;
    line-height: 1.08;
    margin: 0;
    letter-spacing: -0.01em;
}

.fk-home p {
    margin: 0;
    max-width: 64ch;
}

.fk-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}


/* ==========================================================
   KNOPPEN
   ========================================================== */

.fk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 52px;
    padding: 13px 30px;

    border-radius: var(--fk-r-pill);
    border: 1px solid transparent;

    font-family: var(--fk-font);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;

    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, transform .15s ease;
}

.fk-btn--primary {
    background: var(--fk-accent);
    color: #fff;
}

.fk-btn--primary:hover {
    background: #2b9dcd;
    color: #fff;
    transform: translateY(-1px);
}

.fk-btn--ghost {
    background: transparent;
    border-color: var(--fk-deep);
    color: var(--fk-deep);
}

.fk-btn--ghost:hover {
    background: var(--fk-deep);
    color: #fff;
    transform: translateY(-1px);
}

.fk-btn:focus-visible {
    outline: 3px solid var(--fk-deep);
    outline-offset: 3px;
}


/* ==========================================================
   HEADER (moederthema-markup, hier opgemaakt)
   ========================================================== */

.fk-home .feddekees-header {
    background: var(--fk-bg);
    border-bottom: 1px solid var(--fk-line);
}

.fk-home .feddekees-header__container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 24px;

    display: flex;
    align-items: center;
    gap: var(--fk-lg);
}

.fk-home .feddekees-header__logo a {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--fk-ink);
    text-decoration: none;
}

.fk-home .feddekees-header__nav {
    margin-left: auto;
}

.fk-home .feddekees-header__nav ul {
    display: flex;
    align-items: center;
    gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.fk-home .feddekees-header__nav a {
    font-size: 16px;
    font-weight: 500;
    color: var(--fk-ink);
    text-decoration: none;
}

.fk-home .feddekees-header__nav a:hover {
    color: var(--fk-accent);
}

.fk-home .feddekees-header__cart a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 20px;

    border: 1px solid var(--fk-deep);
    border-radius: var(--fk-r-pill);

    font-size: 15px;
    font-weight: 600;
    color: var(--fk-deep);
    text-decoration: none;
    white-space: nowrap;
}

.fk-home .feddekees-header__cart a:hover {
    background: var(--fk-deep);
    color: #fff;
}


/* ==========================================================
   1. USP-STRIP
   ========================================================== */

.fk-usp {
    background: var(--fk-surface);
    border-bottom: 1px solid var(--fk-line);
}

.fk-usp__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 44px;

    margin: 0;
    padding: 13px 24px;
    list-style: none;
}

.fk-usp__list li {
    font-size: 15px;
    font-weight: 600;
    color: var(--fk-deep);
}

.fk-usp__list li::before {
    content: "\2713";
    margin-right: 9px;
    color: var(--fk-accent);
    font-weight: 700;
}


/* ==========================================================
   2. HERO
   ========================================================== */

.fk-hero {
    padding: clamp(40px, 6vw, 78px) 0 clamp(44px, 6vw, 82px);
}

.fk-hero__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
}

.fk-hero h1 {
    font-size: clamp(38px, 5.1vw, 62px);
    line-height: 1.04;
    margin-bottom: 20px;
}

.fk-hero h1 span {
    display: block;
    color: var(--fk-accent);
}

.fk-hero__lead {
    font-size: 19px;
    color: var(--fk-muted);
    margin-bottom: 30px !important;
    max-width: 46ch;
}

.fk-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.fk-hero__media {
    position: relative;
}

.fk-hero__media img {
    width: 100%;
    border-radius: var(--fk-r-md);
}

.fk-hero__badge {
    position: absolute;
    left: -22px;
    bottom: 30px;

    background: var(--fk-surface);
    border: 1px solid var(--fk-line);
    border-radius: var(--fk-r-md);

    padding: 15px 22px;
    max-width: 230px;
}

.fk-hero__badge strong {
    display: block;
    font-size: 26px;
    line-height: 1.1;
    color: var(--fk-accent);
}

.fk-hero__badge span {
    font-size: 14px;
    line-height: 1.35;
    color: var(--fk-muted);
}


/* ==========================================================
   3. FACTS: platte cijfers, geen kaarten
   ========================================================== */

.fk-facts {
    border-top: 1px solid var(--fk-line);
    border-bottom: 1px solid var(--fk-line);
    background: var(--fk-surface);
    padding: clamp(34px, 4.5vw, 54px) 0;
}

.fk-facts__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--fk-lg);
}

.fk-fact strong {
    display: block;
    font-size: clamp(32px, 3.6vw, 46px);
    font-weight: 700;
    line-height: 1;
    color: var(--fk-accent);
    margin-bottom: 7px;
}

.fk-fact span {
    font-size: 15px;
    line-height: 1.4;
    color: var(--fk-muted);
    display: block;
    max-width: 22ch;
}


/* ==========================================================
   4. FASES: gevarieerde bento
   ========================================================== */

.fk-fases {
    padding: clamp(52px, 7vw, 92px) 0;
}

.fk-fases__head {
    max-width: 42ch;
    margin-bottom: clamp(28px, 3.5vw, 44px);
}

.fk-fases__head h2 {
    font-size: clamp(28px, 3.4vw, 42px);
    margin-bottom: 14px;
}

.fk-fases__head p {
    color: var(--fk-muted);
}

.fk-fases__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: var(--fk-md);
}

.fk-fase {
    border-radius: var(--fk-r-md);
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 212px;
}

.fk-fase h3 {
    font-size: 21px;
    margin-bottom: 9px;
}

.fk-fase p {
    font-size: 15.5px;
    line-height: 1.5;
}

.fk-fase--a { grid-column: span 4; background: var(--fk-deep); color: #fff; }
.fk-fase--a p { color: rgba(255,255,255,.78); }

.fk-fase--b { grid-column: span 2; background: var(--fk-surface); border: 1px solid var(--fk-line); }
.fk-fase--b p { color: var(--fk-muted); }

.fk-fase--c { grid-column: span 2; background: #EAF4FA; }
.fk-fase--c p { color: #40565f; }

.fk-fase--d {
    grid-column: span 4;
    background-color: var(--fk-line);
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.fk-fase--d::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(19,17,23,0) 28%, rgba(19,17,23,.85) 100%);
}

.fk-fase--d h3,
.fk-fase--d p {
    position: relative;
    z-index: 1;
}

.fk-fase--d p { color: rgba(255,255,255,.88); }


/* ==========================================================
   5. STAPPEN: beeld + genummerde lijst
   ========================================================== */

.fk-stappen {
    background: var(--fk-surface);
    border-top: 1px solid var(--fk-line);
    padding: clamp(52px, 7vw, 92px) 0;
}

.fk-stappen__grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: clamp(30px, 5vw, 68px);
    align-items: center;
}

.fk-stappen__media img {
    width: 100%;
    border-radius: var(--fk-r-md);
}

.fk-stappen h2 {
    font-size: clamp(28px, 3.4vw, 42px);
    margin-bottom: 30px;
    max-width: 22ch;
}

.fk-stap {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 18px;
    padding: 22px 0;
    border-top: 1px solid var(--fk-line);
}

.fk-stap:last-child {
    border-bottom: 1px solid var(--fk-line);
}

.fk-stap__n {
    font-size: 20px;
    font-weight: 700;
    color: var(--fk-accent);
    line-height: 1.4;
}

.fk-stap h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.fk-stap p {
    font-size: 16px;
    color: var(--fk-muted);
}


/* ==========================================================
   6. KLEUREN
   ========================================================== */

.fk-kleuren {
    padding: clamp(52px, 7vw, 92px) 0;
}

.fk-kleuren__head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: var(--fk-md);
    margin-bottom: clamp(24px, 3vw, 38px);
}

.fk-kleuren__head h2 {
    font-size: clamp(28px, 3.4vw, 42px);
}

.fk-kleuren__head a {
    font-size: 16px;
    font-weight: 600;
    color: var(--fk-accent);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.fk-kleuren__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: var(--fk-md);
}

.fk-kleur figure {
    margin: 0;
}

.fk-kleur img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: var(--fk-r-md);
    background: var(--fk-line);
}

.fk-kleur figcaption {
    margin-top: 9px;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--fk-muted);
}


/* ==========================================================
   7. COMBINATIE
   ========================================================== */

.fk-combi {
    background: var(--fk-deep);
    color: #fff;
    padding: clamp(52px, 7vw, 92px) 0;
}

.fk-combi h2 {
    font-size: clamp(28px, 3.4vw, 42px);
    margin-bottom: clamp(28px, 3.5vw, 44px);
    max-width: 24ch;
}

.fk-combi__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(24px, 4vw, 52px);
}

.fk-combi__col h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #fff;
}

.fk-combi__col > p {
    color: rgba(255,255,255,.78);
    margin-bottom: 20px !important;
}

.fk-check {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fk-check li {
    position: relative;
    padding: 9px 0 9px 30px;
    font-size: 16px;
    color: rgba(255,255,255,.93);
    border-top: 1px solid rgba(255,255,255,.15);
}

.fk-check li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--fk-accent);
    font-weight: 700;
}


/* ==========================================================
   8. PRODUCTEN: live uit WooCommerce
   ========================================================== */

.fk-producten {
    padding: clamp(52px, 7vw, 92px) 0;
}

.fk-producten h2 {
    font-size: clamp(28px, 3.4vw, 42px);
    margin-bottom: clamp(24px, 3vw, 38px);
}

.fk-producten__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: var(--fk-lg) var(--fk-md);
}

.fk-product a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.fk-product img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: var(--fk-r-md);
    background: var(--fk-surface);
    transition: transform .25s ease;
}

.fk-product a:hover img {
    transform: translateY(-3px);
}

.fk-product__name {
    margin-top: 12px;
    font-size: 17px;
    font-weight: 600;
}

.fk-product__price {
    margin-top: 3px;
    font-size: 16px;
    color: var(--fk-muted);
}

.fk-product__price .amount,
.fk-product__price bdi {
    color: var(--fk-ink);
    font-weight: 600;
}

.fk-producten__empty {
    padding: 30px 0;
    color: var(--fk-muted);
}


/* ==========================================================
   9. ADVIES
   ========================================================== */

.fk-advies {
    background: var(--fk-surface);
    border-top: 1px solid var(--fk-line);
    padding: clamp(52px, 7vw, 92px) 0;
}

.fk-advies__grid {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
}

.fk-advies h2 {
    font-size: clamp(28px, 3.4vw, 42px);
    margin-bottom: 16px;
    max-width: 20ch;
}

.fk-advies > .fk-wrap p {
    color: var(--fk-muted);
}

.fk-advies__intro {
    margin-bottom: 24px !important;
}

.fk-advies__lijst {
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.fk-advies__lijst li {
    position: relative;
    padding: 7px 0 7px 30px;
    font-size: 16.5px;
    color: var(--fk-ink);
}

.fk-advies__lijst li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--fk-accent);
    font-weight: 700;
}

.fk-advies__media img {
    width: 100%;
    border-radius: var(--fk-r-md);
}


/* ==========================================================
   FOOTER
   ========================================================== */

.fk-home .feddekees-footer {
    background: var(--fk-bg);
    border-top: 1px solid var(--fk-line);
    padding: 34px 0;
}

.fk-home .feddekees-footer__container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
    font-size: 15px;
    color: var(--fk-muted);
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 1000px) {

    .fk-facts__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px var(--fk-lg);
    }

    .fk-kleuren__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .fk-fase--a,
    .fk-fase--d { grid-column: span 6; }

    .fk-fase--b,
    .fk-fase--c { grid-column: span 3; }
}

@media (max-width: 900px) {

    .fk-hero__grid,
    .fk-stappen__grid,
    .fk-combi__grid,
    .fk-advies__grid {
        grid-template-columns: 1fr;
    }

    .fk-hero__media { order: -1; }

    .fk-hero__badge {
        left: auto;
        right: 14px;
        bottom: 14px;
    }

    .fk-home .feddekees-header__container {
        flex-wrap: wrap;
        gap: var(--fk-md);
    }

    .fk-home .feddekees-header__nav {
        order: 3;
        width: 100%;
        margin-left: 0;
    }

    .fk-home .feddekees-header__nav ul {
        flex-wrap: wrap;
        gap: 14px 22px;
        white-space: normal;
    }

    .fk-home .feddekees-header__cart {
        margin-left: auto;
    }
}

@media (max-width: 620px) {

    body.fk-home { font-size: 16px; }

    .fk-facts__grid { grid-template-columns: 1fr 1fr; }

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

    .fk-fase--a,
    .fk-fase--b,
    .fk-fase--c,
    .fk-fase--d { grid-column: span 6; }

    .fk-hero__cta .fk-btn { width: 100%; }

    .fk-usp__list { gap: 6px 24px; }

    .fk-usp__list li { font-size: 14px; }
}


/* ==========================================================
   MOTION: dial 0.2, vrijwel stil
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .fk-home *,
    .fk-home *::before,
    .fk-home *::after {
        transition: none !important;
        animation: none !important;
    }
}
