
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Cormorant+Garamond:wght@500;600;700&family=Montserrat:wght@400;500;600;700&display=swap');

:root{
  --bg:#fffdfa;
  --paper:#ffffff;
  --ink:#1f2933;
  --muted:#5f666d;
  --terracotta:#d75443;
  --terracotta-dark:#bd4436;
  --peach:#f7e4da;
  --sage:#e9edda;
  --blue:#e5f1f7;
  --lilac:#eee7f2;
  --warm:#f4eee3;
  --line:#eee6de;
  --shadow:0 16px 40px rgba(81,64,48,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:'Montserrat',sans-serif;line-height:1.6}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 44px));margin:auto}

/* Header */
.site-header{background:rgba(255,253,250,.96);position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(238,230,222,.6);backdrop-filter:blur(12px)}
.nav{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:12px;min-width:325px}
.brand .house{width:76px;height:76px;object-fit:contain;mix-blend-mode:multiply}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-name{font-family:'Allura',cursive;font-size:38px;color:#15191e;white-space:nowrap}
.brand-sub{font-size:11px;letter-spacing:.28em;font-weight:700;color:var(--terracotta);margin-left:46px;margin-top:2px}
.navlinks{display:flex;gap:31px;align-items:center;font-size:14px;font-weight:600}
.navlinks a{padding:13px 0;position:relative}
.navlinks a.active,.navlinks a:hover{color:var(--terracotta)}
.navlinks a.active:after{content:"";position:absolute;left:0;right:0;bottom:5px;height:2px;background:var(--terracotta)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 24px;font-weight:700;font-size:14px;border:1px solid transparent;transition:.2s}
.btn.primary{background:var(--terracotta);color:#fff}
.btn.primary:hover{background:var(--terracotta-dark);transform:translateY(-1px)}
.btn.outline{border-color:var(--terracotta);color:var(--terracotta);background:#fff}
.menu{display:none;border:0;background:transparent;font-size:28px}

/* Hero */
.hero{padding:0}
.hero-grid{display:grid;grid-template-columns:47% 53%;min-height:510px}
.hero-copy{padding:56px 58px 54px max(56px,calc((100vw - 1180px)/2 + 22px));display:flex;flex-direction:column;justify-content:center;background:#fffdfb}
.kicker{font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--terracotta)}
.hero h1,.page-hero h1,h2{font-family:'Cormorant Garamond',Georgia,serif}
.hero h1{font-size:63px;line-height:.93;letter-spacing:-.03em;margin:16px 0 25px;font-weight:600}
.script{font-family:'Allura',cursive;color:var(--terracotta);font-size:1.14em;font-weight:400}
.hero-copy p{max-width:555px;color:#252a30;margin:0 0 28px;font-size:17px}
.actions{display:flex;gap:16px;flex-wrap:wrap}
.hero-photo{position:relative;overflow:hidden;min-height:510px}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.value-badge{position:absolute;right:44px;bottom:28px;width:152px;height:152px;border-radius:50%;background:#9da68e;color:#fff;display:grid;place-items:center;text-align:center;font-family:'Allura',cursive;font-size:28px;line-height:1.05;padding:18px;box-shadow:var(--shadow)}
.value-badge:before{content:"♥";font-family:Arial,sans-serif;font-size:15px;position:absolute;top:23px}

/* Benefit row */
.benefits{background:#fff;padding:27px 0 35px}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.benefit{text-align:center;padding:12px 38px;border-right:1px solid #eadfd7}
.benefit:last-child{border-right:0}
.icon-circle{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto 13px;font-size:28px;border:1px solid rgba(0,0,0,.03)}
.benefit:nth-child(1) .icon-circle{background:var(--peach)}
.benefit:nth-child(2) .icon-circle{background:var(--sage)}
.benefit:nth-child(3) .icon-circle{background:var(--blue)}
.benefit:nth-child(4) .icon-circle{background:var(--peach)}
.benefit h3{font-size:16px;line-height:1.35;margin:0 0 8px}
.benefit p{font-size:13px;color:var(--muted);margin:0}

/* Sections */
.section{padding:56px 0}
.section.center{text-align:center}
.section-title{max-width:800px;margin:0 auto 28px}
.section-title h2{font-size:43px;line-height:1.02;margin:7px 0 0;font-weight:600}
.tiny-heart{color:var(--terracotta);font-size:14px}

/* situations */
.situations{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.situation{background:#fff;border:1px solid var(--line);border-radius:18px;padding:19px 15px 18px;min-height:205px;box-shadow:0 5px 15px rgba(70,54,40,.025)}
.situation .icon-circle{margin-bottom:12px}
.situation:nth-child(1) .icon-circle{background:var(--sage)}
.situation:nth-child(2) .icon-circle{background:var(--peach)}
.situation:nth-child(3) .icon-circle{background:#f3ebcf}
.situation:nth-child(4) .icon-circle{background:var(--blue)}
.situation:nth-child(5) .icon-circle{background:#f8ded4}
.situation:nth-child(6) .icon-circle{background:var(--lilac)}
.situation h3{font-size:14px;line-height:1.35;margin:0 0 9px}
.situation p{font-size:12px;color:#353a40;margin:0}
.section-cta{margin-top:17px}

/* three flavours */
.flavors{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:12px}
.flavor{border-radius:18px;padding:24px 25px;display:grid;grid-template-columns:62px 1fr;gap:16px;text-align:left;min-height:185px;position:relative;overflow:hidden}
.flavor:nth-child(1){background:#f3f0d9}
.flavor:nth-child(2){background:#e5f1f7}
.flavor:nth-child(3){background:#f8e7dd}
.flavor .icon-circle{margin:0;width:60px;height:60px;background:rgba(255,255,255,.55)}
.flavor h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:27px;line-height:1.05;margin:2px 0 9px;font-weight:600}
.flavor p{font-size:13px;color:#20252b;margin:0 0 12px}
.flavor a{font-size:13px;font-weight:700;color:#111}
.flavor:nth-child(3) a{color:var(--terracotta)}

/* about */
.about{display:grid;grid-template-columns:39% 61%;align-items:stretch;background:#fffaf6;border-top:1px solid rgba(0,0,0,.02)}
.about-photo{position:relative;min-height:300px}
.about-photo img{width:100%;height:100%;object-fit:cover}
.about-badge{position:absolute;right:-60px;top:42px;width:148px;height:148px;border-radius:50%;background:var(--terracotta);color:#fff;display:grid;place-items:center;text-align:center;font-family:'Allura',cursive;font-size:28px;line-height:1.03;padding:18px;z-index:2}
.about-copy{padding:38px 90px 36px 112px;display:flex;flex-direction:column;justify-content:center}
.about-copy h2{font-size:48px;margin:5px 0 15px}
.about-copy h2 span{color:var(--terracotta)}
.about-copy p{font-size:14px;margin:0 0 9px;max-width:650px}

/* Footer CTA */
.footer-cta{background:linear-gradient(90deg,#c8493b,#d85848);color:#fff}
.footer-inner{min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.footer-message{display:flex;align-items:center;gap:22px}
.mail-circle{width:54px;height:54px;border:1px solid rgba(255,255,255,.7);border-radius:50%;display:grid;place-items:center;font-size:24px}
.footer-message strong{font-family:'Cormorant Garamond',Georgia,serif;font-size:24px}
.footer-message small{display:block;margin-top:1px}
.footer-cta .btn{background:#fff;color:var(--terracotta);min-width:190px}

/* Sub pages */
.page-hero{background:linear-gradient(135deg,#fff9f4,#edf6fa);padding:67px 0 55px}
.page-hero h1{font-size:58px;line-height:1;margin:12px 0 16px}
.page-hero p{max-width:760px;color:var(--muted);font-size:17px}
.content{padding:62px 0}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.info-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px}
.info-card h3{font-family:'Cormorant Garamond',serif;font-size:27px;margin:0 0 8px}
.info-card p{color:var(--muted);margin:0}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.step{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px}
.step .num{color:var(--terracotta);font-weight:700;font-size:13px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
input,textarea{width:100%;font:inherit;border:1px solid var(--line);border-radius:12px;padding:13px 14px;margin-top:6px;background:#fff}
textarea{min-height:150px}
form{display:grid;gap:14px}

@media(max-width:980px){
  .brand{min-width:auto}.brand-name{font-size:32px}.brand-sub{margin-left:20px}
  .navlinks{display:none}.menu{display:block}.nav>.btn{display:none}
  .hero-grid{grid-template-columns:1fr}.hero-copy{padding:55px 28px}.hero-photo{min-height:420px}
  .benefit-grid{grid-template-columns:1fr 1fr}.benefit:nth-child(2){border-right:0}
  .situations{grid-template-columns:repeat(3,1fr)}
  .flavors{grid-template-columns:1fr}
  .about{grid-template-columns:1fr}.about-badge{right:30px}.about-copy{padding:44px 28px}
  .steps{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .container{width:min(100% - 28px,1180px)}
  .nav{min-height:84px}.brand .house{width:58px;height:58px}.brand-name{font-size:25px}.brand-sub{font-size:9px}
  .hero h1{font-size:50px}.hero-photo{min-height:350px}.value-badge{width:125px;height:125px;font-size:23px;right:18px}
  .benefit-grid,.situations,.two-col,.steps,.contact-grid{grid-template-columns:1fr}.benefit{border-right:0;border-bottom:1px solid #eadfd7}.benefit:last-child{border-bottom:0}
  .footer-inner{flex-direction:column;align-items:flex-start;padding:24px 0}
}


.copyright-bar{
  padding:10px 20px 12px;
  text-align:center;
  font-family:'Montserrat',Arial,sans-serif;
  font-size:12px;
  font-weight:400;
  line-height:1.4;
  color:var(--muted);
  background:var(--bg);
}

/* v72: werkend mobiel navigatiemenu */
@media(max-width:980px){
  .nav{position:relative}
  .navlinks.mobile-open{
    display:flex;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:10px 22px 16px;
    background:var(--paper);
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
    box-shadow:0 12px 24px rgba(81,64,48,.08);
  }
  .navlinks.mobile-open a{padding:11px 0}
  .navlinks.mobile-open a.active:after{bottom:6px}
  .menu{cursor:pointer;line-height:1;width:42px;height:42px;padding:0}
}
