/* Over ons — storytelling */

.dh-about-hero {
  position: relative;
  isolation: isolate;
  min-height: min(78vh, 640px);
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
  background: #0b1220;
}

.dh-about-hero__bg,
.dh-about-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.dh-about-hero__bg {
  background:
    var(--dh-about-hero-image) center / cover no-repeat;
  transform: scale(1.04);
  animation: dh-about- ken 18s ease-out both;
}

.dh-about-hero__veil {
  background:
    linear-gradient(180deg, rgba(11, 18, 32, .35) 0%, rgba(11, 18, 32, .72) 48%, rgba(11, 18, 32, .92) 100%),
    linear-gradient(90deg, rgba(11, 18, 32, .55) 0%, rgba(11, 18, 32, .15) 55%, transparent 100%);
}

.dh-about-hero__inner {
  padding: 72px 0 56px;
  max-width: 40rem;
}

.dh-about-brand {
  margin: 0 0 12px;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
  color: #fff;
}

.dh-about-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 700;
  max-width: 22ch;
  color: rgba(255, 255, 255, .94);
}

.dh-about-lead {
  margin: 0;
  font-size: 17.5px;
  line-height: 1.6;
  font-weight: 500;
  color: rgba(255, 255, 255, .88);
  max-width: 38rem;
}

.dh-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.dh-about-chapter,
.dh-about-insight,
.dh-about-journey,
.dh-about-place,
.dh-about-paths,
.dh-about-promise {
  padding: 64px 0;
}

.dh-about-chapter h2,
.dh-about-insight h2,
.dh-about-journey h2,
.dh-about-place h2,
.dh-about-paths h2,
.dh-about-promise h2,
.dh-about-cta h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 800;
  max-width: 18ch;
}

.dh-about-chapter__copy p,
.dh-about-insight__body > p,
.dh-about-journey__intro p,
.dh-about-place__copy > p {
  margin: 0 0 14px;
  color: var(--dh-muted);
  font-size: 17px;
  line-height: 1.7;
  max-width: 40rem;
}

.dh-about-chapter__grid,
.dh-about-place__grid {
  display: grid;
  gap: 36px;
  align-items: center;
}

@media (min-width: 900px) {
  .dh-about-chapter__grid,
  .dh-about-place__grid {
    grid-template-columns: 1.05fr .95fr;
    gap: 56px;
  }

  .dh-about-place__grid {
    grid-template-columns: .95fr 1.05fr;
  }
}

.dh-about-chapter__media,
.dh-about-place__media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--dh-r-lg);
  background: var(--dh-soft);
}

.dh-about-chapter__media img,
.dh-about-place__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  animation: dh-about-rise .9s ease both;
}

.dh-about-insight {
  background:
    radial-gradient(120% 80% at 0% 0%, #fff7ed 0%, transparent 55%),
    linear-gradient(180deg, #fffaf5 0%, #fff 100%);
}

.dh-about-insight__body {
  display: grid;
  gap: 28px;
}

@media (min-width: 880px) {
  .dh-about-insight__body {
    grid-template-columns: 1.1fr .9fr;
    align-items: start;
  }
}

.dh-about-checks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.dh-about-checks li {
  position: relative;
  padding: 12px 14px 12px 40px;
  border-left: 3px solid #fdba74;
  background: rgba(255, 255, 255, .7);
  color: var(--dh-ink);
  font-size: 15.5px;
  line-height: 1.5;
}

.dh-about-checks li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 1.05em;
  width: 8px;
  height: 8px;
  border-radius: var(--dh-r-full);
  background: var(--dh-orange);
}

.dh-about-journey {
  background: var(--dh-soft);
}

.dh-about-journey__intro {
  max-width: 42rem;
  margin-bottom: 36px;
}

.dh-about-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  counter-reset: none;
}

@media (min-width: 860px) {
  .dh-about-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
}

.dh-about-timeline__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 16px;
  padding: 22px 0;
  border-top: 1px solid var(--dh-line);
}

