.about-hero {
  min-height: auto;
  padding-top: 104px;
  padding-bottom: 96px;
  background:
    radial-gradient(circle at 88% 14%, rgba(237, 139, 250, 0.18), transparent 26%),
    radial-gradient(circle at 8% 88%, rgba(255, 237, 2, 0.22), transparent 26%),
    linear-gradient(115deg, #fff 0%, #fff8e7 54%, #fff 100%);
}

.about-hero h1 {
  font-size: clamp(44px, 5vw, 74px);
}

.about-visual {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 12px;
  align-items: stretch;
  padding: 12px;
  border: 1.5px solid #000;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bno-shadow-panel);
}

.about-visual figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--bno-cool-gray);
}

.about-visual img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.about-visual .doodle-card {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 18px;
  background: var(--bno-soft-yellow);
}

.about-visual .doodle-card img {
  min-height: 160px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.about-visual .doodle-card strong {
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 0.95;
  font-weight: 520;
}

.about-visual .doodle-card span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.about-trust-strip .logo-cloud {
  grid-template-columns: repeat(8, minmax(80px, 1fr));
}

.about-answer {
  background: #000;
}

.about-answer .answer-card {
  max-width: 980px;
  padding: 48px;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  background: #000;
}

.about-answer .eyebrow,
.about-answer h2,
.about-answer p {
  color: #fff;
}

.about-answer h2 {
  margin: 0;
  max-width: 11ch;
  font-family: var(--font-display);
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.95;
  font-weight: 430;
}

.about-answer p {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.32;
  font-weight: 750;
}

.about-beliefs {
  background: var(--bno-cool-gray);
}

.about-belief-grid,
.about-method-grid,
.about-stats,
.value-grid {
  display: grid;
  gap: 16px;
}

.about-belief-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-belief-grid article,
.about-method-grid article,
.about-stats article,
.value-card {
  padding: 24px;
  border: 1.5px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background: #fff;
}

.about-belief-grid article:nth-child(2),
.about-method-grid article:nth-child(2) {
  background: var(--bno-soft-yellow);
}

.about-belief-grid article:nth-child(3),
.about-method-grid article:nth-child(3) {
  background: var(--bno-soft-orange);
}

.about-belief-grid article:nth-child(4) {
  color: #fff;
  background: #000;
}

.about-belief-grid span,
.about-method-grid span,
.about-stats span,
.value-card span {
  color: var(--bno-fiery-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.about-belief-grid h3,
.about-method-grid h3,
.about-stats strong,
.value-card h3 {
  margin: 28px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(27px, 2.5vw, 36px);
  line-height: 0.98;
  font-weight: 520;
}

.about-belief-grid p,
.about-method-grid p,
.about-stats p,
.value-card p {
  margin: 0;
  color: rgba(0, 0, 0, 0.68);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 650;
}

.about-belief-grid article:nth-child(4) h3,
.about-belief-grid article:nth-child(4) p,
.about-belief-grid article:nth-child(4) span {
  color: #fff;
}

.about-team {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 48px;
  align-items: center;
  background: #fff;
}

.about-team-copy h2 {
  max-width: 9ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(48px, 5.8vw, 84px);
  line-height: 0.94;
  font-weight: 430;
}

.about-team-copy p {
  max-width: 520px;
  margin: 22px 0 0;
  color: rgba(0, 0, 0, 0.68);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 650;
}

.about-photo-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.95fr;
  gap: 12px;
}

.about-photo-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1.5px solid rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  background: var(--bno-cool-gray);
}

.about-photo-grid figure:first-child {
  grid-row: span 2;
}

.about-photo-grid img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.about-photo-grid figure:first-child img {
  min-height: 438px;
}

.about-ai {
  color: #fff;
  background: #000;
}

.about-ai .section-head h2,
.about-ai .section-head p,
.about-ai .eyebrow {
  color: #fff;
}

.about-ai .section-head p {
  color: rgba(255, 255, 255, 0.76);
}

.about-ai-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 16px;
  align-items: stretch;
}

.about-ai-card {
  padding: 36px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #111;
}

.about-ai-card.yellow {
  color: #000;
  background: var(--bno-soft-yellow);
}

.about-ai-card h3 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 0.96;
  font-weight: 500;
}

.about-ai-card p {
  margin: 0;
  color: inherit;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 720;
}

.about-ai-list {
  display: grid;
  gap: 12px;
}

.about-ai-list article {
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  color: #000;
}

.about-ai-list b {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 950;
}

.about-ai-list p {
  margin: 0;
  color: rgba(0, 0, 0, 0.66);
  font-size: 15px;
  line-height: 1.42;
  font-weight: 650;
}

.about-method-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-method-grid article:first-child {
  background: #000;
  color: #fff;
}

.about-method-grid article:first-child span,
.about-method-grid article:first-child h3,
.about-method-grid article:first-child p {
  color: #fff;
}

.about-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-stats strong {
  display: block;
  margin-top: 16px;
  font-size: clamp(38px, 4.4vw, 58px);
}

.about-stats article:nth-child(2) {
  background: var(--bno-cool-gray);
}

.about-stats article:nth-child(3) {
  background: var(--bno-soft-yellow);
}

.about-stats article:nth-child(4) {
  background: var(--bno-soft-orange);
}

.about-values {
  background: var(--bno-cool-gray);
}

.value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.value-card {
  display: grid;
  grid-template-rows: 220px auto;
  gap: 18px;
  min-height: 430px;
  overflow: hidden;
}

.value-card figure {
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.value-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.value-card h3 {
  margin-top: 12px;
  font-size: clamp(25px, 2.2vw, 32px);
}

.about-compare .fit-grid article:last-child {
  color: #fff;
  background: #000;
}

.about-compare .fit-grid article:last-child h3,
.about-compare .fit-grid article:last-child p {
  color: #fff;
}

@media (max-width: 1120px) {
  .about-belief-grid,
  .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-team,
  .about-ai-grid {
    grid-template-columns: 1fr;
  }

  .value-grid,
  .about-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-trust-strip .logo-cloud {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .about-hero h1 {
    font-size: clamp(38px, 9.4vw, 48px);
  }

  .about-visual,
  .about-belief-grid,
  .about-method-grid,
  .about-stats,
  .value-grid,
  .about-photo-grid {
    grid-template-columns: 1fr;
  }

  .about-answer .answer-card,
  .about-ai-card {
    padding: 28px;
  }

  .about-photo-grid figure:first-child {
    grid-row: auto;
  }

  .about-photo-grid figure:first-child img,
  .about-photo-grid img {
    min-height: 240px;
  }

  .value-card {
    min-height: auto;
    grid-template-rows: 190px auto;
  }

  .about-trust-strip .logo-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
