@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Lora:wght@400;500;600&display=swap');

:root {
    --deep-blue: rgba(25, 35, 50, 1);
    --deep-blue-soft: rgba(25, 35, 50, 0.85);
    --lighter-blue: rgba(30, 46, 71, 1);
    --gold: rgba(244, 187, 147, 1);
    --cream: #f7f2e9;
    --content-width: min(92vw, 70rem);
    --wide-width: min(96vw, 86rem);
    --section-padding: clamp(2.5rem, 6vw, 4.5rem);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Lora', serif;
    font-size: clamp(16px, 1vw + 0.5rem, 18px);
    line-height: 1.7;
    color: var(--deep-blue);
    background: #ffffff;
    overflow-x: hidden;
}

h1,
h2 {
    font-family: 'Great Vibes', cursive;
    font-weight: 400;
    color: var(--deep-blue);
    text-align: center;
}

h1 {
    font-size: clamp(2.8rem, 5vw, 4rem);
}

h2 {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
}

h3,
h4,
h5,
h6 {
    font-family: 'Lora', serif;
    font-weight: 600;
    color: var(--deep-blue);
    text-align: center;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    transition-delay: var(--reveal-delay, 0s);
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* HERO -------------------------------------------------- */
.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: radial-gradient(rgba(8, 14, 22, 0.45), rgba(4, 6, 10, 0.7));
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55));
    z-index: 1;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: saturate(1.05) contrast(1.05);
}

.hero-marquee {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s ease;
    background: linear-gradient(90deg, rgba(25, 35, 50, 0.9), rgba(25, 35, 50, 0.65));
    padding: 0.6rem 0;
}

.hero-marquee.is-active {
    opacity: 1;
}

.hero-marquee-track {
    display: inline-flex;
    gap: 4rem;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
    animation: heroMarquee 22s linear infinite;
}

@keyframes heroMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: min(var(--content-width), 48rem);
    padding: clamp(2rem, 4vw, 3.5rem);
}

.hero-brand {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(3.5rem, 16vw, 10.4rem);
    color: var(--gold);
    display: block;
    margin-bottom: 0.3rem;
    line-height: 1.1;
    /* Zorgt dat de krullen niet worden afgeknipt */
    padding: 0 10px;
    /* Klein beetje ruimte aan de zijkant */
}

.hero-headline {
    margin-top: -0.5rem;
    font-size: clamp(1.5rem, 5vw, 6rem);
    margin-bottom: 1rem;
    color: #fff;
}

.hero-subheadline {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -0.75rem;
}

.btn,
.btn-primary,
.btn-plan {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-family: 'Lora', serif;
    font-weight: 500;
    border-radius: 999px;
    padding: 0.95rem 2.8rem;
    background: var(--deep-blue);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary:hover,
.btn-plan:hover,
.btn-primary:focus-visible,
.btn-plan:focus-visible {
    background: var(--deep-blue-soft);
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
}

.hero-stats-section {
    padding: 2rem 1.5rem;
    background: #fff;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    max-width: var(--content-width);
    margin: 0 auto;
}

.hero-stat {
    flex: 1 1 240px;
    text-align: center;
}

.hero-stat-value {
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    font-weight: 600;
    color: var(--deep-blue);
}

.hero-stat-label {
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: rgba(25, 35, 50, 0.7);
}

/* VALUE PROPS ------------------------------------------ */
.value-props {
    padding: var(--section-padding) 1.5rem;
    max-width: var(--content-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: flex-start;
}

.value-item {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 0.25rem 0;
}

.value-title {
    color: var(--deep-blue);
    font-size: clamp(1.1rem, 2.1vw, 1.5rem);
    font-weight: 700;
    letter-spacing: -0.01em;
}

.value-text {
    font-size: clamp(0.95rem, 1.4vw, 1.05rem);
    line-height: 1.55;
    color: rgba(25, 35, 50, 0.9);
    position: relative;
    padding-right: 1ch;
    min-height: 2.6rem;
}

.value-text[data-typewriter] {
    text-align: center;
}

.value-text[data-typewriter] .typewriter-inner {
    display: inline;
}

.value-text[data-typewriter] .typewriter-caret {
    display: inline-block;
    width: 0.75ch;
    margin-left: 2px;
    opacity: 0;
    animation: blink-caret 1.05s steps(2, start) infinite;
}

.value-text.is-typed .typewriter-caret {
    opacity: 1;
}

.card-bloom {
    position: relative;
    overflow: hidden;
}

.card-bloom::after {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    left: var(--bloom-x, 50%);
    top: var(--bloom-y, 50%);
    transform: translate(-50%, -50%) scale(0.9);
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.45) 30%, rgba(255, 255, 255, 0.12) 55%, rgba(255, 255, 255, 0) 70%);
    opacity: 0;
    pointer-events: none;
    mix-blend-mode: screen;
    filter: blur(8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.card-bloom.is-active::after {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1);
}

@keyframes blink-caret {

    0%,
    50% {
        opacity: 1;
    }

    60%,
    100% {
        opacity: 0;
    }
}

/* ABOUT ------------------------------------------------- */
.about {
    max-width: var(--content-width);
    margin: 0 auto;
    padding: var(--section-padding) 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    align-items: center;
}

.about-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.about-image img {
    width: 100%;
    display: block;
    height: auto;
}

.about-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
}

