/* ==========================================================================
   Mondhygiëniste Rosa Laurie, Groningen
   Eigen huisstijl. Elegant, warm-neutraal, in lijn met het serif-logo.
   Let op: dit is NIET De AI Professional-merk. Eigen kleuren en fonts.
   Palet uit logo (zwart serif) en fotoset (crème, blush, beige, groen).
   ========================================================================== */

:root {
  --ink:        #262220;   /* logo-zwart: koppen, primaire knoppen */
  --ink-soft:   #463E39;
  --body:       #6B615A;   /* lopende tekst */
  --muted:      #6F655A;   /* bijschriften, labels (donker genoeg voor AA) */
  --rose:       #BC8A7C;   /* dusty-rose accent: iconen, randen, decor */
  --rose-deep:  #8C5E4F;   /* tekst-accent: labels, links, hover (AA op wit) */
  --bg:         #FFFFFF;   /* basis */
  --cream:      #F7EFE8;   /* warme secties */
  --blush:      #F2E5DD;   /* zachte band */
  --card:       #FFFFFF;
  --line:       #EBE1D9;

  --font-display: 'Cormorant Garamond', 'Iowan Old Style', Georgia, serif;
  --font-body:    'Montserrat', 'Segoe UI', system-ui, sans-serif;

  --container: 1160px;
  --radius:    10px;
  --radius-sm: 6px;
  --shadow:    0 30px 60px -34px rgba(38, 34, 32, .30);
  --shadow-sm: 0 16px 34px -22px rgba(38, 34, 32, .30);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--body);
  background: var(--bg);
  line-height: 1.8;
  font-size: 16.5px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.12;
  margin: 0 0 .4em;
  font-weight: 600;
  letter-spacing: .005em;
}
h1 { font-size: clamp(38px, 5.6vw, 62px); font-weight: 600; }
h2 { font-size: clamp(30px, 4.2vw, 46px); }
h3 { font-size: 23px; }

p { margin: 0 0 1em; }
a { color: var(--rose-deep); text-decoration: none; }
a:hover { color: var(--ink); }
img { max-width: 100%; display: block; }

/* Zichtbare focus voor toetsenbordgebruikers */
a:focus-visible,
.btn:focus-visible,
.brand:focus-visible,
.nav-toggle:focus-visible {
  outline: 2px solid var(--rose-deep);
  outline-offset: 3px;
  border-radius: 4px;
}

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 28px; }
section { padding: 92px 0; }
.section-cream { background: var(--cream); }

.eyebrow {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin-bottom: 18px;
}
.lead { font-size: 18.5px; line-height: 1.75; color: var(--body); max-width: 600px; }
.section-head { max-width: 660px; margin-bottom: 52px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head .lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 16px 30px;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
  line-height: 1;
}
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: var(--rose-deep); color: #fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 84px;
}
.brand { display: flex; flex-direction: column; line-height: 1; text-align: left; }
.brand .name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 25px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
}
.brand .role {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 9.5px;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 5px;
  padding-left: .12em;
}
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.main-nav a:not(.btn):hover { color: var(--rose-deep); }
.main-nav .btn { padding: 13px 24px; }
/* Header-CTA: warme outline in plaats van een zwart blok */
.main-nav .btn-primary { background: transparent; color: var(--ink); border-color: var(--rose); }
.main-nav .btn-primary:hover { background: var(--rose-deep); border-color: var(--rose-deep); color: #fff; transform: translateY(-2px); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 1.6px; background: var(--ink); border-radius: 2px; }

/* ---------- Hero ---------- */
.hero { padding: 92px 0; }
.hero .container { display: grid; grid-template-columns: 1.04fr .96fr; gap: 64px; align-items: center; }
.hero h1 { margin-bottom: 22px; }
.hero .lead { margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 32px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 9px 26px; font-size: 13px; letter-spacing: .04em; color: var(--muted); }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust svg { width: 15px; height: 15px; color: var(--rose); }

.hero-photo {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
  background: var(--cream);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
/* dunne rand-detail */
.hero-photo::after {
  content: ""; position: absolute; inset: 14px;
  border: 1px solid rgba(255,255,255,.55); border-radius: 6px; pointer-events: none;
}

/* ---------- Split (Over) ---------- */
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.split.flip { grid-template-columns: 1.1fr .9fr; }
.split .photo-side {
  border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-sm);
  aspect-ratio: 1 / 1; background: var(--cream);
}
.split .photo-side img { width: 100%; height: 100%; object-fit: cover; }
.feature-list { list-style: none; margin: 24px 0 0; padding: 0; }
.feature-list li { display: flex; gap: 13px; margin-bottom: 14px; align-items: flex-start; }
.feature-list svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--rose); margin-top: 4px; }
.feature-list b { color: var(--ink); font-weight: 600; }

/* ---------- Inzet (twee kaarten) ---------- */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.duo .card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 38px 34px; box-shadow: var(--shadow-sm);
}
.duo .card .tag {
  font-family: var(--font-body); font-weight: 600; font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--rose-deep); margin-bottom: 14px;
}
.duo .card h3 { margin-bottom: 8px; }
.duo .card p { margin: 0; }

/* ---------- Expertise (genummerd 01-06) ---------- */
.expertise { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--line); }
.expertise .item { background: var(--card); padding: 40px 34px; }
.expertise .num {
  font-family: var(--font-display); font-size: 40px; font-weight: 600;
  color: var(--rose-deep); line-height: 1; margin-bottom: 16px; display: block;
}
.expertise .item h3 { font-size: 21px; margin-bottom: 8px; }
.expertise .item p { margin: 0; font-size: 15px; line-height: 1.7; }

