:root {
  --page-cream: #f4efe8;
  --page-sand: #e8ddd0;
  --page-taupe: #baa38e;
  --page-olive: #6f655b;
  --page-ink: #1d1713;
  --page-brown: #382c24;
  --page-line: rgba(56,44,36,.12);
}

body[data-page="faq"] {
  --page-bg: #fbf7f1;
}

.page-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 140px 0 72px;
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(196,181,165,.18) 0%, transparent 26%),
    linear-gradient(155deg, rgba(28,20,16,.92) 0%, rgba(28,20,16,.74) 48%, rgba(28,20,16,.82) 100%);
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--hero-image) center center/cover no-repeat;
  transform: scale(1.03);
}

.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(22,16,12,.84) 0%, rgba(22,16,12,.64) 34%, rgba(22,16,12,.26) 62%, rgba(22,16,12,.58) 100%),
    linear-gradient(180deg, rgba(22,16,12,.28) 0%, rgba(22,16,12,.16) 32%, rgba(22,16,12,.54) 100%);
}

.page-hero .container,
.page-section .container {
  position: relative;
  z-index: 1;
}

.hero-inner {
  max-width: 640px;
}

body[data-page="offer"] .hero-inner {
  max-width: 755px;
}

body[data-page="about"] .hero-inner {
  max-width: 760px;
}

.hero-eyebrow {
  display: inline-block;
  margin-bottom: 22px;
  font-size: .72rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: rgba(255,255,255,.62);
}

.hero-inner h1 {
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 7.4vw, 6.8rem);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.02em;
  margin-bottom: 22px;
}

body[data-page="about"] .hero-inner h1 {
  font-size: clamp(2.9rem, 5.8vw, 5.6rem);
}

.hero-lead {
  font-size: 1.08rem;
  line-height: 1.95;
  max-width: 34rem;
  color: rgba(255,255,255,.82);
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.section-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.werkwijze-actions {
  margin-top: 50px;
}

.zwangerschap-werkwijze-actions {
  margin-top: 100px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  background: #fff;
  border: 1px solid #fff;
  color: var(--page-ink);
  text-decoration: none;
  text-transform: uppercase;
  font-size: .74rem;
  letter-spacing: .16em;
  transition: all .2s ease;
}

.btn-primary:hover {
  background: transparent;
  color: #fff;
}

.page-section .btn-primary {
  background: var(--page-brown);
  border-color: var(--page-brown);
  color: #fff;
}

.page-section .btn-primary:hover {
  background: transparent;
  color: var(--page-brown);
}

.page-section.dark .btn-primary:hover {
  border-color: #fff;
  color: #fff;
}

.page-section .btn-secondary {
  border-color: var(--page-brown);
  color: var(--page-brown);
}

.page-section .btn-secondary:hover {
  background: var(--page-brown);
  color: #fff;
}

.btn-secondary {
  display: inline-block;
  padding: 13px 28px;
  border: 1px solid rgba(255,255,255,.44);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .74rem;
  letter-spacing: .16em;
  transition: all .2s ease;
}

.btn-secondary:hover {
  background: #fff;
  color: var(--page-ink);
}

.page-section {
  position: relative;
  padding: 108px 0;
}

.page-section.alt {
  background: linear-gradient(180deg, var(--page-cream) 0%, #efe7dd 100%);
}

.page-section.soft {
  background: linear-gradient(180deg, #faf6f1 0%, #f6efe7 100%);
}

.page-section.dark {
  color: #fff;
  background:
    radial-gradient(circle at 78% 28%, rgba(196,181,165,.12) 0%, transparent 22%),
    linear-gradient(160deg, #2b211b 0%, #171210 100%);
}

body[data-page="about"] .vision-section {
  background:
    linear-gradient(180deg, rgba(43,33,27,.92) 0%, rgba(29,23,19,.96) 100%),
    #2b211b;
  color: #fff;
}

body[data-page="about"] .vision-section::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(255,255,255,.18);
}

body[data-page="about"] .vision-section .section-kicker {
  color: rgba(255,255,255,.58);
}

body[data-page="about"] .vision-section .section-intro h2 {
  color: #fff;
}

body[data-page="about"] .vision-section .section-intro p {
  color: rgba(255,255,255,.74);
}

body[data-page="about"] .vision-section .feature-card {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.14);
}

body[data-page="about"] .vision-section .feature-card-content h3 {
  color: #fff;
}

body[data-page="about"] .vision-section .feature-card-content p {
  color: rgba(255,255,255,.7);
}

.section-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 56px;
  align-items: start;
}

.section-intro {
  max-width: 48rem;
  margin-bottom: 54px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--page-taupe);
  font-size: .72rem;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.page-section.dark .section-kicker {
  color: rgba(255,255,255,.54);
}

.section-intro h2,
.section-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: 1.06;
  color: var(--page-brown);
  margin-bottom: 20px;
}

