/**
 * Over ons — eigen pagina-architectuur (niet service-page / home-banden).
 * Alleen binnen .site-main--about.
 */

.site-main--about {
  --about-ink: #0a0f0d;
  --about-ink-soft: #2a322e;
  --about-paper: #f7f8f6;
  --about-line: rgba(15, 21, 18, 0.12);
  --about-green: var(--color-brand-green);
  --about-green-dim: rgba(var(--color-brand-green-rgb), 0.22);
  display: block;
  width: 100%;
  max-width: min(100vw, var(--header-max-width));
  margin-inline: auto;
  padding-bottom: 4rem;
  box-sizing: border-box;
}

.about-hero {
  position: relative;
  background: var(--about-ink);
  color: #f2f5f3;
  overflow: hidden;
}

.about-hero__grid {
  display: grid;
  gap: 0;
  min-height: clamp(20rem, 52vh, 34rem);
}

@media (min-width: 880px) {
  .about-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
  }
}

.about-hero__copy {
  position: relative;
  z-index: 1;
  padding: clamp(1.75rem, 4vw, 2.75rem) var(--header-padding-x) clamp(2rem, 5vw, 3.25rem);
  max-width: min(100%, 38rem);
}

@media (min-width: 880px) {
  .about-hero__copy {
    max-width: none;
    padding-left: var(--header-content-inset-left);
    padding-right: clamp(1rem, 3vw, 2rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.about-hero__body {
  margin: 0;
  padding: 0 0 0 0.85rem;
  border-left: 4px solid var(--about-green);
}

@media (min-width: 880px) {
  .about-hero__body {
    padding-left: 1rem;
  }
}

.about-breadcrumb {
  margin: 0 0 1.25rem;
  padding-left: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242, 245, 243, 0.55);
}

.about-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.about-breadcrumb a {
  color: rgba(242, 245, 243, 0.78);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.about-breadcrumb a:focus-visible {
  outline: 2px solid var(--about-green);
  outline-offset: 3px;
}

.about-breadcrumb__sep {
  color: rgba(242, 245, 243, 0.35);
  user-select: none;
}

.about-breadcrumb__current {
  color: #f2f5f3;
  font-weight: 700;
}

.about-hero__title {
  margin: 0 0 1rem;
  padding-left: 0;
  font-size: clamp(1.85rem, 4.8vw, 3.05rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: #fff;
}

.about-hero__title span {
  color: var(--about-green);
}

.about-hero__lead {
  margin: 0;
  padding-left: 0;
  font-size: clamp(1rem, 2.1vw, 1.125rem);
  line-height: 1.65;
  color: rgba(242, 245, 243, 0.82);
  max-width: 36rem;
}

@media (min-width: 880px) {
  .about-hero__lead {
    max-width: none;
  }
}

.about-hero__media {
  position: relative;
  min-height: clamp(14rem, 38vw, 22rem);
}

@media (min-width: 880px) {
  .about-hero__media {
    min-height: 100%;
  }
}

.about-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, var(--about-ink) 0%, transparent 42%),
    linear-gradient(198deg, rgba(10, 15, 13, 0.15) 0%, rgba(10, 15, 13, 0.55) 100%);
  pointer-events: none;
}

@media (max-width: 879px) {
  .about-hero__media::before {
    background: linear-gradient(180deg, var(--about-ink) 0%, transparent 35%),
      linear-gradient(198deg, rgba(10, 15, 13, 0.2) 0%, rgba(10, 15, 13, 0.65) 100%);
  }
}

.about-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  display: block;
}

/* Spec-lint (Hornbach-achtige helderheid, eigen vorm) */
.about-spec {
  position: relative;
  z-index: 2;
  margin-top: -2.25rem;
  padding: 0 var(--header-padding-x) clamp(2.5rem, 5vw, 3.5rem);
}

@media (min-width: 880px) {
  .about-spec {
    margin-top: -3rem;
    padding-left: var(--header-content-inset-left);
    padding-right: var(--header-content-inset-right);
  }
}

.about-spec__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: visible;
  padding: 0.55rem 0.4rem;
  margin: 0 auto;
  max-width: 100%;
  list-style: none;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--about-line);
  box-shadow: 0 18px 40px rgba(10, 15, 13, 0.12);
}

.about-spec__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-width: 0;
  padding: 0.5rem 0.35rem;
  border-right: 1px solid var(--about-line);
}

.about-spec__item:last-child {
  border-right: none;
}

.about-spec__value {
  margin: 0 0 0.2rem;
  font-size: clamp(0.95rem, 3.4vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--about-ink);
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}

.about-spec__label {
  margin: 0;
  font-size: clamp(0.75rem, 2.5vw, 0.8125rem);
  line-height: 1.3;
  font-weight: 600;
  color: var(--about-ink-soft);
  hyphens: auto;
  overflow-wrap: break-word;
}

