:root {
  --red: #3f0b0d;
  --red-soft: #5a1113;
  --soft-white: #eee6dc;
  --cream: #f7f1ea;
  --wood: #382418;
  --brown: #5b3a28;
  --brass: #a77a3b;
  --muted: #7b6658;
  --border: rgba(56, 36, 24, 0.18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shell: min(1380px, calc(100% - 80px));
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--soft-white); color: var(--wood); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1.2rem; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -0.045em; }
h1 { font-size: clamp(72px, 8.8vw, 150px); line-height: 0.72; }
h2 { font-size: clamp(54px, 6.2vw, 98px); line-height: 0.88; }
h3 { font-size: clamp(31px, 3vw, 48px); line-height: 0.95; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: var(--cream); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin-inline: auto; }
.eyebrow { margin-bottom: 24px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow-light { color: var(--soft-white); }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; padding: 0 30px; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-red { background: var(--red); color: var(--soft-white); }
.button-red:hover { background: var(--wood); }
.button-light { background: var(--soft-white); color: var(--red); }
.button-light:hover { background: white; }
.button-outline { border-color: var(--red); color: var(--red); }
.button-outline:hover { background: var(--red); color: var(--soft-white); }
#freelance-akademija-page a.button { text-decoration: none !important; }
#freelance-akademija-page a.button-red { color: var(--soft-white) !important; }
#freelance-akademija-page a.button-light { color: var(--red) !important; }
#freelance-akademija-page a.button-outline { color: var(--red) !important; }
#freelance-akademija-page a.button-outline:hover { color: var(--soft-white) !important; }
#freelance-akademija-page .hero a.button-red { color: var(--red) !important; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-decoration: none; text-transform: uppercase; }
.text-link-light { color: var(--soft-white); }
#freelance-akademija-page a.text-link { color: var(--red) !important; text-decoration: none !important; }
#freelance-akademija-page .hero a.text-link,
#freelance-akademija-page a.text-link-light { color: var(--soft-white) !important; }

.site-header { position: absolute; top: 0; left: 0; z-index: 50; display: grid; width: 100%; height: 96px; align-items: center; grid-template-columns: 1fr auto auto; gap: 42px; padding: 0 4vw; color: var(--soft-white); }
#freelance-akademija-page { position: relative; }
#freelance-akademija-page .site-header {
  position: absolute !important;
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  left: 0 !important;
  z-index: 50 !important;
  display: grid !important;
  width: 100% !important;
  height: 96px !important;
  min-height: 0 !important;
  align-items: center !important;
  grid-template-columns: 1fr auto auto !important;
  gap: 42px !important;
  margin: 0 !important;
  padding: 0 4vw !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--soft-white) !important;
  box-shadow: none !important;
}
#freelance-akademija-page .site-header a,
#freelance-akademija-page .site-header .brand,
#freelance-akademija-page .desktop-nav a,
#freelance-akademija-page .mobile-menu a { color: var(--soft-white) !important; text-decoration: none !important; }
#freelance-akademija-page .site-header .header-cta { color: var(--red) !important; }
#freelance-akademija-page .mobile-menu a.button-light { color: var(--red) !important; }
#freelance-akademija-page .menu-toggle { border-color: var(--soft-white) !important; color: var(--soft-white) !important; }
#freelance-akademija-page .menu-toggle span { background: var(--soft-white) !important; }
.brand { display: flex; width: max-content; flex-direction: column; font-family: var(--serif); font-size: 22px; letter-spacing: 0.04em; line-height: 0.78; text-decoration: none; }
.desktop-nav { display: flex; gap: 34px; }
.desktop-nav a { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase; }
.header-cta { display: inline-flex; height: 64px; align-items: center; padding: 0 38px; border: 1px solid rgba(238,230,220,.7); background: var(--soft-white); color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: 0.13em; text-decoration: none; text-transform: uppercase; box-shadow: 0 10px 30px rgba(20,3,4,.18); }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; display: grid; min-height: 920px; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); background: var(--red); color: var(--soft-white); }
.hero-copy { position: relative; z-index: 3; display: flex; min-width: 0; justify-content: center; flex-direction: column; padding: 155px 5.5vw 125px; }
.hero .eyebrow { color: var(--soft-white); }
.hero-meta { display: grid; width: min(590px, 100%); align-items: center; grid-template-columns: 1.25fr .85fr .7fr; gap: 0; margin-bottom: 34px; border-top: 1px solid rgba(238,230,220,.45); border-bottom: 1px solid rgba(238,230,220,.45); }
.hero-meta span, .hero-meta strong { display: flex; min-height: 64px; align-items: center; padding: 0 18px; border-right: 1px solid rgba(238,230,220,.3); color: var(--soft-white); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-meta strong { font-family: var(--serif); font-size: 27px; font-weight: 600; letter-spacing: .02em; text-transform: none; }
.hero-meta > :last-child { border-right: 0; }
.hero h1 em { display: block; margin-left: clamp(30px, 5vw, 90px); color: var(--soft-white); font-weight: 400; }
.hero-lead { max-width: 650px; margin: 42px 0 36px; font-size: clamp(17px, 1.35vw, 21px); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero .button-red { min-height: 64px; padding-inline: 38px; border-color: var(--soft-white); background: var(--soft-white); color: var(--red); font-size: 12px; box-shadow: 0 12px 32px rgba(20,3,4,.22); }
.hero .button-red:hover { background: white; color: var(--red); }
.hero .text-link { color: var(--soft-white); }
.hero-image { position: relative; min-width: 0; overflow: hidden; }
.hero-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, var(--red) 0%, rgba(63,11,13,.62) 16%, transparent 55%), linear-gradient(0deg, rgba(25,7,8,.35), transparent 45%); content: ""; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 53% 38%; }
.hero-note { position: absolute; right: 0; bottom: 0; left: 0; z-index: 4; display: flex; justify-content: space-between; gap: 20px; padding: 16px 5vw; border-top: 1px solid rgba(238,230,220,.26); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

.marquee { overflow: hidden; padding: 17px 0; background: var(--soft-white); color: var(--red); border-bottom: 1px solid var(--border); }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 25px; animation: marquee 28s linear infinite; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.marquee i { color: var(--brass); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.freedom { display: grid; align-items: center; grid-template-columns: 1fr; padding-block: clamp(110px, 13vw, 190px); }
.freedom-copy { width: min(980px, 100%); margin-inline: auto; }
.freedom-copy h2 { max-width: 820px; margin-bottom: 42px; color: var(--red); }
.freedom-copy > p:not(.eyebrow) { max-width: 720px; }
.large-copy { font-family: var(--serif); font-size: clamp(28px, 3vw, 44px); line-height: 1.06; }
.framed-image { margin: 0; padding: 10px; border: 2px solid var(--red); }
.framed-image img { width: 100%; height: 700px; object-fit: cover; }
.framed-image figcaption { padding: 12px 5px 2px; color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.red-section { background: var(--red); color: var(--soft-white); }
.intro { display: grid; min-height: 860px; grid-template-columns: 1fr 1fr; }
.intro-image { min-height: 680px; overflow: hidden; }
.intro-image img { width: 100%; height: 100%; object-fit: cover; object-position: 51% 40%; }
.intro-copy { display: flex; justify-content: center; flex-direction: column; padding: clamp(70px, 8vw, 140px); }
.intro-copy .eyebrow { margin-bottom: 28px; font-family: var(--serif); font-size: clamp(52px,5.5vw,82px); font-weight: 500; letter-spacing: -.045em; line-height: .9; text-transform: none; }
.intro-copy h2 { margin-bottom: 34px; font-size: clamp(34px,3.7vw,56px); line-height: 1; }
.intro-copy p:not(.eyebrow) { max-width: 670px; }

.program { padding-block: clamp(110px, 13vw, 190px); }
.section-heading { max-width: 1050px; margin: 0 auto 80px; }
.section-heading.centered { text-align: center; }
.section-heading h2 { margin-bottom: 32px; color: var(--red); }
.section-heading > p:last-child { max-width: 700px; margin-inline: auto; }
.program .section-heading .eyebrow { margin-bottom: 34px; font-family: var(--serif); font-size: clamp(38px,4.5vw,68px); font-weight: 500; letter-spacing: -.035em; line-height: .95; text-transform: none; }
.program .section-heading h2 { max-width: 850px; margin-inline: auto; font-family: var(--sans); font-size: clamp(20px,2vw,30px); font-weight: 500; letter-spacing: -.025em; line-height: 1.28; }
.program .section-heading > p:last-child { width: max-content; max-width: 100%; margin-top: 38px; padding: 20px 30px; background: var(--red); color: var(--soft-white); font-family: var(--serif); font-size: clamp(24px,2.4vw,34px); line-height: 1.05; }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.program-grid-detailed { grid-template-columns: repeat(2, 1fr); }
.program-card { min-height: 330px; padding: 36px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.program-grid-detailed .program-card { min-height: 400px; }
.program-card-wide { grid-column: 1 / -1; }
.card-number { display: block; margin-bottom: 52px; color: var(--red); font-size: 17px; font-weight: 700; letter-spacing: .12em; }
.program-card h3 { margin-bottom: 22px; color: var(--red); }
.program-card p { font-size: 14px; }
.program-card-accent { background: var(--red); color: var(--soft-white); }
.program-card-accent h3, .program-card-accent .card-number { color: var(--soft-white); }
.program-stats { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 70px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.program-stats div { display: flex; min-height: 210px; align-items: center; justify-content: center; flex-direction: column; padding: 25px; border-right: 1px solid var(--border); color: var(--red); text-align: center; }
.program-stats div:last-child { border-right: 0; }
.program-stats strong { font-family: var(--serif); font-size: clamp(62px,6vw,96px); font-weight: 500; line-height: .8; }
.program-stats span { max-width: 150px; margin-top: 18px; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.program-cta { display: grid; align-items: end; grid-template-columns: 1fr auto; gap: clamp(40px,7vw,100px); margin-top: 54px; padding-top: 54px; border-top: 1px solid var(--border); }
.program-cta h3 { max-width: 760px; margin-bottom: 24px; color: var(--red); font-size: clamp(44px,5vw,72px); }
.program-cta p { max-width: 820px; margin-bottom: 16px; }
.program-cta .button { margin-bottom: 8px; }

.testimonial-stack-section { position: relative; padding: clamp(100px,10vw,150px) 6vw 0; }
.testimonial-stack-section .testimonials-heading { max-width: 900px; margin: 0 auto clamp(80px,9vw,130px); text-align: center; }
.testimonials-heading h2 { max-width: 820px; margin-inline: auto; }
.testimonial-stack { width: min(920px,100%); margin: 0 auto; padding-bottom: 100svh; --testimonial-card-height: clamp(540px,62svh,580px); }
.testimonial-card { display: grid; min-height: 520px; align-content: center; padding: clamp(28px,4vw,55px); border: 1px solid rgba(63,11,13,.2); background: var(--cream); color: var(--red); box-shadow: 0 24px 60px rgba(20,3,4,.28); }
.testimonial-stack-card { position: sticky; top: calc((100svh - var(--testimonial-card-height))/2); width: 100%; height: var(--testimonial-card-height); min-height: var(--testimonial-card-height); margin-bottom: 0; }
.testimonial-stack-card:nth-child(1) { z-index: 1; }
.testimonial-stack-card:nth-child(2) { z-index: 2; }
.testimonial-stack-card:nth-child(3) { z-index: 3; }
.testimonial-stack-card:nth-child(4) { z-index: 4; }
.testimonial-stack-card + .testimonial-stack-card { margin-top: 46vh; }
.testimonial-card span { margin-bottom: 28px; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.testimonial-card img { width: 100%; max-height: 430px; object-fit: contain; }

.voices { display: block; min-height: 0; padding: 0 0 clamp(100px,10vw,150px); overflow: hidden; }
.voices-heading { display: flex; min-height: clamp(250px,24vw,340px); align-items: center; justify-content: center; flex-direction: column; max-width: 900px; margin: 0 auto; padding: 60px 24px; text-align: center; }
.voices-heading .eyebrow { color: var(--soft-white); }
.voices-heading h2 { max-width: 720px; color: var(--soft-white); font-size: clamp(44px,5vw,68px); }
.voices-viewport { position: relative; overflow: hidden; border-top: 1px solid rgba(238,230,220,.24); border-bottom: 1px solid rgba(238,230,220,.24); }
.voices-track { display: flex; width: 100%; flex-flow: row nowrap; transition: transform 500ms cubic-bezier(.22,1,.36,1); will-change: transform; }
.voice-slide { display: flex; width: 100%; min-width: 0; flex: 0 0 100%; min-height: 520px; align-items: center; justify-content: center; padding: 48px max(110px,calc((100vw - 980px)/2)); }
.voice-slide img { width: auto; max-width: min(760px,100%); max-height: 420px; object-fit: contain; border: 1px solid rgba(238,230,220,.25); box-shadow: 0 22px 55px rgba(20,3,4,.3); }
.voices-arrow { position: absolute; top: 50%; z-index: 5; display: flex; width: 54px; height: 54px; align-items: center; justify-content: center; border: 0; background: transparent; color: var(--soft-white); font-size: 28px; cursor: pointer; transform: translateY(-50%); }
.voices-arrow-prev { left: max(24px,calc((100vw - 1240px)/2)); }
.voices-arrow-next { right: max(24px,calc((100vw - 1240px)/2)); }
.slider-count { margin-top: 22px; color: var(--soft-white); text-align: center; font-size: 10px; font-weight: 700; letter-spacing: .14em; }

.fit { display: grid; align-items: center; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 8vw, 130px); padding-block: clamp(110px, 13vw, 190px); }
.fit-image img { height: 720px; }
.fit-copy h2 { margin-bottom: 44px; color: var(--red); }
.fit-copy > p { max-width: 720px; }
.fit-price { margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--border); color: var(--red); font-family: var(--serif); font-size: clamp(21px,2vw,29px); line-height: 1.18; }
.fit-list { display: grid; gap: 20px; margin-bottom: 38px; }
.fit-list div { display: grid; grid-template-columns: 28px 1fr; gap: 15px; }
.fit-list span { color: var(--red); font-weight: 700; }
.fit-list p { margin: 0; }
.not-for { padding: 26px 0 0; border-top: 1px solid var(--border); }

.investment { padding: clamp(110px, 12vw, 180px) 6vw; background: var(--red); color: var(--soft-white); }
.investment-intro { max-width: 1000px; margin: 0 auto 70px; text-align: center; }
.investment-intro h2 { max-width: 1000px; margin-inline: auto; }
.price-block { display: grid; align-items: center; grid-template-columns: .6fr .9fr 1fr; gap: 30px; padding: 40px 0; border-top: 1px solid rgba(238,230,220,.28); border-bottom: 1px solid rgba(238,230,220,.28); }
.price-block span { font-size: 14px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price-block strong { font-family: var(--serif); font-size: clamp(64px, 7vw, 118px); font-weight: 400; line-height: .8; }
.price-block p { margin: 0; }
.roi-grid { display: grid; grid-template-columns: repeat(3,1fr); margin: 60px 0 50px; }
.roi-grid article { padding: 0 34px; border-left: 1px solid rgba(238,230,220,.28); }
.roi-grid strong { display: block; margin-bottom: 16px; font-family: var(--serif); font-size: 42px; font-weight: 500; }

.proof { display: grid; min-height: 850px; align-items: stretch; grid-template-columns: .9fr 1.1fr; gap: 0; padding: clamp(90px, 10vw, 150px) 0 60px; }
.proof-copy { align-self: center; padding: 70px clamp(40px, 7vw, 110px) 100px 0; }
.proof-copy h2 { margin-bottom: 36px; color: var(--red); }
.proof-image { align-self: end; height: 760px; overflow: hidden; }
.proof-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 23%; }

.video-section { display: grid; align-items: center; grid-template-columns: .75fr 1.25fr; gap: 7vw; padding: clamp(100px, 11vw, 170px) 6vw; }
.video-copy h2 { margin-bottom: 32px; }
.video-copy p:not(.eyebrow) { max-width: 560px; }
.video-frame { position: relative; overflow: hidden; padding-top: 56.25%; border: 1px solid rgba(238,230,220,.35); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.final-cta { display: grid; align-items: center; grid-template-columns: 1.4fr .6fr; gap: 8vw; padding: clamp(110px, 13vw, 190px) 7vw; background: var(--cream); }
.final-cta h2 { max-width: 1000px; margin-bottom: 34px; color: var(--red); }
.final-cta > div > p:not(.eyebrow) { max-width: 720px; margin-bottom: 34px; }
.final-cta > div > p.final-price { margin: 40px 0 28px; color: var(--red); font-family: var(--serif); font-size: clamp(24px,2.2vw,34px); line-height: 1.15; }
.final-cta aside { display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 55px 24px; border: 2px solid var(--red); color: var(--red); text-align: center; }
.final-cta aside strong { margin: 14px 0; font-family: var(--serif); font-size: 62px; font-weight: 500; line-height: .8; }
.final-cta aside span { font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.final-cta aside span:first-child { font-family: var(--serif); font-size: 19px; font-weight: 700; letter-spacing: .04em; }

.newsletter { display: grid; align-items: center; grid-template-columns: 1fr 1fr; gap: 7vw; padding: clamp(80px, 9vw, 130px) 7vw; border-top: 1px solid var(--border); background: var(--soft-white); }
.newsletter h2 { color: var(--red); }
.newsletter > div:last-child { max-width: 580px; }
.site-footer { display: grid; align-items: start; grid-template-columns: 1fr 1.2fr .9fr auto; gap: 50px; padding: 70px 5vw 55px; background: var(--red); color: var(--soft-white); }
#freelance-akademija-page .site-footer,
#freelance-akademija-page .site-footer a,
#freelance-akademija-page .site-footer .footer-brand { color: var(--soft-white) !important; }
.footer-brand { font-family: var(--serif); font-size: 30px; line-height: 1; text-decoration: none; }
.site-footer p { margin: 0; font-size: 13px; }
.site-footer div { display: flex; flex-direction: column; gap: 8px; }
.site-footer div a { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.site-footer > span { font-size: 10px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  :root { --shell: min(100% - 40px, 1380px); }
  .site-header { height: 78px; grid-template-columns: 1fr auto; padding-inline: 20px; }
  #freelance-akademija-page .site-header { height: 78px !important; grid-template-columns: 1fr auto !important; gap: 20px !important; padding: 0 20px !important; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 60; display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; }
  #freelance-akademija-page .menu-toggle { display: flex !important; padding: 0 !important; background: transparent !important; }
  .menu-toggle span { width: 18px; height: 1px; background: currentColor; transition: transform 180ms, opacity 180ms; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 0; z-index: 55; display: flex; visibility: hidden; align-items: center; justify-content: center; flex-direction: column; gap: 24px; background: var(--red); opacity: 0; transition: opacity 180ms, visibility 180ms; }
  .mobile-menu.is-open { visibility: visible; opacity: 1; }
  .mobile-menu > a:not(.button) { font-family: var(--serif); font-size: 42px; text-decoration: none; }
  .hero { min-height: 1040px; grid-template-columns: 1fr; grid-template-rows: 52% 48%; }
  .hero-image { order: -1; }
  .hero-image::after { background: linear-gradient(0deg, var(--red) 0%, rgba(63,11,13,.22) 35%, transparent 70%); }
  .hero-image img { object-position: 50% 34%; }
  .hero-copy { justify-content: flex-start; padding: 34px 24px 90px; }
  .hero h1 { font-size: clamp(66px, 18vw, 108px); }
  .hero h1 em { margin-left: 24px; }
  .hero-lead { margin: 28px 0; }
  .hero-note { font-size: 8px; }
  .freedom, .fit { grid-template-columns: 1fr; }
  .freedom-image { width: min(700px, 100%); margin-inline: auto; }
  .intro { grid-template-columns: 1fr; }
  .intro-image { height: 620px; }
  .program-grid { grid-template-columns: repeat(2,1fr); }
  .program-card-wide { grid-column: 1 / -1; }
  .program-stats { grid-template-columns: repeat(3,1fr); }
  .program-stats div { border-bottom: 1px solid var(--border); }
  .fit-image { width: min(700px, 100%); margin-inline: auto; }
  .investment-intro { grid-template-columns: 1fr; }
  .proof { grid-template-columns: 1fr; }
  .proof-copy { padding-right: 0; }
  .proof-image { height: 700px; }
  .video-section { grid-template-columns: 1fr; }
  .final-cta { grid-template-columns: 1fr; }
  .final-cta aside { width: min(420px,100%); }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 32px); }
  body { font-size: 15px; }
  h2 { font-size: clamp(46px, 14vw, 66px); }
  .brand { font-size: 19px; }
  .hero { min-height: 920px; grid-template-rows: 46% 54%; }
  .hero-image img { object-position: 50% 28%; }
  .hero-copy { padding: 24px 18px 84px; }
  .hero-meta { grid-template-columns: 1fr 1fr; margin-bottom: 22px; }
  .hero-meta span { grid-column: 1 / -1; min-height: 38px; justify-content: center; border-right: 0; border-bottom: 1px solid rgba(238,230,220,.3); font-size: 9px; }
  .hero-meta strong { min-height: 52px; justify-content: center; padding: 0 8px; font-size: 22px; }
  .hero h1 { font-size: clamp(60px, 18vw, 82px); }
  .hero-lead { font-size: 15px; line-height: 1.55; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .text-link { justify-content: center; }
  .hero-note { justify-content: center; padding-inline: 8px; }
  .hero-note span:nth-child(2) { display: none; }
  .framed-image { padding: 6px; }
  .framed-image img { height: 520px; }
  .freedom { gap: 55px; }
  .large-copy { font-size: 29px; }
  .intro-image { min-height: 0; height: 520px; }
  .intro-copy { padding: 70px 22px 85px; }
  .intro-copy .eyebrow { font-size: 54px; }
  .intro-copy h2 { font-size: 36px; }
  .program .section-heading h2 { font-size: 19px; line-height: 1.35; }
  .program .section-heading > p:last-child { width: 100%; margin-top: 30px; padding: 18px 16px; font-size: 25px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-grid-detailed .program-card, .program-card { min-height: 0; padding: 34px 28px 40px; }
  .program-card-wide { grid-column: auto; }
  .card-number { margin-bottom: 38px; font-size: 18px; }
  .program-stats { grid-template-columns: 1fr 1fr; }
  .program-stats div { min-height: 170px; }
  .program-stats div:nth-child(even) { border-right: 0; }
  .program-stats div:last-child { grid-column: 1 / -1; }
  .program-cta { align-items: stretch; grid-template-columns: 1fr; }
  .testimonial-stack-section { padding: 80px 16px 0; }
  .testimonial-stack-section .testimonials-heading { margin-bottom: 64px; }
  .testimonials-heading h2 { font-size: 48px; }
  .testimonial-stack { padding-bottom: 25svh; --testimonial-card-height: min(360px,calc(100svh - 180px)); }
  .testimonial-stack-card { top: calc((100svh - var(--testimonial-card-height))/2); height: var(--testimonial-card-height); min-height: var(--testimonial-card-height); padding: 16px; }
  .testimonial-stack-card + .testimonial-stack-card { margin-top: 24svh; }
  .testimonial-card span { margin-bottom: 16px; }
  .testimonial-card img { max-height: calc(var(--testimonial-card-height) - 64px); }
  .voices { min-height: 0; padding: 0 0 90px; }
  .voices-heading { min-height: 260px; padding-inline: 18px; }
  .voices-heading h2 { font-size: 48px; }
  .voice-slide { min-height: 330px; padding: 24px 54px; }
  .voice-slide img { max-height: 290px; }
  .voices-arrow { width: 42px; height: 42px; font-size: 24px; }
  .voices-arrow-prev { left: 6px; }
  .voices-arrow-next { right: 6px; }
  .fit-image img { height: 540px; }
  .price-block { grid-template-columns: 1fr; }
  .price-block strong { margin: 10px 0; }
  .roi-grid { grid-template-columns: 1fr; }
  .roi-grid article { padding: 28px 0; border-top: 1px solid rgba(238,230,220,.28); border-left: 0; }
  .proof { min-height: 0; padding-top: 70px; padding-bottom: 38px; }
  .proof-copy { padding: 40px 0 28px; }
  .proof-image { height: 540px; }
  .proof-image img { object-position: 50% 18%; }
  .video-section { padding-inline: 18px; }
  .final-cta, .newsletter { grid-template-columns: 1fr; padding-inline: 20px; }
  .newsletter { gap: 34px; }
  .site-footer { grid-template-columns: 1fr; padding-inline: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
