/* Live54+ documentation layout */
html {
  overflow-x: clip;
}
body {
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
}
body.mobile-menu-open {
  overflow: hidden;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
img,
video,
iframe {
  max-width: 100%;
  height: auto;
}
.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
}
.docs-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(9, 9, 11, 0.94);
  backdrop-filter: blur(12px);
}
.docs-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 3.5rem;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.docs-logo {
  flex-shrink: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
}
.docs-logo span {
  color: #2266ff;
}
.docs-nav-links {
  display: none;
  align-items: center;
  gap: 0.125rem;
}
@media (min-width: 1280px) {
  .docs-nav-links { display: flex; }
}
.docs-nav-link {
  padding: 0.375rem 0.625rem;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.docs-nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
.docs-nav-link.is-active {
  color: #2266ff;
  background: rgba(34, 102, 255, 0.12);
}
.docs-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.docs-mobile-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(9, 9, 11, 0.98);
}
.docs-mobile-menu a {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.docs-mobile-menu a.is-active {
  color: #2266ff;
}
.docs-page-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #09090b;
  padding: 2.75rem 0 2.25rem;
}
.docs-page-header--light {
  background: #fff;
  border-bottom-color: #e4e4e7;
}
.docs-container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.docs-eyebrow {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2266ff;
}
.docs-title {
  max-width: 48rem;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
}
.docs-page-header--light .docs-title {
  color: #18181b;
}
.docs-lead {
  margin-top: 1rem;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.62);
}
.docs-page-header--light .docs-lead {
  color: #52525b;
}
.docs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.docs-section {
  padding: 3.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.docs-section-label {
  margin-bottom: 0.75rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2266ff;
}
.docs-section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}
.docs-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #09090b;
  padding: 2.5rem 0;
}
.docs-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .docs-footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); }
}
.docs-footer h4 {
  margin-bottom: 0.875rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}
.docs-footer a {
  display: block;
  padding: 0.2rem 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}
.docs-footer a:hover {
  color: #fff;
}
.docs-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
}
@media (min-width: 640px) {
  .docs-footer-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.docs-site .font-display {
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: -0.02em;
}
.docs-site .max-w-site {
  max-width: 72rem;
}

/* Live54+ pill buttons */
.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  background-color: #2266ff;
  padding: 0.75rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  text-decoration: none;
  transition: filter 0.2s ease;
}
.btn-pill:hover {
  filter: brightness(1.1);
}
.btn-pill-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.75rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(4px);
  transition: background-color 0.2s ease;
}
.btn-pill-outline:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-pill-sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.btn-pill-with-icon {
  justify-content: flex-start;
  padding: 0.625rem 0.5rem 0.625rem 1.5rem;
  gap: 0.75rem;
}
.btn-pill.btn-pill-with-icon:not(.btn-pill-sm) {
  padding: 0.75rem 0.625rem 0.75rem 1.75rem;
  gap: 1rem;
}
.btn-pill-sm.btn-pill-with-icon {
  padding: 0.5rem 0.375rem 0.5rem 1rem;
}
.btn-pill-icon {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #fff;
  color: #2266ff;
}
.btn-pill-outline .btn-pill-icon {
  background-color: #fff;
  color: #2266ff;
}
.btn-pill-sm .btn-pill-icon {
  height: 1.75rem;
  width: 1.75rem;
}
.btn-pill-icon svg {
  height: 1rem;
  width: 1rem;
}
.btn-pill-sm .btn-pill-icon svg {
  height: 0.75rem;
  width: 0.75rem;
}

