/**
 * SmartHealth — Mobile (Figma 1:304, canvas 430)
 * Loaded after main.css. Design-px: --sh-m = 1px at 430-wide.
 */

@media (max-width: 767px) {
  :root {
    --sh-mobile-canvas: 430;
    --sh-m: calc(100vw / var(--sh-mobile-canvas));
    --sh-u-mobile-pad: calc(20 * var(--sh-m));
    --sh-page-x: var(--sh-u-mobile-pad);
    --sh-panel-x: var(--sh-u-mobile-pad);
    --sh-cta-h: calc(47 * var(--sh-m));
    --sh-cta-radius: 999px;
    --sh-badge: calc(27 * var(--sh-m)); /* Figma mobile circle */
    --sh-radius-card: calc(50 * var(--sh-m));
    --sh-radius-soft: calc(20 * var(--sh-m));
    --sh-text-18: calc(16 * var(--sh-m));
    --sh-text-20: calc(14 * var(--sh-m));
    --sh-text-22: calc(14 * var(--sh-m));
    --sh-text-24: calc(16 * var(--sh-m));
    --sh-text-28: calc(22 * var(--sh-m));
    --sh-text-50: calc(36 * var(--sh-m));
    --sh-leading-36: calc(22 * var(--sh-m));
    --sh-leading-52: calc(40 * var(--sh-m));
    --sh-leading-62: calc(40 * var(--sh-m));
  }

  /* Collapse desktop inter-section gaps */
  .sh-benefits,
  .sh-conductor,
  .sh-dimensions,
  .sh-savings,
  .sh-partners,
  .sh-testimonials,
  .sh-bottom-ctas {
    margin-bottom: calc(40 * var(--sh-m)) !important;
  }

  .sh-container {
    padding-inline: var(--sh-u-mobile-pad);
  }

  /* ------------------------------------------------------------------
     Header / menu toggle — Figma logo 223×43, menu ~40
     ------------------------------------------------------------------ */
  .sh-header {
    padding-top: calc(25 * var(--sh-m));
  }

  .sh-header__inner {
    align-items: center;
  }

  .sh-logo img {
    width: calc(223 * var(--sh-m));
    height: calc(43 * var(--sh-m));
  }

  .sh-menu-toggle {
    width: calc(40 * var(--sh-m));
    height: calc(40 * var(--sh-m));
  }

  /* ------------------------------------------------------------------
     Nav overlay — single-column, readable, scrollable
     ------------------------------------------------------------------ */
  .sh-menu-overlay__panel {
    padding-top: calc(96 * var(--sh-m));
    padding-bottom: 1.5rem;
    min-height: 100dvh;
    justify-content: flex-start;
  }

  .sh-menu-overlay__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: stretch;
    flex: 0 1 auto;
  }

  .sh-menu-overlay__eyebrow {
    margin-bottom: 0.85rem;
    font-size: 0.7rem;
  }

  .sh-menu-overlay__nav a {
    font-size: clamp(1.45rem, 7.5vw, 1.85rem);
    gap: 0.65rem 0.85rem;
    padding: 0.55rem 0.5rem 0.55rem 0;
  }

  .sh-menu-overlay__nav a:hover,
  .sh-menu-overlay__nav a:focus-visible {
    padding-left: 0.55rem;
  }

  .sh-nav-num {
    font-size: 0.75rem;
    min-width: 1.4rem;
  }

  .sh-menu-overlay__aside {
    padding: 1.25rem 1.15rem;
    border-radius: 0 1.25rem;
  }

  .sh-menu-overlay__aside-title {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
  }

  .sh-menu-overlay__aside-copy {
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 1.25rem;
    max-width: none;
  }

  .sh-menu-overlay__actions {
    margin-bottom: 1.25rem;
  }

  .sh-menu-overlay__cta {
    width: 100%;
    min-height: 52px;
    font-size: 0.9rem;
  }

  .sh-menu-overlay__phone {
    font-size: 1.15rem;
  }

  .sh-menu-overlay__chips {
    gap: 0.4rem;
  }

  .sh-menu-overlay__chips li {
    font-size: 0.68rem;
    padding: 0.35rem 0.65rem;
  }

  .sh-menu-overlay__foot {
    margin-top: 1.75rem;
    flex-direction: column;
    align-items: flex-start;
  }

  /* ------------------------------------------------------------------
     Hero — Figma 1:348
     Blue band 430×690 only; card 390×464 @ y607 overlaps onto white
     ------------------------------------------------------------------ */
  .sh-hero {
    z-index: 2;
    /* Must NOT paint blue under the hanging portrait */
    background: transparent;
    color: var(--sh-white);
  }

  .sh-hero__stage {
    aspect-ratio: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    /* Title @ y113 (header is absolute over hero) */
    padding: calc(113 * var(--sh-m)) var(--sh-u-mobile-pad) 0;
    overflow: visible;
  }

  .sh-hero__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(690 * var(--sh-m));
    transform: none;
  }

  .sh-hero__content {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    order: 1;
    z-index: 2;
    padding-bottom: 0;
  }

  .sh-hero__title,
  .sh-hero__body,
  .sh-hero__ctas,
  .sh-hero__link {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    max-width: none;
  }

  .sh-hero__title {
    font-size: calc(42 * var(--sh-m));
    line-height: calc(46 * var(--sh-m));
    margin: 0 0 calc(14 * var(--sh-m)); /* 223 − (113 + 96) */
  }

  .sh-hero__body {
    font-size: calc(14 * var(--sh-m));
    line-height: calc(20 * var(--sh-m));
    margin: 0 0 calc(26 * var(--sh-m)); /* 409 − (223 + 160) */
    width: 100%;
  }

  .sh-hero__brand {
    color: var(--sh-cyan);
    font-weight: 800;
  }

  .sh-hero__ctas {
    gap: calc(17 * var(--sh-m)); /* 473 − (409 + 47) */
    margin: 0 0 calc(17 * var(--sh-m)); /* 537 − (473 + 47) */
    width: 100%;
  }

  .sh-cta,
  .sh-cta--save,
  .sh-cta--talk {
    width: auto;
    max-width: 100%;
    min-height: var(--sh-cta-h);
    padding: 0 calc(40 * var(--sh-m)) 0 calc(23 * var(--sh-m));
    border-width: 2px;
    border-radius: var(--sh-cta-radius);
    font-size: calc(10 * var(--sh-m));
  }

  .sh-cta--save {
    width: calc(289 * var(--sh-m));
  }

  .sh-cta--talk {
    width: calc(233 * var(--sh-m));
  }

  .sh-cta__badge {
    width: var(--sh-badge);
    height: var(--sh-badge);
    right: calc(10 * var(--sh-m));
  }

  /* Dark CTAs use badge-wrap — desktop 55px was overflowing the 47px pill */
  .sh-cta__badge-wrap {
    width: var(--sh-badge);
    height: var(--sh-badge);
    right: calc(10 * var(--sh-m));
  }

  .sh-cta__badge-wrap .sh-cta__badge {
    width: 100%;
    height: 100%;
  }

  .sh-cta__badge-icon {
    width: calc(7 * var(--sh-m));
    height: calc(7 * var(--sh-m));
  }

  .sh-cta__label {
    padding-right: calc(12 * var(--sh-m));
  }

  .sh-hero__link {
    font-size: calc(10 * var(--sh-m));
    line-height: calc(36 * var(--sh-m));
    gap: calc(11 * var(--sh-m));
    margin: 0;
  }

  .sh-hero__link-dot {
    width: calc(6 * var(--sh-m));
    height: calc(6 * var(--sh-m));
  }

  /* Card @ y607; link ends ~573 → 34px; ~83px of card sits on blue (690 − 607) */
  .sh-hero__card {
    position: relative;
    left: auto;
    top: auto;
    order: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 390 / 464;
    max-height: none;
    margin: calc(34 * var(--sh-m)) 0 0;
    border-radius: 0 var(--sh-radius-card) 0 var(--sh-radius-card);
    z-index: 3;
    box-shadow: none;
  }

  .sh-hero__slider {
    right: calc(31 * var(--sh-m));
    bottom: calc(24 * var(--sh-m));
    gap: calc(9 * var(--sh-m));
  }

  .sh-hero__slider-btn,
  .sh-hero__slider-btn img {
    width: calc(10 * var(--sh-m));
    height: calc(18 * var(--sh-m));
  }

  /* ------------------------------------------------------------------
     Stats — Figma 1:329 zigzag: right → left → right
     Frame 390; C1 x16/374, C2 x0/356, C3 x75/315
     ------------------------------------------------------------------ */
  .sh-stats {
    z-index: 1;
    background: var(--sh-white);
    /* Infographic y1112 − hero card bottom 1071 */
    padding-top: calc(41 * var(--sh-m));
    padding-bottom: calc(40 * var(--sh-m));
  }

  /* Figma mobile Background 1:306 — 3 lines + pluses through stats→conductor */
  .sh-home-band__lines {
    height: calc(3477 * var(--sh-m));
    max-width: none;
  }

  .sh-home-band__lines-img--desktop {
    display: none;
  }

  .sh-home-band__lines-img--mobile {
    display: block;
    position: absolute;
    left: calc(13 * var(--sh-m));
    top: 0;
    width: calc(404 * var(--sh-m));
    height: calc(3477 * var(--sh-m));
  }

  .sh-stats__stage {
    position: relative;
    width: 100%;
    max-width: calc(390 * var(--sh-m));
    height: auto;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
  }

  .sh-stat,
  .sh-stats.is-inview .sh-stat {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    opacity: 1;
  }

  /* Flush right (16px inset from left) */
  .sh-stat--1 {
    width: calc(374 * var(--sh-m));
    height: calc(374 * var(--sh-m));
    margin-left: calc(16 * var(--sh-m)) !important;
    margin-right: 0 !important;
    align-self: flex-end;
    z-index: 3;
  }

  /* Flush left; overlap C1 by ~18 */
  .sh-stat--2 {
    width: calc(356 * var(--sh-m));
    height: calc(356 * var(--sh-m));
    margin-top: calc(-18 * var(--sh-m)) !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    align-self: flex-start;
    z-index: 2;
  }

  /* Flush right (75px from left); overlap C2 by ~23 */
  .sh-stat--3 {
    width: calc(315 * var(--sh-m));
    height: calc(315 * var(--sh-m));
    margin-top: calc(-23 * var(--sh-m)) !important;
    margin-left: calc(75 * var(--sh-m)) !important;
    margin-right: 0 !important;
    align-self: flex-end;
    z-index: 1;
  }

  .sh-stats.is-inview .sh-stat__ring {
    animation: none !important;
  }

  .sh-stat__value {
    font-size: calc(32 * var(--sh-m));
  }

  .sh-stat__label {
    font-size: calc(14 * var(--sh-m));
    line-height: calc(18 * var(--sh-m));
  }

  /* ------------------------------------------------------------------
     Benefits green panel — Figma 1:379 (389×778)
     ------------------------------------------------------------------ */
  .sh-benefits {
    padding: 0 var(--sh-u-mobile-pad);
  }

  .sh-benefits__panel {
    max-width: none;
    border-radius: var(--sh-radius-card) 0;
    /* top 52; side ~34; bottom 2935 − 2873 = 62 */
    padding: calc(52 * var(--sh-m)) calc(34 * var(--sh-m)) calc(62 * var(--sh-m));
    text-align: center;
  }

  .sh-benefits__title {
    font-size: calc(36 * var(--sh-m));
    line-height: calc(40 * var(--sh-m));
    margin: 0 auto calc(17 * var(--sh-m)); /* 2348 − (2209 + 122) */
    max-width: calc(390 * var(--sh-m));
  }

  .sh-benefits__subtitle {
    font-size: calc(22 * var(--sh-m));
    line-height: calc(32 * var(--sh-m));
    margin: 0 auto calc(17 * var(--sh-m)); /* 2428 − (2348 + 63) */
    max-width: calc(336 * var(--sh-m));
  }

  .sh-benefits__copy {
    max-width: calc(322 * var(--sh-m));
    margin: 0 auto calc(33 * var(--sh-m)); /* 2826 − (2428 + 365) */
    font-size: calc(14 * var(--sh-m));
    line-height: calc(20 * var(--sh-m));
    text-align: center;
  }

  .sh-benefits__copy p + p {
    margin-top: calc(20 * var(--sh-m));
  }

  .sh-benefits__kicker {
    margin-top: calc(24 * var(--sh-m));
    font-size: calc(18 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
    letter-spacing: 0.12em;
  }

  .sh-cta--benefits {
    display: flex;
    width: calc(321 * var(--sh-m));
    max-width: 100%;
    min-height: calc(47 * var(--sh-m));
    margin-inline: auto;
    padding: 0 calc(42 * var(--sh-m)) 0 calc(27 * var(--sh-m));
    border-width: 2px;
    font-size: calc(10 * var(--sh-m));
  }

  .sh-cta--benefits .sh-cta__badge-wrap {
    width: calc(27 * var(--sh-m));
    height: calc(27 * var(--sh-m));
    right: calc(10 * var(--sh-m));
  }

  .sh-cta--benefits .sh-cta__badge-icon {
    width: calc(7 * var(--sh-m));
    height: calc(7 * var(--sh-m));
  }

  .sh-cta--benefits .sh-cta__label {
    padding-right: calc(8 * var(--sh-m));
  }

  /* ------------------------------------------------------------------
     Conductor — Figma 1:388 collage zigzag + plus marks
     Media origin ≈ page (20, 3619); stage width 390
     ------------------------------------------------------------------ */
  .sh-conductor {
    padding: calc(40 * var(--sh-m)) 0 0;
    overflow: visible;
  }

  .sh-conductor__stage {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-inline: var(--sh-u-mobile-pad);
    gap: calc(28 * var(--sh-m));
  }

  .sh-conductor__title {
    font-size: calc(36 * var(--sh-m));
    line-height: calc(40 * var(--sh-m));
    max-width: none;
    margin-bottom: calc(20 * var(--sh-m));
  }

  .sh-conductor__body {
    max-width: none;
    font-size: calc(14 * var(--sh-m));
    line-height: calc(20 * var(--sh-m));
    margin-bottom: calc(28 * var(--sh-m));
  }

  .sh-conductor__kicker {
    font-size: calc(18 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-cta--conductor {
    width: calc(351 * var(--sh-m));
    max-width: 100%;
    min-height: calc(47 * var(--sh-m));
    margin-bottom: calc(12 * var(--sh-m));
    padding: 0 calc(42 * var(--sh-m)) 0 calc(23 * var(--sh-m));
    border-width: 2px;
    font-size: calc(10 * var(--sh-m));
  }

  .sh-cta--conductor .sh-cta__badge {
    width: calc(27 * var(--sh-m));
    height: calc(27 * var(--sh-m));
    right: calc(10 * var(--sh-m));
  }

  .sh-conductor__link {
    gap: calc(11 * var(--sh-m));
    font-size: calc(10 * var(--sh-m));
    line-height: calc(36 * var(--sh-m));
    text-decoration-thickness: max(1.5px, 0.1em);
    text-underline-offset: 0.2em;
  }

  /* Figma mobile dot is 6×6 — was scaling with --sh-px (~2px) */
  .sh-conductor__link-dot {
    width: calc(6 * var(--sh-m));
    height: calc(6 * var(--sh-m));
  }

  .sh-conductor__media {
    position: relative;
    width: 100%;
    max-width: calc(390 * var(--sh-m));
    height: calc(393 * var(--sh-m)); /* 215 + 178 */
    min-height: 0;
    margin-inline: auto;
    display: block;
    padding-bottom: 0;
    overflow: visible;
  }

  .sh-conductor__shot {
    position: absolute !important;
    opacity: 1 !important;
    transform: none !important;
  }

  /* A rect: 20,3619 → 0,0 176×178 */
  .sh-conductor__shot--a {
    left: 0 !important;
    top: 0 !important;
    width: calc(176 * var(--sh-m)) !important;
    height: calc(178 * var(--sh-m)) !important;
    border-radius: 0;
  }

  .sh-conductor__shot--a > img:first-child {
    border-radius: 0 var(--sh-radius-card) 0 var(--sh-radius-card);
  }

  /* B circle: 212,3642 → 192,23 175×176 */
  .sh-conductor__shot--b {
    left: calc(192 * var(--sh-m)) !important;
    top: calc(23 * var(--sh-m)) !important;
    width: calc(175 * var(--sh-m)) !important;
    height: calc(176 * var(--sh-m)) !important;
    border-radius: 0;
  }

  .sh-conductor__shot--b > img:first-child {
    border-radius: 50%;
  }

  /* C circle: 43,3813 → 23,194 175×175 */
  .sh-conductor__shot--c {
    left: calc(23 * var(--sh-m)) !important;
    top: calc(194 * var(--sh-m)) !important;
    width: calc(175 * var(--sh-m)) !important;
    height: calc(175 * var(--sh-m)) !important;
    border-radius: 0;
  }

  .sh-conductor__shot--c > img:first-child {
    border-radius: 50%;
  }

  /* D rect: 234,3834 → 214,215 176×178 */
  .sh-conductor__shot--d {
    left: calc(214 * var(--sh-m)) !important;
    top: calc(215 * var(--sh-m)) !important;
    width: calc(176 * var(--sh-m)) !important;
    height: calc(178 * var(--sh-m)) !important;
    border-radius: 0;
  }

  .sh-conductor__shot--d > img:first-child {
    border-radius: 0 var(--sh-radius-card) 0 var(--sh-radius-card);
  }

  /* Plus B: 340,3646 → media +320,+27 ; size 41 */
  .sh-conductor__plus--b {
    left: calc(128 * var(--sh-m)); /* 320 − 192 */
    top: calc(4 * var(--sh-m)); /* 27 − 23 */
    width: calc(41 * var(--sh-m));
    height: calc(41 * var(--sh-m));
  }

  /* Plus C: 43,3937 → media +23,+318 ; size 43×41 */
  .sh-conductor__plus--c {
    left: calc(0 * var(--sh-m)); /* 23 − 23 */
    top: calc(124 * var(--sh-m)); /* 318 − 194 */
    width: calc(43 * var(--sh-m));
    height: calc(41 * var(--sh-m));
  }

  /* ------------------------------------------------------------------
     Dimensions — Figma 1:403 Coverage Cards
     Bars: 321×45, radius TL+BR 20, hang ~22 below white panel
     ------------------------------------------------------------------ */
  .sh-dimensions {
    /* section → savings gap 5960 − 5905 = 55 */
    margin-bottom: calc(55 * var(--sh-m)) !important;
    padding: calc(52 * var(--sh-m)) var(--sh-u-mobile-pad) calc(58 * var(--sh-m));
  }

  .sh-dimensions__header {
    margin-bottom: calc(36 * var(--sh-m)); /* 4486 − 4450 */
    text-align: center;
  }

  .sh-dimensions__title {
    font-size: calc(36 * var(--sh-m));
    line-height: calc(40 * var(--sh-m));
    margin: 0 auto calc(29 * var(--sh-m)); /* 4390 − 4361 */
    max-width: calc(365 * var(--sh-m));
  }

  .sh-dimensions__subtitle {
    font-size: calc(14 * var(--sh-m));
    line-height: calc(20 * var(--sh-m));
    margin: 0 auto;
    max-width: calc(310 * var(--sh-m));
  }

  .sh-dimensions__grid {
    grid-template-columns: 1fr;
    /* card stacks incl. bar hang; visual gap between bars ≈ 29 */
    gap: calc(29 * var(--sh-m));
    margin-bottom: calc(38 * var(--sh-m)); /* 5800 − 5762 */
  }

  .sh-dim-card,
  .sh-dim-card--physical,
  .sh-dim-card--mental,
  .sh-dim-card--financial,
  .sh-dim-card--professional {
    position: relative;
    max-width: none;
    background: transparent;
    border-radius: 0;
    padding-bottom: calc(22 * var(--sh-m)); /* bar hang */
    overflow: visible;
  }

  /* White panel only (Figma rounded-tl 20) */
  .sh-dim-card::before {
    display: block;
    border-radius: calc(20 * var(--sh-m)) 0 0 0;
  }

  .sh-dim-card--physical,
  .sh-dim-card--mental {
    min-height: calc(246 * var(--sh-m)); /* 224 + 22 */
  }

  .sh-dim-card--physical::before,
  .sh-dim-card--mental::before {
    height: calc(224 * var(--sh-m));
  }

  /* Financial grows with expanded copy; bar already bottom-anchored */
  .sh-dim-card--financial {
    min-height: 0;
    height: auto;
  }

  .sh-dim-card--financial::before {
    height: auto;
    top: 0;
    bottom: calc(22 * var(--sh-m));
  }

  .sh-dim-card--financial .sh-dim-card__body {
    padding-bottom: calc(55 * var(--sh-m));
  }

  .sh-dim-card--professional {
    min-height: calc(318 * var(--sh-m)); /* 296 + 22 */
  }

  .sh-dim-card--professional::before {
    height: calc(296 * var(--sh-m));
  }

  .sh-dim-card__body {
    position: relative;
    z-index: 1;
    grid-template-columns: calc(100 * var(--sh-m)) 1fr;
    column-gap: calc(12 * var(--sh-m));
    padding: calc(29 * var(--sh-m)) calc(16 * var(--sh-m)) calc(40 * var(--sh-m)) calc(24 * var(--sh-m));
  }

  .sh-dim-card__icon,
  .sh-dim-card--physical .sh-dim-card__icon,
  .sh-dim-card--mental .sh-dim-card__icon,
  .sh-dim-card--financial .sh-dim-card__icon,
  .sh-dim-card--professional .sh-dim-card__icon {
    width: calc(90 * var(--sh-m));
    height: calc(68 * var(--sh-m));
    margin-top: calc(5 * var(--sh-m));
    margin-left: 0;
    align-self: start;
  }

  .sh-dim-card--physical .sh-dim-card__icon {
    width: calc(110 * var(--sh-m));
    height: calc(82 * var(--sh-m));
  }

  .sh-dim-card__label {
    font-size: calc(18 * var(--sh-m));
    line-height: calc(28 * var(--sh-m));
    letter-spacing: 0.12em;
  }

  .sh-dim-card__copy {
    max-width: none;
    font-size: calc(14 * var(--sh-m));
    line-height: calc(20 * var(--sh-m));
  }

  /* Undo desktop-only financial type squeeze (--sh-px was winning on mobile) */
  .sh-dim-card--financial .sh-dim-card__copy {
    max-width: none;
    font-size: calc(14 * var(--sh-m));
    line-height: calc(20 * var(--sh-m));
  }

  .sh-dim-card--financial .sh-dim-card__label {
    margin-bottom: 0.35em;
  }

  .sh-dim-card--financial .sh-dim-card__copy p + p {
    margin-top: 0.75em;
  }

  /* Bars — Figma 321×45, centered, TL+BR radius 20 */
  .sh-dim-card__bar,
  .sh-dim-card--financial .sh-dim-card__bar,
  .sh-dim-card--professional .sh-dim-card__bar {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 0;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(321 * var(--sh-m));
    max-width: calc(100% - (40 * var(--sh-m)));
    height: calc(45 * var(--sh-m));
    margin: 0;
    padding: 0 calc(12 * var(--sh-m));
    transform: translateX(-50%);
    border-radius: calc(20 * var(--sh-m)) 0;
    font-size: calc(14 * var(--sh-m));
    line-height: calc(18 * var(--sh-m));
  }

  .sh-dim-card__bar p {
    margin: 0;
    white-space: nowrap;
  }

  /* Ensemble CTA — 184×47, badge 28, gap above 38 */
  .sh-cta--ensemble {
    display: flex;
    width: calc(184 * var(--sh-m));
    max-width: 100%;
    min-height: calc(47 * var(--sh-m));
    margin: 0 auto;
    padding: 0 calc(40 * var(--sh-m)) 0 calc(24 * var(--sh-m));
    border-width: 2px;
    font-size: calc(10 * var(--sh-m));
  }

  .sh-cta--ensemble .sh-cta__badge {
    width: calc(28 * var(--sh-m));
    height: calc(28 * var(--sh-m));
    right: calc(10 * var(--sh-m));
  }

  .sh-cta--ensemble .sh-cta__label {
    padding-right: calc(8 * var(--sh-m));
  }

  /* ------------------------------------------------------------------
     Savings — Figma 1:480 (410 frame on 430 canvas)
     Photo 410×533 flush left → 20px right gap
     Blue panel 390 @ x20 → 20px white L/R; overlaps photo 51px
     ------------------------------------------------------------------ */
  .sh-savings {
    padding: 0;
    overflow: visible;
    background: var(--sh-white);
  }

  .sh-savings__stage {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .sh-savings__panel {
    display: none;
  }

  .sh-savings__media {
    position: relative;
    left: auto;
    top: auto;
    width: calc(410 * var(--sh-m));
    max-width: 100%;
    height: auto;
    aspect-ratio: 410 / 533;
    min-height: 0;
    max-height: none;
    order: 1;
    align-self: flex-start;
    margin: 0;
    border-radius: 0 0 var(--sh-radius-card) 0;
    overflow: hidden;
    z-index: 2;
  }

  /* Blue 390 inset; pull under photo so BR cutout reveals panel TR */
  .sh-savings__title {
    position: relative;
    left: auto;
    top: auto;
    box-sizing: border-box;
    width: calc(390 * var(--sh-m));
    max-width: calc(100% - (40 * var(--sh-m)));
    order: 2;
    margin: calc(-51 * var(--sh-m)) auto 0;
    padding: calc(87 * var(--sh-m)) calc(33 * var(--sh-m)) calc(16 * var(--sh-m));
    font-size: calc(36 * var(--sh-m));
    line-height: calc(40 * var(--sh-m));
    background: var(--sh-dark-blue);
    border-radius: 0 var(--sh-radius-card) 0 0;
    z-index: 1;
  }

  .sh-savings__body {
    position: relative;
    left: auto;
    top: auto;
    box-sizing: border-box;
    width: calc(390 * var(--sh-m));
    max-width: calc(100% - (40 * var(--sh-m)));
    order: 3;
    margin: 0 auto;
    padding: 0 calc(33 * var(--sh-m)) calc(48 * var(--sh-m));
    background: var(--sh-dark-blue);
    border-radius: 0 0 var(--sh-radius-card) 0;
    z-index: 1;
  }

  .sh-savings__lead {
    font-size: calc(18 * var(--sh-m));
    line-height: 1.3;
    margin-bottom: calc(20 * var(--sh-m));
    max-width: none;
  }

  .sh-savings__copy {
    font-size: calc(14 * var(--sh-m));
    line-height: calc(22 * var(--sh-m));
    margin-bottom: calc(24 * var(--sh-m));
  }

  .sh-savings__kicker {
    font-size: calc(14 * var(--sh-m));
    line-height: calc(20 * var(--sh-m));
    letter-spacing: 0.08em;
    max-width: none;
  }

  .sh-cta--save-calc {
    width: calc(252 * var(--sh-m));
    max-width: 100%;
    font-size: calc(10 * var(--sh-m));
  }

  .sh-cta--save-talk {
    width: calc(226 * var(--sh-m));
    max-width: 100%;
    font-size: calc(10 * var(--sh-m));
  }

  /* ------------------------------------------------------------------
     Partners — Figma 1:496 Logos
     Panel 390×394; logos absolute (2 / 3 / 2 / 2); CTA 324 @ +43
     ------------------------------------------------------------------ */
  .sh-partners {
    padding: 0 var(--sh-u-mobile-pad);
  }

  .sh-partners__inner {
    max-width: none;
  }

  .sh-partners__header {
    margin-bottom: calc(43 * var(--sh-m));
  }

  .sh-partners__title {
    margin: 0 0 calc(29 * var(--sh-m));
    font-size: calc(36 * var(--sh-m));
    line-height: calc(40 * var(--sh-m));
    text-align: center;
  }

  .sh-partners__copy {
    max-width: calc(331 * var(--sh-m));
    margin-inline: auto;
    font-size: calc(14 * var(--sh-m));
    line-height: calc(20 * var(--sh-m));
    text-align: center;
  }

  .sh-partners__copy p + p {
    margin-top: calc(20 * var(--sh-m));
  }

  .sh-partners__kicker {
    font-size: calc(18 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
    letter-spacing: calc(2.16 * var(--sh-m));
  }

  .sh-partners__panel {
    position: relative;
    width: 100%;
    height: calc(394 * var(--sh-m));
    padding: 0;
    border-radius: var(--sh-radius-card) 0;
    margin-bottom: calc(43 * var(--sh-m));
    overflow: visible;
  }

  .sh-partners__pointer {
    left: 50%;
    top: calc(-16 * var(--sh-m));
    width: calc(105 * var(--sh-m));
    transform: translateX(-50%) rotate(180deg);
  }

  /* Absolute logo board — coords relative to panel (Figma x20 / y8095) */
  .sh-partners__logos,
  .sh-partners__logos--row1,
  .sh-partners__logos--row2 {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    gap: 0;
  }

  .sh-partners__logos li,
  .sh-partners__logos--row1 li:nth-child(n),
  .sh-partners__logos--row2 li:nth-child(n) {
    position: absolute;
    flex: none;
    width: auto;
    max-width: none;
    margin: 0;
  }

  .sh-partners__logos img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    display: block;
  }

  /* Row 1: HCI, ClearSpring, Zurich, Marquee, Yuna */
  .sh-partners__logos--row1 li:nth-child(1) {
    left: calc(41 * var(--sh-m));
    top: calc(67 * var(--sh-m));
    width: calc(137 * var(--sh-m));
    height: calc(40 * var(--sh-m));
  }

  .sh-partners__logos--row1 li:nth-child(2) {
    left: calc(196 * var(--sh-m));
    top: calc(68 * var(--sh-m));
    width: calc(153 * var(--sh-m));
    height: calc(36 * var(--sh-m));
  }

  .sh-partners__logos--row1 li:nth-child(3) {
    left: calc(27 * var(--sh-m));
    top: calc(134 * var(--sh-m));
    width: calc(85 * var(--sh-m));
    height: calc(53 * var(--sh-m));
  }

  .sh-partners__logos--row1 li:nth-child(4) {
    left: calc(131 * var(--sh-m));
    top: calc(140 * var(--sh-m));
    width: calc(134 * var(--sh-m));
    height: calc(40 * var(--sh-m));
  }

  .sh-partners__logos--row1 li:nth-child(5) {
    left: calc(276 * var(--sh-m));
    top: calc(136 * var(--sh-m));
    width: calc(87 * var(--sh-m));
    height: calc(50 * var(--sh-m));
  }

  /* Row 2: WorkShield, Superpower, MyHRAlly, Recuro */
  .sh-partners__logos--row2 li:nth-child(1) {
    left: calc(39 * var(--sh-m));
    top: calc(214 * var(--sh-m));
    width: calc(121 * var(--sh-m));
    height: calc(50 * var(--sh-m));
  }

  .sh-partners__logos--row2 li:nth-child(2) {
    left: calc(185 * var(--sh-m));
    top: calc(214 * var(--sh-m));
    width: calc(164 * var(--sh-m));
    height: calc(45 * var(--sh-m));
  }

  .sh-partners__logos--row2 li:nth-child(3) {
    left: calc(59 * var(--sh-m));
    top: calc(274 * var(--sh-m));
    width: calc(91 * var(--sh-m));
    height: calc(91 * var(--sh-m));
  }

  .sh-partners__logos--row2 li:nth-child(3) img {
    max-height: none;
  }

  .sh-partners__logos--row2 li:nth-child(4) {
    left: calc(166 * var(--sh-m));
    top: calc(293 * var(--sh-m));
    width: calc(162 * var(--sh-m));
    height: calc(39 * var(--sh-m));
  }

  .sh-cta--partners {
    display: flex;
    width: calc(324 * var(--sh-m));
    max-width: 100%;
    height: var(--sh-cta-h);
    margin-inline: auto;
    font-size: calc(10 * var(--sh-m));
  }

  .sh-cta--partners .sh-cta__badge-wrap {
    width: calc(28 * var(--sh-m));
    height: calc(28 * var(--sh-m));
    right: calc(10 * var(--sh-m));
  }

  /* ------------------------------------------------------------------
     Testimonials
     ------------------------------------------------------------------ */
  .sh-testimonials {
    min-height: 0;
  }

  .sh-testimonials__inner {
    padding: calc(48 * var(--sh-m)) var(--sh-u-mobile-pad) calc(56 * var(--sh-m));
  }

  .sh-testimonials__quote-mark {
    width: calc(100 * var(--sh-m));
    height: calc(94 * var(--sh-m));
    margin-bottom: calc(16 * var(--sh-m));
  }

  .sh-testimonials__arc--outer {
    left: calc(15 * var(--sh-m));
    width: calc(80 * var(--sh-m));
    height: calc(92 * var(--sh-m));
  }

  .sh-testimonials__arc--inner {
    left: calc(14 * var(--sh-m));
    top: calc(7 * var(--sh-m));
    width: calc(58 * var(--sh-m));
    height: calc(79 * var(--sh-m));
  }

  .sh-testimonials__quote-glyph {
    top: calc(47 * var(--sh-m));
    font-size: calc(84 * var(--sh-m));
    line-height: calc(47 * var(--sh-m));
  }

  .sh-testimonials__title {
    font-size: calc(36 * var(--sh-m));
    line-height: calc(40 * var(--sh-m));
    margin-bottom: calc(20 * var(--sh-m));
  }

  .sh-testimonials__viewport {
    max-width: none;
    min-height: calc(160 * var(--sh-m));
    margin-bottom: calc(28 * var(--sh-m));
  }

  .sh-testimonials__quote p {
    font-size: calc(16 * var(--sh-m));
    line-height: calc(22 * var(--sh-m));
  }

  .sh-testimonials__quote cite {
    font-size: calc(14 * var(--sh-m));
    letter-spacing: 0.08em;
  }

  .sh-testimonials__dot {
    width: calc(10 * var(--sh-m));
    height: calc(10 * var(--sh-m));
  }

  .sh-testimonials__dots {
    gap: calc(12 * var(--sh-m));
    margin-bottom: calc(20 * var(--sh-m));
  }

  .sh-testimonials__nav {
    position: static;
    justify-content: center;
    margin-top: calc(20 * var(--sh-m));
  }

  /* ------------------------------------------------------------------
     Bottom CTAs + trust bar — Figma 1:514
     Trust: 391×161; 6px green bullets @ x78 (not desktop separators)
     ------------------------------------------------------------------ */
  .sh-bottom-ctas {
    padding: 0 var(--sh-u-mobile-pad);
  }

  .sh-bottom-ctas__grid {
    grid-template-columns: 1fr;
    gap: calc(46 * var(--sh-m));
    margin-bottom: calc(46 * var(--sh-m));
  }

  .sh-cta-box {
    min-height: 0;
    padding: calc(26 * var(--sh-m)) calc(26 * var(--sh-m)) calc(33 * var(--sh-m));
    border-radius: 0 var(--sh-radius-card);
  }

  .sh-cta-box__media {
    max-width: calc(340 * var(--sh-m));
    margin-bottom: calc(36 * var(--sh-m));
  }

  .sh-cta-box__media img {
    border-radius: 0 var(--sh-radius-card) 0 var(--sh-radius-card);
  }

  .sh-cta-box__accent {
    width: calc(213 * var(--sh-m));
    height: calc(14 * var(--sh-m));
    bottom: calc(-7 * var(--sh-m));
    border-radius: calc(20 * var(--sh-m)) 0;
  }

  .sh-cta-box__title {
    margin: 0 0 calc(12 * var(--sh-m));
    font-size: calc(36 * var(--sh-m));
    line-height: calc(40 * var(--sh-m));
    max-width: calc(339 * var(--sh-m));
  }

  .sh-cta-box--plum .sh-cta-box__title {
    max-width: calc(293 * var(--sh-m));
  }

  .sh-cta-box__copy {
    margin: 0 0 calc(29 * var(--sh-m));
    font-size: calc(14 * var(--sh-m));
    line-height: calc(22 * var(--sh-m));
    max-width: calc(302 * var(--sh-m));
  }

  .sh-cta-box--plum .sh-cta-box__copy {
    line-height: calc(20 * var(--sh-m));
    max-width: calc(294 * var(--sh-m));
  }

  .sh-cta--box,
  .sh-cta-box--plum .sh-cta--box {
    width: calc(224 * var(--sh-m));
    max-width: 100%;
    height: var(--sh-cta-h);
    font-size: calc(10 * var(--sh-m));
  }

  .sh-cta--box .sh-cta__badge {
    width: calc(28 * var(--sh-m));
    height: calc(28 * var(--sh-m));
    right: calc(10 * var(--sh-m));
  }

  /* Vertical list + left bullets (hide desktop mid-row separator dots) */
  .sh-trust-bar {
    box-sizing: border-box;
    min-height: calc(161 * var(--sh-m));
    border-radius: 0 var(--sh-radius-card);
    padding: calc(29 * var(--sh-m)) calc(36 * var(--sh-m)) calc(29 * var(--sh-m)) calc(59 * var(--sh-m));
  }

  .sh-trust-bar ul {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    font-size: calc(18 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-trust-bar li[aria-hidden="true"] {
    display: none;
  }

  .sh-trust-bar li:not([aria-hidden="true"]) {
    position: relative;
    width: 100%;
    max-width: calc(278 * var(--sh-m));
    padding-left: calc(18 * var(--sh-m));
  }

  .sh-trust-bar li:not([aria-hidden="true"])::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(10 * var(--sh-m));
    width: calc(6 * var(--sh-m));
    height: calc(6 * var(--sh-m));
    border-radius: 50%;
    background: var(--sh-green);
  }

  /* ------------------------------------------------------------------
     Footer — Figma 1:539
     Deco Group1: 391×444 @ x19 / +47 (not full footer height)
     Bottom: rule → centered logo 313 → stacked meta → copy
     ------------------------------------------------------------------ */
  .sh-site-footer {
    padding: calc(47 * var(--sh-m)) var(--sh-u-mobile-pad) calc(44 * var(--sh-m));
    overflow: hidden;
  }

  /* Override tablet height:100% — arc only covers upper nav band */
  .sh-site-footer__deco {
    left: calc(19 * var(--sh-m));
    top: calc(47 * var(--sh-m));
    width: calc(391 * var(--sh-m));
    height: calc(444 * var(--sh-m));
    max-height: none;
    opacity: 1;
  }

  .sh-site-footer__deco img {
    object-fit: contain;
    object-position: left top;
  }

  .sh-site-footer__top {
    grid-template-columns: 1fr;
    gap: calc(19 * var(--sh-m));
    margin-bottom: calc(36 * var(--sh-m));
  }

  .sh-site-footer__tagline {
    font-size: calc(36 * var(--sh-m));
    line-height: calc(40 * var(--sh-m));
    max-width: none;
  }

  .sh-site-footer__nav {
    grid-template-columns: 1fr;
    gap: calc(12 * var(--sh-m));
    padding-top: 0;
  }

  .sh-site-footer__heading {
    margin: 0 0 calc(4 * var(--sh-m));
    font-size: calc(18 * var(--sh-m));
    line-height: calc(36 * var(--sh-m));
    letter-spacing: calc(2.16 * var(--sh-m));
  }

  .sh-site-footer__col a {
    font-size: calc(14 * var(--sh-m));
    line-height: calc(30 * var(--sh-m));
    padding: 0;
  }

  .sh-site-footer__rule {
    display: block;
    width: 100%;
    margin: 0 0 calc(36 * var(--sh-m));
    line-height: 0;
  }

  .sh-site-footer__rule img {
    display: block;
    width: 100%;
    height: calc(6 * var(--sh-m));
    max-width: none;
    object-fit: fill;
  }

  .sh-site-footer__bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: calc(16 * var(--sh-m));
    text-align: center;
  }

  .sh-site-footer__logo {
    width: calc(313 * var(--sh-m));
    max-width: 100%;
    height: auto;
  }

  .sh-site-footer__meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 0;
    text-align: center;
    font-size: calc(14 * var(--sh-m));
    line-height: calc(30 * var(--sh-m));
    white-space: normal;
  }

  /* More specific than meta span { display:block } from tablet */
  .sh-site-footer__meta .sh-site-footer__pipe {
    display: none;
  }

  .sh-site-footer__meta span,
  .sh-site-footer__meta a {
    display: block;
  }

  .sh-site-footer__copy {
    margin: calc(-4 * var(--sh-m)) 0 0;
    text-align: center;
    font-size: calc(14 * var(--sh-m));
    line-height: calc(52 * var(--sh-m));
    font-style: italic;
    font-weight: 500;
    opacity: 0.3;
    white-space: normal;
  }
}

/* --------------------------------------------------------------------------
   How It Works — mobile (≤767, 430 canvas via --sh-m)
   Desktop ≥1100 and tablet 768–1099 handled in main.css.
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  body.page-template-page-how-it-works,
  body.page-template-page-partners,
  body.page-template-page-for-employers,
  body.page-template-page-for-employees,
  body.page-template-page-physical-health,
  body.page-template-page-mental-health,
  body.page-template-page-financial-health,
  body.page-template-page-professional-health,
  body.page-template-page-faq {
    overflow-x: clip;
  }

  body.page-template-page-how-it-works .sh-header,
  body.page-template-page-partners .sh-header,
  body.page-template-page-for-employers .sh-header,
  body.page-template-page-for-employees .sh-header,
  body.page-template-page-physical-health .sh-header,
  body.page-template-page-mental-health .sh-header,
  body.page-template-page-financial-health .sh-header,
  body.page-template-page-professional-health .sh-header,
  body.page-template-page-faq .sh-header {
    height: calc(96 * var(--sh-m));
    padding-top: 0;
  }

  .sh-hiw {
    overflow-x: clip;
  }

  .sh-hiw-hero {
    min-height: 0;
  }

  .sh-hiw-hero__stage {
    min-height: 0;
    padding: calc(40 * var(--sh-m)) calc(28 * var(--sh-m)) calc(56 * var(--sh-m));
  }

  .sh-hiw-hero__waves {
    top: calc(12 * var(--sh-m));
    height: calc(360 * var(--sh-m));
    opacity: 0.4;
  }

  .sh-hiw-hero__conductor {
    left: auto;
    right: calc(-48 * var(--sh-m));
    top: calc(200 * var(--sh-m));
    width: calc(180 * var(--sh-m));
    height: auto;
    aspect-ratio: 398 / 981;
    opacity: 0.28;
  }

  .sh-hiw-hero__icon,
  .sh-hiw-hero__icon--physical,
  .sh-hiw-hero__icon--financial,
  .sh-hiw-hero__icon--mental {
    display: none;
  }

  .sh-hiw-hero__copy {
    max-width: none;
  }

  .sh-hiw-hero__title {
    font-size: calc(40 * var(--sh-m));
    line-height: calc(44 * var(--sh-m));
  }

  .sh-hiw-hero__subtitle {
    margin-top: calc(18 * var(--sh-m));
    max-width: none;
    font-size: calc(22 * var(--sh-m));
    line-height: calc(28 * var(--sh-m));
  }

  .sh-hiw-hero__body {
    margin-top: calc(20 * var(--sh-m));
    max-width: none;
    font-size: calc(16 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-hiw-band__lines {
    width: 100%;
    height: 100%;
    opacity: 0.55;
  }

  .sh-hiw-ensemble {
    padding: calc(48 * var(--sh-m)) calc(28 * var(--sh-m)) calc(56 * var(--sh-m));
  }

  .sh-hiw-ensemble__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-hiw-ensemble__intro {
    margin-top: calc(20 * var(--sh-m));
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
    text-align: left;
  }

  .sh-hiw-ensemble__intro-kicker {
    font-size: calc(13 * var(--sh-m));
    letter-spacing: 0.06em;
  }

  .sh-hiw-ensemble__graphic {
    margin-top: calc(28 * var(--sh-m));
  }

  .sh-hiw-ensemble__cred {
    margin-top: calc(24 * var(--sh-m));
    font-size: calc(13 * var(--sh-m));
    line-height: calc(22 * var(--sh-m));
    letter-spacing: 0.06em;
  }

  .sh-hiw-ensemble__cta,
  .sh-hiw-steps__cta--calc,
  .sh-hiw-steps__cta--talk,
  .sh-hiw-business__cta {
    width: 100%;
    max-width: 100%;
  }

  .sh-hiw-steps {
    padding: 0 calc(18 * var(--sh-m));
    margin-bottom: calc(64 * var(--sh-m));
  }

  .sh-hiw-steps__panel {
    padding: calc(40 * var(--sh-m)) calc(22 * var(--sh-m)) calc(40 * var(--sh-m));
    border-radius: calc(28 * var(--sh-m)) 0 calc(28 * var(--sh-m)) 0;
  }

  .sh-hiw-steps__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-hiw-steps__cols {
    grid-template-columns: 1fr;
    margin-top: calc(32 * var(--sh-m));
    gap: calc(28 * var(--sh-m));
  }

  .sh-hiw-steps__col {
    min-height: 0;
    padding-top: calc(36 * var(--sh-m));
  }

  .sh-hiw-steps__num {
    left: 0;
    top: 0;
    font-size: calc(64 * var(--sh-m));
    line-height: 1;
  }

  .sh-hiw-steps__copy {
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-hiw-steps__flow {
    margin-top: calc(28 * var(--sh-m));
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sh-hiw-steps__flow img {
    min-width: calc(520 * var(--sh-m));
  }

  .sh-hiw-steps__ctas {
    margin-top: calc(28 * var(--sh-m));
    flex-direction: column;
    align-items: stretch;
    gap: calc(14 * var(--sh-m));
  }

  .sh-hiw-dimensions {
    margin-bottom: calc(64 * var(--sh-m));
  }

  .sh-hiw-dimensions__stage {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: calc(20 * var(--sh-m));
  }

  .sh-hiw-dimensions__media {
    width: 100%;
    height: auto;
    max-height: calc(320 * var(--sh-m));
    aspect-ratio: 854 / 1249;
    border-radius: 0 0 calc(28 * var(--sh-m)) 0;
  }

  .sh-hiw-dimensions__content {
    padding: 0 calc(28 * var(--sh-m));
    max-width: none;
  }

  .sh-hiw-dimensions__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-hiw-dimensions__subtitle {
    margin-top: calc(14 * var(--sh-m));
    max-width: none;
    font-size: calc(18 * var(--sh-m));
    line-height: 1.3;
  }

  .sh-hiw-dimensions__list {
    margin-top: calc(24 * var(--sh-m));
    gap: calc(14 * var(--sh-m));
    max-width: none;
  }

  .sh-hiw-dim {
    grid-template-columns: calc(64 * var(--sh-m)) minmax(0, 1fr);
    gap: calc(12 * var(--sh-m));
    min-height: 0;
    padding: calc(16 * var(--sh-m));
    border-radius: 0 calc(28 * var(--sh-m)) 0 calc(28 * var(--sh-m));
  }

  .sh-hiw-dim--financial,
  .sh-hiw-dim--professional {
    min-height: 0;
  }

  .sh-hiw-dim__icon,
  .sh-hiw-dim--physical .sh-hiw-dim__icon,
  .sh-hiw-dim--mental .sh-hiw-dim__icon,
  .sh-hiw-dim--financial .sh-hiw-dim__icon,
  .sh-hiw-dim--professional .sh-hiw-dim__icon {
    width: calc(64 * var(--sh-m));
    height: calc(48 * var(--sh-m));
  }

  .sh-hiw-dim__label {
    font-size: calc(16 * var(--sh-m));
    line-height: 1.2;
    letter-spacing: 0.08em;
  }

  .sh-hiw-dim__copy {
    font-size: calc(14 * var(--sh-m));
    line-height: calc(22 * var(--sh-m));
  }

  .sh-hiw-business {
    padding: 0 calc(18 * var(--sh-m));
    margin-bottom: calc(64 * var(--sh-m));
  }

  .sh-hiw-business__panel {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: calc(28 * var(--sh-m));
    padding: calc(36 * var(--sh-m)) calc(22 * var(--sh-m));
    border-radius: calc(28 * var(--sh-m)) 0 calc(28 * var(--sh-m)) 0;
  }

  .sh-hiw-business__media {
    order: -1; /* image above copy on mobile */
    width: min(100%, calc(340 * var(--sh-m)));
    height: auto;
    margin-inline: auto;
  }

  .sh-hiw-business__title {
    max-width: none;
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-hiw-business__body {
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-hiw-business__cta {
    margin-top: calc(24 * var(--sh-m));
  }
}

/* --------------------------------------------------------------------------
   For Employers — mobile (≤767, 430 canvas via --sh-m)
   Desktop ≥1100 and tablet 768–1099 handled in main.css.
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .sh-emp-page {
    overflow-x: clip;
  }

  .sh-emp-hero {
    min-height: 0;
    overflow: hidden;
  }

  .sh-emp-hero__stage {
    min-height: 0;
    padding: calc(40 * var(--sh-m)) calc(28 * var(--sh-m)) calc(48 * var(--sh-m));
  }

  .sh-emp-hero__portrait {
    display: none;
  }

  .sh-emp-hero__copy {
    max-width: none;
  }

  .sh-emp-hero__title {
    max-width: none;
    font-size: calc(40 * var(--sh-m));
    line-height: calc(44 * var(--sh-m));
  }

  .sh-emp-hero__subtitle {
    margin-top: calc(20 * var(--sh-m));
    max-width: none;
    font-size: calc(22 * var(--sh-m));
    line-height: calc(28 * var(--sh-m));
  }

  .sh-emp-hero__pills {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: calc(12 * var(--sh-m));
    margin-top: calc(28 * var(--sh-m));
  }

  .sh-emp-hero__pill,
  .sh-emp-hero__pill--1,
  .sh-emp-hero__pill--2,
  .sh-emp-hero__pill--3 {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: calc(16 * var(--sh-m)) calc(18 * var(--sh-m));
    flex-wrap: wrap;
    gap: calc(8 * var(--sh-m)) calc(12 * var(--sh-m));
  }

  .sh-emp-hero__pill-value {
    font-size: calc(20 * var(--sh-m));
    line-height: 1.2;
  }

  .sh-emp-hero__pill-label {
    font-size: calc(14 * var(--sh-m));
    line-height: calc(22 * var(--sh-m));
  }

  .sh-emp-band {
    padding-inline: calc(18 * var(--sh-m));
  }

  .sh-emp-band__lines-img {
    width: 100%;
    max-width: none;
  }

  .sh-emp-outcome {
    padding: calc(56 * var(--sh-m)) calc(28 * var(--sh-m)) 0;
  }

  .sh-emp-outcome__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-emp-outcome__body {
    margin-top: calc(16 * var(--sh-m));
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-emp-outcome__visual {
    height: auto;
    margin-top: calc(32 * var(--sh-m));
  }

  .sh-emp-outcome__photo,
  .sh-emp-outcome__stat,
  .sh-emp-outcome__plus {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
  }

  .sh-emp-outcome__photo {
    aspect-ratio: 1400 / 662;
    border-radius: calc(16 * var(--sh-m));
  }

  .sh-emp-outcome__stat {
    width: 100%;
    margin: calc(-36 * var(--sh-m)) 0 0;
    padding: calc(24 * var(--sh-m)) calc(20 * var(--sh-m));
    z-index: 2;
  }

  .sh-emp-outcome__stat-value {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(32 * var(--sh-m));
  }

  .sh-emp-outcome__stat-label {
    margin-top: calc(8 * var(--sh-m));
    font-size: calc(14 * var(--sh-m));
    line-height: calc(22 * var(--sh-m));
  }

  .sh-emp-outcome__plus {
    width: calc(64 * var(--sh-m));
    height: calc(64 * var(--sh-m));
    margin: calc(12 * var(--sh-m)) 0 0 auto;
  }

  .sh-emp-wins {
    margin-top: calc(48 * var(--sh-m));
    padding: calc(48 * var(--sh-m)) calc(28 * var(--sh-m));
  }

  .sh-emp-wins__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-emp-wins__intro {
    margin-top: calc(16 * var(--sh-m));
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-emp-wins__grid {
    grid-template-columns: 1fr;
    gap: calc(20 * var(--sh-m));
    margin-top: calc(32 * var(--sh-m));
  }

  .sh-emp-wins__card {
    width: 100%;
    max-width: none;
    min-height: 0;
    margin-inline: 0;
    padding: calc(28 * var(--sh-m)) calc(22 * var(--sh-m));
  }

  .sh-emp-wins__icon {
    height: calc(72 * var(--sh-m));
    max-width: calc(110 * var(--sh-m));
  }

  .sh-emp-wins__bar {
    width: min(100%, calc(180 * var(--sh-m)));
    height: calc(12 * var(--sh-m));
    margin: calc(20 * var(--sh-m)) 0 calc(12 * var(--sh-m));
  }

  .sh-emp-wins__card-title {
    font-size: calc(20 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-emp-wins__card-body {
    max-width: none;
    width: 100%;
    margin-top: calc(12 * var(--sh-m));
    font-size: calc(14 * var(--sh-m));
    line-height: calc(24 * var(--sh-m));
  }

  .sh-emp-wins__closing {
    margin-top: calc(36 * var(--sh-m));
    font-size: calc(14 * var(--sh-m));
    line-height: calc(24 * var(--sh-m));
    letter-spacing: 0.08em;
  }

  .sh-emp-wins__actions {
    flex-direction: column;
    align-items: stretch;
    gap: calc(12 * var(--sh-m));
    margin-top: calc(32 * var(--sh-m));
  }

  .sh-emp-wins__btn--calc,
  .sh-emp-wins__btn--talk {
    width: 100%;
    margin-inline: 0;
  }

  .sh-emp-how {
    margin-top: calc(48 * var(--sh-m));
    padding-inline: calc(18 * var(--sh-m));
  }

  .sh-emp-how__panel {
    padding: calc(40 * var(--sh-m)) calc(22 * var(--sh-m));
    border-radius: calc(28 * var(--sh-m)) 0 calc(28 * var(--sh-m)) 0;
  }

  .sh-emp-how__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-emp-how__cols {
    grid-template-columns: 1fr;
    gap: calc(28 * var(--sh-m));
    margin-top: calc(28 * var(--sh-m));
  }

  .sh-emp-how__col {
    min-height: 0;
    padding-top: calc(36 * var(--sh-m));
  }

  .sh-emp-how__num {
    left: 0;
    top: calc(-4 * var(--sh-m));
    font-size: calc(72 * var(--sh-m));
    line-height: 1;
  }

  .sh-emp-how__copy {
    font-size: calc(14 * var(--sh-m));
    line-height: calc(24 * var(--sh-m));
  }

  .sh-emp-how__lead {
    font-size: calc(16 * var(--sh-m));
  }

  .sh-emp-how__flow {
    margin-top: calc(28 * var(--sh-m));
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sh-emp-how__flow img {
    width: auto;
    min-width: calc(520 * var(--sh-m));
    max-width: none;
    height: auto;
  }

  .sh-emp-how__closing {
    margin-top: calc(32 * var(--sh-m));
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-emp-cta {
    margin-top: calc(48 * var(--sh-m));
    margin-bottom: calc(64 * var(--sh-m));
    padding-inline: calc(18 * var(--sh-m));
  }

  .sh-emp-cta__panel {
    flex-direction: column;
    height: auto;
    gap: 0;
    padding: calc(36 * var(--sh-m)) calc(22 * var(--sh-m));
    border-radius: calc(28 * var(--sh-m)) 0 calc(28 * var(--sh-m)) 0;
    overflow: visible;
  }

  .sh-emp-cta__media {
    order: -1; /* image above copy */
    flex: none;
    width: min(100%, calc(280 * var(--sh-m)));
    height: auto;
    aspect-ratio: 1;
    margin: 0 auto calc(28 * var(--sh-m));
  }

  .sh-emp-cta__photo {
    width: 100%;
    height: 100%;
  }

  .sh-emp-cta__plus,
  .sh-emp-cta__diagram {
    display: none;
  }

  .sh-emp-cta__copy {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .sh-emp-cta__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-emp-cta__body {
    margin-top: calc(14 * var(--sh-m));
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-emp-cta__btn {
    width: 100%;
    margin-top: calc(24 * var(--sh-m));
  }
}

/* --------------------------------------------------------------------------
   For Employees — mobile (≤767, 430 canvas via --sh-m)
   Desktop ≥1100 and tablet 768–1099 handled in main.css.
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .sh-ee-page {
    overflow-x: clip;
  }

  .sh-ee-hero {
    min-height: 0;
    overflow: hidden;
  }

  .sh-ee-hero__stage {
    min-height: 0;
    padding: calc(40 * var(--sh-m)) calc(28 * var(--sh-m)) calc(48 * var(--sh-m));
  }

  .sh-ee-hero__portrait {
    display: none;
  }

  .sh-ee-hero__copy {
    max-width: none;
  }

  .sh-ee-hero__title {
    max-width: none;
    font-size: calc(40 * var(--sh-m));
    line-height: calc(44 * var(--sh-m));
  }

  .sh-ee-hero__subtitle {
    margin-top: calc(20 * var(--sh-m));
    max-width: none;
    font-size: calc(22 * var(--sh-m));
    line-height: calc(28 * var(--sh-m));
  }

  .sh-ee-hero__pill {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(8 * var(--sh-m)) calc(12 * var(--sh-m));
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: calc(28 * var(--sh-m));
    padding: calc(16 * var(--sh-m)) calc(18 * var(--sh-m));
  }

  .sh-ee-hero__pill-bg {
    width: 100%;
    height: 100%;
  }

  .sh-ee-hero__pill-value {
    font-size: calc(20 * var(--sh-m));
    white-space: normal;
  }

  .sh-ee-hero__pill-label {
    margin-left: 0;
    width: auto;
    max-width: none;
    font-size: calc(14 * var(--sh-m));
    line-height: calc(22 * var(--sh-m));
  }

  .sh-ee-band__lines {
    left: 0;
    width: 100%;
  }

  .sh-ee-band__lines-img {
    width: 100%;
    max-width: none;
  }

  .sh-ee-diff {
    padding: calc(56 * var(--sh-m)) calc(28 * var(--sh-m)) 0;
  }

  .sh-ee-diff__title {
    max-width: none;
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-ee-diff__intro {
    margin-top: calc(16 * var(--sh-m));
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-ee-diff__rows {
    margin-top: calc(28 * var(--sh-m));
    max-width: none;
    gap: calc(12 * var(--sh-m));
  }

  .sh-ee-diff__row {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(14 * var(--sh-m));
    min-height: 0;
    padding: calc(22 * var(--sh-m)) calc(18 * var(--sh-m));
  }

  .sh-ee-diff__icon {
    flex: none;
    width: calc(88 * var(--sh-m));
    height: auto;
  }

  .sh-ee-diff__row--physical .sh-ee-diff__icon {
    height: auto;
  }

  .sh-ee-diff__icon > img,
  .sh-ee-diff__row--physical .sh-ee-diff__icon > img:first-child {
    width: 100%;
    height: auto;
  }

  .sh-ee-diff__icon-overlay {
    left: 16%;
    top: 8%;
    width: 68% !important;
    height: auto !important;
  }

  .sh-ee-diff__copy {
    margin-left: 0;
    padding-top: 0;
    width: 100%;
  }

  .sh-ee-diff__lead {
    font-size: calc(18 * var(--sh-m));
    line-height: 1.2;
    letter-spacing: 0.08em;
  }

  .sh-ee-diff__body {
    margin-top: calc(8 * var(--sh-m));
    max-width: none;
    font-size: calc(14 * var(--sh-m));
    line-height: calc(24 * var(--sh-m));
  }

  .sh-ee-pay {
    margin-top: calc(48 * var(--sh-m));
    padding: 0 calc(18 * var(--sh-m));
  }

  .sh-ee-pay__panel {
    flex-direction: column;
    height: auto;
    padding: calc(36 * var(--sh-m)) calc(22 * var(--sh-m));
    border-radius: calc(28 * var(--sh-m)) 0 calc(28 * var(--sh-m)) 0;
  }

  .sh-ee-pay__media {
    order: -1;
    flex: none;
    width: 100%;
    margin: 0 0 calc(24 * var(--sh-m));
  }

  .sh-ee-pay__copy {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }

  .sh-ee-pay__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-ee-pay__body {
    margin-top: calc(14 * var(--sh-m));
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-ee-cov {
    padding: calc(48 * var(--sh-m)) calc(28 * var(--sh-m)) 0;
  }

  .sh-ee-cov__title {
    max-width: none;
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-ee-cov__intro {
    margin-top: calc(16 * var(--sh-m));
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-ee-cov__stage {
    width: 100%;
    height: auto;
    margin-top: calc(28 * var(--sh-m));
    display: flex;
    flex-direction: column;
    gap: calc(12 * var(--sh-m));
  }

  .sh-ee-cov__photo,
  .sh-ee-cov__photo--1,
  .sh-ee-cov__photo--2,
  .sh-ee-cov__photo--3,
  .sh-ee-cov__icon {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }

  .sh-ee-cov__icon {
    width: min(40%, calc(120 * var(--sh-m)));
    margin: 0 auto;
    order: -1;
  }

  .sh-ee-cta {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    height: auto;
    margin: calc(48 * var(--sh-m)) auto calc(64 * var(--sh-m));
    padding: 0 calc(18 * var(--sh-m));
    background: transparent;
    border-radius: 0;
    overflow: visible;
  }

  .sh-ee-cta__navy {
    display: none;
  }

  .sh-ee-cta__photo {
    order: -1;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 960 / 700;
    margin: 0;
    border-radius: calc(28 * var(--sh-m)) 0 0 0;
    overflow: hidden;
  }

  .sh-ee-cta__copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: none;
    padding: calc(36 * var(--sh-m)) calc(22 * var(--sh-m));
    background: var(--sh-darkest-blue);
    border-radius: 0 0 calc(28 * var(--sh-m)) 0;
  }

  .sh-ee-cta__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-ee-cta__body {
    margin: calc(16 * var(--sh-m)) 0 0;
    width: 100%;
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-ee-cta__actions {
    align-items: stretch;
    gap: calc(12 * var(--sh-m));
    margin: calc(24 * var(--sh-m)) 0 0;
    width: 100%;
  }

  .sh-ee-cta__btn--calc,
  .sh-ee-cta__btn--talk {
    width: 100%;
    max-width: none;
  }
}

/* --------------------------------------------------------------------------
   Partners page — mobile (≤767, 430 canvas via --sh-m)
   Desktop ≥1100 and tablet 768–1099 handled in main.css.
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .sh-partners-page {
    overflow-x: clip;
  }

  .sh-partners-band__lines-img {
    width: 100%;
    max-width: none;
  }

  .sh-partners-hero {
    min-height: 0;
  }

  .sh-partners-hero__stage {
    min-height: 0;
    padding: calc(40 * var(--sh-m)) calc(28 * var(--sh-m)) calc(48 * var(--sh-m));
  }

  .sh-partners-hero__graphic {
    display: none;
  }

  .sh-partners-hero__copy {
    max-width: none;
  }

  .sh-partners-hero__title {
    max-width: none;
    font-size: calc(40 * var(--sh-m));
    line-height: calc(44 * var(--sh-m));
  }

  .sh-partners-hero__subtitle {
    margin-top: calc(20 * var(--sh-m));
    max-width: none;
    font-size: calc(22 * var(--sh-m));
    line-height: calc(28 * var(--sh-m));
  }

  .sh-partners-overview {
    padding: calc(56 * var(--sh-m)) calc(28 * var(--sh-m));
  }

  .sh-partners-overview__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-partners-overview__copy {
    margin-top: calc(16 * var(--sh-m));
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-partners-overview__kicker {
    margin-top: calc(20 * var(--sh-m)) !important;
    font-size: calc(14 * var(--sh-m));
    letter-spacing: 0.08em;
  }

  .sh-partners-overview__cta {
    width: 100%;
    margin-top: calc(28 * var(--sh-m));
  }

  .sh-partners-overview__spirals {
    display: none;
  }

  .sh-partners-overview__gallery {
    margin-top: calc(28 * var(--sh-m));
  }

  .sh-partners-overview__photos {
    grid-template-columns: 1fr;
    gap: calc(12 * var(--sh-m));
    align-items: stretch;
  }

  .sh-partners-overview__photo--tall,
  .sh-partners-overview__photo--mid {
    height: auto;
    aspect-ratio: 458 / 373;
    margin-bottom: 0;
  }

  .sh-partners-compare {
    padding: 0 calc(18 * var(--sh-m));
    margin-bottom: calc(48 * var(--sh-m));
  }

  .sh-partners-compare__panel {
    padding: calc(40 * var(--sh-m)) calc(18 * var(--sh-m));
    border-radius: calc(28 * var(--sh-m)) 0 calc(28 * var(--sh-m)) 0;
  }

  .sh-partners-compare__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-partners-compare__subtitle {
    margin-top: calc(16 * var(--sh-m));
    font-size: calc(18 * var(--sh-m));
    line-height: 1.3;
  }

  .sh-partners-compare__table-wrap {
    margin-top: calc(28 * var(--sh-m));
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sh-partners-compare__table {
    min-width: calc(560 * var(--sh-m));
  }

  .sh-partners-compare__table thead th {
    font-size: calc(12 * var(--sh-m));
    line-height: 1.2;
    letter-spacing: 0.06em;
    padding: 0 calc(10 * var(--sh-m)) calc(14 * var(--sh-m));
  }

  .sh-partners-compare__table tbody th,
  .sh-partners-compare__table tbody td {
    height: auto;
    min-height: calc(48 * var(--sh-m));
    padding: calc(12 * var(--sh-m)) calc(10 * var(--sh-m));
    font-size: calc(13 * var(--sh-m));
    line-height: 1.35;
    white-space: normal;
  }

  .sh-partners-compare__table tbody th {
    font-size: calc(12 * var(--sh-m));
  }

  .sh-partners-compare__check {
    width: calc(18 * var(--sh-m));
    height: calc(18 * var(--sh-m));
    margin-right: calc(8 * var(--sh-m));
  }

  .sh-partners-compare__check-mark {
    width: calc(8 * var(--sh-m)) !important;
  }

  .sh-partners-compare__table tbody tr:nth-child(odd) th {
    border-radius: 0 0 0 calc(12 * var(--sh-m));
  }

  .sh-partners-compare__table tbody tr:nth-child(odd) td:last-child {
    border-radius: 0 calc(12 * var(--sh-m)) 0 0;
  }

  .sh-partners-compare__ctas {
    flex-direction: column;
    align-items: stretch;
    gap: calc(12 * var(--sh-m));
    margin-top: calc(32 * var(--sh-m));
  }

  .sh-partners-compare__cta--calc,
  .sh-partners-compare__cta--talk {
    width: 100%;
  }

  .sh-partners-noise {
    display: flex;
    flex-direction: column;
    padding: 0 calc(28 * var(--sh-m)) calc(40 * var(--sh-m));
    margin-bottom: calc(24 * var(--sh-m));
    min-height: 0;
    overflow: visible;
  }

  .sh-partners-noise__art {
    order: 1;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1157 / 819;
    margin: 0 0 calc(24 * var(--sh-m));
  }

  .sh-partners-noise__art img {
    width: 100%;
    height: 100%;
  }

  .sh-partners-noise__copy {
    order: 2;
    max-width: none;
    padding-top: 0;
  }

  .sh-partners-noise__title {
    max-width: none;
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-partners-noise__body {
    margin-top: calc(16 * var(--sh-m));
    max-width: none;
  }

  .sh-partners-noise__body p {
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-partners-noise__body p + p {
    margin-top: calc(16 * var(--sh-m));
  }

  .sh-partners-noise__closing {
    font-size: calc(14 * var(--sh-m)) !important;
    line-height: calc(24 * var(--sh-m)) !important;
    letter-spacing: 0.08em;
  }

  .sh-partners-cred {
    padding: calc(48 * var(--sh-m)) calc(28 * var(--sh-m));
    margin-bottom: calc(40 * var(--sh-m));
  }

  .sh-partners-cred__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-partners-cred__intro {
    margin-top: calc(16 * var(--sh-m));
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-partners-cred__cards {
    grid-template-columns: 1fr;
    gap: calc(36 * var(--sh-m));
    margin-top: calc(40 * var(--sh-m));
  }

  .sh-partners-cred__card {
    width: 100%;
    max-width: none;
    min-height: 0;
    margin-inline: 0;
    padding: calc(56 * var(--sh-m)) calc(22 * var(--sh-m)) calc(28 * var(--sh-m));
  }

  .sh-partners-cred__shield {
    top: calc(-20 * var(--sh-m));
    left: calc(18 * var(--sh-m));
    width: calc(56 * var(--sh-m));
    height: calc(62 * var(--sh-m));
  }

  .sh-partners-cred__shield-icon {
    left: 22%;
    top: 14%;
    width: 55%;
    height: auto;
  }

  .sh-partners-cred__logo-wrap {
    height: calc(72 * var(--sh-m));
    margin-bottom: calc(16 * var(--sh-m));
  }

  .sh-partners-cred__bar {
    width: min(100%, calc(180 * var(--sh-m)));
    height: calc(12 * var(--sh-m));
    margin-bottom: calc(20 * var(--sh-m));
  }

  .sh-partners-cred__name {
    margin-bottom: calc(14 * var(--sh-m));
    max-width: none;
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-partners-cred__copy {
    max-width: none;
    font-size: calc(14 * var(--sh-m));
    line-height: calc(24 * var(--sh-m));
  }

  .sh-partners-cred__outro {
    margin-top: calc(36 * var(--sh-m));
    max-width: none;
    font-size: calc(14 * var(--sh-m));
    line-height: calc(24 * var(--sh-m));
    letter-spacing: 0.08em;
  }

  .sh-partners-cred__cta {
    width: 100%;
    margin-top: calc(28 * var(--sh-m));
  }

  .sh-partners-vs {
    padding: calc(48 * var(--sh-m)) calc(28 * var(--sh-m));
    margin-bottom: calc(48 * var(--sh-m));
  }

  .sh-partners-vs__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-partners-vs__intro {
    margin-top: calc(16 * var(--sh-m));
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-partners-vs__grid {
    grid-template-columns: 1fr;
    gap: calc(16 * var(--sh-m));
    margin-top: calc(28 * var(--sh-m));
  }

  .sh-partners-vs__card {
    width: 100%;
    max-width: none;
    min-height: 0;
    padding: calc(28 * var(--sh-m)) calc(22 * var(--sh-m));
  }

  .sh-partners-vs__ornament {
    display: none;
  }

  .sh-partners-vs__card-label {
    font-size: calc(16 * var(--sh-m));
    line-height: 1.3;
  }

  .sh-partners-vs__amount {
    font-size: calc(36 * var(--sh-m));
    line-height: 1.1;
  }

  .sh-partners-vs__note {
    max-width: none;
    font-size: calc(14 * var(--sh-m));
    line-height: calc(22 * var(--sh-m));
  }

  .sh-partners-vs__badge {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: calc(64 * var(--sh-m));
    height: calc(64 * var(--sh-m));
    margin: calc(-4 * var(--sh-m)) auto;
  }

  .sh-partners-vs__badge-text {
    font-size: calc(16 * var(--sh-m));
  }

  .sh-partners-vs__outro {
    margin-top: calc(28 * var(--sh-m));
    max-width: none;
    font-size: calc(14 * var(--sh-m));
    line-height: calc(24 * var(--sh-m));
  }

  .sh-partners-exposure {
    padding: calc(48 * var(--sh-m)) calc(28 * var(--sh-m));
  }

  .sh-partners-exposure__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-partners-exposure__body {
    margin-top: calc(16 * var(--sh-m));
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-partners-exposure__grid {
    grid-template-columns: 1fr;
    gap: calc(16 * var(--sh-m));
    margin-top: calc(28 * var(--sh-m));
  }

  .sh-partners-exposure__card {
    width: 100%;
    max-width: none;
    min-height: 0;
    padding: calc(28 * var(--sh-m)) calc(22 * var(--sh-m));
    align-items: center;
    text-align: center;
  }

  .sh-partners-exposure__label,
  .sh-partners-exposure__value {
    max-width: none;
    width: 100%;
    text-align: center;
  }

  .sh-partners-exposure__label {
    font-size: calc(16 * var(--sh-m));
    line-height: 1.25;
  }

  .sh-partners-exposure__value {
    font-size: calc(28 * var(--sh-m));
    line-height: 1.2;
    letter-spacing: 0.08em;
  }

  .sh-partners-exposure__badge {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: calc(64 * var(--sh-m));
    height: calc(64 * var(--sh-m));
    margin: calc(-4 * var(--sh-m)) auto;
  }

  .sh-partners-exposure__badge-text {
    font-size: calc(16 * var(--sh-m));
  }

  .sh-partners-cta {
    padding: 0 calc(18 * var(--sh-m));
    margin-top: calc(48 * var(--sh-m));
    margin-bottom: calc(64 * var(--sh-m));
  }

  .sh-partners-cta__panel {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding: calc(36 * var(--sh-m)) calc(22 * var(--sh-m));
    border-radius: calc(28 * var(--sh-m)) 0 calc(28 * var(--sh-m)) 0;
    overflow: visible;
  }

  .sh-partners-cta__media {
    order: -1;
    flex: none;
    width: 100%;
    margin: 0 0 calc(24 * var(--sh-m));
  }

  .sh-partners-cta__copy {
    flex: none;
    width: 100%;
    max-width: none;
  }

  .sh-partners-cta__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-partners-cta__body {
    margin-top: calc(14 * var(--sh-m));
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-partners-cta__actions {
    flex-direction: column;
    align-items: stretch;
    gap: calc(12 * var(--sh-m));
    margin-top: calc(24 * var(--sh-m));
  }

  .sh-partners-cta__btn--calc,
  .sh-partners-cta__btn--talk {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
   Physical Health — mobile (≤767, 430 canvas via --sh-m)
   Desktop ≥1100 and tablet 768–1099 handled in main.css.
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .sh-ph-page {
    overflow-x: clip;
  }

  .sh-ph-hero {
    min-height: 0;
    overflow: hidden;
  }

  .sh-ph-hero__stage {
    min-height: 0;
    padding: calc(40 * var(--sh-m)) calc(28 * var(--sh-m)) calc(48 * var(--sh-m));
  }

  .sh-ph-hero__portrait {
    display: none;
  }

  .sh-ph-hero__plus {
    display: none;
  }

  .sh-ph-hero__copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: none;
  }

  .sh-ph-hero__title {
    max-width: none;
    min-height: 0;
    font-size: calc(40 * var(--sh-m));
    line-height: calc(44 * var(--sh-m));
  }

  .sh-ph-hero__subtitle {
    position: relative;
    left: auto;
    top: auto;
    margin-top: calc(20 * var(--sh-m));
    max-width: none;
    font-size: calc(22 * var(--sh-m));
    line-height: calc(28 * var(--sh-m));
  }

  .sh-ph-band__lines {
    left: 0;
    width: 100%;
  }

  .sh-ph-band__lines-img {
    width: 100%;
    max-width: none;
  }

  .sh-ph-intro {
    margin-top: calc(40 * var(--sh-m));
    padding: 0 calc(28 * var(--sh-m));
  }

  .sh-ph-intro__icon {
    width: calc(112 * var(--sh-m));
    height: auto;
  }

  .sh-ph-intro__icon > img:first-child {
    width: 100%;
    height: auto;
  }

  .sh-ph-intro__icon-overlay {
    left: 16%;
    top: 8%;
    width: 68% !important;
    height: auto !important;
  }

  .sh-ph-intro__title {
    margin-top: calc(24 * var(--sh-m));
    max-width: none;
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-ph-intro__body {
    margin-top: calc(16 * var(--sh-m));
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-ph-partners {
    flex-direction: column;
    align-items: stretch;
    gap: calc(28 * var(--sh-m));
    max-width: none;
    margin-top: calc(32 * var(--sh-m));
    padding: 0 calc(28 * var(--sh-m)) calc(48 * var(--sh-m));
  }

  .sh-ph-card {
    flex: none;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin-inline: 0;
    padding: calc(28 * var(--sh-m)) calc(22 * var(--sh-m));
  }

  .sh-ph-card__media,
  .sh-ph-card__photo-frame {
    width: 100%;
  }

  .sh-ph-card__photo-frame {
    height: auto;
    aspect-ratio: 584 / 387;
  }

  .sh-ph-card--recuro .sh-ph-card__photo,
  .sh-ph-card--super .sh-ph-card__photo {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .sh-ph-card__logo-wrap,
  .sh-ph-card__logo-wrap--super {
    left: 50%;
    bottom: calc(-28 * var(--sh-m));
    transform: translateX(-50%);
    width: min(70%, calc(220 * var(--sh-m)));
    height: calc(56 * var(--sh-m));
  }

  .sh-ph-card__logo--recuro,
  .sh-ph-card__logo--super {
    width: auto;
    max-width: 85%;
    height: auto;
    max-height: 70%;
  }

  .sh-ph-card__title,
  .sh-ph-card--super .sh-ph-card__title,
  .sh-ph-card__body,
  .sh-ph-card__why,
  .sh-ph-card--super .sh-ph-card__body,
  .sh-ph-card--super .sh-ph-card__why {
    max-width: none;
  }

  .sh-ph-card__title {
    margin-top: calc(48 * var(--sh-m));
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-ph-card__body,
  .sh-ph-card__why {
    margin-top: calc(12 * var(--sh-m));
    font-size: calc(14 * var(--sh-m));
    line-height: calc(24 * var(--sh-m));
  }

  .sh-ph-marquee {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: calc(48 * var(--sh-m));
    padding: 0 calc(18 * var(--sh-m));
    overflow: visible;
  }

  .sh-ph-marquee__navy {
    display: none;
  }

  .sh-ph-marquee__photos {
    order: -1;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: calc(12 * var(--sh-m));
  }

  .sh-ph-marquee__photo,
  .sh-ph-marquee__photo--1,
  .sh-ph-marquee__photo--2 {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .sh-ph-marquee__copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: none;
    padding: calc(36 * var(--sh-m)) calc(22 * var(--sh-m));
    background: var(--sh-darkest-blue);
    border-radius: 0 0 calc(28 * var(--sh-m)) 0;
  }

  .sh-ph-marquee__title {
    max-width: none;
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-ph-marquee__logo {
    width: min(100%, calc(240 * var(--sh-m)));
    height: auto;
    margin-top: calc(20 * var(--sh-m));
  }

  .sh-ph-marquee__body,
  .sh-ph-marquee__why {
    margin-top: calc(18 * var(--sh-m));
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-ph-marquee__cta {
    width: 100%;
    margin-top: calc(24 * var(--sh-m));
  }

  .sh-ph-cta {
    margin-top: calc(48 * var(--sh-m));
    margin-bottom: calc(64 * var(--sh-m));
    padding: 0 calc(18 * var(--sh-m));
  }

  .sh-ph-cta__panel {
    flex-direction: column;
    min-height: 0;
    height: auto;
    padding: calc(36 * var(--sh-m)) calc(22 * var(--sh-m));
    border-radius: calc(28 * var(--sh-m)) 0 calc(28 * var(--sh-m)) 0;
  }

  .sh-ph-cta__notch {
    width: calc(64 * var(--sh-m));
    height: calc(36 * var(--sh-m));
    top: calc(-12 * var(--sh-m));
  }

  .sh-ph-cta__media {
    order: -1;
    flex: none;
    width: min(100%, calc(280 * var(--sh-m)));
    margin: 0 auto calc(24 * var(--sh-m));
  }

  .sh-ph-cta__copy {
    width: 100%;
    max-width: none;
  }

  .sh-ph-cta__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-ph-cta__body {
    margin-top: calc(14 * var(--sh-m));
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-ph-cta__btn {
    width: 100%;
    margin-top: calc(24 * var(--sh-m));
  }

  .sh-ph-cta__plus {
    display: none;
  }
}

/* --------------------------------------------------------------------------
   Mental Health — mobile (≤767, 430 canvas via --sh-m)
   Desktop ≥1100 and tablet 768–1099 handled in main.css.
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .sh-mh-page {
    overflow-x: clip;
  }

  .sh-mh-hero {
    min-height: 0;
    overflow: hidden;
  }

  .sh-mh-hero__stage {
    min-height: 0;
    padding: calc(40 * var(--sh-m)) calc(28 * var(--sh-m)) calc(48 * var(--sh-m));
  }

  .sh-mh-hero__portrait {
    display: none;
  }

  .sh-mh-hero__plus {
    display: none;
  }

  .sh-mh-hero__copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: none;
  }

  .sh-mh-hero__title {
    max-width: none;
    min-height: 0;
    font-size: calc(40 * var(--sh-m));
    line-height: calc(44 * var(--sh-m));
  }

  .sh-mh-hero__subtitle {
    position: relative;
    left: auto;
    top: auto;
    margin-top: calc(20 * var(--sh-m));
    max-width: none;
    font-size: calc(22 * var(--sh-m));
    line-height: calc(28 * var(--sh-m));
  }

  .sh-mh-band__lines {
    left: 0;
    width: 100%;
    max-width: none;
  }

  .sh-mh-band__lines-img {
    width: 100%;
    max-width: none;
  }

  .sh-mh-waitlist {
    flex-direction: column;
    align-items: stretch;
    gap: calc(20 * var(--sh-m));
    margin-top: calc(40 * var(--sh-m));
    padding: 0 calc(28 * var(--sh-m));
  }

  .sh-mh-waitlist__art {
    order: -1;
    position: relative;
    flex: none;
    width: 100%;
    height: auto;
    margin-inline: 0;
  }

  .sh-mh-waitlist__graphic {
    width: 100%;
    height: auto;
  }

  .sh-mh-waitlist__head {
    position: static;
    left: auto;
    top: auto;
    display: block;
    width: min(42%, calc(120 * var(--sh-m)));
    height: auto;
    margin: calc(-48 * var(--sh-m)) auto 0;
  }

  .sh-mh-waitlist__copy {
    position: relative;
    z-index: 2;
    max-width: none;
    padding-top: calc(20 * var(--sh-m));
    margin-top: 0;
  }

  .sh-mh-waitlist__title {
    position: relative;
    z-index: 2;
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-mh-waitlist__body {
    margin-top: calc(14 * var(--sh-m));
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-mh-yuna {
    flex-direction: column;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: calc(40 * var(--sh-m)) 0 0;
    padding: calc(36 * var(--sh-m)) calc(28 * var(--sh-m));
    border-radius: calc(28 * var(--sh-m)) 0 calc(28 * var(--sh-m)) 0;
    box-sizing: border-box;
  }

  .sh-mh-yuna__notch {
    left: calc(22 * var(--sh-m));
    width: calc(64 * var(--sh-m));
    height: calc(36 * var(--sh-m));
    top: calc(-12 * var(--sh-m));
  }

  .sh-mh-yuna__media {
    order: -1;
    flex: none;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0 0 calc(28 * var(--sh-m));
  }

  .sh-mh-yuna__photo-frame,
  .sh-mh-yuna__photo-frame--1,
  .sh-mh-yuna__photo-frame--2 {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
  }

  .sh-mh-yuna__photo-frame--1 {
    aspect-ratio: 611 / 639;
    margin-bottom: calc(12 * var(--sh-m));
  }

  .sh-mh-yuna__photo-frame--2 {
    aspect-ratio: 526 / 442;
  }

  .sh-mh-yuna__logo-wrap {
    position: relative;
    left: auto;
    top: auto;
    width: min(50%, calc(160 * var(--sh-m)));
    height: calc(56 * var(--sh-m));
    margin: calc(16 * var(--sh-m)) auto 0;
  }

  .sh-mh-yuna__logo {
    width: auto;
    max-width: 85%;
    height: auto;
    max-height: 70%;
  }

  .sh-mh-yuna__badge {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: calc(12 * var(--sh-m)) auto 0;
    padding: calc(12 * var(--sh-m)) calc(18 * var(--sh-m));
    font-size: calc(14 * var(--sh-m));
  }

  .sh-mh-yuna__copy {
    width: 100%;
    max-width: none;
  }

  .sh-mh-yuna__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-mh-yuna__intro,
  .sh-mh-yuna__list,
  .sh-mh-yuna__why {
    margin-top: calc(14 * var(--sh-m));
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-mh-yuna__list {
    padding-left: calc(22 * var(--sh-m));
  }

  .sh-mh-yuna__actions {
    align-items: stretch;
    gap: calc(12 * var(--sh-m));
    margin-top: calc(24 * var(--sh-m));
  }

  .sh-mh-yuna__btn--calc,
  .sh-mh-yuna__btn--talk {
    width: 100%;
  }

  .sh-mh-cost {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: calc(48 * var(--sh-m));
    padding: 0 calc(18 * var(--sh-m));
    overflow: visible;
  }

  .sh-mh-cost__navy {
    display: none;
  }

  .sh-mh-cost__photo-frame {
    order: -1;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 819 / 653;
  }

  .sh-mh-cost__copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: none;
    padding: calc(36 * var(--sh-m)) calc(22 * var(--sh-m));
    background: var(--sh-darkest-blue);
    border-radius: 0 0 calc(28 * var(--sh-m)) 0;
  }

  .sh-mh-cost__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-mh-cost__body {
    margin-top: calc(16 * var(--sh-m));
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-mh-cta {
    margin-top: calc(48 * var(--sh-m));
    padding: 0 calc(18 * var(--sh-m)) calc(64 * var(--sh-m));
  }

  .sh-mh-cta__panel {
    flex-direction: column;
    min-height: 0;
    padding: calc(36 * var(--sh-m)) calc(22 * var(--sh-m));
    border-radius: calc(28 * var(--sh-m)) 0 calc(28 * var(--sh-m)) 0;
  }

  .sh-mh-cta__notch {
    width: calc(64 * var(--sh-m));
    height: calc(36 * var(--sh-m));
    top: calc(-12 * var(--sh-m));
  }

  .sh-mh-cta__media {
    order: -1;
    width: min(100%, calc(280 * var(--sh-m)));
    margin: 0 auto calc(24 * var(--sh-m));
  }

  .sh-mh-cta__copy {
    width: 100%;
    max-width: none;
  }

  .sh-mh-cta__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-mh-cta__body {
    margin-top: calc(14 * var(--sh-m));
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-mh-cta__btn {
    width: 100%;
    margin-top: calc(24 * var(--sh-m));
  }

  .sh-mh-cta__plus {
    display: none;
  }
}

/* --------------------------------------------------------------------------
   Financial Health — mobile (≤767, 430 canvas via --sh-m)
   Desktop ≥1100 and tablet 768–1099 handled in main.css.
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .sh-fh-page {
    overflow-x: clip;
  }

  .sh-fh-hero {
    min-height: 0;
    overflow: hidden;
  }

  .sh-fh-hero__stage {
    min-height: 0;
    padding: calc(40 * var(--sh-m)) calc(28 * var(--sh-m)) calc(48 * var(--sh-m));
  }

  .sh-fh-hero__portrait {
    display: none;
  }

  .sh-fh-hero__plus {
    display: none;
  }

  .sh-fh-hero__copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: none;
  }

  .sh-fh-hero__title {
    max-width: none;
    min-height: 0;
    font-size: calc(40 * var(--sh-m));
    line-height: calc(44 * var(--sh-m));
  }

  .sh-fh-hero__subtitle {
    position: relative;
    left: auto;
    top: auto;
    margin-top: calc(20 * var(--sh-m));
    max-width: none;
    font-size: calc(22 * var(--sh-m));
    line-height: calc(28 * var(--sh-m));
  }

  .sh-fh-band__lines {
    left: 0;
    width: 100%;
    max-width: none;
  }

  .sh-fh-band__lines-img {
    width: 100%;
    max-width: none;
  }

  .sh-fh-bill {
    flex-direction: column;
    align-items: stretch;
    gap: calc(20 * var(--sh-m));
    margin-top: calc(40 * var(--sh-m));
    padding: 0 calc(28 * var(--sh-m));
  }

  .sh-fh-bill__art {
    order: -1;
    flex: none;
    width: min(100%, calc(280 * var(--sh-m)));
    margin-left: 0;
    margin-inline: auto;
  }

  .sh-fh-bill__copy {
    max-width: none;
    padding-top: 0;
  }

  .sh-fh-bill__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-fh-bill__body {
    margin-top: calc(14 * var(--sh-m));
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-fh-zurich {
    flex-direction: column;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: calc(40 * var(--sh-m)) 0 0;
    padding: calc(36 * var(--sh-m)) calc(28 * var(--sh-m));
    border-radius: calc(28 * var(--sh-m)) 0 calc(28 * var(--sh-m)) 0;
    box-sizing: border-box;
  }

  .sh-fh-zurich__notch {
    left: calc(22 * var(--sh-m));
    width: calc(64 * var(--sh-m));
    height: calc(36 * var(--sh-m));
    top: calc(-12 * var(--sh-m));
  }

  .sh-fh-zurich__media {
    order: -1;
    flex: none;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 0 calc(28 * var(--sh-m));
  }

  .sh-fh-zurich__photo-frame {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 559 / 783;
  }

  .sh-fh-zurich__logo-wrap {
    position: relative;
    left: auto;
    top: auto;
    width: min(50%, calc(160 * var(--sh-m)));
    height: calc(64 * var(--sh-m));
    margin: calc(16 * var(--sh-m)) auto 0;
  }

  .sh-fh-zurich__logo {
    width: auto;
    max-width: 85%;
    height: auto;
    max-height: 70%;
  }

  .sh-fh-zurich__badge {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: calc(12 * var(--sh-m)) auto 0;
    padding: calc(12 * var(--sh-m)) calc(18 * var(--sh-m));
    font-size: calc(14 * var(--sh-m));
  }

  .sh-fh-zurich__copy {
    width: 100%;
    max-width: none;
  }

  .sh-fh-zurich__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-fh-zurich__intro,
  .sh-fh-zurich__list,
  .sh-fh-zurich__why {
    margin-top: calc(14 * var(--sh-m));
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-fh-zurich__list {
    padding-left: calc(22 * var(--sh-m));
  }

  .sh-fh-cs {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: calc(48 * var(--sh-m));
    padding: 0 calc(18 * var(--sh-m));
    overflow: visible;
  }

  .sh-fh-cs__navy {
    display: none;
  }

  .sh-fh-cs__media {
    order: -1;
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: calc(12 * var(--sh-m));
    pointer-events: auto;
  }

  .sh-fh-cs__photo,
  .sh-fh-cs__photo--1,
  .sh-fh-cs__photo--2 {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }

  .sh-fh-cs__photo--1 {
    aspect-ratio: 911 / 726;
  }

  .sh-fh-cs__photo--2 {
    aspect-ratio: 559 / 446;
  }

  .sh-fh-cs__badge {
    position: relative;
    left: auto;
    top: auto;
    width: min(40%, calc(120 * var(--sh-m)));
    height: auto;
    aspect-ratio: 248 / 283;
    margin: 0 auto;
    order: -1;
  }

  .sh-fh-cs__badge-shield {
    left: 20%;
    top: 2%;
    width: 80%;
    height: auto;
  }

  .sh-fh-cs__badge-text {
    left: 20%;
    top: 20%;
    width: 80%;
    font-size: calc(14 * var(--sh-m));
  }

  .sh-fh-cs__copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: none;
    padding: calc(36 * var(--sh-m)) calc(22 * var(--sh-m));
    background: var(--sh-darkest-blue);
    border-radius: 0 0 calc(28 * var(--sh-m)) 0;
  }

  .sh-fh-cs__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-fh-cs__logo {
    width: min(100%, calc(240 * var(--sh-m)));
    height: auto;
    margin-top: calc(20 * var(--sh-m));
  }

  .sh-fh-cs__intro,
  .sh-fh-cs__list,
  .sh-fh-cs__why {
    margin-top: calc(14 * var(--sh-m));
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-fh-cs__list {
    padding-left: calc(22 * var(--sh-m));
  }

  .sh-fh-cs__actions {
    align-items: stretch;
    gap: calc(12 * var(--sh-m));
    margin-top: calc(24 * var(--sh-m));
  }

  .sh-fh-cs__btn--calc,
  .sh-fh-cs__btn--talk {
    width: 100%;
  }

  .sh-fh-marquee {
    width: 100%;
    max-width: none;
    margin-top: calc(48 * var(--sh-m));
    padding: 0 calc(28 * var(--sh-m)) calc(40 * var(--sh-m));
  }

  .sh-fh-marquee__logo-wrap {
    width: min(70%, calc(220 * var(--sh-m)));
    height: calc(64 * var(--sh-m));
  }

  .sh-fh-marquee__logo {
    width: auto;
    max-width: 85%;
    height: auto;
    max-height: 70%;
  }

  .sh-fh-marquee__title {
    margin-top: calc(20 * var(--sh-m));
    max-width: none;
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-fh-marquee__copy {
    margin-top: calc(16 * var(--sh-m));
    max-width: none;
  }

  .sh-fh-marquee__body {
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-fh-marquee__body--follow {
    margin-top: calc(16 * var(--sh-m));
  }

  .sh-fh-cta {
    margin-top: calc(24 * var(--sh-m));
    padding: 0 calc(18 * var(--sh-m)) calc(64 * var(--sh-m));
  }

  .sh-fh-cta__panel {
    flex-direction: column;
    width: 100%;
    max-width: none;
    min-height: 0;
    padding: calc(36 * var(--sh-m)) calc(22 * var(--sh-m));
    border-radius: calc(28 * var(--sh-m)) 0 calc(28 * var(--sh-m)) 0;
    box-sizing: border-box;
  }

  .sh-fh-cta__notch {
    width: calc(64 * var(--sh-m));
    height: calc(36 * var(--sh-m));
    top: calc(-12 * var(--sh-m));
  }

  .sh-fh-cta__media {
    order: -1;
    width: min(100%, calc(280 * var(--sh-m)));
    margin: 0 auto calc(24 * var(--sh-m));
  }

  .sh-fh-cta__copy {
    width: 100%;
    max-width: none;
  }

  .sh-fh-cta__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-fh-cta__body {
    margin-top: calc(14 * var(--sh-m));
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-fh-cta__btn {
    width: 100%;
    margin-top: calc(24 * var(--sh-m));
  }

  .sh-fh-cta__plus {
    display: none;
  }
}

/* --------------------------------------------------------------------------
   Professional Health — mobile (≤767, 430 canvas via --sh-m)
   Desktop ≥1100 and tablet 768–1099 handled in main.css.
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .sh-pr-page {
    overflow-x: clip;
  }

  .sh-pr-hero {
    min-height: 0;
    overflow: hidden;
  }

  .sh-pr-hero__stage {
    min-height: 0;
    padding: calc(40 * var(--sh-m)) calc(28 * var(--sh-m)) calc(48 * var(--sh-m));
  }

  .sh-pr-hero__portrait {
    display: none;
  }

  .sh-pr-hero__plus {
    display: none;
  }

  .sh-pr-hero__copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: none;
  }

  .sh-pr-hero__title {
    max-width: none;
    font-size: calc(40 * var(--sh-m));
    line-height: calc(44 * var(--sh-m));
  }

  .sh-pr-hero__subtitle {
    position: relative;
    left: auto;
    top: auto;
    margin-top: calc(20 * var(--sh-m));
    max-width: none;
    font-size: calc(22 * var(--sh-m));
    line-height: calc(28 * var(--sh-m));
  }

  .sh-pr-band__lines {
    left: 0;
    width: 100%;
    max-width: none;
  }

  .sh-pr-band__lines-img {
    width: 100%;
    max-width: none;
  }

  .sh-pr-safety {
    flex-direction: column;
    align-items: stretch;
    gap: calc(20 * var(--sh-m));
    margin-top: calc(40 * var(--sh-m));
    padding: 0 calc(28 * var(--sh-m));
  }

  .sh-pr-safety__art {
    order: -1;
    flex: none;
    width: min(100%, calc(280 * var(--sh-m)));
    margin-left: 0;
    margin-inline: auto;
  }

  .sh-pr-safety__copy {
    max-width: none;
    padding-top: 0;
  }

  .sh-pr-safety__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-pr-safety__body {
    margin-top: calc(14 * var(--sh-m));
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-pr-ws {
    flex-direction: column;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: calc(40 * var(--sh-m)) 0 0;
    padding: calc(36 * var(--sh-m)) calc(28 * var(--sh-m));
    border-radius: calc(28 * var(--sh-m)) 0 calc(28 * var(--sh-m)) 0;
    box-sizing: border-box;
  }

  .sh-pr-ws__notch {
    left: calc(22 * var(--sh-m));
    width: calc(64 * var(--sh-m));
    height: calc(36 * var(--sh-m));
    top: calc(-12 * var(--sh-m));
  }

  .sh-pr-ws__media {
    order: -1;
    flex: none;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 0 calc(28 * var(--sh-m));
  }

  .sh-pr-ws__photo-frame {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 609 / 637;
  }

  .sh-pr-ws__logo-wrap {
    position: relative;
    left: auto;
    top: auto;
    width: min(55%, calc(180 * var(--sh-m)));
    height: calc(64 * var(--sh-m));
    margin: calc(16 * var(--sh-m)) auto 0;
  }

  .sh-pr-ws__logo {
    width: auto;
    max-width: 85%;
    height: auto;
    max-height: 70%;
  }

  .sh-pr-ws__badge {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: calc(12 * var(--sh-m)) auto 0;
    padding: calc(12 * var(--sh-m)) calc(18 * var(--sh-m));
    font-size: calc(14 * var(--sh-m));
  }

  .sh-pr-ws__copy {
    width: 100%;
    max-width: none;
  }

  .sh-pr-ws__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-pr-ws__body,
  .sh-pr-ws__why {
    margin-top: calc(14 * var(--sh-m));
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-pr-ws__btn {
    width: 100%;
    margin-top: calc(24 * var(--sh-m));
  }

  .sh-pr-cta {
    margin-top: calc(48 * var(--sh-m));
    padding: 0 calc(18 * var(--sh-m)) calc(64 * var(--sh-m));
  }

  .sh-pr-cta__panel {
    flex-direction: column;
    width: 100%;
    max-width: none;
    min-height: 0;
    padding: calc(36 * var(--sh-m)) calc(22 * var(--sh-m));
    border-radius: calc(28 * var(--sh-m)) 0 calc(28 * var(--sh-m)) 0;
    box-sizing: border-box;
  }

  .sh-pr-cta__notch {
    width: calc(64 * var(--sh-m));
    height: calc(36 * var(--sh-m));
    top: calc(-12 * var(--sh-m));
  }

  .sh-pr-cta__media {
    order: -1;
    width: min(100%, calc(280 * var(--sh-m)));
    margin: 0 auto calc(24 * var(--sh-m));
  }

  .sh-pr-cta__copy {
    width: 100%;
    max-width: none;
  }

  .sh-pr-cta__title {
    font-size: calc(28 * var(--sh-m));
    line-height: calc(34 * var(--sh-m));
  }

  .sh-pr-cta__body {
    margin-top: calc(14 * var(--sh-m));
    max-width: none;
    font-size: calc(15 * var(--sh-m));
    line-height: calc(26 * var(--sh-m));
  }

  .sh-pr-cta__btn {
    width: 100%;
    margin-top: calc(24 * var(--sh-m));
  }

  .sh-pr-cta__plus {
    display: none;
  }
}
