/* Step 119 — Reach + Explore shared content, media and card architecture */

:root {
  --rex-ratio-hero: 16 / 9;
  --rex-ratio-feature: 4 / 3;
  --rex-ratio-card: 4 / 3;
  --rex-ratio-square: 1 / 1;
  --rex-ratio-logo: 4 / 3;
  --rex-radius-media: 12px;
  --rex-radius-card: 12px;
  --rex-grid-gap: 18px;
  --rex-card-pad: 22px;
  --rex-card-title-size: 1.28rem;
  --rex-card-copy-size: 0.72rem;
  --rex-card-title-leading: 1.08;
  --rex-card-copy-leading: 1.56;
  --rex-card-title-block: 2.16em;
  --rex-card-copy-block: 4.68em;
  --rex-card-min-height: 220px;
  --rex-proof-min-height: 224px;
  --rex-program-min-height: 236px;
  --rex-callout-min-height: 210px;
  --rex-shadow-light: 0 18px 38px color-mix(in srgb, var(--text-primary) 10%, transparent), inset 0 1px 0 #fff;
  --rex-shadow-dark: 0 18px 38px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.reach-explore-page {
  overflow-x: clip;
}

.reach-explore-page .rex-main {
  width: 100%;
  min-width: 0;
  overflow: clip visible;
  background: var(--surface-paper);
  color: var(--text-primary);
}

.reach-explore-page .rex-main *,
.reach-explore-page .rex-main *::before,
.reach-explore-page .rex-main *::after {
  box-sizing: border-box;
}

.reach-explore-page .rex-main :is(a, article, div, figure, li, section) {
  min-width: 0;
}

.reach-explore-page .rex-main img {
  display: block;
  max-width: 100%;
}

.reach-explore-page .card-img-wrap {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: var(--rex-radius-media);
  background: var(--surface-dark-alt);
  isolation: isolate;
}

.reach-explore-page .card-img-wrap--hero { aspect-ratio: var(--rex-ratio-hero); }
.reach-explore-page .card-img-wrap--feature { aspect-ratio: var(--rex-ratio-feature); }
.reach-explore-page .card-img-wrap--location,
.reach-explore-page .card-img-wrap--gallery { aspect-ratio: var(--rex-ratio-card); }
.reach-explore-page .card-img-wrap--contain,
.reach-explore-page .card-img-wrap--avatar { aspect-ratio: var(--rex-ratio-square); }
.reach-explore-page .card-img-wrap--logo { aspect-ratio: var(--rex-ratio-logo); }

.reach-explore-page .card-img-wrap :is(picture, img) {
  width: 100%;
  height: 100%;
}

.reach-explore-page .card-img-wrap picture {
  display: block;
}

.reach-explore-page .card-img-wrap img {
  object-fit: cover;
  object-position: center;
}

.reach-explore-page .card-img-wrap--contain,
.reach-explore-page .card-img-wrap--logo {
  background: #fff;
}

.reach-explore-page :is(.card-img-wrap--contain, .card-img-wrap--logo) img {
  padding: 10%;
  object-fit: contain;
}

.reach-explore-page .card-img-wrap--avatar {
  width: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
}

.reach-explore-page .rex-founder-page .rex-hero-media img { object-position: center 24%; }
.reach-explore-page .rex-shillong-page .rex-hero-media img { object-position: center 46%; }
.reach-explore-page .rex-northeast-page .rex-hero-media img { object-position: center 48%; }

.reach-explore-page .rex-hero {
  padding: 44px 0 48px;
  background:
    radial-gradient(circle at 88% 10%, color-mix(in srgb, var(--text-primary) 42%, transparent), transparent 34%),
    linear-gradient(180deg, var(--surface-dark), var(--surface-dark));
  color: #fff;
}

.reach-explore-page:not(.desktop-hero-prototype-page) .rex-hero-copy {
  align-self: center;
}

.reach-explore-page:not(.desktop-hero-prototype-page) .rex-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
  color: var(--border-light-strong);
  font-size: 0.7rem;
}