.impact-count {
  display: inline-block;
  min-width: 2ch;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.impact-count.is-animating {
  transform: scale(1.04);
}
.impact-count.is-done {
  transform: scale(1);
}

.docs-site .max-w-site {
  max-width: 72rem;
}

.single-page-nav.is-scrolled {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(12px);
}

/* ─── Hero (desktop mockup; rem/em sizing) ─── */
.hero-cinematic {
  --hero-blue: #2266ff;
  --hero-ink: #020306;
  --hero-news-w: 22.5rem;
  --hero-title-size: clamp(1.25rem, min(3.4vw, 4.4svh), 2.7rem);
  /* The longest headline line measures 12.12x the title size, so this keeps
     the banner locked to the width of the text beneath it. */
  --hero-title-width: calc(var(--hero-title-size) * 12.12);
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: #0a0a0a;
  overflow: hidden;
}

.hero-shell {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: clamp(1rem, 3svh, 2rem);
  height: 100%;
  min-height: 0;
  width: 100%;
  max-width: 88rem; /* match max-w-site */
  margin: 0 auto;
  /* match section gutters: px-8 */
  padding: clamp(4.5rem, 11svh, 7rem) 2rem clamp(1.75rem, 5svh, 3.5rem);
}
@media (min-width: 40rem) {
  .hero-shell {
    padding-left: 3rem;  /* sm:px-12 */
    padding-right: 3rem;
  }
}
@media (min-width: 64rem) {
  .hero-shell {
    padding-left: 4rem;  /* lg:px-16 */
    padding-right: 4rem;
  }
}
@media (min-width: 80rem) {
  .hero-shell {
    padding-left: 5rem;  /* xl:px-20 */
    padding-right: 5rem;
  }
}

.hero-copy {
  max-width: 44rem;
  min-height: 0;
}
/* Wide banner spanning the copy column. The max-height is what keeps the hero
   inside one viewport, so on short screens the band flattens instead of
   pushing the headline under the nav. */
.hero-figure {
  display: block;
  width: min(100%, var(--hero-title-width));
  height: auto;
  aspect-ratio: 5 / 3;
  max-height: clamp(6rem, 37svh, 26rem);
  margin-bottom: clamp(0.85rem, 2.4svh, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.65rem;
  object-fit: cover;
  object-position: center 38%;
}
.hero-accent {
  display: block;
  width: 2.75rem;
  height: 0.1875rem;
  margin-bottom: clamp(0.6rem, 2svh, 1.25rem);
  border-radius: 9999px;
  background: var(--hero-blue);
}
.hero-title {
  margin: 0;
  font-size: var(--hero-title-size);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #fff;
}
.hero-title-line {
  display: block;
}
.hero-title-accent {
  color: var(--hero-blue);
}
.hero-lead {
  margin: clamp(0.65rem, 2svh, 1.25rem) 0 0;
  max-width: 36rem;
  font-size: clamp(0.7rem, 1.45svh, 0.78rem);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.86);
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: clamp(0.9rem, 2.6svh, 1.75rem);
  padding: clamp(0.65rem, 1.7svh, 0.95rem) clamp(1.1rem, 3vw, 1.6rem);
  border-radius: 9999px;
  background: var(--hero-blue);
  color: #fff;
  font-size: clamp(0.68rem, 1.5svh, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.hero-cta:hover {
  background: #3b7aff;
}
.hero-cta svg {
  width: 1rem;
  height: 1rem;
}

/* Latest News */
.hero-news {
  display: none;
  flex-direction: column;
  width: 100%;
  max-width: var(--hero-news-w);
  max-height: 100%;
  min-height: 0;
  padding: clamp(0.85rem, 1.9svh, 1.25rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.25rem;
  background: rgba(8, 10, 14, 0.92);
  backdrop-filter: blur(0.75rem);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.4);
}
.hero-news-title {
  margin: 0 0 0.4rem;
  font-size: clamp(0.98rem, 2svh, 1.15rem);
  font-weight: 700;
  color: #fff;
}
.hero-news-rule {
  display: block;
  width: 2.25rem;
  height: 0.175rem;
  margin-bottom: clamp(0.5rem, 1.6svh, 1rem);
  border-radius: 9999px;
  background: var(--hero-blue);
}
.hero-news-list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.45rem, 1.2svh, 0.75rem);
  min-height: 0;
}
.hero-news-card {
  display: block;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition: border-color 0.2s ease;
}
.hero-news-card:hover {
  border-color: rgba(255, 255, 255, 0.22);
}
.hero-news-card img {
  display: block;
  width: 100%;
  height: clamp(3.25rem, 8svh, 6.25rem);
  object-fit: cover;
}
.hero-news-card-body {
  padding: clamp(0.5rem, 1.2svh, 0.7rem) 0.8rem clamp(0.55rem, 1.4svh, 0.8rem);
}
.hero-news-label {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #5b9bff;
}
.hero-news-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.65rem;
  margin-top: 0.35rem;
}
.hero-news-row p {
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.32;
  color: #fff;
}
.hero-news-arrow {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 9999px;
  color: #fff;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.hero-news-card:hover .hero-news-arrow {
  border-color: var(--hero-blue);
  background: var(--hero-blue);
}
.hero-news-arrow svg {
  width: 0.8rem;
  height: 0.8rem;
}
.hero-news-all {
  display: block;
  flex-shrink: 0;
  margin-top: clamp(0.6rem, 1.6svh, 1rem);
  padding: clamp(0.55rem, 1.5svh, 0.8rem) 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 9999px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.hero-news-all:hover {
  background: rgba(255, 255, 255, 0.06);
}

.hero-scroll-cue {
  display: none;
  position: absolute;
  z-index: 15;
  left: 50%;
  bottom: clamp(0.75rem, 2.5svh, 2rem);
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  color: rgba(209, 213, 219, 0.9);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  pointer-events: none;
  transform: translateX(-50%);
  animation: scrollBounce 2.4s ease-in-out infinite;
}
.hero-scroll-mouse {
  position: relative;
  display: block;
  width: 1rem;
  height: 1.65rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 9999px;
}
.hero-scroll-mouse::after {
  content: "";
  position: absolute;
  top: 0.35rem;
  left: 50%;
  width: 0.125rem;
  height: 0.35rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.7);
  transform: translateX(-50%);
}
.hero-scroll-label {
  text-align: center;
  line-height: 1.2;
}
.hero-scroll-cue svg {
  width: 0.85rem;
  height: 0.85rem;
}

