:root {
  --ink: #17251c;
  --muted: #58665d;
  --green: #214f35;
  --green-2: #397052;
  --lime: #d9edc9;
  --canvas: #edf2e8;
  --panel: rgba(251, 253, 248, .72);
  --panel-solid: #f8faf5;
  --line: rgba(23, 55, 36, .13);
  --white: #fff;
  --radius: 26px;
  --radius-sm: 18px;
  --max: 1180px;
  --gutter: clamp(16px, 3vw, 38px);
  --shadow: 0 18px 55px rgba(28, 56, 37, .10);
  --sans: "Aptos", "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--canvas); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; z-index: -1; inset: 0; background: radial-gradient(circle at 12% 15%, rgba(206,229,194,.55), transparent 25%), radial-gradient(circle at 88% 58%, rgba(217,235,205,.5), transparent 24%); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: .98; letter-spacing: -.048em; }
h1, h2 { font-weight: 800; }
h2 { font-size: clamp(2.2rem, 4.6vw, 4.75rem); }
h3 { font-weight: 750; }
p { color: var(--muted); }
:focus-visible { outline: 3px solid #e6a83d; outline-offset: 4px; }
::selection { color: var(--ink); background: var(--lime); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 500; left: 20px; top: -70px; padding: 10px 16px; border-radius: 999px; background: white; box-shadow: var(--shadow); transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; top: 14px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 28px), 1190px); min-height: 64px; padding: 8px 9px 8px 20px; border: 1px solid rgba(255,255,255,.74); border-radius: 999px; background: rgba(249,251,246,.84); box-shadow: 0 14px 40px rgba(27,52,35,.10), inset 0 1px 0 rgba(255,255,255,.9); transition: top .2s, box-shadow .2s; }
@supports (backdrop-filter: blur(16px)) { .site-header { background: rgba(249,251,246,.68); backdrop-filter: blur(22px) saturate(140%); } }
.site-header.is-scrolled { top: 8px; box-shadow: 0 16px 45px rgba(27,52,35,.15); }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1; }
.brand-logo { width: 40px; height: 40px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.88); border-radius: 12px; object-fit: cover; box-shadow: 0 6px 16px rgba(27,52,35,.11); }
.brand strong { display: block; font-size: .98rem; font-weight: 800; letter-spacing: -.035em; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: .56rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.brand-mark { position: relative; display: block; width: 24px; height: 30px; border-left: 2px solid var(--green); }
.brand-mark::after { content: ""; position: absolute; top: 1px; left: 2px; width: 20px; height: 12px; border-radius: 1px 7px 7px 1px; background: var(--green); transform: skewY(5deg); }
.site-nav { display: flex; align-items: center; gap: 3px; }
.site-nav a { padding: 10px 11px; border-radius: 999px; color: #30453a; font-size: .7rem; font-weight: 700; transition: color .18s, background .18s; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ink); background: rgba(221,235,215,.78); }
.nav-book { min-height: 44px; margin-left: 4px; padding: 0 17px; border: 0; border-radius: 999px; color: white; background: var(--ink); font-size: .72rem; font-weight: 750; cursor: pointer; }
.site-nav .nav-book { display: inline-flex; align-items: center; justify-content: center; color: white; text-align: center; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 50%; background: var(--ink); cursor: pointer; }
.menu-toggle i { display: block; height: 1px; margin: 5px 0; background: white; transition: transform .2s; }

main { padding-top: 92px; }
.section { width: min(calc(100% - 2 * var(--gutter)), var(--max)); margin-inline: auto; padding-block: clamp(68px, 8.5vw, 118px); }
.eyebrow { margin-bottom: 20px; color: var(--green-2); font-size: .63rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-size: .79rem; font-weight: 750; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(25,52,34,.12); }
.button-primary, .button-dark { color: white; background: var(--ink); }
.button-light { color: var(--ink); background: rgba(255,255,255,.86); border-color: rgba(255,255,255,.92); }
.button-quiet { color: var(--ink); background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.35); }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 18px; padding-bottom: 2px; border-bottom: 1px solid var(--line); color: var(--green); font-size: .84rem; font-weight: 750; }
.lead { color: var(--ink); font-size: clamp(1.15rem, 1.9vw, 1.62rem); line-height: 1.4; letter-spacing: -.025em; }

