/*
 * Strategy visual integration layer.
 * The original HTML and GSAP motion system remain the foundation. This file
 * aligns surfaces, typography and geometry with the finished Marco Digital site.
 */

.page-strategy {
  --strategy-dark: #173236;
  --strategy-deep: #0f292e;
  --strategy-paper: #f4f5f2;
  --strategy-panel: #ffffff;
  --strategy-line: rgba(58, 90, 64, 0.32);
  --strategy-line-light: rgba(236, 238, 238, 0.42);
  --strategy-shadow: 0 1.8rem 4.5rem rgba(28, 57, 37, 0.14);
  --strategy-shadow-deep: 0 2rem 5rem rgba(7, 35, 42, 0.23);
  color: var(--strategy-deep);
  background: var(--strategy-paper);
}

.page-strategy main {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(58, 90, 64, 0.07) 50%, transparent calc(50% + 0.5px)),
    var(--strategy-paper);
}

.page-strategy h2 {
  max-width: 17ch;
  font-size: clamp(2.5rem, 4.5vw, 3.75rem);
  line-height: 1;
}

.page-strategy h3 {
  font-size: clamp(1.8rem, 2.8vw, 2.45rem);
  line-height: 1;
}

.page-strategy .hero,
.page-strategy .section-dark,
.page-strategy .section-blue,
.page-strategy .section-lavender,
.page-strategy .testimonials {
  margin: clamp(0.35rem, 0.75vw, 0.75rem);
  border: 1px solid rgba(58, 90, 64, 0.12);
  border-radius: clamp(2.25rem, 4vw, 4rem);
}

.page-strategy .section-dark,
.page-strategy .section-blue,
.page-strategy .section-lavender,
.page-strategy .testimonials {
  padding-block: clamp(4rem, 6.5vw, 6.25rem);
}

.page-strategy .button {
  min-height: 3.75rem;
  padding: 0.9rem 1.35rem;
  color: var(--strategy-paper);
  background: var(--green);
  border-color: var(--green);
  box-shadow: 0 0.45rem 0 rgba(15, 41, 46, 0.25);
}

.page-strategy .button:hover {
  color: var(--strategy-deep);
  background: var(--mint);
  border-color: var(--mint);
  box-shadow: 0 0.25rem 0 var(--teal);
}

.page-strategy .button-light {
  color: var(--strategy-deep);
  background: var(--mint);
  border-color: var(--mint);
  box-shadow: 0 0.45rem 0 rgba(132, 189, 182, 0.48);
}

.page-strategy .button-light:hover {
  color: var(--strategy-paper);
  background: transparent;
  border-color: var(--strategy-paper);
}

/* Hero: retain the portrait and route motion while tightening the composition. */
.page-strategy .hero {
  min-height: clamp(42rem, calc(100svh - 0.75rem), 54rem);
  gap: clamp(2rem, 4vw, 4rem);
  overflow: hidden;
  padding-top: clamp(7.5rem, 10vw, 9rem);
  padding-bottom: clamp(4.5rem, 7vw, 6.5rem);
  background:
    radial-gradient(circle at 82% 26%, rgba(179, 232, 195, 0.5) 0 11%, transparent 11.2%),
    linear-gradient(135deg, rgba(244, 245, 242, 0.98), rgba(236, 238, 238, 0.94));
}

.page-strategy .hero::before {
  position: absolute;
  top: clamp(8rem, 16vw, 13rem);
  left: clamp(1.8rem, 4vw, 4rem);
  width: clamp(5.5rem, 9vw, 8rem);
  aspect-ratio: 1;
  border: 1px solid rgba(58, 90, 64, 0.2);
  border-radius: 24%;
  content: "";
  pointer-events: none;
  transform: rotate(45deg);
}

.page-strategy .hero-copy {
  max-width: 46rem;
}

.page-strategy .hero h1 {
  max-width: 15ch;
  margin-bottom: clamp(2rem, 3.5vw, 2.75rem);
  font-size: clamp(3.4rem, 5vw, 4.5rem);
  line-height: 0.98;
}

.page-strategy .eyebrow {
  color: var(--green);
  letter-spacing: 0.11em;
}

.page-strategy .hero-intro p {
  color: var(--strategy-deep);
}

.page-strategy .hero-portrait {
  width: min(100%, 30rem);
  max-width: 30rem;
  aspect-ratio: 0.69;
}