@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(0.375rem); }
}

@media (min-width: 48rem) {
  .hero-scroll-cue {
    display: flex;
  }
}

/* Phones and tablets have vertical room to spare, so the headline (and the
   banner that tracks its width) is sized to fill the copy column instead of
   the viewport-width ratio the desktop layout uses. The svh term keeps
   landscape phones from blowing past one screen. */
@media (max-width: 39.9375rem) {
  .hero-cinematic {
    --hero-title-size: clamp(1.25rem, min((100vw - 4rem) / 12.3, 5.2svh), 2.4rem);
  }
  .hero-lead {
    font-size: clamp(0.78rem, 1.7svh, 0.85rem);
  }
  .hero-cta {
    font-size: clamp(0.72rem, 1.6svh, 0.82rem);
  }
}
@media (min-width: 40rem) and (max-width: 63.9375rem) {
  .hero-cinematic {
    --hero-title-size: clamp(1.4rem, min((100vw - 6rem) / 12.3, 5.2svh), 3.3rem);
  }
  .hero-lead {
    font-size: clamp(0.8rem, 1.7svh, 0.9rem);
  }
  .hero-cta {
    font-size: clamp(0.74rem, 1.6svh, 0.85rem);
  }
}

/* Portrait screens have more height than the copy needs, and bottom-anchoring
   dumped all of it as a black band under the nav. Let the banner stretch into
   whatever is left over so the hero starts right below the nav.

   The news panel has no home of its own on this page, so the hero runs past
   one screen here and carries it below the copy. The copy keeps its own
   one-screen height so the first screen is unchanged. */
@media (max-width: 63.9375rem) and (orientation: portrait) {
  .hero-cinematic {
    height: auto;
    min-height: 100svh;
  }
  /* The banner starts wherever the padding ends, so the clearance under the
     fixed nav has to be measured from its height rather than guessed from
     the viewport. */
  .hero-shell {
    --hero-nav-h: 4.3125rem;
    --hero-shell-pt: calc(var(--hero-nav-h) + clamp(1.25rem, 3svh, 2.25rem));
    --hero-shell-pb: clamp(1.75rem, 5svh, 3.5rem);
    height: auto;
    min-height: 100svh;
    padding-top: var(--hero-shell-pt);
    padding-bottom: var(--hero-shell-pb);
  }
  .hero-copy {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    min-height: calc(100svh - var(--hero-shell-pt) - var(--hero-shell-pb));
  }
  .hero-cta {
    align-self: flex-start;
  }
  .hero-figure {
    flex: 1 1 auto;
    aspect-ratio: auto;
    min-height: 8rem;
    max-height: 54svh;
    /* A taller box crops the sides off a landscape photo, so bias the frame
       left to keep the crew badge in shot. */
    object-position: 34% 42%;
  }
  .hero-news {
    display: flex;
    width: 100%;
    max-width: none;
    max-height: none;
    margin-top: clamp(1rem, 3svh, 2rem);
    padding: clamp(1.1rem, 3svh, 1.5rem);
  }
  /* The cue sits at the bottom of the hero, which is past the fold now. */
  .hero-scroll-cue {
    display: none;
  }
  .hero-news-card img {
    height: clamp(6rem, 22svw, 10rem);
  }
  .hero-news-row p {
    font-size: 0.92rem;
  }
}

