/* Modern About Us page. */
.about-modern { overflow: hidden; color: #26352a; background: #fff; }
.about-modern h1, .about-modern h2, .about-modern h3 { color: #1f3724; }
.about-modern__kicker { margin: 0 0 .85rem; color: var(--nzhl-action); font-size: .85rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.about-modern-hero { padding: clamp(4rem, 9vw, 7.5rem) 1.25rem; color: #fff; background: var(--nzhl-green-dark); }
.about-modern-hero__inner > * { max-width: 950px; }
.about-modern-hero .about-modern__kicker { color: #bce8c3; }
.about-modern-hero h1 { margin: 0; color: #fff; font-size: clamp(2.7rem, 6vw, 5.25rem); line-height: 1.04; letter-spacing: -.025em; }
.about-modern-hero__intro { margin: 1.5rem 0 0; color: #e4f0e6; font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.65; }
.about-modern-history, .about-modern-values { padding: clamp(3.5rem, 7vw, 6.5rem) 1.25rem; }
.about-modern-section-heading { max-width: 760px; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.about-modern-section-heading h2, .about-modern-distinction h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.12; }
.about-modern-history__timeline { max-width: 980px; margin: 0; padding: 0; list-style: none; }
.about-modern-history__item { position: relative; display: grid; grid-template-columns: minmax(8rem, 12rem) minmax(0, 1fr); min-width: 0; }
.about-modern-history__marker { position: relative; padding: .2rem 2.5rem 3.5rem 0; color: var(--nzhl-action); font-weight: 800; line-height: 1.3; }
.about-modern-history__marker::before { content: ""; position: absolute; top: .4rem; right: 0; z-index: 1; width: 12px; height: 12px; border: 3px solid var(--nzhl-action); border-radius: 50%; background: #fff; transform: translateX(50%); }
.about-modern-history__item:not(:last-child) .about-modern-history__marker::after { content: ""; position: absolute; top: .4rem; right: -1px; bottom: 0; width: 2px; background: #c7d4c9; }
.about-modern-history__content { min-width: 0; padding: 0 0 3.5rem clamp(2rem, 5vw, 4rem); }
.about-modern-history__content h3 { margin: 0 0 .8rem; font-size: clamp(1.35rem, 2.5vw, 1.8rem); line-height: 1.25; }
.about-modern-history__text { max-width: 680px; line-height: 1.7; }
.about-modern-history__text > :first-child { margin-top: 0; }
.about-modern-history__text > :last-child { margin-bottom: 0; }
.about-modern-distinction { padding: 0 1.25rem clamp(3.5rem, 7vw, 6.5rem); }
.about-modern-distinction__panel { max-width: 1050px; padding: clamp(2rem, 5vw, 4rem); border-top: 4px solid var(--nzhl-action); background: #f1f5f1; }
.about-modern-distinction__text { max-width: 800px; margin: 1.25rem 0 0; font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.7; }
.about-modern-values { background: #f6f7f4; }
.about-modern-values__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.5vw, 2rem); margin: 0; padding: 0; list-style: none; align-items: start; }
.about-modern-value { min-width: 0; padding: clamp(1.5rem, 3vw, 2.25rem); border-top: 3px solid var(--nzhl-action); background: #fff; box-shadow: 0 10px 28px rgba(31,55,36,.07); }
.about-modern-value h3 { overflow-wrap: anywhere; margin: 0; font-size: clamp(1.35rem, 2.2vw, 1.75rem); line-height: 1.2; }
.about-modern-value p { margin: 1rem 0 0; padding-top: 1rem; border-top: 1px solid #d5ddd6; line-height: 1.6; }
@media (max-width: 800px) { .about-modern-values__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) {
  .about-modern-hero, .about-modern-history, .about-modern-values, .about-modern-distinction { padding-right: 1rem; padding-left: 1rem; }
  .about-modern-history__item { display: block; padding-left: 1.75rem; }
  .about-modern-history__marker { position: static; padding: 0 0 .65rem; }
  .about-modern-history__marker::before { top: .3rem; right: auto; left: 0; transform: translateX(-50%); }
  .about-modern-history__item:not(:last-child)::after { content: ""; position: absolute; top: .3rem; bottom: 0; left: 0; width: 2px; background: #c7d4c9; }
  .about-modern-history__item:not(:last-child) .about-modern-history__marker::after { content: none; }
  .about-modern-history__content { padding: 0 0 3rem; }
  .about-modern-values__grid { grid-template-columns: 1fr; }
}

/* Modern About team and gallery. */
.about-modern-team,
.about-modern-gallery {
  padding: clamp(3.5rem, 7vw, 6.5rem) 1.25rem;
}
.about-modern-team__group-photo {
  max-width: 800px;
  margin: 0 auto clamp(3.5rem, 7vw, 6rem);
}
.about-modern-team__group-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.about-modern-team__group-photo figcaption,
.about-modern-gallery figcaption {
  margin-top: .75rem;
  color: #526456;
  font-size: .95rem;
  line-height: 1.55;
}
.about-modern-section-heading__intro {
  max-width: 680px;
  margin: 1.25rem 0 0;
  color: #405344;
  font-size: 1.08rem;
  line-height: 1.7;
}
.about-modern-team__group + .about-modern-team__group {
  margin-top: clamp(3rem, 6vw, 5rem);
}
.about-modern-team__group h3 {
  margin: 0 0 1.5rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}
.about-modern-team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-modern-team__group--executives .about-modern-team__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 800px;
}
.about-modern-team__group--board .about-modern-team__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.about-modern-team__group--leaders .about-modern-team__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.about-modern-person {
  min-width: 0;
}
.about-modern-person__photo {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background: #e9eee9;
}
.about-modern-person__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-modern-person__details {
  padding-top: 1rem;
}
.about-modern-person__name,
.about-modern-person__title {
  overflow-wrap: anywhere;
  margin: 0;
}
.about-modern-person__name {
  color: #1f3724;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.about-modern-person__title {
  margin-top: .35rem;
  color: #526456;
  line-height: 1.5;
}
.about-modern-gallery {
  background: #fff;
}
.about-modern-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: start;
}
.about-modern-gallery__item,
.about-modern-gallery__item figure {
  min-width: 0;
  margin: 0;
}
.about-modern-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .about-modern-team__grid,
  .about-modern-team__group--executives .about-modern-team__grid,
  .about-modern-team__group--board .about-modern-team__grid,
  .about-modern-team__group--leaders .about-modern-team__grid,
  .about-modern-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .about-modern-team,
  .about-modern-gallery {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .about-modern-team__grid,
  .about-modern-team__group--executives .about-modern-team__grid,
  .about-modern-team__group--board .about-modern-team__grid,
  .about-modern-team__group--leaders .about-modern-team__grid,
  .about-modern-gallery__grid {
    grid-template-columns: 1fr;
  }
  .about-modern-team__group--leaders .about-modern-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