.page-section.dark .section-intro h2,
.page-section.dark .section-copy h2 {
  color: #fff;
}

.section-intro p,
.section-copy p,
.section-note,
.section-copy li,
.faq-answer,
.page-list li {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--page-olive);
}

.section-note {
  margin-top: 28px;
}

.page-section.dark .section-intro p,
.page-section.dark .section-copy p,
.page-section.dark .section-copy li,
.page-section.dark .page-list li {
  color: rgba(255,255,255,.74);
}

.page-list,
.faq-list {
  list-style: none;
  display: grid;
  gap: 8px;
}

.page-list li {
  padding-left: 22px;
  position: relative;
  line-height: 1.65;
}

.page-list li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--page-taupe);
  position: absolute;
  left: 0;
  top: .72em;
}

.feature-grid,
.offer-grid,
.faq-grid,
.story-grid {
  display: grid;
  gap: 22px;
}

.offer-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.story-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.story-card,
.faq-card,
.offer-card {
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,.56);
  border: 1px solid var(--page-line);
}

.story-card {
  display: flex;
}

body[data-page="testimonials"] .reviews-collage {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

body[data-page="testimonials"] .review-story,
body[data-page="testimonials"] .review-image {
  position: relative;
  overflow: hidden;
  min-height: 360px;
}

body[data-page="testimonials"] .video-review {
  grid-column: span 12;
  display: grid;
  grid-template-columns: minmax(220px, .35fr) minmax(0, .65fr);
  gap: 24px;
  align-items: stretch;
  background: #171210;
  color: #fff;
  overflow: hidden;
}

body[data-page="testimonials"] .video-review-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 4vw, 54px);
}

body[data-page="testimonials"] .video-review-copy h3 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 400;
  line-height: 1;
  margin-top: 14px;
}

body[data-page="testimonials"] .video-review video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  background: #000;
}

body[data-page="testimonials"] .review-pair {
  grid-column: span 12;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 24px;
}

body[data-page="testimonials"] .review-pair:nth-of-type(even) .review-story {
  order: 2;
}

body[data-page="testimonials"] .review-pair:nth-of-type(even) .review-image {
  order: 1;
}

body[data-page="testimonials"] .review-story {
  grid-column: span 5;
  display: flex;
  background: rgba(255,255,255,.64);
  border: 1px solid var(--page-line);
}

body[data-page="testimonials"] .review-story-large {
  grid-column: span 7;
}

body[data-page="testimonials"] .review-story-full {
  grid-column: span 12;
}

body[data-page="testimonials"] .review-story-wide {
  grid-column: span 7;
  background: #fff;
}

body[data-page="testimonials"] .review-pair .review-story,
body[data-page="testimonials"] .review-pair .review-image {
  grid-column: auto;
}

body[data-page="testimonials"] .review-image {
  grid-column: span 5;
  background:
    linear-gradient(180deg, rgba(28,20,16,.08) 0%, rgba(28,20,16,.28) 100%),
    var(--review-image) center center/cover no-repeat;
}

body[data-page="testimonials"] .review-slider {
  background: #171210;
}

body[data-page="testimonials"] .review-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .7s ease, transform 1.2s ease;
}

