.db-about {
  --db-about-ink: #171719;
  --db-about-paper: #fff;
  --db-about-muted: #595a5d;
  --db-about-red: #df2632;
  --db-about-red-hover: #bd1d28;
  --db-about-line: #dedee0;
  width: 100%;
  overflow: clip;
  color: var(--db-about-ink);
  background: var(--db-about-paper);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.db-about *,
.db-about *::before,
.db-about *::after {
  box-sizing: border-box;
}

.db-about-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.db-about h1,
.db-about h2,
.db-about h3,
.db-about p,
.db-about figure {
  margin: 0;
}

.db-about h1,
.db-about h2,
.db-about h3 {
  font-family: inherit;
  font-weight: 750;
  letter-spacing: -0.035em;
}

.db-about a:focus-visible {
  outline: 3px solid var(--db-about-red);
  outline-offset: 4px;
}

.db-about-kicker {
  color: #b71824;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.db-about-hero {
  padding: clamp(44px, 5vw, 76px) 0;
  color: var(--db-about-paper);
  background: var(--db-about-ink);
}

.db-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
}

.db-about-hero .db-about-kicker {
  color: #ff747d;
}

.db-about-hero h1 {
  max-width: 620px;
  margin-top: 20px;
  color: var(--db-about-paper);
  font-size: clamp(2.65rem, 4.6vw, 4.55rem);
  line-height: 1.08;
}

.db-about-lead {
  max-width: 590px;
  margin-top: 24px !important;
  color: #e2e2e2;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
}

.db-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.db-about a.db-about-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.db-about a.db-about-button--primary {
  border-color: var(--db-about-red);
  color: #fff;
  background: var(--db-about-red);
}

.db-about a.db-about-button--primary:hover {
  border-color: var(--db-about-red-hover);
  background: var(--db-about-red-hover);
}

.db-about a.db-about-button--outline {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.db-about a.db-about-button--outline:hover {
  color: var(--db-about-ink);
  background: #fff;
}

.db-about-photo {
  min-width: 0;
}

.db-about-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #ececec;
}

.db-about-photo figcaption {
  margin-top: 11px;
  color: #d5d5d5;
  font-size: 0.81rem;
  line-height: 1.5;
}

.db-about-offer {
  padding: clamp(62px, 7vw, 100px) 0;
}

.db-about-section-heading {
  max-width: 760px;
}

.db-about-section-heading h2,
.db-about-pilot h2,
.db-about-close h2 {
  margin-top: 13px;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  line-height: 1.14;
}

.db-about-section-heading > p:last-child {
  max-width: 650px;
  margin-top: 15px;
  color: var(--db-about-muted);
}

.db-about-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: clamp(34px, 4vw, 52px);
}

.db-about-offer-item {
  min-width: 0;
  padding-top: 22px;
  border-top: 2px solid var(--db-about-red);
}

.db-about-offer-item span {
  color: #b71824;
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.db-about-offer-item h3 {
  margin-top: 16px;
  font-size: clamp(1.32rem, 1.8vw, 1.65rem);
  line-height: 1.25;
}

.db-about-offer-item p {
  margin-top: 10px;
  color: var(--db-about-muted);
  font-size: 0.95rem;
}

.db-about-offer-note {
  max-width: 840px;
  margin-top: 38px !important;
  padding: 18px 22px;
  border-left: 3px solid var(--db-about-red);
  background: #f7f7f7;
  font-size: 0.92rem;
}

.db-about-pilot {
  padding: clamp(62px, 7vw, 98px) 0;
  border-block: 1px solid var(--db-about-line);
  background: #f6f6f5;
}

.db-about-pilot-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 90px);
}

.db-about-pilot-index {
  padding-top: 8px;
  border-top: 2px solid var(--db-about-red);
  color: #b71824;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.db-about-pilot-index strong {
  display: block;
  margin-top: 9px;
  color: var(--db-about-ink);
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  letter-spacing: -0.025em;
  text-transform: none;
}

.db-about-pilot h2 {
  max-width: 650px;
}

.db-about-pilot-grid > div > p:not(.db-about-kicker) {
  max-width: 650px;
  margin-top: 18px;
  color: #46474a;
}

.db-about-pilot-grid > div > .db-about-pilot-note {
  font-size: 0.85rem;
}

.db-about-close {
  padding: clamp(58px, 7vw, 88px) 0;
}

.db-about-close-grid {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.db-about-close h2 {
  max-width: 700px;
}

.db-about-close a.db-about-button {
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .db-about-hero-grid,
  .db-about-pilot-grid {
    grid-template-columns: 1fr;
  }

  .db-about-hero-copy,
  .db-about-photo {
    max-width: 720px;
  }
}

@media (max-width: 700px) {
  .db-about-shell {
    width: min(100% - 30px, 1180px);
  }

  .db-about-hero {
    padding: 42px 0 52px;
  }

  .db-about-hero h1 {
    font-size: clamp(2.4rem, 10.5vw, 3.25rem);
  }

  .db-about-actions,
  .db-about-offer-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .db-about-actions a.db-about-button,
  .db-about-close a.db-about-button {
    width: 100%;
  }

  .db-about-offer-grid {
    gap: 28px;
  }

  .db-about-close-grid {
    display: block;
  }

  .db-about-close a.db-about-button {
    margin-top: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .db-about a.db-about-button {
    transition: none;
  }
}