/* The nav grows a little at the tablet breakpoint. */
@media (min-width: 48rem) and (max-width: 63.9375rem) and (orientation: portrait) {
  .hero-shell {
    --hero-nav-h: 4.8125rem;
  }
}

@media (min-width: 64rem) {
  .hero-cinematic {
    --hero-news-w: 22.5rem;
    --hero-title-size: clamp(1.6rem, min(2.9vw, 5.3svh), 3.1rem);
  }
  .hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) var(--hero-news-w);
    align-items: end;
    column-gap: 2rem;
    padding-top: clamp(5.5rem, 12svh, 7.5rem);
    padding-bottom: clamp(2rem, 5.5svh, 4rem);
  }
  .hero-copy {
    position: static;
    max-width: none;
    width: 100%;
    padding-bottom: 0.5rem;
    align-self: end;
  }
  .hero-title {
    line-height: 1.05;
  }
  .hero-lead {
    font-size: clamp(0.74rem, 1.55svh, 0.85rem);
    max-width: 38rem;
  }
  .hero-news {
    display: flex;
    position: static;
    width: var(--hero-news-w);
    max-width: var(--hero-news-w);
    height: 100%;
    max-height: min(100%, 40rem);
    align-self: center;
    transform: none;
    padding: clamp(0.85rem, 1.8svh, 1.2rem);
  }
  /* Cards share the leftover column height so the panel always fills it */
  .hero-news-list {
    flex: 1 1 auto;
  }
  .hero-news-card {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
  }
  .hero-news-card img {
    flex: 1 1 auto;
    height: auto;
    min-height: 3.1rem;
  }
  .hero-news-card-body {
    flex: 0 0 auto;
  }
}

@media (min-width: 80rem) {
  .hero-cinematic {
    --hero-news-w: 24rem;
    --hero-title-size: clamp(1.8rem, min(3.2vw, 5.6svh), 3.25rem);
  }
  .hero-copy {
    max-width: none;
  }
  .hero-lead {
    max-width: 40rem;
  }
  .hero-news {
    max-height: min(100%, 42rem);
    padding: clamp(0.9rem, 2svh, 1.35rem);
  }
  .hero-news-card img {
    min-height: 3.25rem;
  }
}

/* Short viewports (landscape phones, small laptops): keep everything inside 100vh */
@media (max-height: 40rem) {
  .hero-scroll-cue { display: none; }
}
/* Wide-but-short windows fit the fewest headline lines, so the band has to
   give up more height there than the global svh cap allows. Portrait screens
   size the band by the space left over instead, so they opt out. */
