/* Shared Series-stage page layout: August 5, 2026 */

.stage-page .page-hero {
  padding: 28px 0 clamp(48px, 5vw, 72px);
}

.stage-page .breadcrumbs {
  margin-bottom: clamp(34px, 4vw, 50px);
}

.stage-page .page-hero-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.stage-page .page-hero-grid > div {
  max-width: 980px;
}

.stage-page .page-hero .eyebrow {
  margin-bottom: 18px;
}

.stage-page .page-hero h1 {
  max-width: 960px;
  font-size: clamp(3rem, 4.4vw, 4.6rem);
  line-height: .96;
}

.stage-page :is(h1, h2) em {
  display: block;
  margin-top: .08em;
}

.stage-page .page-hero .lede {
  max-width: 790px;
  margin-top: 24px;
  font-size: clamp(1.1rem, 1.45vw, 1.4rem);
  line-height: 1.5;
}

.stage-page .page-hero .button-row {
  margin-top: 30px;
}

.stage-page .section {
  padding: clamp(48px, 5vw, 72px) 0;
}

.stage-page .section-heading {
  max-width: none;
  margin-bottom: clamp(28px, 3vw, 38px);
}

.stage-page .section-heading h2 {
  max-width: 980px;
  font-size: clamp(2.35rem, 3.35vw, 3.8rem);
  line-height: 1;
}

.stage-page .application-grid article {
  min-height: 190px;
  padding: clamp(28px, 3vw, 38px);
}

.stage-page .application-grid h3,
.stage-page .operating-stack h3 {
  font-size: clamp(1.3rem, 1.65vw, 1.7rem);
  line-height: 1.1;
}

.stage-page .application-grid p {
  margin-top: 14px;
  font-size: .92rem;
  line-height: 1.58;
}

.stage-page .operating-stack article {
  min-height: 132px;
  padding: 24px 0;
  grid-template-columns: 120px minmax(220px, .9fr) minmax(280px, 1.1fr);
  gap: clamp(28px, 4vw, 48px);
}

.stage-page .operating-stack p {
  font-size: .9rem;
  line-height: 1.58;
}

.stage-page .boundary-panel,
.stage-page .boundary-panel--series-a,
.stage-page .boundary-panel--series-b {
  padding: clamp(38px, 4.5vw, 56px);
  grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: clamp(38px, 6vw, 78px);
  border: 1px solid var(--steel-blue);
  border-left: 5px solid var(--steel-blue);
  background: linear-gradient(135deg, var(--soft-mist), var(--white));
  color: var(--carbon);
}

.stage-page .boundary-panel h2,
.stage-page .boundary-panel--series-a h2,
.stage-page .boundary-panel--series-b h2 {
  color: var(--deep-ink-blue);
  font-size: clamp(2.2rem, 3.2vw, 3.5rem);
  line-height: 1;
}

.stage-page .boundary-panel > p,
.stage-page .boundary-panel--series-a > p,
.stage-page .boundary-panel--series-b > p {
  color: var(--carbon);
  font-size: 1rem;
  line-height: 1.62;
}

.stage-page .section--cta {
  padding-top: 0;
  padding-bottom: clamp(48px, 5vw, 72px);
}

.stage-page .cta-panel {
  padding: clamp(48px, 5.5vw, 72px);
}

.stage-page .cta-panel h2 {
  max-width: 920px;
  font-size: clamp(2.4rem, 3.7vw, 4rem);
  line-height: 1;
}

.stage-page .cta-panel > p {
  margin-top: 20px;
  font-size: 1rem;
}

.stage-page .cta-panel .button-row {
  margin-top: 30px;
}

