/* ============================================
   stijl.css - Loft 1695 gedeelde stijlen
   ============================================ */

* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
     --bruin: #8a7355;
     --bruin-donker: #6d5a3f;
     --blauw: #2c3e6b;
     --blauw-donker: #1e2d52;
     --bg: #f5f0eb;
     --bg-mid: #eee9e2;
     --tekst: #2c2c2c;
     --grijs: #777;
}

body {
     font-family: 'Georgia', serif;
     background: var(--bg);
     color: var(--tekst);
}

/* === NAV === */
nav {
     position: fixed;
     top: 0; left: 0; right: 0;
     background: #fff;
     z-index: 1000;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0 40px;
     height: 70px;
     box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.nav-logo { text-decoration: none; display: flex; flex-direction: column; }
.logo-naam { font-size: 1.3rem; font-weight: bold; color: var(--blauw); letter-spacing: 1px; }
.logo-sub { font-size: 0.72rem; color: var(--bruin); font-family: sans-serif; letter-spacing: 2px; text-transform: uppercase; }
.nav-menu { list-style: none; display: flex; gap: 28px; }
.nav-menu a { text-decoration: none; font-family: sans-serif; font-size: 0.88rem; color: var(--tekst); letter-spacing: 0.5px; transition: color 0.2s; }
.nav-menu a:hover, .nav-menu a.actief { color: var(--bruin); }
.nav-cta { background: var(--bruin); color: #fff !important; padding: 8px 18px; border-radius: 4px; }
.nav-cta:hover { background: var(--bruin-donker); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--blauw); border-radius: 2px; }

/* === HERO === */
.hero {
     height: 92vh;
     min-height: 500px;
     background-size: cover;
     background-position: center;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     position: relative;
     margin-top: 70px;
}
.hero::after {
     content: '';
     position: absolute;
     inset: 0;
     background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.25) 100%);
}
.hero-inhoud {
     position: relative;
     z-index: 1;
     color: #fff;
     max-width: 800px;
     padding: 0 20px;
}
.hero-inhoud h1 { font-size: 2.8rem; margin-bottom: 16px; text-shadow: 0 2px 8px rgba(0,0,0,0.4); }
.hero-inhoud p { font-size: 1.1rem; margin-bottom: 28px; font-family: sans-serif; text-shadow: 0 1px 4px rgba(0,0,0,0.4); }
.btn { display: inline-block; text-decoration: none; padding: 14px 32px; border-radius: 4px; font-family: sans-serif; font-size: 0.95rem; cursor: pointer; border: none; transition: all 0.2s; }
.btn-bruin { background: var(--bruin); color: #fff; }
.btn-bruin:hover { background: var(--bruin-donker); }
.btn-blauw { background: var(--blauw); color: #fff; }
.btn-blauw:hover { background: var(--blauw-donker); }
.btn-outline { background: transparent; border: 2px solid #fff; color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,0.15); }

/* === SECTIES === */
.sectie {
     display: flex;
     gap: 60px;
     align-items: center;
     max-width: 1140px;
     margin: 0 auto;
     padding: 80px 50px;
}
.sectie.omgedraaid { flex-direction: row-reverse; }
.sectie-tekst { flex: 1; }
.sectie-tekst h2 { font-size: 2rem; color: var(--blauw); margin-bottom: 16px; }
.sectie-tekst p { font-size: 1rem; line-height: 1.9; color: #555; margin-bottom: 20px; font-family: sans-serif; }
.sectie-foto { flex: 1; }
.sectie-foto img { width: 100%; border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,0.12); }
.bg-licht { background: #f0ebe3; }

/* === KENMERKEN BALK === */
.kenmerken-balk {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     gap: 40px;
     background: var(--blauw);
     color: #fff;
     padding: 32px 50px;
}
.kenmerk { text-align: center; font-family: sans-serif; }
.kenmerk .getal { font-size: 2rem; font-weight: bold; display: block; }
.kenmerk .label { font-size: 0.8rem; opacity: 0.8; text-transform: uppercase; letter-spacing: 1px; }

/* === REVIEWS === */
.reviews-sectie { padding: 80px 50px; max-width: 1140px; margin: 0 auto; }
.reviews-sectie h2 { font-size: 2rem; color: var(--blauw); text-align: center; margin-bottom: 12px; }
.reviews-subtitel { text-align: center; color: var(--grijs); font-family: sans-serif; margin-bottom: 48px; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.review-kaart {
     background: #fff;
     border-radius: 12px;
     padding: 28px;
     box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}
.review-sterren { color: #e8a000; font-size: 1rem; margin-bottom: 12px; }
.review-tekst { font-family: sans-serif; font-size: 0.9rem; line-height: 1.7; color: #444; margin-bottom: 16px; font-style: italic; }
.review-naam { font-weight: bold; font-size: 0.85rem; color: var(--blauw); }
.review-datum { font-size: 0.78rem; color: var(--grijs); font-family: sans-serif; }

/* === BEOORDELING SCORE === */
.score-blok { display: flex; align-items: center; gap: 12px; background: #f5f0eb; padding: 14px 20px; border-radius: 10px; margin-bottom: 24px; font-family: sans-serif; }
.score-ster { font-size: 2rem; color: #e8a000; }
.score-groot { font-size: 1.6rem; font-weight: bold; color: var(--blauw); }
.score-detail { font-size: 0.82rem; color: var(--grijs); line-height: 1.4; }

/* === GALERIJ === */
.galerij-grid {
     display: grid;
     grid-template-columns: 2fr 1fr 1fr;
     grid-template-rows: 260px 260px;
     gap: 10px;
     max-width: 1140px;
     margin: 80px auto 0;
     padding: 0 50px;
}
.galerij-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; cursor: pointer; transition: opacity 0.2s; }
.galerij-grid img:first-child { grid-row: 1 / 3; border-radius: 12px; }
.galerij-grid img:hover { opacity: 0.92; }

/* === VOORZIENINGEN === */
.voorzieningen-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
     gap: 12px;
     max-width: 1100px;
     margin: 0 auto;
     padding: 0 50px 60px;
}
.voorzienig-item {
     display: flex; align-items: flex-start; gap: 12px;
     padding: 14px 16px;
     background: #fff;
     border-radius: 8px;
     font-family: sans-serif;
     font-size: 0.88rem;
     color: #333;
     box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}
.voorzienig-item .ico { font-size: 1.2rem; flex-shrink: 0; }
.voorzienig-item strong { display: block; margin-bottom: 2px; }

/* === SECTIE KOP === */
.sectie-kop { text-align: center; padding: 60px 50px 30px; max-width: 800px; margin: 0 auto; }
.sectie-kop h2 { font-size: 2rem; color: var(--blauw); margin-bottom: 12px; }
.sectie-kop p { font-size: 1rem; color: var(--grijs); font-family: sans-serif; }

/* === HOST BLOK === */
.host-blok { max-width: 700px; margin: 0 auto; padding: 60px 50px; text-align: center; }
.host-avatar { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; border: 4px solid var(--bruin); margin-bottom: 16px; }
.host-naam { font-size: 1.5rem; color: var(--blauw); margin-bottom: 4px; }
.host-badge { display: inline-block; background: var(--bruin); color: #fff; font-family: sans-serif; font-size: 0.78rem; padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; }
.host-tekst { font-family: sans-serif; font-size: 0.95rem; line-height: 1.8; color: #555; }

/* === FOOTER === */
footer {
     background: var(--blauw);
     color: rgba(255,255,255,0.8);
     text-align: center;
     padding: 40px 20px;
     font-family: sans-serif;
     font-size: 0.88rem;
     margin-top: 60px;
}
footer a { color: rgba(255,255,255,0.7); text-decoration: none; }
footer a:hover { color: #fff; }

/* === CONTACT === */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; max-width: 1000px; margin: 0 auto; padding: 60px 50px; }
.contact-info h3 { color: var(--blauw); margin-bottom: 20px; }
.contact-info p { font-family: sans-serif; font-size: 0.95rem; line-height: 1.8; color: #555; margin-bottom: 12px; }
.contact-item { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; font-family: sans-serif; font-size: 0.9rem; }
.contact-item .ico { font-size: 1.2rem; }
.contact-link { display: inline-block; margin-top: 20px; background: var(--bruin); color: #fff; padding: 12px 28px; border-radius: 4px; text-decoration: none; font-family: sans-serif; }
.contact-link:hover { background: var(--bruin-donker); }

/* === REGELS === */
.regels-lijst { max-width: 700px; margin: 0 auto; padding: 0 50px 60px; list-style: none; }
.regels-lijst li { display: flex; gap: 12px; align-items: center; padding: 16px 0; border-bottom: 1px solid #ddd6ca; font-family: sans-serif; font-size: 0.95rem; color: #444; }
.regels-lijst .ico { font-size: 1.3rem; }

/* === BESCHIKBAARHEID === */
.airbnb-knop { display: inline-flex; align-items: center; gap: 10px; background: #ff385c; color: #fff; padding: 16px 32px; border-radius: 8px; text-decoration: none; font-family: sans-serif; font-size: 1rem; font-weight: bold; margin-top: 24px; transition: background 0.2s; }
.airbnb-knop:hover { background: #e0314e; }

/* === RESPONSIVE === */
@media (max-width: 768px) {
     .nav-menu { display: none; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: #fff; padding: 20px 30px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); gap: 16px; }
     .nav-menu.open { display: flex; }
     .hamburger { display: flex; }
     .sectie, .sectie.omgedraaid { flex-direction: column; padding: 50px 24px; }
     .galerij-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; padding: 0 24px; }
     .galerij-grid img:first-child { grid-row: auto; }
     .hero-inhoud h1 { font-size: 1.8rem; }
     .voorzieningen-grid { padding: 0 24px 40px; }
     .sectie-kop { padding: 40px 24px 20px; }
     .reviews-sectie { padding: 50px 24px; }
     .contact-grid { grid-template-columns: 1fr; padding: 40px 24px; }
     .regels-lijst { padding: 0 24px 40px; }
     .kenmerken-balk { gap: 24px; padding: 24px; }
}
