:root {
  --ink: #113a36;
  --ink2: #1e5550;
  --cream: #fff8f3;
  --paper: #fffdfb;
  --peach: #e98b62;
  --blush: #ffd5c8;
  --blue: #e8f5f7;
  --line: rgba(17, 58, 54, 0.16);
  --max: 1360px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}
a {
  color: inherit;
}
.top {
  height: 30px;
  background: var(--blue);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 248, 243, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav {
  max-width: var(--max);
  height: 88px;
  margin: auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: center;
  gap: 32px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-weight: 800;
  font-size: 20px;
}
.brand img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}
.links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 38px;
}
.links a {
  text-decoration: none;
  font-weight: 750;
  font-size: 15px;
}
.links a:hover {
  color: var(--peach);
}
.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  font-size: 24px;
}
.hero {
  min-height: calc(100vh - 118px);
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: url("https://www.pretechodronten.nl/oadreese/2023/10/Gratis-pretecho-slider-scaled.jpg")
    center/cover no-repeat;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 52, 48, 0.91) 0%,
    rgba(8, 52, 48, 0.62) 44%,
    rgba(8, 52, 48, 0.12) 78%
  );
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max);
  margin: auto;
  padding: 110px 40px 96px;
}
.eyebrow {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 13px;
  font-weight: 800;
  border-bottom: 2px solid var(--peach);
  padding-bottom: 12px;
}
.hero h1 {
  max-width: 850px;
  margin: 24px 0 30px;
  color: #fff;
  font:
    400 clamp(54px, 7vw, 104px) / 0.98 Georgia,
    serif;
  letter-spacing: -0.04em;
}
.hero h1 em {
  display: block;
  color: var(--blush);
  font-weight: 400;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 4px;
  background: var(--peach);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}
.button:hover {
  background: var(--blush);
}
.pulse {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--ink);
}
.pulse a {
  padding: 20px 24px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 750;
}
.section {
  padding: 110px 40px;
}
.container {
  max-width: 1180px;
  margin: auto;
}
.index {
  margin: 0 0 18px;
  color: var(--peach);
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 13px;
}
.referral {
  background: var(--paper);
}
.referral-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 560px;
  overflow: hidden;
  border-radius: 2px;
  background: var(--ink);
  box-shadow: 0 26px 70px rgba(17, 58, 54, 0.16);
}
.referral-image {
  background: url("https://www.pretechodronten.nl/oadreese/2024/07/Verloskundige-Dronten-Groepsfoto-1024x683.png")
    center/cover;
}
.referral-copy {
  padding: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.referral-copy h2 {
  margin: 0 0 18px;
  font:
    400 clamp(44px, 5vw, 74px) / 1.03 Georgia,
    serif;
}
.referral-copy p {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.8);
}
.referral-copy .button {
  align-self: flex-start;
  margin-top: 18px;
}
.story {
  background: var(--blue);
}
.story-head {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 72px;
}
.story-head h2 {
  margin: 0;
  font:
    400 clamp(56px, 7vw, 96px) / 0.98 Georgia,
    serif;
  letter-spacing: -0.045em;
}
.story-head p {
  font-size: 18px;
  color: var(--ink2);
}
.chapters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}
.chapter {
  padding: 52px 50px 52px 0;
  border-bottom: 1px solid var(--line);
}
.chapter:nth-child(even) {
  padding-left: 50px;
  border-left: 1px solid var(--line);
}
.chapter h3 {
  margin: 0 0 18px;
  font:
    400 clamp(32px, 3vw, 48px) / 1.08 Georgia,
    serif;
}
.chapter p {
  margin: 0;
  color: var(--ink2);
  font-size: 17px;
}
.services {
  background: var(--cream);
}
.service-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
}
.service-heading h2 {
  max-width: 780px;
  margin: 0;
  font:
    400 clamp(48px, 6vw, 80px) / 1 Georgia,
    serif;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.card {
  min-height: 430px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  text-decoration: none;
  background-size: cover;
  background-position: center;
}
.card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(7, 45, 42, 0.9),
    rgba(7, 45, 42, 0.05) 70%
  );
}
.card span {
  position: relative;
  z-index: 1;
  padding: 30px;
  color: #fff;
  font:
    400 32px/1.08 Georgia,
    serif;
}
.content-footer {
  background: var(--ink);
  color: #fff;
  padding: 90px 40px 35px;
}
.footer-grid {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  gap: 60px;
}
.footer-grid h3 {
  margin: 0 0 22px;
  font:
    400 26px Georgia,
    serif;
}
.footer-grid a {
  display: block;
  margin: 9px 0;
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}
.footer-grid a:hover {
  color: var(--blush);
}
.footer-brand img {
  width: 92px;
  filter: brightness(0) invert(1);
}
.legal {
  max-width: 1180px;
  margin: 60px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}