@media (max-width: 900px) {
  .stage-page .page-hero h1 {
    font-size: clamp(2.8rem, 8vw, 4.1rem);
  }

  .stage-page .operating-stack article {
    grid-template-columns: 88px 1fr;
    gap: 16px 28px;
  }

  .stage-page .operating-stack article p {
    grid-column: 2;
  }

  .stage-page .boundary-panel,
  .stage-page .boundary-panel--series-a,
  .stage-page .boundary-panel--series-b {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 660px) {
  .stage-page .page-hero {
    padding: 26px 0 42px;
  }

  .stage-page .breadcrumbs {
    margin-bottom: 32px;
  }

  .stage-page .page-hero .eyebrow {
    margin-bottom: 15px;
  }

  .stage-page .page-hero h1 {
    font-size: clamp(2.45rem, 11vw, 3.35rem);
  }

  .stage-page .page-hero .lede {
    margin-top: 20px;
    font-size: 1.05rem;
  }

  .stage-page .page-hero .button-row {
    margin-top: 25px;
  }

  .stage-page .section {
    padding: 40px 0;
  }

  .stage-page .section-heading {
    margin-bottom: 24px;
  }

  .stage-page .section-heading h2 {
    font-size: clamp(2.05rem, 9.5vw, 2.8rem);
  }

  .stage-page .application-grid article {
    min-height: 0;
    padding: 26px 22px;
  }

  .stage-page .operating-stack article {
    min-height: 0;
    padding: 24px 0;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .stage-page .operating-stack article p {
    grid-column: auto;
  }

  .stage-page .boundary-panel,
  .stage-page .boundary-panel--series-a,
  .stage-page .boundary-panel--series-b {
    padding: 30px 24px;
  }

  .stage-page .boundary-panel h2,
  .stage-page .boundary-panel--series-a h2,
  .stage-page .boundary-panel--series-b h2 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .stage-page .section--cta {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .stage-page .cta-panel {
    padding: 40px 24px;
  }

  .stage-page .cta-panel h2 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }
}

@media print {
  .stage-page .page-hero,
  .stage-page .section {
    padding: 24pt 0;
  }
}

/* Readable stage-page type scale: August 6, 2026 */
@media screen {
  .stage-page .page-hero .lede {
    color: #5B6472;
    font-size: clamp(1.125rem, 1.45vw, 1.4rem);
  }

  .stage-page .application-grid p {
    color: #5B6472;
    font-size: 1.0625rem;
    line-height: 1.58;
  }

  .stage-page .operating-stack p,
  .stage-page .boundary-panel > p,
  .stage-page .boundary-panel--series-a > p,
  .stage-page .boundary-panel--series-b > p,
  .stage-page .cta-panel > p {
    font-size: 1.125rem;
    line-height: 1.62;
  }

  .stage-page .boundary-panel > p,
  .stage-page .boundary-panel--series-a > p,
  .stage-page .boundary-panel--series-b > p {
    color: var(--carbon);
  }

  .stage-page .cta-panel > p {
    color: rgba(255,255,255,.84);
  }
}

@media screen and (max-width: 660px) {
  .stage-page .page-hero .lede,
  .stage-page .application-grid p,
  .stage-page .operating-stack p,
  .stage-page .boundary-panel > p,
  .stage-page .boundary-panel--series-a > p,
  .stage-page .boundary-panel--series-b > p,
  .stage-page .cta-panel > p {
    font-size: 1.0625rem;
  }
}

/* Carry the Rooted Rocket living-systems identity through all company-stage pages. */
@media screen {
  .stage-page .page-hero {
    position: relative;
    overflow: hidden;
    background:
      linear-gradient(90deg, var(--warm-stone) 0 68%, rgba(233, 237, 241, .62) 68% 100%);
  }

  .stage-page .page-hero::before {
    position: absolute;
    top: -320px;
    right: -190px;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(18, 35, 63, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(18, 35, 63, .025), 0 0 0 160px rgba(18, 35, 63, .014);
    content: "";
    pointer-events: none;
  }

  .stage-page .page-hero > .shell {
    position: relative;
    z-index: 1;
  }

  .stage-page .page-hero h1 {
    font-size: clamp(3.9rem, 6.3vw, 7.1rem);
    letter-spacing: -.065em;
    line-height: .9;
  }

  .stage-page .application-grid {
    gap: 18px;
  }

  .stage-page .application-grid article {
    border: 0;
    border-top: 4px solid var(--steel-blue);
    background: var(--white);
    box-shadow: 0 16px 46px rgba(13, 23, 40, .08);
  }

  .stage-page .operating-stack {
    border-top: 1px solid var(--soft-mist);
  }

  .stage-page .boundary-panel,
  .stage-page .boundary-panel--series-a,
  .stage-page .boundary-panel--series-b {
    border: 0;
    border-left: 6px solid var(--soft-mist);
    background:
      radial-gradient(circle at 110% 130%, rgba(66, 90, 120, .17), transparent 43%),
      var(--deep-field);
    box-shadow: 0 30px 80px rgba(13, 23, 40, .14);
    color: var(--white);
  }

  .stage-page .boundary-panel h2,
  .stage-page .boundary-panel--series-a h2,
  .stage-page .boundary-panel--series-b h2 {
    color: var(--white);
  }

  .stage-page .boundary-panel > p,
  .stage-page .boundary-panel--series-a > p,
  .stage-page .boundary-panel--series-b > p {
    color: rgba(255, 255, 255, .82);
  }

  .stage-page .boundary-panel a {
    color: var(--soft-mist);
  }

  .stage-page .cta-panel {
    border-left: 6px solid var(--soft-mist);
    box-shadow: 0 34px 88px rgba(13, 23, 40, .18);
  }
}

@media screen and (max-width: 660px) {
  .stage-page .page-hero {
    background: var(--warm-stone);
  }

  .stage-page .page-hero h1 {
    font-size: clamp(3rem, 13.5vw, 4.6rem);
  }
}



/* Full-photo stage hero: August 11, 2026 */
@media screen and (min-width: 901px) {
  .stage-page .page-hero {
    background-image:
      linear-gradient(90deg, rgba(245,242,235,1) 0%, rgba(245,242,235,1) 54%, rgba(245,242,235,.9) 64%, rgba(18,35,63,.16) 100%),
      var(--rr-photo-system) !important;
    background-size: 100% 100%, auto 100% !important;
    background-position: center, right center !important;
    background-repeat: no-repeat, no-repeat !important;
  }

  .stage-page .page-hero::before,
  .stage-page .page-hero::after {
    display: none !important;
  }

  .stage-page .page-hero-grid {
    grid-template-columns: minmax(0, .98fr) minmax(280px, .72fr);
    gap: clamp(36px, 5vw, 76px);
  }

  .stage-page .page-hero-grid > div {
    max-width: 800px;
  }

  .stage-page .page-hero h1 {
    max-width: 790px;
    font-size: clamp(3.5rem, 5.2vw, 5.6rem);
    line-height: .94;
  }
}