@media (min-width: 880px) {
  .about-spec__track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.65rem;
    padding: 0.85rem 0.65rem;
    align-items: stretch;
  }

  .about-spec__item {
    flex: 1 1 0;
    align-items: flex-start;
    text-align: left;
    padding: 0.65rem 0.85rem;
    border-right: 1px solid var(--about-line);
  }

  .about-spec__item:last-child {
    border-right: none;
  }

  .about-spec__value {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
  }

  .about-spec__label {
    font-size: 0.8125rem;
    line-height: 1.45;
    hyphens: manual;
  }
}

.about-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(2.25rem, 5vw, 3.5rem) var(--header-padding-x);
}

.about-wrap--tight-top {
  padding-top: clamp(1.25rem, 3vw, 2rem);
}

.about-section-title {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--about-ink);
}

.about-prose {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--about-ink-soft);
}

.about-prose p {
  margin: 0 0 1rem;
}

.about-prose p:last-child {
  margin-bottom: 0;
}

.about-prose a {
  color: var(--color-brand-green-hover);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.about-prose a:focus-visible {
  outline: 2px solid var(--about-green);
  outline-offset: 3px;
}

/* Tijdlijn */
.about-time {
  background: var(--about-paper);
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

.about-time__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(2.25rem, 5vw, 3.25rem) var(--header-padding-x);
}

.about-time__list {
  margin: 0;
  padding: 0 0 0 1.35rem;
  list-style: none;
  position: relative;
}

.about-time__list::before {
  content: "";
  position: absolute;
  left: 0.35rem;
  top: 0.35rem;
  bottom: 0.35rem;
  width: 2px;
  background: linear-gradient(180deg, var(--about-green) 0%, var(--about-green-dim) 100%);
  border-radius: 2px;
}

.about-time__item {
  position: relative;
  padding: 0 0 1.75rem 1.25rem;
}

.about-time__item:last-child {
  padding-bottom: 0;
}

.about-time__item::before {
  content: "";
  position: absolute;
  left: -0.97rem;
  top: 0.35rem;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--about-green);
  box-shadow: 0 0 0 3px var(--about-paper);
}

.about-time__year {
  margin: 0 0 0.35rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-brand-green-hover);
}

.about-time__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--about-ink-soft);
}

/* Overlappend beeld + kaart */
.about-split {
  padding: clamp(2.5rem, 5vw, 4rem) var(--header-padding-x);
}

.about-split__frame {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.about-split__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  aspect-ratio: 1536 / 1024;
  object-fit: cover;
  box-shadow: 0 22px 50px rgba(10, 15, 13, 0.14);
}

.about-split__card {
  margin: -3.5rem 0 0;
  position: relative;
  z-index: 1;
  padding: clamp(1.35rem, 3vw, 1.85rem) clamp(1.25rem, 3vw, 2rem);
  max-width: min(100%, 28rem);
  margin-left: 0;
  margin-right: auto;
  background: #fff;
  border: 1px solid var(--about-line);
  border-left: 4px solid var(--about-green);
  border-radius: 0 10px 10px 0;
  box-shadow: 0 16px 36px rgba(10, 15, 13, 0.1);
}

@media (min-width: 720px) {
  .about-split__card {
    margin-left: clamp(0.5rem, 4vw, 3rem);
  }
}

.about-split__quote {
  margin: 0;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  line-height: 1.55;
  font-weight: 600;
  color: var(--about-ink);
}

.about-split__note {
  margin: 0.85rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--about-ink-soft);
}

/* Waarden — drie kolommen */
.about-values {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.75rem;
}

@media (min-width: 720px) {
  .about-values {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.about-value {
  padding: 1.25rem 1.15rem;
  border-radius: 10px;
  border: 1px solid var(--about-line);
  background: #fff;
}

.about-value__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.85rem;
  border-radius: 8px;
  background: var(--color-brand-green-soft);
  color: var(--about-ink);
}

.about-value__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.about-value__title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--about-ink);
}

.about-value__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--about-ink-soft);
}

/* Reviews */
.about-reviews {
  margin-top: 2rem;
}

.about-reviews__grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 900px) {
  .about-reviews__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.about-review {
  margin: 0;
  padding: 1.15rem 1.1rem 1.15rem 1.05rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--about-line);
  border-left: 4px solid var(--about-green);
}

.about-review__text {
  margin: 0 0 0.85rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--about-ink-soft);
}

.about-review__meta {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--about-ink);
}

/* Gerelateerd + contactstrook */
.about-related {
  margin-top: 2.5rem;
  padding: clamp(1.75rem, 4vw, 2.25rem) clamp(1.25rem, 3vw, 1.75rem);
  border-radius: 12px;
  background: var(--about-ink);
  color: #e8ece9;
}

.about-related__title {
  margin: 0 0 0.85rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.about-related__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.about-related__list a {
  color: var(--about-green);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.about-related__list a:focus-visible {
  outline: 2px solid var(--about-green);
  outline-offset: 3px;
}

.about-related__list li {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(232, 236, 233, 0.88);
}

.about-contact-strip {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(242, 245, 243, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
}

.about-contact-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.35rem 0.5rem;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.about-contact-strip a:focus-visible {
  outline: 2px solid var(--about-green);
  outline-offset: 3px;
}
