:root {
  --black: #0b0b0b;
  --ink: #141414;
  --slate: #545454;
  --line: #d9d9d7;
  --soft: #f1f1ef;
  --white: #ffffff;
  --red: #e7352f;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrapper { width: min(100% - 40px, 1200px); margin-inline: auto; }
.section { padding: 100px 0; }
.sr-only { clip: rect(0,0,0,0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { background: var(--white); color: var(--black); font-weight: 700; left: 12px; padding: 12px 16px; position: fixed; top: -80px; z-index: 100; }
.skip-link:focus { top: 12px; }

.site-header { align-items: center; background: var(--black); color: var(--white); display: flex; height: 72px; justify-content: space-between; padding: 0 max(20px, calc((100vw - 1200px) / 2)); position: relative; z-index: 10; }
.brand { align-items: center; display: inline-flex; font-family: var(--display); font-size: 27px; font-weight: 800; gap: 9px; letter-spacing: -.5px; text-transform: uppercase; }
.brand > span:last-child span { color: var(--red); }
.brand-mark { align-items: center; background: var(--red); color: var(--white); display: inline-flex; font-family: var(--display); font-size: 13px; font-weight: 900; height: 28px; justify-content: center; letter-spacing: -1px; transform: skewX(-9deg); width: 28px; }
.site-nav { display: flex; gap: 31px; }
.site-nav a { color: #d1d1d1; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-nav a:hover { color: var(--white); }
.site-nav .nav-login { background: var(--red); color: var(--white); margin: -10px 0; padding: 10px 13px; }
.site-nav .nav-login:hover { background: var(--white); color: var(--black); }
.menu-toggle { background: transparent; border: 0; cursor: pointer; display: none; height: 42px; padding: 10px 0 10px 10px; width: 42px; }
.menu-toggle span:not(.sr-only) { background: var(--white); display: block; height: 2px; margin: 5px 0; transition: transform .2s; width: 22px; }

.hero { color: var(--white); min-height: 640px; overflow: hidden; position: relative; }
.hero-image { inset: 0; position: absolute; }
.hero-image img { filter: grayscale(42%) contrast(1.08) brightness(.72); height: 100%; object-fit: cover; object-position: center 42%; width: 100%; }
.hero-home .hero-image img { filter: contrast(1.05) brightness(.76); object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.56) 45%, rgba(0,0,0,.16) 100%); inset: 0; position: absolute; }
.hero-content { padding: 110px 0 88px; position: relative; z-index: 1; }
.eyebrow { align-items: center; display: flex; font-size: 10px; font-weight: 700; gap: 9px; letter-spacing: .15em; margin: 0 0 17px; text-transform: uppercase; }
.eyebrow span { background: currentColor; display: inline-block; height: 2px; width: 24px; }
.eyebrow.red { color: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: .91; text-transform: uppercase; }
h1 { font-size: clamp(59px, 8vw, 114px); letter-spacing: -.035em; margin-bottom: 26px; max-width: 830px; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-copy { color: #e1e1e1; font-size: 16px; line-height: 1.65; margin-bottom: 31px; max-width: 460px; }
.button { align-items: center; display: inline-flex; font-size: 11px; font-weight: 800; gap: 34px; justify-content: space-between; letter-spacing: .1em; min-height: 54px; padding: 0 20px; text-transform: uppercase; transition: background .2s, color .2s; }
.button-primary { background: var(--red); color: var(--white); }
.button-primary:hover { background: var(--white); color: var(--black); }
.button-light { background: var(--white); color: var(--black); }
.button-light:hover { background: var(--black); color: var(--white); }
.hero-index { align-items: center; bottom: 32px; display: flex; font-size: 10px; font-weight: 700; gap: 10px; letter-spacing: .1em; position: absolute; right: max(20px, calc((100vw - 1200px) / 2)); z-index: 2; }
.hero-index span { background: rgba(255,255,255,.5); height: 1px; width: 54px; }

.placeholder-image { align-items: center; background-color: #242424; background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 1px, transparent 1px, transparent 16px); color: rgba(255,255,255,.63); display: flex; font-family: var(--display); font-size: 15px; font-weight: 700; justify-content: center; letter-spacing: .11em; text-align: center; text-transform: uppercase; }
.placeholder-home { background-color: #252525; background-image: linear-gradient(115deg, rgba(10,10,10,.62), rgba(230,53,47,.18)), repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 1px, transparent 1px, transparent 16px); }
.placeholder-base { background-color: #535353; }
.placeholder-explosivo { background-color: #252525; }
.placeholder-lanzador { background-color: #731e1e; }

.intro-strip { background: var(--soft); padding: 30px 0; }
.split-grid { align-items: center; display: grid; gap: 28px; grid-template-columns: 1fr 1.15fr; }
.split-grid .eyebrow { margin: 0; }
.split-grid > p:last-child { color: #383838; font-size: 13px; line-height: 1.55; margin: 0; max-width: 540px; }
.section-heading { align-items: end; display: flex; gap: 50px; justify-content: space-between; margin-bottom: 45px; }
.section-heading h2, .coach-copy h2 { font-size: clamp(48px, 5vw, 70px); margin-bottom: 0; }
.section-heading > p { color: var(--slate); font-size: 13px; line-height: 1.6; margin: 0 0 3px; max-width: 315px; }
.program-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.program-card { background: var(--soft); display: flex; flex-direction: column; min-width: 0; }
.card-image { aspect-ratio: 1 / 1; display: block; overflow: hidden; position: relative; }
.card-image img { height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease; width: 100%; }
.card-image:hover img { transform: scale(1.025); }
.card-image b { bottom: 14px; color: rgba(255,255,255,.84); font-family: var(--display); font-size: 20px; position: absolute; right: 18px; }
.featured-card .card-image { background-color: #171717; }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 25px 24px 27px; }
.card-label { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .14em; margin-bottom: 9px; text-transform: uppercase; }
.card-body h3 { font-size: 35px; letter-spacing: -.02em; margin-bottom: 16px; }
.card-body > p:not(.card-label) { color: var(--slate); font-size: 12px; line-height: 1.65; margin-bottom: 24px; }
.text-link { align-items: center; border-bottom: 1px solid var(--ink); display: inline-flex; font-size: 10px; font-weight: 800; gap: 12px; letter-spacing: .09em; margin-top: auto; padding-bottom: 9px; text-transform: uppercase; width: fit-content; }
.text-link:hover { border-color: var(--red); color: var(--red); }

.statement-section { background: var(--black); color: var(--white); padding: 96px 0; }
.statement-layout { display: grid; grid-template-columns: 1fr 2fr; }
.statement-layout h2 { font-size: clamp(46px, 5vw, 70px); margin: 0; }
.coach-layout { align-items: center; display: grid; gap: clamp(35px, 7vw, 115px); grid-template-columns: minmax(280px, .8fr) 1fr; }
.coach-photo { background-color: #383838; height: 430px; overflow: hidden; }
.coach-photo img, .bonus-photo img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.coach-copy { max-width: 500px; }
.coach-copy h2 { margin-bottom: 25px; }
.coach-copy > p:not(.eyebrow) { color: var(--slate); font-size: 14px; line-height: 1.8; margin-bottom: 14px; }
.coaching-feature { background: var(--black); color: var(--white); padding: 100px 0; }
.coaching-feature-layout { align-items: end; display: grid; gap: 70px; grid-template-columns: 1fr .86fr; }
.coaching-feature h2 { font-size: clamp(49px, 5.4vw, 76px); margin: 0; }
.coaching-feature h2 em { color: var(--red); font-style: normal; }
.coaching-feature-copy { max-width: 460px; }
.coaching-feature-copy p { color: #c5c5c5; font-size: 14px; line-height: 1.8; }
.coaching-feature-copy .button { margin-top: 14px; }
.closing-cta { background: var(--red); color: var(--white); padding: 98px 0; }
.closing-cta h2 { font-size: clamp(46px, 5.5vw, 77px); margin-bottom: 31px; }
.closing-cta h2 em { color: var(--black); }
.site-footer { background: var(--black); color: var(--white); padding: 27px 0; }
.footer-layout { align-items: center; display: flex; gap: 20px; justify-content: space-between; }
.footer-layout .brand { font-size: 23px; }
.footer-layout .brand-mark { height: 24px; width: 24px; }
.footer-layout p { color: #999; font-size: 10px; margin: 0; }

/* Sales pages */
.sales-hero { color: var(--white); min-height: 560px; }
.sales-hero .hero-content { max-width: 880px; padding-top: 100px; }
.sales-hero h1 { margin-bottom: 22px; }
.sales-hero .hero-copy { font-size: 18px; max-width: 500px; }
.sales-hero[data-program="base"] .hero-image { background-color: #454545; }
.sales-hero[data-program="explosivo"] .hero-image { background-color: #202020; }
.sales-hero[data-program="lanzador"] .hero-image { background-color: #681c1b; }
.sales-summary { border-bottom: 1px solid var(--line); }
.summary-grid { display: grid; grid-template-columns: 1fr 2fr; padding: 68px 0; }
.summary-grid h2 { font-size: 48px; margin: 0; }
.summary-grid > div > p { color: var(--slate); font-size: 17px; line-height: 1.65; margin: 0; max-width: 650px; }
.content-section { padding: 90px 0; }
.content-heading { max-width: 570px; }
.content-heading h2 { font-size: clamp(46px, 5vw, 68px); margin-bottom: 20px; }
.content-heading > p:not(.eyebrow) { color: var(--slate); font-size: 14px; line-height: 1.8; }
.development-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); margin-top: 45px; }
.development-grid article { background: var(--soft); min-height: 200px; padding: 25px; }
.development-grid span { color: var(--red); display: block; font-family: var(--display); font-size: 32px; font-weight: 800; margin-bottom: 54px; }
.development-grid h3 { font-size: 29px; margin: 0; }
.program-details { background: var(--black); color: var(--white); }
.details-layout { display: grid; gap: 20px; grid-template-columns: 1fr 2fr; padding: 88px 0; }
.details-layout h2 { font-size: clamp(46px, 5vw, 68px); margin: 0; }
.details-copy { color: #c5c5c5; font-size: 14px; line-height: 1.75; max-width: 640px; }
.details-copy p { margin-bottom: 19px; }
.details-copy strong { color: var(--white); }
.pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.pill { border: 1px solid #4f4f4f; color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .08em; padding: 11px 13px; text-transform: uppercase; }
.bonus-section { background: var(--soft); }
.bonus-layout { align-items: center; display: grid; gap: 60px; grid-template-columns: .9fr 1.1fr; padding: 80px 0; }
.bonus-photo { height: 390px; overflow: hidden; }
.bonus-copy h2 { font-size: clamp(43px, 5vw, 65px); margin-bottom: 17px; }
.bonus-copy p { color: var(--slate); font-size: 14px; line-height: 1.8; max-width: 500px; }
.benefit-trio { background: var(--black); color: var(--white); padding: 1px 0; }
.benefit-trio .wrapper { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit-trio h3 { border-left: 1px solid #3d3d3d; font-size: clamp(29px, 3.1vw, 43px); margin: 0; min-height: 180px; padding: 66px 24px 24px; }
.benefit-trio h3:first-child { border-left: 0; }
.sales-cta { background: var(--red); color: var(--white); padding: 95px 0; }
.sales-cta h2 { font-size: clamp(47px, 5.5vw, 76px); margin-bottom: 31px; max-width: 950px; }
.sales-cta h2 em { color: var(--black); }
.is-disabled { cursor: not-allowed; opacity: .65; }

@media (max-width: 720px) {
  .wrapper { width: min(100% - 32px, 1200px); }
  .site-header { height: 64px; padding: 0 16px; }
  .brand { font-size: 24px; }
  .site-nav { background: var(--black); display: none; left: 0; padding: 10px 16px 22px; position: absolute; right: 0; top: 64px; }
  .site-nav.is-open { display: grid; gap: 2px; }
  .site-nav a { padding: 12px 0; }
  .site-nav .nav-login { margin: 4px 0 0; padding: 12px; text-align: center; }
  .menu-toggle { display: block; }
  .hero { min-height: 620px; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.85), rgba(0,0,0,.38)); }
  .hero-content { padding: 95px 0 70px; }
  h1 { font-size: clamp(53px, 17vw, 74px); }
  .hero-copy { font-size: 15px; }
  .hero-index { bottom: 26px; right: 16px; }
  .split-grid, .statement-layout, .summary-grid, .details-layout { grid-template-columns: 1fr; }
  .intro-strip { padding: 27px 0; }
  .section { padding: 70px 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; margin-bottom: 30px; }
  .section-heading h2, .coach-copy h2 { font-size: 51px; }
  .program-grid { gap: 17px; grid-template-columns: 1fr; }
  .card-image { height: auto; }
  .statement-section { padding: 70px 0; }
  .statement-layout { gap: 20px; }
  .statement-layout h2 { font-size: 48px; }
  .coach-layout, .coaching-feature-layout { grid-template-columns: 1fr; }
  .coach-photo { height: 380px; }
  .coaching-feature { padding: 70px 0; }
  .coaching-feature-layout { gap: 24px; }
  .closing-cta { padding: 73px 0; }
  .closing-cta h2 { font-size: 49px; }
  .footer-layout { align-items: flex-start; flex-direction: column; gap: 13px; }
  .sales-hero { min-height: 570px; }
  .sales-hero .hero-content { padding-top: 91px; }
  .summary-grid { gap: 23px; padding: 59px 0; }
  .summary-grid h2 { font-size: 45px; }
  .summary-grid > div > p { font-size: 15px; }
  .content-section { padding: 70px 0; }
  .content-heading h2 { font-size: 48px; }
  .development-grid { grid-template-columns: repeat(2, 1fr); margin-top: 30px; }
  .development-grid article { min-height: 160px; padding: 18px; }
  .development-grid span { font-size: 27px; margin-bottom: 38px; }
  .details-layout { gap: 25px; padding: 69px 0; }
  .bonus-layout { gap: 35px; grid-template-columns: 1fr; padding: 66px 0; }
  .bonus-photo { height: 355px; }
  .benefit-trio .wrapper { grid-template-columns: 1fr; }
  .benefit-trio h3, .benefit-trio h3:first-child { border-left: 0; border-top: 1px solid #3d3d3d; min-height: auto; padding: 33px 0; }
  .benefit-trio h3:first-child { border-top: 0; }
  .sales-cta { padding: 72px 0; }
  .sales-cta h2 { font-size: 49px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* Focused program landing pages */
.landing-page { background: var(--white); }
.landing-header .site-nav a:first-child { color: var(--white); }
.landing-hero { background: var(--black); color: var(--white); overflow: hidden; }
.landing-hero-grid { align-items: center; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); min-height: 650px; }
.landing-hero-copy { padding: 72px 6vw 72px 0; position: relative; z-index: 1; }
.back-link { align-items: center; color: #bbb; display: inline-flex; font-size: 10px; font-weight: 800; gap: 8px; letter-spacing: .1em; margin-bottom: 52px; text-transform: uppercase; }
.back-link:hover { color: var(--white); }
.landing-hero h1 { font-size: clamp(64px, 7vw, 104px); margin: 0 0 23px; max-width: 700px; }
.landing-lead { color: #d0d0d0; font-size: 16px; line-height: 1.7; margin-bottom: 24px; max-width: 530px; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0 0 31px; padding: 0; }
.hero-benefits li { border: 1px solid #484848; color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .08em; padding: 10px 12px; text-transform: uppercase; }
.cta-caption { color: #929292; font-size: 10px; line-height: 1.5; margin: 11px 0 0; }
.landing-poster { align-self: stretch; background: #151515; min-height: 100%; position: relative; }
.landing-poster::before { background: linear-gradient(90deg, var(--black), transparent 20%); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.landing-poster img { display: block; height: 100%; object-fit: cover; width: 100%; }
.buyer-bar { border-bottom: 1px solid var(--line); }
.buyer-bar .wrapper { display: grid; grid-template-columns: repeat(3, 1fr); }
.buyer-bar article { border-left: 1px solid var(--line); min-height: 116px; padding: 29px 30px; }
.buyer-bar article:first-child { border-left: 0; }
.buyer-bar strong { color: var(--red); display: block; font-family: var(--display); font-size: 34px; line-height: .9; margin-bottom: 8px; text-transform: uppercase; }
.buyer-bar span { color: var(--slate); font-size: 11px; line-height: 1.45; }
.landing-section { padding: 110px 0; }
.section-layout { align-items: start; display: grid; gap: 80px; grid-template-columns: .8fr 1.2fr; }
.section-layout h2, .landing-section > .wrapper > h2 { font-size: clamp(50px, 5.4vw, 76px); margin: 0; }
.section-layout h2 em, .landing-section > .wrapper > h2 em { color: var(--red); font-style: normal; }
.section-intro { color: var(--slate); font-size: 15px; line-height: 1.8; margin: 0 0 24px; max-width: 600px; }
.fit-list { border-top: 1px solid var(--line); list-style: none; margin: 31px 0 0; padding: 0; }
.fit-list li { align-items: baseline; border-bottom: 1px solid var(--line); display: flex; font-size: 15px; font-weight: 600; gap: 14px; padding: 17px 0; }
.fit-list li::before { color: var(--red); content: "01"; font-family: var(--display); font-size: 21px; font-weight: 800; }
.fit-list li:nth-child(2)::before { content: "02"; }
.fit-list li:nth-child(3)::before { content: "03"; }
.fit-list li:nth-child(4)::before { content: "04"; }
.outcomes-section { background: var(--soft); }
.section-top { align-items: end; display: flex; gap: 40px; justify-content: space-between; margin-bottom: 43px; }
.section-top h2 { font-size: clamp(50px, 5.4vw, 76px); margin: 0; }
.section-top > p { color: var(--slate); font-size: 13px; line-height: 1.7; margin: 0; max-width: 330px; }
.outcome-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); }
.outcome-grid article { background: var(--white); min-height: 222px; padding: 28px 24px; }
.outcome-grid span { color: var(--red); display: block; font-family: var(--display); font-size: 27px; font-weight: 800; margin-bottom: 63px; }
.outcome-grid h3 { font-size: 30px; margin: 0 0 10px; }
.outcome-grid p { color: var(--slate); font-size: 11px; line-height: 1.6; margin: 0; }
.program-map { background: var(--black); color: var(--white); }
.program-map .wrapper { padding: 100px 0; }
.program-map h2 { font-size: clamp(50px, 5.4vw, 76px); margin-bottom: 42px; }
.program-map h2 em { color: var(--red); font-style: normal; }
.week-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.week-grid article { border-left: 1px solid #3d3d3d; min-height: 213px; padding: 28px 30px; }
.week-grid article:first-child { border-left: 0; }
.week-grid span { color: var(--red); display: block; font-size: 10px; font-weight: 800; letter-spacing: .1em; margin-bottom: 53px; text-transform: uppercase; }
.week-grid h3 { font-size: 36px; margin: 0 0 12px; }
.week-grid p { color: #b5b5b5; font-size: 12px; line-height: 1.65; margin: 0; max-width: 270px; }
.coach-proof { overflow: hidden; }
.coach-proof-grid { align-items: stretch; display: grid; grid-template-columns: .9fr 1.1fr; }
.coach-proof-image { background: #292929; min-height: 490px; }
.coach-proof-image img { height: 100%; object-fit: cover; width: 100%; }
.coach-proof-copy { align-self: center; padding: 80px clamp(30px, 7vw, 110px); }
.coach-proof-copy h2 { font-size: clamp(49px, 5vw, 69px); margin-bottom: 24px; }
.coach-proof-copy > p:not(.eyebrow) { color: var(--slate); font-size: 14px; line-height: 1.85; max-width: 510px; }
.landing-cta { background: var(--red); color: var(--white); padding: 105px 0; }
.landing-cta .wrapper { align-items: end; display: flex; gap: 38px; justify-content: space-between; }
.landing-cta h2 { font-size: clamp(50px, 5.8vw, 80px); margin: 0; max-width: 850px; }
.landing-cta h2 em { color: var(--black); font-style: normal; }
.landing-cta .button { flex: 0 0 auto; }

/* Coaching 1:1 */
.coaching-hero { background: var(--black); color: var(--white); min-height: 650px; overflow: hidden; position: relative; }
.coaching-hero-image, .coaching-hero-shade { inset: 0; position: absolute; }
.coaching-hero-image img { filter: grayscale(.18) contrast(1.08) brightness(.56); height: 100%; object-fit: cover; object-position: center 40%; width: 100%; }
.coaching-hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.62) 48%, rgba(0,0,0,.17)); }
.coaching-hero-content { padding: 118px 0 100px; position: relative; z-index: 1; }
.coaching-hero h1 { font-size: clamp(62px, 7.4vw, 108px); margin-bottom: 22px; max-width: 830px; }
.coaching-hero h1 em, .coaching-intro h2 em, .coaching-includes h2 em, .coaching-tiers h2 em, .application-section h2 em, .thank-you h1 em { color: var(--red); font-style: normal; }
.coaching-hero-content > p:not(.eyebrow) { color: #dedede; font-size: 17px; line-height: 1.7; margin-bottom: 30px; max-width: 560px; }
.coaching-hero small { color: #aaa; display: block; font-size: 10px; margin-top: 13px; }
.coaching-intro-layout { display: grid; gap: 95px; grid-template-columns: .85fr 1.15fr; }
.coaching-intro h2, .coaching-includes h2, .application-section h2 { font-size: clamp(52px, 5.5vw, 77px); margin: 0; }
.coaching-intro-layout > div:last-child > p { color: var(--slate); font-size: 16px; line-height: 1.85; margin: 0; max-width: 620px; }
.coaching-check-list { border-top: 1px solid var(--line); list-style: none; margin: 34px 0 0; padding: 0; }
.coaching-check-list li { border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 600; padding: 16px 0 16px 31px; position: relative; }
.coaching-check-list li::before { color: var(--red); content: "↗"; font-weight: 800; left: 4px; position: absolute; }
.coaching-includes { background: var(--black); color: var(--white); padding: 100px 0; }
.coaching-includes h2 { margin-bottom: 48px; }
.coaching-includes-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); }
.coaching-includes-grid article { background: #171717; min-height: 230px; padding: 28px 24px; }
.coaching-includes-grid span, .coaching-process-grid span { color: var(--red); display: block; font-family: var(--display); font-size: 28px; font-weight: 800; margin-bottom: 57px; }
.coaching-includes-grid h3 { font-size: 30px; margin-bottom: 11px; }
.coaching-includes-grid p { color: #b8b8b8; font-size: 12px; line-height: 1.65; margin: 0; }
.tier-grid { display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); }
.tier-card { background: var(--soft); display: flex; flex-direction: column; min-height: 570px; padding: 35px; }
.tier-card h3 { font-size: clamp(47px, 5vw, 66px); margin: 0 0 25px; }
.tier-price { font-family: var(--display); font-size: 57px; font-weight: 800; letter-spacing: -.03em; line-height: .9; margin: 0 0 18px; }
.tier-price span { font-family: var(--body); font-size: 12px; letter-spacing: .05em; vertical-align: middle; }
.tier-summary { color: var(--slate); font-size: 13px; line-height: 1.7; max-width: 390px; }
.tier-card ul { border-top: 1px solid #cacac8; list-style: none; margin: 15px 0 30px; padding: 0; }
.tier-card li { border-bottom: 1px solid #cacac8; font-size: 12px; font-weight: 600; padding: 13px 0 13px 23px; position: relative; }
.tier-card li::before { color: var(--red); content: "✓"; left: 0; position: absolute; }
.tier-card .button { margin-top: auto; width: fit-content; }
.tier-card-premium { background: var(--red); color: var(--white); }
.tier-card-premium .card-label { color: var(--black); }
.tier-card-premium .tier-summary { color: #fff; }
.tier-card-premium ul, .tier-card-premium li { border-color: rgba(255,255,255,.42); }
.tier-card-premium li::before { color: var(--black); }
.coaching-process { background: var(--soft); padding: 95px 0; }
.coaching-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.coaching-process-grid article { border-left: 1px solid var(--line); min-height: 200px; padding: 8px 30px 10px; }
.coaching-process-grid article:first-child { border-left: 0; padding-left: 0; }
.coaching-process-grid span { margin-bottom: 55px; }
.coaching-process-grid h3 { font-size: 38px; margin: 0 0 12px; }
.coaching-process-grid p { color: var(--slate); font-size: 12px; line-height: 1.7; margin: 0; max-width: 260px; }
.application-section { padding: 105px 0; }
.application-layout { align-items: start; display: grid; gap: 85px; grid-template-columns: .75fr 1.25fr; }
.application-layout > div > p:not(.eyebrow) { color: var(--slate); font-size: 14px; line-height: 1.85; margin-top: 25px; max-width: 410px; }
.application-layout .application-note { border-left: 2px solid var(--red); color: var(--ink); font-size: 11px; font-weight: 600; padding-left: 13px; }
.application-section form { background: var(--soft); padding: 32px; }
.form-grid { display: grid; gap: 19px; grid-template-columns: repeat(2, 1fr); margin-bottom: 27px; }
.form-grid label { color: #333; display: grid; font-size: 10px; font-weight: 800; gap: 8px; letter-spacing: .07em; text-transform: uppercase; }
.form-grid input:not([type="checkbox"]), .form-grid select, .form-grid textarea { background: var(--white); border: 1px solid #d0d0ce; border-radius: 0; color: var(--ink); font: 400 13px var(--body); letter-spacing: 0; min-height: 46px; outline: none; padding: 12px; text-transform: none; width: 100%; }
.form-grid textarea { line-height: 1.5; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--red); box-shadow: 0 0 0 2px rgba(231,53,47,.14); }
.form-full { grid-column: 1 / -1; }
.form-grid .check-label { align-items: start; display: flex; font-size: 10px; gap: 10px; letter-spacing: .02em; line-height: 1.55; text-transform: none; }
.check-label input { accent-color: var(--red); margin: 1px 0 0; }
.hidden-field { display: none; }
.thank-you { align-items: center; display: flex; min-height: calc(100vh - 131px); padding: 100px 0; }
.thank-you .wrapper { max-width: 850px; }
.thank-you h1 { font-size: clamp(58px, 8vw, 110px); margin-bottom: 25px; }
.thank-you p:not(.eyebrow) { color: var(--slate); font-size: 16px; line-height: 1.8; margin-bottom: 30px; max-width: 600px; }

/* About Coach Gam */
.about-hero { background: var(--black); color: var(--white); min-height: 650px; overflow: hidden; position: relative; }
.about-hero-image, .about-hero-shade { inset: 0; position: absolute; }
.about-hero-image img { filter: contrast(1.08) brightness(.62); height: 100%; object-fit: cover; object-position: center 32%; width: 100%; }
.about-hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.55) 50%, rgba(0,0,0,.12)); }
.about-hero-content { padding: 112px 0 95px; position: relative; z-index: 1; }
.about-hero h1 { font-size: clamp(68px, 8vw, 114px); margin-bottom: 25px; }
.about-hero h1 em, .about-intro h2 em, .about-method h2 em, .about-gallery h2 em, .about-credentials h2 em, .about-cta h2 em { color: var(--red); font-style: normal; }
.about-hero p:not(.eyebrow) { color: #dfdfdf; font-size: 16px; line-height: 1.75; max-width: 530px; }
.about-intro-layout { display: grid; gap: 95px; grid-template-columns: .85fr 1.15fr; }
.about-intro h2, .about-credentials h2 { font-size: clamp(52px, 5.4vw, 76px); margin: 0; }
.about-intro-layout > div:last-child { max-width: 650px; }
.about-intro-layout > div:last-child p { color: var(--slate); font-size: 16px; line-height: 1.85; }
.about-numbers { background: var(--black); color: var(--white); }
.about-numbers .wrapper { display: grid; grid-template-columns: repeat(3, 1fr); }
.about-numbers article { border-left: 1px solid #3e3e3e; min-height: 150px; padding: 34px 30px; }
.about-numbers article:first-child { border-left: 0; padding-left: 0; }
.about-numbers strong { color: var(--red); display: block; font-family: var(--display); font-size: 59px; line-height: .85; margin-bottom: 12px; }
.about-numbers span { color: #c8c8c8; display: block; font-size: 11px; line-height: 1.5; max-width: 180px; }
.about-method { background: var(--soft); }
.about-method-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); }
.about-method-grid article { background: var(--white); min-height: 224px; padding: 28px 24px; }
.about-method-grid span { color: var(--red); display: block; font-family: var(--display); font-size: 29px; font-weight: 800; margin-bottom: 55px; }
.about-method-grid h3 { font-size: 31px; margin: 0 0 10px; }
.about-method-grid p { color: var(--slate); font-size: 11px; line-height: 1.65; margin: 0; }
.about-gallery { background: var(--black); color: var(--white); display: grid; grid-template-columns: 1.05fr .7fr 1fr; min-height: 610px; }
.about-gallery-main, .about-gallery-stack { min-height: 610px; overflow: hidden; }
.about-gallery-main img, .about-gallery-stack img { display: block; height: 100%; object-fit: cover; width: 100%; }
.about-gallery-stack { display: grid; grid-template-rows: 1fr 1fr; }
.about-gallery-stack img { min-height: 0; }
.about-gallery-copy { align-self: center; padding: clamp(40px, 6vw, 100px); }
.about-gallery h2 { font-size: clamp(48px, 5vw, 70px); margin-bottom: 23px; }
.about-gallery-copy > p:not(.eyebrow) { color: #c8c8c8; font-size: 14px; line-height: 1.85; }
.about-credentials-layout { display: grid; gap: 90px; grid-template-columns: .8fr 1.2fr; }
.credential-list { border-top: 1px solid var(--line); }
.credential-list article { border-bottom: 1px solid var(--line); padding: 21px 0; }
.credential-list strong { display: block; font-size: 14px; line-height: 1.55; }
.credential-list span { color: var(--slate); display: block; font-size: 12px; line-height: 1.65; margin-top: 4px; }
.about-cta { background: var(--red); color: var(--white); padding: 104px 0; }
.about-cta h2 { font-size: clamp(51px, 5.8vw, 80px); margin-bottom: 32px; max-width: 960px; }
.about-cta h2 em { color: var(--black); }
.about-cta-link { border-color: var(--white); margin: 0 0 0 21px; }
.about-cta-link:hover { border-color: var(--black); color: var(--black); }

@media (max-width: 720px) {
  .coaching-hero { min-height: 650px; }
  .coaching-hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.91), rgba(0,0,0,.45)); }
  .coaching-hero-content { padding: 97px 0 75px; }
  .coaching-hero h1 { font-size: clamp(54px, 17vw, 76px); }
  .coaching-hero-content > p:not(.eyebrow) { font-size: 15px; }
  .coaching-intro-layout, .application-layout { gap: 30px; grid-template-columns: 1fr; }
  .coaching-intro h2, .coaching-includes h2, .application-section h2 { font-size: 50px; }
  .coaching-includes { padding: 70px 0; }
  .coaching-includes h2 { margin-bottom: 30px; }
  .coaching-includes-grid, .tier-grid { grid-template-columns: 1fr; }
  .coaching-includes-grid article { min-height: 175px; }
  .coaching-includes-grid span { margin-bottom: 36px; }
  .tier-card { min-height: auto; padding: 27px 23px; }
  .tier-card h3 { font-size: 49px; }
  .coaching-process { padding: 70px 0; }
  .coaching-process-grid { grid-template-columns: 1fr; }
  .coaching-process-grid article, .coaching-process-grid article:first-child { border-left: 0; border-top: 1px solid var(--line); min-height: auto; padding: 28px 0; }
  .coaching-process-grid article:first-child { border-top: 0; padding-top: 5px; }
  .coaching-process-grid span { margin-bottom: 27px; }
  .application-section { padding: 72px 0; }
  .application-section form { padding: 22px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .thank-you { min-height: calc(100vh - 116px); padding: 74px 0; }
  .about-hero { min-height: 620px; }
  .about-hero-content { padding: 95px 0 75px; }
  .about-hero h1 { font-size: clamp(59px, 18vw, 78px); }
  .about-intro-layout, .about-credentials-layout { gap: 30px; grid-template-columns: 1fr; }
  .about-intro h2, .about-credentials h2 { font-size: 50px; }
  .about-numbers .wrapper, .about-method-grid { grid-template-columns: 1fr; }
  .about-numbers article, .about-numbers article:first-child { border-left: 0; border-top: 1px solid #3e3e3e; min-height: auto; padding: 25px 0; }
  .about-numbers article:first-child { border-top: 0; }
  .about-method-grid article { min-height: 170px; }
  .about-method-grid span { margin-bottom: 35px; }
  .about-gallery { grid-template-columns: 1fr; }
  .about-gallery-main { min-height: 430px; }
  .about-gallery-stack { grid-template-columns: 1fr 1fr; grid-template-rows: 280px; min-height: 280px; }
  .about-gallery-copy { padding: 70px 16px; }
  .about-gallery h2 { font-size: 50px; }
  .about-cta { padding: 72px 0; }
  .about-cta h2 { font-size: 50px; }
  .about-cta-link { display: flex; margin: 23px 0 0; }
}

@media (max-width: 720px) {
  .landing-hero-grid, .section-layout, .coach-proof-grid { grid-template-columns: 1fr; }
  .landing-hero-copy { padding: 47px 0 58px; }
  .back-link { margin-bottom: 35px; }
  .landing-hero h1 { font-size: clamp(57px, 17vw, 76px); }
  .landing-poster { aspect-ratio: 1 / 1; min-height: auto; }
  .landing-poster::before { background: linear-gradient(180deg, var(--black), transparent 23%); }
  .buyer-bar .wrapper { grid-template-columns: 1fr; }
  .buyer-bar article, .buyer-bar article:first-child { border-bottom: 1px solid var(--line); border-left: 0; min-height: auto; padding: 20px 0; }
  .buyer-bar article:last-child { border-bottom: 0; }
  .landing-section { padding: 72px 0; }
  .section-layout { gap: 27px; }
  .section-layout h2, .landing-section > .wrapper > h2, .section-top h2, .program-map h2 { font-size: 52px; }
  .section-top { align-items: start; flex-direction: column; gap: 18px; margin-bottom: 30px; }
  .outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .outcome-grid article { min-height: 183px; padding: 20px 17px; }
  .outcome-grid span { margin-bottom: 43px; }
  .outcome-grid h3 { font-size: 27px; }
  .program-map .wrapper { padding: 72px 0; }
  .week-grid { grid-template-columns: 1fr; }
  .week-grid article, .week-grid article:first-child { border-left: 0; border-top: 1px solid #3d3d3d; min-height: auto; padding: 29px 0; }
  .week-grid article:first-child { border-top: 0; }
  .week-grid span { margin-bottom: 23px; }
  .coach-proof-image { min-height: 390px; }
  .coach-proof-copy { padding: 62px 16px; }
  .landing-cta { padding: 73px 0; }
  .landing-cta .wrapper { align-items: start; flex-direction: column; }
  .landing-cta h2 { font-size: 52px; }
}

/* Compact choice-first homepage and focused program pages */
.simple-home .hero { min-height: 360px; }
.simple-home .hero-content { padding: 52px 0; }
.simple-home h1 { font-size: clamp(48px, 6vw, 78px); max-width: 730px; }
.simple-home .hero-copy { margin-bottom: 20px; }
.simple-home .programs { padding: 48px 0; scroll-margin-top: 16px; }
.simple-home .section-heading { margin-bottom: 24px; }
.simple-home .section-heading h2 { font-size: 48px; }
.simple-home .card-body { padding: 20px; }
.simple-home .card-body h3 { font-size: 30px; }
.simple-home .card-body > p:not(.card-label) { margin-bottom: 12px; }
.coaching-choice { display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--black); color: white; padding: 24px; margin-top: 16px; border-left: 4px solid var(--red); }
.coaching-choice h3 { font-size: 32px; margin-bottom: 8px; }
.coaching-choice p:not(.card-label) { font-size: 13px; color: #ccc; margin: 0; line-height: 1.5; }
.choice-action { font-size: 11px; font-weight: 700; white-space: nowrap; }
.coaching-choice:hover .choice-action { color: var(--red); }
.simple-home .coach-section { padding: 44px 0; background: var(--soft); }
.simple-home .coach-photo { height: 240px; }
.simple-home .coach-copy h2 { font-size: 42px; margin-bottom: 14px; }
.simple-landing .landing-hero-grid { min-height: 470px; grid-template-columns: 1.2fr .8fr; gap: 35px; }
.simple-landing .landing-hero-copy { padding: 40px 0; }
.simple-landing .back-link { margin-bottom: 24px; }
.simple-landing .landing-hero h1 { font-size: clamp(48px, 6vw, 78px); }
.simple-landing .landing-poster { align-self: center; min-height: 0; aspect-ratio: 1; }
.simple-landing .landing-poster img { object-fit: contain; }
.simple-landing .landing-poster::before { display: none; }
.simple-landing .landing-section { padding: 42px 0; }
.simple-landing .section-layout { gap: 36px; }
.simple-landing .section-layout h2, .simple-landing .section-top h2 { font-size: 42px; }
.simple-landing .fit-list { margin: 0; }
.simple-landing .fit-list li { font-size: 14px; padding: 12px 0; }
.simple-landing .section-top { margin-bottom: 24px; }
.simple-landing .outcome-grid article { min-height: 0; padding: 22px; }
.simple-landing .outcome-grid span { margin-bottom: 18px; }
.simple-landing .landing-cta { padding: 36px 0; }
.simple-landing .landing-cta h2 { font-size: 42px; margin-bottom: 14px; }
a:focus-visible, button:focus-visible { outline: 3px solid #e7352f; outline-offset: 4px; }
@media (max-width: 720px) {
  .simple-home .hero { min-height: 0; }
  .simple-home .hero-content { padding: 30px 0; }
  .simple-home h1 { font-size: clamp(38px, 10vw, 52px); margin-bottom: 14px; }
  .simple-home .hero-copy { font-size: 13px; margin-bottom: 16px; }
  .simple-home .eyebrow { margin-bottom: 10px; }
  .simple-home .programs { padding: 28px 0; }
  .simple-home .section-heading { gap: 8px; margin-bottom: 18px; }
  .simple-home .section-heading h2 { font-size: 36px; }
  .simple-home .section-heading > p { font-size: 12px; max-width: none; }
  .simple-home .program-grid { gap: 10px; }
  .simple-home .program-card { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 12px; padding: 12px; }
  .simple-home .card-image { width: 88px; height: 88px; aspect-ratio: 1; align-self: center; }
  .simple-home .card-body { padding: 0; }
  .simple-home .card-label { font-size: 8px; margin-bottom: 5px; }
  .simple-home .card-body h3 { font-size: clamp(23px, 6.3vw, 29px); margin-bottom: 6px; }
  .simple-home .card-body > p:not(.card-label) { font-size: 11px; line-height: 1.4; margin-bottom: 5px; }
  .simple-home .card-body .text-link { min-height: 32px; font-size: 9px; padding-bottom: 2px; }
  .coaching-choice { padding: 16px; gap: 12px; align-items: start; flex-direction: column; }
  .coaching-choice h3 { font-size: 29px; }
  .coaching-choice p:not(.card-label) { font-size: 12px; }
  .choice-action { min-height: 32px; display: flex; align-items: center; gap: 10px; }
  .simple-home .coach-layout { grid-template-columns: 88px minmax(0, 1fr); gap: 18px; align-items: start; }
  .simple-home .coach-photo { height: 120px; }
  .simple-home .coach-copy h2 { font-size: 32px; }
  .simple-home .coach-copy > p:not(.eyebrow) { font-size: 12px; }
  .simple-landing .landing-hero-grid { grid-template-columns: 1fr; gap: 0; min-height: 0; position: relative; }
  .simple-landing .landing-hero-copy { padding: 28px 0; }
  .simple-landing .back-link { margin-bottom: 28px; padding-right: 88px; font-size: 9px; }
  .simple-landing .landing-poster { position: absolute; right: 0; top: 20px; width: 70px; height: 70px; }
  .simple-landing .landing-hero h1 { font-size: 46px; margin-top: 25px; }
  .simple-landing .landing-lead { font-size: 14px; margin-bottom: 18px; }
  .simple-landing .hero-benefits { gap: 5px; margin-bottom: 20px; }
  .simple-landing .hero-benefits li { font-size: 9px; padding: 8px; }
  .simple-landing .button { letter-spacing: .04em; font-size: 10px; gap: 12px; }
  .simple-landing .section-layout { gap: 18px; }
  .simple-landing .section-layout h2, .simple-landing .section-top h2 { font-size: 34px; }
  .simple-landing .section-top > p { display: none; }
  .simple-landing .outcome-grid article { padding: 16px; }
  .simple-landing .outcome-grid h3 { font-size: 25px; }
  .simple-landing .landing-cta .wrapper { gap: 18px; }
}
