.home-page main { overflow: clip; }
.home-page em { color: var(--green-600); font-style: normal; }
.section-code { margin: 0; color: var(--green-600); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

/* Hero */
.hero { color: var(--pine-950); background: linear-gradient(135deg, #b3d99f 0%, var(--sage-200) 52%, #a7d0ae 100%); }
.hero__layout { display: grid; min-height: min(790px, calc(100dvh - 122px)); grid-template-columns: minmax(0, 1.12fr) minmax(440px, .88fr) 72px; }
.hero__copy { display: flex; min-width: 0; flex-direction: column; justify-content: space-between; padding: clamp(54px, 7vh, 86px) var(--edge) clamp(48px, 6vh, 76px); }
.hero__kicker { display: flex; justify-content: space-between; gap: 24px; margin: 0; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero__kicker span:last-child { position: relative; padding-left: 16px; }
.hero__kicker span:last-child::before { position: absolute; top: 50%; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--green-600); content: ""; transform: translateY(-50%); }
.hero h1 { max-width: 880px; margin: clamp(60px, 9vh, 110px) 0; font-family: var(--display); font-size: clamp(54px, 5.55vw, 108px); font-weight: 650; line-height: .96; letter-spacing: -.065em; text-wrap: balance; }
.hero__summary { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(270px, 1fr); gap: clamp(32px, 5vw, 88px); align-items: end; }
.hero__summary > p { max-width: 520px; margin: 0; font-size: clamp(15px, 1.25vw, 19px); font-weight: 550; line-height: 1.55; }
.hero__actions { display: flex; flex-direction: column; align-items: stretch; gap: 18px; }
.hero__actions .button { min-height: 60px; justify-content: space-between; padding-inline: 22px; }
.hero__phone { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 7px; border-bottom: 1px solid rgba(7,42,32,.35); text-decoration: none; }
.hero__phone small { font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hero__phone strong { font-size: 16px; }
.hero__visual { position: relative; min-width: 0; overflow: hidden; margin: 0; background: var(--pine-800); }
.hero__visual > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.9) contrast(1.03); }
.hero__visual figcaption { position: absolute; right: 22px; bottom: 22px; display: flex; align-items: flex-end; flex-direction: column; padding: 12px 14px; color: var(--white); background: var(--pine-950); }
.hero__visual figcaption span { color: var(--lime-300); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero__visual figcaption strong { margin-top: 3px; font-size: 13px; }
.hero__number { position: absolute; top: 0; left: 0; display: flex; align-items: flex-end; gap: 12px; padding: 17px 20px 18px; color: var(--pine-950); background: var(--cream-50); }
.hero__number strong { font-family: var(--display); font-size: 54px; font-weight: 650; line-height: .8; letter-spacing: -.08em; }
.hero__number span { font-size: 10px; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.hero__rail { display: flex; align-items: center; justify-content: space-around; flex-direction: column; padding-block: 28px; border-left: 1px solid rgba(255,255,255,.15); color: var(--white); background: var(--pine-950); writing-mode: vertical-rl; transform: rotate(180deg); }
.hero__rail span, .hero__rail b { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero__rail b { color: var(--lime-300); }

/* Decision strip */
.decision-strip { display: grid; grid-template-columns: .72fr repeat(4, 1fr); border-top: 1px solid var(--pine-950); border-bottom: 1px solid var(--pine-950); background: var(--cream-50); }
.decision-strip__title { display: flex; align-items: center; padding: 26px var(--edge); color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.decision-strip a { position: relative; display: grid; min-height: 150px; grid-template-columns: 36px 1fr 24px; gap: 8px; align-items: end; padding: 24px 20px; border-left: 1px solid var(--pine-950); text-decoration: none; transition: color .2s ease, background .2s ease; }
.decision-strip a:hover { color: var(--white); background: var(--green-600); }
.decision-strip small { align-self: start; color: var(--green-600); font-size: 10px; font-weight: 800; }
.decision-strip a:hover small { color: var(--lime-300); }
.decision-strip strong { font-family: var(--display); font-size: clamp(14px, 1.35vw, 21px); font-weight: 600; line-height: 1.17; letter-spacing: -.035em; }
.decision-strip b { font-size: 20px; font-weight: 500; }

/* Story */
.story { padding-inline: var(--edge); background: var(--cream-50); }
.story__header { display: grid; grid-template-columns: 2fr 10fr; gap: 24px; align-items: start; }
.story__header h2 { margin: 0; font-family: var(--display); font-size: clamp(46px, 5.8vw, 106px); font-weight: 600; line-height: .95; letter-spacing: -.065em; }
.story__composition { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); margin-top: clamp(58px, 8vw, 130px); }
.story__photo { grid-column: 1 / 9; margin: 0; }
.story__photo img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.story__photo figcaption { margin-top: 10px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.story__note { display: flex; grid-column: 9 / 13; min-height: 390px; flex-direction: column; justify-content: space-between; padding: clamp(26px, 3.2vw, 54px); color: var(--white); background: var(--green-600); }
.story__note > span { color: var(--lime-300); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.story__note p { margin: 40px 0; font-size: clamp(19px, 1.6vw, 27px); font-weight: 750; line-height: 1.34; letter-spacing: -.025em; }
.story__note .text-link { align-self: flex-start; font-size: 12px; }
.story__facts { display: grid; grid-column: 3 / 13; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 58px 0 0; padding: 0; border-top: 1px solid var(--pine-950); }
.story__facts div { display: flex; min-height: 180px; align-items: center; flex-direction: column; justify-content: center; padding: 24px 28px; border-right: 1px solid var(--pine-950); text-align: center; }
.story__facts dt { font-family: var(--display); font-size: clamp(30px, 3.4vw, 54px); font-weight: 600; line-height: 1; letter-spacing: -.06em; }
.story__facts dd { max-width: 260px; margin: 24px auto 0; color: var(--muted); font-size: 13px; text-wrap: balance; }

/* Program catalog */
.program-finder { color: var(--white); background: var(--pine-950); }
.program-heading { display: grid; grid-template-columns: 2fr 2fr 5.2fr 2.8fr; gap: 24px; align-items: start; padding: clamp(92px, 10vw, 170px) var(--edge) clamp(70px, 8vw, 120px); }
.program-heading .section-code { color: var(--lime-300); }
.program-heading__count { display: flex; align-items: flex-end; gap: 10px; }
.program-heading__count strong { color: var(--lime-300); font-family: var(--display); font-size: clamp(60px, 7vw, 120px); font-weight: 650; line-height: .72; letter-spacing: -.09em; }
.program-heading__count span { color: rgba(255,255,255,.52); font-size: 9px; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.program-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(44px, 5vw, 88px); font-weight: 600; line-height: .96; letter-spacing: -.065em; }
.program-heading h2 em { color: var(--lime-300); }
.program-heading > p:last-child { max-width: 350px; margin: 0; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.6; }
.program-catalog { display: grid; grid-template-columns: minmax(250px, 3fr) minmax(0, 9fr); border-top: 1px solid rgba(255,255,255,.24); }
.program-toolbar { position: relative; min-height: 520px; padding: 34px var(--edge); border-right: 1px solid rgba(255,255,255,.24); }
.program-toolbar__sticky { position: sticky; top: 126px; }
.program-toolbar__label, .base-filter > span { display: block; margin-bottom: 18px; color: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.program-filter { display: flex; align-items: flex-start; flex-direction: column; }
.program-filter button { padding: 8px 0; border: 0; color: rgba(255,255,255,.54); background: transparent; font-size: clamp(15px, 1.35vw, 20px); font-weight: 650; text-align: left; cursor: pointer; }
.program-filter button::before { display: inline-block; width: 0; overflow: hidden; color: var(--lime-300); content: "→"; transition: width .2s ease; }
.program-filter button:hover, .program-filter button.is-active { color: var(--white); }
.program-filter button.is-active::before { width: 25px; }
.base-filter { display: block; margin-top: 46px; }
.base-filter select { width: 100%; min-height: 48px; padding: 10px 36px 10px 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 0; color: var(--white); background: var(--pine-950); }
.program-list { min-width: 0; }
.program-row { display: grid; min-height: 168px; grid-template-columns: 52px minmax(260px, 2fr) minmax(210px, 1fr) minmax(145px, .72fr) 52px; gap: clamp(14px, 2vw, 34px); align-items: center; padding: 28px var(--edge) 28px 26px; border-bottom: 1px solid rgba(255,255,255,.24); transition: color .2s ease, background .2s ease; }
.program-row:hover { color: var(--pine-950); background: var(--lime-300); }
.program-row--featured { background: rgba(186,242,208,.09); }
.program-row__index { align-self: start; color: var(--lime-300); font-size: 10px; font-weight: 800; }
.program-row:hover .program-row__index { color: var(--green-600); }
.program-row__identity > span { color: rgba(255,255,255,.48); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.program-row:hover .program-row__identity > span, .program-row:hover small { color: rgba(7,42,32,.62); }
.program-row h3 { max-width: 650px; margin: 13px 0 0; font-family: var(--display); font-size: clamp(18px, 1.75vw, 29px); font-weight: 550; line-height: 1.12; letter-spacing: -.04em; text-wrap: balance; }
.program-row h3 a { text-decoration: none; }
.program-row__terms { display: flex; flex-wrap: wrap; gap: 18px; }
.program-row__terms span, .program-row__price { display: flex; flex-direction: column; gap: 5px; }
.program-row small { color: rgba(255,255,255,.44); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.program-row__terms strong, .program-row__price strong { font-size: 12px; white-space: nowrap; }
.program-row__arrow { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.35); color: var(--lime-300); font-size: 20px; text-decoration: none; }
.program-row:hover .program-row__arrow { border-color: var(--pine-950); color: var(--pine-950); }
.program-row.is-filtered-out { display: none; }
.program-empty { padding: 50px var(--edge); color: rgba(255,255,255,.6); }
.program-all { display: flex; min-height: 88px; align-items: center; justify-content: space-between; padding-inline: var(--edge); color: var(--pine-950); background: var(--mint-200); font-family: var(--display); font-size: clamp(16px, 1.5vw, 22px); font-weight: 600; text-decoration: none; }

/* Practice */
.practice { padding-inline: var(--edge); background: var(--cream-100); }
.practice__header { display: grid; grid-template-columns: 2fr 7fr 3fr; gap: 24px; align-items: start; }
.practice__header h2 { margin: 0; font-family: var(--display); font-size: clamp(48px, 6vw, 108px); font-weight: 600; line-height: .95; letter-spacing: -.065em; }
.practice__header > p:last-child { max-width: 360px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.practice__stage { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); margin-top: clamp(64px, 8vw, 130px); }
.practice__main-photo { grid-column: 1 / 9; margin: 0; }
.practice__main-photo img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.practice__main-photo figcaption { margin-top: 10px; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.practice__aside { display: flex; grid-column: 9 / 13; align-self: stretch; flex-direction: column; padding: clamp(28px, 3.3vw, 56px); color: var(--white); background: var(--green-600); }
.practice__aside > p { margin: 0; color: var(--lime-300); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.practice__aside ol { margin: clamp(30px, 3.2vw, 52px) 0 0; padding: 0; list-style: none; }
.practice__aside li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.28); }
.practice__aside li:last-child { border-bottom: 1px solid rgba(255,255,255,.28); }
.practice__aside li span { color: var(--lime-300); font-size: 9px; font-weight: 800; }
.practice__aside li strong { font-family: var(--display); font-size: clamp(15px, 1.3vw, 20px); font-weight: 550; }
.practice blockquote { z-index: 2; grid-column: 6 / 11; margin: -140px 0 0; padding: clamp(28px, 3.5vw, 58px); color: var(--pine-950); background: var(--sage-300); }
.practice blockquote span { font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.practice blockquote p { margin: 30px 0 0; font-family: var(--display); font-size: clamp(22px, 2.6vw, 42px); font-weight: 600; line-height: 1.15; letter-spacing: -.045em; }

/* News */
.news-section { padding-inline: var(--edge); background: var(--cream-50); }
.news-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.news-heading h2 { margin: 18px 0 0; font-family: var(--display); font-size: clamp(48px, 6vw, 108px); font-weight: 600; line-height: .9; letter-spacing: -.07em; }
.news-editorial { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); margin-top: clamp(64px, 8vw, 120px); border-top: 1px solid var(--pine-950); }
.news-story { position: relative; display: flex; grid-column: 8 / 13; min-height: 290px; flex-direction: column; padding: 24px 54px 26px 26px; border-bottom: 1px solid var(--pine-950); border-left: 1px solid var(--pine-950); text-decoration: none; }
.news-story--lead { grid-column: 1 / 8; grid-row: 1 / 3; min-height: 580px; padding-left: 0; border-left: 0; }
.news-story__media { display: block; overflow: hidden; margin: -24px -54px 26px 0; aspect-ratio: 16 / 10; background: var(--pine-800); }
.news-story__media img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.84); transition: transform .45s ease; }
.news-story:hover .news-story__media img { transform: scale(1.025); }
.news-story__meta { display: flex; justify-content: space-between; color: var(--green-600); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.news-story > strong { max-width: 680px; margin-top: auto; padding-top: 42px; font-family: var(--display); font-size: clamp(19px, 2vw, 34px); font-weight: 600; line-height: 1.14; letter-spacing: -.04em; text-wrap: pretty; }
.news-story__summary { margin-top: 14px; color: var(--muted); font-size: 13px; }
.news-story > i { position: absolute; right: 20px; bottom: 22px; color: var(--green-600); font-size: 22px; font-style: normal; }

/* Consultation */
.consultation { display: grid; grid-template-columns: minmax(0, .84fr) minmax(580px, 1.16fr); color: var(--white); background: var(--green-600); }
.consultation__copy { display: flex; min-height: 720px; flex-direction: column; padding: clamp(80px, 9vw, 150px) var(--edge); background: var(--pine-950); }
.consultation__copy .section-code { color: var(--lime-300); }
.consultation__copy h2 { margin: 58px 0 0; font-family: var(--display); font-size: clamp(44px, 5vw, 88px); font-weight: 600; line-height: .93; letter-spacing: -.07em; }
.consultation__copy > p:not(.section-code) { max-width: 520px; margin: 38px 0; color: rgba(255,255,255,.58); font-size: 17px; }
.consultation__copy > a { margin-top: auto; color: var(--lime-300); font-family: var(--display); font-size: clamp(22px, 2.5vw, 38px); font-weight: 600; text-decoration: none; }
.consultation-form { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 140px) var(--edge); color: var(--ink); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 20px; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field--wide { grid-column: 1 / -1; }
.form-field > span { color: rgba(255,255,255,.64); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 54px; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.55); border-radius: 0; color: var(--white); outline: 0; background: transparent; }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(255,255,255,.38); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-bottom-color: var(--lime-300); }
.form-field select option { color: var(--ink); }
.form-field textarea { resize: vertical; }
.form-field small { min-height: 15px; color: #ffe083; font-size: 10px; }
.checkbox-field { display: flex; grid-column: 1 / -1; align-items: center; gap: 10px; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.45; cursor: pointer; }
.checkbox-field input { width: 18px; height: 18px; flex: 0 0 18px; margin: 0; accent-color: var(--lime-300); }
.consent-field { display: grid; grid-column: 1 / -1; gap: 6px; }
.checkbox-field a { color: currentColor; text-decoration-color: rgba(255,255,255,.4); text-underline-offset: 2px; }
.checkbox-field a:hover { color: var(--white); }
.checkbox-error { min-height: 14px; color: #ffe083; font-size: 10px; }
.form-privacy-note { margin: 0; color: rgba(255,255,255,.43); font-size: 10px; line-height: 1.45; }
.consultation-form .button { width: 100%; min-height: 62px; margin-top: 34px; justify-content: space-between; padding-inline: 22px; }
.form-status { min-height: 22px; margin: 13px 0 0; color: var(--lime-300); font-size: 12px; font-weight: 750; text-align: center; }

@media (max-width: 1250px) {
  .hero__layout { grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); }
  .hero__rail { display: none; }
  .hero__summary { grid-template-columns: 1fr; }
  .decision-strip { grid-template-columns: repeat(4, 1fr); }
  .decision-strip__title { display: none; }
  .program-heading { grid-template-columns: 1.3fr 1.7fr 5fr 3fr; }
  .program-row { grid-template-columns: 42px minmax(260px, 2fr) minmax(190px, 1fr) minmax(130px, .72fr) 48px; }
}

@media (max-width: 1080px) {
  .program-catalog { grid-template-columns: 1fr; }
  .program-toolbar { min-height: 0; padding-block: 28px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .program-toolbar__sticky { position: static; }
  .program-filter { flex-direction: row; flex-wrap: wrap; gap: 8px 20px; }
  .base-filter { max-width: 300px; }
  .program-row { grid-template-columns: 36px minmax(240px, 1.7fr) minmax(180px, 1fr) 48px; }
  .program-row__price { display: none; }
}

@media (max-width: 1020px) {
  .hero__layout { min-height: 0; grid-template-columns: 1fr; }
  .hero__copy { min-height: 710px; }
  .hero__visual { min-height: 680px; }
  .hero__visual > img { object-position: center 34%; }
  .story__header, .practice__header { grid-template-columns: 1fr; }
  .story__header .section-code, .practice__header .section-code { margin-bottom: 28px; }
  .story__photo { grid-column: 1 / 9; }
  .story__note { grid-column: 9 / 13; }
  .program-heading { grid-template-columns: 1fr 1fr; }
  .program-heading h2 { grid-column: 1 / -1; margin-top: 44px; }
  .program-heading > p:last-child { grid-column: 2; }
  .program-catalog { grid-template-columns: 1fr; }
  .program-toolbar { min-height: 0; padding-block: 28px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .program-toolbar__sticky { position: static; }
  .program-filter { flex-direction: row; flex-wrap: wrap; gap: 8px 20px; }
  .base-filter { max-width: 300px; }
  .program-row { grid-template-columns: 36px minmax(240px, 1.7fr) minmax(180px, 1fr) 48px; }
  .program-row__price { display: none; }
  .practice__main-photo { grid-column: 1 / 9; }
  .practice__aside { grid-column: 9 / 13; }
  .practice blockquote { grid-column: 4 / 11; }
  .consultation { grid-template-columns: 1fr; }
  .consultation__copy { min-height: 620px; }
}

@media (max-width: 900px) {
  .decision-strip { grid-template-columns: 1fr 1fr; }
  .decision-strip a:nth-of-type(odd) { border-left: 0; }
  .decision-strip a:nth-of-type(n+3) { border-top: 1px solid var(--pine-950); }
  .story__composition { display: block; }
  .story__note { min-height: 320px; margin-top: 20px; }
  .story__note p { text-wrap: balance; }
  .practice__stage { display: block; }
  .practice__aside { margin-top: 20px; }
  .practice blockquote { margin: 20px 0 0; }
  .news-editorial { display: block; }
  .news-story, .news-story--lead { min-height: 270px; padding-left: 0; border-left: 0; }
  .news-story--lead { min-height: 560px; }
}

@media (max-width: 760px) {
  .hero__copy { min-height: 640px; padding-inline: 20px; }
  .hero h1 { font-size: clamp(44px, 12.5vw, 72px); }
  .hero__summary { gap: 32px; }
  .hero__visual { min-height: 560px; }
  .decision-strip { grid-template-columns: 1fr 1fr; }
  .decision-strip a { min-height: 150px; }
  .decision-strip a:nth-of-type(odd) { border-left: 0; }
  .decision-strip a:nth-of-type(n+3) { border-top: 1px solid var(--pine-950); }
  .story, .practice, .news-section { padding-inline: 20px; }
  .story__composition { display: block; }
  .story__note { min-height: 340px; margin-top: 20px; }
  .story__facts { grid-template-columns: 1fr; margin-top: 46px; }
  .story__facts div { min-height: 130px; padding: 24px; border-right: 0; border-bottom: 1px solid var(--pine-950); }
  .program-heading { display: block; padding-inline: 20px; }
  .program-heading__count { margin: 38px 0 58px; }
  .program-heading h2 { margin: 0; }
  .program-heading > p:last-child { margin-top: 36px; }
  .program-toolbar { padding-inline: 20px; }
  .program-row { min-height: 0; grid-template-columns: 32px minmax(0,1fr) 44px; padding: 25px 20px; }
  .program-row h3 { font-size: 16px; }
  .program-row__terms { grid-column: 2; }
  .program-row__arrow { grid-column: 3; grid-row: 1 / 3; }
  .program-all { padding-inline: 20px; }
  .practice__stage { display: block; }
  .practice__aside { margin-top: 20px; }
  .practice blockquote { margin: 20px 0 0; }
  .news-heading { align-items: flex-start; flex-direction: column; }
  .news-editorial { display: block; }
  .news-story, .news-story--lead { min-height: 270px; padding-left: 0; border-left: 0; }
  .news-story--lead { min-height: 560px; }
  .consultation__copy, .consultation-form { padding-inline: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: auto; }
}

@media (max-width: 440px) {
  .hero__copy { min-height: 610px; }
  .hero h1 { font-size: 38px; }
  .hero__kicker span:last-child { display: none; }
  .hero__visual { min-height: 500px; }
  .hero__number strong { font-size: 44px; }
  .decision-strip a { grid-template-columns: 20px minmax(0, 1fr) 14px; gap: 4px; padding: 18px 10px; }
  .decision-strip strong { font-size: 12px; }
  .story, .practice, .news-section { padding-inline: 16px; }
  .program-heading, .program-toolbar, .program-row, .program-all { padding-inline: 16px; }
  .program-row { grid-template-columns: 26px minmax(0,1fr) 40px; gap: 10px; }
  .program-row__terms { gap: 12px; }
  .program-row__terms strong { font-size: 10px; }
  .program-heading h2 { font-size: 36px; }
  .story__header h2, .practice__header h2 { font-size: 34px; }
  .news-heading h2, .consultation__copy h2 { font-size: 38px; }
  .consultation__copy, .consultation-form { padding-inline: 16px; }
  .consultation__copy > a { overflow-wrap: anywhere; }
}