.reach-explore-page:not(.desktop-hero-prototype-page) .rex-eyebrow {
  margin: 0 0 10px;
  color: var(--orange-bright);
  font-family: var(--font-body);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.reach-explore-page .rex-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.1rem, 5vw, 5.25rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.91;
}

.reach-explore-page .rex-hero h1 em {
  display: block;
  color: var(--orange-bright);
  font-weight: 500;
}

.reach-explore-page:not(.desktop-hero-prototype-page) .rex-hero-lead {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--surface-paper);
  font-size: 0.94rem;
  line-height: 1.68;
}

.reach-explore-page:not(.desktop-hero-prototype-page) .rex-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.reach-explore-page:not(.desktop-hero-prototype-page) .rex-actions :is(.button-primary, .button-ghost) {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border-radius: 7px;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
}

.reach-explore-page:not(.desktop-hero-prototype-page) .rex-actions .button-primary {
  border: 1px solid var(--orange-bright);
  background: linear-gradient(135deg, var(--orange-bright), var(--orange));
  color: var(--surface-dark);
  box-shadow: 0 9px 24px color-mix(in srgb, var(--orange) 28%, transparent);
}

.reach-explore-page:not(.desktop-hero-prototype-page) .rex-actions .button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.025);
  color: #fff;
}

.reach-explore-page:not(.desktop-hero-prototype-page) .rex-actions svg {
  width: 15px;
  height: 15px;
}

.reach-explore-page:not(.desktop-hero-prototype-page) .rex-hero-media {
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.32);
}

.reach-explore-page:not(.desktop-hero-prototype-page) .rex-hero-media figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 18px;
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--surface-dark) 92%, transparent));
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.4;
}

/* Keep the existing Method presentation outside the Tablet prototype.
   The dedicated component owns this route only from 768px through 1024px. */
@media (max-width: 1024px) {
  .reach-explore-page.desktop-hero-prototype-page:not(.tablet-hero-prototype-page) .rex-hero-copy {
    align-self: center;
  }

  .reach-explore-page.desktop-hero-prototype-page:not(.tablet-hero-prototype-page) .rex-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
    color: var(--border-light-strong);
    font-size: 0.7rem;
  }

  .reach-explore-page.desktop-hero-prototype-page:not(.tablet-hero-prototype-page) .rex-eyebrow {
    margin: 0 0 10px;
    color: var(--orange-bright);
    font-family: var(--font-body);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .reach-explore-page.desktop-hero-prototype-page:not(.tablet-hero-prototype-page) .rex-hero-lead {
    max-width: 660px;
    margin: 22px 0 0;
    color: var(--surface-paper);
    font-size: 0.94rem;
    line-height: 1.68;
  }

  .reach-explore-page.desktop-hero-prototype-page:not(.tablet-hero-prototype-page) .rex-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
  }

  .reach-explore-page.desktop-hero-prototype-page:not(.tablet-hero-prototype-page) .rex-actions :is(.button-primary, .button-ghost) {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    border-radius: 7px;
    font-size: 0.72rem;
    font-weight: 800;
    text-decoration: none;
  }

  .reach-explore-page.desktop-hero-prototype-page:not(.tablet-hero-prototype-page) .rex-actions .button-primary {
    border: 1px solid var(--orange-bright);
    background: linear-gradient(135deg, var(--orange-bright), var(--orange));
    color: var(--surface-dark);
    box-shadow: 0 9px 24px color-mix(in srgb, var(--orange) 28%, transparent);
  }

  .reach-explore-page.desktop-hero-prototype-page:not(.tablet-hero-prototype-page) .rex-actions .button-ghost {
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.025);
    color: #fff;
  }

  .reach-explore-page.desktop-hero-prototype-page:not(.tablet-hero-prototype-page) .rex-actions svg {
    width: 15px;
    height: 15px;
  }

  .reach-explore-page.desktop-hero-prototype-page:not(.tablet-hero-prototype-page) .rex-hero-media {
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.32);
  }

  .reach-explore-page.desktop-hero-prototype-page:not(.tablet-hero-prototype-page) .rex-hero-media figcaption {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 18px;
    background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--surface-dark) 92%, transparent));
    color: #fff;
    font-size: 0.7rem;
    line-height: 1.4;
  }
}