.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  height: 4px;
  background: var(--peach);
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}
.page-main {
  overflow: hidden;
}
.page-hero {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: url("https://www.pretechodronten.nl/oadreese/2023/10/Gratis-pretecho-slider-scaled.jpg")
    65% center / cover no-repeat;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    105deg,
    rgba(8, 52, 48, 0.98) 0%,
    rgba(8, 52, 48, 0.93) 40%,
    rgba(8, 52, 48, 0.35) 72%,
    rgba(8, 52, 48, 0.08) 100%
  );
}
.page-hero::after {
  content: "";
  position: absolute;
  right: -8vw;
  bottom: -33vw;
  width: 62vw;
  height: 62vw;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  box-shadow: 0 0 0 6vw rgba(255, 255, 255, 0.06);
}
.page-hero-inner {
  position: relative;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 100px 40px;
}
.page-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font:
    400 clamp(62px, 7.3vw, 112px) / 0.94 Georgia,
    serif;
  letter-spacing: -0.055em;
  text-wrap: balance;
}
.hero-line {
  display: block;
  width: 108px;
  height: 9px;
  margin-top: 42px;
  border-radius: 999px;
  background: var(--peach);
}
.page-hero-orbit {
  position: absolute;
  left: clamp(40px, 7vw, 120px);
  top: 58px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--blush);
  box-shadow: 24px 0 0 rgba(255, 255, 255, 0.34);
}
.article-section {
  position: relative;
  padding: 120px 40px 140px;
  background:
    radial-gradient(
      circle at 8% 20%,
      rgba(233, 139, 98, 0.18),
      transparent 24%
    ),
    radial-gradient(circle at 92% 66%, rgba(17, 58, 54, 0.12), transparent 22%),
    var(--cream);
}
.article-body {
  max-width: 1220px;
  margin: 0 auto;
}
.article-body h2,
.article-body h3,
.article-body h4 {
  color: var(--ink);
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
.article-body h2 {
  margin: 0 0 28px;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.02;
}
.article-body h3 {
  margin: 0 0 22px;
  font-size: clamp(28px, 3.3vw, 43px);
  line-height: 1.08;
}
.article-body h4 {
  margin: 0 0 18px;
  font-size: clamp(23px, 2.4vw, 32px);
  line-height: 1.12;
}
.article-body p,
.article-body li {
  color: var(--ink2);
  font-size: clamp(17px, 1.45vw, 19px);
  line-height: 1.72;
}
.article-body p {
  margin: 0 0 1.25em;
}
.article-body p:last-child {
  margin-bottom: 0;
}
.article-body a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}
.chapter-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.content-chapter,
.chapter-preface {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
}
.content-chapter {
  grid-column: span 6;
  min-height: 360px;
  padding: clamp(36px, 4.8vw, 64px);
  background: var(--paper);
  border: 1px solid rgba(17, 58, 54, 0.09);
  box-shadow: 0 22px 58px rgba(17, 58, 54, 0.08);
  transition:
    transform 320ms ease,
    box-shadow 320ms ease;
}
.content-chapter:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 72px rgba(17, 58, 54, 0.14);
}
.content-chapter::before {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(17, 58, 54, 0.16);
  border-radius: 50%;
}
.content-chapter:nth-of-type(3n + 2) {
  background: var(--blue);
  border-color: transparent;
}
.content-chapter:nth-of-type(4n + 3) {
  background: var(--ink);
  border-color: transparent;
}
.content-chapter:nth-of-type(4n + 3) h2,
.content-chapter:nth-of-type(4n + 3) h3,
.content-chapter:nth-of-type(4n + 3) h4,
.content-chapter:nth-of-type(4n + 3) p,
.content-chapter:nth-of-type(4n + 3) li {
  color: #fff;
}
.content-chapter:nth-of-type(5n + 4) {
  background: #f8d9ca;
  border-color: transparent;
}
.chapter-lead {
  grid-column: 1 / -1;
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: end;
  gap: clamp(48px, 8vw, 110px);
  padding: clamp(52px, 7vw, 94px);
  background: var(--ink);
  border-color: transparent;
}
.chapter-lead h2,
.chapter-lead h3,
.chapter-lead h4,
.chapter-lead p,
.chapter-lead li {
  color: #fff;
}
.chapter-lead::after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -150px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.19);
  box-shadow: 0 0 0 52px rgba(255, 255, 255, 0.035);
}
.chapter-copy {
  position: relative;
  z-index: 1;
}
.chapter-list ul,
.chapter-list ol {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.chapter-list li {
  position: relative;
  padding: 18px 18px 18px 48px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.58);
}
.chapter-list li::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 26px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--peach);
  box-shadow: 0 0 0 5px rgba(233, 139, 98, 0.15);
}
.chapter-lead.chapter-list li,
.content-chapter:nth-of-type(4n + 3).chapter-list li {
  background: rgba(255, 255, 255, 0.09);
}
.visual-pause {
  position: relative;
  grid-column: span 5;
  min-height: 440px;
  overflow: hidden;
  border-radius: 46% 46% 34px 34px;
  background:
    linear-gradient(180deg, transparent 45%, rgba(8, 52, 48, 0.78)),
    url("https://www.pretechodronten.nl/oadreese/2024/07/Verloskundige-Dronten-Groepsfoto-1024x683.png")
      center / cover no-repeat;
  box-shadow: 0 28px 70px rgba(17, 58, 54, 0.17);
}
.visual-pause span {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.1);
}
.chapter-grid > .content-chapter:nth-of-type(4) {
  grid-column: span 7;
}
.chapter-grid > .content-chapter:last-of-type:not(.chapter-lead) {
  grid-column: 1 / -1;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}