.hero { width: min(calc(100% - 28px), 1240px); min-height: 660px; margin: 0 auto; padding: clamp(40px, 5vw, 72px); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 68px); align-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 32px; background: rgba(243,247,239,.72); box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.9); }
@supports (backdrop-filter: blur(16px)) { .hero { backdrop-filter: blur(18px) saturate(115%); } }
.hero-content { min-width: 0; }
.hero h1 { max-width: 700px; margin-bottom: 22px; font-size: clamp(3.6rem, 6.4vw, 6.7rem); }
.hero-content > p { max-width: 560px; font-size: clamp(1rem, 1.25vw, 1.14rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.hero-location { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; color: var(--muted); font-size: .76rem; }
.hero-location::before { content: ""; width: 8px; height: 8px; border: 2px solid var(--green); border-radius: 50%; }
.hero-location span { color: var(--ink); font-weight: 700; }
.hero-location small::before { content: "· "; }
.hero-visual { position: relative; height: 100%; min-height: 520px; margin: 0; padding: 10px; border-radius: 28px; background: rgba(255,255,255,.78); box-shadow: 0 20px 45px rgba(30,58,39,.12); }
.hero-image { width: 100%; height: 100%; border-radius: 21px; object-fit: cover; object-position: 55% center; }
.hero-visual figcaption { position: absolute; left: -28px; bottom: 34px; display: flex; align-items: center; gap: 12px; width: 180px; padding: 13px; border: 1px solid rgba(255,255,255,.82); border-radius: 18px; background: rgba(249,252,247,.86); box-shadow: 0 16px 34px rgba(22,48,31,.13); }
@supports (backdrop-filter: blur(12px)) { .hero-visual figcaption { background: rgba(249,252,247,.72); backdrop-filter: blur(16px); } }
.hero-visual figcaption strong { display: grid; place-items: center; width: 51px; height: 51px; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--green); font-size: 1rem; }
.hero-visual figcaption span { font-size: .68rem; line-height: 1.25; font-weight: 700; }

.proof-strip { width: min(calc(100% - 2 * var(--gutter)), var(--max)); margin: 18px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.proof-strip > div { min-height: 116px; padding: 24px; border: 1px solid rgba(255,255,255,.74); border-radius: 22px; background: rgba(250,252,247,.63); box-shadow: 0 12px 34px rgba(29,58,38,.07), inset 0 1px 0 rgba(255,255,255,.9); }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { margin-bottom: 7px; font-size: 1.02rem; letter-spacing: -.025em; }
.proof-strip span { color: var(--muted); font-size: .78rem; }

.online-lesson-notice { position: fixed; z-index: 160; right: max(18px,env(safe-area-inset-right)); bottom: max(18px,env(safe-area-inset-bottom)); width: min(390px,calc(100vw - 28px)); filter: drop-shadow(0 22px 34px rgba(11,36,22,.24)); }
.online-notice-tab { display: flex; align-items: center; gap: 9px; min-height: 42px; margin: 0 18px -1px auto; padding: 0 14px; border: 1px solid rgba(255,255,255,.2); border-bottom: 0; border-radius: 15px 15px 0 0; color: white; background: #173f29; cursor: pointer; font-size: .72rem; font-weight: 800; letter-spacing: .01em; box-shadow: 0 -5px 18px rgba(14,45,27,.12); }
.online-notice-tab small { padding: 3px 6px; border-radius: 999px; color: #173f29; background: #d8efb9; font-size: .48rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.online-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #aee86f; box-shadow: 0 0 0 5px rgba(174,232,111,.12); animation: online-live-pulse 1.3s ease-in-out infinite alternate; }
.online-notice-panel { position: relative; padding: 25px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px 8px 24px 24px; color: white; background: radial-gradient(circle at 92% 0,rgba(151,207,107,.3),transparent 38%),#173f29; overflow: hidden; }
.online-notice-panel .eyebrow { margin-bottom: 10px; color: #c7e8a9; }
.online-notice-panel h2 { max-width: 290px; margin-bottom: 12px; font-size: clamp(1.75rem,6vw,2.35rem); }
.online-notice-panel > p:not(.eyebrow) { margin-bottom: 17px; color: rgba(255,255,255,.76); font-size: .78rem; line-height: 1.55; }
.online-notice-offer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; padding: 11px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(255,255,255,.08); }
.online-notice-offer span { font-size: .65rem; }
.online-notice-offer strong { flex: 0 0 auto; padding: 5px 8px; border-radius: 7px; color: #173f29; background: #d8efb9; font-size: .68rem; letter-spacing: .04em; }
.online-notice-panel .button { width: 100%; min-height: 44px; background: white; }
.online-notice-close { position: absolute; right: 12px; top: 10px; display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 0; border-radius: 50%; color: rgba(255,255,255,.72); background: rgba(255,255,255,.08); cursor: pointer; font-size: 1.15rem; line-height: 1; }
.online-lesson-notice.is-collapsed { width: auto; filter: drop-shadow(0 12px 22px rgba(11,36,22,.2)); }
.online-lesson-notice.is-collapsed .online-notice-tab { margin: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; box-shadow: none; }
@keyframes online-live-pulse { to { transform: scale(1.2); box-shadow: 0 0 0 8px rgba(174,232,111,0); } }

.intro { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(50px, 8vw, 110px); align-items: end; }
.intro h2 { max-width: 690px; margin-bottom: 0; }

.services { padding-top: 18px; }
.section-heading { max-width: 760px; margin-bottom: clamp(38px, 5vw, 62px); }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.service-card { position: relative; min-height: 248px; padding: 26px; border: 1px solid rgba(255,255,255,.75); border-radius: 24px; background: rgba(250,252,247,.66); box-shadow: 0 14px 38px rgba(30,58,39,.07), inset 0 1px 0 rgba(255,255,255,.9); transition: transform .22s, box-shadow .22s; }
.service-card:nth-child(1), .service-card:nth-child(2) { grid-column: span 3; }
.service-card:nth-child(n+3) { grid-column: span 2; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 46px rgba(30,58,39,.12); }
.service-card > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 42px; border: 1px solid var(--line); border-radius: 14px; color: var(--green); background: rgba(255,255,255,.58); font-size: .67rem; font-weight: 800; }
.service-card h3 { max-width: 330px; margin-bottom: 10px; font-size: clamp(1.35rem, 2vw, 1.9rem); }
.service-card p { max-width: 450px; margin-bottom: 0; font-size: .84rem; }
.service-card b { position: absolute; right: 24px; top: 25px; font-weight: 500; }

.portrait-story { display: grid; grid-template-columns: .9fr 1.1fr; width: min(calc(100% - 2 * var(--gutter)), var(--max)); margin: 0 auto; padding: 12px; border-radius: 30px; color: white; background: var(--ink); box-shadow: 0 24px 60px rgba(22,47,30,.16); }
.portrait-frame { min-height: 520px; margin: 0; border-radius: 22px; overflow: hidden; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; }
.portrait-brand { position: relative; display: grid; width: 100%; min-height: 0; aspect-ratio: 16 / 10; align-self: center; place-items: center; overflow: hidden; isolation: isolate; background: #9fb47f; }
.portrait-brand::before { content: ""; position: absolute; z-index: -2; inset: -12%; background: url("/assets/total-body-golf-logo.jpg") center / cover no-repeat; filter: blur(26px) saturate(.82); transform: scale(1.08); opacity: .82; }
.portrait-brand::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(115deg, rgba(23,37,28,.34), rgba(239,247,230,.16) 50%, rgba(23,37,28,.28)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.portrait-brand img { width: min(58%, 340px); max-width: none; height: auto; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.68); border-radius: 19%; object-fit: contain; box-shadow: 0 24px 60px rgba(10,30,18,.24), 0 0 0 10px rgba(255,255,255,.1); }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 78px); }
.story-copy .eyebrow { color: #bad8ad; }
.story-copy h2 { margin-bottom: 26px; }
.story-copy p { max-width: 600px; color: rgba(255,255,255,.7); }
.story-copy .button { align-self: flex-start; margin-top: 14px; }

.credentials { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 6vw, 82px); width: min(calc(100% - 2 * var(--gutter)), var(--max)); margin: 18px auto 0; padding: clamp(38px, 5vw, 66px); border: 1px solid rgba(255,255,255,.74); border-radius: 28px; background: rgba(225,237,219,.72); box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.88); }
.credential-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 10px; }
.credential { position: relative; display: flex; min-width: 0; min-height: 118px; grid-column: span 2; flex-direction: column; justify-content: space-between; padding: 17px; border: 1px solid rgba(30,75,47,.12); border-radius: 18px; background: rgba(255,255,255,.5); }
.credential:nth-child(n+4) { grid-column: span 3; }
.credential-logo-wrap { display: flex; width: 100%; height: 58px; align-items: center; justify-content: flex-start; overflow: hidden; }
.credential-logo { display: block; width: auto; max-width: min(100%, 148px); height: 48px; object-fit: contain; object-position: left center; }
.credential-label { display: block; max-width: 100%; padding-right: 16px; overflow-wrap: anywhere; color: var(--muted); font-size: .69rem; line-height: 1.3; }
.credential-summary { display: flex; min-height: 100%; flex-direction: column; justify-content: space-between; gap: 9px; }
.credential-expandable { cursor: pointer; user-select: none; transition: transform .38s cubic-bezier(.34,1.56,.64,1), box-shadow .3s, border-color .3s, background .3s; }
.credential-expandable:not(.is-expanded):hover { z-index: 1; border-color: rgba(33,79,53,.28); background: rgba(255,255,255,.76); box-shadow: 0 16px 30px rgba(28,56,37,.14); transform: translateY(-6px) rotate(-.35deg) scale(1.015); }
.credential-expandable:not(.is-expanded):active { transform: translateY(-1px) scale(.97); }
.credential-expandable:focus-visible { outline: 3px solid rgba(57,112,82,.48); outline-offset: 4px; }
.credential-learn-more { width: fit-content; padding: 7px 10px; border: 1px solid rgba(33,79,53,.18); border-radius: 999px; color: var(--green); background: rgba(255,255,255,.72); font-size: .58rem; font-weight: 800; transition: transform .3s cubic-bezier(.34,1.56,.64,1), color .2s, background .2s; }
.credential-expandable:hover .credential-learn-more, a.credential:hover .credential-learn-more { color: white; background: var(--green); transform: translateY(-2px) scale(1.06); }
.credential-external-prompt { margin-top: 9px; }
.credential-grid.has-expanded .credential:not(.is-expanded) { display: none; }
.credential.is-expanded { min-height: 300px; grid-column: 1 / -1; padding: clamp(22px,4vw,40px); cursor: pointer; overflow: hidden; animation: credential-expand .78s cubic-bezier(.16,.84,.3,1.2) both; }
.credential.is-expanded::after { position: absolute; inset: -35%; content: ""; pointer-events: none; background: radial-gradient(circle at 28% 38%, rgba(217,237,201,.82) 0 5px, transparent 6px), radial-gradient(circle at 76% 28%, rgba(57,112,82,.25) 0 7px, transparent 8px), radial-gradient(circle at 82% 76%, rgba(255,255,255,.9) 0 6px, transparent 7px); animation: credential-sparkle .9s .08s ease-out both; }
.credential.is-expanded .credential-summary { display: none; }
.credential-expanded { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(170px,.8fr) minmax(0,1.2fr); gap: clamp(24px,5vw,58px); align-items: center; width: 100%; }
.credential-detail-image { width: 100%; max-height: 230px; padding: 24px; border-radius: 18px; object-fit: contain; background: rgba(255,255,255,.74); animation: credential-detail-pop .72s .08s cubic-bezier(.34,1.56,.64,1) both; }
.credential-expanded > div { animation: credential-copy-bounce .72s .16s cubic-bezier(.34,1.56,.64,1) both; }
.credential-expanded h3 { margin: 7px 0 14px; font-size: clamp(1.4rem,2.4vw,2.35rem); line-height: 1.02; }
.credential-expanded p:not(.eyebrow) { max-width: 580px; }
.credential-expanded [data-credential-detail-text] { white-space: pre-wrap; }
.credential-expanded [data-credential-detail-text] :is(p,div) { margin: 0 0 9px; }
.credential-expanded [data-credential-detail-text] :is(p,div):last-child { margin-bottom: 0; }
.credential-expanded [data-credential-detail-text] :is(ul,ol) { margin: 9px 0; padding-left: 1.35em; white-space: normal; }
.credential-expanded [data-credential-detail-text] li + li { margin-top: 5px; }
.credential-expanded [data-credential-detail-text] strong, .credential-expanded [data-credential-detail-text] b { color: var(--ink); font-weight: 850; }
.credential-expanded .button { margin-top: 8px; }
.credential-close-prompt { display: inline-flex; pointer-events: none; }
.credential-grid.is-animating { pointer-events: none; }
.credential.is-closing { animation: credential-close-prep .38s cubic-bezier(.55,.06,.68,.19) both; }
.credential-grid.is-restoring .credential { opacity: 0; pointer-events: none; }
.credential-grid.is-restoring .credential.is-returning { opacity: 1; transform-origin: top left; animation: credential-return-to-grid .82s cubic-bezier(.22,.84,.28,1.18) both; }
.credential-grid.is-restoring .credential.is-restoring-item { animation: credential-grid-pop .64s cubic-bezier(.34,1.56,.64,1) both; }
.credential-grid.is-restoring .credential.is-restoring-item:nth-child(1) { animation-delay: .08s; }
.credential-grid.is-restoring .credential.is-restoring-item:nth-child(2) { animation-delay: .13s; }
.credential-grid.is-restoring .credential.is-restoring-item:nth-child(3) { animation-delay: .18s; }
.credential-grid.is-restoring .credential.is-restoring-item:nth-child(4) { animation-delay: .23s; }
.credential-grid.is-restoring .credential.is-restoring-item:nth-child(5) { animation-delay: .28s; }
@keyframes credential-expand {
  0% { opacity: .35; transform: translateY(20px) scale(.78) rotate(-1.8deg); }
  42% { opacity: 1; transform: translateY(-10px) scale(1.045) rotate(.8deg); }
  64% { transform: translateY(5px) scale(.982) rotate(-.35deg); }
  82% { transform: translateY(-2px) scale(1.012) rotate(.12deg); }
  100% { opacity: 1; transform: translateY(0) scale(1) rotate(0); }
}
@keyframes credential-detail-pop {
  0% { opacity: 0; transform: translateX(-22px) scale(.72) rotate(-5deg); }
  65% { opacity: 1; transform: translateX(5px) scale(1.045) rotate(1.2deg); }
  100% { opacity: 1; transform: translateX(0) scale(1) rotate(0); }
}
@keyframes credential-copy-bounce {
  0% { opacity: 0; transform: translateX(28px) scale(.86); }
  68% { opacity: 1; transform: translateX(-5px) scale(1.025); }
  100% { opacity: 1; transform: translateX(0) scale(1); }
}
@keyframes credential-sparkle {
  0% { opacity: 0; transform: scale(.55) rotate(-8deg); }
  45% { opacity: .9; }
  100% { opacity: 0; transform: scale(1.08) rotate(5deg); }
}
@keyframes credential-close-prep {
  0% { opacity: 1; transform: scale(1) rotate(0); }
  38% { opacity: 1; transform: scale(1.025) rotate(.55deg); }
  100% { opacity: .76; transform: translateY(10px) scale(.82) rotate(-1.2deg); }
}
@keyframes credential-return-to-grid {
  0% { opacity: .78; border-radius: 28px; transform: translate(var(--return-x), var(--return-y)) scale(var(--return-scale-x), var(--return-scale-y)) rotate(-1deg); }
  55% { opacity: 1; transform: translate(0,-8px) scale(.94,1.06) rotate(.65deg); }
  76% { transform: translate(0,4px) scale(1.035,.97) rotate(-.25deg); }
  90% { transform: translate(0,-2px) scale(.992,1.015) rotate(.1deg); }
  100% { opacity: 1; border-radius: 18px; transform: translate(0,0) scale(1,1) rotate(0); }
}
@keyframes credential-grid-pop {
  0% { opacity: 0; transform: translateY(26px) scale(.72) rotate(-1.4deg); }
  62% { opacity: 1; transform: translateY(-7px) scale(1.045) rotate(.45deg); }
  82% { transform: translateY(3px) scale(.985) rotate(-.15deg); }
  100% { opacity: 1; transform: translateY(0) scale(1) rotate(0); }
}

.video-feature { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(34px, 6vw, 80px); align-items: center; }
.video-feature-copy h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.featured-video { position: relative; min-height: 390px; padding: 9px; border-radius: 26px; background: rgba(255,255,255,.76); box-shadow: var(--shadow); overflow: hidden; }
.featured-video::after { content: ""; position: absolute; inset: 9px; border-radius: 18px; background: linear-gradient(0deg, rgba(15,34,22,.62), transparent 55%); }
.featured-video img { width: 100%; height: 100%; border-radius: 18px; object-fit: cover; transition: transform .45s; }
.featured-video:hover img { transform: scale(1.025); }
.featured-video .play { position: absolute; z-index: 2; right: 28px; bottom: 28px; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: white; background: var(--green); }
.featured-video strong { position: absolute; z-index: 2; left: 30px; bottom: 36px; color: white; font-size: 1rem; }

.page-hero { width: min(calc(100% - 28px), 1240px); min-height: 590px; margin: 0 auto 18px; padding: 10px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.74); border-radius: 31px; background: rgba(243,247,239,.72); box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.9); overflow: hidden; }
.page-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 80px); }
.page-hero h1 { margin-bottom: 24px; font-size: clamp(3.1rem, 5.6vw, 5.8rem); }
.page-hero-copy > p:last-child { max-width: 560px; }
.page-hero figure { min-height: 550px; margin: 0; border-radius: 23px; overflow: hidden; }
.page-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.page-hero figure img[src="/assets/total-body-golf-logo.jpg"] { padding: clamp(12px,2vw,24px); object-fit: contain; background: #9fb47f; }

.content-grid, .bio, .awards, .location { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(44px, 7vw, 94px); padding: clamp(42px, 6vw, 78px); border: 1px solid rgba(255,255,255,.72); border-radius: 28px; background: rgba(250,252,247,.64); box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.9); }
.content-grid h2, .bio h2 { font-size: clamp(2.3rem, 4vw, 4.2rem); }
.check-list { list-style: none; margin: 28px 0 0; padding: 8px 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.45); }
.check-list li { position: relative; padding: 14px 8px 14px 28px; border-bottom: 1px solid var(--line); }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before { content: ""; position: absolute; left: 2px; top: 20px; width: 8px; height: 5px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg); }

