.about-page {
  background: #f3f0ee;
  color: #111;
}

.about-page .nav-pill {
  color: #111;
}

.about-page .brand,
.about-page .nav-links a,
.about-page .icon-button {
  color: #111;
}

.investors-page {
  --investor-ink: #141413;
  --investor-muted: rgba(20, 20, 19, 0.64);
  --investor-line: rgba(20, 20, 19, 0.1);
  --investor-warm: #f59e0b;
  --investor-blue: #9fd9ff;
  --investor-lilac: #d9a7ff;
  --investor-mint: #bff0df;
}

.investors-main {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 132px 0 84px;
}

.investors-hero,
.investor-section,
.investor-opportunity,
.investor-philosophy,
.investor-contact {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--investor-line);
  border-radius: clamp(28px, 4vw, 44px);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 90px rgba(20, 20, 19, 0.08);
}

.investors-hero {
  min-height: 720px;
  display: grid;
  align-items: end;
  padding: clamp(34px, 6vw, 82px);
  background:
    linear-gradient(115deg, rgba(255, 210, 137, 0.62), rgba(245, 245, 255, 0.88) 48%, rgba(159, 217, 255, 0.65)),
    #f8f6f2;
}

.investor-gradient-shape {
  position: absolute;
  border-radius: 42px;
  opacity: 0.5;
  filter: blur(0.2px);
  animation: investorFloat 11s ease-in-out infinite alternate;
}

.shape-one {
  inset: 40px auto auto 28%;
  width: 210px;
  height: 180px;
  background: linear-gradient(140deg, rgba(255,255,255,0.62), rgba(217,167,255,0.24));
  transform: rotate(16deg);
}

.shape-two {
  right: 8%;
  top: 86px;
  width: 310px;
  height: 230px;
  background: linear-gradient(140deg, rgba(255,255,255,0.5), rgba(159,217,255,0.34));
  transform: rotate(-10deg);
}

