/* Foundry responsive repair layer — loaded after the base stylesheet. */

/* Keep the navigation usable in split-screen widths. */
@media (max-width: 1180px) {
  .header-inner { width: min(100% - 40px, 1180px); }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); cursor: pointer; }
  .desktop-nav--open { display: flex; position: absolute; top: 76px; left: 20px; right: 20px; z-index: 30; }
}

/* Preserve the two-column hero for tablet/split-screen widths. */
@media (min-width: 821px) and (max-width: 1180px) {
  .shell, .shell-wide { width: calc(100% - 40px); }
  .hero--home { min-height: 540px; }
  .hero__image { inset: 0 0 0 46%; }
  .hero__content { padding-top: 48px; padding-bottom: 36px; padding-right: 50%; }
  .hero__content h1 { max-width: 410px; font-size: clamp(42px, 4.5vw, 58px); line-height: 1.1; }
  .hero__content > p { max-width: 390px; font-size: 14px; line-height: 1.55; }
  .hero__actions { gap: 10px; }
  .hero__actions .button { padding-inline: 18px; }
  .hero__note { margin-top: 28px; font-size: 12px; }
}

/* The approach heading must remain editorial, not oversized. */
.process-intro { position: relative; padding-top: 72px; padding-bottom: 38px; gap: 42px; }
.process-intro h2 { max-width: 560px; font-size: clamp(34px, 3.2vw, 46px); line-height: 1.12; }
.process-intro > p { max-width: 390px; font-size: 14px; line-height: 1.6; }
.process-intro::before, .process-intro::after { background-image: none !important; content: none !important; }

/* Never show legacy numeric labels or duplicate icon treatments. */
.process-step > span:not(.process-step__icon) { display: none !important; }
.process-step__icon { display: inline-flex !important; width: 48px; height: 48px; }

/* Keep the four-step row compact and prevent visual collisions. */
.process-step { min-width: 0; min-height: 210px; padding-top: 24px; padding-bottom: 24px; }
.process-step h3 { margin-top: 22px; font-size: 21px; line-height: 1.2; }
.process-step p { max-width: 230px; font-size: 12px; line-height: 1.55; }

/* Reduce the separate image banner without changing its visual identity. */
.image-banner { min-height: 285px; }
.image-banner__content { padding-top: 46px; padding-bottom: 46px; }
.image-banner h2 { font-size: clamp(34px, 3.5vw, 42px); line-height: 1.08; }

@media (max-width: 820px) {
  .desktop-nav--open { top: 72px; left: 0; right: 0; }
  .process-intro { padding-top: 58px; padding-bottom: 30px; }
}

@media (max-width: 560px) {
  .process-intro h2 { font-size: 34px; }
  .image-banner, .image-banner img { min-height: 285px; height: 285px; }
}
