.inner-page {
  padding-top: 82px;
  background: var(--chalk);
}

.inner-site-header {
  background: rgba(25, 27, 28, 0.98);
  color: var(--white);
}

.inner-site-header.is-scrolled {
  background: rgba(246, 244, 238, 0.97);
}

.page-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.page-hero-media,
.page-hero-wash {
  position: absolute;
  inset: 0;
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-wash {
  background:
    linear-gradient(90deg, rgba(15, 17, 18, 0.94) 0%, rgba(15, 17, 18, 0.76) 52%, rgba(15, 17, 18, 0.2) 100%),
    linear-gradient(0deg, rgba(15, 17, 18, 0.52), transparent 55%);
}

.page-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 1fr) 285px;
  align-items: end;
  gap: clamp(3rem, 8vw, 8rem);
  padding-block: clamp(7rem, 12vw, 10rem) 5rem;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumbs a:hover {
  color: var(--yellow);
}

.page-hero h1 {
  max-width: 940px;
  margin-bottom: 1.5rem;
  font-size: clamp(3.8rem, 8vw, 7.6rem);
}

.page-hero-copy > p:not(.eyebrow, .breadcrumbs) {
  max-width: 690px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}

.page-hero-aside {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.page-hero-stat {
  padding: 1.35rem;
  background: rgba(25, 27, 28, 0.72);
  backdrop-filter: blur(12px);
}

.page-hero-stat strong {
  display: block;
  color: var(--yellow);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.page-hero-stat span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.67rem;
  text-transform: uppercase;
}

.content-intro {
  background: var(--chalk);
}

.content-split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: start;
}

.content-split h2,
.center-heading h2 {
  font-size: clamp(3rem, 6vw, 5.8rem);
}

.content-copy {
  max-width: 720px;
}

.content-copy > p {
  margin-bottom: 1.5rem;
}

.content-copy > p:first-child {
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2.5rem;
  background: var(--line);
}

.fact-card {
  min-height: 150px;
  padding: 1.5rem;
  background: var(--white);
}

.fact-card strong {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.05;
  text-transform: uppercase;
}

.fact-card p {
  margin: 0;
  color: #6c6f6f;
  font-size: 0.86rem;
}

.inclusions {
  background: var(--white);
}

.center-heading {
  max-width: 880px;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.inclusion-grid,
.card-grid,
.review-wall,
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.inclusion-grid:has(> :nth-child(4):last-child),
.card-grid:has(> :nth-child(4):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inclusion-card,
.link-card,
.guide-card {
  position: relative;
  min-height: 270px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: var(--chalk);
}

.inclusion-card > span,
.link-card > span,
.guide-card > span {
  display: block;
  margin-bottom: 2.7rem;
  color: var(--yellow-dark);
  font-size: 0.68rem;
  font-weight: 700;
}

.inclusion-card h3,
.link-card h3,
.guide-card h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
}

.inclusion-card p,
.link-card p,
.guide-card p {
  margin-bottom: 0;
  color: #6c6f6f;
  font-size: 0.9rem;
}

.link-card,
.guide-card {
  display: flex;
  flex-direction: column;
  transition: background 180ms ease, transform 180ms ease;
}

.link-card:hover,
.guide-card:hover {
  z-index: 1;
  background: var(--yellow);
  transform: translateY(-4px);
}

.link-card:hover > span,
.guide-card:hover > span {
  color: var(--ink);
}

.card-arrow {
  margin-top: auto;
  padding-top: 2rem;
  color: var(--ink);
  font-size: 1.3rem;
}

.service-process {
  background: var(--yellow);
}

.service-process .eyebrow > span,
.closing-cta .eyebrow > span,
.next-steps .eyebrow > span {
  background: var(--ink);
}

.service-process-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(3rem, 9vw, 9rem);
}

.service-process h2 {
  font-size: clamp(3rem, 5.5vw, 5.3rem);
}

.service-process ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(25, 27, 28, 0.32);
  list-style: none;
}

.service-process li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(25, 27, 28, 0.32);
}

.service-process li > span {
  padding-top: 0.25rem;
  font-size: 0.7rem;
  font-weight: 700;
}

.service-process h3 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.service-process li p {
  max-width: 640px;
  margin: 0;
}

.evidence {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
}

.evidence h2 {
  color: var(--white);
}

.evidence-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
}

.evidence-image {
  position: relative;
  overflow: hidden;
}

.evidence-image img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.evidence-image:nth-child(2) img {
  aspect-ratio: 4 / 5;
}