.about-content h2 {
    margin: 0 0 0.25rem;
}

.about-content p {
    margin: 0;
    line-height: 1.6;
}

/* FEATURED --------------------------------------------- */
.featured-images {
    padding: 2.5rem 0 3.5rem;
    background: #fff;
}

.featured-grid {
    max-width: var(--wide-width);
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.featured-tile {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    min-height: 260px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}

.featured-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 9s ease;
}

.featured-tile.is-zooming img {
    transform: scale(1.2);
}

/* SERVICES --------------------------------------------- */
.services {
    padding: var(--section-padding) 1.5rem;
    background: #fff;
}

.services-container {
    max-width: var(--content-width);
    margin: 0 auto;
}

.services-container h2 {
    text-align: center;
    margin-bottom: 2.5rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.services-empty {
    grid-column: 1 / -1;
    text-align: center;
    color: rgba(25, 35, 50, 0.7);
}

.service-card {
    background: linear-gradient(145deg, var(--deep-blue), var(--lighter-blue));
    color: #fff;
    border-radius: 18px;
    padding: 2rem;
    border: 1px solid rgba(244, 187, 147, 0.4);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card.is-expanded-left {
    transform-origin: center left;
    transform: scale(1.02) translateX(1%);
    z-index: 5;
}

.service-card.is-expanded-center {
    transform-origin: center;
    transform: scale(1.02);
    z-index: 5;
}

.service-card.is-expanded-right {
    transform-origin: center right;
    transform: scale(1.02) translateX(-1%);
    z-index: 5;
}

.service-card header h3,
.service-card h3 {
    margin: 0;
    font-size: 2rem;
    color: var(--gold);
}

.service-summary {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0.5rem 0 1.25rem;
}

.service-price-range {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    color: var(--gold);
    margin-bottom: 1rem;
}

.service-price-range span {
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.85;
}

.service-price-range strong {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}

.service-card ul {
    list-style: none;
    margin: 0;
}

.service-card li {
    padding: 0.3rem 0;
    font-size: clamp(0.7rem, 0.9vw + 0.6rem, 0.95rem);
}

.service-item-line {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.45rem;
}

.service-item-qty {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    min-width: fit-content;
    font-size: inherit;
}

.service-item-name {
    font-weight: 700;
    color: #fff;
    font-size: 0.95em;
    white-space: nowrap;
}

.service-item-price {
    font-weight: 600;
    color: var(--gold);
    text-align: right;
    min-width: fit-content;
    font-size: inherit;
}

@media (max-width: 480px) {
    .service-card li {
        font-size: 0.7rem;
    }

    .service-item-line {
        gap: 0.35rem;
    }

    .service-item-name {
        font-size: 0.9em;
    }
}

.package-extra {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
}

.package-extra.is-open {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 0.5rem;
}

.package-extra ul {
    margin-top: 0.75rem;
    list-style: none;
    padding: 0;
}

.toggle-btn {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: #fff;
    border-radius: 999px;
    padding: 0.6rem 1.5rem;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s ease, border-color 0.2s ease;
    margin: 1rem 0 1.5rem;
}

.toggle-btn:hover,
.toggle-btn:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.5);
}

