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

:root {
    --navy:      #0F2540;
    --blue:      #1E3A5F;
    --blue-mid:  #2D5F8A;
    --gold:      #3E92CC;
    --gold-light:#A8D0E6;
    --cream:     #F8F4EF;
    --white:     #FFFFFF;
    --dark:      #111827;
    --gray:      #6B7280;
}

html { scroll-behavior: smooth; scroll-padding-top: 115px; }

body {
    font-family: 'DM Sans', sans-serif;
    color: var(--dark);
    background: var(--white);
    overflow-x: hidden;
}

/* ── HEADER STACK (promo + nav) ── */
.header-stack {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 200;
}

/* ── PROMO BANNER ── */
.promo-bar {
    background: var(--gold);
    color: white;
    text-align: center;
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.promo-bar strong { font-weight: 700; }

/* ── NAV ── */
nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.5rem;
    height: 78px;
    background: rgba(15, 37, 64, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: background 0.35s, box-shadow 0.35s;
}
nav.scrolled {
    background: rgba(15, 37, 64, 0.96);
    box-shadow: 0 1px 30px rgba(0,0,0,0.25);
}
nav.transparent {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
nav.transparent.scrolled {
    background: rgba(15, 37, 64, 0.93);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.nav-logo {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.nav-logo-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
    letter-spacing: 0.02em;
}
.nav-logo-name em { font-style: italic; color: var(--gold); font-weight: 400; }
.nav-logo-sub {
    font-size: 0.55rem;
    font-weight: 600;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    margin-top: 0.35rem;
}

.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
}
.nav-links a {
    color: rgba(255,255,255,0.82);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 0.2s;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
}
.nav-links a:hover { color: var(--gold); }
.nav-links a.active { color: var(--gold); border-bottom-color: var(--gold); }

.nav-langs {
    display: flex;
    gap: 0.6rem;
}
.nav-langs a {
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: color 0.2s;
}
.nav-langs a:hover,
.nav-langs a.active { color: var(--gold); }

.nav-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
    background: none;
    border: none;
}
.nav-burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: white;
    border-radius: 2px;
}

/* ── MOBILE MENU ── */
.mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 199;
    background: var(--navy);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.25rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
    color: white;
    text-decoration: none;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.25rem;
    font-weight: 300;
    transition: color 0.2s;
}
.mobile-menu a:hover,
.mobile-menu a.active { color: var(--gold); }
.mobile-close {
    position: absolute;
    top: 1.75rem;
    right: 1.5rem;
    color: rgba(255,255,255,0.55);
    font-size: 2.2rem;
    cursor: pointer;
    line-height: 1;
    background: none;
    border: none;
}