.investors-hero-content {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.investors-hero h1,
.investor-section h2,
.investor-opportunity h2,
.investor-philosophy h2,
.investor-contact h2 {
  margin: 16px 0 0;
  color: var(--investor-ink);
  letter-spacing: 0;
  line-height: 0.94;
}

.investors-hero h1 {
  font-size: clamp(52px, 7.5vw, 104px);
}

.investors-subhead {
  max-width: 780px;
  margin-top: 22px;
  color: #684208;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 800;
  line-height: 1.18;
}

.investors-hero p:not(.about-badge),
.investor-section p,
.investor-opportunity p,
.investor-philosophy p,
.investor-contact p {
  max-width: 820px;
  color: var(--investor-muted);
  line-height: 1.58;
}

.investor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.investor-section,
.investor-opportunity,
.investor-philosophy,
.investor-contact {
  margin-top: 28px;
  padding: clamp(30px, 5vw, 68px);
}

.investor-section h2,
.investor-opportunity h2,
.investor-philosophy h2,
.investor-contact h2 {
  max-width: 860px;
  font-size: clamp(38px, 5.4vw, 80px);
}

.investor-check-grid,
.investor-card-grid,
.investor-stat-grid,
.investor-ribbon-grid,
.investor-values {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.investor-check-grid,
.investor-ribbon-grid,
.investor-values {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.investor-check-grid span,
.investor-ribbon-grid span,
.investor-values span {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 16px 18px;
  border-radius: 999px;
  border: 1px solid var(--investor-line);
  background: rgba(255, 255, 255, 0.74);
  color: var(--investor-ink);
  font-weight: 800;
}

.investor-check-grid span::before {
  content: "✓";
  margin-right: 10px;
  color: #7a4c05;
  font-weight: 900;
}

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

.investor-card-grid article,
.investor-stat-grid article,
.investor-roadmap article {
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--investor-line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 12%, rgba(245, 158, 11, 0.1), transparent 30%),
    rgba(255, 255, 255, 0.74);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.investor-card-grid article:hover,
.investor-stat-grid article:hover,
.investor-roadmap article:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 70px rgba(20, 20, 19, 0.1);
}

.investor-card-grid h3,
.investor-stat-grid strong,
.investor-roadmap strong {
  margin: 0;
  color: var(--investor-ink);
  font-size: clamp(22px, 2.3vw, 32px);
  line-height: 1;
}

.investor-card-grid p,
.investor-stat-grid span {
  margin: 14px 0 0;
}

.investor-opportunity,
.investor-philosophy {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
}

.investor-stat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.investor-roadmap {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.investor-roadmap article {
  min-height: 106px;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  border-radius: 20px;
}

.investor-roadmap article:nth-child(1) { background: #ffc669; }
.investor-roadmap article:nth-child(2) { background: #95d6f0; }
.investor-roadmap article:nth-child(3) { background: #b7a5f5; }
.investor-roadmap article:nth-child(4) { background: #e1a3f3; }
.investor-roadmap article:nth-child(5) { background: #c9f0dc; }
.investor-roadmap article:nth-child(6) { background: #f4eee8; }

.investor-roadmap span,
.investor-roadmap em {
  color: rgba(20, 20, 19, 0.64);
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}

.investor-contact {
  background:
    radial-gradient(circle at 88% 16%, rgba(245, 158, 11, 0.18), transparent 28%),
    linear-gradient(145deg, #141413, #24231f);
}

.investor-contact h2,
.investor-contact .about-kicker,
.investor-contact p {
  color: #fff;
}

.investor-contact p {
  color: rgba(255, 255, 255, 0.74);
}

.investor-contact .about-btn {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.investor-contact .about-btn.primary {
  background: #fff;
  color: #141413;
}

.investor-note {
  margin-top: 22px;
  font-weight: 800;
}

.investor-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.investor-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes investorFloat {
  from { translate: 0 0; }
  to { translate: 18px -18px; }
}

@media (max-width: 980px) {
  .investor-card-grid,
  .investor-check-grid,
  .investor-ribbon-grid,
  .investor-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .investor-opportunity,
  .investor-philosophy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .investors-main {
    width: min(100% - 20px, 1280px);
    padding-top: 112px;
  }

  .investors-hero {
    min-height: auto;
    padding: 28px;
  }

  .investor-card-grid,
  .investor-check-grid,
  .investor-ribbon-grid,
  .investor-values,
  .investor-stat-grid {
    grid-template-columns: 1fr;
  }

  .investor-roadmap article {
    grid-template-columns: 1fr;
  }

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

.about-app-page {
  --app-ink: #141413;
  --app-muted: rgba(20, 20, 19, 0.66);
  --app-line: rgba(20, 20, 19, 0.1);
  --app-gold: #f59e0b;
}

.about-app-main {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 132px 0 80px;
}

.about-app-hero,
.about-app-section,
.about-app-split,
.about-app-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--app-line);
  border-radius: clamp(28px, 4vw, 42px);
  background:
    radial-gradient(circle at 85% 10%, rgba(245, 158, 11, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.52));
  box-shadow: 0 28px 90px rgba(20, 20, 19, 0.08);
  backdrop-filter: blur(20px);
}

.about-app-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  min-height: 640px;
  padding: clamp(32px, 6vw, 76px);
}

.about-app-hero h1,
.about-app-section h2,
.about-app-split h2,
.about-app-cta h2 {
  margin: 16px 0 0;
  color: var(--app-ink);
  letter-spacing: 0;
  line-height: 0.96;
}

.about-app-hero h1 {
  max-width: 780px;
  font-size: clamp(46px, 7vw, 96px);
}

.about-app-subtitle {
  max-width: 720px;
  color: #6d4106;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 800;
}

.about-app-hero p,
.about-app-section p,
.about-app-split p,
.about-app-cta p {
  color: var(--app-muted);
  line-height: 1.58;
}

.about-app-hero > div > p:last-of-type {
  max-width: 760px;
  font-size: clamp(16px, 1.5vw, 20px);
}

.about-app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.about-app-actions .about-btn {
  gap: 12px;
}

.about-app-actions img {
  width: 104px;
  height: auto;
  object-fit: contain;
}

.about-app-visual {
  display: grid;
  align-content: end;
  min-height: 460px;
  padding: 34px;
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(20, 20, 19, 0.04), rgba(20, 20, 19, 0.62)),
    radial-gradient(circle at 70% 24%, rgba(245, 158, 11, 0.22), transparent 38%),
    #f8f5f0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.about-app-visual img {
  width: min(260px, 72%);
  height: auto;
  margin-bottom: auto;
}

.about-app-visual span,
.about-app-visual strong,
.about-app-visual p {
  color: #fff;
}

.about-app-visual span {
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-app-visual strong {
  margin-top: 8px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 0.95;
}

.about-app-section,
.about-app-split,
.about-app-cta {
  margin-top: 28px;
  padding: clamp(28px, 5vw, 62px);
}

.about-app-section h2,
.about-app-split h2,
.about-app-cta h2 {
  max-width: 820px;
  font-size: clamp(36px, 5.2vw, 72px);
}

.about-app-card-grid,
.about-app-chip-grid,
.about-app-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.about-app-card-grid article,
.about-app-stats article {
  min-height: 180px;
  padding: 26px;
  border: 1px solid var(--app-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.about-app-card-grid article:hover,
.about-app-stats article:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 70px rgba(20, 20, 19, 0.1);
}

.about-app-card-grid h3 {
  margin: 0 0 12px;
  color: var(--app-ink);
  font-size: clamp(20px, 2vw, 28px);
}

.about-app-steps {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.about-app-steps article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--app-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.about-app-steps span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--app-ink);
  color: #fff;
  font-weight: 900;
}

.about-app-chip-grid a,
.about-app-benefits span {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 16px 18px;
  border: 1px solid var(--app-line);
  border-radius: 999px;
  color: var(--app-ink);
  background: rgba(255, 255, 255, 0.74);
  font-weight: 800;
  text-decoration: none;
}

.about-app-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.about-app-split strong {
  display: inline-flex;
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.14);
  color: #6d4106;
  font-size: clamp(18px, 2vw, 26px);
}

.about-app-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-app-stats strong {
  display: block;
  color: var(--app-ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.about-app-stats span {
  display: block;
  margin-top: 10px;
  color: var(--app-muted);
  font-weight: 800;
}

.about-app-cta {
  text-align: center;
}

.about-app-cta h2,
.about-app-cta p {
  margin-left: auto;
  margin-right: auto;
}

.about-app-cta a {
  display: inline-flex;
  margin-top: 18px;
}

.about-app-cta img {
  max-width: min(260px, 76vw);
  height: auto;
}

.app-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.app-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .about-app-hero,
  .about-app-split {
    grid-template-columns: 1fr;
  }

  .about-app-card-grid,
  .about-app-chip-grid,
  .about-app-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .about-app-main {
    width: min(100% - 20px, 1280px);
    padding-top: 112px;
  }

  .about-app-hero,
  .about-app-section,
  .about-app-split,
  .about-app-cta {
    border-radius: 26px;
  }

  .about-app-hero {
    min-height: auto;
    padding: 26px;
  }

  .about-app-card-grid,
  .about-app-chip-grid,
  .about-app-stats,
  .about-app-benefits {
    grid-template-columns: 1fr;
  }

  .about-app-steps article {
    grid-template-columns: 1fr;
    border-radius: 26px;
  }

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

  .about-app-visual {
    min-height: 340px;
  }
}

.about-main {
  overflow: hidden;
}

.about-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 150px clamp(20px, 6vw, 88px) 80px;
  background:
    radial-gradient(circle at 18% 20%, rgba(245, 158, 11, 0.18), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(255, 255, 255, 0.88), transparent 34%),
    linear-gradient(135deg, #f3f0ee, #ffffff 46%, #ece7e2);
}

#about-particles,
.about-beam {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.about-beam {
  opacity: 0.36;
  filter: blur(20px);
}

.beam-one {
  background: linear-gradient(110deg, transparent 20%, rgba(245, 158, 11, 0.18), transparent 62%);
  transform: translateY(-12%) rotate(-8deg);
}

.beam-two {
  background: linear-gradient(70deg, transparent 35%, rgba(17, 17, 17, 0.06), transparent 76%);
  transform: translateY(18%) rotate(9deg);
}

.about-hero-grid,
.about-section,
.metrics-section,
.about-cta {
  position: relative;
  z-index: 1;
  width: min(1220px, 100%);
  margin: 0 auto;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  align-items: center;
  gap: clamp(32px, 6vw, 88px);
}

.about-badge,
.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f59e0b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-badge {
  padding: 9px 14px;
  border: 1px solid rgba(245, 158, 11, 0.34);
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.1);
}

.about-hero h1,
.about-hero h2,
.section-title,
.about-big-card h2,
.about-cta h2 {
  margin: 0;
  letter-spacing: 0;
}

.about-hero h1 {
  margin-top: 22px;
  color: rgba(17, 17, 17, 0.62);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
}

.about-hero h2 {
  max-width: 820px;
  margin-top: 8px;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.95;
  font-weight: 700;
}

.about-hero-copy p,
.story-copy p,
.founder-card p,
.profile-card p,
.bento p,
.team-card p,
.achievement-grid p,
.contact-glass dd,
.value-card p {
  color: rgba(17, 17, 17, 0.66);
  line-height: 1.55;
}

.about-hero-copy p {
  max-width: 720px;
  margin: 28px 0;
  font-size: clamp(17px, 2vw, 21px);
}

.about-actions,
.about-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-btn,
.about-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #111;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.about-btn.primary {
  border-color: #f59e0b;
  background: #f59e0b;
  color: #111827;
}

.about-btn:hover,
.about-socials a:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 158, 11, 0.7);
}

.about-glass-card,
.founder-card,
.profile-card,
.about-big-card,
.value-card,
.bento,
.team-card,
.achievement-grid article,
.contact-glass {
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.5));
  box-shadow: 0 28px 80px rgba(17, 17, 17, 0.1);
  backdrop-filter: blur(24px);
}

.about-glass-card {
  position: relative;
  min-height: 520px;
  padding: 34px;
  border-radius: 34px;
  transform-style: preserve-3d;
}

.about-glass-card h3 {
  margin: 8px 0 28px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}

.about-glass-card dl,
.contact-glass dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.about-glass-card div,
.contact-glass div {
  min-width: 0;
}

.about-glass-card dt,
.contact-glass dt {
  color: rgba(17, 17, 17, 0.48);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.about-glass-card dd,
.contact-glass dd {
  margin: 5px 0 0;
  font-weight: 700;
}

.legal-orbit {
  position: absolute;
  right: 26px;
  top: 26px;
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(245, 158, 11, 0.36);
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.1);
  transform: translateZ(40px);
}

.legal-orbit span {
  color: #f59e0b;
  font-size: 46px;
}

.about-section {
  padding: clamp(76px, 10vw, 132px) clamp(20px, 4vw, 56px);
}

.story-grid,
.founder-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.story-media img,
.founder-photo img,
.profile-card img,
.team-card img {
  width: 100%;
  object-fit: cover;
}

.story-media img,
.founder-photo img {
  aspect-ratio: 1 / 1;
  border-radius: 38px;
}

.story-logo-panel {
  display: grid;
  place-items: center;
  min-height: 420px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 38px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(17, 17, 17, 0.08);
}

.story-logo-panel img {
  width: min(78%, 520px);
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
}

.story-copy h2,
.founder-card h2,
.profile-card h2,
.contact-glass h2 {
  margin: 12px 0 18px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
}

.about-timeline {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.about-timeline::before {
  content: "";
  position: absolute;
  left: 37px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(#f59e0b, rgba(245, 158, 11, 0.05));
}

.about-timeline article {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 18px;
  align-items: center;
}

.about-timeline span,
.roadmap span {
  color: #f59e0b;
  font-weight: 900;
}

.founder-card,
.profile-card,
.contact-glass {
  padding: clamp(26px, 4vw, 46px);
  border-radius: 34px;
}

.founder-card h3 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
}

.role {
  color: #f59e0b !important;
  font-weight: 800;
}

.profile-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
  gap: 34px;
  align-items: center;
}

.profile-card img {
  aspect-ratio: 4 / 5;
  border-radius: 28px;
}

.metrics-section {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  padding: 72px clamp(20px, 4vw, 56px);
}

.metric {
  min-height: 170px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.metric strong {
  font-size: clamp(34px, 4vw, 58px);
}

.metric span {
  color: rgba(17, 17, 17, 0.64);
  text-align: center;
}

.glass-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.about-big-card {
  min-height: 360px;
  display: grid;
  align-content: end;
  gap: 18px;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 38px;
}

.about-big-card h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
}

.section-title {
  max-width: 820px;
  margin: 12px 0 34px;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1;
}

.value-grid,
.team-grid,
.achievement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.value-card,
.team-card,
.achievement-grid article {
  padding: 26px;
  border-radius: 28px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.value-card:hover,
.team-card:hover,
.achievement-grid article:hover,
.bento:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 158, 11, 0.44);
}

.value-card span {
  color: #f59e0b;
  font-weight: 900;
}

.value-card h3,
.bento h3,
.team-card h3,
.achievement-grid h3 {
  margin: 18px 0 10px;
  font-size: 1.35rem;
}

.roadmap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.roadmap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  height: 2px;
  background: linear-gradient(90deg, #f59e0b, rgba(245, 158, 11, 0.08));
}

.roadmap article {
  position: relative;
  padding-top: 54px;
}

.roadmap article::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 0 8px rgba(245, 158, 11, 0.14);
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.bento {
  position: relative;
  min-height: 210px;
  padding: 28px;
  border-radius: 30px;
  overflow: hidden;
  isolation: isolate;
}

.bento.large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 438px;
  display: grid;
  align-content: end;
}

.bento::before,
.bento::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bento::before {
  z-index: -2;
  background: var(--bento-image) center / cover no-repeat;
  opacity: 0.28;
  transform: scale(1.04);
  transition: transform 220ms ease, opacity 220ms ease;
}

.bento::after {
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.76));
}