.chapter-preface {
  max-width: 980px;
  margin: 0 auto 24px;
  padding: clamp(44px, 6vw, 76px);
  background: var(--blue);
}
.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.partner-card {
  position: relative;
  min-height: 230px;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--blue);
  transition:
    transform 280ms ease,
    background 280ms ease;
}
.partner-card:nth-child(3n + 2) {
  background: #f8d9ca;
}
.partner-card:nth-child(3n) {
  background: var(--ink);
}
.partner-card:nth-child(3n) p,
.partner-card:nth-child(3n) a {
  color: #fff;
}
.partner-card:hover {
  transform: translateY(-7px) rotate(-0.5deg);
}
.partner-card::after {
  content: "↗";
  position: absolute;
  right: 24px;
  top: 22px;
  font-size: 26px;
}
.partner-card p {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(22px, 2.3vw, 31px);
  line-height: 1.12;
}
.page-cta-wrap {
  margin-top: 24px;
}
.page-cta-wrap .elementor-cta {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 38px;
  background: var(--ink);
  box-shadow: 0 30px 80px rgba(17, 58, 54, 0.2);
}
.page-cta-wrap .elementor-cta__bg-wrapper,
.page-cta-wrap .elementor-cta__bg,
.page-cta-wrap .elementor-cta__bg-overlay {
  position: absolute;
  inset: 0;
}
.page-cta-wrap .elementor-cta__bg {
  background-size: cover;
  background-position: center;
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.page-cta-wrap .elementor-cta:hover .elementor-cta__bg {
  transform: scale(1.04);
}
.page-cta-wrap .elementor-cta__bg-overlay {
  background: linear-gradient(
    90deg,
    rgba(8, 52, 48, 0.95),
    rgba(8, 52, 48, 0.16)
  );
}
.page-cta-wrap .elementor-cta__content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding: clamp(42px, 6vw, 78px);
  color: #fff;
}
.page-cta-wrap .elementor-cta__title {
  margin: 0 0 16px;
  color: #fff;
  font:
    400 clamp(42px, 5vw, 68px) / 1 Georgia,
    serif;
  letter-spacing: -0.04em;
}
.page-cta-wrap .elementor-cta__description {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}
.page-cta-wrap .elementor-cta__button {
  display: inline-flex;
  margin-top: 22px;
  padding: 14px 24px;
  border-radius: 999px;
  background: var(--peach);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}