body[data-page="testimonials"] .review-slider img.active {
  opacity: 1;
  transform: scale(1);
}

body[data-page="testimonials"] .review-slider::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23,18,16,.04) 0%, rgba(23,18,16,.22) 100%);
  pointer-events: none;
}

body[data-page="testimonials"] .review-slider-btn,
.image-slider .review-slider-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 50%;
  background: rgba(23,18,16,.24);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}

body[data-page="testimonials"] .review-slider-btn:hover,
.image-slider .review-slider-btn:hover {
  background: rgba(23,18,16,.52);
  border-color: rgba(255,255,255,.82);
}

body[data-page="testimonials"] .review-slider-prev,
.image-slider .review-slider-prev {
  left: 18px;
}

body[data-page="testimonials"] .review-slider-next,
.image-slider .review-slider-next {
  right: 18px;
}

body[data-page="testimonials"] .review-slider-dots,
.image-slider .review-slider-dots {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
}

body[data-page="testimonials"] .review-slider-dots span,
.image-slider .review-slider-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,.46);
}

body[data-page="testimonials"] .review-slider-dots span.active,
.image-slider .review-slider-dots span.active {
  background: #fff;
}

body[data-page="testimonials"] .review-image-tall {
  min-height: 620px;
}

body[data-page="testimonials"] .review-story .story-card-content {
  padding: clamp(28px, 4vw, 54px);
}

body[data-page="testimonials"] .review-story .story-card-content::before {
  content: '\201C';
  display: block;
  font-family: var(--font-display);
  font-size: clamp(4.4rem, 7vw, 7.2rem);
  line-height: .65;
  color: rgba(186,163,142,.44);
  margin-bottom: 10px;
}

body[data-page="testimonials"] .review-story h3 {
  min-height: 0;
  order: 2;
  margin: 22px 0 0;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
}

body[data-page="testimonials"] .review-story p {
  font-size: .98rem;
  line-height: 1.9;
  color: var(--page-olive);
  margin-bottom: 14px;
}

body[data-page="testimonials"] .review-story .review-rating {
  order: 1;
  margin: 0 0 8px;
  padding-top: 0;
}

.page-section.dark .feature-card,
.page-section.dark .story-card,
.page-section.dark .faq-card,
.page-section.dark .offer-card {
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.1);
}

.offer-card {
  min-height: 480px;
  display: grid;
  align-items: end;
  color: #fff;
}

.offer-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--card-image) center center/cover no-repeat;
  transition: transform .8s ease;
}

.offer-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,15,12,.04) 18%, rgba(20,15,12,.76) 100%);
}

.offer-card:hover::before {
  transform: scale(1.05);
}

.offer-card-content,
.feature-card-content,
.story-card-content,
.faq-card-content {
  position: relative;
  z-index: 1;
  padding: 28px;
}

.story-card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.offer-card-content h3,
.feature-card-content h3,
.story-card-content h3,
.faq-card-content h3,
.faq-question {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 14px;
}

.story-card-content h3 {
  min-height: 2.2em;
}

.feature-card-content p,
.story-card-content p,
.faq-card-content p,
.offer-card-content p {
  line-height: 1.85;
}

.story-card-content .review-rating {
  margin-top: auto;
  padding-top: 18px;
  color: var(--page-taupe);
  font-size: .82rem;
  letter-spacing: .04em;
}

.review-actions {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  border: 1px solid var(--page-brown);
  color: var(--page-brown);
  text-decoration: none;
  text-transform: uppercase;
  font-size: .72rem;
  letter-spacing: .16em;
  transition: all .2s ease;
}

.page-button:hover {
  background: var(--page-brown);
  color: #fff;
}

.feature-card-content a,
.offer-card-content a {
  display: inline-block;
  margin-top: 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .72rem;
}

.feature-card-content a {
  color: var(--page-brown);
}

.offer-card-content a {
  color: #fff;
}

.split-visual {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.22) 100%),
    var(--section-image) center center/cover no-repeat;
}

.split-visual.no-overlay {
  background: var(--section-image) center center/cover no-repeat;
}

.image-slider {
  background: #171210;
}