/* ── HOMEPAGE HERO ── */
#home {
    position: relative;
    height: calc(100vh - 78px);
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#home .hero-scroll { display: none; }
.hero-bg {
    position: absolute;
    inset: 0;
    background: url('https://casa5.eu/wp-content/uploads/2025/04/pagina1_terrace_horizontal_view-1.jpeg') center/cover no-repeat;
    transform: scale(1.06);
    transition: transform 8s ease-out;
}
.hero-bg.loaded { transform: scale(1); }
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(10,22,40,0.74) 0%, rgba(15,37,64,0.52) 55%, rgba(10,22,40,0.38) 100%);
}
.hero-content {
    position: relative;
    text-align: center;
    color: white;
    max-width: 820px;
    padding: 0 2rem;
}
.hero-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(62,146,204,0.45);
    padding: 0.4rem 1.25rem;
    border-radius: 100px;
    margin-bottom: 1.5rem;
}
.hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.6rem, 6.5vw, 5.25rem);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -0.01em;
    margin-bottom: 1.25rem;
}
.hero-title em { font-style: italic; color: var(--gold-light); }
.hero-sub {
    font-size: 1.05rem;
    font-weight: 300;
    color: rgba(255,255,255,0.78);
    line-height: 1.65;
    margin-bottom: 2.5rem;
}
.hero-ctas {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ── SUBPAGE HERO ── */
.page-hero {
    position: relative;
    height: 55vh;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.page-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}
.page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10,22,40,0.65) 0%, rgba(15,37,64,0.55) 100%);
}
.page-hero-content {
    position: relative;
    text-align: center;
    color: white;
    padding: 115px 2rem 2rem;
    max-width: 800px;
}
.page-hero-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
}
.page-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.3rem, 5vw, 3.75rem);
    font-weight: 300;
    line-height: 1.1;
}
.page-hero-title em { font-style: italic; color: var(--gold-light); }
.page-hero-sub {
    font-size: 1rem;
    font-weight: 300;
    color: rgba(255,255,255,0.78);
    margin-top: 1rem;
    line-height: 1.6;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--gold);
    color: white;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.9rem 2rem;
    border-radius: 4px;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    border: none;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
}
.btn-primary:hover {
    background: #2D7BB5;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(62,146,204,0.45);
}
.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1.5px solid rgba(255,255,255,0.55);
    color: white;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.9rem 2rem;
    border-radius: 4px;
    transition: border-color 0.2s, background 0.2s;
}
.btn-outline:hover {
    border-color: white;
    background: rgba(255,255,255,0.1);
}
.hero-scroll {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255,255,255,0.45);
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
}
.scroll-line {
    width: 1px;
    height: 44px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.45), transparent);
    animation: pulse 2.2s ease-in-out infinite;
}
@keyframes pulse {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 1; }
}

/* ── STATS STRIP ── */
.stats-strip { background: var(--navy); }
.stats-inner {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    max-width: 1400px;
    margin: 0 auto;
}
.stats-inner::-webkit-scrollbar { display: none; }
.stat-item {
    flex: 1 0 auto;
    min-width: 155px;
    padding: 1.25rem 1.75rem;
    border-right: 1px solid rgba(255,255,255,0.07);
    color: white;
}
.stat-item:last-child { border-right: none; }
.stat-text { font-size: 0.78rem; color: rgba(255,255,255,0.6); line-height: 1.4; }
.stat-text strong {
    display: block;
    color: white;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.01em;
    margin-bottom: 0.15rem;
}

/* ── GENERIC SECTION ── */
section { padding: 7rem 2rem; }
.container { max-width: 1200px; margin: 0 auto; }
.section-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.65rem;
}
.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 400;
    line-height: 1.12;
    color: var(--navy);
    margin-bottom: 1.25rem;
}
.section-title em { font-style: italic; }
.section-body {
    font-size: 1.02rem;
    line-height: 1.75;
    color: var(--gray);
    max-width: 560px;
}

/* ── APPARTEMENT ── */
.apt-section { background: var(--cream); }
.apt-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}
.apt-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
    margin-top: 2.5rem;
}
.apt-feature {
    padding: 1.1rem 1.2rem;
    background: white;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.06);
    border-left: 3px solid var(--gold);
    transition: box-shadow 0.2s, transform 0.2s;
}
.apt-feature:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.07); transform: translateY(-1px); }
.apt-feat-label { font-size: 0.86rem; font-weight: 600; color: var(--navy); line-height: 1.3; }
.apt-feat-sub { font-size: 0.76rem; color: var(--gray); margin-top: 0.2rem; }
.apt-images { position: relative; }
.apt-img-main { width: 100%; height: 530px; object-fit: cover; border-radius: 12px; display: block; }
.apt-img-float {
    position: absolute;
    bottom: -2.5rem;
    left: -2.75rem;
    width: 52%;
    height: 195px;
    object-fit: cover;
    border-radius: 10px;
    border: 5px solid var(--cream);
    box-shadow: 0 20px 60px rgba(0,0,0,0.22);
}