.reach-explore-page .rex-section {
  padding: 68px 0;
}

.reach-explore-page .rex-section--paper { background: var(--surface-paper); color: var(--text-primary); }
.reach-explore-page .rex-section--sand { background: var(--surface-sand); color: var(--text-primary); }
.reach-explore-page .rex-section--dark,
.reach-explore-page .rex-section--navy { background: var(--surface-dark); color: #fff; }
.reach-explore-page .rex-section--navy { background: var(--surface-dark-alt); }

.reach-explore-page .rex-section-head {
  max-width: 790px;
  margin: 0 auto 30px;
  text-align: center;
}

.reach-explore-page .rex-section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 3.7vw, 3.4rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.reach-explore-page .rex-section-head > p:last-child:not(.rex-eyebrow) {
  max-width: 690px;
  margin: 14px auto 0;
  color: var(--text-secondary);
  font-size: 0.83rem;
  line-height: 1.65;
}

.reach-explore-page :is(.rex-section--dark, .rex-section--navy) .rex-section-head > p:last-child:not(.rex-eyebrow) {
  color: var(--text-inverse-muted);
}

.reach-explore-page :is(.rex-card-grid, .rex-proof-grid, .rex-program-grid, .rex-callout-grid, .rex-location-grid, .rex-cert-grid, .rex-testimonial-grid, .rex-gallery-grid) {
  display: grid;
  gap: var(--rex-grid-gap);
}

.reach-explore-page :is(.rex-card, .rex-proof-card, .rex-program-card, .rex-callout) {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: var(--rex-card-pad);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--card-dark-strong) 16%, transparent);
  border-radius: var(--rex-radius-card);
  background: var(--card-light);
  color: var(--text-primary);
  box-shadow: var(--rex-shadow-light);
  text-decoration: none;
}