.image-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .7s ease, transform 1.2s ease;
}

.image-slider img.active {
  opacity: 1;
  transform: scale(1);
}

.image-slider::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23,18,16,.04) 0%, rgba(23,18,16,.18) 100%);
  pointer-events: none;
}

.image-slider .review-slider-btn,
.image-slider .review-slider-dots {
  z-index: 2;
}

.split-visual.tall {
  min-height: 760px;
}

.split-video {
  position: relative;
  display: block;
  width: 100%;
  min-height: 640px;
  padding: 0;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  background: #171210;
}

.split-video.tall {
  min-height: 760px;
}

.split-video img,
.split-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.split-video::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24,18,14,.04) 0%, rgba(24,18,14,.26) 100%);
}

.split-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  background: rgba(29,23,19,.48);
  transform: translate(-50%, -50%);
  transition: transform .2s ease, background .2s ease;
  pointer-events: none;
}

.split-video-play::before {
  content: '';
  position: absolute;
  left: 29px;
  top: 23px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff;
}

.split-video:hover .split-video-play,
.split-video:focus-visible .split-video-play {
  background: rgba(29,23,19,.72);
  transform: translate(-50%, -50%) scale(1.06);
}

.split-video:focus-visible {
  outline: 2px solid var(--page-taupe);
  outline-offset: 4px;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 30px;
}

.video-modal[hidden] {
  display: none;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23,18,16,.82);
}

.video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  background: #171210;
  box-shadow: 0 26px 80px rgba(0,0,0,.38);
}

.video-modal__dialog video {
  display: block;
  width: 100%;
  max-height: 82svh;
  background: #171210;
}

.video-modal__close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  background: rgba(23,18,16,.72);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.video-modal__close:hover,
.video-modal__close:focus-visible {
  background: rgba(255,255,255,.16);
}

body.video-modal-open {
  overflow: hidden;
}

.stacked-moments {
  display: grid;
  gap: 18px;
}

.moment {
  min-height: 260px;
  background:
    linear-gradient(180deg, rgba(24,18,14,.08) 0%, rgba(24,18,14,.22) 100%),
    var(--moment-image) center center/cover no-repeat;
}

.moment-large {
  min-height: 540px;
}

body[data-page="about"] .shoot-section .section-shell {
  align-items: stretch;
}

body[data-page="about"] .shoot-section .stacked-moments {
  height: 100%;
}

body[data-page="about"] .shoot-section .moment-large {
  height: 100%;
  min-height: 0;
}

body[data-page="about"] .shoot-section .section-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 560px;
  padding: clamp(30px, 4vw, 48px);
  background: rgba(255,255,255,.58);
  border: 1px solid var(--page-line);
}

body[data-page="about"] .shoot-section .section-copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  line-height: 1.16;
  margin-bottom: 18px;
}

body[data-page="about"] .shoot-section .section-copy p {
  max-width: 30rem;
  line-height: 1.75;
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 20px;
}

.step {
  padding-top: 18px;
  border-top: 1px solid var(--page-line);
}

.step-row-start {
  grid-column: 1;
}

.page-section.dark .step {
  border-top-color: rgba(255,255,255,.14);
}

.step-number {
  display: block;
  margin-bottom: 18px;
  font-size: .78rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--page-taupe);
}

.step h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--page-brown);
  margin-bottom: 12px;
}

.page-section.dark .step h3 {
  color: #fff;
}

.step p {
  font-size: .96rem;
  line-height: 1.8;
}

.product-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  background: var(--page-line);
}

.product-card {
  background: #fff;
  padding: 34px 30px 36px;
}

.product-card h3 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--page-brown);
  margin-bottom: 14px;
}

.product-card p {
  color: var(--page-olive);
  line-height: 1.85;
}

.personal-loop-section {
  padding: 0;
  overflow: hidden;
  background: #171210;
}

.personal-loop-slider {
  width: 100%;
  overflow: hidden;
}

.personal-loop-track {
  display: flex;
  width: max-content;
  animation: personal-loop-scroll var(--personal-loop-duration, 96s) linear infinite;
}

