/* GSS editorial refinement. Loaded after the shared utility and component layers. */
html { scrollbar-color: var(--gss-scroll-thumb) var(--gss-scroll-track); scrollbar-width: thin; }
* { scrollbar-color: var(--gss-scroll-thumb) var(--gss-scroll-track); }
::-webkit-scrollbar { width: 9px; height: 9px; }
::-webkit-scrollbar-thumb { background: var(--gss-scroll-thumb); }
::-webkit-scrollbar-thumb:hover { background: var(--gss-teal-deep); }
::-webkit-scrollbar-thumb:active { background: var(--gss-teal); }
.gss-reviews-track { scrollbar-width: thin; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible {
  outline: 2px solid var(--gss-teal); outline-offset: 5px;
}
main h2 { text-wrap: balance; }
main p { text-wrap: pretty; }
main .font-light { font-weight: 400; }
.site-nav { background: rgba(4,6,13,.94); }
.desktop-primary-links { font-family: 'Jost', sans-serif; letter-spacing: .09em; font-size: 12px; }
.btn-primary-glass, .btn-glass {
  min-height: 48px; max-width: 100%; padding: .85rem 1.6rem;
  border-radius: 6px; font-size: 12px; line-height: 1.4; letter-spacing: .09em;
  text-align: center; box-shadow: none; backdrop-filter: none;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
.btn-primary-glass { background: var(--gss-teal); border: 1px solid var(--gss-teal); }
.btn-glass { background: transparent; border: 1px solid #53606d; }
.btn-primary-glass::before, .btn-primary-glass::after, .btn-glass::before, .btn-glass::after { display: none; }
.btn-primary-glass:hover { background: #38d4db; box-shadow: none; }
.btn-glass:hover { background: var(--gss-bg-card); border-color: var(--gss-teal); box-shadow: none; }
.btn-primary-glass:active, .btn-glass:active { transform: translateY(1px); }
.chat-fab { width: 58px; height: 58px; right: 16px; bottom: 16px; background: var(--gss-bg); box-shadow: none; border-width: 1px; }
.chat-fab:hover { transform: none; box-shadow: none; }
.chat-fab .fab-open-lockup { transform: scale(.65); flex-shrink: 0; }
.chat-fab .aura, .chat-fab::before, .chat-fab::after { display: none; }
.hero-img { animation: gss-media-arrive 900ms ease-out both; will-change: auto; filter: none; }
@keyframes gss-media-arrive { from { opacity: .7; transform: scale(1.025); } to { opacity: 1; transform: none; } }

/* The feature is an explicit two-part composition, independent of utility generation. */
.performance-feature { padding-bottom: clamp(4rem,7vw,7rem); }
.performance-feature > div {
  display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: stretch; border: 0; border-radius: 12px; background: var(--gss-bg-elevated); box-shadow: none;
}
.performance-feature > div > div:first-child { min-height: 580px; }
.performance-feature img { object-position: center 40%; }
.performance-feature > div > div:last-child {
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  min-width: 0; padding: clamp(28px,4vw,64px);
}
.performance-feature h2 { font-size: clamp(32px,3.1vw,48px); line-height: 1.08; letter-spacing: -.015em; }
.performance-feature h2 span { display: inline-block; text-wrap: balance; }
.performance-feature p { max-width: 52ch; }
.performance-feature p:not(.font-mono-hud) { font-size: 17px; line-height: 1.65; }
.performance-feature p.font-medium { font-size: 16px; color: var(--gss-wood-pale); font-weight: 500; }
.performance-feature ul { display: flex; flex-wrap: wrap; gap: 10px 18px; color: var(--gss-text-muted); font-size: 10px; line-height: 1.6; letter-spacing: .06em; }
.performance-feature a { margin-top: 28px; }

/* Service story: restrained title scale, proper reading measure, distinct sections. */
.performance-page > section { scroll-margin-top: 130px; }
.performance-page > section:first-child { min-height: min(920px,100svh); }
.performance-page > section:first-child > div:last-child { padding-top: 180px; padding-bottom: 80px; }
.performance-page h1 { max-width: 850px; font-size: clamp(44px,5.8vw,80px); line-height: 1.04; letter-spacing: -.015em; }
.performance-page > section:first-child h2 { font-family: 'Jost',sans-serif; font-size: clamp(22px,2.3vw,32px); font-weight: 500; text-transform: none; letter-spacing: -.02em; }
.performance-page > section:first-child p:not(.font-mono-hud) { max-width: 59ch; font-size: 18px; line-height: 1.65; }
.performance-page > section:first-child > div:nth-child(2) { background: linear-gradient(90deg,rgba(4,6,13,.98),rgba(4,6,13,.83) 42%,rgba(4,6,13,.15)),linear-gradient(0deg,#04060D,transparent 55%); }
.performance-page > section:not(:first-child) h2 { font-size: clamp(30px,3.4vw,48px); line-height: 1.12; letter-spacing: -.012em; }
.performance-page p { line-height: 1.7; }
.performance-page .font-mono-hud { letter-spacing: .16em; }
.performance-page .space-y-5 p + p, .performance-page .space-y-4 p + p { margin-top: 20px; }
.performance-page #methodology > div > div { max-width: var(--gss-reading-width); margin-top: 32px; }
.performance-page #methodology ul { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 32px; margin-top: 44px; }
.performance-page #methodology li {
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
  padding: 24px 0; border: 0; border-top: 1px solid #34414d; border-radius: 0;
  background: transparent; box-shadow: none; font-size: 18px; line-height: 1.4;
}
.performance-page #methodology li span { font-size: 22px; line-height: 1; }
.performance-page #methodology > div > p:last-child { max-width: 75ch; margin-top: 22px; font-size: 14px; }
@media (min-width: 1024px) {
  .performance-page #methodology > div { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); column-gap: 72px; }
  .performance-page #methodology > div > p:first-child { grid-column: 1 / -1; margin-bottom: 20px; }
  .performance-page #methodology h2 { margin-top: 0; }
  .performance-page #methodology > div > div { margin-top: 0; }
  .performance-page #methodology ul, .performance-page #methodology > div > p:last-child { grid-column: 1 / -1; }
}
.performance-page article.glass { padding: 30px; background: var(--gss-bg-elevated); border-radius: 10px; box-shadow: none; }
.performance-page article h3 { font-family: 'Jost',sans-serif; font-weight: 600; font-size: 21px; line-height: 1.25; text-transform: none; letter-spacing: -.015em; }
.performance-page article p { font-size: 16px; line-height: 1.65; }
.performance-page .service-coach-card { box-shadow: none; background: var(--gss-bg-elevated); }
.performance-page .service-coach-copy h2 { font-size: 32px; }
.performance-page .faq-q { padding-block: 24px; min-height: 64px; align-items: center; }
.performance-page .faq-q .font-display { font-family: 'Jost',sans-serif; text-transform: none; font-size: 19px; line-height: 1.4; font-weight: 500; }
.performance-page .faq-a p { max-width: var(--gss-reading-width); font-size: 17px; }
.performance-page details { background: transparent; box-shadow: none; padding: 24px; border-radius: 8px; }
.performance-page summary { font-family: 'Jost',sans-serif; font-weight: 500; text-transform: none; font-size: 18px; }
.performance-page summary:hover { color: var(--gss-teal); }
.performance-page details[open] summary { margin-bottom: 24px; color: var(--gss-teal); }
.performance-page details p { max-width: var(--gss-reading-width); }

@media (max-width: 1023px) {
  .performance-feature > div { grid-template-columns: 1fr; }
  .performance-feature > div > div:first-child { min-height: 0; aspect-ratio: 16/9; }
  .performance-feature > div > div:last-child { padding: 36px; }
  .performance-feature h2 { max-width: 20ch; font-size: 42px; }
  .performance-page #methodology ul { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
  main:has(.performance-page) > .breadcrumb-nav { position: relative; top: auto; left: auto; transform: none; width: auto; padding: 128px 24px 20px; margin: 0; font-size: 9px; }
  .site-nav { padding-inline: 20px; }
  .marquee-track { font-size: 9px; letter-spacing: .09em; }
  .marquee-track span { padding-inline: 12px; }
  .performance-feature { padding-inline: 20px; }
  .performance-feature > div > div:first-child { aspect-ratio: 4/3; }
  .performance-feature > div > div:last-child { padding: 28px 24px 32px; }
  .performance-feature h2 { font-size: clamp(28px,8.5vw,36px); line-height: 1.13; }
  .performance-feature p:not(.font-mono-hud) { font-size: 16px; }
  .performance-feature ul { display: grid; gap: 8px; }
  .performance-feature a { width: 100%; padding-inline: 12px; font-size: 11px; }
  .performance-page > section:first-child { min-height: auto; display: block; padding-top: 0; }
  .performance-page > section:first-child > img { position: relative; height: 240px; object-position: 68% center; }
  .performance-page > section:first-child > div:nth-child(2), .performance-page > section:first-child > div:nth-child(3) { display: none; }
  .performance-page > section:first-child > div:last-child { padding: 28px 24px 48px; background: var(--gss-bg); }
  .performance-page h1 { font-size: clamp(38px,11.5vw,50px); }
  .performance-page > section:first-child h2 { margin-top: 20px; font-size: 23px; }
  .performance-page > section:first-child p:not(.font-mono-hud) { font-size: 16px; line-height: 1.65; }
  .performance-page > section:first-child .flex { flex-direction: column; align-items: stretch; gap: 20px; }
  .performance-page > section:first-child .flex > a { text-align: center; min-height: 44px; }
  .performance-page > section:not(:first-child) h2 { font-size: 32px; }
  .performance-page .grid { gap: 24px; }
  .performance-page #methodology ul { grid-template-columns: 1fr; gap: 0; margin-top: 32px; }
  .performance-page #methodology li { display: grid; grid-template-columns: minmax(0,1fr) 24px minmax(0,1.1fr); align-items: center; font-size: 16px; padding-block: 22px; }
  .performance-page article.glass { padding: 24px; }
  .performance-page p.text-sm { font-size: 16px; }
  .performance-page .service-coach-copy h2 { font-size: 28px; }
  .performance-page .faq-q .font-display { font-size: 18px; }
  .chat-fab { width: 48px; height: 48px; right: 10px; bottom: 10px; }
  .chat-fab .fab-open-lockup { transform: scale(.53); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-img { animation: none; transform: none; }
  .reveal, .reveal-mask, .reveal-mask > span, [data-stagger] > * { opacity: 1; transform: none; transition: none; }
}
@media (forced-colors: active) { * { scrollbar-color: auto; } }

/* Scroll choreography: native scrolling, one-time entrances, reversible depth. */
.reveal { transition: opacity 750ms cubic-bezier(.16,1,.3,1), transform 750ms cubic-bezier(.16,1,.3,1); }
.reveal:not(.in) { transform: translate3d(0,24px,0); }
.performance-feature img { transform: translate3d(0,var(--parallax,0px),0) scale(1.08); }
.motion-deck-card { background: var(--gss-bg-card); }
[data-home-service-deck].motion-deck { display: block; max-width: 920px; margin-inline: auto; padding-bottom: 32px; }
[data-home-service-deck] > .motion-deck-card {
  min-height: 300px; margin-bottom: 48px; padding: clamp(28px,5vw,64px);
  display: flex; flex-direction: column; justify-content: center;
  border: 1px solid #34414d; box-shadow: 0 18px 50px rgba(0,0,0,.18);
  scroll-margin-top: 148px;
}
[data-home-service-deck] h3 { font-size: clamp(28px,3.5vw,46px); line-height: 1.15; }
[data-home-service-deck] p:last-child { max-width: 56ch; font-size: 17px; line-height: 1.65; }
[data-home-service-deck] > .motion-deck-card:last-child { margin-bottom: 0; }
@media (max-width: 767px) {
  [data-home-service-deck] > .motion-deck-card { min-height: 280px; margin-bottom: 32px; padding: 28px; }
  [data-home-service-deck] p:last-child { font-size: 16px; }
}
.motion-deck-active > .motion-deck-card {
  position: sticky; top: 132px; transform-origin: center top;
  transform: scale(var(--deck-scale,1)); transition: none;
}
.motion-deck-active > .motion-deck-card::after {
  content: ''; position: absolute; inset: 0; background: #04060D;
  opacity: var(--deck-shade,0); pointer-events: none; border-radius: inherit;
}
.motion-deck-active > .motion-deck-card:focus-within { z-index: 10 !important; }
.chat-fab {
  overflow: visible; isolation: isolate;
  box-shadow: 0 0 14px rgba(0,194,203,.4), 0 0 32px rgba(0,194,203,.2);
}
.chat-fab::before {
  display: block; content: ''; position: absolute; inset: -2px; border-radius: 50%;
  width: auto; height: auto;
  border: 1px solid var(--gss-teal); background: transparent; pointer-events: none;
  animation: gss-chat-pulse 2.8s cubic-bezier(.2,.7,.3,1) infinite;
}
.chat-fab::after {
  display: block; content: ''; position: absolute; inset: -9px; border-radius: 50%; z-index: -1;
  border: 0; width: auto; height: auto;
  background: radial-gradient(circle,rgba(0,194,203,.28),transparent 70%); pointer-events: none;
  animation: gss-chat-glow 2.8s ease-in-out infinite;
}
.chat-fab:hover, .chat-fab:focus-visible { box-shadow: 0 0 20px rgba(0,194,203,.65), 0 0 42px rgba(0,194,203,.3); }
.chat-fab[aria-expanded="true"]::before, .chat-fab[aria-expanded="true"]::after { animation-play-state: paused; }
@keyframes gss-chat-pulse { 0% { transform: scale(1); opacity: .8; } 80%,100% { transform: scale(1.48); opacity: 0; } }
@keyframes gss-chat-glow { 0%,100% { opacity: .45; transform: scale(.95); } 50% { opacity: 1; transform: scale(1.12); } }

.performance-deck-wrap { margin-top: 48px; }
.performance-deck-wrap.home-services-cinematic [data-home-service-deck] { padding-inline: 0; }
.performance-page .home-services-cinematic article.service-cinema-card { padding: 0; }
.performance-page .home-services-cinematic article.service-cinema-card h3 { font-family: 'Anton',sans-serif; font-size: clamp(40px,5vw,72px); text-transform: uppercase; font-weight: 400; line-height: 1.08; max-width: 16ch; }
.performance-page .home-services-cinematic .service-cinema-content > p { max-width: 44ch; }
.performance-page #methodology ul { grid-template-columns: 1fr; gap: 28px; }
.performance-page #methodology li.method-pair { display: grid; grid-template-columns: 1fr 100px 1fr; gap: 24px; padding: 36px; border: 1px solid #21404b; border-radius: 16px; background: #091017; box-shadow: 0 0 24px #00c2cb12; }
.method-number { grid-column: 1 / -1; color: #b9eef0; font: 11px monospace; letter-spacing: .15em; }
.performance-page #methodology .method-label { font: 10px monospace; letter-spacing: .13em; color: #92a4b4; }
.method-stage h3 { font-size: clamp(22px,2.4vw,34px); margin-top: 14px; line-height: 1.2; }
.force-diagram { width: min(240px,100%); height: 60px; margin-top: 20px; overflow: visible; fill: none; stroke-width: 2; }
.diagram-base { stroke: #24343e; }
.diagram-force { stroke: #92a4b4; stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--transfer,1)); }
.method-power .diagram-force { stroke: #00c2cb; }
.method-power h3 { color: #b9eef0; }
.method-transfer { position: relative; height: 2px; background: #29414a; align-self: center; }
.method-transfer span { position: absolute; inset: 0; background: #00c2cb; transform: scaleX(var(--transfer,1)); transform-origin: left; }
.method-transfer b { position: absolute; right: 0; top: -16px; color: #00c2cb; font-size: 26px; transform: translateX(calc((1 - var(--transfer,1)) * -65px)); }
@media(max-width: 1023px) {
  .performance-page .home-services-cinematic article.service-cinema-card h3 { font-size: 38px; }
}
@media(max-width: 600px) {
  .performance-page #methodology li.method-pair { grid-template-columns: 1fr; padding: 24px; gap: 24px; }
  .method-transfer { width: 72px; margin-block: 8px; }
}
@media(prefers-reduced-motion: reduce) {
  .method-transfer span, .method-transfer b { transform: none; }
  .diagram-force { stroke-dashoffset: 0; }
}
/* Methodology uses the same centered deck, with vector motion on an inner plane. */
.performance-page #methodology > div > .methodology-deck-wrap { max-width: none; grid-column: 1 / -1; margin-top: 48px; }
.performance-page #methodology ul.methodology-deck { display: block; padding: 0 0 8vh; margin-top: 0; }
.performance-page #methodology li.method-pair { display: flex; height: 73svh; min-height: 480px; padding: 0; margin-bottom: 24svh; border-color: #00c2cb88; background: radial-gradient(ellipse at 70% 40%,#10313b 0%,#09131e 40%,#04060d 80%); box-shadow: 0 0 18px #00c2cb30,0 0 42px #00c2cb1a; }
.method-composition { width: 100%; padding: 32px clamp(24px,4vw,56px); }
.method-scene { display: block; width: 100%; height: clamp(170px,30svh,320px); margin: 12px 0 18px; overflow: visible; }
.method-caption-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.performance-page #methodology .method-stage h3 { font-family: 'Anton',sans-serif; text-transform: uppercase; font-size: clamp(26px,3vw,44px); line-height: 1.1; max-width: 22ch; }
.method-orbit-base { fill: none; stroke: #3d6978; stroke-width: 1; stroke-dasharray: 3 6; }
.method-orbit { fill: none; stroke: #6ceaf0; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--transfer,1)); }
.method-load { transform: translateY(calc((1 - var(--transfer,1)) * 34px)); }
.method-projectile { offset-distance: calc(var(--transfer,1) * 100%); }
.performance-page #methodology .method-footnote { font-size: 11px; color: #8096a8; margin-top: 24px; }
@media(max-width:1023px) {
  .performance-page #methodology li.method-pair { height: auto; min-height: 520px; margin-bottom: 28px; }
  .method-caption-grid { gap: 24px; }
  .performance-page #methodology .method-stage h3 { font-size: 26px; }
}
@media(prefers-reduced-motion:reduce) {
  .method-load { transform: none; }
  .method-orbit { stroke-dashoffset: 0; }
  .method-projectile { offset-distance: 100%; }
}
.trainer-deck[data-home-service-deck] { max-width: none; margin-top: 48px; padding-bottom: 12vh; }
.trainer-deck > .trainer-stack-card { position: relative; height: 73svh; min-height: 480px; margin-bottom: 24svh; border: 1px solid #00c2cb88; border-radius: 16px; background: #091017; box-shadow: 0 0 18px #00c2cb30,0 0 42px #00c2cb1a; overflow: hidden; }
.trainer-deck > .trainer-stack-card { padding: 0; }
.trainer-deck.motion-deck-active > .trainer-stack-card { position: sticky; top: calc(max(24px,(100svh - max(73svh,480px)) / 2) + var(--stack-step,0px)); }
.trainer-stack-card .service-coach-card { height: 100%; max-width: none; border: 0; box-shadow: none; background: #091017; border-radius: 0; }
.trainer-stack-card .service-coach-media { height: 100%; }
.trainer-stack-card .service-coach-copy { padding: clamp(24px,4vw,60px); }
.trainer-stack-card h3 { font-size: clamp(32px,4vw,56px); }
.personal-training-page h1,.personal-training-page h2 { font-family: 'Anton',sans-serif; text-transform: uppercase; line-height: 1.08; }
.personal-training-page h1 { font-size: clamp(46px,6vw,86px); margin-block: 24px; }
.personal-training-page h2 { font-size: clamp(34px,4.4vw,62px); margin-top: 20px; }
.pt-hero { position: relative; min-height: 90svh; display: flex; align-items: center; background: #04060d; }
.pt-hero > img,.pt-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pt-hero-shade { background: linear-gradient(90deg,#04060df5,#04060dbb 42%,#04060d22),linear-gradient(0deg,#04060d,transparent 40%); }
.pt-hero-content { position: relative; width: 100%; padding-block: 180px 80px; }
.pt-hero-content > p:not(:first-child) { max-width: 52ch; font-size: 18px; line-height: 1.7; color: #c6d0d8; }
.pt-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
.pt-trust { display: flex; flex-wrap: wrap; gap: 24px 40px; padding-block: 28px; border-bottom: 1px solid #25333f; color: #b9eef0; font-size: 14px; }
.pt-lead { max-width: 76ch; font-size: 18px; line-height: 1.75; color: #b9c4ce; margin-top: 28px; }
.pt-lead a { color: #b9eef0; text-decoration: underline; text-underline-offset: 4px; }
.pt-audiences { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 36px 56px; margin-top: 48px; }
.pt-audience { border-top: 1px solid #28404b; padding-top: 24px; }
.pt-audience h3,.pt-session h3,.pt-price-grid h3 { font-size: 24px; line-height: 1.3; margin-bottom: 14px; }
.pt-audience p,.pt-session p,.pt-price-grid p { color: #b9c4ce; line-height: 1.75; }
.pt-visual-deck { margin-top: 48px !important; }
.personal-training-page .service-cinema-content > p:not(:first-child) { max-width: 52ch; font-size: 16px; margin-top: 18px; }
.personal-training-page .service-cinema-content h3 { font-size: clamp(38px,4.4vw,62px); }
.pt-session { margin-top: 40px; max-width: 900px; }
.pt-session li { display: flex; gap: 32px; padding-block: 28px; border-top: 1px solid #28404b; }
.pt-session li > span { color: #00c2cb; font: 14px monospace; }
.pt-pricing { background: #0b151e; border-block: 1px solid #28404b; }
.pt-price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-top: 48px; }
.pt-price-grid .pt-price { font: clamp(44px,6vw,80px) 'Anton',sans-serif; color: #b9eef0; }
.pt-price span { font: 18px 'Jost',sans-serif; }
.pt-price-grid p { margin-bottom: 24px; }
@media(max-width:1023px) {
  .trainer-deck > .trainer-stack-card { height: auto; min-height: 0; margin-bottom: 32px; }
  .trainer-stack-card .service-coach-media { height: 320px; }
}
@media(max-width:767px) {
  .pt-audiences,.pt-price-grid { grid-template-columns: 1fr; gap: 32px; }
  .pt-hero-content { padding-top: 180px; }
  .pt-hero > img { object-position: 65% center; opacity: .45; }
  .pt-hero-content > p:not(:first-child),.pt-lead { font-size: 16px; }
  .pt-actions { flex-direction: column; }
  .pt-actions a { text-align: center; }
  .personal-training-page .service-cinema-card { min-height: 720px !important; }
}
.performance-page #methodology .methodology-deck-wrap,
.performance-page #methodology .methodology-deck { background: transparent; }
.performance-page #methodology .methodology-deck { padding-bottom: 0; }
.performance-page #methodology .methodology-deck > .method-pair:last-child { margin-bottom: 0; }
.movement-figure { fill: #162d3a; stroke-width: 15; stroke-linecap: round; stroke-linejoin: round; }
.movement-figure [data-head] { stroke-width: 3; }
.movement-figure [data-limb="1,4"] { stroke-width: 29; }
.movement-direction { stroke-dasharray: 1; stroke-dashoffset: calc(1 - var(--transfer,1)); opacity: .6; }
.exercise-ball { transform: translate(calc(var(--transfer,1) * 32px),calc(var(--transfer,1) * -28px)); }
@media(prefers-reduced-motion:reduce) { .exercise-ball { transform: none; } .movement-direction { stroke-dashoffset: 0; } }
.personal-training-page .site-section { padding-block: clamp(44px,5vw,72px); }
.personal-training-page .trainer-deck { padding-bottom: 0; margin-top: 32px; }
.personal-training-page .trainer-stack-card:last-child,
.personal-training-page .pt-visual-deck > .service-cinema-card:last-child { margin-bottom: 0; }
.personal-training-page .pt-visual-deck { padding-bottom: 0; }
.personal-training-page .service-coach-media { align-items: center; justify-content: center; }
.personal-training-page .service-coach-media .team-cutout { width: min(100%,310px); max-width: 310px; height: min(60svh,552px); flex: 0 1 310px; margin: auto; }
.personal-training-page .pt-session { max-width: 1050px; margin-inline: auto; overflow: clip; }
.personal-training-page .pt-session li { max-width: 880px; }
.personal-training-page .pt-session li:nth-child(even) { margin-left: auto; }
.personal-training-page .pt-session li.reveal:not(.in):nth-child(odd) { transform: translate3d(-40px,0,0); }
.personal-training-page .pt-session li.reveal:not(.in):nth-child(even) { transform: translate3d(40px,0,0); }
.golf-goals { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.golf-goal-card { overflow: hidden; border-radius: 16px; border: 1px solid #00c2cb66; box-shadow: 0 0 24px #00c2cb18; }
.golf-goal-art { height: 260px; overflow: hidden; background: #04060d; }
.golf-goal-art img { width: 100%; height: 115%; object-fit: cover; object-position: 70% center; }
.golf-goal-copy { padding: 28px; }
.golf-goal-copy h3 { font-size: 34px; margin-block: 12px 16px; }
.golf-goal-copy p { color: var(--gss-muted); line-height: 1.7; }
@media(max-width:767px) {
  .golf-goals { grid-template-columns: 1fr; }
  .personal-training-page .service-coach-media { height: 430px; }
  .personal-training-page .service-coach-media .team-cutout { height: 430px; width: 242px; flex-basis: 242px; }
  .personal-training-page .pt-session li.reveal:not(.in):nth-child(odd) { transform: translate3d(-24px,0,0); }
  .personal-training-page .pt-session li.reveal:not(.in):nth-child(even) { transform: translate3d(24px,0,0); }
}
@media(prefers-reduced-motion:reduce) {
  .personal-training-page .pt-session li.reveal:not(.in):nth-child(n) { transform: none; }
}
/* Native scroll deck: shared containing block lets all six cards stay pinned. */
.home-services-cinematic { background: var(--gss-bg); }
.home-services-cinematic [data-home-service-deck] { max-width: 1280px; width: 100%; margin-inline: auto; display: block; padding: 0 24px 8vh; }
.home-services-cinematic [data-home-service-deck] > .service-cinema-card {
  position: relative; isolation: isolate; display: flex; justify-content: center;
  height: 73svh; min-height: 480px; padding: 0; margin-bottom: 24svh;
  border: 1px solid rgba(0,194,203,.55); border-radius: 16px;
  background: #04060D; overflow: hidden; text-decoration: none;
  box-shadow: 0 0 18px rgba(0,194,203,.18),0 0 42px rgba(0,194,203,.10);
  scroll-margin-top: 40px;
}
.home-services-cinematic [data-home-service-deck].motion-deck-active > .service-cinema-card {
  position: sticky; top: calc(max(24px, (100svh - max(73svh, 480px)) / 2) + var(--stack-step,0px));
  transform: scale(var(--deck-scale,1)); transform-origin: center top;
  transition: none; opacity: 1;
}
.home-services-cinematic .service-cinema-art img { transition: none; }
.home-services-cinematic [data-home-service-deck] > .service-cinema-card:last-child { margin-bottom: 24svh; }
.home-services-cinematic .service-cinema-art { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.home-services-cinematic .service-cinema-art img { width: 100%; height: 110%; position: absolute; top: -5%; object-fit: cover; object-position: center; transform: translate3d(0,var(--card-parallax,0px),0); }
.home-services-cinematic .service-cinema-card::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(4,6,13,.94),rgba(4,6,13,.7) 36%,rgba(4,6,13,.12) 75%),linear-gradient(0deg,rgba(4,6,13,.55),transparent 60%); pointer-events: none; }
.service-cinema-content { width: 100%; margin-inline: auto; padding: 56px clamp(24px,4vw,56px); }
.home-services-cinematic [data-home-service-deck] h3 { font-size: clamp(44px,5.8vw,84px); max-width: 13ch; line-height: 1.02; color: #fff; margin-top: 24px; text-wrap: balance; }
.home-services-cinematic .service-cinema-content > p:first-child { color: #b9eef0; font-size: 11px; letter-spacing: .22em; }
.home-services-cinematic .service-cinema-content > p:not(:first-child) { max-width: 45ch; font-size: 18px; line-height: 1.65; margin-top: 24px; color: #d0d9e1; }
.service-cinema-link { display: inline-flex; gap: 16px; align-items: center; margin-top: 32px; min-height: 44px; color: #b9eef0; font-size: 16px; }
.service-cinema-link span { transition: translate 200ms ease; }
.service-cinema-card:hover .service-cinema-link span { translate: 5px 0; }
html.in-home-service-stack .site-header { transform: translateY(-120%); pointer-events: none; }
html.in-home-service-stack .site-header:focus-within { transform: none; pointer-events: auto; }
.site-header { transition: transform 250ms ease; }
@media (max-width: 1023px) {
  .home-services-cinematic [data-home-service-deck] > .service-cinema-card { height: auto; min-height: 640px; margin-bottom: 28px; justify-content: flex-end; }
  .home-services-cinematic .service-cinema-content { padding: 32px 24px; }
  .home-services-cinematic .service-cinema-art img { height: 100%; top: 0; object-position: 68% center; transform: none; }
  .home-services-cinematic .service-cinema-card::before { background: linear-gradient(0deg,#04060D 2%,rgba(4,6,13,.94) 40%,rgba(4,6,13,.25) 85%); }
  .home-services-cinematic [data-home-service-deck] h3 { font-size: clamp(38px,7vw,64px); max-width: 16ch; }
  .home-services-cinematic .service-cinema-content > p:not(:first-child) { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-services-cinematic [data-home-service-deck].motion-deck-active > .service-cinema-card { position: relative; top: auto; transform: none; }
  .home-services-cinematic .service-cinema-art img { transform: none; }
  .site-header { transition: none; }
}
@media (max-width: 1023px) {
  .reveal:not(.in) { transform: translate3d(0,16px,0); }
  .performance-feature img { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .chat-fab::before, .chat-fab::after { animation: none; }
  .chat-fab::before { opacity: 0; }
  .chat-fab::after { opacity: .6; }
  .reveal:not(.in), .performance-feature img { transform: none; }
  .motion-deck-active > .motion-deck-card { position: relative; top: auto; transform: none; }
  .motion-deck-active > .motion-deck-card::after { opacity: 0; }
}

/* Assisted stretch: shared service reveals and capped native-scroll media depth. */
.stretch-page .stretch-session-note { margin-top: 24px; font-size: 12px; letter-spacing: .12em; }
.stretch-page .stretch-hero .hero-img { object-position: 70% center; }
.stretch-page .stretch-focus .golf-goal-art { height: auto; aspect-ratio: 16 / 9; }
.stretch-page .stretch-focus .golf-goal-art img { object-position: center; }
.stretch-page .stretch-offer p { max-width: 65ch; }
.stretch-page .btn-primary-glass { white-space: normal; text-align: center; max-width: 100%; }
@media (max-width: 767px) {
  main:has(.stretch-page) > .breadcrumb-nav { position: relative; top: auto; left: auto; transform: none; width: auto; padding: 128px 24px 20px; margin: 0; font-size: 9px; }
  .stretch-page .stretch-hero { display: block; min-height: 0; padding-top: 0; }
  .stretch-page .stretch-hero .hero-img { position: relative; height: auto; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
  .stretch-page .stretch-hero > div.absolute { display: none; }
  .stretch-page .stretch-hero > .relative { padding-top: 32px; padding-bottom: 48px; }
  .stretch-page .service-hero-title { font-size: clamp(38px,10vw,60px); }
  .stretch-page .golf-goal-copy h3 { font-size: 30px; }
}

/* Golf uses the same native card stack as Athletic Performance. */
.golf-page > section:not(:first-child) { padding-block: clamp(48px,5vw,72px); }
.golf-page > section.max-w-5xl { max-width: 1280px; }
.golf-page > section:has([data-faq-group]) > div { max-width: 1280px; }
.golf-page .golf-related { border-bottom: 1px solid rgba(255,255,255,.05); }
.golf-page .golf-related + section { padding-top: clamp(48px,5vw,72px); }
.golf-page .home-services-cinematic .service-cinema-content h3 { font-size: clamp(40px,5vw,72px); }
.golf-page .home-services-cinematic .service-cinema-content > p:not(:first-child) { max-width: 44ch; }
.golf-page #golf-focus { scroll-margin-top: 132px; }
@media (max-width: 1023px) {
  .golf-page .home-services-cinematic .service-cinema-content h3 { font-size: 38px; }
  .golf-page .home-services-cinematic [data-home-service-deck] > .service-cinema-card:last-child { margin-bottom: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .golf-page .home-services-cinematic [data-home-service-deck] > .service-cinema-card { margin-bottom: 28px; }
}

/* Let the golf focus deck sit directly on the page canvas. */
.golf-page > section:has(#golf-focus),
.golf-page > section:has(#golf-focus) .home-services-cinematic { background: transparent; border: 0; }

/* Service coach portraits fill their own panel; content determines card height. */
.trainer-roster .trainer-deck { padding-bottom: 0; }
.trainer-roster .trainer-deck > .trainer-stack-card { height: auto; min-height: 0; }
.trainer-roster .trainer-deck > .trainer-stack-card:last-child { margin-bottom: 0; }
.trainer-roster .trainer-stack-card .service-coach-card { height: auto; min-height: 560px; align-items: stretch; grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); }
.trainer-roster .trainer-stack-card .service-coach-media { height: auto; min-height: 560px; grid-column: auto; align-items: stretch; }
.trainer-roster .trainer-stack-card .service-coach-media .team-cutout { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; margin: 0; aspect-ratio: auto; }
.trainer-roster .team-trainer-image { object-fit: cover; object-position: center 18%; filter: none; }
.trainer-roster .team-cutout::before,
.trainer-roster .service-coach-media > .absolute { display: none; }
.trainer-roster .trainer-stack-card .service-coach-copy { grid-column: auto; align-self: center; padding: clamp(28px,3vw,48px); }
.trainer-roster .trainer-deck.motion-deck-active > .trainer-stack-card { top: calc(48px + var(--stack-step,0px)); }
@media (max-width: 1023px) {
  .trainer-roster .trainer-stack-card .service-coach-card { grid-template-columns: 1fr; min-height: 0; }
  .trainer-roster .trainer-stack-card .service-coach-media { height: 400px; min-height: 0; }
  .trainer-roster .team-trainer-image { object-position: center 15%; }
  .trainer-roster .trainer-stack-card .service-coach-copy { padding: 28px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .trainer-roster .trainer-deck > .trainer-stack-card { margin-bottom: 32px; }
}
.trainer-roster .trainer-deck > article.trainer-stack-card { padding: 0; }
@media (max-width: 767px) {
  .trainer-roster .team-trainer-image { object-position: center top; }
  .trainer-roster .credential-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
  .trainer-roster .credential-card { min-width: 0; font-size: 8px; letter-spacing: .03em; }
  .trainer-roster .credential-wordmark { font-size: 18px; }
}

/* Prenatal and nutrition stories share the existing scroll deck controller. */
.wellness-page { background: var(--gss-bg); }
.wellness-page .site-section { padding-block: clamp(48px,6vw,88px); }
.wellness-page h2 { font-size: clamp(32px,4vw,58px); line-height: 1.1; max-width: 26ch; }
.wellness-page p { line-height: 1.7; }
.wellness-page .font-mono-hud { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.wellness-lead { max-width: 66ch; font-size: 18px; line-height: 1.7; color: var(--gss-muted); margin-block: 24px 32px; }
.wellness-lead a { color: var(--gss-teal); text-decoration: underline; text-underline-offset: 4px; }
.wellness-hero { position: relative; min-height: 90svh; display: flex; align-items: center; isolation: isolate; overflow: hidden; }
.wellness-hero-media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.wellness-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 65% center; animation: wellness-hero-zoom 5s cubic-bezier(.16,1,.3,1) both; }
@keyframes wellness-hero-zoom { from { transform: scale(1.09); } to { transform: scale(1); } }
.wellness-hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,#04060df5,#04060db3 42%,#04060d11 80%),linear-gradient(0deg,#04060d,transparent 50%); }
.wellness-hero-copy { width: 100%; padding-block: 208px 80px; }
.wellness-hero h1 { font-size: clamp(42px,5.6vw,80px); line-height: 1.04; margin-top: 24px; max-width: 19ch; }
.wellness-hero .wellness-lead { max-width: 52ch; }
.wellness-page .btn-primary-glass { white-space: normal; }
.wellness-page .wellness-deck { margin-top: 48px; }
.wellness-page .home-services-cinematic { background: transparent; }
.wellness-page .home-services-cinematic [data-home-service-deck] h3 { font-size: clamp(38px,4.6vw,64px); max-width: 17ch; }
.wellness-page .home-services-cinematic .service-cinema-content > p:not(:first-child) { max-width: 44ch; }
.wellness-steps { margin-top: 40px; }
.wellness-steps li { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 20px; padding-block: 28px; border-top: 1px solid #ffffff18; }
.wellness-steps p { max-width: 70ch; }
.wellness-page > section.max-w-5xl { max-width: 1280px; padding-top: 48px; }
@media (max-width: 767px) {
  main:has(.wellness-page) > .breadcrumb-nav { position: relative; top: auto; left: auto; transform: none; width: auto; margin: 0; padding: 128px 24px 20px; font-size: 9px; }
  .wellness-hero { display: block; min-height: 0; }
  .wellness-hero-media { position: relative; aspect-ratio: 16 / 10; z-index: 0; }
  .wellness-hero-media img { object-position: 75% center; }
  .wellness-hero-shade { display: none; }
  .wellness-hero-copy { padding-block: 32px 48px; }
  .wellness-hero h1 { font-size: clamp(36px,9.5vw,56px); }
  .wellness-lead { font-size: 16px; }
  .wellness-steps li { grid-template-columns: 24px minmax(0,1fr); gap: 14px; }
  .wellness-page .home-services-cinematic [data-home-service-deck] > .service-cinema-card:last-child { margin-bottom: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .wellness-hero-media img { animation: none; transform: none; }
  .wellness-page .home-services-cinematic [data-home-service-deck] > .service-cinema-card { margin-bottom: 28px; }
}

/* Keep the portrait recruit visible in the stacked home feature. */
@media (max-width: 1023px) {
  .performance-feature > div > div:first-child { aspect-ratio: 3 / 4; }
  .performance-feature img { object-position: center; }
}
#prenatal-focus article:nth-child(2) .service-cinema-art img {
  height: 100%;
  top: 0;
  object-position: right top;
}
@media (max-width: 767px) {
  #prenatal-focus article:nth-child(2) .service-cinema-art img { object-position: 68% top; }
}

/* Services hub: one alignment grid and six shared cinematic stack cards. */
main:has(.services-hub-page) > .breadcrumb-nav {
  width: min(1280px, 100%); padding-inline: 24px; top: 154px;
}
.services-hub-hero { padding-top: 202px; padding-bottom: 80px; }
.services-hub-hero h1 { font-size: clamp(42px, 5.4vw, 76px); max-width: 23ch; }
.services-hub-cards .service-cinema-content { padding: 32px clamp(24px, 4vw, 56px); }
.services-hub-cards .service-cinema-content h2 { font-size: clamp(34px, 3.5vw, 50px); line-height: 1.05; max-width: 20ch; }
.services-hub-cards .service-cinema-content > p:not(:first-child) { max-width: 54ch; font-size: 16px; line-height: 1.6; margin-top: 16px; }
.services-hub-cards .service-cinema-content ul { max-width: 52ch; margin-top: 18px; }
.services-hub-cards .service-cinema-content a { margin-top: 24px; }
@media (max-width: 1023px) {
  .services-hub-cards [data-home-service-deck] > .service-cinema-card { height: auto; min-height: 760px; }
}
@media (max-width: 767px) {
  main:has(.services-hub-page) > .breadcrumb-nav { top: 132px; font-size: 9px; }
  .services-hub-hero { padding-top: 178px; padding-bottom: 56px; }
  .services-hub-hero h1 { font-size: clamp(36px, 9vw, 54px); }
  .services-hub-cards .service-cinema-content { padding-top: 250px; }
  .services-hub-cards .service-cinema-content h2 { font-size: 36px; }
  .services-hub-cards .service-cinema-art { bottom: auto; height: 420px; }
  .services-hub-cards .service-cinema-art img { object-position: 72% top; }
  .services-hub-cards .service-cinema-card::before { background: linear-gradient(0deg, #04060D 35%, rgba(4,6,13,.85) 55%, transparent 90%); }
}
@media (min-width: 1024px) {
  .services-hub-cards [data-home-service-deck] > .service-cinema-card { min-height: 680px; }
  .services-hub-cards [data-home-service-deck].motion-deck-active > .service-cinema-card {
    top: calc(max(24px, (100svh - max(73svh, 680px)) / 2) + var(--stack-step, 0px));
  }
}

/* Landing page: closer section rhythm and coordinated editorial imagery. */
.home-page { --gss-section-space: clamp(40px, 5vw, 72px); }
.home-page .home-pillars, .home-page .performance-feature { padding-bottom: clamp(40px, 5vw, 64px); }
.home-page .reviews-section > div { padding-block: clamp(40px, 5vw, 64px); }
.home-page #home-services { padding-top: 16px; padding-bottom: 0; }
.home-page #home-services > div:first-child > div { margin-bottom: 32px; }
.home-page #home-services [data-home-service-deck] { padding-bottom: 0; }
.home-page #home-services [data-home-service-deck] > .service-cinema-card:last-child { margin-bottom: 32px; }
.home-story { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(28px,4vw,64px); align-items: center; }
.home-story-copy { min-width: 0; }
.home-story-copy h2 { font-size: clamp(36px,4.2vw,60px); }
.home-story-copy p:not(.font-mono-hud) { font-size: 17px; line-height: 1.7; max-width: 52ch; }
.home-story-media { position: relative; margin: 0; overflow: hidden; border-radius: 14px; aspect-ratio: 1.2; background: var(--gss-bg-elevated); }
.home-story-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1); }
.home-story-media.is-visible img { animation: home-story-zoom 6s cubic-bezier(.16,1,.3,1) both; }
@keyframes home-story-zoom { from { transform: scale(1.1); } to { transform: scale(1); } }
.home-consultation { border-top: 1px solid rgba(255,255,255,.06); }
.home-finale { background: var(--gss-bg-elevated); }
.home-finale .home-story-media { order: 2; }
.home-finale .home-story-copy > a { display: inline-flex; margin-top: 28px; }
@media(max-width: 767px) {
  .home-story { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .home-story-media { aspect-ratio: 1.35; }
  .home-mission .home-story-media, .home-finale .home-story-media { order: -1; }
  .home-story-copy h2 { font-size: clamp(36px,9vw,52px); }
  .home-story-copy p:not(.font-mono-hud) { font-size: 16px; }
  .home-page #home-services [data-home-service-deck] > .service-cinema-card:last-child { margin-bottom: 8px; }
}
@media(prefers-reduced-motion: reduce) {
  .home-story-media.is-visible img { animation: none; transform: none; }
}

/* About biographies share one stacking container; long cards finish scrolling before pinning. */
.about-trainer-deck[data-home-service-deck] { max-width: 1280px; padding-bottom: 64px; }
.about-trainer-deck > .about-trainer-card { position: relative; display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 36px; height: auto; min-height: 660px; margin-bottom: 18vh; padding: 36px; border-radius: 16px; background: #091017; border: 1px solid #00c2cb66; }
.about-trainer-deck.motion-deck-active > .about-trainer-card { position: sticky; top: calc(var(--stack-top,24px) + var(--stack-step,0px)); transform: scale(var(--deck-scale,1)); transform-origin: center top; }
.about-trainer-card > div { min-width: 0; }
.about-trainer-card .team-cutout { width: 100%; max-width: 360px; order: 0; align-self: center; }
.about-trainer-card > div:not(.team-cutout) { order: 1; }
.about-trainer-card .team-trainer-image { max-height: 570px; width: 100%; object-fit: contain; object-position: center bottom; }
.about-trainer-card .credential-grid { gap: 8px; }
.about-trainer-card .credential-card { min-height: 82px; padding: 10px; }
.about-trainer-card p { font-size: 16px; line-height: 1.65; }
.about-trainer-card .font-mono-hud { font-size: 10px; }
.about-trainer-deck > .about-trainer-card:last-child { margin-bottom: 0; }
.stretch-page .performance-deck-wrap { background: transparent; }
.stretch-page #stretch-focus { padding-inline: 0; }
.stretch-page #stretch-focus h3 { font-size: clamp(36px,4.5vw,64px); }
.stretch-page #stretch-focus .service-cinema-content > span { color: var(--gss-teal); font-size: 11px; letter-spacing: .15em; }
.services-hub-hero { max-width: 1280px; margin-inline: auto; padding: 160px 24px 64px; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: 48px; }
.services-hub-hero > .relative { grid-column: 1; grid-row: 1; padding: 0; }
.services-hub-hero h1 { font-size: clamp(40px,4.5vw,66px); }
.services-hub-hero-media { grid-column: 2; grid-row: 1; aspect-ratio: 1.05; overflow: hidden; border-radius: 16px; position: relative; }
.services-hub-hero-media img { position: static; width: 100%; height: 100%; object-fit: cover; object-position: right top; transform-origin: right top; animation: services-hero-settle 6s cubic-bezier(.16,1,.3,1) both; }
@keyframes services-hero-settle { from { transform: scale(1.06); } to { transform: scale(1); } }
@media(max-width:1023px) {
  .about-trainer-deck > .about-trainer-card { grid-template-columns: minmax(0,1fr); min-height: 0; padding: 24px; margin-bottom: 32px; }
  .about-trainer-card .team-cutout { max-width: 260px; }
  .about-trainer-card .team-trainer-image { max-height: 380px; }
  .services-hub-hero { padding-top: 136px; grid-template-columns: minmax(0,1fr); gap: 28px; }
  .services-hub-hero > .relative { grid-row: 2; }
  .services-hub-hero-media { grid-column: 1; grid-row: 1; aspect-ratio: 1.5; }
  .services-hub-hero h1 { font-size: clamp(38px,7vw,64px); }
}
@media(prefers-reduced-motion:reduce) {
  .about-trainer-deck.motion-deck-active > .about-trainer-card { position: relative; top: auto; transform: none; }
  .about-trainer-deck > .about-trainer-card { margin-bottom: 32px; }
  .services-hub-hero-media img { animation: none; }
}
/* FAQ search owns a stable, keyboard-accessible clear action. */
.skip-link { position: fixed; inset: .5rem auto auto .5rem; z-index: 100; padding: .75rem 1rem; border-radius: .45rem; background: #fff; color: #04060d; font-weight: 700; transform: translateY(-160%); transition: transform .15s ease; }
.skip-link:focus { transform: translateY(0); outline: 3px solid var(--gss-teal, #00c2cb); outline-offset: 2px; }
.faq-search-wrap { position: relative; width: min(100%, 28rem); margin-inline: auto; }
.faq-search-wrap .field { width: 100%; padding-right: 5.25rem; }
.faq-search-clear { position: absolute; inset-inline-end: .4rem; top: 50%; min-width: 4.25rem; min-height: 2.5rem; transform: translateY(-50%); border-radius: .45rem; color: var(--gss-teal, #00c2cb); font: 600 .72rem/1 var(--font-mono, monospace); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.faq-search-clear:hover { background: rgb(255 255 255 / .08); }
.faq-search-clear:focus-visible { outline: 2px solid var(--gss-teal, #00c2cb); outline-offset: 2px; }
.faq-search-clear[hidden] { display: none; }

/* Blog refresh: preserve award lettering and give news its own reading order. */
.award-lockup img { border-radius: 2px; object-fit: contain; }
.award-lockup-footer { width: 168px; }
.insights-card-media-award { background: #04060d; }
.insights-card-media-award img { object-fit: contain; padding: 8px; }
.insights-card-media-award > div { display: none; }
.article-hero-news {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  min-height: 0;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 215px 0 40px;
}
.article-hero-news > img { position: static; width: 100%; height: auto; object-fit: contain; }
.article-hero-news .article-hero-shade { display: none; }
.article-hero-news .article-hero-copy { width: 100%; padding: 0; margin: 0; }
.article-hero-news h1 { font-size: clamp(36px, 4.3vw, 62px); line-height: 1.08; }
@media (max-width: 767px) {
  .article-hero-news { grid-template-columns: minmax(0, 1fr); padding-top: 168px; gap: 28px; }
  .article-hero-news > img { width: min(100%, 360px); margin: auto; }
  .article-hero-news h1 { font-size: clamp(32px, 8vw, 48px); }
}
@media (prefers-reduced-motion: reduce) {
  .award-lockup img { transition: none; }
  .award-lockup:hover img, .award-lockup:focus-visible img { transform: none; }
}

.article-content table:has(thead th:nth-child(2):last-child) { min-width: 0; table-layout: fixed; }
.article-content table:has(thead th:nth-child(2):last-child) th,
.article-content table:has(thead th:nth-child(2):last-child) td { overflow-wrap: anywhere; }
.article-table-wrap:focus-visible { outline: 2px solid var(--gss-teal); outline-offset: 3px; }

/* Mobile image audit: preserve wide compositions and keep copy below the artwork. */
@media (max-width: 1023px) {
  .home-services-cinematic [data-home-service-deck] > .service-cinema-card {
    display: flex; flex-direction: column; justify-content: flex-start;
    height: auto; min-height: 0 !important; margin-bottom: 28px;
  }
  .home-services-cinematic [data-home-service-deck] > .service-cinema-card:last-child { margin-bottom: 0; }
  .home-services-cinematic .service-cinema-art {
    position: relative; inset: auto; z-index: 0; width: 100%; height: auto;
    aspect-ratio: 16 / 9; flex: none;
  }
  .home-services-cinematic .service-cinema-art img,
  #prenatal-focus article:nth-child(2) .service-cinema-art img {
    display: block; position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: contain; object-position: center; transform: none;
  }
  .home-services-cinematic .service-cinema-card::before { display: none; }
  .home-services-cinematic .service-cinema-content { padding: 28px 24px 32px; }
  .services-hub-hero-media, .wellness-hero-media { aspect-ratio: 16 / 9; }
  .services-hub-hero-media img, .wellness-hero-media img {
    object-fit: contain; object-position: center; transform: none; animation: none;
  }
  .golf-goal-art { height: auto; aspect-ratio: 16 / 9; }
  .golf-goal-art img { display: block; height: 100%; object-fit: contain; object-position: center; transform: none; }
}
@media (max-width: 767px) {
  main:has(.personal-training-page) > .breadcrumb-nav {
    position: relative; top: auto; left: auto; transform: none; width: auto;
    padding: 128px 24px 20px; margin: 0; font-size: 9px;
  }
  .pt-hero { display: block; min-height: 0; }
  .pt-hero > img {
    display: block; position: relative; width: 100%; height: auto;
    aspect-ratio: 16 / 9; object-fit: contain; object-position: center; opacity: 1;
  }
  .pt-hero-shade { display: none; }
  .pt-hero-content { padding-block: 32px 48px; }
  .performance-page > section:first-child > img {
    display: block; width: 100%; height: auto; aspect-ratio: 16 / 9;
    object-fit: contain; object-position: center;
  }
}
@media (max-width: 767px) {
  main:has(.golf-page) > .breadcrumb-nav {
    position: relative; top: auto; left: auto; transform: none; width: auto;
    padding: 128px 24px 20px; margin: 0; font-size: 9px;
  }
  .golf-page > section:first-child { display: block; min-height: 0; }
  .golf-page > section:first-child > .hero-img {
    display: block; position: relative; width: 100%; height: auto;
    aspect-ratio: 3 / 2; object-fit: contain; object-position: center;
  }
  .golf-page > section:first-child > div.absolute { display: none; }
  .golf-page > section:first-child > div.relative { padding-block: 32px 48px; }
}
@media (max-width: 767px) {
  main:has(.services-hub-page) > .breadcrumb-nav {
    position: relative; top: auto; left: auto; transform: none; width: auto;
    padding: 128px 24px 20px; margin: 0;
  }
  .services-hub-hero { padding-top: 0; }
  .trainer-roster .team-trainer-image[src$="heather-goodwin.webp"] { object-position: center bottom; }
  .trainer-roster .team-trainer-image[src$="frank-shelton.webp"] { object-position: center 60%; }
  .trainer-roster .team-trainer-image[src$="jessica-velasco.webp"] { object-position: center 45%; }
}
@media (max-width: 1023px) {
  .trainer-roster .trainer-stack-card .service-coach-media {
    width: 100%; max-width: 400px; height: auto; min-height: 0;
    aspect-ratio: 4 / 5; margin-inline: auto;
  }
  .trainer-roster .team-trainer-image[src$="heather-goodwin.webp"] { object-position: center bottom; }
  .trainer-roster .team-trainer-image[src$="frank-shelton.webp"] { object-position: center 60%; }
  .trainer-roster .team-trainer-image[src$="jessica-velasco.webp"] { object-position: center 45%; }
}
@media (max-width: 767px) {
  .article-hero:not(.article-hero-news) { display: block; padding-top: 168px; }
  .article-hero:not(.article-hero-news) > img {
    display: block; position: relative; width: 100%; height: auto;
    object-fit: contain; object-position: center;
  }
  .article-hero:not(.article-hero-news) .article-hero-shade { display: none; }
  .article-hero:not(.article-hero-news) .article-hero-copy { padding: 32px 0 48px; }
}