.reach-explore-page :is(.rex-card, .rex-proof-card, .rex-program-card, .rex-callout) h3,
.reach-explore-page .rex-location-card h3 {
  min-block-size: var(--rex-card-title-block);
  max-block-size: var(--rex-card-title-block);
  margin: 12px 0 8px;
  overflow: hidden;
  display: -webkit-box;
  font-family: var(--font-display);
  font-size: var(--rex-card-title-size);
  font-weight: 600;
  line-height: var(--rex-card-title-leading);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.reach-explore-page :is(.rex-card, .rex-proof-card, .rex-program-card, .rex-callout) p,
.reach-explore-page .rex-location-card p {
  min-block-size: var(--rex-card-copy-block);
  max-block-size: var(--rex-card-copy-block);
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  color: var(--text-secondary);
  font-size: var(--rex-card-copy-size);
  line-height: var(--rex-card-copy-leading);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.reach-explore-page :is(.rex-card, .rex-proof-card, .rex-program-card, .rex-callout) small,
.reach-explore-page .rex-location-card small {
  color: var(--orange-bright);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.reach-explore-page :is(.rex-program-card, .rex-callout, .rex-proof-card) :is(strong, a) {
  margin-top: auto;
  padding-top: 14px;
  color: var(--text-link);
  font-size: 0.68rem;
  font-weight: 800;
}

.reach-explore-page .rex-card {
  min-height: var(--rex-card-min-height);
}

.reach-explore-page .rex-card > svg {
  width: 28px;
  height: 28px;
  color: var(--orange-bright);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.reach-explore-page .rex-proof-card {
  min-height: var(--rex-proof-min-height);
}

.reach-explore-page .rex-program-card { min-height: var(--rex-program-min-height); }
.reach-explore-page .rex-callout { min-height: var(--rex-callout-min-height); }

.reach-explore-page :is(.rex-section--dark, .rex-section--navy) :is(.rex-card, .rex-proof-card, .rex-program-card, .rex-callout) {
  border-color: rgba(255, 255, 255, 0.15);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
  color: #fff;
  box-shadow: var(--rex-shadow-dark);
}

.reach-explore-page :is(.rex-section--dark, .rex-section--navy) :is(.rex-card, .rex-proof-card, .rex-program-card, .rex-callout) p {
  color: var(--text-inverse-muted);
}

.reach-explore-page :is(.rex-section--dark, .rex-section--navy) :is(.rex-program-card, .rex-callout, .rex-proof-card) :is(strong, a) {
  color: var(--orange-bright);
}

.reach-explore-page .rex-location-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: var(--rex-radius-card);
  background: var(--surface-dark-alt);
  color: #fff;
  box-shadow: var(--rex-shadow-dark);
  text-decoration: none;
}

.reach-explore-page .rex-location-card > div {
  display: flex;
  min-height: 185px;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.reach-explore-page .rex-location-card p { color: var(--text-inverse-muted); }
.reach-explore-page .rex-location-card strong {
  margin-top: auto;
  padding-top: 12px;
  color: var(--orange-bright);
  font-size: 0.67rem;
}

.reach-explore-page .rex-location-card--green :is(small, strong) { color: var(--whatsapp); }
.reach-explore-page .rex-location-card--gold :is(small, strong) { color: #ffb53b; }
.reach-explore-page .rex-location-card--blue :is(small, strong) { color: #18bfff; }

.reach-explore-page .rex-proof-strip {
  padding: 20px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--surface-deep-blue);
  color: #fff;
}

.reach-explore-page .rex-metric-grid {
  display: grid;
  gap: 0;
}

.reach-explore-page .rex-metric-grid > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 12px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.reach-explore-page .rex-metric-grid > span:last-child { border-right: 0; }
.reach-explore-page .rex-metric-grid strong { font-family: var(--font-display); font-size: 1.32rem; }
.reach-explore-page .rex-metric-grid small { margin-top: 3px; color: var(--text-inverse-muted); font-size: 0.63rem; }

.reach-explore-page .rex-partner-carousel {
  background: var(--surface-paper);
}

.reach-explore-page .institution-carousel-card .card-img-wrap {
  width: 100%;
  max-width: 150px;
  margin-inline: auto;
}

.reach-explore-page .institution-carousel-card .card-img-wrap img {
  width: 100%;
  height: 100%;
}

.reach-explore-page .rex-state-grid,
.reach-explore-page .rex-logo-grid {
  display: grid;
  gap: 14px;
}

.reach-explore-page .rex-state-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--card-dark-strong) 13%, transparent);
  border-radius: 10px;
  background: #fffdf8;
  text-align: center;
}

.reach-explore-page .rex-state-card strong {
  min-height: 2.5em;
  font-size: 0.7rem;
  line-height: 1.25;
}

.reach-explore-page .rex-source-note {
  margin: 14px 0 0;
  color: var(--text-secondary);
  font-size: 0.56rem;
  text-align: center;
}

.reach-explore-page .rex-logo-band {
  padding: 36px 0;
  background: #fffdf8;
}

.reach-explore-page .rex-logo-band .rex-section-head {
  margin-bottom: 22px;
}

.reach-explore-page .rex-logo-band .rex-section-head h2 {
  font-size: 2rem;
}

.reach-explore-page .rex-logo-grid .card-img-wrap {
  border: 1px solid color-mix(in srgb, var(--card-dark) 12%, transparent);
}

.reach-explore-page .rex-cert-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--rex-radius-card);
  background: rgba(255, 255, 255, 0.045);
}

.reach-explore-page .rex-cert-card h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 1.22rem;
}

.reach-explore-page .rex-cert-card p {
  margin: 0;
  color: var(--text-inverse-muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

.reach-explore-page .rex-inline-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--orange-bright);
  font-size: 0.72rem;
  font-weight: 800;
}