.page-cta-wrap .elementor-ribbon {
  display: none;
}
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.language {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  padding: 12px 18px;
  border-radius: 12px;
  background: #222;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 900px) {
  .nav {
    height: 82px;
    padding: 0 18px;
    grid-template-columns: 1fr auto;
  }
  .brand img {
    width: 54px;
    height: 54px;
  }
  .links {
    display: none;
    position: absolute;
    top: 112px;
    left: 14px;
    right: 14px;
    padding: 20px;
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: 0 20px 50px rgba(17, 58, 54, 0.18);
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .links.open {
    display: flex;
  }
  .menu-button {
    display: block;
  }
  .hero {
    min-height: calc(100vh - 112px);
  }
  .hero:before {
    background: linear-gradient(
      0deg,
      rgba(8, 52, 48, 0.93),
      rgba(8, 52, 48, 0.08) 78%
    );
  }
  .hero-inner {
    padding: 260px 16px 54px;
  }
  .hero h1 {
    font-size: clamp(48px, 15vw, 72px);
  }
  .pulse {
    grid-template-columns: 1fr 1fr;
  }
  .pulse a {
    font-size: 13px;
  }
  .section {
    padding: 76px 16px;
  }
  .referral-grid {
    grid-template-columns: 1fr;
  }
  .referral-image {
    min-height: 330px;
  }
  .referral-copy {
    padding: 38px 26px;
  }
  .story-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  .chapters {
    grid-template-columns: 1fr;
  }
  .chapter,
  .chapter:nth-child(even) {
    padding: 34px 0;
    border-left: 0;
  }
  .service-heading {
    display: block;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .card {
    min-height: 360px;
  }
  .content-footer {
    padding: 70px 20px 28px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 25px;
  }
  .page-hero {
    min-height: 460px;
    align-items: flex-end;
    background-position: 58% center;
  }
  .page-hero-inner {
    padding: 120px 18px 54px;
  }
  .page-hero h1 {
    max-width: 95%;
    font-size: clamp(48px, 13.5vw, 70px);
    line-height: 0.98;
  }
  .hero-line {
    width: 72px;
    height: 7px;
    margin-top: 28px;
  }
  .page-hero-orbit {
    left: 20px;
    top: 34px;
  }
  .article-section {
    padding: 72px 14px 88px;
  }
  .chapter-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .content-chapter,
  .chapter-lead,
  .chapter-grid > .content-chapter:nth-of-type(4),
  .chapter-grid > .content-chapter:last-of-type:not(.chapter-lead),
  .visual-pause {
    grid-column: 1;
  }
  .content-chapter {
    min-height: 0;
    padding: 32px 24px;
    border-radius: 25px;
  }
  .chapter-lead {
    min-height: 0;
    display: block;
    padding: 42px 26px;
  }
  .chapter-grid > .content-chapter:last-of-type:not(.chapter-lead) {
    display: block;
  }
  .chapter-lead > h2,
  .chapter-lead > h3,
  .chapter-lead > h4 {
    margin-bottom: 30px;
  }
  .article-body h2 {
    font-size: clamp(38px, 11vw, 52px);
  }
  .article-body h3 {
    font-size: clamp(29px, 8vw, 38px);
  }
  .article-body p,
  .article-body li {
    font-size: 16px;
    line-height: 1.68;
  }
  .chapter-list li {
    padding: 16px 15px 16px 42px;
  }
  .visual-pause {
    min-height: 310px;
    border-radius: 28px 28px 44% 44%;
  }
  .partner-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .partner-card {
    min-height: 180px;
    padding: 22px;
    border-radius: 23px;
  }
  .page-cta-wrap {
    margin-top: 16px;
  }
  .page-cta-wrap .elementor-cta {
    min-height: 450px;
    border-radius: 26px;
  }
  .page-cta-wrap .elementor-cta__content {
    padding: 34px 25px;
  }
  .page-cta-wrap .elementor-cta__title {
    font-size: clamp(38px, 11vw, 52px);
  }
  .language {
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  .partner-grid {
    grid-template-columns: 1fr;
  }
  .partner-card {
    min-height: 150px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal,
  .content-chapter,
  .partner-card,
  .page-cta-wrap .elementor-cta__bg {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