.evidence-label {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.8rem 1rem;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.inner-faq {
  background: var(--white);
}

.inner-faq .faq-grid {
  grid-template-columns: 0.75fr 1.25fr;
}

.closing-cta {
  position: relative;
  overflow: hidden;
  background: var(--yellow);
}

.closing-cta::after {
  position: absolute;
  right: -8vw;
  bottom: -11vw;
  width: min(42vw, 560px);
  aspect-ratio: 1;
  border: clamp(2.5rem, 7vw, 7rem) solid rgba(25, 27, 28, 0.08);
  border-radius: 50%;
  content: "";
}

.closing-cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 3rem;
}

.closing-cta h2 {
  max-width: 880px;
  font-size: clamp(3.4rem, 7vw, 7rem);
}

.photo-band {
  overflow: hidden;
  padding-block: clamp(1rem, 2vw, 1.5rem);
  background: var(--ink);
}

.photo-band-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.7fr 1fr;
  gap: clamp(0.65rem, 1.4vw, 1.2rem);
  align-items: stretch;
}

.photo-band figure {
  position: relative;
  min-height: clamp(280px, 34vw, 510px);
  margin: 0;
  overflow: hidden;
  background: var(--ink-soft);
}

.photo-band figure:nth-child(2) {
  margin-block: clamp(2rem, 6vw, 5rem);
}

.photo-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease-out), filter 300ms ease;
}

.photo-band figure:hover img {
  filter: saturate(1.06);
  transform: scale(1.025);
}

.photo-band figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 90%;
  padding: 0.7rem 0.9rem;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.index-hero {
  min-height: 560px;
}

.index-hero .page-hero-inner {
  min-height: 560px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2.5rem;
}

.filter-pill {
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.filter-pill.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(1.5rem, 2.5vw, 2.5rem);
  row-gap: clamp(3rem, 5vw, 4.5rem);
}

.work-card img {
  width: 100%;
  height: clamp(220px, 22vw, 285px);
  object-fit: cover;
}

