@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/source-sans-3-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 200 900;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/fonts/playfair-display-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 900;
}

:root {
  color-scheme: light;
  --ink: #0d2c28;
  --green: #173f39;
  --green-soft: #2a5750;
  --terracotta: #d98560;
  --rust: #a84728;
  --peach: #f6d8c2;
  --cream: #fff9f4;
  --paper: #f7f1eb;
  --mist: #e9f1ee;
  --white: #fffefd;
  --line: rgba(13, 44, 40, 0.17);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Source Sans 3", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a, summary { touch-action: manipulation; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  overflow-wrap: anywhere;
  font-family: var(--serif);
  line-height: 1.04;
  hyphens: auto;
  text-wrap: balance;
}
:where(a, button, summary):focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 2px;
  border-radius: 4px;
  box-shadow: 0 0 0 5px var(--ink);
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  padding: 11px 16px;
  color: var(--white);
  background: var(--ink);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }
.shell { width: min(100% - 128px, 1320px); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--rust);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::after { width: 48px; height: 1px; background: currentColor; content: ""; }
.eyebrow--light { color: var(--peach); }

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 14px 24px;
  border: 1px solid var(--terracotta);
  border-radius: 4px;
  color: var(--ink);
  background: var(--terracotta);
  font-size: 17px;
  font-weight: 750;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-3px); background: #e49a77; border-color: #e49a77; }
.button--small { min-height: 50px; padding: 12px 21px; font-size: 16px; }
.button--ghost { color: var(--white); background: transparent; border-color: rgba(255,255,255,.56); }
.button--ghost:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.button--cream { color: var(--ink); background: var(--cream); border-color: var(--cream); }
.button--cream:hover { background: var(--white); border-color: var(--white); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid;
  color: var(--rust);
  font-weight: 750;
}

.site-header { position: sticky; z-index: 50; top: 0; box-shadow: 0 1px rgba(13,44,40,.09); }
.contact-strip { color: var(--ink); background: var(--mist); font-size: 13px; font-weight: 700; }
.contact-strip__inner { display: flex; min-height: 31px; align-items: center; justify-content: space-between; }
.contact-strip a { color: var(--rust); }
.main-nav { background: rgba(255,249,244,.97); backdrop-filter: blur(18px); }
.main-nav__inner { display: flex; min-height: 86px; align-items: center; gap: 40px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 14px; }
.brand img { width: 60px; height: 60px; border-radius: 50%; }
.brand span { display: flex; flex-direction: column; }
.brand strong { font-size: 18px; line-height: 1.15; }
.brand small { margin-top: 4px; color: #51645f; font-size: 13px; font-weight: 650; }
.desktop-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: 30px; font-size: 15px; font-weight: 700; }
.desktop-nav a { padding: 29px 0; }
.desktop-nav a:hover { color: var(--rust); }
.mobile-nav { display: none; }

.home-hero { position: relative; min-height: 720px; overflow: hidden; color: var(--white); background: var(--ink); }
.home-hero__backdrop {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(7,38,34,.95) 0%, rgba(7,38,34,.78) 39%, rgba(7,38,34,.2) 72%, rgba(7,38,34,.06) 100%), url("/images/de-koploper-entree.webp");
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}
.home-hero__content { position: relative; display: flex; min-height: 720px; flex-direction: column; justify-content: center; padding-block: 90px; }
.home-hero h1 { max-width: 900px; margin: 34px 0 22px; font-size: clamp(64px, 7.1vw, 112px); font-weight: 650; letter-spacing: -.045em; }
.home-hero h1 em { color: var(--peach); font-weight: 450; }
.home-hero p { max-width: 670px; margin-bottom: 31px; color: rgba(255,255,255,.84); font-size: 21px; }
.hero-location { position: absolute; right: 0; bottom: 74px; display: grid; width: 264px; padding: 23px 0 4px 24px; border-top: 1px solid rgba(255,255,255,.68); border-left: 1px solid rgba(255,255,255,.68); }
.hero-location span, .hero-location small { color: rgba(255,255,255,.68); font-size: 14px; }
.hero-location strong { margin: 8px 0 4px; font-family: var(--serif); font-size: 22px; line-height: 1.15; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--cream); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid > div { display: flex; min-height: 92px; align-items: center; gap: 18px; padding: 20px 28px; border-left: 1px solid var(--line); }
.trust-strip__grid > div:last-child { border-right: 1px solid var(--line); }
.trust-strip span { color: var(--rust); font-size: 13px; font-weight: 800; }
.trust-strip strong { font-size: 16px; }