.page-strategy .hero-portrait img {
  border: 0.35rem solid rgba(244, 245, 242, 0.95);
  border-radius: clamp(2.2rem, 4vw, 3.75rem);
  box-shadow: var(--strategy-shadow-deep);
}

.page-strategy .photo-frame {
  top: -1rem;
  right: -1.1rem;
  bottom: 1.25rem;
  left: 1rem;
  background: var(--strategy-dark);
  border: 0;
  border-radius: clamp(2.2rem, 4vw, 3.75rem);
}

.page-strategy .hero-route {
  bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.page-strategy .route-segment {
  height: 1px;
  background: linear-gradient(90deg, var(--green), var(--teal));
}

.page-strategy .route-point {
  width: 2.65rem;
  height: 2.65rem;
  color: var(--strategy-paper);
  background: var(--green);
  border: 0;
  border-radius: 0.65rem;
  box-shadow: 0 0.7rem 1.4rem rgba(28, 57, 37, 0.16);
}

.page-strategy .route-point-b {
  color: var(--strategy-deep);
  background: var(--mint);
}

/* Problem: a dark environment with one stable information surface. */
.page-strategy .problem {
  overflow: hidden;
  color: var(--strategy-paper);
  background:
    linear-gradient(135deg, rgba(58, 90, 64, 0.22), transparent 52%),
    var(--strategy-dark);
  border-color: rgba(179, 232, 195, 0.12);
  box-shadow: var(--strategy-shadow-deep);
}

.page-strategy .problem .section-heading h2 {
  max-width: 12ch;
  color: var(--strategy-paper);
}

.page-strategy .problem-copy {
  width: min(100%, 36rem);
  padding: clamp(1.7rem, 3vw, 2.75rem);
  background: var(--strategy-paper);
  border: 1px solid rgba(179, 232, 195, 0.22);
  border-radius: clamp(1.8rem, 3vw, 2.7rem);
  box-shadow: var(--strategy-shadow-deep);
}

.page-strategy .problem-copy::before {
  position: absolute;
  top: -0.7rem;
  left: -0.7rem;
  width: 1.35rem;
  aspect-ratio: 1;
  background: var(--mint);
  border-radius: 0.28rem;
  content: "";
  transform: rotate(45deg);
}

.page-strategy .route-rail {
  right: clamp(1.5rem, 3vw, 2.75rem);
  width: 1px;
  border: 0;
  background: linear-gradient(180deg, transparent, var(--strategy-line-light) 12%, var(--strategy-line-light) 88%, transparent);
  opacity: 0.78;
}

.page-strategy .route-rail span {
  background: var(--mint);
  border: 0;
  box-shadow: 0 0 0 0.35rem rgba(179, 232, 195, 0.08);
}

/* Services: preserve the animated list, strengthen its route logic. */
.page-strategy .strategy {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(244, 245, 242, 0.3), transparent 46%),
    linear-gradient(135deg, var(--mint), var(--teal));
  box-shadow: var(--strategy-shadow);
}

.page-strategy .strategy .section-heading h2 {
  max-width: 15ch;
  color: var(--strategy-deep);
}