.bento:hover::before {
  opacity: 0.36;
  transform: scale(1.08);
}

.bento:nth-child(1) {
  --bento-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=900&q=80");
}

.bento:nth-child(2) {
  --bento-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=900&q=80");
}

.bento:nth-child(3) {
  --bento-image: url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=900&q=80");
}

.bento:nth-child(4) {
  --bento-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=900&q=80");
}

.bento:nth-child(5) {
  --bento-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=900&q=80");
}

.bento:nth-child(6) {
  --bento-image: url("https://images.unsplash.com/photo-1589829545856-d10d557cf95f?auto=format&fit=crop&w=900&q=80");
}

.team-card img {
  aspect-ratio: 1 / 1;
  border-radius: 24px;
}

.team-card div {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.team-card a {
  color: #f59e0b;
  font-weight: 800;
}

.about-cta {
  margin-block: 60px;
  padding: clamp(52px, 8vw, 96px);
  border-radius: 42px;
  background:
    radial-gradient(circle at 20% 20%, rgba(245, 158, 11, 0.35), transparent 30%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.82), transparent 34%),
    #111;
  color: #fff;
}

.about-cta .about-btn {
  color: #111;
}

.about-cta .about-btn:not(.primary) {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.about-cta h2 {
  max-width: 850px;
  margin-bottom: 26px;
  font-size: clamp(38px, 6vw, 80px);
  line-height: 0.98;
}

.contact-card-section {
  padding-top: 40px;
}

.contact-glass dl {
  grid-template-columns: repeat(3, 1fr);
  margin: 28px 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (max-width: 980px) {
  .about-hero-grid,
  .story-grid,
  .founder-section,
  .profile-card,
  .glass-pair {
    grid-template-columns: 1fr;
  }

  .metrics-section,
  .value-grid,
  .team-grid,
  .achievement-grid {
    grid-template-columns: 1fr 1fr;
  }

  .roadmap,
  .bento-grid,
  .contact-glass dl {
    grid-template-columns: 1fr 1fr;
  }

  .roadmap::before {
    display: none;
  }

  .bento.large {
    grid-column: span 2;
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .about-hero {
    min-height: auto;
    padding: 118px 16px 54px;
  }

  .about-hero h2 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .about-glass-card {
    min-height: auto;
    padding: 24px;
    border-radius: 26px;
  }

  .story-logo-panel {
    min-height: 260px;
  }

  .legal-orbit {
    width: 72px;
    height: 72px;
  }

  .about-section {
    padding: 64px 16px;
  }

  .metrics-section,
  .value-grid,
  .team-grid,
  .achievement-grid,
  .roadmap,
  .bento-grid,
  .contact-glass dl {
    grid-template-columns: 1fr;
  }

  .bento.large {
    grid-column: auto;
  }

  .about-cta {
    margin: 24px 16px;
    padding: 42px 22px;
    border-radius: 30px;
  }
}