.split-feature, .junior-program { display: grid; grid-template-columns: 1.05fr .95fr; width: min(calc(100% - 2 * var(--gutter)), var(--max)); margin: 18px auto; padding: 10px; border-radius: 30px; color: white; background: var(--ink); box-shadow: 0 24px 60px rgba(22,47,30,.16); }
.split-feature > div:first-child, .junior-program > div:first-child { min-height: 500px; border-radius: 22px; overflow: hidden; }
.split-feature img, .junior-program img { width: 100%; height: 100%; object-fit: cover; }
.split-feature > div:last-child, .junior-program > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 68px); }
.split-feature .eyebrow, .junior-program .eyebrow { color: #bad8ad; }
.split-feature p, .junior-program p, .split-feature .text-link { color: rgba(255,255,255,.7); }
.junior-program dl { margin: 30px 0 0; }
.junior-program dl div { display: grid; grid-template-columns: 100px 1fr; gap: 12px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.14); }
.junior-program dt { color: #bad8ad; font-size: .64rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.junior-program dd { margin: 0; color: rgba(255,255,255,.78); font-size: .82rem; }

.quote-band { width: min(calc(100% - 2 * var(--gutter)), var(--max)); margin: 18px auto; padding: clamp(52px, 8vw, 92px); border-radius: 28px; background: var(--green); box-shadow: 0 22px 58px rgba(23,58,37,.14); }
.quote-band p { max-width: 950px; margin: auto; color: white; font-size: clamp(2rem, 4vw, 4rem); font-weight: 750; line-height: 1.05; letter-spacing: -.045em; text-align: center; }

.video-library { padding-top: 54px; }
.section-tint { width: min(calc(100% - 2 * var(--gutter)), var(--max)); margin: 18px auto; padding: clamp(38px, 5vw, 64px); border: 1px solid rgba(255,255,255,.72); border-radius: 28px; background: rgba(225,237,219,.68); box-shadow: var(--shadow); }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.video-card { display: block; padding: 8px; border: 1px solid rgba(255,255,255,.76); border-radius: 21px; background: rgba(250,252,247,.66); box-shadow: 0 12px 32px rgba(29,58,38,.07); transition: transform .22s, box-shadow .22s; }
.video-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(29,58,38,.12); }
.video-thumb { position: relative; display: block; aspect-ratio: 16/9; border-radius: 15px; overflow: hidden; background: #dfe9da; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.video-card:hover img { transform: scale(1.025); }
.video-thumb i { position: absolute; left: 14px; bottom: 14px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: white; background: var(--green); font-style: normal; }
.video-meta { display: block; padding: 12px 8px 7px; }
.video-meta small { display: block; margin-bottom: 5px; color: var(--green-2); font-size: .59rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.video-meta strong { display: block; font-size: 1rem; line-height: 1.22; letter-spacing: -.025em; }
.library-note { max-width: 680px; margin: 38px 0 0; padding-top: 18px; border-top: 1px solid var(--line); font-size: .78rem; }

.awards ol { list-style: none; margin: 0; padding: 0; }
.awards li { display: grid; grid-template-columns: 64px 1fr; gap: 18px; margin-bottom: 10px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.46); }
.awards li > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: white; background: var(--green); font-size: .68rem; font-weight: 750; }
.awards li strong { font-size: 1.2rem; letter-spacing: -.025em; }
.awards li p { margin: 4px 0 0; font-size: .8rem; }

