:root{
  --bg:#f8f3ef;
  --bg2:#fffaf7;
  --surface:#ffffff;
  --surface-soft:rgba(255,255,255,.78);
  --text:#2f2a29;
  --muted:#6b625e;
  --line:#eadcd3;
  --primary:#d79a86;
  --primary-dark:#bf7d68;
  --accent:#bfcab6;
  --heading:#805d55;
  --shadow:0 18px 48px rgba(90,59,47,.08);
  --radius:26px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(215,154,134,.12), transparent 30%),
    radial-gradient(circle at bottom right, rgba(191,202,182,.18), transparent 28%),
    var(--bg);
  line-height:1.68;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(var(--container), calc(100% - 40px)); margin:0 auto}
.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter:blur(18px);
  background:rgba(248,243,239,.86);
  border-bottom:1px solid rgba(234,220,211,.85);
}
.nav{
  min-height:86px;
  display:flex; align-items:center; justify-content:space-between; gap:20px;
}
.brand{
  display:flex; align-items:center; gap:14px;
  font-family:"Playfair Display", Georgia, serif;
  font-weight:700; color:var(--heading); font-size:1.95rem;
}
.brand img{width:56px;height:56px;object-fit:contain}
.nav-links{display:flex; align-items:center; gap:22px; color:var(--muted); font-size:.98rem}
.nav-links a.active,.nav-links a:hover{color:var(--text)}
.mobile-toggle{
  display:none; border:1px solid var(--line); background:rgba(255,255,255,.75); border-radius:14px; padding:10px 14px; font-weight:600;
}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  min-height:50px; padding:0 22px; border-radius:999px; border:1px solid transparent;
  font-weight:600; transition:.25s ease; cursor:pointer;
}
.btn-primary{background:var(--primary); color:#fff; box-shadow:0 10px 22px rgba(215,154,134,.24)}
.btn-primary:hover{background:var(--primary-dark); transform:translateY(-1px)}
.btn-secondary{background:rgba(255,255,255,.72); border-color:var(--line)}
.btn-secondary:hover{background:#fff; transform:translateY(-1px)}

.hero{padding:42px 0 70px}
.hero-card,.page-hero-card,.section-card,.cta,.footer-card{
  background:var(--surface-soft);
  border:1px solid rgba(255,255,255,.78);
  box-shadow:var(--shadow);
  border-radius:32px;
}
.hero-card{
  overflow:hidden;
  display:grid; grid-template-columns:1.05fr .95fr;
}
.hero-copy{padding:72px 62px}
.hero-image{
  min-height:100%;
  background:
    linear-gradient(rgba(68,47,41,.08), rgba(68,47,41,.08)),
    url('assets/mother.jpg') center/cover;
}
.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 16px; border-radius:999px;
  border:1px solid var(--line); background:rgba(255,255,255,.76);
  color:var(--heading); font-size:.92rem; font-weight:600; margin-bottom:24px;
}
h1,h2,h3,h4{
  margin:0 0 16px;
  line-height:1.08;
  letter-spacing:-.03em;
  font-family:"Playfair Display", Georgia, serif;
  color:var(--heading);
}
h1{font-size:clamp(2.7rem,5vw,4.7rem)}
h2{font-size:clamp(2rem,3vw,3rem)}
h3{font-size:1.45rem}
h4{font-size:1.2rem}
.lead,.muted,.section-card p,.feature p,.service p,.faq-item p,.footer p,.info-card p{color:var(--muted)}
.lead{font-size:1.08rem; max-width:690px}
.hero-actions{display:flex; flex-wrap:wrap; gap:14px; margin-top:26px}
.center{text-align:center}

section{padding:18px 0 34px}
.page-hero{padding:44px 0 24px}
.page-hero-card,.section-card{padding:50px 54px}
.logo-panel{
  display:grid; place-items:center;
  padding:26px;
}
.logo-panel img{max-width:320px; width:100%}
.collage{margin-top:26px; border-radius:24px; width:100%; border:1px solid var(--line)}
.grid-4,.grid-3,.grid-2{display:grid; gap:20px; margin-top:28px}
.grid-4{grid-template-columns:repeat(4,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}
.feature,.service,.faq-item,.info-card{
  background:#fff; border:1px solid var(--line); border-radius:24px; padding:24px; box-shadow:0 12px 28px rgba(76,53,45,.06);
}
.feature img,.service img{width:100%; height:190px; object-fit:cover; border-radius:18px; margin-bottom:16px}
.icon-badge{
  width:50px; height:50px; display:grid; place-items:center; border-radius:16px;
  background:linear-gradient(135deg, rgba(215,154,134,.2), rgba(191,202,182,.22));
  margin-bottom:14px; font-size:1.2rem;
}
.split{display:grid; grid-template-columns:1fr .95fr; gap:34px; align-items:center}
.split img{width:100%; border-radius:28px; border:1px solid var(--line); box-shadow:var(--shadow)}
.list{margin:18px 0 0; padding-left:20px}
.list li{margin-bottom:10px}
.quote{
  margin-top:18px; padding:18px 20px; border-left:4px solid var(--primary);
  background:rgba(255,255,255,.62); border-radius:18px; color:var(--heading); font-weight:600;
}
.cta{padding:54px 28px; text-align:center; background:linear-gradient(135deg, rgba(215,154,134,.22), rgba(255,255,255,.74))}
.notice{
  display:inline-block; margin-top:12px; padding:8px 12px; border-radius:999px;
  background:rgba(191,202,182,.26); color:#677162; font-size:.88rem; font-weight:600;
}
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-top:26px}
.footer{padding:28px 0 54px}
.footer-card{padding:32px; display:grid; grid-template-columns:1.1fr .8fr .9fr; gap:26px}
.footer-links{display:grid; gap:10px}
hr.soft{
  border:none; border-top:1px solid var(--line); margin:26px 0;
}

@media (max-width: 980px){
  .hero-card,.split,.grid-4,.grid-3,.grid-2,.contact-grid,.footer-card{grid-template-columns:1fr}
  .hero-copy,.page-hero-card,.section-card{padding:34px 24px}
  .hero-image{min-height:320px}
  .nav-links{
    display:none; position:absolute; left:20px; right:20px; top:84px;
    padding:18px; border-radius:20px; background:rgba(255,255,255,.96); border:1px solid var(--line);
    box-shadow:var(--shadow); flex-direction:column; align-items:stretch;
  }
  .nav-links.open{display:flex}
  .mobile-toggle{display:inline-flex}
}


/* Contact form */
.contact-form{
  display:grid;
  gap:16px;
}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.form-field{
  display:grid;
  gap:8px;
}
.form-field label{
  font-weight:600;
  color:var(--heading);
}
.form-field input,
.form-field textarea,
.form-field select{
  width:100%;
  border:1px solid var(--line);
  background:rgba(255,255,255,.95);
  border-radius:16px;
  padding:14px 16px;
  font:inherit;
  color:var(--text);
}
.form-field textarea{
  min-height:160px;
  resize:vertical;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus{
  outline:none;
  border-color:var(--primary);
  box-shadow:0 0 0 4px rgba(215,154,134,.12);
}
.form-note{
  font-size:.95rem;
  color:var(--muted);
}
.checkbox-row{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:.95rem;
  color:var(--muted);
}
.checkbox-row input{
  margin-top:4px;
}
.form-success,
.form-warning{
  padding:14px 16px;
  border-radius:16px;
  font-size:.95rem;
}
.form-success{
  background:rgba(191,202,182,.22);
  color:#546150;
}
.form-warning{
  background:rgba(215,154,134,.16);
  color:#855b4f;
}

/* Cookie banner */
.cookie-banner{
  position:fixed;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:100;
  display:none;
}
.cookie-banner.show{
  display:block;
}
.cookie-card{
  max-width:980px;
  margin:0 auto;
  background:rgba(255,255,255,.98);
  border:1px solid var(--line);
  box-shadow:0 20px 60px rgba(72,49,41,.16);
  border-radius:24px;
  padding:24px;
}
.cookie-head{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
}
.cookie-head h3{
  margin-bottom:8px;
}
.cookie-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}
.cookie-options{
  display:none;
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid var(--line);
}
.cookie-options.show{
  display:block;
}
.cookie-option{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:20px;
  padding:14px 0;
}
.cookie-option + .cookie-option{
  border-top:1px solid rgba(234,220,211,.7);
}
.cookie-badge{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(191,202,182,.22);
  color:#5d6758;
  font-size:.82rem;
  font-weight:600;
}
.switch{
  position:relative;
  width:52px;
  height:30px;
  flex:0 0 auto;
}
.switch input{
  opacity:0;
  width:0;
  height:0;
}
.slider{
  position:absolute;
  inset:0;
  background:#ddd1ca;
  border-radius:999px;
  transition:.2s ease;
}
.slider:before{
  content:"";
  position:absolute;
  width:22px;
  height:22px;
  left:4px;
  top:4px;
  background:#fff;
  border-radius:50%;
  transition:.2s ease;
  box-shadow:0 2px 8px rgba(0,0,0,.15);
}
.switch input:checked + .slider{
  background:var(--primary);
}
.switch input:checked + .slider:before{
  transform:translateX(22px);
}

@media (max-width: 980px){
  .form-row{
    grid-template-columns:1fr;
  }
  .cookie-head{
    flex-direction:column;
  }
}