@media (max-height: 43rem) and (orientation: landscape) {
  .hero-figure {
    max-height: 30svh;
  }
}
@media (max-height: 34rem) {
  .hero-figure {
    display: none;
  }
  .hero-lead {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .hero-news-row p {
    -webkit-line-clamp: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scroll-cue { animation: none; }
}

.single-page-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
}
.single-page-nav-inner {
  position: relative;
}
.nav-contact-desktop {
  display: none !important;
}
@media (min-width: 1280px) {
  .single-page-nav-links {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .single-page-nav-logo,
  .single-page-nav-actions {
    position: relative;
    z-index: 1;
  }
  .nav-contact-desktop {
    display: inline-flex !important;
  }
}
.img-zoom {
  overflow: hidden;
}
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.photo-band {
  position: relative;
  min-height: 55vh;
  overflow: hidden;
}
.photo-band img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (prefers-reduced-motion: reduce) {
  .hero-reveal,
  .hero-scroll-cue { animation: none; opacity: 1; transform: none; }
  .reveal-on-scroll { opacity: 1; transform: none; transition: none; }
}

/* Feature cards (events, flywheel) + portfolio cards */
.event-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .event-feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .event-feature-grid { grid-template-columns: repeat(3, 1fr); }
}
.event-feature-card {
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
  min-height: 12.5rem;
}
.event-feature-bg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.event-feature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.event-feature-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 12.5rem;
  align-items: center;
  gap: 0.75rem;
  padding: 1.75rem 1.5rem;
}
.event-feature-num {
  flex-shrink: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4rem, 12vw, 6.5rem);
  line-height: 0.85;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
  user-select: none;
}
.event-feature-text h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  color: #fff;
}
.event-feature-text p {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}
.event-feature-date {
  margin-top: 0.75rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2266ff;
}
/* Ecosystem section — mockup card grid */
.eco-section {
  position: relative;
  overflow: hidden;
  background: #000;
  padding: 4rem 0 4.5rem;
  color: #fff;
}
@media (min-width: 1024px) {
  .eco-section { padding: 5.5rem 0 6rem; }
}
.eco-section-inner {
  position: relative;
  z-index: 1;
}
.eco-header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .eco-header {
    grid-template-columns: minmax(0, 1.4fr) minmax(16rem, 0.85fr);
    gap: 2rem 3rem;
    align-items: end;
    margin-bottom: 3.25rem;
  }
}
.eco-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2266ff;
}
.eco-eyebrow-line {
  display: inline-block;
  width: 1.75rem;
  height: 2px;
  background: #2266ff;
  flex-shrink: 0;
}
.eco-title {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(2.1rem, 5.5vw, 4rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
}
.eco-title .accent {
  color: #2266ff;
}
.eco-lead {
  margin: 1.1rem 0 0;
  max-width: 28rem;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}
.eco-header-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1rem;
  padding-top: 0.25rem;
}
@media (min-width: 1024px) {
  .eco-header-aside {
    align-items: flex-end;
    text-align: right;
    padding-bottom: 0.35rem;
  }
}
.eco-watermark {
  position: absolute;
  right: -0.25rem;
  top: -1.5rem;
  z-index: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(5rem, 14vw, 9.5rem);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -0.06em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.1);
  pointer-events: none;
  user-select: none;
}
.eco-aside-label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}
@media (min-width: 1024px) {
  .eco-aside-label {
    flex-direction: row-reverse;
  }
}
.eco-learn-more {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1.25rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.eco-learn-more svg {
  width: 0.95rem;
  height: 0.95rem;
}
.eco-learn-more:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.7);
}
.eco-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 640px) {
  .eco-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
  }
}
@media (min-width: 1100px) {
  .eco-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
  }
}
.eco-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 1.15rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
@media (min-width: 640px) {
  .eco-card {
    min-height: 21rem;
  }
}
@media (min-width: 1100px) {
  .eco-card {
    min-height: 22rem;
  }
}
.eco-card:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 102, 255, 0.55);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.eco-card--light {
  background: linear-gradient(160deg, #f3f3f3 0%, #e7e7e7 100%);
  color: #111;
}
.eco-card--light .eco-card-body h3,
.eco-card--light .eco-card-body p,
.eco-card--photo .eco-card-body h3,
.eco-card--photo .eco-card-body p {
  color: #111;
}
.eco-card--dark {
  background: #0d0d0d;
  color: #fff;
}
.eco-card--photo {
  background: #f3f3f3;
  color: #111;
}
.eco-card--photo .eco-card-body {
  background: #f3f3f3;
}
.eco-card--photo .eco-card-visual {
  background: #ececec;
}
.eco-card-visual {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10.5rem;
  padding: 1.5rem 1.15rem 0.9rem;
  overflow: hidden;
}
@media (min-width: 640px) {
  .eco-card-visual {
    min-height: 12rem;
    padding: 1.75rem 1.35rem 1rem;
  }
}
@media (min-width: 1100px) {
  .eco-card-visual {
    min-height: 13.5rem;
    padding: 2rem 1.35rem 1.15rem;
  }
}
.eco-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  filter: grayscale(0.15) contrast(1.05);
}
.eco-card-bg--strong {
  opacity: 0.92;
  filter: none;
}
.eco-card-logo--swangz {
  opacity: 1;
  max-width: 76%;
  max-height: 4.75rem;
}
@media (min-width: 640px) {
  .eco-card-logo--swangz {
    max-width: 78%;
    max-height: 5.5rem;
  }
}
@media (min-width: 1100px) {
  .eco-card-logo--swangz {
    max-width: 80%;
    max-height: 6.5rem;
  }
}
.eco-card-logo--kelele {
  opacity: 1;
  max-width: 72%;
  max-height: 4.5rem;
}
@media (min-width: 640px) {
  .eco-card-logo--kelele {
    max-width: 74%;
    max-height: 5.25rem;
  }
}
@media (min-width: 1100px) {
  .eco-card-logo--kelele {
    max-width: 76%;
    max-height: 6rem;
  }
}
.eco-card-bg--noise {
  opacity: 1;
  filter: none;
  object-position: center 42%;
}
.eco-card--dark .eco-card-visual:has(.eco-card-bg)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.35) 100%);
  pointer-events: none;
}
.eco-card-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 80%;
  max-height: 5.75rem;
  height: auto;
  object-fit: contain;
}
@media (min-width: 640px) {
  .eco-card-logo {
    max-width: 84%;
    max-height: 7rem;
  }
}
@media (min-width: 1100px) {
  .eco-card-logo {
    max-width: 88%;
    max-height: 8.25rem;
  }
}
.eco-card-logo--light {
  max-height: 5.25rem;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.35));
}
@media (min-width: 640px) {
  .eco-card-logo--light {
    max-height: 6.25rem;
  }
}
@media (min-width: 1100px) {
  .eco-card-logo--light {
    max-height: 7.5rem;
  }
}
.eco-card-body {
  position: relative;
  padding: 1.15rem 1.25rem 1.35rem;
}
.eco-card--light .eco-card-body,
.eco-card--photo .eco-card-body {
  background: transparent;
}
.eco-card--dark .eco-card-body {
  background: linear-gradient(to top, #0d0d0d 70%, rgba(13, 13, 13, 0.92));
}
.eco-card-rule {
  display: block;
  width: 1.65rem;
  height: 2.5px;
  margin-bottom: 0.7rem;
  background: #2266ff;
  border-radius: 2px;
}
.eco-card-body h3 {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.25;
}
.eco-card-body p {
  margin: 0.55rem 0 0;
  max-width: 92%;
  padding-right: 2rem;
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.45;
  opacity: 0.78;
}
.eco-card--light .eco-card-body p,
.eco-card--photo .eco-card-body p {
  opacity: 0.72;
}
.eco-card-arrow {
  position: absolute;
  right: 1.1rem;
  bottom: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  border: 1.5px solid currentColor;
  opacity: 0.85;
}
.eco-card-arrow svg {
  width: 0.85rem;
  height: 0.85rem;
}
.eco-card--light .eco-card-arrow,
.eco-card--photo .eco-card-arrow {
  color: #111;
}
.eco-card--dark .eco-card-arrow {
  color: #fff;
}

/* Upcoming event cards (live circuit grid) */
.event-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .event-card-grid { gap: 1rem; }
}
.event-card {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 1.5rem;
  background-color: #141414;
}
.event-card-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.event-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.25) 38%, transparent 68%);
}
.event-card-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  background-color: #2266ff;
  padding: 0.375rem 0.75rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .event-card-badge {
    top: 1.25rem;
    left: 1.25rem;
    padding: 0.5rem 0.875rem;
    font-size: 0.625rem;
  }
}
.event-card-body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 1rem 1.25rem 1.25rem;
}
@media (min-width: 640px) {
  .event-card-body { padding: 1.25rem 1.5rem 1.5rem; }
}
.event-card-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.5rem, 4.5vw, 2rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
.event-card-sub {
  margin-top: 0.25rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
}
@media (min-width: 640px) {
  .event-card-sub { font-size: 0.6875rem; }
}