.cta { width: min(calc(100% - 2 * var(--gutter)), var(--max)); margin: 18px auto 28px; padding: clamp(40px, 5vw, 66px); display: flex; align-items: end; justify-content: space-between; gap: 40px; border-radius: 28px; color: white; background: var(--ink); box-shadow: 0 24px 60px rgba(22,47,30,.16); }
.cta .eyebrow { color: #bad8ad; }
.cta h2 { max-width: 700px; margin-bottom: 14px; font-size: clamp(2.25rem, 4vw, 4rem); }
.cta p { margin-bottom: 0; color: rgba(255,255,255,.65); }
.cta-actions { display: flex; gap: 8px; flex-wrap: wrap; flex: 0 0 auto; }
.cta .button-primary { color: var(--ink); background: var(--lime); }

.contact-hero { width: min(calc(100% - 28px), 1240px); min-height: 570px; margin: 0 auto 18px; padding: clamp(50px, 7vw, 90px); display: grid; grid-template-columns: 1fr .82fr; gap: clamp(40px, 7vw, 90px); align-items: end; border: 1px solid rgba(255,255,255,.74); border-radius: 31px; background: rgba(243,247,239,.72); box-shadow: var(--shadow); }
.contact-hero h1 { font-size: clamp(3.3rem, 6vw, 6.2rem); }
.contact-card { padding: 10px 17px; border: 1px solid var(--line); border-radius: 21px; background: rgba(255,255,255,.5); }
.contact-card a { display: grid; grid-template-columns: 36px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-card a:last-child { border-bottom: 0; }
.contact-card a > span { grid-row: span 2; color: var(--green); }
.contact-card small { color: var(--muted); font-size: .6rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-card strong { font-size: 1.1rem; overflow-wrap: anywhere; }
.map-art { position: relative; min-height: 390px; border: 1px solid var(--line); border-radius: 22px; background: repeating-linear-gradient(25deg, transparent 0 52px, rgba(28,90,58,.07) 53px 55px), repeating-linear-gradient(115deg, transparent 0 74px, rgba(28,90,58,.07) 75px 77px), #e7efe3; overflow: hidden; }
.map-art::before, .map-art::after { content: ""; position: absolute; left: 55%; top: 43%; border-radius: 50%; transform: translate(-50%,-50%); }
.map-art::before { width: 110px; height: 110px; border: 1px solid var(--green); background: rgba(216,237,200,.48); }
.map-art::after { width: 18px; height: 18px; border: 6px solid #f3f7ef; background: var(--green); box-shadow: 0 0 0 1px var(--green); }
.location hr { margin: 32px 0 20px; border: 0; border-top: 1px solid var(--line); }
.small { font-size: .78rem; }

.not-found { width: min(calc(100% - 28px), 1240px); min-height: 620px; margin: 0 auto 18px; display: grid; place-items: center; padding: 70px var(--gutter); border: 1px solid rgba(255,255,255,.74); border-radius: 31px; background: rgba(243,247,239,.72); box-shadow: var(--shadow); text-align: center; }
.not-found > div { max-width: 780px; }
.not-found > div > span { display: block; margin-bottom: 16px; color: #aac2a5; font-size: clamp(5rem, 13vw, 9rem); font-weight: 800; line-height: .75; }
.not-found h1 { font-size: clamp(2.7rem, 5.8vw, 5.7rem); }
.not-found p { max-width: 530px; margin: 0 auto 28px; }

.site-footer { width: min(calc(100% - 28px), 1240px); margin: 0 auto 14px; padding: 24px 28px; border: 1px solid rgba(255,255,255,.72); border-radius: 25px; background: rgba(250,252,247,.76); box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.9); }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 28px; }
.brand-footer .brand-mark { border-color: var(--green); }
.footer-top h2 { margin-bottom: 10px; font-size: .58rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-top p { margin-bottom: 0; font-size: .73rem; line-height: 1.7; }
.footer-top a:hover { color: var(--green); }
.footer-credentials { display: flex; gap: 14px; align-items: center; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.footer-credentials img { width: 40px; height: 40px; border-radius: 50%; object-fit: contain; filter: grayscale(1); opacity: .7; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 16px; color: #7a887f; font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.booking-note { position: fixed; z-index: 300; left: 50%; bottom: 18px; width: min(calc(100% - 28px), 600px); margin: 0; padding: 14px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: white; background: var(--ink); box-shadow: var(--shadow); text-align: center; transform: translate(-50%, 150%); transition: transform .25s; }
.booking-note.is-visible { transform: translate(-50%, 0); }

.required-reschedule { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; width: 100%; height: 100dvh; max-height: 100dvh; padding: clamp(10px,2vh,20px); overflow-y: auto; color: white; background: radial-gradient(circle at 50% 20%, rgba(173,45,37,.94), rgba(46,10,8,.98) 66%); animation: request-arrive .45s ease both; }
.required-reschedule-card { width: min(100%,680px); max-height: calc(100dvh - 20px); padding: clamp(24px,4vh,48px) clamp(24px,5vw,58px); overflow-y: auto; overscroll-behavior: contain; border: 1px solid rgba(255,255,255,.28); border-radius: 30px; background: rgba(32,8,7,.64); box-shadow: 0 35px 100px rgba(0,0,0,.4); text-align: center; scrollbar-gutter: stable; backdrop-filter: blur(14px); }
.required-reschedule-card .eyebrow { color: #ffd4d0; }
.required-reschedule-card h2 { margin: 8px 0 14px; color: white; font-size: clamp(2rem,min(5vw,7vh),4.4rem); }
.required-reschedule-card p { margin-bottom: 10px; color: rgba(255,255,255,.82); }
.required-reschedule-card .button { margin: 12px auto 10px; color: #7b211c; background: white; }
.required-reschedule-card small { display: block; color: rgba(255,255,255,.64); }
.required-reschedule-icon { display: grid; place-items: center; width: clamp(52px,8vh,72px); height: clamp(52px,8vh,72px); margin: 0 auto clamp(10px,2vh,18px); border-radius: 50%; color: #9e2922; background: white; font: 900 clamp(1.65rem,4vh,2.2rem)/1 var(--sans); animation: request-icon-pulse 1s ease-in-out infinite alternate; }
.required-reschedule.weather-reschedule { isolation: isolate; background-color: #0d527d; background-image: linear-gradient(rgba(5,45,73,.72),rgba(5,27,48,.9)), url('/assets/on-course-enhanced.png'); background-position: center; background-size: cover; }
.weather-reschedule .required-reschedule-card { position: relative; z-index: 2; border-color: rgba(197,230,248,.45); background: rgba(7,45,72,.78); box-shadow: 0 35px 100px rgba(0,20,38,.52); }
.weather-reschedule .required-reschedule-card .eyebrow { color: #bfe9ff; }
.weather-reschedule .required-reschedule-card .button { color: #07527f; }
.weather-reschedule .required-reschedule-icon { color: #0d6499; }
.weather-rain { position: absolute; z-index: 1; inset: -180px 0 0; display: flex; justify-content: space-around; overflow: hidden; pointer-events: none; transform: rotate(8deg); }
.weather-rain i { display: block; width: 2px; height: 110px; background: rgba(214,240,255,.6); box-shadow: 0 0 8px rgba(214,240,255,.42); animation: weather-rain-fall 1.15s linear infinite; }
.weather-rain i:nth-child(3n) { height: 72px; opacity: .55; animation-delay: -.7s; animation-duration: .92s; }
.weather-rain i:nth-child(3n+1) { height: 145px; opacity: .8; animation-delay: -.3s; animation-duration: 1.42s; }
.weather-rain i:nth-child(4n) { animation-delay: -1.1s; }
body.reschedule-lock { overflow: hidden; }
@keyframes request-arrive { from { opacity: 0; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }
@keyframes request-icon-pulse { to { transform: scale(1.12); box-shadow: 0 0 0 18px rgba(255,255,255,0); } }
@keyframes weather-rain-fall { from { transform: translateY(-10vh); } to { transform: translateY(130vh); } }

.motion-ready .section, .motion-ready .proof-strip, .motion-ready .cta { opacity: 0; transform: translateY(34px) scale(.988); filter: blur(7px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1), filter .65s ease; }
.motion-ready .section.is-revealed { opacity: 1; transform: none; }
.motion-ready .proof-strip.is-revealed, .motion-ready .cta.is-revealed { opacity: 1; transform: none; filter: none; }
.motion-ready .section.is-revealed { filter: none; }
.motion-ready :is(.service-card, .credential, .video-card, .proof-strip > div) { transition: transform .55s cubic-bezier(.2,.7,.2,1), opacity .55s ease, box-shadow .22s; }
.motion-ready :is(.section, .proof-strip):not(.is-revealed) :is(.service-card, .credential, .video-card, .proof-strip > div) { opacity: 0; transform: translateY(18px) scale(.97); }
.motion-ready .is-revealed :is(.service-card, .credential, .video-card, .proof-strip > div):nth-child(2) { transition-delay: .07s; }
.motion-ready .is-revealed :is(.service-card, .credential, .video-card, .proof-strip > div):nth-child(3) { transition-delay: .14s; }
.motion-ready .is-revealed :is(.service-card, .credential, .video-card, .proof-strip > div):nth-child(4) { transition-delay: .21s; }
.motion-ready .is-revealed :is(.service-card, .credential, .video-card, .proof-strip > div):nth-child(5) { transition-delay: .28s; }
.motion-ready .is-revealed :is(.service-card, .credential, .video-card, .proof-strip > div):nth-child(6) { transition-delay: .35s; }

@media (max-width: 1080px) {
  .menu-toggle { display: block; }
  .site-nav { position: fixed; top: 74px; left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 2px; width: calc(100% - 28px); margin: auto; padding: 12px; border: 1px solid rgba(255,255,255,.8); border-radius: 24px; background: rgba(249,251,246,.96); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s; }
  @supports (backdrop-filter: blur(16px)) { .site-nav { background: rgba(249,251,246,.86); backdrop-filter: blur(22px); } }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 11px 14px; font-size: .9rem; }
  .nav-book { margin: 6px 0 0; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3px) rotate(-45deg); }
  .hero h1 { font-size: clamp(3.4rem, 6.6vw, 5.4rem); }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  :root { --gutter: 14px; }
  main { padding-top: 84px; }
  .section { padding-block: 65px; }
  .hero, .page-hero { grid-template-columns: 1fr; width: calc(100% - 18px); padding: 9px; border-radius: 26px; }
  .hero { min-height: auto; gap: 12px; }
  .hero-content { padding: 54px 24px 28px; }
  .hero h1 { font-size: clamp(3.35rem, 13vw, 5.2rem); }
  .hero-visual { min-height: 430px; }
  .hero-visual figcaption { left: 20px; bottom: 20px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip > div { min-height: 92px; }
  .intro, .credentials, .video-feature, .content-grid, .bio, .awards, .location, .contact-hero { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(n) { grid-column: span 1; }
  .portrait-story, .split-feature, .junior-program { grid-template-columns: 1fr; }
  .portrait-frame, .split-feature > div:first-child, .junior-program > div:first-child { min-height: 430px; }
  .portrait-frame.portrait-brand { min-height: 0; aspect-ratio: 16 / 10; }
  .story-copy { padding: 45px 28px; }
  .page-hero-copy { min-height: 430px; padding: 58px 28px 36px; }
  .page-hero figure { min-height: 400px; }
  .cta { align-items: stretch; flex-direction: column; }
  .contact-hero { width: calc(100% - 18px); padding: 64px 26px; }
  .footer-top { grid-template-columns: 1.4fr 1fr; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  main, section, article, form, header, footer { min-width: 0; }
  .site-header { width: calc(100% - 16px); min-height: 60px; padding-left: 15px; }
  .brand strong { font-size: .91rem; }
  .brand small { font-size: .5rem; }
  .brand-logo { width: 36px; height: 36px; border-radius: 11px; }
  .hero-content { padding: 44px 18px 24px; }
  .hero h1 { max-width: 100%; font-size: clamp(2.8rem,15vw,3.35rem); overflow-wrap: break-word; }
  .hero-actions, .cta-actions { flex-direction: column; }
  .hero-actions .button, .cta-actions .button { width: 100%; }
  .hero-location { align-items: flex-start; flex-direction: column; gap: 4px; }
  .hero-location::before, .hero-location small::before { display: none; }
  .hero-visual { min-height: 360px; }
  .service-grid, .credential-grid, .video-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .content-grid, .bio, .awards, .location { padding: 26px; }
  .credentials, .section-tint { padding: 30px 22px; }
  .credential-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .credential, .credential:nth-child(n+4) { grid-column: span 1; }
  .credential:nth-child(3), .credential:nth-child(n+4) { grid-column: 1 / -1; }
  .credential.is-expanded { grid-column: 1 / -1; }
  .credential-expanded { grid-template-columns: 1fr; gap: 18px; }
  .credential-detail-image { max-height: 180px; padding: 18px; }
  .page-hero h1 { max-width: 100%; font-size: clamp(2.55rem,13vw,3.05rem); overflow-wrap: break-word; }
  .featured-video { min-height: 280px; }
  .junior-program dl div { grid-template-columns: 1fr; gap: 3px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .site-footer { width: calc(100% - 16px); padding: 24px 22px; }
  .online-lesson-notice { right: 8px; bottom: max(8px,env(safe-area-inset-bottom)); width: calc(100vw - 16px); }
  .online-notice-panel { max-height: min(510px,calc(100dvh - 90px)); padding: 22px 18px 18px; overflow-y: auto; }
  .online-notice-panel h2 { padding-right: 24px; }
  .online-notice-offer { align-items: flex-start; flex-direction: column; }
  .online-lesson-notice.is-collapsed { width: auto; }
}

@media (max-height: 700px) and (min-width: 521px) {
  .required-reschedule { padding: 10px; }
  .required-reschedule-card { max-height: calc(100dvh - 20px); padding: 18px 30px; border-radius: 22px; }
  .required-reschedule-icon { width: 50px; height: 50px; margin-bottom: 9px; font-size: 1.65rem; }
  .required-reschedule-card .eyebrow { margin-bottom: 5px; }
  .required-reschedule-card h2 { margin: 5px 0 9px; font-size: clamp(1.9rem,7vh,3.1rem); }
  .required-reschedule-card p { margin-bottom: 6px; font-size: .88rem; }
  .required-reschedule-card .button { min-height: 42px; margin: 7px auto; }
  .required-reschedule-card small { font-size: .65rem; }
}

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

@media (max-width: 520px) {
  .required-reschedule { padding: 10px; overflow-y: auto; }
  .required-reschedule-card { padding: 28px 17px; border-radius: 22px; }
  .required-reschedule-card h2 { font-size: clamp(2rem,11vw,3rem); }
  .required-reschedule-card .button { width: 100%; }
}