.intro-section { display: grid; grid-template-columns: 1fr 3fr; gap: 76px; padding-block: 128px; }
.intro-section__label { display: flex; flex-direction: column; gap: 24px; }
.decorative-line { width: 1px; height: 130px; background: var(--line); }
.intro-section__copy h2 { max-width: 940px; margin-bottom: 48px; font-size: clamp(46px, 5vw, 74px); font-weight: 550; letter-spacing: -.035em; }
.intro-section__columns { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; max-width: 930px; }
.intro-section__columns p { margin: 0; color: #465e58; font-size: 19px; }
.intro-section__columns a { color: var(--rust); border-bottom: 1px solid rgba(168,71,40,.4); font-weight: 700; }

.highlight { position: relative; display: grid; grid-template-columns: 120px minmax(0,1fr) auto; align-items: end; gap: 42px; margin-bottom: 128px; padding: 58px 62px; overflow: hidden; color: var(--cream); background: var(--green); }
.highlight::after { position: absolute; right: -120px; bottom: -180px; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; content: ""; }
.highlight__number { align-self: stretch; padding-top: 7px; border-right: 1px solid rgba(255,255,255,.24); color: var(--terracotta); font-size: 18px; font-weight: 800; }
.highlight__copy { position: relative; z-index: 1; max-width: 750px; }
.highlight h2 { margin: 22px 0 18px; font-size: clamp(42px, 4.5vw, 66px); font-weight: 550; }
.highlight p { margin: 0; color: rgba(255,255,255,.78); font-size: 18px; }
.highlight .button { position: relative; z-index: 1; white-space: nowrap; }

.steps-section { padding-bottom: 110px; border-top: 1px solid var(--line); background: var(--paper); }
.section-heading { padding-block: 106px 52px; }
.section-heading--split { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(260px,.65fr); align-items: end; gap: 90px; }
.section-heading h2 { max-width: 830px; margin: 22px 0 0; font-size: clamp(45px, 5vw, 70px); font-weight: 550; letter-spacing: -.035em; }
.section-heading > p { margin: 0; color: #536762; font-size: 18px; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step-card { display: flex; min-height: 430px; flex-direction: column; justify-content: space-between; padding: 42px 40px; border-right: 1px solid var(--line); }
.step-card:last-child { border-right: 0; }
.step-card--cream { background: var(--cream); }
.step-card--mist { background: var(--mist); }
.step-card--peach { background: var(--peach); }
.step-card > span { color: var(--rust); font-size: 14px; font-weight: 800; }
.step-card small { font-size: 14px; font-weight: 750; }
.step-card h3 { margin: 22px 0; font-size: 38px; font-weight: 600; }
.step-card p { margin: 0; color: #405853; font-size: 17px; }

.practice-section { color: var(--ink); background: var(--terracotta); }
.practice-section__grid { display: grid; grid-template-columns: minmax(360px,.82fr) minmax(0,1.18fr); min-height: 800px; }
.practice-section__image { position: relative; margin-left: -64px; overflow: hidden; }
.practice-section__image img { width: 100%; height: 100%; object-fit: cover; }
.practice-section__image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(13,44,40,.45)); content: ""; }
.image-note { position: absolute; z-index: 1; right: 24px; bottom: 30px; left: 32px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.56); color: var(--white); font-family: var(--serif); font-size: 20px; }
.practice-section__content { padding: 110px 0 92px 100px; }
.practice-section__content .eyebrow { color: var(--ink); }
.practice-section__content h2 { max-width: 720px; margin: 28px 0; font-size: clamp(48px,5vw,72px); font-weight: 600; letter-spacing: -.035em; }
.practice-section__content > p { max-width: 690px; color: rgba(13,44,40,.8); font-size: 19px; }
.practice-points { margin: 48px 0 36px; border-top: 1px solid rgba(13,44,40,.28); }
.practice-points > div { display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 18px; padding: 23px 0; border-bottom: 1px solid rgba(13,44,40,.28); }
.practice-points span { font-size: 13px; font-weight: 800; }
.practice-points strong { font-family: var(--serif); font-size: 21px; }
.practice-section .text-link { color: var(--ink); }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; padding-block: 126px; }
.faq-section__intro { position: sticky; top: 160px; align-self: start; }
.faq-section__intro h2 { margin: 28px 0; font-size: clamp(44px,4.5vw,66px); font-weight: 550; }
.faq-section__intro > p { max-width: 430px; color: #536762; }
.faq-section__intro .medical-note { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); color: #64746f; font-size: 14px; line-height: 1.6; }
.medical-note { margin: 38px 0 0; padding: 18px 20px; border-left: 3px solid var(--terracotta); background: var(--mist); font-size: 15px; line-height: 1.55; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 0 8px; border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 42px 1fr 28px; align-items: center; gap: 18px; padding: 26px 0; cursor: pointer; font-family: var(--serif); font-size: 24px; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--rust); font-family: var(--sans); font-size: 13px; font-weight: 800; }
.faq-list summary b { color: var(--rust); font-family: var(--sans); font-size: 26px; font-weight: 400; transition: transform 180ms ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list p { max-width: 680px; margin: -4px 0 28px 60px; color: #465e58; font-size: 17px; line-height: 1.7; }

.final-cta { color: var(--cream); background: var(--rust); }
.final-cta__grid { display: grid; grid-template-columns: 1.3fr auto; align-items: center; gap: 70px; min-height: 460px; }
.final-cta h2 { max-width: 800px; margin: 24px 0; font-size: clamp(48px,5.4vw,74px); font-weight: 550; }
.final-cta p { margin-bottom: 0; color: rgba(255,249,244,.82); }
.final-cta .button-row { justify-content: flex-end; }

.site-footer { background: var(--cream); }
.footer-links { display: grid; grid-template-columns: 1.45fr repeat(3,1fr); gap: 64px; padding-block: 84px; }
.footer-links h3 { margin-bottom: 22px; font-size: 21px; }
.footer-links > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links a { color: #526661; font-size: 16px; font-weight: 650; }
.footer-links a:hover { color: var(--rust); }
.footer-brand img { width: 82px; height: 82px; border-radius: 50%; }
.footer-brand p { max-width: 280px; margin: 24px 0 0; color: #526661; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 22px 28px; border-top: 1px solid var(--line); color: #64746f; font-size: 14px; }

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

@media (max-width: 1180px) {
  .shell { width: min(100% - 72px, 1320px); }
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 14px; }
  .brand small { display: none; }
  .practice-section__image { margin-left: -36px; }
  .practice-section__content { padding-left: 64px; }
}

@media (max-width: 980px) {
  .shell { width: min(100% - 48px, 1320px); }
  .contact-strip__inner span:nth-child(2) { display: none; }
  .main-nav__inner { min-height: 76px; }
  .desktop-nav, .nav-cta { display: none; }
  .brand { margin-right: auto; }
  .mobile-nav { position: relative; display: block; }
  .mobile-nav > summary { display: grid; width: 48px; height: 48px; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 4px; cursor: pointer; list-style: none; }
  .mobile-nav > summary::-webkit-details-marker { display: none; }
  .mobile-nav > summary span { display: block; width: 21px; height: 2px; background: var(--ink); transition: transform 180ms ease, opacity 180ms ease; }
  .mobile-nav[open] > summary span:first-child { transform: translateY(7px) rotate(45deg); }
  .mobile-nav[open] > summary span:nth-child(2) { opacity: 0; }
  .mobile-nav[open] > summary span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-nav nav { position: absolute; top: 61px; right: 0; display: grid; width: min(88vw,380px); max-height: calc(100dvh - 124px); padding: 18px; overflow-y: auto; border: 1px solid var(--line); background: var(--cream); box-shadow: 0 20px 50px rgba(13,44,40,.18); }
  .mobile-nav nav a { display: flex; min-height: 48px; align-items: center; padding: 9px 10px; border-bottom: 1px solid var(--line); font-weight: 700; }
  .home-hero, .home-hero__content { min-height: 680px; }
  .hero-location { display: none; }
  .trust-strip__grid { grid-template-columns: 1fr 1fr; }
  .trust-strip__grid > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .intro-section { grid-template-columns: 1fr; gap: 40px; padding-block: 90px; }
  .decorative-line { width: 100px; height: 1px; }
  .highlight { grid-template-columns: 82px 1fr; }
  .highlight .button { grid-column: 2; justify-self: start; }
  .section-heading--split { grid-template-columns: 1fr; gap: 32px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 350px; border-right: 0; border-bottom: 1px solid var(--line); }
  .practice-section__grid { grid-template-columns: 1fr; }
  .practice-section__image { height: 560px; margin: 0; }
  .practice-section__content { padding: 80px 0; }
  .faq-section { grid-template-columns: 1fr; gap: 60px; }
  .faq-section__intro { position: static; }
  .final-cta__grid { grid-template-columns: 1fr; gap: 30px; padding-block: 76px; }
  .final-cta .button-row { justify-content: flex-start; }
  .footer-links { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  body { font-size: 17px; }
  .shell { width: min(100% - 34px, 1320px); }
  .contact-strip__inner { min-height: 28px; font-size: 11px; }
  .brand img { width: 52px; height: 52px; }
  .brand strong { font-size: 16px; }
  .home-hero, .home-hero__content { min-height: 640px; }
  .home-hero__backdrop { background-image: linear-gradient(90deg, rgba(7,38,34,.95), rgba(7,38,34,.54)), url("/images/de-koploper-entree.webp"); background-position: 58%; }
  .home-hero h1 { font-size: clamp(42px,13vw,58px); }
  .home-hero p { font-size: 18px; }
  .button-row { flex-direction: column; align-items: stretch; }
  .button-row .button { width: 100%; }
  .trust-strip__grid { grid-template-columns: 1fr; width: 100%; }
  .trust-strip__grid > div { min-height: 68px; padding-inline: 20px; border-top: 1px solid var(--line); border-right: 0 !important; border-left: 0; }
  .intro-section { padding-block: 72px; }
  .intro-section__copy h2, .section-heading h2, .practice-section__content h2, .faq-section__intro h2, .final-cta h2 { font-size: clamp(34px,10vw,43px); }
  .intro-section__columns { grid-template-columns: 1fr; gap: 18px; }
  .highlight { grid-template-columns: 1fr; gap: 24px; width: 100%; margin-bottom: 80px; padding: 48px 24px; }
  .highlight__number { padding-bottom: 15px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .highlight h2 { font-size: clamp(36px,11vw,46px); }
  .highlight .button { grid-column: auto; width: 100%; white-space: normal; }
  .section-heading { padding-block: 80px 40px; }
  .step-card { padding: 34px 24px; }
  .step-card h3 { font-size: 34px; }
  .practice-section__image { height: 390px; }
  .practice-section__content { padding-block: 66px; }
  .faq-section { padding-block: 80px; }
  .faq-list summary { grid-template-columns: 32px 1fr 24px; gap: 10px; font-size: 20px; }
  .faq-list p { margin-left: 42px; }
  .final-cta__grid { width: min(100% - 34px,1320px); }
  .footer-links { grid-template-columns: 1fr; gap: 42px; padding-block: 64px; }
  .footer-links a, .text-link { display: flex; min-height: 44px; align-items: center; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 6px; }
}

@media (max-width: 420px) {
  .contact-strip__inner > span:first-child { display: none; }
  .contact-strip__inner { justify-content: flex-end; }
  .contact-strip a { white-space: nowrap; }
}
