@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Franklin:wght@600;700&family=Playfair+Display:ital,wght@1,600&display=swap');
:root{--green:#173c34;--deep:#102f29;--gold:#d99b2b;--cream:#f5f0e6;--paper:#fffdf8;--ink:#263f38;--muted:#6e7e79}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.header{height:82px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:5;background:var(--paper)}.brand{display:flex;align-items:center;gap:10px;color:var(--green)}.brand i{font-style:normal;background:var(--gold);color:white;border-radius:50%;width:43px;height:43px;display:grid;place-items:center}.brand span{display:flex;flex-direction:column}.brand small{font-size:9px;letter-spacing:2.5px;font-weight:700}.brand b{font-size:19px}.header nav{display:flex;gap:25px;align-items:center;font-size:13px;font-weight:600}.menu{display:none;border:0;background:none;font-size:24px}.btn{background:var(--gold);color:white;border:0;padding:15px 20px;font-weight:700;cursor:pointer;display:inline-block}.btn:hover{background:#bd811c}.hero{min-height:660px;padding:90px 8vw;color:white;display:flex;align-items:center;background:linear-gradient(90deg,#173c34ee,#173c34ad 48%,#173c3418),url('https://images.unsplash.com/photo-1650547827438-7dab329dbf57?auto=format&fit=crop&w=1800&q=88') center/cover}.hero>div{max-width:720px}.eyebrow{font-size:11px;letter-spacing:1.7px;font-weight:700;color:#f2c361}.eyebrow.dark{color:#98691a}h1,h2{font-family:'Libre Franklin',sans-serif;letter-spacing:-2px}h1{font-size:clamp(48px,6vw,80px);line-height:1.05;margin:20px 0}h2{font-size:clamp(37px,4vw,57px);line-height:1.08}h1 em,h2 em{font-family:'Playfair Display';color:#e8b249}.hero>div>p:not(.eyebrow){max-width:590px;line-height:1.7;color:#dce6e3;font-size:17px}.ticks{display:flex;gap:22px;margin-top:35px;font-size:12px;color:#d9e4e1}.section{max-width:1180px;margin:auto;padding:95px 28px}.intro{display:grid;grid-template-columns:1fr 1fr .8fr;gap:60px;align-items:center}.intro>div:nth-child(2){line-height:1.75;color:var(--muted)}blockquote{margin:0;background:var(--cream);padding:30px;border-top:3px solid var(--gold);font-family:'Playfair Display';font-size:19px;line-height:1.5}blockquote small{display:block;font-family:'DM Sans';font-size:11px;margin-top:14px;color:var(--muted)}.care{background:var(--cream)}.center{text-align:center}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ddd5c8;margin-top:45px}.cards article{background:var(--paper);padding:30px;min-height:250px}.cards i{font-style:normal;width:53px;height:53px;background:#f1e2c3;color:#98691a;border-radius:50%;display:grid;place-items:center;font-size:23px}.cards h3{font-size:17px}.cards p{font-size:13px;line-height:1.65;color:var(--muted)}.daycare{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.daycare>div>p:not(.eyebrow){line-height:1.7;color:var(--muted)}.features{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0;font-size:13px;font-weight:600}.day-prices{display:grid;gap:10px}.day-prices article{background:var(--cream);padding:21px 24px;border-left:4px solid #ddcda9;display:grid;grid-template-columns:1fr auto}.day-prices small{font-size:9px;letter-spacing:1px}.day-prices b{grid-row:1/3;grid-column:2;font-size:31px}.day-prices span{font-size:10px;color:var(--muted)}.day-prices .featured{background:var(--green);color:white;border-color:var(--gold)}.day-prices .featured b{color:var(--gold)}.prices{background:var(--green);color:white}.price-grid{display:grid;grid-template-columns:1fr 430px;gap:90px;align-items:center}.price-grid>div>p:last-child{color:#cad8d4}.price-grid>article{background:var(--paper);color:var(--green);padding:35px}.price-grid>article>small{float:right;background:#f3e3c3;padding:6px;font-size:8px}.price-grid strong{font-size:49px;display:block}.price-grid article>span,.price-grid article>p{color:var(--muted);font-size:11px}.price-grid ul{list-style:none;padding:15px 0;line-height:2;font-size:13px}.price-grid .btn{width:100%}.contact{display:flex;align-items:center;justify-content:space-between}.contact p{color:var(--muted)}footer{background:var(--deep);color:#c8d7d3;padding:45px 7vw;display:flex;align-items:center;justify-content:space-between;font-size:12px}footer .brand{color:white}.modal{position:fixed;inset:0;background:#071d18c7;z-index:20;display:grid;place-items:center;padding:20px}.modal[hidden]{display:none}.dialog{background:var(--paper);width:min(680px,100%);max-height:94vh;overflow:auto;padding:38px;position:relative}.close{position:absolute;right:15px;top:10px;border:0;background:none;font-size:31px;cursor:pointer}.dialog h2{font-size:29px;margin:10px 0 24px}.service{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:17px}.service label{border:1px solid #d1d6d3;padding:14px;font-weight:700}.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dialog label,.dialog legend{font-size:11px;font-weight:700}.dialog input:not([type=checkbox]):not([type=radio]),.dialog select{display:block;width:100%;padding:12px;border:1px solid #ccd2cf;margin-top:5px;background:white}.day-options{margin:0 0 15px;padding:12px;border:1px solid #ddd}.day-options label{margin-right:14px}.check{display:block;margin:12px 0}.important{background:#f5e8cf;padding:11px}.total{display:flex;justify-content:space-between;background:var(--cream);padding:15px;margin:16px 0}.total b{font-size:22px}.submit{width:100%}.error{background:#f9dfda;color:#943b2d;padding:10px;font-size:12px}.success{text-align:center;padding:30px}.success>i{font-style:normal;width:65px;height:65px;background:var(--gold);color:white;border-radius:50%;display:grid;place-items:center;margin:auto;font-size:30px}.success h2{font-size:35px}.success p{color:var(--muted)}
@media(max-width:900px){.header nav{display:none;position:absolute;top:82px;left:0;right:0;background:white;padding:25px;flex-direction:column;align-items:stretch}.header nav.open{display:flex}.menu{display:block}.intro,.daycare,.price-grid{grid-template-columns:1fr}.cards{grid-template-columns:1fr 1fr}.hero{padding:70px 25px}.contact{align-items:flex-start;flex-direction:column;gap:25px}footer{gap:20px;align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.section{padding:70px 20px}.cards{grid-template-columns:1fr}.features,.grid,.service{grid-template-columns:1fr}.ticks{flex-direction:column;gap:8px}.dialog{padding:28px 20px}.hero h1{font-size:44px}}


/* Primair beeldmerk */
.brand-logo{display:inline-flex;align-items:center;line-height:0;flex-shrink:0}
.brand-logo img{display:block;width:auto;object-fit:contain}
.header .brand-logo img{height:76px;max-width:210px}
footer .footer-logo img{height:92px;max-width:230px}
@media(max-width:700px){
  .header .brand-logo img{height:62px;max-width:170px}
  footer .footer-logo img{height:78px;max-width:195px}
}
