.about-hero {
  position: relative;
  overflow: hidden;
  background-color: #f2f7f2;
  background-image: radial-gradient(#d4e0d7 1px, transparent 1px);
  background-size: 23px 23px;
}
.about-hero-inner { position: relative; padding-top: 88px; padding-bottom: 28px; min-height: 790px; }
.about-copy { position: relative; z-index: 2; width: 57%; pointer-events: none; }
.about-copy h1 { font-size: clamp(2.75rem, 4.5vw, 4.45rem); line-height: 1.08; letter-spacing: -.05em; max-width: 16ch; margin: 22px 0 26px; }
.about-copy .lede { max-width: 44ch; font-size: 1.13rem; }
.about-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 540px; margin-top: 32px; pointer-events: auto; }
.about-cta { display: block; background: #fbfcfaed; border: 1px solid #bfd2c5; border-radius: 10px; padding: 18px 20px; text-decoration: none; transition: background .2s; }
.about-cta:hover { background: #dceee2; }
.about-cta > span { display: block; font-size: .75rem; color: #53645a; margin-bottom: 5px; }
.about-cta strong { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #076c43; font-size: 1rem; }
.about-scene { position: absolute; width: 690px; height: 650px; right: -100px; top: 54px; z-index: 1; pointer-events: none; }
.about-scene canvas { width: 100%; height: 100%; opacity: 0; transition: opacity .35s ease; }
.about-scene.scene-ready canvas { opacity: 1; }
.about-scene-fallback { position: absolute; inset: 70px 25px 35px 70px; display: grid; place-items: center; }
.fallback-globe { width: min(78%, 430px); aspect-ratio: 1; border: 2px dotted #3a9169; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle, #0a8954 0 4px, transparent 5px); }
.fallback-globe span { font-size: .8rem; font-weight: 800; color: #006039; transform: translateY(24px); }
.about-scene-fallback p { position: absolute; bottom: 0; font-size: .8rem; color: #37654e; text-align: center; }
.scene-ready .about-scene-fallback { display: none; }
.globe-city { position: absolute; transform: translate(10px, -24px); font-size: 11px; color: #24513b; font-weight: 650; background: #f2f7f2db; padding: 2px 5px; border-radius: 4px; white-space: nowrap; visibility: hidden; }
.scene-ready .globe-city { visibility: visible; }
.globe-origin { color: #006039; transform: translate(12px, 6px); font-weight: 800; }
.about-hero-note { position: relative; z-index: 2; display: flex; align-items: center; gap: 10px; margin-top: 64px; border-top: 1px solid #c8d8ce; padding-top: 22px; font-size: .76rem; color: #42634f; }
.about-hero-note > span:last-child { margin-left: auto; }
.about-status-dot { height: 7px; width: 7px; border-radius: 50%; background: #07804d; }
@media (min-width: 681px) {
  .about-purpose .section-head h2 { font-size: clamp(2.2rem, 3vw, 3.25rem); }
  .about-purpose .quote-block p { font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.34; max-width: 32ch; }
}
@media (max-width: 1100px) {
  .about-scene { right: -145px; opacity: .8; }
  .about-copy { width: 62%; }
  .about-copy h1 { font-size: 3.6rem; }
}
@media (max-width: 760px) {
  .about-hero-inner { padding-top: 44px; min-height: 0; }
  .about-copy { width: 100%; pointer-events: auto; }
  .about-copy h1 { font-size: clamp(2.6rem, 8.5vw, 3.8rem); max-width: 18ch; }
  .about-copy .lede { max-width: 44ch; }
  .about-scene { position: relative; top: auto; right: auto; width: 100%; height: 430px; opacity: 1; margin-top: 4px; }
  .about-scene-fallback { inset: 25px 10px 30px; }
  .about-hero-note { margin-top: 0; flex-wrap: wrap; }
  .about-hero-note > span:last-child { margin-left: 17px; width: 100%; }
  .about-actions { max-width: 100%; }
  .about-cta { padding: 15px 12px; }
  .about-cta strong { font-size: .9rem; }
}
@media (max-width: 390px) {
  .about-actions { grid-template-columns: 1fr; }
  .about-scene { height: 370px; }
}
@media (prefers-reduced-motion: reduce) {
  .about-scene canvas { transition: none; }
}
