:root {
  --green: #314832;
  --green-dark: #223525;
  --green-soft: #dfe5dc;
  --cream: #f6f3ed;
  --paper: #fffefa;
  --ink: #1e241f;
  --muted: #60665f;
  --line: rgba(49, 72, 50, .18);
  --shadow: 0 24px 70px rgba(28, 42, 30, .14);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  transform: translateY(-140%);
  background: #fff;
  padding: 10px 14px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(255, 254, 250, .96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 28px rgba(28, 42, 30, .06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.nav-wrap { min-height: 92px; display: flex; align-items: center; gap: 32px; }
.brand { width: 176px; display: block; }
.brand img { width: 100%; height: 82px; object-fit: contain; }
.main-nav { display: flex; gap: 30px; margin-left: auto; }
.main-nav a { text-decoration: none; font-size: .95rem; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--green); text-decoration: underline; text-underline-offset: 5px; }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--line); border-radius: 3px; background: transparent; color: var(--green-dark); cursor: pointer; }
.menu-toggle:hover, .menu-toggle:focus-visible { border-color: var(--green); }
.menu-toggle svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.menu-toggle .menu-icon-close, .menu-toggle[aria-expanded="true"] .menu-icon-open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-icon-close { display: block; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--green);
  border-radius: 3px;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.button:hover, .button:focus-visible { background: var(--green-dark); transform: translateY(-1px); }