/* ── GALLERY ── */
.gallery-section { background: var(--white); }
.gallery-header { text-align: center; margin-bottom: 3rem; }
.gallery-header .section-body { max-width: 580px; margin: 0.75rem auto 0; }
.gallery-grid { columns: 3; gap: 0.9rem; }
.gallery-item {
    break-inside: avoid;
    margin-bottom: 0.9rem;
    overflow: hidden;
    border-radius: 8px;
    cursor: zoom-in;
    position: relative;
}
.gallery-item img { width: 100%; display: block; transition: transform 0.4s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,22,40,0.55), transparent 60%);
    opacity: 0;
    transition: opacity 0.3s;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }

/* ── PRIJZEN ── */
.prijzen-section { background: var(--navy); color: white; }
.prijzen-section .section-title { color: white; }
.prijzen-section .section-body { color: rgba(255,255,255,0.62); }
.prijzen-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 3.5rem;
}
.prijzen-note {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.65;
    text-align: right;
}
.seizoenen {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-bottom: 3rem;
}
.seizoen-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 1.6rem;
    transition: background 0.2s, border-color 0.2s;
}
.seizoen-card:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(62,146,204,0.3);
}
.seizoen-card.peak {
    background: rgba(62,146,204,0.1);
    border-color: rgba(62,146,204,0.4);
}
.sz-badge {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0.25rem 0.7rem;
    border-radius: 100px;
    background: rgba(62,146,204,0.15);
    color: var(--gold);
    margin-bottom: 0.75rem;
}
.seizoen-card.peak .sz-badge { background: var(--gold); color: white; }
.sz-maanden { font-size: 0.82rem; color: rgba(255,255,255,0.55); margin-bottom: 0.9rem; }
.sz-prijs {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem;
    font-weight: 400;
    color: white;
    line-height: 1;
}
.sz-prijs small {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.45);
    font-weight: 400;
}
.prijzen-perks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.perk {
    padding-left: 1rem;
    border-left: 2px solid var(--gold);
}
.perk-title { font-size: 0.85rem; font-weight: 600; color: white; margin-bottom: 0.4rem; letter-spacing: 0.01em; }
.perk-body { font-size: 0.8rem; color: rgba(255,255,255,0.5); line-height: 1.6; }

/* ── ACTIVITEITEN ── */
.act-section { background: var(--cream); }
.act-header { text-align: center; margin-bottom: 3.75rem; }
.act-header .section-body { max-width: 580px; margin: 0.75rem auto 0; }
.act-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}
.act-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.22s, box-shadow 0.22s;
}
.act-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.act-card img { width: 100%; height: 175px; object-fit: cover; display: block; }
.act-body { padding: 1.35rem 1.25rem; }
.act-title { font-size: 0.95rem; font-weight: 600; color: var(--navy); margin-bottom: 0.45rem; }
.act-text { font-size: 0.78rem; color: var(--gray); line-height: 1.6; }

