/* Over ons: editorial, content-rich page structure inspired by the supplied reference. */
body[data-page="over-ons"] .about-editorial {
  padding: clamp(5.5rem, 10vw, 10rem) 0 clamp(5rem, 9vw, 9rem);
  background: #fff;
  color: var(--ink, #171917);
}

body[data-page="over-ons"] .about-breadcrumb {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: clamp(3.5rem, 7vw, 7rem);
  color: var(--muted, #686b67);
  font-size: .75rem;
  font-weight: 600;
}

body[data-page="over-ons"] .about-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

body[data-page="over-ons"] .about-breadcrumb a:hover {
  color: var(--orange, #f15a24);
}

body[data-page="over-ons"] .about-breadcrumb span[aria-current="page"] {
  color: var(--ink, #171917);
}

body[data-page="over-ons"] .about-editorial__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, .72fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: end;
}

body[data-page="over-ons"] .about-editorial__intro h2 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(2.8rem, 5.4vw, 5.7rem);
  font-weight: 550;
  letter-spacing: -.065em;
  line-height: .98;
  text-wrap: balance;
}

body[data-page="over-ons"] .about-editorial__intro-copy {
  max-width: 36rem;
  padding-bottom: .35rem;
}

body[data-page="over-ons"] .about-editorial__intro-copy p {
  margin: 0;
  color: var(--muted, #686b67);
  line-height: 1.65;
}

body[data-page="over-ons"] .about-editorial__intro-copy .about-editorial__lead {
  margin-bottom: 1.2rem;
  color: var(--ink, #171917);
  font: 600 clamp(1.25rem, 2vw, 1.65rem)/1.25 var(--display);
  letter-spacing: -.035em;
}

body[data-page="over-ons"] .about-editorial__feature {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
  margin-top: clamp(5rem, 10vw, 10rem);
  padding-top: clamp(2rem, 3vw, 3rem);
  border-top: 1px solid var(--line, #dededa);
}

body[data-page="over-ons"] .about-editorial__feature-copy {
  max-width: 31rem;
}

body[data-page="over-ons"] .about-editorial__feature-copy h3,
body[data-page="over-ons"] .about-editorial__prose h3 {
  margin: 0 0 1.4rem;
  color: var(--ink, #171917);
  font-size: clamp(2.1rem, 3.5vw, 3.9rem);
  font-weight: 550;
  letter-spacing: -.06em;
  line-height: 1;
  text-wrap: balance;
}

body[data-page="over-ons"] .about-editorial__feature-copy p:not(.eyebrow),
body[data-page="over-ons"] .about-editorial__prose p:not(.eyebrow) {
  max-width: 39rem;
  margin: 0;
  color: var(--muted, #686b67);
  line-height: 1.68;
}

body[data-page="over-ons"] .about-editorial__feature-copy p + p,
body[data-page="over-ons"] .about-editorial__prose p + p {
  margin-top: 1rem;
}

body[data-page="over-ons"] .about-editorial__feature-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #ecece8;
}

body[data-page="over-ons"] .about-editorial__feature-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body[data-page="over-ons"] .about-editorial__feature-media figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: 15rem;
  padding: .8rem 1rem;
  border-radius: .65rem;
  background: rgba(23, 25, 23, .84);
  color: #fff;
  font: 600 .82rem/1.3 var(--body);
}

body[data-page="over-ons"] .about-editorial__prose {
  max-width: 60rem;
  margin: clamp(5rem, 11vw, 11rem) auto 0;
}

body[data-page="over-ons"] .about-editorial__prose article {
  display: grid;
  grid-template-columns: minmax(10rem, .55fr) minmax(0, 1.45fr);
  column-gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(2.2rem, 4vw, 4rem) 0;
  border-top: 1px solid var(--line, #dededa);
}

body[data-page="over-ons"] .about-editorial__prose article:last-child {
  border-bottom: 1px solid var(--line, #dededa);
}

body[data-page="over-ons"] .about-editorial__prose .eyebrow {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  margin: .35rem 0 0;
}

body[data-page="over-ons"] .about-editorial__prose h3,
body[data-page="over-ons"] .about-editorial__prose p:not(.eyebrow) {
  grid-column: 2;
}

body[data-page="over-ons"] .about-editorial__prose h3 {
  max-width: 12ch;
}

body[data-page="over-ons"] .about-faq {
  background: var(--paper, #f7f7f5);
}

body[data-page="over-ons"] .about-faq .faq-layout {
  max-width: 76rem;
  margin-inline: auto;
}

body[data-page="over-ons"] .about-faq .faq-layout > div:first-child {
  position: static;
}

/* Text-first refinement: the story carries the page, while imagery stays supportive. */
body[data-page="over-ons"] .page-hero__media {
  aspect-ratio: 4 / 3;
}

body[data-page="over-ons"] .about-editorial__feature {
  display: block;
  max-width: 66rem;
}

body[data-page="over-ons"] .about-editorial__feature-copy {
  max-width: 53rem;
}

body[data-page="over-ons"] .about-editorial__feature-copy h3 {
  max-width: 14ch;
}

body[data-page="over-ons"] .values-section {
  background: #fff;
}

body[data-page="over-ons"] .values-carousel__viewport {
  overflow: visible;
  margin: 0;
  padding: 0;
}

body[data-page="over-ons"] .values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(2rem, 6vw, 6rem);
  transform: none !important;
  transition: none;
  will-change: auto;
}

body[data-page="over-ons"] .values-grid .value-box {
  display: block;
  flex: none;
  width: auto;
  padding: 1.8rem 0;
  border: 0;
  border-top: 1px solid var(--line, #dededa);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="over-ons"] .values-grid .value-box:hover {
  border-color: var(--line, #dededa);
  background: transparent;
  box-shadow: none;
  transform: none;
}

body[data-page="over-ons"] .value-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body[data-page="over-ons"] .value-box:hover .value-icon {
  background: transparent;
  color: var(--primary, #ff6105);
}

body[data-page="over-ons"] .values-carousel__controls {
  display: none;
}

body[data-page="over-ons"] .over-results .results-panels {
  max-width: 66rem;
  margin-inline: auto;
}

body[data-page="over-ons"] .over-results .results-panel {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding: clamp(2.5rem, 5vw, 5rem) 0;
  border-top: 1px solid var(--line, #dededa);
}

body[data-page="over-ons"] .over-results .results-panel-copy {
  order: -1;
  padding: 0;
  border: 0;
}

body[data-page="over-ons"] .over-results .results-panel-copy h3 {
  max-width: 12ch;
  margin: .45rem 0 1rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

body[data-page="over-ons"] .over-results .results-panel-copy p {
  max-width: 28rem;
  margin: 0;
  color: var(--muted, #686b67);
  line-height: 1.65;
}

body[data-page="over-ons"] .over-results .before-after {
  aspect-ratio: 16 / 9;
  border-radius: .75rem;
}

/* Match the homepage review avatars on Over ons, including pages where the
   homepage redesign stylesheet is not loaded. */
body[data-page="over-ons"] .review-avatar {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border: 1.5px solid var(--primary, #f15a24);
  border-radius: 50%;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
}

body[data-page="over-ons"] .review-avatar--1 { background: #2e6b56; }
body[data-page="over-ons"] .review-avatar--2 { background: #506d8e; }
body[data-page="over-ons"] .review-avatar--3 { background: #a45a3c; }
body[data-page="over-ons"] .review-avatar--4 { background: #6b5d91; }

@media (max-width: 800px) {
  /* Keep the review-to-FAQ transition compact on mobile. The page also
     carries the shared section spacing, so both adjoining paddings are
     intentionally reduced here. */
  .reviews {
    padding-bottom: 1.5rem;
  }

  .about-faq {
    padding-top: 1.5rem;
  }

  body[data-page="over-ons"] .about-editorial {
    padding: 4.5rem 0 5rem;
  }

  body[data-page="over-ons"] .about-breadcrumb {
    margin-bottom: 3rem;
  }

  body[data-page="over-ons"] .about-editorial__intro,
  body[data-page="over-ons"] .about-editorial__feature {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  body[data-page="over-ons"] .about-editorial__intro h2 {
    max-width: 12ch;
    font-size: clamp(2.65rem, 11vw, 4.2rem);
  }

  body[data-page="over-ons"] .about-editorial__feature {
    margin-top: 4.5rem;
  }

  body[data-page="over-ons"] .about-editorial__feature-media {
    order: -1;
  }

  body[data-page="over-ons"] .about-editorial__prose {
    margin-top: 5rem;
  }

  body[data-page="over-ons"] .about-editorial__prose article {
    display: block;
  }

  body[data-page="over-ons"] .about-editorial__prose .eyebrow {
    margin-bottom: 1rem;
  }

  body[data-page="over-ons"] .about-editorial__prose h3 {
    max-width: 13ch;
  }

  body[data-page="over-ons"] .page-hero__media {
    aspect-ratio: 16 / 10;
  }

  body[data-page="over-ons"] .values-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="over-ons"] .over-results .results-panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }

  body[data-page="over-ons"] .over-results .results-panel-copy {
    order: 0;
  }

  body[data-page="over-ons"] .over-results .before-after {
    aspect-ratio: 4 / 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="over-ons"] .about-editorial__feature-media img {
    transition: none;
  }
}

/* Over ons follows the same result-card rhythm: image first, service copy
   underneath, with an inset slider rather than an edge-to-edge visual. */
body[data-page="over-ons"] .over-results .results-panel {
  display: block;
  padding: .7rem;
  border: 1px solid var(--line, #dededa);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 .45rem 1.4rem rgba(23, 24, 23, .08);
}

body[data-page="over-ons"] .over-results .results-panel .before-after {
  margin: 0;
  border-radius: .7rem;
  box-shadow: none;
}

body[data-page="over-ons"] .over-results .results-panel-copy {
  display: block;
  order: 0;
  padding: 1rem .6rem .35rem;
  border: 0;
}

body[data-page="over-ons"] .over-results .results-panel-copy h3 {
  margin: .3rem 0 .6rem;
}

@media (max-width: 800px) {
  body[data-page="over-ons"] .over-results .results-panel {
    display: block;
    padding: .6rem;
  }

  body[data-page="over-ons"] .over-results .results-panel-copy {
    padding: .9rem .45rem .25rem;
  }
}

/* Match the editorial, text-led rhythm of the sustainability page. */
body[data-page="over-ons"] .page-hero__copy .page-proof-strip {
  display: none;
}

body[data-page="over-ons"] .about-editorial {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

body[data-page="over-ons"] .about-breadcrumb {
  display: none;
}

body[data-page="over-ons"] .about-editorial__intro {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

body[data-page="over-ons"] .about-editorial__intro h2 {
  max-width: 13ch;
  font-size: clamp(2.15rem, 2.7vw, 3rem);
  line-height: 1.02;
}

body[data-page="over-ons"] .about-editorial__intro-copy {
  max-width: 36rem;
  padding: 0;
}

body[data-page="over-ons"] .about-editorial__intro-copy .about-editorial__lead,
body[data-page="over-ons"] .about-editorial__intro-copy p {
  margin: 0;
  color: var(--muted, #686b67);
  font: inherit;
  letter-spacing: normal;
  line-height: 1.6;
}

body[data-page="over-ons"] .about-editorial__intro-copy p + p {
  margin-top: 1rem;
}

body[data-page="over-ons"] .about-editorial__feature {
  max-width: none;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: clamp(2rem, 4vw, 3rem);
}

body[data-page="over-ons"] .about-editorial__feature-copy {
  max-width: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(2rem, 5vw, 5rem);
}

body[data-page="over-ons"] .about-editorial__feature-copy h3 {
  grid-column: 1;
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.15rem, 2.7vw, 3rem);
  line-height: 1.02;
}

body[data-page="over-ons"] .about-editorial__feature-copy p:not(.eyebrow) {
  grid-column: 2;
  max-width: 36rem;
  font-size: 1.03rem;
  line-height: 1.6;
}

body[data-page="over-ons"] .about-editorial__prose {
  max-width: none;
  margin: clamp(3rem, 6vw, 5rem) 0 0;
}

body[data-page="over-ons"] .about-editorial__prose article {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(1.75rem, 3vw, 2.5rem) 0;
}

body[data-page="over-ons"] .about-editorial__prose h3 {
  grid-column: 1;
  grid-row: 1 / span 2;
  max-width: 13ch;
  margin: 0;
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  line-height: 1.08;
}

body[data-page="over-ons"] .about-editorial__prose p:not(.eyebrow) {
  grid-column: 2;
  max-width: 36rem;
  font-size: 1.03rem;
  line-height: 1.6;
}

body[data-page="over-ons"] .values-section {
  padding-top: clamp(4rem, 8vw, 7rem);
}

body[data-page="over-ons"] .values-section .section-heading {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
  margin-bottom: clamp(2.5rem, 5vw, 4rem) !important;
}

body[data-page="over-ons"] .values-section .section-heading h2 {
  max-width: 13ch;
  font-size: clamp(2.15rem, 2.7vw, 3rem);
  line-height: 1.02;
}

body[data-page="over-ons"] .values-section .section-heading > p {
  max-width: 36rem;
  font-size: 1.03rem;
  line-height: 1.6;
}

@media (max-width: 800px) {
  body[data-page="over-ons"] .page-hero--visual {
    padding-top: 1.25rem;
  }

  body[data-page="over-ons"] .page-hero__media {
    order: -1;
  }

  body[data-page="over-ons"] .about-editorial {
    padding: 3.5rem 0 4rem;
  }

  body[data-page="over-ons"] .about-editorial__intro,
  body[data-page="over-ons"] .about-editorial__feature-copy,
  body[data-page="over-ons"] .values-section .section-heading {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  body[data-page="over-ons"] .about-editorial__intro h2,
  body[data-page="over-ons"] .about-editorial__feature-copy h3,
  body[data-page="over-ons"] .values-section .section-heading h2 {
    font-size: clamp(2.15rem, 8.4vw, 3rem);
  }

  body[data-page="over-ons"] .about-editorial__feature-copy p:not(.eyebrow) {
    grid-column: 1;
  }

  body[data-page="over-ons"] .about-editorial__prose {
    margin-top: 2.5rem;
  }

  body[data-page="over-ons"] .about-editorial__prose article {
    display: block;
    padding: 2rem 0;
  }

  body[data-page="over-ons"] .about-editorial__prose h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}

/* Desktop copy sits in self-contained columns: heading, then its own text. */
body[data-page="over-ons"] .about-editorial__intro,
body[data-page="over-ons"] .about-editorial__feature-copy,
body[data-page="over-ons"] .about-editorial__prose {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
}

body[data-page="over-ons"] .about-editorial__intro article,
body[data-page="over-ons"] .about-editorial__feature-copy article,
body[data-page="over-ons"] .about-editorial__prose article {
  display: block;
  min-width: 0;
}

body[data-page="over-ons"] .about-editorial__intro h2,
body[data-page="over-ons"] .about-editorial__feature-copy h3,
body[data-page="over-ons"] .about-editorial__prose h3 {
  max-width: 13ch;
  margin: 0 0 1rem;
}

body[data-page="over-ons"] .about-editorial__intro article > p,
body[data-page="over-ons"] .about-editorial__feature-copy article > p,
body[data-page="over-ons"] .about-editorial__prose article > p {
  max-width: 36rem;
  margin: 0;
  color: var(--muted, #686b67);
  font-size: 1.03rem;
  line-height: 1.6;
}

body[data-page="over-ons"] .about-editorial__intro article > p + p,
body[data-page="over-ons"] .about-editorial__feature-copy article > p + p,
body[data-page="over-ons"] .about-editorial__prose article > p + p {
  margin-top: 1rem;
}

body[data-page="over-ons"] .about-editorial__feature-copy,
body[data-page="over-ons"] .about-editorial__prose {
  column-gap: clamp(2rem, 5vw, 5rem);
  row-gap: 0;
}

/* The intro and approach are now one continuous text block each. Keep them
   broad on desktop so the longer copy does not create an empty second column. */
body[data-page="over-ons"] .about-editorial__intro,
body[data-page="over-ons"] .about-editorial__feature-copy {
  grid-template-columns: minmax(0, 1fr);
}

body[data-page="over-ons"] .about-editorial__intro article,
body[data-page="over-ons"] .about-editorial__feature-copy article {
  max-width: 58rem;
}

body[data-page="over-ons"] .about-editorial__feature-copy article,
body[data-page="over-ons"] .about-editorial__prose article {
  padding-top: 1.25rem;
  border-top: 1px solid var(--line, #dededa);
}

body[data-page="over-ons"] .about-editorial__prose article:last-child {
  border-bottom: 0;
}

@media (max-width: 800px) {
  body[data-page="over-ons"] .about-editorial__intro,
  body[data-page="over-ons"] .about-editorial__feature-copy,
  body[data-page="over-ons"] .about-editorial__prose {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  body[data-page="over-ons"] .about-editorial__intro h2,
  body[data-page="over-ons"] .about-editorial__feature-copy h3,
  body[data-page="over-ons"] .about-editorial__prose h3,
  body[data-page="over-ons"] .values-section .section-heading h2,
  body[data-page="over-ons"] .over-results .results-panel-copy h3 {
    max-width: none;
  }
}

/* Mobile Over ons: after the hero, keep the page as one calm, text-first
   reading flow instead of a collection of cards and image panels. */
@media (max-width: 800px) {
  body[data-page="over-ons"] .about-editorial {
    padding: 2.5rem 0 3rem;
  }

  body[data-page="over-ons"] .about-editorial__intro,
  body[data-page="over-ons"] .about-editorial__feature-copy,
  body[data-page="over-ons"] .about-editorial__prose {
    display: block;
    max-width: none;
    margin: 0;
  }

  body[data-page="over-ons"] .about-editorial__intro article,
  body[data-page="over-ons"] .about-editorial__feature-copy article,
  body[data-page="over-ons"] .about-editorial__prose article {
    display: contents;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }

  body[data-page="over-ons"] .about-editorial__intro h2,
  body[data-page="over-ons"] .about-editorial__feature-copy h3,
  body[data-page="over-ons"] .about-editorial__prose h3 {
    max-width: none;
    margin: 1.35rem 0 .35rem;
    font-size: clamp(1.28rem, 5.2vw, 1.55rem);
    line-height: 1.18;
    text-wrap: balance;
  }

  body[data-page="over-ons"] .about-editorial__intro article:first-child > h2,
  body[data-page="over-ons"] .about-editorial__feature-copy article:first-child > h3,
  body[data-page="over-ons"] .about-editorial__prose article:first-child > h3 {
    margin-top: 0;
  }

  body[data-page="over-ons"] .about-editorial__intro article > p,
  body[data-page="over-ons"] .about-editorial__feature-copy article > p,
  body[data-page="over-ons"] .about-editorial__prose article > p {
    max-width: none;
    margin: 0;
    font-size: 1rem;
    line-height: 1.62;
  }

  body[data-page="over-ons"] .about-editorial__intro article > p + p,
  body[data-page="over-ons"] .about-editorial__feature-copy article > p + p,
  body[data-page="over-ons"] .about-editorial__prose article > p + p {
    margin-top: .85rem;
  }

  body[data-page="over-ons"] .about-editorial__feature {
    max-width: none;
    margin-top: 2rem;
    padding-top: 0;
    border-top: 0;
  }

  body[data-page="over-ons"] .about-editorial__prose {
    margin-top: 2rem;
  }

  body[data-page="over-ons"] .about-editorial__prose article:last-child {
    border-bottom: 0;
  }

  body[data-page="over-ons"] .about-editorial__feature-media,
  body[data-page="over-ons"] .about-editorial__feature-media img {
    display: none;
  }

  body[data-page="over-ons"] .values-section {
    padding: 2.5rem 0 3rem;
  }

  body[data-page="over-ons"] .values-section .section-heading {
    display: block;
    margin-bottom: 1.25rem !important;
  }

  body[data-page="over-ons"] .values-section .section-heading h2,
  body[data-page="over-ons"] .over-results .results-tabs-heading h2 {
    max-width: none;
    margin: 0 0 .45rem;
    font-size: clamp(1.35rem, 5.4vw, 1.65rem);
    line-height: 1.18;
  }

  body[data-page="over-ons"] .values-section .section-heading > p,
  body[data-page="over-ons"] .over-results .results-tabs-heading__aside p {
    max-width: none;
    margin: 0;
    font-size: 1rem;
    line-height: 1.62;
  }

  body[data-page="over-ons"] .values-grid {
    display: block;
  }

  body[data-page="over-ons"] .values-grid .value-box {
    display: block;
    width: auto;
    min-height: 0;
    margin: 1.25rem 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body[data-page="over-ons"] .values-grid .value-box:first-child {
    margin-top: 0;
  }

  body[data-page="over-ons"] .values-grid .value-box:hover {
    border-color: var(--line, #dededa);
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  body[data-page="over-ons"] .values-grid .value-icon,
  body[data-page="over-ons"] .values-carousel__controls {
    display: none;
  }

  body[data-page="over-ons"] .value-content h3 {
    max-width: none;
    margin: 0 0 .55rem;
    font-size: 1.18rem;
    line-height: 1.2;
  }

  body[data-page="over-ons"] .value-content p {
    max-width: none;
    margin: 0;
    font-size: 1rem;
    line-height: 1.62;
  }

  body[data-page="over-ons"] .over-results {
    padding: 2.5rem 0 3rem;
  }

  body[data-page="over-ons"] .over-results .results-tabs-heading {
    display: block;
    margin-bottom: 1.25rem;
  }

  body[data-page="over-ons"] .over-results .results-tabs-heading__aside .button,
  body[data-page="over-ons"] .over-results .results-tabs,
  body[data-page="over-ons"] .over-results .results-panel-kicker,
  body[data-page="over-ons"] .over-results .before-after {
    display: none;
  }

  body[data-page="over-ons"] .over-results .results-panel,
  body[data-page="over-ons"] .over-results .results-panel[hidden] {
    display: block !important;
    min-height: 0;
    margin: 1.25rem 0 0;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body[data-page="over-ons"] .over-results .results-panel:first-child {
    margin-top: 0;
  }

  body[data-page="over-ons"] .over-results .results-panel-copy {
    display: block;
    max-width: none;
    margin: 0;
    padding: 0 !important;
    border: 0;
  }

  body[data-page="over-ons"] .over-results .results-panel-copy h3 {
    max-width: none;
    margin: 0 0 .35rem;
    font-size: 1.15rem;
    line-height: 1.22;
  }

  body[data-page="over-ons"] .over-results .results-panel-copy p {
    max-width: none;
    margin: 0;
    font-size: 1rem;
    line-height: 1.62;
  }

  body[data-page="over-ons"] .reviews {
    padding: 2.5rem 0 3rem;
  }

  body[data-page="over-ons"] .reviews .section-heading {
    display: block;
    margin-bottom: 1.25rem;
  }

  body[data-page="over-ons"] .reviews .section-heading h2,
  body[data-page="over-ons"] .about-faq h2,
  body[data-page="over-ons"] .cta-band h2,
  body[data-page="over-ons"] .contact-info h2 {
    max-width: none;
    margin: 0 0 .45rem;
    font-size: clamp(1.35rem, 5.4vw, 1.65rem);
    line-height: 1.18;
  }

  body[data-page="over-ons"] .reviews .section-heading > p {
    max-width: none;
    margin: 0;
    font-size: 1rem;
    line-height: 1.62;
  }

  body[data-page="over-ons"] .review-grid {
    display: flex;
    gap: 1rem;
    margin: 0 calc(-1 * var(--gutter));
    padding: .65rem var(--gutter) 1.5rem;
    overflow-x: auto;
    border: 0;
    scroll-padding-inline: var(--gutter);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body[data-page="over-ons"] .review-grid::-webkit-scrollbar {
    display: none;
  }

  body[data-page="over-ons"] .review-grid blockquote,
  body[data-page="over-ons"] .review-grid blockquote:last-child {
    flex: 0 0 min(79vw, 21rem);
    display: flex;
    min-height: 14.5rem;
    margin: 0;
    padding: 1.45rem;
    border: 1px solid #dedfda;
    border-radius: .7rem;
    background: #fff;
    box-shadow: none;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  body[data-page="over-ons"] .review-grid blockquote > .review-card-top {
    display: flex;
  }

  body[data-page="over-ons"] .review-person img {
    display: none;
  }

  body[data-page="over-ons"] .review-person {
    display: flex;
    align-items: center;
    gap: .7rem;
  }

  body[data-page="over-ons"] .review-stars {
    display: flex;
    margin-top: 0;
  }

  body[data-page="over-ons"] .review-grid blockquote > p {
    max-width: none;
    margin: 1.35rem 0 0;
    font-size: clamp(.92rem, 1.05vw, 1.04rem);
    line-height: 1.55;
  }

  body[data-page="over-ons"] .review-carousel-dots {
    display: flex;
  }

  body[data-page="over-ons"] .about-faq {
    padding: 2.5rem 0 3rem;
  }

  body[data-page="over-ons"] .about-faq .faq-layout {
    display: block;
  }

  body[data-page="over-ons"] .about-faq .faq-layout > div:first-child {
    margin-bottom: 1.25rem;
  }

  body[data-page="over-ons"] .about-faq .faq-layout > div:first-child > p {
    max-width: none;
    margin: 0;
    font-size: 1rem;
    line-height: 1.62;
  }

  body[data-page="over-ons"] .faq-list summary {
    font-size: 1.08rem;
  }

  body[data-page="over-ons"] .cta-band,
  body[data-page="over-ons"] .contact {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
}

/* Keep the Over ons hero in the same compact mobile scale as the story below. */
@media (max-width: 800px) {
  body[data-page="over-ons"] .page-hero--visual .page-shell {
    gap: 1.25rem;
  }

  body[data-page="over-ons"] .page-hero h1 {
    max-width: none;
    margin-bottom: 0;
    font-size: clamp(2.35rem, 9vw, 3rem);
    line-height: 1.02;
  }

  body[data-page="over-ons"] .page-hero p:not(.eyebrow) {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.6;
  }
}

/* The shared mobile display scale uses !important for main h2 elements;
   keep every Over ons heading in the smaller reading scale as well. */
@media (max-width: 800px) {
  body[data-page="over-ons"] .about-editorial__intro h2,
  body[data-page="over-ons"] .values-section .section-heading h2,
  body[data-page="over-ons"] .over-results .results-tabs-heading h2,
  body[data-page="over-ons"] .reviews .section-heading h2,
  body[data-page="over-ons"] .about-faq h2,
  body[data-page="over-ons"] .cta-band h2,
  body[data-page="over-ons"] .contact-info h2 {
    font-size: clamp(1.28rem, 5.2vw, 1.55rem) !important;
  }
}

/* Use a clean result image in the Over ons hero. */
body[data-page="over-ons"] .page-hero__image {
  position: relative;
  overflow: hidden;
}

body[data-page="over-ons"] .page-hero__image > img:not(.about-hero-team-image) {
  display: none !important;
}

body[data-page="over-ons"] .page-hero__image .about-hero-team-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