/* Newsroom cards */
.newsroom-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px) {
  .newsroom-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .newsroom-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.newsroom-card {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid #e4e4e7;
  background-color: #fafafa;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.newsroom-card:hover {
  border-color: #2266ff;
  transform: translateY(-2px);
}
.newsroom-card-img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.newsroom-card-body {
  padding: 1rem 1rem 1.1rem;
}
.newsroom-card-meta {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2266ff;
}
.newsroom-card-title {
  margin-top: 0.6rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.75rem;
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: #18181b;
}
.newsroom-card-copy {
  margin-top: 0.65rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #52525b;
}

/* Partnership brand logos */
.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
  align-items: center;
  justify-items: center;
}
@media (min-width: 640px) {
  .partner-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem 2rem;
  }
}
@media (min-width: 1024px) {
  .partner-logo-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2rem 2.5rem;
  }
}
.partner-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.5rem;
  padding: 0.5rem;
}
.partner-logo-item img {
  width: 100%;
  height: 100%;
  max-width: 9.5rem;
  max-height: 3.75rem;
  object-fit: contain;
  object-position: center;
  opacity: 0.95;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.partner-logo-item--lg {
  height: 11.3rem;
}
.partner-logo-item--lg img {
  max-width: 21.7rem;
  max-height: 8.7rem;
}
.partner-logo-item:hover img {
  opacity: 1;
  transform: scale(1.04);
}
.portfolio-card {
  display: block;
  border: 1px solid #e4e4e7;
  background-color: #fafafa;
  padding: 1.75rem;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.portfolio-card:hover {
  border-color: #2266ff;
  box-shadow: 0 4px 24px rgba(34, 102, 255, 0.08);
}

/* Partner modal form */
.partner-field {
  display: block;
  width: 100%;
  border: 1px solid #222222;
  background-color: #141414;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.partner-field::placeholder { color: rgba(255, 255, 255, 0.35); }
.partner-field:focus {
  border-color: #2266ff;
  box-shadow: 0 0 0 1px #2266ff;
}
.partner-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
body.partner-modal-open {
  overflow: hidden;
}
.partner-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
}
.partner-modal.is-open {
  display: flex;
}
.partner-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(6px);
}
.partner-modal-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 40rem;
  max-height: min(85dvh, 52rem);
  overflow-y: auto;
  border: 1px solid #222222;
  background: #0a0a0a;
  padding: 2rem 1.5rem;
}
@media (min-width: 640px) {
  .partner-modal-dialog { padding: 2.5rem; }
}
.partner-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.partner-modal-close:hover {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
.partner-modal-eyebrow {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #2266ff;
}
.partner-modal-title {
  margin-top: 0.75rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 6vw, 2.75rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: #fff;
}
.partner-modal-lead {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
}
.partner-modal-form {
  margin-top: 1.75rem;
}
.partner-modal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .partner-modal-grid { grid-template-columns: repeat(2, 1fr); }
}
.partner-modal-grid .partner-modal-full {
  grid-column: 1 / -1;
}