.button-small { min-height: 44px; padding-inline: 20px; }
.text-link { font-weight: 700; color: var(--green); text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-link span { padding-left: 6px; }

.hero { min-height: 690px; position: relative; overflow: hidden; background: var(--cream); }
.hero-photo { position: absolute; inset: 0; background: url('assets/kelly-hero.webp') center center / cover no-repeat; }
.hero-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,243,237,.86) 0%, rgba(246,243,237,.48) 34%, rgba(246,243,237,0) 58%); }
.hero-inner { min-height: 690px; display: flex; align-items: center; position: relative; z-index: 1; }
.hero-card { width: min(550px, 52%); background: rgba(255, 254, 250, .92); padding: 54px; box-shadow: var(--shadow); border-left: 5px solid var(--green); }
.eyebrow { margin: 0 0 14px; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--green-dark); }
h1 { margin-bottom: 20px; font-family: var(--serif); font-size: clamp(2.1rem, 3.1vw, 3.1rem); font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
h2 { margin-bottom: 22px; font-family: var(--serif); font-size: clamp(2.25rem, 4vw, 4.2rem); font-weight: 500; line-height: 1.06; letter-spacing: -.035em; }
h3 { font-size: 1.1rem; line-height: 1.35; }
.hero-eyebrow { margin-bottom: 16px; font-size: clamp(1.05rem, 1.35vw, 1.3rem); font-weight: 800; letter-spacing: .08em; }
.hero-lead { margin: 0; max-width: 43ch; font-size: 1.17rem; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.area-note { margin: 24px 0 0; color: var(--muted); font-size: .92rem; }

.trust-strip { background: var(--green); color: #fff; }
.trust-grid { min-height: 92px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-grid p { display: flex; align-items: baseline; margin: 0; padding: 4px 24px; border-right: 1px solid rgba(255,255,255,.2); font-weight: 700; }
.trust-grid p:first-child { padding-left: 0; }
.trust-grid p:last-child { border: 0; }
.trust-grid span { flex-shrink: 0; color: #cbd5c7; font-size: .75rem; letter-spacing: .12em; margin-right: 12px; }

.section { padding: 110px 0; }
.two-column { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.intro-section h2 { max-width: 12ch; }
.prose { font-size: 1.14rem; max-width: 650px; }
.prose p:first-child { margin-top: 0; }
.prose p:last-child { margin-bottom: 0; }
.soft-section { background: var(--cream); }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading > p:last-child { margin-bottom: 0; font-size: 1.1rem; color: var(--muted); }
.activity-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.activity-card { min-height: 220px; padding: 28px 22px; background: var(--paper); border: 1px solid var(--line); }
.activity-card svg { width: 52px; height: 52px; margin-bottom: 28px; fill: none; stroke: var(--green); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.activity-card h3 { margin-bottom: 0; font-size: 1rem; }

.promise-section { padding: 90px 0; background: var(--green); color: #fff; }
.promise-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.promise-section h2 { color: #fff; max-width: 13ch; margin-bottom: 0; }
.script-line { margin: 0 0 10px; color: #d6dfd2; font-family: var(--serif); font-style: italic; font-size: 1.5rem; }
.promise-side { border-left: 1px solid rgba(255,255,255,.28); padding-left: 52px; }
.promise-side > p { font-family: var(--serif); font-size: 1.75rem; line-height: 1.25; }
.promise-side ul { margin: 26px 0 0; padding: 0; list-style: none; }
.promise-side li { position: relative; padding: 8px 0 8px 28px; }
.promise-side li::before { content: '✓'; position: absolute; left: 0; }

.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.portrait-frame { min-height: 590px; position: relative; overflow: hidden; background: var(--green-soft); }
.portrait-frame img { width: 100%; height: 590px; object-fit: cover; object-position: 72% center; }
.portrait-frame span { position: absolute; left: 26px; bottom: 18px; color: #fff; font-family: var(--serif); font-style: italic; font-size: 2rem; text-shadow: 0 2px 18px rgba(0,0,0,.3); }
.about-copy { max-width: 610px; }
.about-copy p:not(.eyebrow) { font-size: 1.08rem; }
.about-copy .text-link { display: inline-block; margin-top: 12px; }

.steps-section { background: #eef1eb; }
.compact-heading { max-width: 620px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 0; list-style: none; background: var(--line); }
.steps-grid li { padding: 42px; background: var(--paper); }
.steps-grid li > span { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 34px; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-family: var(--serif); font-size: 1.25rem; }
.steps-grid h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.steps-grid p { margin-bottom: 0; color: var(--muted); }

.pricing-section { background: var(--paper); }
.pricing-intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: end; margin-bottom: 54px; }
.pricing-intro h2 { max-width: 12ch; margin-bottom: 0; }
.pricing-intro .prose p { margin: 0; }
.pricing-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 24px; align-items: stretch; }
.price-card { padding: 48px; border: 1px solid var(--line); }
.price-card-featured { display: flex; flex-direction: column; background: var(--green); color: #fff; box-shadow: var(--shadow); }
.price-label { margin: 0 0 14px; font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.price-card-featured .price-label { color: #d6dfd2; }
.price { margin: 0 0 24px; color: #fff; font-family: var(--serif); font-size: clamp(3.5rem, 7vw, 6rem); line-height: 1; letter-spacing: -.045em; }
.price > span { font-size: .45em; vertical-align: top; line-height: 1.7; }
.price small, .option-price small { display: block; margin-top: 10px; font-family: var(--sans); font-size: .9rem; font-weight: 400; letter-spacing: 0; }
.price-description { margin: 0; max-width: 38ch; font-size: 1.1rem; }
.price-card ul { margin: 28px 0 38px; padding: 0; list-style: none; }
.price-card li { position: relative; padding: 7px 0 7px 27px; }
.price-card li::before { content: '✓'; position: absolute; left: 0; color: #d6dfd2; }
.price-card .button { align-self: flex-start; margin-top: auto; }
.button-light { border-color: #fff; background: #fff; color: var(--green-dark); }
.button-light:hover, .button-light:focus-visible { background: var(--cream); color: var(--green-dark); }
.price-options { display: grid; grid-template-rows: auto auto; align-content: start; gap: 16px; }
.price-option { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 30px 34px; background: var(--cream); border: 1px solid var(--line); }
.price-option .price-label { color: var(--green); }
.price-option h3 { margin: 0; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.option-price { margin: 0; color: var(--green-dark); font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); line-height: 1; white-space: nowrap; }
.price-note { padding: 30px 34px; border: 1px solid var(--line); }
.price-note h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.price-note p { margin: 0; color: var(--muted); font-size: .94rem; }

.page-hero { padding: 64px 0 46px; background: var(--cream); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 22ch; }
.page-hero p { margin: 0; max-width: 64ch; font-size: 1.12rem; }

.article { padding: 72px 0 84px; }
/* De kolom blijft links uitgelijnd onder de titel: niet de shell versmallen, maar de inhoud. */
.article-body > * { max-width: 760px; }
.article-body h2 { margin-top: 52px; margin-bottom: 16px; font-size: clamp(1.7rem, 2.6vw, 2.3rem); }
.article-body > :first-child { margin-top: 0; }
.article-body h3 { margin-top: 34px; font-family: var(--serif); font-size: 1.3rem; font-weight: 500; }
.article-body p { font-size: 1.08rem; }
.article-body ul { margin: 0 0 26px; padding: 0; list-style: none; }
.article-body li { position: relative; padding: 6px 0 6px 27px; }
.article-body li::before { content: '✓'; position: absolute; left: 0; color: var(--green); }
.article-cta { margin-top: 48px; padding: 34px; background: var(--cream); border-left: 4px solid var(--green); }
.article-cta h2 { margin-top: 0; }
.article-cta p:last-child { margin-bottom: 0; }

.more-info { background: var(--cream); }
.more-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.more-link { display: block; padding: 28px 30px; background: var(--paper); border: 1px solid var(--line); text-decoration: none; }
.more-link:hover, .more-link:focus-visible { border-color: var(--green); }
.more-link strong { display: block; color: var(--green-dark); font-family: var(--serif); font-size: 1.3rem; font-weight: 500; }
.more-link span { display: block; margin-top: 8px; color: var(--muted); font-size: .98rem; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.faq-item { padding: 36px 34px; background: var(--paper); }
.faq-item h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }
.faq-item p { margin: 0; color: var(--muted); }

.contact-section { padding: 100px 0; background: var(--green-dark); color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.contact-section h2 { color: #fff; max-width: 13ch; }
.contact-section > p { font-size: 1.1rem; }
.light-eyebrow { color: #cbd5c7; }
.contact-card { background: #fff; color: var(--ink); padding: 12px 36px; }
.contact-card a { display: block; padding: 24px 0; text-decoration: none; border-bottom: 1px solid var(--line); }
.contact-card a:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.contact-card span { display: block; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-card strong { display: block; margin-top: 3px; color: var(--green); font-family: var(--serif); font-size: clamp(1.1rem, 2vw, 1.5rem); overflow-wrap: anywhere; }
.contact-card p { margin: 0; padding: 24px 0; font-size: .94rem; }

.site-footer { padding: 40px 0; background: #17251a; color: rgba(255,255,255,.72); font-size: .86rem; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr auto; gap: 40px; align-items: end; }
.footer-grid p { margin: 0; }
.footer-grid strong { color: #fff; }

@media (max-width: 980px) {
  .nav-wrap { gap: 14px; }
  .nav-wrap .button-small { margin-left: auto; }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; margin: 0; padding: 6px 20px 14px; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(28, 42, 30, .08); }
  .site-header.menu-open .main-nav { display: flex; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .main-nav a:last-child { border-bottom: 0; }
  .menu-toggle { display: inline-flex; }
  .menu-toggle[hidden] { display: none; }
  .activity-grid { grid-template-columns: repeat(6, 1fr); }
  .activity-card { grid-column: span 2; }
  .activity-card:nth-child(n + 4) { grid-column: span 3; }
  .two-column, .about-grid, .promise-grid, .contact-grid, .pricing-intro { gap: 54px; }
  .hero-card { width: 58%; padding: 42px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 78px; }
  .shell { width: min(100% - 28px, 620px); }
  .nav-wrap { min-height: 78px; gap: 14px; }
  .main-nav { padding-inline: max(14px, calc((100% - 620px) / 2)); }
  .brand { width: 126px; }
  .brand img { height: 66px; }
  .button-small { min-height: 42px; padding-inline: 15px; font-size: .88rem; }
  .menu-toggle { width: 42px; height: 42px; }
  .hero { min-height: auto; display: flex; flex-direction: column; }
  .hero-photo { position: relative; order: 1; height: 390px; background-position: 67% center; }
  .hero-photo::after { background: linear-gradient(0deg, rgba(246,243,237,.24), transparent 40%); }
  .hero-inner { order: 2; min-height: auto; width: 100%; }
  .hero-card { width: 100%; padding: 44px 20px 50px; box-shadow: none; border-left: 0; background: var(--cream); }
  h1 { font-size: clamp(1.95rem, 7.6vw, 2.6rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 22px; }
  .trust-grid p, .trust-grid p:first-child { padding: 11px 0; border: 0; }
  .section { padding: 76px 0; }
  .two-column, .promise-grid, .about-grid, .contact-grid, .pricing-intro, .pricing-grid { grid-template-columns: 1fr; gap: 36px; }
  .intro-section h2 { max-width: 15ch; }
  .activity-grid { grid-template-columns: 1fr 1fr; }
  .activity-card, .activity-card:nth-child(n + 4) { grid-column: auto; }
  .activity-card:last-child { grid-column: 1 / -1; }
  .activity-card { min-height: 190px; }
  .promise-section { padding: 72px 0; }
  .promise-side { padding: 34px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.28); }
  .portrait-frame, .portrait-frame img { min-height: 470px; height: 470px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid li { padding: 34px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-item { padding: 30px 28px; }
  .more-links { grid-template-columns: 1fr; }
  .page-hero { padding: 44px 0 34px; }
  .article { padding: 54px 0 64px; }
  .article-cta { padding: 28px; }
  .pricing-intro { margin-bottom: 36px; }
  .pricing-intro h2 { max-width: 15ch; }
  .price-card { padding: 38px 28px; }
  .price-option { padding: 28px; }
  .price-note { padding: 28px; }
  .contact-card { padding-inline: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; align-items: start; }
}

@media (max-width: 430px) {
  .activity-grid { grid-template-columns: 1fr; }
  .hero-photo { height: 340px; }
  .portrait-frame, .portrait-frame img { min-height: 400px; height: 400px; }
  .price-option { grid-template-columns: 1fr; gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