@media (min-width: 860px) {
  .dh-about-timeline__item {
    display: block;
    padding: 0 28px 0 0;
    border-top: 0;
    border-left: 1px solid var(--dh-line);
    padding-left: 28px;
  }

  .dh-about-timeline__item:first-child {
    border-left: 0;
    padding-left: 0;
  }
}

.dh-about-timeline__num {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--dh-orange);
  margin-bottom: 10px;
}

.dh-about-timeline h3 {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.dh-about-timeline p {
  margin: 0;
  color: var(--dh-muted);
  font-size: 15.5px;
  line-height: 1.6;
}

.dh-about-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0 0;
  padding: 0;
}

.dh-about-facts > div {
  padding-top: 14px;
  border-top: 2px solid #fdba74;
}

.dh-about-facts dt {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--dh-muted);
}

.dh-about-facts dd {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--dh-ink);
}

.dh-about-facts a {
  color: inherit;
}

.dh-about-paths__intro,
.dh-about-promise__intro {
  max-width: 40rem;
  margin-bottom: 28px;
}

.dh-about-paths__grid {
  display: grid;
  gap: 14px;
}

@media (min-width: 760px) {
  .dh-about-paths__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.dh-about-path {
  display: block;
  padding: 24px 24px 22px;
  border: 1px solid var(--dh-line);
  border-radius: var(--dh-r-lg);
  background: #fff;
  color: var(--dh-ink);
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.dh-about-path:hover {
  border-color: #fdba74;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .07);
  transform: translateY(-2px);
  text-decoration: none;
  color: var(--dh-ink);
}

.dh-about-path__label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--dh-orange);
}

.dh-about-path strong {
  display: block;
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 8px;
}

.dh-about-path p {
  margin: 0 0 18px;
  color: var(--dh-muted);
  font-size: 15.5px;
  line-height: 1.6;
}

.dh-about-path__cta {
  font-weight: 800;
  color: var(--dh-orange);
}

.dh-about-promise {
  background: #0b1220;
  color: #fff;
}

.dh-about-promise .dh-kicker {
  color: #fdba74;
}

.dh-about-promise__intro p:not(.dh-kicker) {
  color: #94a3b8;
}

.dh-about-promise__grid {
  display: grid;
  gap: 28px;
}

@media (min-width: 800px) {
  .dh-about-promise__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
  }
}

.dh-about-promise article {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.dh-about-promise h3 {
  margin: 0 0 10px;
  font-size: 19px;
  letter-spacing: -0.02em;
}

.dh-about-promise p {
  margin: 0;
  color: #94a3b8;
  font-size: 15.5px;
  line-height: 1.65;
}

.dh-about-cta {
  background: var(--dh-orange);
  color: #fff;
  padding: 48px 0;
}

.dh-about-cta .dh-kicker {
  color: #ffedd5;
}

.dh-about-cta h2 {
  color: #fff;
  max-width: 20ch;
}

.dh-about-cta p {
  margin: 0;
  max-width: 40rem;
  color: rgba(255, 255, 255, .92);
  font-size: 16.5px;
  line-height: 1.6;
}

.dh-about-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

@keyframes dh-about-ken {
  from { transform: scale(1.08); }
  to { transform: scale(1.02); }
}

@keyframes dh-about-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dh-about-hero__bg,
  .dh-about-chapter__media img,
  .dh-about-place__media img {
    animation: none;
  }

  .dh-about-path {
    transition: none;
  }
}

@media (max-width: 720px) {
  .dh-about-hero {
    min-height: min(70vh, 560px);
  }

  .dh-about-hero__inner {
    padding: 56px 0 40px;
  }

  .dh-about-chapter,
  .dh-about-insight,
  .dh-about-journey,
  .dh-about-place,
  .dh-about-paths,
  .dh-about-promise {
    padding: 48px 0;
  }

  .dh-about-facts {
    grid-template-columns: 1fr;
  }

  .dh-about-actions .dh-btn {
    width: 100%;
  }

  .dh-about-cta__inner {
    flex-direction: column;
    align-items: stretch;
  }
}