/* Mobile-first polish — overrides Tailwind CDN utilities where needed */
@media (max-width: 639px) {
  .single-page-nav {
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .single-page-nav-inner {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: max(1.15rem, env(safe-area-inset-left)) !important;
    padding-right: max(1.15rem, env(safe-area-inset-right)) !important;
  }

  .single-page-nav-logo img {
    height: 1.85rem;
    width: auto;
  }

  .mx-auto.max-w-site,
  .docs-container,
  .docs-page-header .docs-container {
    padding-left: 1.15rem !important;
    padding-right: 1.15rem !important;
  }

  #opportunity,
  #about,
  #impact,
  #events,
  #partnerships,
  #careers,
  #partner {
    scroll-margin-top: 4.5rem;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  #ecosystem.eco-section {
    scroll-margin-top: 4.5rem;
    padding-top: 3rem !important;
    padding-bottom: 3.25rem !important;
    overflow-x: clip;
  }

  .eco-section-inner {
    padding-left: max(1.15rem, env(safe-area-inset-left)) !important;
    padding-right: max(1.15rem, env(safe-area-inset-right)) !important;
  }

  .eco-header {
    gap: 1.35rem;
    margin-bottom: 1.75rem;
  }

  .eco-eyebrow {
    margin-bottom: 0.75rem;
    font-size: 0.62rem;
    letter-spacing: 0.16em;
  }

  .eco-title {
    font-size: clamp(1.7rem, 8.2vw, 2.35rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.025em;
    overflow-wrap: anywhere;
  }

  .eco-lead {
    margin-top: 0.85rem;
    max-width: none;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .eco-header-aside {
    align-items: stretch;
    text-align: left;
    gap: 0.9rem;
    width: 100%;
  }

  .eco-aside-label {
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }

  .eco-learn-more {
    width: 100%;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.8rem 1.1rem;
    font-size: 0.64rem;
  }

  .eco-watermark {
    display: none;
  }

  .eco-grid {
    grid-template-columns: 1fr !important;
    gap: 0.95rem;
  }

  .eco-card {
    min-height: 0 !important;
    border-radius: 1rem;
  }

  .eco-card:hover {
    transform: none;
  }

  .eco-card-visual {
    min-height: 10.5rem;
    padding: 1.5rem 1.1rem 0.9rem;
  }

  .eco-card-logo {
    max-width: 78%;
    max-height: 5.75rem;
  }

  .eco-card-logo--light {
    max-height: 5.25rem;
  }

  .eco-card-body {
    padding: 1rem 1.05rem 1.2rem;
  }

  .eco-card-body h3 {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    overflow-wrap: anywhere;
  }

  .eco-card-body p {
    margin-top: 0.45rem;
    max-width: none;
    padding-right: 2.35rem;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .eco-card-arrow {
    right: 0.95rem;
    bottom: 1rem;
    width: 1.85rem;
    height: 1.85rem;
  }

  #opportunity h2,
  #about h2,
  #events h2,
  #partnerships h2,
  #careers h2,
  #partner h2,
  .docs-title,
  h2.font-display {
    font-size: clamp(1.7rem, 9vw, 2.4rem) !important;
    line-height: 0.95 !important;
    overflow-wrap: anywhere;
  }

  #opportunity p,
  #about p,
  #events p,
  #partnerships p,
  #careers p,
  #partner p {
    font-size: 0.92rem !important;
    line-height: 1.55;
  }

  .text-\[11px\].tracking-\[0\.35em\],
  .hero-eyebrow {
    letter-spacing: 0.16em !important;
    font-size: 10px !important;
  }

  #impact-stats {
    gap: 1.25rem !important;
  }

  #impact-stats .font-display {
    font-size: clamp(2.4rem, 12vw, 3.25rem) !important;
  }

  .event-card-grid {
    grid-template-columns: 1fr !important;
    gap: 0.875rem;
  }

  .partner-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.75rem 0.5rem;
  }

  .partner-logo-item,
  .partner-logo-item--lg {
    height: 4.25rem !important;
    padding: 0.35rem;
  }

  .partner-logo-item img,
  .partner-logo-item--lg img {
    max-width: 7.5rem !important;
    max-height: 3rem !important;
  }

  .newsroom-strip {
    grid-template-columns: 1fr !important;
    gap: 0.875rem;
  }

  .newsroom-card:hover {
    transform: none;
  }

  .newsroom-card-title {
    font-size: clamp(1.25rem, 5vw, 1.6rem) !important;
  }

  .newsroom-card-copy {
    font-size: 0.875rem;
  }

  .docs-page-header {
    padding-top: 2rem;
    padding-bottom: 1.75rem;
  }

  .hero-actions .btn-pill,
  .hero-actions .btn-pill-outline,
  .btn-pill:not(.btn-pill-sm),
  .btn-pill-outline:not(.btn-pill-sm) {
    width: 100%;
    justify-content: center;
  }

  .role-row .btn-pill-sm {
    width: 100%;
    justify-content: center;
  }

  footer .grid {
    gap: 2rem !important;
  }
}

@media (min-width: 640px) and (max-width: 1099px) {
  .eco-header {
    margin-bottom: 2rem;
  }

  .eco-title {
    font-size: clamp(2rem, 4.5vw, 2.85rem);
  }

  .eco-card {
    min-height: 20rem;
  }

  .eco-card-visual {
    min-height: 11rem;
    padding: 1.5rem 1.2rem 0.9rem;
  }

  .eco-card-logo {
    max-width: 82%;
    max-height: 6.5rem;
  }

  .eco-card-logo--light {
    max-height: 6rem;
  }

  .eco-card-body h3 {
    font-size: 0.72rem;
  }

  .eco-card-body p {
    font-size: 0.8rem;
  }

  .eco-learn-more {
    width: auto;
  }
}

@media (hover: none) {
  .eco-card:hover {
    transform: none;
    box-shadow: none;
  }
}
