.about-page {
  padding: clamp(56px, 8vw, 100px) 24px clamp(64px, 9vw, 112px);
  background: radial-gradient(circle at 12% 18%, rgba(14, 180, 228, .2), transparent 31%), radial-gradient(circle at 91% 78%, rgba(88, 99, 255, .3), transparent 35%), var(--orbit-blue);
  color: #fff;
}

.about-hero { width: min(1120px, 100%); margin-inline: auto; text-align: center; }
.about-kicker { display: block; color: #fff; font-family: "Archivo", sans-serif; font-size: 50px; font-weight: 700; line-height: 1.04; letter-spacing: -.02em; }
.about-kicker strong { color: #fff; }
.about-hero h1 { max-width: 900px; margin: 28px auto 0; color: #fff; font-family: "Archivo", sans-serif; font-size: 50px; font-weight: 700; line-height: 1.04; letter-spacing: -.02em; }
.about-hero > p { max-width: 850px; margin: 24px auto 0; color: rgba(255, 255, 255, .9); font-size: clamp(18px, 2.3vw, 23px); line-height: 1.55; }
.about-microsoft-badge { width: min(240px, 55vw); height: auto; margin: 5px auto 0; display: block; }

.about-switcher { width: min(760px, 100%); margin: 50px auto 0; }
.about-panel { width: min(760px, 100%); margin: 30px auto 0; padding: clamp(30px, 5vw, 44px); border: 1px solid #9ecff0; border-radius: 14px; background: var(--orbit-pale); box-shadow: 0 18px 34px rgba(14, 97, 162, .18); color: #1a2e4d; text-align: center; }
.about-mission h2 { max-width: 680px; margin: 0 auto; color: var(--orbit-blue); font: 700 clamp(28px, 3.8vw, 34px)/1.08 "Archivo", sans-serif; letter-spacing: -.025em; }
.about-mission-copy { margin-top: 28px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.about-mission-copy p { margin: 0; padding: 22px; border: 1px solid #c8e3f4; border-radius: 16px; background: #fff; color: #2b456a; font-size: 17px; line-height: 1.58; text-align: left; }
.about-mission-signoff { margin: 27px 0 0; color: var(--orbit-blue); font: 700 clamp(19px, 2.5vw, 24px)/1.3 "Archivo", sans-serif; }

.about-brand-lockup { width: min(780px, 100%); margin: 0 auto 30px; display: grid; grid-template-columns: minmax(0, 1fr) 2px minmax(0, 1.35fr); align-items: center; gap: clamp(18px, 4vw, 36px); }
.about-brand-lockup > span { width: 2px; height: 68px; background: var(--orbit-blue); opacity: .45; }
.about-brand-orbit, .about-brand-bluzetta { height: auto; filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(7465%) hue-rotate(248deg) brightness(85%) contrast(137%); }
.about-brand-orbit { width: min(200px, 100%); justify-self: end; }
.about-brand-bluzetta { width: min(280px, 100%); justify-self: start; }
.about-maker-label { margin: 0; color: var(--orbit-blue); font: 700 15px/1.25 "Archivo", sans-serif; letter-spacing: .02em; }
.about-maker > p:not(.about-maker-label) { max-width: 680px; margin: 14px auto 0; color: #2b456a; font-size: clamp(16px, 2vw, 19px); line-height: 1.6; }
.about-maker .about-maker-signoff { color: var(--orbit-blue); font-weight: 700; }
.about-maker-action { min-height: 52px; margin-top: 25px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 2px solid var(--orbit-blue); border-radius: 9px; background: var(--orbit-blue); color: #fff; font: 700 17px/1.2 "Archivo", sans-serif; text-decoration: none; transition: transform .18s ease, background-color .18s ease; }
.about-maker-action:hover, .about-maker-action:focus-visible { transform: translateY(-2px); background: #fff; color: var(--orbit-blue); outline: 0; }

@media (max-width: 1024px) {
  .about-kicker, .about-hero h1 { font-size: 42px; }
}

@media (max-width: 700px) {
  .about-page { padding: 42px 14px 70px; }
  .about-kicker, .about-hero h1 { font-size: clamp(28px, 8vw, 40px); }
  .about-hero h1 br { display: none; }
  .about-switcher { margin-top: 42px; }
  .about-panel { margin-top: 20px; padding: 30px 16px; }
  .about-mission-copy { grid-template-columns: 1fr; }
  .about-mission-copy p { padding: 18px; }
  .about-brand-lockup { grid-template-columns: 1fr; gap: 18px; }
  .about-brand-lockup > span { width: 90px; height: 2px; justify-self: center; }
  .about-brand-orbit, .about-brand-bluzetta { width: min(230px, 75%); justify-self: center; }
}

@media (prefers-reduced-motion: reduce) { .about-maker-action { transition: none; } }