.service-note {
    margin: 2rem auto 0;
    max-width: 860px;
    text-align: left;
    font-size: 0.95rem;
    color: rgba(25, 35, 50, 0.9);
    background: linear-gradient(135deg, #fffaf3, #f4e7d9);
    border: 1px solid rgba(244, 187, 147, 0.45);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    padding: 1.1rem 1.25rem;
    border-radius: 14px;
    line-height: 1.5;
}

.service-note-badge {
    display: inline-block;
    margin-bottom: 0.35rem;
    padding: 0.25rem 0.65rem;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    background: var(--deep-blue);
    border-radius: 999px;
}

/* SHARED BLOCKS ---------------------------------------- */
.style-showcase,
.gallery,
.testimonials,
.cta-section,
.process,
.contact {
    padding: var(--section-padding) 1.5rem;
    background: #fff;
}

.scroll-gallery {
    display: none;
    /* Temporarily hide the scroll gallery */
}

.recent-blogs {
    padding-bottom: 80px;
}

.cta-content {
    max-width: min(var(--content-width), 42rem);
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cta-section--packages,
.cta-section--reviews {
    background: #f8f5f1;
}

.cta-eyebrow {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(25, 35, 50, 0.6);
    margin-bottom: -0.2rem;
}

.contact {
    max-width: var(--content-width);
    margin: 0 auto;
}

.contact form {
    max-width: min(var(--content-width), 760px);
    margin: 0 auto;
    background: #fff;
    padding: clamp(2rem, 4vw, 2.75rem);
    border-radius: 22px;
    border: 1px solid rgba(25, 35, 50, 0.12);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.08);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.25rem 1.5rem;
    min-width: 0;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    grid-column: span 6;
}

.form-group--full {
    grid-column: 1 / -1;
}

.contact-intro {
    text-align: center;
    margin-bottom: 1.5rem;
}

.contact-intro h2,
.contact-intro p {
    text-align: center;
}

.form-group label {
    font-weight: 500;
    color: rgba(25, 35, 50, 0.85);
}

input,
textarea,
select {
    width: 100%;
    max-width: 100%;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(25, 35, 50, 0.2);
    border-radius: 10px;
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    text-align: left;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: var(--deep-blue);
    box-shadow: 0 0 0 3px rgba(25, 35, 50, 0.15);
}

input::placeholder,
textarea::placeholder {
    color: rgba(25, 35, 50, 0.65);
}

textarea {
    min-height: 160px;
    line-height: 1.5;
    resize: vertical;
}

select {
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23192332' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 10px 6px;
    padding-right: 2.5rem;
}

select::-ms-expand {
    display: none;
}

.file-input-wrapper {
    border: 1px dashed rgba(25, 35, 50, 0.3);
    border-radius: 12px;
    padding: 1.25rem;
    text-align: center;
    background: rgba(25, 35, 50, 0.02);
}

.file-input-wrapper input[type="file"] {
    display: none;
}

.file-input-label {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    padding: 0.8rem 1.4rem;
    border-radius: 999px;
    background: var(--deep-blue);
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.file-input-text {
    font-size: 0.95rem;
    color: #fff;
}

.file-input-hint {
    font-size: 0.8rem;
    opacity: 0.8;
    color: rgba(25, 35, 50, 0.65);
    transition: color 0.2s ease, opacity 0.2s ease;
}

.file-input-label:hover {
    background: var(--deep-blue-soft);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.file-input-label:hover .file-input-hint {
    color: #fff;
    opacity: 1;
}

.form-submit {
    border: none;
    background: var(--deep-blue);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.form-submit:hover {
    background: var(--deep-blue-soft);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
}

.form-actions {
    display: flex;
    justify-content: flex-end;
}

.form-status {
    margin-left: 1rem;
    font-size: 0.9rem;
    color: rgba(25, 35, 50, 0.75);
}

.form-status.is-success {
    color: #0a7c45;
}

.form-status.is-error {
    color: #b00020;
}

@media (max-width: 640px) {

    /* Zorgt dat de knoppen onder elkaar komen én gecentreerd zijn */
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        /* Dit centreert de knoppen horizontaal */
        width: 100%;
    }

    /* We maken de marquee tekst iets kleiner op mobiel */
    .hero-marquee-track {
        font-size: 0.65rem;
    }

    /* We zorgen dat de knop past, ook met het lange woord */
    .btn-plan {
        padding: 0.9rem 1.5rem;
        /* Minder ruimte links/rechts */
        width: auto;
        max-width: 90%;
        /* Zorgt dat hij nooit breder is dan het scherm */
        font-size: 0.9rem;
        /* Iets kleiner lettertype voor het lange woord */
        white-space: normal;
        /* Sta toe dat tekst netjes breekt als het echt moet */
        text-align: center;
    }

    .hero-content {
        padding: clamp(1rem, 3vw, 2rem);
        width: 100%;
    }

    /* Oude regels die er al stonden voor de andere secties */
    .service-item-line {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-card.is-expanded-left,
    .service-card.is-expanded-center,
    .service-card.is-expanded-right {
        transform: scale(1);
    }
}

@media (max-width: 480px) {
    .contact form {
        padding: 1.25rem;
        border-radius: 16px;
    }

    .form-grid {
        gap: 0.875rem 0.875rem;
    }

    input,
    textarea,
    select {
        padding: 0.8rem 0.875rem;
        font-size: 16px;
    }

    textarea {
        min-height: 140px;
    }

    .file-input-label {
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
    }

    .file-input-hint {
        font-size: 0.75rem;
    }
}

.process .process-steps {
    max-width: var(--content-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.recent-blogs .blog-grid {
    max-width: var(--content-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: clamp(1.25rem, 2vw, 1.75rem);
}

.style-showcase .style-grid {
    max-width: var(--content-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: clamp(1.25rem, 2vw, 1.75rem);
}

.testimonials .testimonials-grid {
    max-width: var(--content-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 2vw, 2.5rem);
}

.testimonial-card,
.process-step {
    background: linear-gradient(140deg, var(--deep-blue), var(--lighter-blue));
    color: #fff;
    border-radius: 22px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border: 1px solid rgba(244, 187, 147, 0.35);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.18);
    position: relative;
    overflow: hidden;
    min-height: 100%;
    text-align: center;
}

.testimonial-card {
    width: 100%;
}

.testimonial-card::before,
.process-step::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(244, 187, 147, 0.35), transparent 55%);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 0;
}

.testimonial-card h3,
.process-step h3 {
    margin-top: 0.5rem;
}

.testimonial-card ul {
    list-style: none;
    padding: 0;
}

.scroll-video {
    position: relative;
    margin-top: 50px;
    width: 100%;
    padding: 0;
    margin: 0;
}

.scroll-video-body {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
}

.scroll-video-stage {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.scroll-video-media {
    width: 100%;
    height: auto;
    display: block;
}

.scroll-gallery {
    background: #06090f;
    color: #fff;
    padding: var(--section-padding) 0;
}

.scroll-gallery-intro {
    max-width: min(var(--content-width), 46rem);
    margin: 0 auto clamp(2rem, 4vw, 3rem);
    text-align: center;
    padding: 0 1.5rem;
}

.scroll-gallery-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.45em;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.75rem;
}

.scroll-gallery-intro h2 {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(2.8rem, 5vw, 3.8rem);
    margin-bottom: 0.75rem;
    color: var(--gold);
}

.scroll-gallery-intro p {
    color: rgba(255, 255, 255, 0.7);
}

.scroll-gallery-wrapper {
    position: relative;
    height: 520vh;
    margin: 0 auto;
    max-width: 100vw;
    overflow: hidden;
}

.scroll-panel {
    position: sticky;
    top: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    background: transparent;
}

.scroll-panel-card {
    width: min(60vw, 420px);
    aspect-ratio: 3 / 4;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
    transform: translate3d(0, 0, 0) scale(0.85);
    opacity: 1;
}

.scroll-panel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes scrollCardDrift {
    0% {
        transform: translate3d(0, 0, 0) scale(0.7);
        opacity: 1;
    }

    40% {
        transform: translate3d(2vw, -2vh, 0) scale(1.5);
        opacity: 1;
    }

    100% {
        transform: translate3d(var(--panel-x, 0vw), var(--panel-y, -20vh), 0) scale(3);
        opacity: 0;
    }
}

@scroll-timeline scroll-gallery-timeline {
    source: auto;
    orientation: block;
}

.scroll-panel {
    view-timeline-name: --panel-progress;
    view-timeline-axis: block;
}

.scroll-panel-card {
    --panel-x: 0vw;
    --panel-y: -20vh;
}

.scroll-panel::before {
    content: '';
    position: absolute;
    inset: auto auto 4rem auto;
    width: 1px;
    height: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), transparent);
    opacity: 0.7;
}

@supports (animation-timeline: auto) {
    .scroll-panel-card {
        animation-name: scrollCardDrift;
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-fill-mode: both;
        animation-timeline: --panel-progress;
        animation-range: entry 0% exit 100%;
    }
}

.blog-page {
    font-family: 'Lora', serif;
    color: var(--deep-blue);
    background: #fff;
    overflow-x: hidden;
}

.blog-hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: clamp(3rem, 8vw, 6rem) 1.5rem;

    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}


.blog-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(6, 9, 15, 0.45);
}

.blog-hero-content {
    position: relative;
    max-width: 42rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.blog-hero h1 {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(3rem, 6vw, 4.4rem);
    color: #fff;
}

.blog-back-link {
    align-self: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    font-size: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.blog-article {
    max-width: min(var(--content-width), 60rem);
    margin: 0 auto;
    padding: clamp(2.5rem, 6vw, 4rem) 1.5rem 4rem;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.blog-article section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.blog-article .blog-intro {
    text-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 48rem;
}

.blog-article h2 {
    font-family: 'Great Vibes', cursive;
    color: var(--deep-blue);
    font-size: clamp(2rem, 4vw, 3rem);
}

.blog-article h3 {
    font-size: clamp(1.25rem, 3vw, 1.6rem);
    color: var(--deep-blue);
}

.faq-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    max-width: min(var(--content-width), 70rem);
    margin: 0 auto;
}

.faq-card {
    background: #fff;
    border: 1px solid rgba(25, 35, 50, 0.08);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.faq-card ul {
    padding-left: 1.1rem;
    margin: 0;
    display: grid;
    gap: 0.35rem;
}

.faq-card.highlight {
    border-color: rgba(244, 187, 147, 0.35);
    box-shadow: 0 14px 38px rgba(244, 187, 147, 0.22);
}

.blog-article ul {
    margin-left: 1.25rem;
    line-height: 1.6;
}

.blog-media {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.15);
}

.blog-media img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-media.two-up {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.blog-highlight {
    border-left: 4px solid var(--gold);
    padding-left: 1rem;
    background: rgba(244, 187, 147, 0.08);
    border-radius: 12px;
}

.blog-cta {
    text-align: center;
    background: linear-gradient(140deg, var(--deep-blue), var(--lighter-blue));
    color: #fff;
    padding: 2.5rem 2rem;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.blog-cta h2 {
    color: #fff;
}

.blog-cta .btn {
    align-self: center;
}

.style-card {
    --style-image: none;
    background-image: var(--style-image);
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    min-height: 320px;
    padding: 0;
    border: none;
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 30px 55px rgba(0, 0, 0, 0.35);
    isolation: isolate;
    transition: transform 0.35s ease;
}

.style-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: saturate(1.05);
    transform: scale(1);
    transition: transform 0.45s ease, filter 0.45s ease;
    z-index: 0;
}

.style-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.65));
    transition: background 0.45s ease;
    z-index: 1;
}

.style-card:hover {
    transform: translateY(-4px);
}

.style-card:hover::before {
    transform: scale(1.05);
    filter: saturate(1.2);
}

.style-card:hover::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.75));
}

