html, body { height: auto; overflow-x: hidden; overflow-y: auto; scrollbar-width: none; -ms-overflow-style: none; }
html::-webkit-scrollbar, body::-webkit-scrollbar { display: none; }
.about-page {
  display: flex; flex-direction: column;
  min-height: 100vh; min-height: 100dvh;
  background: #fefcf4 url('marketing-assets/About Background_2.png') center bottom / 100% auto no-repeat;
}

.about-hero {
  position: relative;
  flex: 0 0 auto;
  padding: clamp(16px, 3.6vh, 36px) clamp(18px, 6.4vw, 110px) clamp(120px, 20vh, 200px);
  background: url('marketing-assets/About Page_Top_999_Tall.png?v=3') center bottom -30px / cover no-repeat;
}
.about-hero .topbar { position: relative; z-index: 2; }

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin-top: clamp(28px, 5vh, 60px);
  padding-left: clamp(150px, 3vw, 48px);
  text-align: left;
}
.hero-description {
  position: relative;
}
.hero-description::before {
  content: '';
  pointer-events: none;
  position: absolute;
  z-index: 0;
  left: -30%; right: -30%; top: -55%; bottom: -35%;
  transform: translateY(20px);
  background: radial-gradient(ellipse at center, rgb(255 255 255 / 0.85) 0%, rgb(255 255 255 / 0.75) 40%, rgb(255 255 255 / 0) 72%);
}
.hero-description > * {
  position: relative;
  z-index: 1;
}
.hero-copy h1 {
  margin: 0;
  font-family: 'Baloo 2', cursive;
  font-size: clamp(22px, 2.6vw, 36px);
  font-weight: 800;
  letter-spacing: -.02em;
  color: #002b43;
}
.hero-tagline { margin: 8px 0 0; font-size: clamp(13px, 1.05vw, 16px); font-weight: 700; color: #123c5a; line-height: 1.35; }
.hero-body { margin: 8px 0 0; font-size: clamp(12px, 0.85vw, 14px); font-weight: 600; line-height: 1.45; color: #173f60; max-width: 520px; }

.wave-divider {
  position: absolute;
  left: 0; right: -1px; bottom: -1px;
  width: calc(100% + 1px); height: 42px;
  display: block;
}

.about-lower {
  position: relative;
  display: flex; flex-direction: column;
}

.mission {
  position: relative;
  display: flex; flex-direction: column;
  padding: clamp(32px, 6vh, 64px) clamp(36px, 10vw, 160px) 0;
}
.mission h2 {
  margin: 0; text-align: center;
  font-family: 'Baloo 2', cursive; font-size: clamp(20px, 2vw, 28px); color: #002b43;
}
.mission-intro {
  max-width: 720px; margin: 10px auto 0; text-align: center;
  font-size: clamp(12px, 0.9vw, 15px); font-weight: 600; line-height: 1.45; color: #173f60;
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: clamp(24px, 4.5vh, 52px) auto 0;
}
.mission-item { text-align: center; }
.mission-icon {
  display: flex; align-items: center; justify-content: center;
  width: clamp(40px, 5vh, 56px); height: clamp(40px, 5vh, 56px); margin: 0 auto 10px;
  border-radius: 50%; font-size: clamp(16px, 2.2vh, 24px);
}
.icon-green { background: #d9f3df; }
.icon-pink { background: #fbdde3; }
.icon-yellow { background: #fdedc4; }
.icon-purple { background: #e4dcf9; }
.mission-item h3 { margin: 0 0 4px; font-size: clamp(13px, 1.1vw, 16px); color: #002b43; }
.mission-item p { margin: 0; font-size: clamp(11px, 0.8vw, 13px); font-weight: 600; line-height: 1.4; color: #35577a; }

.about-cta {
  flex: 0 0 auto;
  margin-top: clamp(48px, 8vh, 96px);
  padding: clamp(16px, 3vh, 32px) clamp(36px, 10vw, 160px) clamp(32px, 5vh, 56px);
  text-align: center;
}
.about-cta-inner h2 { margin: 0; font-family: 'Baloo 2', cursive; font-size: clamp(16px, 1.5vw, 22px); color: #002b43; }
.about-cta-inner p { margin: 2px 0 0; font-size: clamp(11px, 0.85vw, 13px); font-weight: 600; color: #173f60; }
.about-cta-actions { display: flex; justify-content: center; gap: 10px; margin-top: 10px; }
.about-cta-actions a {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 100px; padding: clamp(6px, 1vh, 10px) 20px; font-size: clamp(11px, 0.85vw, 13px); font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.about-cta-actions a:hover { transform: translateY(-2px); box-shadow: 0 5px 12px rgb(16 84 115 / 0.15); }
.about-cta-actions .signup { background: #34bdd0; color: white; }
.about-cta-actions .browse { background: transparent; color: #173f60; border: 1px solid #173f60; }
.site-footer-copyright {
  margin: clamp(32px, 5vh, 56px) 0 0;
  padding-top: clamp(16px, 2.5vh, 24px);
  font-size: clamp(11px, 0.8vw, 12px);
  font-weight: 600;
  color: #5a7893;
}

/* Medium: center the copy and frame Pogo independently of the hero height. */
@media (max-width: 1050px) {
  .about-hero {
    --scene-width: 2100px;
    padding-bottom: 460px;
    background-size: var(--scene-width) auto;
    background-position: calc(50% - var(--scene-width) * 0.135) bottom;
  }
  .hero-copy { max-width: 600px; margin: 36px auto 0; padding-left: 0; text-align: center; }
  .hero-copy h1 { font-size: 36px; line-height: 1.15; }
  .hero-tagline { font-size: 17px; line-height: 1.5; }
  .hero-body { max-width: 560px; margin: 12px auto 0; font-size: 15px; line-height: 1.6; }
  .hero-description::before { inset: -24px -32px; transform: none; }
  .wave-divider { height: 60px; }
  .mission-grid { grid-template-columns: repeat(2, 1fr); gap: 10px 16px; }
}
/* Small: readable centered text, then a close view of Pogo, then the wave. */
@media (max-width: 700px) {
  .about-hero {
    --scene-width: clamp(1500px, 240vw, 1800px);
    padding: max(12px, env(safe-area-inset-top)) 12px 370px;
  }
  .hero-copy { max-width: 480px; margin-top: 28px; padding-inline: 8px; }
  .hero-copy h1 { font-size: clamp(28px, 7vw, 34px); }
  .hero-tagline { font-size: 16px; }
  .hero-body { font-size: 15px; }
  .hero-description::before { inset: -16px -8px; }
  .wave-divider { height: 44px; }
  .mission-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 16px; }
  .about-cta-actions { flex-direction: column; align-items: center; }
}
@media (prefers-reduced-motion: reduce) { .about-cta-actions a { transition: none; } }
