:root {
  --black: #080808;
  --black-soft: #111111;
  --red: #d5262d;
  --red-dark: #ae181e;
  --paper: #f2f0eb;
  --white: #ffffff;
  --muted: #696864;
  --line: #d6d3cc;
  --display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; background: var(--paper); color: var(--black); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.skip-link { position: fixed; z-index: 1000; top: -60px; left: 16px; background: var(--white); color: var(--black); padding: 12px 18px; border-radius: 4px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .25s, height .25s, box-shadow .25s; }
.site-header.scrolled { height: 68px; background: rgba(8,8,8,.94); backdrop-filter: blur(14px); box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.brand { display: flex; align-items: center; gap: 11px; min-width: 205px; }
.brand-mark { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 50%; background-image: url("srk-shanta-hero.jpeg"); background-repeat: no-repeat; background-size: 348px auto; background-position: -37px -1px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); }
.brand-name { color: var(--white); font-family: var(--display); font-size: 21px; font-stretch: condensed; font-weight: 900; letter-spacing: -.03em; }
.brand-name span { color: var(--red); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; }
.main-nav > a:not(.nav-cta) { opacity: .72; transition: opacity .2s; }
.main-nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { display: inline-flex; gap: 28px; align-items: center; background: var(--red); color: var(--white); padding: 13px 17px; border-radius: 3px; }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 6px 0; background: var(--white); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 790px; display: flex; align-items: center; overflow: hidden; padding: 138px 5vw 110px; background: var(--black); color: var(--white); isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 64% 34%, rgba(213,38,45,.16), transparent 35%), linear-gradient(90deg, rgba(8,8,8,1) 0%, rgba(8,8,8,.96) 42%, rgba(8,8,8,.45) 72%, rgba(8,8,8,.35) 100%); }
.hero::after { content: ""; position: absolute; z-index: 2; bottom: 0; left: 0; width: 39%; height: 10px; background: var(--red); transform: skewX(-35deg) translateX(-20px); transform-origin: left; }
.hero-photo { position: absolute; z-index: -2; inset: 0 0 0 46%; background-image: url("srk-shanta-hero.jpeg"); background-repeat: no-repeat; background-size: cover; background-position: 76% 7%; filter: contrast(1.05) saturate(.85); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, var(--black) 0%, transparent 25%), linear-gradient(90deg, var(--black) 0%, transparent 50%); }
.hero-grid { position: absolute; z-index: -1; right: 3vw; top: 120px; width: 40vw; height: 500px; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to left, black, transparent 75%); }
.hero-inner { width: min(850px, 66vw); position: relative; z-index: 3; }
.kicker { display: flex; align-items: center; gap: 11px; margin: 0; color: #c8c8c8; font-size: 11px; line-height: 1.3; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.kicker span { width: 28px; height: 3px; background: var(--red); }
.kicker-dark { color: #66645f; }
h1, h2 { margin: 26px 0; font-family: var(--display); font-weight: 900; font-stretch: condensed; letter-spacing: -.045em; line-height: .88; }
h1 { font-size: clamp(62px, 7.5vw, 116px); }
h2 { font-size: clamp(50px, 6vw, 88px); }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-lead { max-width: 620px; margin: 0; color: #c0c0c0; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 34px; min-height: 52px; padding: 0 21px; border: 0; border-radius: 3px; cursor: pointer; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: var(--white); }
.button-primary:hover { background: var(--red-dark); }
.button-quiet { color: var(--white); border: 1px solid rgba(255,255,255,.28); }
.button-dark { background: var(--black); color: var(--white); }
.button-dark:disabled { cursor: not-allowed; opacity: .35; transform: none; }
.hero-proof { display: flex; align-items: center; gap: 18px; margin-top: 68px; color: #9a9a9a; font-family: var(--display); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-proof i { width: 4px; height: 4px; border-radius: 50%; background: var(--red); }
.hero-badge { position: absolute; z-index: 4; right: 5vw; bottom: 64px; display: flex; align-items: center; gap: 13px; padding: 17px 20px; background: var(--white); color: var(--black); box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.hero-badge strong { color: var(--red); font-family: var(--display); font-size: 40px; line-height: .8; }
.hero-badge span { font-size: 10px; line-height: 1.3; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.path-section { padding: 118px 5vw 132px; background: var(--paper); }
.section-heading { width: min(1440px, 100%); margin: 0 auto 64px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 9vw; align-items: end; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0 0 8px; max-width: 520px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.booking-shell { width: min(1440px, 100%); margin: auto; background: var(--white); border: 1px solid var(--line); box-shadow: 0 34px 90px rgba(20,18,15,.08); }
.booking-progress { min-height: 78px; display: flex; align-items: center; justify-content: center; gap: 21px; padding: 14px 3vw; color: #8a8883; border-bottom: 1px solid var(--line); }
.progress-step { display: flex; align-items: center; gap: 10px; padding: 0; border: 0; background: none; cursor: pointer; color: inherit; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.progress-step span { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; border: 1px solid #bbb8b1; border-radius: 50%; font-size: 11px; }
.progress-step.active { color: var(--black); }
.progress-step.active span, .progress-step.done span { border-color: var(--red); background: var(--red); color: var(--white); }
.progress-step.done { color: #5f5d58; }
.booking-progress > i { width: 56px; height: 1px; background: #ccc9c2; }
.booking-layout { display: grid; grid-template-columns: minmax(0,1fr) 315px; }
.booking-main { min-width: 0; padding: 50px; }
.booking-panel[hidden] { display: none; }
.booking-panel.active { animation: panel-in .35s ease both; }
@keyframes panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.panel-head { margin-bottom: 34px; }
.panel-head p { margin: 0 0 10px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.panel-head h3 { margin: 0; font-family: var(--display); font-size: clamp(30px, 3vw, 43px); letter-spacing: -.025em; line-height: 1; }
.panel-head > span { display: block; margin-top: 10px; color: #74716c; font-size: 13px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.offer-card { min-height: 340px; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; text-align: left; background: #f8f7f4; border: 1px solid #e2dfd8; border-radius: 0; cursor: pointer; transition: transform .22s, border-color .22s, background .22s, color .22s; }
.offer-card:hover { transform: translateY(-5px); border-color: var(--red); }
.offer-card[aria-pressed="true"] { background: var(--black); color: var(--white); border-color: var(--black); }
.offer-number { color: #aaa7a0; font-family: var(--display); font-size: 13px; font-weight: 900; }
.offer-tag { margin-top: 42px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.offer-card strong { margin: 12px 0; font-family: var(--display); font-size: 25px; letter-spacing: -.02em; }
.offer-card small { color: #6a6863; font-size: 13px; line-height: 1.55; }
.offer-card[aria-pressed="true"] small { color: #aaa; }
.offer-link { width: 100%; display: flex; justify-content: space-between; margin-top: auto; padding-top: 24px; border-top: 1px solid #ddd9d2; color: var(--black); font-size: 12px; font-weight: 800; }
.offer-card[aria-pressed="true"] .offer-link { color: var(--white); border-color: rgba(255,255,255,.17); }
.goal-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.goal-grid button { min-height: 78px; display: grid; grid-template-columns: 36px 1fr 25px; align-items: center; gap: 12px; padding: 13px 18px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; text-align: left; }
.goal-grid button:nth-child(even) { border-right: 0; }
.goal-grid button:hover { background: #f5f3ee; }
.goal-grid button[aria-pressed="true"] { background: var(--black); color: var(--white); }
.goal-grid b { color: #999690; font-size: 10px; }
.goal-grid span { font-size: 14px; font-weight: 750; }
.goal-grid i { display: inline-flex; width: 24px; height: 24px; align-items: center; justify-content: center; border: 1px solid #aaa7a0; border-radius: 50%; font-style: normal; }
.goal-grid button[aria-pressed="true"] i { background: var(--red); border-color: var(--red); transform: rotate(45deg); }
.panel-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 35px; }
.text-button { padding: 10px 0; border: 0; background: none; cursor: pointer; color: #66635e; font-size: 12px; font-weight: 750; }
.booking-summary { padding: 46px 30px; background: var(--black); color: var(--white); }
.booking-summary > p { margin: 0 0 35px; color: #8d8d8d; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.summary-item { padding: 0 0 24px; margin-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.15); }
.summary-item span { display: block; margin-bottom: 8px; color: #777; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.summary-item strong { font-size: 14px; line-height: 1.45; }
.summary-note { display: flex; align-items: flex-start; gap: 13px; margin-top: 32px; }
.summary-note > span { display: flex; width: 24px; height: 24px; flex: 0 0 24px; align-items: center; justify-content: center; border-radius: 50%; background: var(--red); font-size: 12px; }
.summary-note p { margin: 0; font-size: 12px; font-weight: 750; line-height: 1.5; }
.summary-note small { color: #858585; font-weight: 500; }
.booking-summary > a { display: flex; flex-direction: column; gap: 6px; margin-top: 115px; color: #818181; font-size: 10px; }
.booking-summary > a b { color: var(--white); font-size: 12px; }
form label { display: flex; flex-direction: column; gap: 8px; color: #4f4d49; font-size: 11px; font-weight: 800; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }
input, select, textarea { width: 100%; min-height: 51px; padding: 13px 14px; color: var(--black); background: #f8f7f4; border: 1px solid #d9d6cf; border-radius: 2px; outline: none; font-size: 14px; transition: border-color .2s, box-shadow .2s; }
textarea { min-height: 104px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(213,38,45,.1); }
input.invalid, select.invalid { border-color: var(--red); }
.form-error { min-height: 18px; margin: 14px 0 0; color: var(--red-dark); font-size: 12px; font-weight: 700; }
.privacy-note { margin: 15px 0 0; color: #77746f; font-size: 10px; line-height: 1.5; }
.privacy-note strong { color: #4a4844; }

.coach-section { min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; background: var(--black); color: var(--white); }
.coach-photo { min-height: 760px; background-image: linear-gradient(90deg, transparent 68%, var(--black) 100%), linear-gradient(0deg, rgba(8,8,8,.35), transparent 36%), url("coach-training.jpeg"); background-position: center; background-size: cover; }
.coach-copy { display: flex; flex-direction: column; justify-content: center; padding: 100px 8vw 100px 7vw; }
.coach-copy h2 { margin: 27px 0; }
.coach-lead, .coach-copy > p:not(.kicker) { max-width: 650px; margin: 0 0 18px; color: #aeadad; font-size: 15px; line-height: 1.75; }
.coach-lead { color: #d0d0d0 !important; font-size: 17px !important; }
.coach-values { display: grid; grid-template-columns: repeat(3,1fr); margin: 30px 0 35px; border-top: 1px solid rgba(255,255,255,.14); }
.coach-values div { min-height: 92px; padding: 20px 13px 0 0; border-right: 1px solid rgba(255,255,255,.14); }
.coach-values div:last-child { border-right: 0; padding-left: 16px; }
.coach-values div:nth-child(2) { padding-left: 16px; }
.coach-values b { display: block; margin-bottom: 8px; color: var(--red); font-family: var(--display); }
.coach-values span { color: #c2c2c2; font-size: 11px; font-weight: 750; line-height: 1.35; }
.coach-copy .button { align-self: flex-start; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 32px 5vw; background: #050505; color: var(--white); border-top: 1px solid rgba(255,255,255,.11); }
.footer-brand { transform: scale(.88); transform-origin: left center; }
.footer-links { display: flex; gap: 24px; color: #a5a5a5; font-size: 11px; font-weight: 700; }
footer > p { justify-self: end; color: #696969; font-size: 10px; }
.toast { position: fixed; z-index: 300; right: 24px; bottom: 24px; padding: 14px 18px; transform: translateY(100px); opacity: 0; background: var(--white); color: var(--black); border-left: 4px solid var(--red); box-shadow: 0 18px 50px rgba(0,0,0,.25); font-size: 12px; font-weight: 800; transition: .3s; }
.toast.show { transform: none; opacity: 1; }

@media (max-width: 1050px) {
  .hero-inner { width: min(760px, 75vw); }
  .booking-layout { grid-template-columns: minmax(0,1fr) 270px; }
  .booking-main { padding: 40px 34px; }
  .offer-card { min-height: 360px; }
  .coach-copy { padding-left: 6vw; padding-right: 5vw; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-self: end; }
  footer > p { grid-column: 1 / -1; justify-self: center; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 68px; }
  .site-header { height: 68px; padding: 0 4.5vw; }
  .brand { min-width: 0; }
  .brand-mark { width: 42px; height: 42px; flex-basis: 42px; background-size: 305px auto; background-position: -33px -1px; }
  .brand-name { font-size: 18px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 26px; padding: 90px 8vw; transform: translateX(100%); background: var(--black); font-family: var(--display); font-size: 36px; transition: transform .28s ease; }
  .main-nav.open { transform: none; }
  .main-nav > a:not(.nav-cta) { opacity: 1; }
  .nav-cta { width: 100%; justify-content: space-between; margin-top: 10px; font-family: var(--body); font-size: 13px; }
  .hero { min-height: 740px; align-items: flex-end; padding: 130px 5vw 86px; }
  .hero-photo { inset: 0 0 0 9%; background-position: 69% 5%; opacity: .58; }
  .hero::before { background: linear-gradient(90deg, rgba(8,8,8,.98) 0%, rgba(8,8,8,.73) 55%, rgba(8,8,8,.3) 100%), linear-gradient(0deg, var(--black) 0%, transparent 48%); }
  .hero-grid { width: 65vw; right: -15vw; }
  .hero-inner { width: 100%; }
  h1 { font-size: clamp(52px, 12vw, 86px); }
  .hero-lead { max-width: 530px; font-size: 16px; }
  .hero-proof { gap: 10px; margin-top: 45px; font-size: 10px; }
  .hero-badge { display: none; }
  .path-section { padding: 85px 4.5vw 95px; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 44px; }
  .section-heading > p { font-size: 15px; }
  .booking-progress { justify-content: space-between; gap: 8px; }
  .booking-progress > i { width: 20px; }
  .progress-step { font-size: 0; gap: 0; }
  .progress-step span { font-size: 11px; }
  .booking-layout { grid-template-columns: 1fr; }
  .booking-main { padding: 32px 22px; }
  .booking-summary { padding: 28px 22px; }
  .booking-summary > p { margin-bottom: 24px; }
  .summary-item { display: grid; grid-template-columns: 90px 1fr; gap: 10px; align-items: start; margin-bottom: 15px; padding-bottom: 15px; }
  .summary-note { margin-top: 22px; }
  .booking-summary > a { margin-top: 30px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 235px; }
  .offer-tag { margin-top: 25px; }
  .coach-section { grid-template-columns: 1fr; }
  .coach-photo { min-height: 540px; background-image: linear-gradient(0deg, var(--black) 0%, transparent 40%), url("coach-training.jpeg"); background-position: center 32%; }
  .coach-copy { padding: 70px 5vw 85px; }
  footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-brand { transform-origin: center; }
  .footer-links { justify-self: center; flex-wrap: wrap; justify-content: center; }
  footer > p { grid-column: auto; }
}

@media (max-width: 520px) {
  .hero { min-height: 700px; padding-bottom: 70px; }
  h1 { font-size: clamp(47px, 14.4vw, 70px); }
  h2 { font-size: clamp(44px, 13vw, 66px); }
  .hero-actions .button { width: 100%; }
  .hero-proof { justify-content: space-between; gap: 7px; overflow: hidden; }
  .hero-proof span { white-space: nowrap; }
  .hero-proof span:nth-of-type(4), .hero-proof i:nth-of-type(3) { display: none; }
  .booking-shell { margin-left: -1px; margin-right: -1px; }
  .booking-main { padding: 29px 17px; }
  .offer-card { padding: 20px; }
  .goal-grid { grid-template-columns: 1fr; }
  .goal-grid button, .goal-grid button:nth-child(even) { border-right: 0; }
  .field-row { grid-template-columns: 1fr; gap: 17px; margin-bottom: 17px; }
  .panel-actions { align-items: stretch; flex-direction: column-reverse; }
  .panel-actions .button { width: 100%; }
  .text-button { align-self: flex-start; }
  .coach-photo { min-height: 440px; }
  .coach-values { grid-template-columns: 1fr; }
  .coach-values div, .coach-values div:nth-child(2), .coach-values div:last-child { min-height: auto; padding: 16px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .coach-values div:last-child { border-bottom: 0; }
  .coach-copy .button { width: 100%; }
  .footer-links { flex-direction: column; gap: 12px; }
}

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