.style-card-title {
    position: relative;
    z-index: 2;
    font-family: 'Great Vibes', cursive;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    letter-spacing: 0.05em;
    text-align: center;
    width: 100%;
    padding: 1.5rem;
    color: #fff;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.65);
}

.process-step {
    text-align: left;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.process-step p {
    color: rgba(255, 255, 255, 0.88);
}

.process-step h3 {
    color: #fff;
    margin: 0 0 1rem;
    min-height: 3.5rem;
    display: flex;
    align-items: flex-end;
}

.step-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin: 0 auto 0.75rem;
}

.gallery .gallery-grid {
    max-width: var(--wide-width);
    margin: 0 auto;
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
    .gallery .gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.blog-inline-gallery .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.blog-inline-gallery .gallery-item figcaption {
    margin-top: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.4;
    color: var(--deep-blue);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.15);
    filter: brightness(1.05);
}

footer {
    background: var(--deep-blue);
    color: #fff;
    padding: 2rem 1.5rem 3rem;
}

.footer-content {
    max-width: var(--content-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.footer-nav {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.footer-social img {
    width: 24px;
    height: 24px;
    display: block;
}

.footer-copyright {
    font-size: 0.85rem;
    opacity: 0.75;
}

@media (max-width: 640px) {
    .hero-buttons {
        flex-direction: column;
    }

    .hero-marquee-track {
        font-size: 0.75rem;
    }

    .service-item-line {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-card.is-expanded-left,
    .service-card.is-expanded-center,
    .service-card.is-expanded-right {
        transform: scale(1);
    }

}

/* MOBILE HAMBURGER MENU -------------------------------- */
.hamburger-btn {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 1000;
    display: none;
    /* Hidden by default, shown on mobile */
    padding: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.hamburger-box {
    display: block;
    width: 30px;
    height: 24px;
    position: relative;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: var(--hamburger-color);
    position: absolute;
    width: 28px;
    height: 3px;
    left: 1px;
    display: block;
    border-radius: 999px;
    transform-origin: center;
    transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease, background-color 0.2s ease;
}
/* HAMBURGER KLEUREN -------------------------------- */

/* Lichte achtergrond (standaard) */
:root {
    --hamburger-color: #000;
}

/* Donkere achtergrond */
.is-dark {
    --hamburger-color: #fff;
}

/* Actieve staat (X) */
.hamburger-btn[aria-expanded="true"] {
    --hamburger-color: var(--gold);
}

.hamburger-inner {
    top: 50%;
    transform: translateY(-50%);
}

.hamburger-inner::before {
    content: '';
    top: -8px;
}

.hamburger-inner::after {
    content: '';
    bottom: -8px;
}

/* Active State (X shape) */
.hamburger-btn[aria-expanded="true"] .hamburger-inner {
    background-color: transparent;
}

.hamburger-btn[aria-expanded="true"] .hamburger-inner::before,
.hamburger-btn[aria-expanded="true"] .hamburger-inner::after {
    background-color: var(--hamburger-color);
}

.hamburger-btn[aria-expanded="true"] .hamburger-inner::before {
    top: 0;
    transform: translateY(8px) rotate(45deg);
}

.hamburger-btn[aria-expanded="true"] .hamburger-inner::after {
    bottom: 0;
    transform: translateY(-8px) rotate(-45deg);
}
.mobile-menu.is-open {
    --hamburger-color: #fff;
}


/* Mobile Menu Overlay */
.mobile-menu {
    position: fixed;
    inset: 0;
    background: var(--deep-blue);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
}

.mobile-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.mobile-menu.is-open .mobile-menu-content {
    transform: translateY(0);
}

.mobile-menu-link {
    font-family: 'Great Vibes', cursive;
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.mobile-menu-link:hover {
    color: var(--gold);
    transform: scale(1.1);
}

@media (max-width: 640px) {
    .hamburger-btn {
        display: block;
    }
}