.page-strategy .strategy-intro {
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.page-strategy .service-index {
  position: relative;
  width: min(100%, 76rem);
  max-width: 76rem;
  border-top: 1px solid rgba(58, 90, 64, 0.52);
}

.page-strategy .service-index li,
.page-strategy .service-index li:nth-child(even),
.page-strategy .service-index li:nth-child(3n) {
  grid-template-columns: 1.15rem minmax(0, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 1.05rem 0;
  background: transparent;
  border-bottom: 1px solid rgba(58, 90, 64, 0.38);
  border-radius: 0;
}

.page-strategy .service-index li::before {
  width: 0.7rem;
  aspect-ratio: 1;
  align-self: center;
  background: var(--green);
  border-radius: 0.16rem;
  content: "";
  transform: rotate(45deg);
}

.page-strategy .service-index li:hover {
  padding-inline: 1rem;
  background: rgba(244, 245, 242, 0.62);
  border-radius: 1.25rem;
}

.page-strategy .service-index p {
  color: var(--strategy-deep);
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}

/* Approach: keep the sticky portrait and give the copy a deliberate surface. */
.page-strategy .approach {
  background:
    radial-gradient(circle at 11% 18%, rgba(179, 232, 195, 0.46), transparent 24%),
    var(--strategy-paper);
}

.page-strategy .approach-portrait img {
  border: 0.35rem solid var(--strategy-paper);
  border-radius: clamp(2.2rem, 4vw, 3.5rem);
  box-shadow: var(--strategy-shadow);
}

.page-strategy .portrait-diamond {
  right: -1rem;
  bottom: -1rem;
  width: clamp(6.5rem, 10vw, 8.5rem);
  height: auto;
  aspect-ratio: 1;
  background: var(--green);
  border: 0.45rem solid var(--mint);
  border-radius: 24%;
  box-shadow: 0 1rem 2rem rgba(15, 41, 46, 0.2);
}

.page-strategy .approach-copy {
  position: relative;
  padding: clamp(2rem, 4vw, 3.75rem);
  background: linear-gradient(145deg, rgba(179, 232, 195, 0.94), rgba(132, 189, 182, 0.7));
  border: 1px solid rgba(58, 90, 64, 0.18);
  border-radius: clamp(2rem, 3.5vw, 3.25rem);
  box-shadow: var(--strategy-shadow);
}

.page-strategy .approach-copy .section-heading {
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.page-strategy .approach-copy .section-heading h2 {
  max-width: 13ch;
}

.page-strategy .stay-involved {
  margin: 1.75rem 0;
  padding: 0.18em 0.28em;
  color: var(--strategy-paper);
  background: var(--strategy-dark);
  border-radius: 0.9rem;
  box-shadow: 0.45rem 0.45rem 0 rgba(58, 90, 64, 0.22);
}

.page-strategy .approach-copy .text-link {
  color: var(--strategy-deep);
}

/* Process: retain the drawn progress line and marker animation. */
.page-strategy .process {
  overflow: hidden;
  color: var(--strategy-paper);
  background:
    linear-gradient(135deg, rgba(58, 90, 64, 0.2), transparent 52%),
    var(--strategy-dark);
  border-color: rgba(179, 232, 195, 0.12);
  box-shadow: var(--strategy-shadow-deep);
}

.page-strategy .process .section-heading h2 {
  max-width: 15ch;
  color: var(--strategy-paper);
}

.page-strategy .process-intro {
  color: rgba(244, 245, 242, 0.9);
}

.page-strategy .process-steps li {
  border-radius: clamp(1.5rem, 2.5vw, 2.2rem);
}

.page-strategy .step-marker {
  color: var(--strategy-deep);
  background: var(--mint);
  border: 0.35rem solid var(--strategy-dark);
  box-shadow: 0 0 0 1px rgba(179, 232, 195, 0.36);
}

.page-strategy .process-steps::before {
  background: linear-gradient(90deg, var(--mint), var(--teal));
}

/* Testimonials: the same portraits and parallax, now on purposeful surfaces. */
.page-strategy .testimonials {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(132, 189, 182, 0.18), transparent 48%),
    var(--strategy-paper);
}

.page-strategy .testimonials::before,
.page-strategy .testimonials::after {
  content: none;
}

.page-strategy .testimonials .section-heading {
  margin-bottom: clamp(2.75rem, 5vw, 4.5rem);
}

.page-strategy .testimonials .section-heading h2 {
  max-width: 15ch;
  color: var(--strategy-deep);
}

.page-strategy .quotes {
  gap: clamp(1.5rem, 3vw, 2.75rem);
  max-width: 78rem;
}

.page-strategy .quote,
.page-strategy .quote-two,
.page-strategy .quote-three {
  width: 100%;
  margin: 0;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  background: var(--strategy-panel);
  border: 1px solid rgba(58, 90, 64, 0.12);
  border-radius: clamp(1.8rem, 3.5vw, 3rem);
  box-shadow: var(--strategy-shadow);
}

.page-strategy .quote-two {
  background: var(--mint);
}

.page-strategy .quote-three {
  color: var(--strategy-paper);
  background: var(--strategy-dark);
  border-color: rgba(179, 232, 195, 0.16);
  box-shadow: var(--strategy-shadow-deep);
}

.page-strategy .quote-three blockquote p {
  color: var(--strategy-paper);
}

.page-strategy .quote-three figcaption {
  border-color: var(--mint);
}

.page-strategy .quote-portrait {
  width: min(100%, 12.5rem);
}

.page-strategy .quote-portrait::before {
  background: var(--mint);
  border: 0;
  border-radius: 2rem;
}

.page-strategy .quote-two .quote-portrait::before {
  background: var(--teal);
}

.page-strategy .quote-three .quote-portrait::before {
  background: var(--green);
}

.page-strategy .quote blockquote p {
  max-width: 38ch;
  font-size: clamp(1.18rem, 1.7vw, 1.6rem);
  line-height: 1.45;
}

/* Availability: keep the animated orbit as a meaningful reach motif. */
.page-strategy .availability {
  overflow: hidden;
  color: var(--strategy-deep);
  background:
    radial-gradient(circle at 82% 50%, rgba(244, 245, 242, 0.36), transparent 24%),
    linear-gradient(135deg, var(--teal), var(--mint));
  box-shadow: var(--strategy-shadow);
}

.page-strategy .availability .section-heading h2 {
  max-width: 13ch;
  color: var(--strategy-deep);
}

.page-strategy .availability-copy {
  padding: clamp(1.6rem, 3vw, 2.6rem);
  background: var(--strategy-paper);
  border: 1px solid rgba(58, 90, 64, 0.15);
  border-radius: clamp(1.7rem, 3vw, 2.6rem);
  box-shadow: var(--strategy-shadow);
}

.page-strategy .availability-copy p:last-child {
  margin-bottom: 0;
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
}

.page-strategy .availability-route {
  opacity: 0.3;
}

.page-strategy .availability-orbit,
.page-strategy .availability-orbit::before,
.page-strategy .availability-orbit::after {
  border-color: var(--green);
}

.page-strategy .availability-point {
  background: var(--green);
  box-shadow: 0 0 0 0.45rem rgba(58, 90, 64, 0.08);
}

/* Final CTA: a calm, usable conversion surface with the existing route behind it. */
.page-strategy .final-cta {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(179, 232, 195, 0.42), transparent 48%),
    var(--strategy-paper);
}

.page-strategy .final-cta-copy {
  width: min(100%, 60rem);
  padding: clamp(2.5rem, 5vw, 4.5rem);
  color: var(--strategy-paper);
  background: var(--strategy-dark);
  border: 1px solid rgba(179, 232, 195, 0.16);
  border-radius: clamp(2rem, 4vw, 3.5rem);
  box-shadow: var(--strategy-shadow-deep);
}

.page-strategy .final-cta h2 {
  max-width: 15ch;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  color: var(--strategy-paper);
  font-size: clamp(2.5rem, 4.5vw, 3.75rem);
  line-height: 1;
}

.page-strategy .final-cta p {
  color: rgba(244, 245, 242, 0.9);
}

.page-strategy .final-cta .button {
  color: var(--strategy-deep);
  background: var(--mint);
  border-color: var(--mint);
  box-shadow: 0 0.45rem 0 rgba(132, 189, 182, 0.48);
}

.page-strategy .final-route {
  right: clamp(1.5rem, 4vw, 4rem);
  left: clamp(1.5rem, 4vw, 4rem);
  opacity: 0.14;
}

.page-strategy .final-route span {
  color: var(--green);
  border-color: var(--green);
}

.page-strategy .final-route i {
  background: linear-gradient(90deg, var(--green), var(--teal));
}

@media (min-width: 48rem) {
  .page-strategy .hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.72fr);
    align-items: center;
  }

  .page-strategy .problem-copy {
    justify-self: center;
  }

  .page-strategy .service-index li:nth-child(even) {
    padding-left: 5%;
  }

  .page-strategy .service-index li:nth-child(3n) {
    padding-left: 10%;
  }

  .page-strategy .process-steps li {
    padding: clamp(1.4rem, 2.2vw, 2rem);
    background: #29484b;
    border: 1px solid rgba(179, 232, 195, 0.12);
    box-shadow: 0 1.1rem 2.5rem rgba(7, 35, 42, 0.16);
  }

  .page-strategy .quote {
    grid-template-columns: minmax(9rem, 0.28fr) minmax(0, 1fr);
  }

  .page-strategy .quote-two {
    grid-template-columns: minmax(0, 1fr) minmax(9rem, 0.28fr);
  }
}

