:root {
  --ink: #17313b;
  --ink-soft: #52666d;
  --cream: #fffaf3;
  --paper: #fffdf8;
  --coral: #ef745d;
  --coral-dark: #d85d48;
  --peach: #f9c8a9;
  --mint: #a8d8c8;
  --yellow: #f3ca68;
  --blue: #a9c9df;
  --line: #ded7cb;
  --shadow: 0 18px 55px rgba(23,49,59,.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.55; }
button, a { font: inherit; }
a { color: inherit; }
:focus-visible { outline: 3px solid rgba(239,116,93,.5); outline-offset: 4px; }

.hero { position: relative; overflow: hidden; padding: 0 max(24px, calc((100vw - 1160px) / 2)); background: radial-gradient(circle at 82% 18%, rgba(249,200,169,.58), transparent 31%), radial-gradient(circle at 18% 62%, rgba(168,216,200,.28), transparent 26%), var(--cream); }
.nav { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(23,49,59,.1); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; text-decoration: none; letter-spacing: -.02em; white-space: nowrap; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--cream); font: 700 20px/1 "Fraunces", serif; }
.brand-avatar { width: 40px; height: 40px; flex: 0 0 auto; object-fit: cover; object-position: 50% 24%; border: 2px solid var(--paper); border-radius: 50%; box-shadow: 0 4px 14px rgba(23,49,59,.18); }
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a { font-size: 13px; font-weight: 600; text-decoration: none; }
.nav-cta { padding: 9px 16px; border: 1px solid currentColor; border-radius: 999px; font-size: 13px; font-weight: 700; text-decoration: none; }