.personal-loop-slider:hover .personal-loop-track,
.personal-loop-slider:focus-within .personal-loop-track {
  animation-play-state: paused;
}

.personal-loop-item {
  position: relative;
  flex: 0 0 20vw;
  width: 20vw;
  aspect-ratio: 4 / 5;
  border: 0;
  border-right: 4px solid #fff;
  background: #171210;
  cursor: zoom-in;
  overflow: hidden;
}

.personal-loop-item:focus-visible {
  z-index: 1;
  outline: 2px solid #fff;
  outline-offset: -6px;
}

.personal-loop-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.personal-loop-item:hover img,
.personal-loop-item:focus-visible img {
  transform: scale(1.03);
}

@keyframes personal-loop-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: 30px;
}

.image-modal[hidden] {
  display: none;
}

.image-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(23,18,16,.86);
  cursor: zoom-out;
}

.image-modal__dialog {
  position: relative;
  z-index: 1;
  max-width: min(1120px, 100%);
  max-height: 88svh;
}

.image-modal__dialog img {
  display: block;
  max-width: 100%;
  max-height: 88svh;
  object-fit: contain;
  background: #171210;
  box-shadow: 0 26px 80px rgba(0,0,0,.42);
}

.image-modal__close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  background: rgba(23,18,16,.72);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.image-modal__close:hover,
.image-modal__close:focus-visible {
  background: rgba(255,255,255,.16);
}

body.image-modal-open {
  overflow: hidden;
}

.lens-promo-section {
  background:
    linear-gradient(180deg, rgba(56,44,36,.04) 0%, rgba(56,44,36,.08) 100%),
    #eee3d7;
  border-bottom: 1px solid rgba(56,44,36,.1);
}

.lens-promo-section .section-copy {
  align-self: center;
}

.lens-promo-section .section-copy p {
  max-width: 39rem;
}

.lens-promo-section .hero-actions {
  margin-top: 28px;
}

.lens-promo-visual {
  display: block;
  min-height: 560px;
  background: url("../images/door-mijn-lens-nieuwsbrief.jpg") center center/contain no-repeat;
  filter: drop-shadow(0 30px 38px rgba(56,44,36,.18));
  transition: transform .2s ease, filter .2s ease;
}

.lens-promo-visual:hover,
.lens-promo-visual:focus-visible {
  transform: translateY(-4px);
  filter: drop-shadow(0 34px 44px rgba(56,44,36,.22));
}

.final-cta {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.final-cta .hero-actions {
  justify-content: center;
}

.final-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.5vw, 4rem);
  font-weight: 400;
  line-height: 1.06;
  margin-bottom: 18px;
}

.final-cta p {
  line-height: 1.9;
  margin-bottom: 28px;
}

.faq-list {
  gap: 18px;
}

.faq-item {
  padding: 24px 0;
  border-top: 1px solid var(--page-line);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--page-line);
}

.faq-question {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: var(--page-brown);
}

.faq-answer {
  margin: 0;
}

.page-section.dark .faq-question {
  color: #fff;
}

.image-quote-section {
  min-height: 100vh;
  background: #171210;
}

.image-quote {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #000;
}

.image-quote img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-quote::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.68) 0%, rgba(0,0,0,.18) 48%, rgba(0,0,0,.52) 100%),
    linear-gradient(180deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,.56) 100%);
}