.work-card-meta {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.work-card h2 {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.work-card-meta span {
  color: #717474;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.work-principles {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.7);
}

.work-principles-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.75fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.work-principles-intro {
  position: sticky;
  top: 120px;
}

.work-principles .eyebrow {
  color: var(--yellow);
}

.work-principles h2 {
  max-width: 8ch;
  margin-bottom: 1.4rem;
  color: var(--white);
  font-size: clamp(3rem, 5vw, 5.4rem);
}

.work-principles-intro > p:last-child {
  max-width: 38ch;
  margin: 0;
}

.work-principles-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.work-principle {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding-block: clamp(2rem, 4vw, 3.5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.work-principle h3 {
  margin: 0;
  color: var(--yellow);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
}

.work-principle p {
  max-width: 62ch;
  margin: 0;
}

.work-principle a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-underline-offset: 0.2em;
}

.story-section {
  background: var(--chalk);
}

.story-image img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.value-card {
  min-height: 300px;
  padding: 2rem;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.7);
}

.value-card span {
  color: var(--yellow);
  font-size: 0.7rem;
  font-weight: 700;
}

.value-card h3 {
  margin: 3rem 0 1rem;
  color: var(--white);
  font-size: 2rem;
}

.review-wall {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: rgba(255, 255, 255, 0.14);
}

.review-wall .review-card-featured {
  grid-row: auto;
}

.article-list {
  background: var(--white);
}

.guide-card {
  min-height: 330px;
}

.guide-card .guide-type {
  margin-bottom: 0.55rem;
  color: #6d7070;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guide-quote {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: var(--yellow);
  color: var(--ink);
}

.guide-quote-mark {
  font-family: var(--display);
  font-size: 5rem;
  line-height: 0.7;
}

.guide-quote p {
  max-width: 15ch;
  margin: auto 0 2rem;
  font-family: var(--display);
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 600;
  line-height: 1.08;
  text-transform: uppercase;
}

.guide-quote footer {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-page {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
}

.contact-page .quote-grid {
  padding-block: var(--section-space);
}

.contact-page .quote-copy h2 {
  color: var(--white);
}

.contact-page .quote-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.contact-page .quote-contact a > span {
  color: rgba(255, 255, 255, 0.72);
}

.contact-page .quote-contact a:hover {
  color: var(--yellow);
}

.contact-page .quote-contact > span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  line-height: 1.5;
}

.contact-page .quote-form .form-footer p {
  color: #5f625d;
}

.contact-page .quote-form input::placeholder,
.contact-page .quote-form textarea::placeholder {
  color: #6c6f6b;
  opacity: 1;
}

.next-steps {
  background: var(--yellow);
}

.legal-copy {
  max-width: 820px;
}

.legal-copy h2 {
  margin: 3rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.legal-copy h3 {
  margin: 2rem 0 0.7rem;
  font-size: 1.5rem;
}

.legal-copy li {
  margin-bottom: 0.65rem;
}

.utility-note {
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--yellow);
  background: var(--white);
  color: #626565;
  font-size: 0.86rem;
}

@media (max-width: 1050px) {
  .page-hero-inner {
    grid-template-columns: 1fr 230px;
  }

  .footer-sitemap {
    grid-template-columns: repeat(3, 1fr);
  }

  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .inner-page {
    padding-top: 74px;
  }

  .page-hero,
  .page-hero-inner,
  .index-hero,
  .index-hero .page-hero-inner {
    min-height: 670px;
  }

  .page-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    gap: 2rem;
    padding-block: 7rem 3.5rem;
  }

  .page-hero h1 {
    font-size: clamp(3.4rem, 16vw, 5rem);
  }

  .page-hero-aside {
    grid-template-columns: 1fr 1fr;
  }

  .page-hero-stat {
    padding: 1rem;
  }

  .page-hero-stat strong {
    font-size: 1.55rem;
  }

  .content-split,
  .service-process-grid,
  .inner-faq .faq-grid,
  .closing-cta-inner,
  .evidence-grid,
  .work-principles-layout {
    grid-template-columns: 1fr;
  }

  .work-principles-intro {
    position: static;
  }

  .work-principles h2 {
    max-width: 11ch;
  }

  .work-principle {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .inclusion-grid,
  .card-grid,
  .guide-grid,
  .values-grid,
  .review-wall,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .inclusion-grid:has(> :nth-child(4):last-child),
  .card-grid:has(> :nth-child(4):last-child) {
    grid-template-columns: 1fr;
  }

  .work-card:nth-child(3n + 1) {
    grid-column: auto;
  }

  .work-card:nth-child(3n + 1) img,
  .work-card img {
    height: min(72vw, 340px);
    aspect-ratio: auto;
  }

  .photo-band-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .photo-band figure {
    min-height: 300px;
  }

  .photo-band figure:nth-child(2) {
    margin-block: 2rem;
  }

  .photo-band figure:last-child {
    grid-column: 1 / -1;
    min-height: 380px;
  }

  .closing-cta-inner .button {
    width: 100%;
  }

  .footer-sitemap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .fact-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-aside {
    grid-template-columns: 1fr;
  }

  .photo-band-grid {
    grid-template-columns: 1fr;
  }

  .photo-band figure,
  .photo-band figure:nth-child(2),
  .photo-band figure:last-child {
    min-height: 300px;
    grid-column: auto;
    margin-block: 0;
  }
}

/* Responsive inner-page calibration
   Mobile: <= 480px | Tablet: 481-1050px | Laptop: 1051-1439px | Desktop: >= 1440px */

.inner-page .section {
  padding-block: clamp(4.75rem, 7vw, 7.5rem);
}

.inner-page .center-heading {
  margin-bottom: clamp(2.75rem, 5vw, 4.75rem);
}

.page-hero,
.page-hero-inner {
  min-height: clamp(620px, calc(100svh - 82px), 760px);
}

.index-hero,
.index-hero .page-hero-inner {
  min-height: clamp(540px, calc(82svh - 82px), 640px);
}

.page-hero-inner {
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: clamp(3rem, 6vw, 6rem);
  padding-block: clamp(5.5rem, 9vh, 8rem) clamp(3.5rem, 6vh, 5rem);
}

.page-hero h1 {
  font-size: clamp(4.6rem, 6.8vw, 7.2rem);
}

/* Laptop screens, including common 1366x768 and 1440x900 viewports. */
@media (min-width: 1051px) and (max-width: 1439px) {
  .inner-page .section,
  .contact-page .quote-grid {
    padding-block: clamp(4.25rem, 6vw, 5.75rem);
  }

  .page-hero,
  .page-hero-inner {
    min-height: clamp(570px, calc(100svh - 82px), 680px);
  }

  .index-hero,
  .index-hero .page-hero-inner {
    min-height: clamp(510px, calc(82svh - 82px), 590px);
  }

  .page-hero-inner {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: clamp(2rem, 4vw, 4rem);
    padding-block: clamp(3.75rem, 7vh, 5.25rem) clamp(2.5rem, 4.5vh, 3.5rem);
  }

  .page-hero h1 {
    margin-bottom: 1.1rem;
    font-size: clamp(3.75rem, 5.7vw, 5.25rem);
  }

  .breadcrumbs {
    margin-bottom: 1.25rem;
  }

  .page-hero .eyebrow {
    margin-bottom: 0.9rem;
  }

  .page-hero-copy > p:not(.eyebrow, .breadcrumbs) {
    max-width: 650px;
    margin-bottom: 1.5rem;
    font-size: clamp(1rem, 1.35vw, 1.15rem);
  }

  .page-hero-stat {
    padding: 1rem;
  }

  .page-hero-stat strong {
    font-size: 1.65rem;
  }

  .content-split,
  .service-process-grid {
    gap: clamp(3rem, 6vw, 6rem);
  }

  .service-process li {
    padding-block: 1.5rem;
  }
}

/* Short laptop windows need a denser hero even when their width is generous. */
@media (min-width: 1051px) and (max-height: 800px) {
  .page-hero,
  .page-hero-inner {
    min-height: calc(100svh - 82px);
  }

  .index-hero,
  .index-hero .page-hero-inner {
    min-height: clamp(500px, calc(100svh - 82px), 590px);
  }

  .page-hero-inner {
    padding-block: 2.75rem 2.25rem;
  }

  .page-hero h1 {
    margin-bottom: 0.85rem;
    font-size: clamp(3.5rem, 5.35vw, 4.8rem);
  }

  .breadcrumbs {
    margin-bottom: 0.9rem;
  }

  .page-hero .eyebrow {
    margin-bottom: 0.7rem;
  }

  .page-hero-copy > p:not(.eyebrow, .breadcrumbs) {
    margin-bottom: 1.2rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .page-hero .button {
    min-height: 48px;
    padding-block: 0.7rem;
  }
}

/* Tablet landscape and compact tablet widths. */
@media (min-width: 781px) and (max-width: 1050px) {
  .inner-page .section,
  .contact-page .quote-grid {
    padding-block: clamp(4rem, 7vw, 5rem);
  }

  .page-hero,
  .page-hero-inner,
  .index-hero,
  .index-hero .page-hero-inner {
    min-height: clamp(600px, calc(100svh - 82px), 720px);
  }

  .page-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    gap: 1.5rem;
    padding-block: clamp(4.5rem, 8vh, 6rem) 3rem;
  }

  .page-hero h1 {
    max-width: 820px;
    margin-bottom: 1rem;
    font-size: clamp(3.8rem, 8.2vw, 5.3rem);
  }

  .breadcrumbs {
    margin-bottom: 1.25rem;
  }

  .page-hero-copy > p:not(.eyebrow, .breadcrumbs) {
    margin-bottom: 1.5rem;
  }

  .page-hero-aside {
    width: min(100%, 500px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Tablet portrait and large phones. */
@media (min-width: 481px) and (max-width: 780px) {
  .inner-page .section,
  .contact-page .quote-grid {
    padding-block: clamp(3.75rem, 9vw, 4.75rem);
  }

  .page-hero,
  .page-hero-inner,
  .index-hero,
  .index-hero .page-hero-inner {
    min-height: clamp(560px, calc(100svh - 136px), 640px);
  }

  .page-hero-inner {
    gap: 1.4rem;
    padding-block: 4.5rem 2.75rem;
  }

  .page-hero h1 {
    margin-bottom: 1rem;
    font-size: clamp(3.5rem, 11vw, 4.8rem);
  }

  .breadcrumbs {
    margin-bottom: 1.15rem;
  }

  .page-hero-copy > p:not(.eyebrow, .breadcrumbs) {
    margin-bottom: 1.4rem;
  }

  .page-hero-aside {
    display: none;
  }
}

/* Mobile. Content may extend the hero naturally on very narrow screens. */
@media (max-width: 480px) {
  .inner-page .section,
  .contact-page .quote-grid {
    padding-block: 3.75rem;
  }

  .inner-page .center-heading {
    margin-bottom: 2.5rem;
  }

  .page-hero,
  .page-hero-inner,
  .index-hero,
  .index-hero .page-hero-inner {
    min-height: calc(100svh - 136px);
  }

  .page-hero-inner {
    gap: 1.25rem;
    padding-block: 3.75rem 2.25rem;
  }

  .page-hero h1 {
    margin-bottom: 0.9rem;
    font-size: clamp(3rem, 14vw, 4rem);
  }

  .breadcrumbs {
    margin-bottom: 1rem;
  }

  .page-hero .eyebrow {
    margin-bottom: 0.75rem;
  }

  .page-hero-copy > p:not(.eyebrow, .breadcrumbs) {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .page-hero-aside {
    display: none;
  }

  .page-hero-stat {
    padding: 0.85rem;
  }

  .page-hero-stat strong {
    font-size: 1.4rem;
  }

  .page-hero-stat span {
    font-size: 0.58rem;
    line-height: 1.35;
  }

  .content-split h2,
  .center-heading h2,
  .service-process h2,
  .closing-cta h2 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .service-process li {
    grid-template-columns: 38px 1fr;
    padding-block: 1.35rem;
  }
}