/* ── RESERVEREN ── */
.res-section { background: white; }
.res-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
}
.res-steps { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1.5rem; }
.res-step { display: flex; gap: 1.2rem; align-items: flex-start; }
.res-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--navy);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
    flex-shrink: 0;
}
.res-step-title { font-size: 0.88rem; font-weight: 600; color: var(--navy); margin-bottom: 0.25rem; }
.res-step-text { font-size: 0.8rem; color: var(--gray); line-height: 1.55; }
.res-form {
    background: var(--cream);
    border-radius: 16px;
    padding: 2.5rem;
}
.form-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.65rem;
    font-weight: 400;
    color: var(--navy);
    margin-bottom: 1.75rem;
}
.form-group { margin-bottom: 1.2rem; }
.form-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gray);
    margin-bottom: 0.45rem;
}
.form-input {
    width: 100%;
    padding: 0.78rem 1rem;
    border: 1.5px solid rgba(0,0,0,0.1);
    border-radius: 7px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    color: var(--dark);
    background: white;
    outline: none;
    transition: border-color 0.2s;
}
.form-input:focus { border-color: var(--blue-mid); }
textarea.form-input { resize: vertical; min-height: 110px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-btn {
    width: 100%;
    margin-top: 0.5rem;
    background: var(--navy);
    color: white;
    border: none;
    padding: 0.95rem;
    border-radius: 7px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}
.form-btn:hover { background: var(--blue-mid); transform: translateY(-1px); }

/* ── CONTACT PAGE ── */
.contact-section { background: var(--cream); padding: 7rem 2rem; }
.contact-page-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: start;
}
.contact-info-card {
    background: white;
    border-radius: 14px;
    padding: 2.5rem;
    box-shadow: 0 4px 30px rgba(0,0,0,0.04);
}
.contact-info-row {
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.contact-info-row:last-child { border-bottom: none; }
.contact-info-row:first-child { padding-top: 0; }
.contact-info-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.4rem;
}
.contact-info-value {
    font-size: 0.95rem;
    color: var(--navy);
    line-height: 1.55;
    font-weight: 500;
}
.contact-info-value a { color: var(--navy); text-decoration: none; }
.contact-info-value a:hover { color: var(--gold); }
.contact-info-sub { font-size: 0.82rem; color: var(--gray); margin-top: 0.25rem; font-weight: 400; }

/* ── FOOTER ── */
footer.site-footer {
    background: var(--navy);
    color: white;
    padding: 4.5rem 2rem 2.5rem;
}
.footer-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 3rem;
}
.c-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.9rem;
}
.c-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: white;
    margin-bottom: 0.7rem;
}
.c-body { font-size: 0.84rem; color: rgba(255,255,255,0.55); line-height: 1.75; }
.c-body a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.c-body a:hover { color: var(--gold); }
.social-btns { display: flex; gap: 0.75rem; margin-top: 0.75rem; flex-wrap: wrap; }
.social-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 0.78rem;
    padding: 0.45rem 1rem;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 100px;
    transition: color 0.2s, border-color 0.2s;
}
.social-btn:hover { color: white; border-color: rgba(255,255,255,0.4); }
.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}
.footer-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    letter-spacing: 0.02em;
}
.footer-logo em { font-style: italic; color: var(--gold); }
.footer-copy { font-size: 0.73rem; color: rgba(255,255,255,0.3); }

/* ── LIGHTBOX ── */
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 500;
    background: rgba(0,0,0,0.93);
    align-items: center;
    justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 88vh; object-fit: contain; border-radius: 4px; }
.lb-close {
    position: absolute;
    top: 1.5rem;
    right: 1.75rem;
    color: rgba(255,255,255,0.65);
    font-size: 2.2rem;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
    background: none;
    border: none;
}
.lb-close:hover { color: white; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .seizoenen { grid-template-columns: repeat(2, 1fr); }
    .act-grid { grid-template-columns: repeat(2, 1fr); }
    .prijzen-perks { grid-template-columns: 1fr 1fr; }
    .contact-page-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 768px) {
    nav { padding: 0 1.25rem; }
    .nav-links, .nav-langs { display: none; }
    .nav-burger { display: flex; }
    section { padding: 4.5rem 1.25rem; }
    .contact-section { padding: 4.5rem 1.25rem; }
    .apt-grid { grid-template-columns: 1fr; gap: 0; }
    .apt-images { order: -1; margin-bottom: 2rem; }
    .apt-img-main { height: 300px; }
    .apt-img-float { display: none; }
    .gallery-grid { columns: 2; }
    .prijzen-top { flex-direction: column; }
    .prijzen-note { text-align: left; }
    .prijzen-perks { grid-template-columns: 1fr; }
    .res-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
    .contact-info-card { padding: 1.75rem; }
}
@media (max-width: 520px) {
    .gallery-grid { columns: 1; }
    .seizoenen { grid-template-columns: 1fr; }
    .act-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .hero-title { font-size: 2.4rem; }
}