.reach-explore-page .rex-story-copy h2 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.6vw, 3.5rem);
  font-weight: 500;
  line-height: 0.98;
}

.reach-explore-page .rex-story-copy > p:not(.rex-eyebrow) {
  margin: 0 0 13px;
  color: var(--text-secondary);
  font-size: 0.84rem;
  line-height: 1.7;
}

.reach-explore-page .rex-method-grid {
  display: grid;
  gap: var(--rex-grid-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}

.reach-explore-page .rex-method-grid > li {
  display: grid;
  min-height: 190px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-content: center;
  padding: 20px;
  border: 1px solid color-mix(in srgb, var(--card-dark-strong) 16%, transparent);
  border-radius: var(--rex-radius-card);
  background: #fffdf8;
  box-shadow: var(--rex-shadow-light);
}

.reach-explore-page .rex-method-grid > li > span {
  color: var(--orange-bright);
  font-family: var(--font-display);
  font-size: 1.3rem;
}

.reach-explore-page .rex-method-grid h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.35rem;
}

.reach-explore-page .rex-method-grid p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.7rem;
  line-height: 1.55;
}

.reach-explore-page .rex-testimonial {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid color-mix(in srgb, var(--card-dark-strong) 16%, transparent);
  border-radius: var(--rex-radius-card);
  background: #fffdf8;
  box-shadow: var(--rex-shadow-light);
}

.reach-explore-page .rex-stars { color: var(--orange-bright); letter-spacing: 0.12em; }
.reach-explore-page .rex-testimonial blockquote {
  margin: 18px 0;
  color: var(--text-primary);
  font-family: var(--font-display);
  font-size: 1.18rem;
  line-height: 1.35;
}

.reach-explore-page .rex-testimonial footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.reach-explore-page .rex-testimonial footer div {
  display: flex;
  flex-direction: column;
}

.reach-explore-page .rex-testimonial footer small { color: var(--text-secondary); font-size: 0.62rem; }

.reach-explore-page .rex-gallery-card {
  border: 1px solid color-mix(in srgb, var(--border-dark-soft) 14%, transparent);
  box-shadow: var(--rex-shadow-light);
}

.reach-explore-page .rex-gallery-card figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px 14px 12px;
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--surface-dark) 88%, transparent));
  color: #fff;
  font-size: 0.63rem;
  line-height: 1.4;
}

.reach-explore-page .rex-faq-layout {
  display: grid;
  gap: 36px;
}

.reach-explore-page .rex-faq-layout .rex-section-head {
  margin: 0;
  text-align: left;
}

.reach-explore-page .rex-faq-layout .rex-section-head > p:last-child:not(.rex-eyebrow) {
  margin-inline: 0;
}

.reach-explore-page .rex-faq-list {
  display: grid;
  gap: 9px;
}

.reach-explore-page .rex-faq-list details {
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
}

.reach-explore-page .rex-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.02rem;
  list-style: none;
}

.reach-explore-page .rex-faq-list summary::-webkit-details-marker { display: none; }
.reach-explore-page .rex-faq-list summary span { color: var(--text-link); font-family: var(--font-body); }
.reach-explore-page .rex-faq-list details p { margin: 0; padding: 0 18px 16px; color: var(--text-secondary); font-size: 0.72rem; line-height: 1.6; }

.reach-explore-page .rex-cta {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #06121c;
  color: #fff;
}

.reach-explore-page .rex-cta-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.reach-explore-page .rex-cta h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 500;
}

.reach-explore-page .rex-cta p {
  max-width: 720px;
  margin: 7px 0 0;
  color: var(--text-inverse-muted);
  font-size: 0.76rem;
}

.reach-explore-page .rex-cta .rex-actions { flex: 0 0 auto; margin: 0; }

@media (prefers-reduced-motion: reduce) {
  .reach-explore-page .rex-main *,
  .reach-explore-page .rex-main *::before,
  .reach-explore-page .rex-main *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }
}