@media (min-width: 64rem) {
  .page-strategy .hero {
    padding-top: 7.5rem;
    padding-bottom: 5.5rem;
  }

  .page-strategy .approach {
    gap: clamp(3rem, 6vw, 6rem);
    align-items: start;
  }

  .page-strategy .approach-copy {
    margin-block: 1rem;
  }

  .page-strategy .process {
    padding-block: clamp(4rem, 5.5vw, 5.25rem);
  }
}

@media (min-width: 90rem) {
  .page-strategy .hero,
  .page-strategy .section-dark,
  .page-strategy .section-blue,
  .page-strategy .section-lavender,
  .page-strategy .testimonials {
    padding-right: max(var(--page-padding), calc((100vw - 94rem) / 2));
    padding-left: max(var(--page-padding), calc((100vw - 94rem) / 2));
  }
}

@media (max-width: 47.99rem) {
  .page-strategy main {
    background: var(--strategy-paper);
  }

  .page-strategy .hero,
  .page-strategy .section-dark,
  .page-strategy .section-blue,
  .page-strategy .section-lavender,
  .page-strategy .testimonials {
    margin: 0.35rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    border-radius: 2.25rem;
  }

  .page-strategy .section-dark,
  .page-strategy .section-blue,
  .page-strategy .section-lavender,
  .page-strategy .testimonials {
    padding-block: 3.75rem;
  }

  .page-strategy h2 {
    max-width: 100%;
    font-size: clamp(2.125rem, 9vw, 2.25rem);
  }

  .page-strategy .hero {
    min-height: 0;
    gap: 2.5rem;
    padding-top: 7rem;
    padding-bottom: 4.25rem;
  }

  .page-strategy .hero::before {
    top: 7.5rem;
    left: 1.2rem;
    width: 4.5rem;
  }

  .page-strategy .hero h1 {
    max-width: 13ch;
    font-size: clamp(2.1rem, 8vw, 4rem);
    line-height: 1;
  }

  .page-strategy .hero-actions {
    gap: 1.5rem;
  }

  .page-strategy .hero-portrait {
    width: min(82vw, 22rem);
    aspect-ratio: 0.72;
  }

  .page-strategy .problem .section-heading h2 {
    width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
    font-size: 34px;
  }

  .page-strategy .problem-copy {
    width: 100%;
  }

  .page-strategy .service-index li,
  .page-strategy .service-index li:nth-child(even),
  .page-strategy .service-index li:nth-child(3n) {
    padding: 0.95rem 0;
  }

  .page-strategy .service-index p {
    font-size: 1.15rem;
  }

  .page-strategy .approach {
    gap: 3rem;
  }

  .page-strategy .approach-copy {
    padding: 1.6rem;
  }

  .page-strategy .portrait-diamond {
    right: -0.35rem;
    bottom: -0.35rem;
    width: 5.75rem;
  }

  .page-strategy .process-steps li {
    padding: 0 0 3rem;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .page-strategy .process-steps li:last-child {
    padding-bottom: 0;
  }

  .page-strategy .quote,
  .page-strategy .quote-two,
  .page-strategy .quote-three {
    gap: 1.75rem;
    padding: 1.4rem;
  }

  .page-strategy .quote-portrait {
    width: 9rem;
  }

  .page-strategy .availability {
    gap: 2.25rem;
  }

  .page-strategy .availability-copy {
    padding: 1.5rem;
  }

  .page-strategy .final-cta-copy {
    padding: 2rem 1.4rem;
  }

  .page-strategy .final-cta h2 {
    font-size: clamp(2.125rem, 9vw, 2.25rem);
  }

  .page-strategy .final-route {
    right: -2rem;
    left: -2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-strategy .route-segment {
    animation: none;
    transform: scaleX(1) !important;
  }

  .page-strategy .process-steps {
    --process-progress: 1 !important;
  }

  .page-strategy .hero-portrait,
  .page-strategy .photo-frame,
  .page-strategy .route-rail,
  .page-strategy .approach-portrait,
  .page-strategy .portrait-diamond,
  .page-strategy .quote-portrait,
  .page-strategy .availability-route,
  .page-strategy .final-route,
  .page-strategy .final-cta-copy {
    transform: none !important;
  }
}

/* Screenshot-directed composition refinements, 29 August 2026. */
@media (min-width: 48rem) {
  /* Bring the problem heading and copy into a tighter shared composition. */
  .page-strategy .problem {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
    gap: clamp(2rem, 3vw, 3rem);
  }

  .page-strategy .problem .section-heading {
    width: min(100%, 34rem);
    justify-self: end;
  }

  .page-strategy .problem-copy {
    justify-self: start;
  }

  /* Restore the process section to the presentation used before this redesign. */
  .page-strategy .process-steps li {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  /* Reduce the space between the availability heading and its copy panel. */
  .page-strategy .availability {
    gap: clamp(2rem, 3vw, 3rem);
  }
}

/* Centre the two full-width section headings. */
.page-strategy .strategy .section-heading,
.page-strategy .testimonials .section-heading {
  text-align: center;
}

.page-strategy .strategy .section-heading h2,
.page-strategy .testimonials .section-heading h2 {
  width: min(100%, 17ch);
  max-width: 17ch;
  margin-inline: auto;
}

@media (min-width: 48rem) {
  .page-strategy .strategy .section-heading h2 {
    width: 100%;
    max-width: none;
    white-space: nowrap;
  }
}

/* Complete the process-section restoration without changing its motion hooks. */
.page-strategy .process {
  overflow: visible;
  margin: clamp(0.5rem, 1.2vw, 1.25rem);
  padding: clamp(3.75rem, 6vw, 5.25rem) var(--page-padding);
  color: var(--light);
  background: var(--green);
  border: 0;
  border-radius: var(--radius-large);
  box-shadow: none;
}

.page-strategy .process .section-heading h2 {
  max-width: 17ch;
  color: inherit;
}

.page-strategy .process-heading-row {
  width: min(100%, 82rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 auto clamp(3rem, 5vw, 4.5rem);
  gap: clamp(1.25rem, 2.2vw, 2rem);
  align-items: center;
}

.page-strategy .process-heading-row .section-heading {
  width: auto;
  min-width: 0;
  margin: 0;
}

.page-strategy .process-heading-row .section-heading h2 {
  width: auto;
  max-width: none;
  margin: 0;
  font-size: clamp(2.4rem, 3.2vw, 3rem);
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.page-strategy .process-heading-row .process-button {
  max-width: 100%;
  margin: 0;
  justify-self: end;
  white-space: nowrap;
}

.page-strategy .process-steps {
  width: min(100%, 82rem);
  margin-inline: auto;
}

.page-strategy .service-index {
  width: min(100%, 66rem);
  margin-inline: auto;
}

.page-strategy .service-index li,
.page-strategy .service-index li:nth-child(even),
.page-strategy .service-index li:nth-child(3n),
.page-strategy .service-index li:hover {
  padding-right: 0;
  padding-left: 0;
}

.page-strategy .process h3 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.page-strategy .process-steps::before {
  background: var(--teal);
}

.page-strategy .process .step-marker {
  color: var(--ink);
  background: var(--teal);
  border: 0;
  border-radius: 0.75rem;
  box-shadow: none;
}

.page-strategy .process .button-light {
  min-height: 3.5rem;
  padding: 0.9rem 1.2rem;
  color: var(--ink);
  background: var(--mint);
  border-color: var(--mint);
  box-shadow: 0.38rem 0.38rem 0 var(--teal);
}

.page-strategy .process .button-light:hover {
  color: var(--light);
  background: transparent;
  border-color: var(--light);
  box-shadow: 0.22rem 0.22rem 0 var(--teal);
}

/* Let the CTA heading use more of its box while keeping a firm inner boundary. */
.page-strategy .final-cta h2 {
  width: min(100%, 18ch);
  max-width: 18ch;
}

@media (max-width: 79.99rem) {
  .page-strategy .process-heading-row {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .page-strategy .process-heading-row .section-heading h2 {
    white-space: normal;
  }

  .page-strategy .process-heading-row .process-button {
    justify-self: start;
  }
}

@media (max-width: 47.99rem) {
  .page-strategy .strategy .section-heading h2 {
    white-space: normal;
  }

  .page-strategy .final-cta h2 {
    width: 100%;
    max-width: 100%;
  }

}

/* Keep the regional message and its copy panel in one tighter composition. */
@media (min-width: 48rem) {
  .page-strategy .availability {
    grid-template-columns: minmax(0, 38rem) minmax(24rem, 38rem);
    justify-content: center;
    column-gap: clamp(1.25rem, 2vw, 2rem);
  }

  .page-strategy .availability .section-heading {
    width: 100%;
    justify-self: end;
  }

  .page-strategy .availability-copy {
    width: 100%;
    justify-self: start;
  }
}