.image-quote figcaption {
  position: absolute;
  z-index: 1;
  left: clamp(24px, 8vw, 120px);
  bottom: clamp(34px, 8vw, 110px);
  max-width: 820px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 6rem);
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 1080px) {
  .offer-grid,
  .story-grid,
  .feature-grid,
  .faq-grid,
  .steps,
  .product-ribbon,
  .section-shell {
    grid-template-columns: 1fr;
  }

  .split-visual,
  .split-visual.tall,
  .split-video,
  .split-video.tall {
    min-height: 460px;
  }

  .moment-large {
    min-height: 460px;
  }

  body[data-page="about"] .shoot-section .section-copy {
    max-width: none;
  }

  body[data-page="about"] .shoot-section .moment-large {
    min-height: 420px;
  }

  .lens-promo-visual {
    min-height: 420px;
  }

  body[data-page="testimonials"] .reviews-collage {
    grid-template-columns: 1fr;
  }

  body[data-page="testimonials"] .review-story,
  body[data-page="testimonials"] .review-story-large,
  body[data-page="testimonials"] .review-story-full,
  body[data-page="testimonials"] .review-story-wide,
  body[data-page="testimonials"] .review-pair,
  body[data-page="testimonials"] .review-image {
    grid-column: 1;
  }

  body[data-page="testimonials"] .review-pair {
    grid-template-columns: 1fr;
  }

  body[data-page="testimonials"] .review-pair:nth-of-type(even) .review-story,
  body[data-page="testimonials"] .review-pair:nth-of-type(even) .review-image {
    order: initial;
  }

  body[data-page="testimonials"] .review-image,
  body[data-page="testimonials"] .review-image-tall {
    min-height: 420px;
  }

  body[data-page="testimonials"] .video-review {
    grid-column: 1;
    grid-template-columns: 1fr;
  }

  body[data-page="testimonials"] .video-review video {
    height: auto;
    min-height: 0;
    max-height: 78svh;
    aspect-ratio: 9 / 16;
    object-fit: contain;
  }

  .image-quote {
    min-height: 100vh;
  }

  .personal-loop-item {
    flex-basis: 33.333vw;
    width: 33.333vw;
  }
}

@media (max-width: 650px) {
  .page-hero {
    min-height: auto;
    padding: 130px 0 58px;
  }

  .page-section {
    padding: 78px 0;
  }

  .hero-inner h1 {
    font-size: clamp(2.8rem, 14vw, 4.6rem);
  }

  .hero-lead,
  .section-intro p,
  .section-copy p,
  .section-copy li,
  .faq-answer,
  .page-list li {
    font-size: .98rem;
  }

  .offer-card {
    min-height: 380px;
  }

  body[data-page="about"] .shoot-section .section-copy {
    padding: 28px 24px;
  }

  body[data-page="about"] .shoot-section .section-copy h2 {
    font-size: clamp(1.55rem, 7vw, 2.2rem);
  }

  .image-quote {
    min-height: 100vh;
  }

  .personal-loop-item {
    flex-basis: 50vw;
    width: 50vw;
  }
}

@media (max-width: 650px) {
  .personal-loop-item {
    flex-basis: 82vw;
    width: 82vw;
  }

  .image-modal {
    padding: 18px;
  }
}

body[data-page="offer"] .portrait-day-hero .hero-inner {
  max-width: 700px;
}

.portrait-day-hero {
  min-height: 92svh;
}

.portrait-day-hero::before {
  background-position: 58% center;
}

.portrait-day-visual,
.portrait-day-note-visual {
  min-height: 590px;
}

.portrait-day-info-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--page-line);
  border: 1px solid var(--page-line);
}

.portrait-day-info {
  min-height: 250px;
  padding: clamp(24px, 3vw, 34px);
  background: rgba(255,255,255,.72);
}

.portrait-day-info h3 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--page-brown);
  margin-bottom: 14px;
}

.portrait-day-info p {
  color: var(--page-olive);
  line-height: 1.78;
}

.portrait-day-info-cta {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.portrait-day-benefits .story-card {
  background: rgba(255,255,255,.62);
}

.portrait-day-note .section-shell {
  align-items: center;
}

@media (max-width: 1080px) {
  .portrait-day-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portrait-day-info:last-child {
    grid-column: 1 / -1;
    min-height: 190px;
  }
}

@media (max-width: 650px) {
  .portrait-day-hero {
    min-height: auto;
  }

  .portrait-day-info-grid {
    grid-template-columns: 1fr;
  }

  .portrait-day-info,
  .portrait-day-info:last-child {
    grid-column: auto;
    min-height: 0;
  }

  .portrait-day-visual,
  .portrait-day-note-visual {
    min-height: 420px;
  }
}
