/* 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;
}

@media (max-width: 800px) {
  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;
}

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;
  }
}