/* ---------- Atmosferische band (foto als sfeer, niet als claim) ---------- */
.atmos { position: relative; isolation: isolate; overflow: hidden; }
.atmos > img.bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 35%;
  z-index: -2; filter: saturate(.85);
}
.atmos::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(102deg, rgba(38,34,32,.94) 0%, rgba(38,34,32,.84) 48%, rgba(38,34,32,.60) 100%);
}
.atmos .atmos-content { max-width: 600px; }
.atmos .eyebrow { color: var(--rose); }
.atmos h2 { color: #fff; }
.why-list { list-style: none; margin: 28px 0 0; padding: 0; }
.why-list li { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.16); }
.why-list li:first-child { border-top: 0; }
.why-list h3 { color: #fff; font-size: 20px; margin-bottom: 4px; }
.why-list p { margin: 0; color: #ded4cd; font-size: 14.5px; }

/* ---------- Contact ---------- */
.contact-card {
  background: var(--cream); border: 1px solid var(--line);
  border-radius: 18px; padding: 64px 44px; text-align: center;
}
.contact-card .eyebrow { color: var(--rose-deep); }
.contact-card p { max-width: 520px; margin: 0 auto 30px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; align-items: center; }
.contact-meta { margin-top: 26px; font-size: 13px; letter-spacing: .04em; color: var(--muted); }

/* ---------- Hero-lite (SEO-landingspagina, tekst-first) ---------- */
.hero-lite { padding: 84px 0 76px; }
.hero-lite h1 { max-width: 840px; margin-bottom: 22px; }
.hero-lite .lead { max-width: 680px; margin-bottom: 30px; }
.hero-lite .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-lite .hero-trust { display: flex; flex-wrap: wrap; gap: 9px 26px; font-size: 13px; letter-spacing: .04em; color: var(--muted); }
.hero-lite .hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-lite .hero-trust svg { width: 15px; height: 15px; color: var(--rose); }

/* ---------- Plaatsen (chips) ---------- */
.places { display: flex; flex-wrap: wrap; gap: 10px; }
.places span {
  font-family: var(--font-body); font-weight: 500; font-size: 14px;
  color: var(--ink-soft); background: var(--cream);
  border: 1px solid var(--line); border-radius: 999px; padding: 9px 18px;
}

/* ---------- Werkwijze (waarom inhuren, 2-koloms met check-badges) ---------- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 30px 44px;
}
.why-item { display: flex; gap: 16px; align-items: flex-start; }
.why-item .check {
  flex: 0 0 auto;
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--blush);
  color: var(--rose-deep);
}
.why-item .check svg { width: 19px; height: 19px; }
.why-item h3 { font-size: 20px; margin-bottom: 5px; }
.why-item p { margin: 0; font-size: 15px; line-height: 1.7; }

/* ---------- Zo werkt het (proces, 3 stappen met verbindingslijn) ---------- */
.steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 30px;
}
.step { position: relative; }
.step-icon {
  position: relative; z-index: 1;
  width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--bg); border: 1px solid var(--line);
  color: var(--rose-deep); box-shadow: var(--shadow-sm);
  margin-bottom: 22px;
}
.step-icon svg { width: 24px; height: 24px; }
.step .num {
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  letter-spacing: .18em; color: var(--rose-deep);
  display: block; margin-bottom: 6px;
}
.step h3 { font-size: 21px; margin-bottom: 7px; }
.step p { margin: 0; font-size: 15px; line-height: 1.7; }
/* gestippelde verbindingslijn van icoon naar icoon */
.step::after {
  content: ""; position: absolute; top: 27px; left: 56px;
  width: calc(100% - 26px); height: 0;
  border-top: 2px dotted var(--rose); opacity: .55; z-index: 0;
}
.step:last-child::after { display: none; }

/* ---------- FAQ ---------- */
.faq { max-width: 840px; }
.faq-item { padding: 24px 0; border-top: 1px solid var(--line); }
.faq-item:first-child { border-top: 0; }
.faq-item h3 { font-size: 20px; margin-bottom: 6px; }
.faq-item p { margin: 0; }

/* ---------- Footer ---------- */
.site-footer { background: #fff; border-top: 1px solid var(--line); padding: 54px 0 40px; text-align: center; }
.site-footer img.logo-img { width: 168px; margin: 0 auto 18px; opacity: .92; }
.site-footer .meta { font-size: 13px; letter-spacing: .04em; color: var(--muted); }
.site-footer .meta a { color: var(--rose-deep); }
.site-footer .meta a:hover { color: var(--ink); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .expertise { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  section { padding: 64px 0; }
  .hero, .hero-lite { padding: 56px 0; }
  .hero .container, .split, .split.flip, .duo { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 30px; }
  .step::after { display: none; }
  .hero-photo { order: -1; max-width: 360px; margin: 0 auto; }
  .split .photo-side { max-width: 360px; margin: 0 auto; }
  .atmos > img.bg { object-position: center 30%; }

  .main-nav {
    position: absolute; top: 84px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: 8px 28px 20px; display: none;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .main-nav .btn { margin-top: 14px; justify-content: center; }
  .nav-toggle { display: flex; }
}
@media (max-width: 560px) {
  .expertise { grid-template-columns: 1fr; }
}