.hero-grid { display: grid; grid-template-columns: minmax(0,1.04fr) minmax(360px,.96fr); align-items: center; gap: 70px; padding: 96px 0 82px; }
.eyebrow { margin: 0 0 14px; color: var(--coral-dark); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
h1,h2,h3 { margin: 0; font-family: "Fraunces", Georgia, serif; line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(48px,6vw,76px); }
h1 em { color: var(--coral); font-weight: 600; }
.lead { max-width: 630px; margin: 25px 0 30px; color: var(--ink-soft); font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 54px; padding: 14px 22px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .16s ease, background .16s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: #fff; box-shadow: 0 10px 24px rgba(23,49,59,.18); }
.button-primary:hover { background: #0f272f; }
.text-link { font-size: 13px; font-weight: 700; text-underline-offset: 4px; }
.microcopy { margin: 14px 0 0; color: #748185; font-size: 12px; }

.hero-visual { position: relative; min-height: 400px; }
.mini-card { position: absolute; width: 220px; height: 116px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px 22px; border: 1px solid rgba(23,49,59,.09); border-radius: 18px; box-shadow: 0 18px 40px rgba(23,49,59,.13); }
.mini-card small { font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.mini-card strong { font: 700 21px/1.1 "Fraunces", serif; }
.mini-1 { top: 7px; left: 20px; background: #fff; transform: rotate(-5deg); }
.mini-2 { top: 45px; right: 1px; background: var(--peach); transform: rotate(5deg); }
.mini-3 { top: 150px; left: 72px; z-index: 2; background: var(--mint); transform: rotate(-2deg); }
.mini-4 { top: 240px; right: 6px; background: var(--yellow); transform: rotate(4deg); }
.mini-5 { top: 282px; left: 5px; z-index: 3; background: var(--blue); transform: rotate(-5deg); }
.trust-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0 28px; border-top: 1px solid rgba(23,49,59,.12); }
.trust-strip p { margin: 0; }
.parrot-mark { width: 38px; height: 38px; flex: 0 0 auto; object-fit: contain; }

.challenge { max-width: 1160px; margin: 0 auto; padding: 96px 24px 104px; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading h2,.continue-intro h2 { font-size: clamp(40px,5vw,58px); }
.section-heading > p:last-child { max-width: 650px; margin: 18px 0 0; color: var(--ink-soft); font-size: 18px; }
.challenge-layout { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(320px,.82fr); gap: 22px; align-items: stretch; }
.week-card,.offer-card { border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.week-card { overflow: hidden; background: var(--paper); }
.week-row { display: grid; grid-template-columns: 90px 1fr 1fr; align-items: center; gap: 18px; min-height: 83px; padding: 16px 26px; }
.week-row + .week-row { border-top: 1px solid var(--line); }
.week-row > span { color: var(--coral-dark); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.week-row strong { font-family: "Fraunces", serif; font-size: 19px; }
.week-row small { color: var(--ink-soft); }
.offer-card { padding: 34px; background: var(--ink); color: #fff; }
.offer-label { margin: 0 0 14px; color: var(--peach); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.price { display: flex; align-items: baseline; gap: 9px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.17); }
.price strong { font: 700 42px/1 "Fraunces", serif; }
.price span { color: #cbd5d8; font-size: 12px; }
.offer-card ul { display: grid; gap: 12px; margin: 24px 0 28px; padding: 0; list-style: none; }
.offer-card li { display: flex; gap: 10px; color: #eef2f2; font-size: 14px; }
.offer-card li span { color: var(--mint); font-weight: 700; }
.button-coral { width: 100%; background: var(--coral); color: #fff; }
.button-coral:hover { background: var(--coral-dark); }
.messenger-option { display: block; margin-top: 14px; color: #fff; font-size: 12px; font-weight: 700; text-align: center; text-underline-offset: 3px; }
.offer-note { display: block; margin-top: 15px; color: #bfcacc; font-size: 11px; line-height: 1.5; }
.how-it-feels { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.how-it-feels > div { padding: 28px 26px 28px 0; }
.how-it-feels > div + div { padding-left: 26px; border-left: 1px solid var(--line); }
.how-it-feels span { display: block; margin-bottom: 8px; color: var(--coral-dark); font-size: 11px; font-weight: 700; }
.how-it-feels strong { display: block; margin-bottom: 7px; font-family: "Fraunces", serif; font-size: 20px; }
.how-it-feels p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.continue { padding: 100px max(24px,calc((100vw - 1160px)/2)); background: #f1eee7; }
.continue-intro { display: grid; grid-template-columns: 280px minmax(0,680px); align-items: center; justify-content: center; gap: clamp(36px,7vw,90px); margin-bottom: 54px; }
.portrait-wrap { position: relative; }
.portrait-wrap::after { content: ""; position: absolute; inset: 16px -16px -16px 16px; z-index: 0; border-radius: 28px; background: var(--peach); transform: rotate(3deg); }
.portrait-wrap img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 24%; border-radius: 28px; box-shadow: var(--shadow); }
.continue-intro .intro-text { margin: 20px 0 0; color: var(--ink-soft); font-size: 17px; }
.continue-intro .intro-personal { margin-top: 12px; color: var(--ink); }
.program-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.program-card { min-height: 300px; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.program-card.featured { background: var(--mint); }
.card-kicker { margin: 0 0 16px; color: var(--coral-dark); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.program-card h3,.closing-card h3 { font-size: 32px; }
.program-card > p:not(.card-kicker),.image-card div > p:not(.card-kicker) { margin: 17px 0 24px; color: var(--ink-soft); }
.program-card > .program-meta { margin: -8px 0 20px!important; color: rgba(23,49,59,.72)!important; font-size: 12px; font-weight: 700; }
.program-card a { font-weight: 700; text-underline-offset: 4px; }
.soon { display: inline-block; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.66); font-size: 12px; font-weight: 700; }
.image-card { grid-column: span 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; padding: 18px; }
.image-card img { width: 100%; height: 100%; min-height: 290px; object-fit: cover; border-radius: 17px; }
.image-card > div { align-self: center; padding: 20px 26px 20px 0; }

.workshop-detail { scroll-margin-top: 18px; margin-top: 72px; padding: clamp(28px,4vw,48px); border: 1px solid rgba(23,49,59,.12); border-radius: 32px; background: var(--paper); box-shadow: var(--shadow); }
.workshop-heading { max-width: 760px; }
.workshop-heading h2 { font-size: clamp(38px,5vw,56px); }
.workshop-heading > p:last-child { margin: 18px 0 0; color: var(--ink-soft); font-size: 17px; }
.workshop-history { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 34px; }
.workshop-history article { min-height: 220px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.workshop-history article:nth-child(2) { background: #fff4ec; }
.workshop-history article:nth-child(3) { background: #f2f7fa; }
.workshop-date { display: block; margin-bottom: 24px; color: var(--coral-dark); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.workshop-history h3 { font-size: 25px; }
.workshop-history p { margin: 14px 0 0; color: var(--ink-soft); font-size: 14px; }
.workshop-history .workshop-subtitle { margin-top: 6px; color: var(--ink); font-weight: 700; }
.workshop-history .workshop-subtitle + p { margin-top: 18px; }
.workshop-next { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(260px,.85fr); gap: 38px; align-items: center; margin-top: 18px; padding: 34px; border-radius: 24px; background: var(--ink); color: #fff; }
.workshop-next .card-kicker { color: var(--peach); }
.workshop-next h3 { font-size: clamp(34px,4.4vw,50px); }
.workshop-next p { margin: 16px 0 0; color: #dce5e7; }
.workshop-next aside { padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.06); }
.workshop-next aside p { margin: 0 0 18px; color: #fff; font-size: 14px; font-weight: 700; }
.workshop-next .button { width: 100%; }

.restart-detail { scroll-margin-top: 18px; margin-top: 72px; padding: clamp(22px,4vw,46px); border: 1px solid rgba(23,49,59,.12); border-radius: 32px; background: var(--paper); box-shadow: var(--shadow); }
.restart-hero { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(300px,.72fr); gap: clamp(28px,6vw,72px); align-items: center; }
.restart-copy { padding: 14px 0 14px 8px; }
.restart-copy h2 { font-size: clamp(40px,5.4vw,66px); }
.restart-copy h2 em { color: var(--coral); font-style: normal; }
.restart-copy > p:not(.eyebrow) { max-width: 660px; margin: 20px 0 0; color: var(--ink-soft); font-size: 17px; }
.restart-copy .button { margin-top: 28px; }
.restart-facts { padding: 30px; border-radius: 24px; background: var(--ink); color: #fff; }
.restart-facts-label { margin: 0 0 13px; color: var(--peach); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.restart-price strong { display: block; font: 700 clamp(34px,4.3vw,46px)/1 "Fraunces",serif; }
.restart-price span { display: block; margin-top: 7px; color: #cbd5d8; font-size: 12px; }
.per-session { margin: 12px 0 23px; color: var(--mint); font-size: 13px; font-weight: 700; }
.restart-facts dl { margin: 0 0 25px; border-top: 1px solid rgba(255,255,255,.16); }
.restart-facts dl > div { display: grid; grid-template-columns: 82px 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.restart-facts dt { color: #aebdc1; font-size: 12px; }
.restart-facts dd { margin: 0; color: #fff; font-size: 13px; font-weight: 700; }

.restart-results { display: grid; grid-template-columns: .75fr 1.25fr; gap: 42px 70px; margin-top: 46px; padding: 42px; border-radius: 24px; background: #edf7f3; }
.restart-results h3,.restart-section-heading h3,.restart-format h3,.application-copy h3 { font-size: clamp(30px,3.5vw,42px); }
.restart-results ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.restart-results li { position: relative; padding-left: 31px; font-weight: 600; }
.restart-results li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 11px; }
.promise-note { grid-column: 2; margin: -13px 0 0; padding-top: 20px; border-top: 1px solid rgba(23,49,59,.13); color: var(--ink-soft); font-size: 13px; }

.restart-weeks { padding: 60px 0 8px; }
.restart-section-heading { max-width: 700px; margin-bottom: 26px; }
.restart-week-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.restart-week-grid article { min-height: 208px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.restart-week-grid article:nth-child(2),.restart-week-grid article:nth-child(5) { background: #fff4ec; }
.restart-week-grid article:nth-child(3),.restart-week-grid article:nth-child(6) { background: #f2f7fa; }
.restart-week-grid span { display: block; margin-bottom: 27px; color: var(--coral-dark); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.restart-week-grid h4 { margin: 0; font: 700 22px/1.1 "Fraunces",serif; letter-spacing: -.02em; }
.restart-week-grid p { margin: 12px 0 0; color: var(--ink-soft); font-size: 13px; }

.restart-format { display: grid; grid-template-columns: .78fr 1.22fr; gap: 48px 70px; margin-top: 52px; padding: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.restart-format ul { margin: 0; padding: 0; list-style: none; }
.restart-format li { display: grid; grid-template-columns: minmax(210px,.8fr) 1fr; gap: 22px; padding: 14px 0; }
.restart-format li + li { border-top: 1px solid var(--line); }
.restart-format li strong { font-size: 14px; }
.restart-format li span { color: var(--ink-soft); font-size: 13px; }

.fit-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 52px; }
.fit-card { padding: 31px; border-radius: 22px; }
.fit-yes { background: var(--mint); }
.fit-no { border: 1px solid var(--line); background: #fff; }
.fit-card ul { display: grid; gap: 10px; margin: 0; padding-left: 20px; color: var(--ink-soft); font-size: 14px; }

.application-panel { scroll-margin-top: 18px; display: grid; grid-template-columns: minmax(0,.82fr) minmax(360px,1.18fr); gap: clamp(34px,6vw,74px); margin-top: 54px; padding: clamp(26px,4vw,48px); border-radius: 26px; background: #f2eee6; }
.application-copy > p:not(.eyebrow):not(.application-note) { margin: 18px 0; color: var(--ink-soft); }
.application-copy ol { display: grid; gap: 12px; margin: 26px 0; padding-left: 22px; }
.application-copy li { padding-left: 7px; }
.application-note { display: inline-block; margin: 0; padding: 8px 12px; border-radius: 999px; background: #fff; font-size: 12px; font-weight: 700; }
.restart-form { display: grid; gap: 18px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 12px 35px rgba(23,49,59,.08); }
.field-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }
.restart-form label > span,.restart-form legend { display: block; margin-bottom: 7px; color: var(--ink); font-size: 13px; font-weight: 700; }
.restart-form label > span small { color: var(--ink-soft); font-weight: 500; }
.restart-form input[type="text"],.restart-form input[type="email"],.restart-form textarea { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #cfc7bb; border-radius: 10px; background: #fff; color: var(--ink); font: inherit; font-size: 16px; }
.restart-form textarea { min-height: 104px; resize: vertical; }
.restart-form input:focus,.restart-form textarea:focus { border-color: var(--coral); outline: 3px solid rgba(239,116,93,.17); }
.restart-form fieldset { display: grid; gap: 9px; margin: 0; padding: 0; border: 0; }
.radio-option,.check-option { display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; cursor: pointer; }
.radio-option input,.check-option input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--coral-dark); }
.radio-option > span,.check-option > span { margin: 0!important; color: var(--ink-soft)!important; font-size: 13px!important; font-weight: 500!important; }
.restart-form .button { width: 100%; border: 0; cursor: pointer; }
.form-help,.form-status { margin: -8px 0 0; color: var(--ink-soft); font-size: 11px; text-align: center; }
.form-status { min-height: 17px; color: var(--coral-dark); font-weight: 700; }
.form-messenger { color: var(--ink); }
.closing-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; margin-top: 18px; padding: 40px; border-radius: 24px; background: var(--ink); color: #fff; }
.closing-card .eyebrow { color: var(--peach); }
.closing-card p:last-child { max-width: 700px; margin: 14px 0 0; color: #cbd5d8; }
.button-light { background: #fff; color: var(--ink); white-space: nowrap; }

footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 28px max(24px,calc((100vw - 1160px)/2)); background: #10262e; color: #bcc8ca; font-size: 12px; }
footer p { margin: 0; text-align: center; }
.footer-message { display: inline-flex; align-items: center; justify-content: center; gap: 7px; }
.parrot-mark-small { width: 21px; height: 21px; }
footer > div:last-child { display: flex; gap: 18px; }
.footer-brand { color: #fff; }
.footer-avatar { width: 36px; height: 36px; }
.mobile-cta { display: none; }

@media (max-width: 920px) {
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; padding: 72px 0 58px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: 100%; max-width: 580px; margin: 0 auto; }
  .challenge-layout { grid-template-columns: 1fr; }
  .offer-card { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; }
  .offer-card .offer-label,.offer-card .price { grid-column: 1; }
  .offer-card ul { grid-column: 2; grid-row: 1 / span 3; margin: 0; }
  .offer-card .button,.offer-card .offer-note { grid-column: 1; }
  .how-it-feels { grid-template-columns: repeat(2,1fr); }
  .how-it-feels > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .how-it-feels > div:nth-child(4) { border-top: 1px solid var(--line); }
  .restart-hero { grid-template-columns: 1fr; }
  .restart-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .restart-facts-label,.restart-price,.per-session { grid-column: 1; }
  .restart-facts dl { grid-column: 2; grid-row: 1 / span 4; border-top: 0; }
  .restart-facts .button { grid-column: 1; }
  .restart-week-grid { grid-template-columns: repeat(2,1fr); }
  .application-panel { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  body { padding-bottom: 70px; }
  .hero { padding: 0 18px; }
  .nav { height: 68px; }
  .brand { gap: 9px; font-size: 13px; }
  .brand-mark { width: 32px; height: 32px; }
  .brand-avatar { width: 34px; height: 34px; }
  .nav-cta { padding: 8px 12px; font-size: 11px; }
  .hero-grid { padding: 54px 0 45px; }
  h1 { font-size: clamp(43px,12.5vw,58px); }
  .lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button-primary { width: 100%; }
  .text-link { text-align: center; }
  .hero-visual { min-height: 315px; }
  .mini-card { width: 178px; height: 96px; padding: 16px; }
  .mini-card strong { font-size: 17px; }
  .mini-1 { left: 0; }
  .mini-2 { top: 35px; right: 0; }
  .mini-3 { top: 116px; left: 45px; }
  .mini-4 { top: 187px; right: 0; }
  .mini-5 { top: 220px; left: 0; }
  .trust-strip { align-items: flex-start; }
  .challenge { padding: 72px 18px 78px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading > p:last-child { font-size: 16px; }
  .week-row { grid-template-columns: 68px 1fr; gap: 8px 12px; padding: 16px; }
  .week-row small { grid-column: 2; }
  .offer-card { display: block; padding: 27px 22px; }
  .offer-card ul { margin: 22px 0 26px; }
  .how-it-feels { grid-template-columns: 1fr; }
  .how-it-feels > div { padding: 22px 0; }
  .how-it-feels > div + div,.how-it-feels > div:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .continue { padding: 78px 20px; }
  .continue-intro { grid-template-columns: 1fr; justify-items: start; gap: 42px; }
  .portrait-wrap { width: min(76vw,300px); }
  .program-grid { grid-template-columns: 1fr; }
  .image-card { grid-column: auto; grid-template-columns: 1fr; }
  .image-card img { min-height: 220px; }
  .image-card > div { padding: 14px; }
  .workshop-detail { margin: 52px -2px 0; padding: 28px 18px; border-radius: 24px; }
  .workshop-heading > p:last-child { font-size: 16px; }
  .workshop-history { grid-template-columns: 1fr; }
  .workshop-history article { min-height: 0; }
  .workshop-date { margin-bottom: 16px; }
  .workshop-next { grid-template-columns: 1fr; gap: 24px; padding: 28px 22px; }
  .workshop-next aside { padding: 20px; }
  .restart-detail { margin: 52px -2px 0; padding: 24px 18px; border-radius: 24px; }
  .restart-copy { padding: 0; }
  .restart-copy > p:not(.eyebrow) { font-size: 16px; }
  .restart-copy .button { width: 100%; }
  .restart-facts { display: block; padding: 25px 22px; }
  .restart-facts dl { border-top: 1px solid rgba(255,255,255,.16); }
  .restart-results { grid-template-columns: 1fr; gap: 24px; margin-top: 28px; padding: 28px 22px; }
  .promise-note { grid-column: auto; margin-top: 0; }
  .restart-weeks { padding-top: 46px; }
  .restart-week-grid { grid-template-columns: 1fr; }
  .restart-week-grid article { min-height: 0; }
  .restart-week-grid span { margin-bottom: 18px; }
  .restart-format { grid-template-columns: 1fr; gap: 25px; margin-top: 43px; padding: 34px 0; }
  .restart-format li { grid-template-columns: 1fr; gap: 4px; padding: 13px 0; }
  .fit-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .fit-card { padding: 26px 22px; }
  .application-panel { margin: 42px -1px 0; padding: 28px 20px; }
  .restart-form { padding: 23px 18px; }
  .field-row { grid-template-columns: 1fr; }
  .closing-card { grid-template-columns: 1fr; padding: 30px 24px; }
  .button-light { width: 100%; }
  footer { grid-template-columns: 1fr; justify-items: start; }
  footer p { text-align: left; }
  .footer-message { justify-content: flex-start; }
  .mobile-cta { position: fixed; left: 12px; right: 12px; bottom: 10px; z-index: 20; display: block; padding: 14px 18px; border-radius: 999px; background: var(--coral); color: #fff; box-shadow: 0 12px 35px rgba(23,49,59,.25); font-size: 13px; font-weight: 700; text-align: center; text-decoration: none; }
}

@media (max-width: 390px) {
  .brand > span:last-child { max-width: 120px; line-height: 1.05; }
  .hero-visual { width: 108.7%; margin-bottom: -24px; transform: scale(.92); transform-origin: top left; }
}

@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
