/* Active, image-led direction. Existing layouts, factual content and brand assets are retained. */
:root{--paper:#fffaf4;--white:#fff;--ink:#192c27;--muted:#53605a;--orange:#bc431d;--orange-light:#fff0df;--line:#d9dfd5;--sage:#e8f1df;--display:Manrope,'Segoe UI',sans-serif;--energy:#ff823c;--sun:#e1ed86}
h1,h2{font-family:var(--font);font-weight:800;letter-spacing:-.055em;line-height:1.08}
h3{font-weight:700;letter-spacing:-.035em}
.eyebrow{font-size:10px;font-weight:800;letter-spacing:.12em;line-height:1.5}
.open-day-banner{position:relative;z-index:22;overflow:hidden;background:linear-gradient(100deg,var(--energy) 0%,#ff9a55 100%);color:var(--ink);border-bottom:1px solid #192c273d;box-shadow:0 5px 18px #192c2717}
.open-day-banner::after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0 38%,rgba(255,255,255,.34) 48%,transparent 58%);transform:translateX(-130%);animation:open-day-sheen 7s ease-in-out infinite;pointer-events:none}
.open-day-banner-inner{position:relative;z-index:1;display:flex;min-height:68px;align-items:center;gap:clamp(18px,2.4vw,38px);padding-block:10px;font-size:13px;line-height:1.25}
.open-day-banner-inner:hover .open-day-link span{transform:translate(2px,-2px)}
.open-day-label{--open-day-angle:-1.5deg;display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;padding:11px 15px 12px;border:2px solid var(--ink);border-radius:11px;background:var(--sun);box-shadow:5px 5px 0 var(--ink);font-size:clamp(20px,1.75vw,27px);font-weight:900;letter-spacing:-.045em;line-height:.9;text-transform:uppercase;white-space:nowrap;transform:rotate(var(--open-day-angle));transform-origin:center;animation:open-day-wiggle 4.8s ease-in-out infinite}
.open-day-dot{width:9px;height:9px;border-radius:50%;background:var(--ink);box-shadow:0 0 0 0 #192c2747;animation:open-day-pulse 2.4s ease-out infinite}
.open-day-date{display:flex;flex:0 0 auto;flex-direction:column;align-items:flex-start;gap:5px}
.open-day-date small{display:inline-flex;padding:5px 8px 4px;border-radius:999px;background:var(--ink);color:#fff;font-size:11px;font-weight:900;letter-spacing:.12em;line-height:1;text-transform:uppercase;box-shadow:2px 2px 0 #ffffffb8}
.open-day-banner strong{font-size:15px;font-weight:850;letter-spacing:-.01em}
.open-day-offer{display:flex;flex:1;align-items:flex-start;gap:9px;padding-left:clamp(14px,2vw,28px);border-left:1px solid #192c2745;font-weight:650}
.open-day-defer{display:inline-flex;align-items:center;min-height:36px;padding:6px 11px;border:2px solid var(--ink);border-radius:999px;background:var(--ink);color:#fff;box-shadow:3px 3px 0 #fff;font-size:13px;font-weight:900;letter-spacing:-.015em;line-height:1;white-space:nowrap;text-transform:uppercase}
.open-day-or{display:inline-flex;align-items:center;align-self:flex-start;min-height:36px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.open-day-discount-group{display:flex;flex:0 0 auto;flex-direction:column;align-items:center;gap:6px}
.open-day-discount{display:inline-flex;align-items:center;min-height:36px;padding:6px 11px;border:2px solid var(--ink);border-radius:999px;background:#fff;color:var(--ink);box-shadow:3px 3px 0 var(--ink);font-size:15px;font-weight:900;letter-spacing:-.025em;line-height:1;white-space:nowrap;text-transform:uppercase}
.open-day-offer-note{font-size:11px;font-weight:850;letter-spacing:.01em;line-height:1.35;text-align:center;white-space:nowrap}
.open-day-link{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;padding:8px 14px;border-radius:999px;background:var(--ink);color:#fff;font-size:12px;font-weight:800}
.open-day-link span{font-size:17px;transition:transform .2s ease}
@keyframes open-day-sheen{0%,52%{transform:translateX(-130%)}76%,100%{transform:translateX(130%)}}
@keyframes open-day-pulse{0%{box-shadow:0 0 0 0 #192c2757}70%,100%{box-shadow:0 0 0 7px #192c2700}}
@keyframes open-day-wiggle{0%,68%,100%{transform:rotate(var(--open-day-angle)) translateY(0)}72%{transform:rotate(-5deg) translateY(-2px)}76%{transform:rotate(3deg) translateY(0)}80%{transform:rotate(-3deg) translateY(-1px)}84%{transform:rotate(1deg) translateY(0)}88%{transform:rotate(var(--open-day-angle)) translateY(0)}}
@media(prefers-reduced-motion:reduce){.open-day-banner::after,.open-day-dot,.open-day-label{animation:none}}
@media(max-width:1180px){.open-day-banner-inner{display:grid;grid-template-columns:auto auto minmax(270px,1fr) auto;min-height:96px;gap:10px 22px}.open-day-offer{flex-wrap:wrap;gap:7px 9px;padding-left:18px}.open-day-defer,.open-day-discount{min-height:32px;padding-block:5px;font-size:12px}.open-day-or{min-height:32px}}
@media(max-width:850px){.open-day-banner-inner{grid-template-columns:auto minmax(0,1fr) auto;min-height:122px}.open-day-label{grid-row:1/3}.open-day-date{grid-column:2}.open-day-offer{grid-column:2/4;padding-left:0;border-left:0}.open-day-link{grid-column:3;grid-row:1}}
@media(max-width:650px){.open-day-banner-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 15px;min-height:174px;padding-block:14px}.open-day-label{--open-day-angle:-1deg;grid-column:1;grid-row:1;justify-self:start;padding:10px 12px 11px;border-radius:9px;box-shadow:4px 4px 0 var(--ink);font-size:20px;letter-spacing:-.035em}.open-day-dot{width:7px;height:7px}.open-day-date{grid-column:1/-1;grid-row:2;gap:6px;padding-top:4px}.open-day-date small{padding:5px 7px 4px;font-size:10px}.open-day-banner strong{font-size:14px;line-height:1.2}.open-day-offer{display:grid;grid-column:1/-1;grid-row:3;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:7px 10px;padding:0;border:0}.open-day-defer,.open-day-discount{justify-content:center;min-height:34px;padding:7px 8px;font-size:11px;line-height:1.15;text-align:center;white-space:normal}.open-day-discount-group{width:100%;gap:7px}.open-day-discount{width:100%}.open-day-or{display:none}.open-day-offer-note{font-size:10px;line-height:1.35;text-align:center;white-space:normal}.open-day-link{grid-column:2;grid-row:1;align-self:center;justify-self:end;padding:9px 12px;background:var(--ink);color:#fff;font-size:11px}.open-day-link span{font-size:14px}}
@media(max-width:420px){.open-day-banner-inner{grid-template-columns:auto 1fr;gap:5px 10px}.open-day-label{grid-row:1/3}.open-day-banner strong{white-space:normal}.open-day-link{grid-column:2}}
.button{border-radius:999px;font-size:12px;font-weight:700;min-height:48px;padding-inline:23px;transition:transform .2s ease,background .2s ease}
.button:hover{transform:translateY(-2px)}
.button span,.text-link span{transition:transform .2s ease}.button:hover span,.text-link:hover span{transform:translate(2px,-2px)}
a:focus-visible,button:focus-visible{outline:3px solid var(--orange);outline-offset:5px}
.utility{background:var(--ink)}.header .member-booking-button{border-radius:999px}
.header{background:#fff}.header-inner{height:78px}.header nav{font-size:12px;gap:22px}
.energy-hero{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);max-width:1600px;margin:0 auto;background:var(--energy);min-height:490px;overflow:hidden}
.energy-hero-copy{padding:clamp(36px,4.8vw,72px) 34px clamp(30px,4vw,58px) max(36px,calc((100vw - 1600px)/2 + 56px));align-self:center;position:relative;z-index:1;text-align:left}
.energy-hero-copy .eyebrow{color:#192c27;margin-bottom:22px;display:block}
.energy-hero h1{font-size:clamp(50px,5.45vw,83px);line-height:.99;max-width:620px;margin:0 0 25px;color:#192c27}
.energy-hero h1>.headline-line{display:block;overflow:hidden;padding:.04em .12em .1em;margin:-.04em -.12em -.1em}
.energy-hero h1>.headline-line-accent{margin-top:.02em}
.energy-hero h1>.headline-line-accent .headline-line-inner{color:#fff;background:#192c27;display:inline-block;border-radius:12px;padding:.025em .12em .09em}
.energy-hero-copy>p{font-size:15px;line-height:1.8;max-width:390px;color:#192c27}
.energy-actions{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin-top:28px}
.energy-actions .button{background:#192c27;border-color:#192c27;color:#fff}
.energy-actions .button:hover{background:#314d42;border-color:#314d42}
.motion-cta{position:relative;isolation:isolate;overflow:hidden;box-shadow:0 8px 22px rgba(25,44,39,.12);transition:transform .45s cubic-bezier(.2,.8,.2,1),background .3s ease,border-color .3s ease,box-shadow .45s ease}
.motion-cta::before{content:"";position:absolute;left:15%;right:15%;bottom:-1px;height:2px;background:linear-gradient(90deg,transparent,var(--energy),transparent);opacity:.35;filter:blur(1px);transition:opacity .35s ease,transform .45s ease;transform:scaleX(.72);pointer-events:none}
.motion-cta-copy{position:relative;display:block;overflow:hidden;line-height:1.35}
.motion-cta .motion-cta-label{display:block;transition:transform .42s cubic-bezier(.2,.8,.2,1),opacity .3s ease,filter .3s ease}
.motion-cta .motion-cta-label-clone{position:absolute;inset:0;transform:translateY(-125%);opacity:0;filter:blur(4px)}
.motion-cta:hover{transform:translateY(-3px);box-shadow:0 13px 28px rgba(25,44,39,.19)}
.motion-cta:hover::before{opacity:.9;transform:scaleX(1)}
.motion-cta:hover .motion-cta-copy{transform:none}
.motion-cta:hover .motion-cta-label:not(.motion-cta-label-clone){transform:translateY(125%);opacity:0;filter:blur(4px)}
.motion-cta:hover .motion-cta-label-clone{transform:translateY(0);opacity:1;filter:blur(0)}
.motion-cta:hover>span[aria-hidden="true"]{transform:translate(3px,-3px)}
.energy-actions .text-link{color:#192c27;border-color:#192c27}
.energy-hero-copy>p.energy-hero-note{font-size:11px;margin-top:24px;font-weight:600}
.energy-hero-visual{position:relative;min-width:0;min-height:490px;background:#282b24;overflow:hidden}
.energy-hero-slides{position:absolute;inset:0}
.energy-hero-slide{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;transform:scale(1.025);transition:opacity .85s ease,transform 5.8s ease,visibility 0s linear .85s}
.energy-hero-slide.is-active{z-index:1;opacity:1;visibility:visible;transform:scale(1);transition-delay:0s}
.energy-hero-slide img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center}
.energy-hero-slide:first-child img{object-position:57% center}
.energy-hero-slide figcaption{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:48px 220px 18px 22px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.68));font-size:11px;line-height:1.5}
.energy-carousel-controls{position:absolute;z-index:3;top:22px;right:22px;display:flex;align-items:center;gap:8px;padding:6px;border-radius:999px;background:#fff;box-shadow:0 7px 24px #0003}
.energy-carousel-controls>button{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--ink);font:inherit;font-size:17px;cursor:pointer}
.energy-carousel-controls>button:hover{background:var(--sun)}
.energy-carousel-controls>button:focus-visible,.energy-carousel-dots button:focus-visible{outline:3px solid var(--sun);outline-offset:3px}
.energy-carousel-dots{display:flex;align-items:center;gap:6px;padding-inline:3px}
.energy-carousel-dots button{width:9px;height:9px;padding:0;border:1px solid #192c2780;border-radius:50%;background:transparent;cursor:pointer;transition:width .25s ease,background .25s ease}
.energy-carousel-dots button[aria-pressed="true"]{width:24px;border-color:var(--energy);border-radius:999px;background:var(--energy)}
.energy-image-label{position:absolute;right:24px;bottom:62px;display:flex;align-items:center;gap:24px;background:#fff;color:#192c27;border-radius:999px;padding:13px 19px;font-size:12px;font-weight:700;box-shadow:0 6px 24px #0002;z-index:2}
.energy-image-label:hover{background:var(--sun)}
.energy-proof{background:var(--sun)}.energy-proof>.wrap{display:grid;grid-template-columns:1fr 1fr 1.15fr 1fr;gap:25px;align-items:center;padding-block:24px}
.energy-proof p{display:flex;align-items:center;gap:12px;margin:0;color:#192c27}.energy-proof strong{font-size:27px;letter-spacing:-.05em;line-height:1.1}.energy-proof p>span{font-size:10px;line-height:1.5;max-width:130px}.energy-proof a{font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#192c27}
.energy-section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:32px}.energy-section-heading h2{font-size:clamp(34px,4vw,55px);margin-top:13px}.energy-section-heading>p{max-width:365px;font-size:14px;line-height:1.8}
.energy-discover-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:22px}
.energy-feature{display:flex;flex-direction:column;min-width:0;background:#fff;border-radius:18px;overflow:hidden;position:relative;border:1px solid #e5e8df;transition:transform .25s ease,box-shadow .25s ease}
.energy-feature>img{width:100%;height:280px;object-fit:cover;transition:transform .65s ease}
.energy-feature-space>img{object-position:72% center}.energy-feature-people>img{object-position:57% center}.energy-feature-recovery>img{object-position:60% center}
.energy-feature>div{position:relative;padding:24px 24px 64px;flex:1;background:#fff}.energy-feature .eyebrow{color:var(--orange)}.energy-feature h3{font-size:25px;line-height:1.15;margin:9px 0 10px}.energy-feature p{font-size:12px;line-height:1.7}.energy-round-arrow{position:absolute;bottom:20px;right:22px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--sun);font-size:20px}
.energy-feature:hover{transform:translateY(-5px);box-shadow:0 16px 35px #192c2710}.energy-feature:hover>img{transform:scale(1.045)}
.energy-support{background:#e8f1df}.energy-support-grid{display:grid;grid-template-columns:1fr 1.12fr;gap:70px;align-items:center}.energy-support figure{margin:0}.energy-support figure img{width:100%;aspect-ratio:4/5;max-height:600px;object-fit:cover;object-position:center 35%;border-radius:20px}.energy-support figcaption{font-size:9px;line-height:1.5;margin-top:10px;color:var(--muted)}
.energy-support h2{font-size:clamp(34px,3.7vw,51px);margin:16px 0 22px}.energy-support h2 span{color:var(--orange)}.energy-support-grid>div>p{font-size:14px;line-height:1.8;max-width:470px}
.energy-guidance{list-style:none;padding:0;margin:25px 0;display:grid;gap:19px}.energy-guidance li{display:flex;gap:15px;align-items:start}.energy-guidance li>span{width:34px;height:34px;flex-shrink:0;background:#fff;border-radius:50%;display:grid;place-items:center;color:var(--orange);font-size:11px;font-weight:800}.energy-guidance h3{font-size:15px;letter-spacing:-.02em;margin:0 0 5px}.energy-guidance p{font-size:12px;line-height:1.6;margin:0}
.club-machine figure{overflow:hidden;border-radius:18px 18px 0 0}.club-machine .equipment-image{border-radius:18px;transition:transform .65s ease}.club-machine:hover .equipment-image{transform:scale(1.02)}.club-machine figcaption{font-size:10px;padding:4px 2px 0}.club-machine-copy h3{font-family:var(--font);font-weight:800;font-size:34px}.club-machine-copy{padding-top:20px}.club-machine-copy .eyebrow{font-size:9px}.club-inbody{background:var(--sun);padding:27px;border:0;border-radius:16px}.club-inbody h3{font-size:23px}
.energy-class-band{background:var(--energy);padding-block:45px}.energy-class-band>.wrap{display:grid;grid-template-columns:1fr .8fr 1fr;align-items:center;gap:45px}.energy-class-band h2{font-size:clamp(36px,4vw,56px);margin-top:13px}.energy-class-count{display:flex;flex-direction:column;text-align:center}.energy-class-count strong{font-size:clamp(76px,9vw,132px);font-weight:800;line-height:1;letter-spacing:-.075em}.energy-class-count>span{font-size:12px;font-weight:700;margin-top:10px}.energy-class-band p{color:var(--ink);font-size:14px;line-height:1.8;margin-bottom:20px}.energy-class-band .button{background:var(--ink);border-color:var(--ink)}
.club-treatments{background:#163c32;padding-block:65px}.club-treatments h2{font-size:clamp(38px,4vw,55px)}.club-treatments figure img{border-radius:18px}.club-treatments .eyebrow{color:var(--sun)}.club-practitioner h3{font-family:var(--font);font-size:25px;font-weight:700}.club-practitioners{gap:30px}.practitioner-brand{border-radius:14px}.club-treatment-offer{color:var(--sun);font-weight:700}.club-practitioner .text-link:hover{color:var(--sun)}.club-treatments-copy>.button{background:var(--sun);border-color:var(--sun)}
.club-plan-name h3,.club-plan .price strong{font-family:var(--font);font-weight:800}.club-plan-name h3{font-size:29px}.club-plan .price strong{font-size:48px}.club-plan-featured{background:#edf3de;border-left:4px solid var(--orange);border-radius:12px}.club-plan-tag{border:0;background:var(--ink);color:#fff;border-radius:999px;padding:7px 11px;font-size:9px}.segmented,.segmented button{border-radius:999px}.segmented button.selected{background:var(--orange);color:#fff}
.page-intro h1{font-weight:800}.page-intro{background:linear-gradient(110deg,#fffaf4,#fff0df);border-radius:0 0 22px 22px;padding-inline:28px}.page-intro .eyebrow{color:var(--orange)}.page-subnav a{font-weight:700}.detail-heading h2{font-family:var(--font);font-weight:800;font-size:32px}.feature-list .number,.detail-grid .number{font-family:var(--font);font-weight:800;color:var(--orange)}.detail-note{border-left:4px solid var(--orange);border-radius:0 12px 12px 0}.service-card h2{font-family:var(--font);font-weight:800}.story-grid h2{font-weight:800}.visit-band{background:var(--sun)}.visit-inner h2{font-weight:800}.footer{background:#142c25}.footer-name{font-weight:800}
@media(prefers-reduced-motion:no-preference){.energy-hero-copy{animation:energy-enter .7s ease both}.motion-headline .headline-line-inner{animation:headline-rise .72s cubic-bezier(.16,1,.3,1) both}.motion-headline .headline-line-accent .headline-line-inner{animation-delay:.12s}.editorial-motion .energy-route-image{animation:editorial-float 7s ease-in-out 1s infinite alternate}[data-reveal].is-revealed{animation:energy-enter .65s ease both}@keyframes energy-enter{from{opacity:.2;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes headline-rise{from{opacity:.15;transform:translateY(112%);filter:blur(5px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes editorial-float{from{transform:scale(1.005) translate3d(0,0,0)}to{transform:scale(1.025) translate3d(0,-5px,0)}}}
@media(max-width:1100px){.header nav{gap:15px;font-size:11px}.energy-hero-copy{padding-left:36px}.energy-support-grid{gap:38px}.energy-discover-grid{gap:17px}.energy-feature>img{height:230px}.energy-feature>div{padding-inline:19px}.energy-feature h3{font-size:22px}.energy-class-band>.wrap{gap:25px}.energy-proof>.wrap{gap:18px}.energy-proof strong{font-size:24px}}
@media(max-width:820px){.energy-hero{grid-template-columns:1fr 1fr;min-height:450px}.energy-hero-copy{padding:30px 24px 30px 20px}.energy-hero h1{font-size:51px}.energy-hero-copy>p{font-size:13px}.energy-hero-visual{min-height:450px}.energy-actions{gap:16px}.energy-proof>.wrap{grid-template-columns:1fr 1fr;gap:20px}.energy-section-heading{align-items:start;flex-direction:column;gap:18px}.energy-section-heading>p{max-width:600px}.energy-discover-grid{grid-template-columns:1fr 1fr}.energy-feature-space{grid-column:1/-1;display:grid;grid-template-columns:1.15fr 1fr}.energy-feature-space>img{height:100%;min-height:250px}.energy-feature-space>div{padding:35px 25px}.energy-feature>img{height:250px}.energy-support h2{font-size:34px}.energy-class-band>.wrap{grid-template-columns:1fr 1fr}.energy-class-band>.wrap>div:last-child{grid-column:1/-1;display:flex;gap:30px;align-items:center;justify-content:space-between}.energy-class-band p{max-width:430px;margin:0}}
@media(max-width:650px){.energy-hero{grid-template-columns:1fr}.energy-hero-copy{padding:30px 20px 28px}.energy-hero h1{font-size:clamp(49px,12vw,69px);margin-bottom:18px}.energy-hero-copy .eyebrow{margin-bottom:16px}.energy-hero-copy>p{font-size:13px;max-width:450px}.energy-hero-copy>p.energy-hero-note{display:none}.energy-actions{margin-top:21px}.energy-hero-visual{min-height:0;height:auto;aspect-ratio:4/3}.energy-hero-slide img{object-fit:cover;object-position:center}.energy-hero-slide:first-child img{object-position:58% center}.energy-carousel-controls{top:14px;right:14px;gap:5px;padding:5px}.energy-carousel-controls>button{width:30px;height:30px}.energy-carousel-dots{gap:5px}.energy-carousel-dots button{width:8px;height:8px}.energy-carousel-dots button[aria-pressed="true"]{width:19px}.energy-image-label{bottom:48px;right:16px;font-size:11px;padding:11px 15px}.energy-hero-slide figcaption{font-size:8px;padding:36px 150px 16px 16px}.energy-proof>.wrap{padding-block:20px;gap:20px 16px}.energy-proof p{gap:9px}.energy-proof strong{font-size:23px}.energy-proof p>span{font-size:9px}.energy-proof a{font-size:10px}.energy-section-heading h2{font-size:37px}.energy-discover-grid{grid-template-columns:1fr;gap:22px}.energy-feature-space{display:flex;grid-column:auto}.energy-feature-space>img,.energy-feature>img{height:250px;min-height:0}.energy-feature>div,.energy-feature-space>div{padding:21px 22px 62px}.energy-feature h3{font-size:25px}.energy-support-grid{grid-template-columns:1fr;gap:30px}.energy-support figure img{aspect-ratio:4/3;object-position:center 35%}.energy-support h2{font-size:36px}.energy-class-band>.wrap{gap:24px}.energy-class-band h2{font-size:38px}.energy-class-count strong{font-size:80px}.energy-class-band>.wrap>div:last-child{display:block}.energy-class-band p{margin-bottom:20px}.club-inbody{padding:24px}.club-practitioner h3{font-size:24px}.club-plan .price strong{font-size:44px}.page-intro h1{font-size:42px}.page-intro{padding-inline:20px}.detail-heading h2{font-size:29px}.visit-inner h2{font-size:37px}}
@media(max-width:650px){.energy-feature-people>img{height:auto;aspect-ratio:4/5;object-fit:cover;object-position:center top}}
/* Gym and equipment: the same energy, with distinct page compositions. */
.energy-gym-hero h1{font-size:clamp(43px,4.65vw,70px)}
.energy-gym-hero .energy-hero-visual img{object-position:67% center}
.energy-gym-stories{display:grid;grid-template-columns:1.12fr 1fr;gap:55px;align-items:center}
.energy-gym-stories figure,.energy-gym-coaching figure,.energy-equipment-support figure{margin:0}
.energy-gym-stories figure img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:20px}
.energy-gym-stories figcaption,.energy-gym-coaching figcaption,.energy-equipment-support figcaption{font-size:10px;line-height:1.6;margin-top:10px}
.energy-welcome-copy h2{font-size:clamp(30px,3vw,43px);margin:15px 0 22px}
.energy-welcome-copy p{font-size:14px;line-height:1.8;margin-bottom:18px}
.energy-gym-coaching{background:#163c32;color:#fff}
.energy-gym-coaching h2{font-size:clamp(34px,3.8vw,54px);margin:16px 0 22px;color:#fff}
.energy-gym-coaching p,.energy-gym-coaching figcaption{color:#e6efdf}
.energy-gym-coaching .eyebrow,.energy-gym-coaching .text-link{color:var(--sun)}
.energy-gym-coaching figure img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:20px}
.energy-page-links{display:grid;justify-items:start;gap:20px;margin-top:28px}
.energy-gym-hero~.detail-section .detail-heading h2{font-size:clamp(30px,3.4vw,46px);letter-spacing:-.045em}
.energy-gym-hero~.detail-section .detail-heading .eyebrow{color:var(--orange)}
.energy-gym-hero~.detail-section .detail-grid article{padding:26px;background:#e8f1df;border-radius:16px}
.energy-gym-hero~.detail-section .detail-grid article:nth-child(2){background:#ffe6d0}
.energy-gym-hero~.detail-section .detail-grid article:nth-child(3){background:#edf1b6}
.energy-pathways{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.energy-pathways>a{position:relative;display:block;background:#e8f1df;border-radius:18px;padding:30px 28px 78px;transition:transform .25s ease,box-shadow .25s ease}
.energy-pathways>a:nth-child(2){background:#ffe6d0}.energy-pathways>a:nth-child(3){background:#edf1b6}
.energy-pathways h3{font-size:26px;line-height:1.2;margin:18px 0 14px}
.energy-pathways p{font-size:13px;line-height:1.8}
.energy-pathways>a:hover{transform:translateY(-5px);box-shadow:0 12px 30px #192c2710}
.energy-pathways .energy-round-arrow{background:var(--ink);color:#fff}
.energy-equipment-showcase{padding:45px 0 40px;background:#163c32;color:#fff}
.energy-equipment-heading{display:grid;grid-template-columns:1.4fr 1fr;gap:65px;align-items:center;margin-bottom:35px}
.energy-equipment-heading h1{font-size:clamp(43px,4.8vw,68px);color:#fff;line-height:1.02;margin:18px 0 0}
.energy-equipment-heading h1 span{color:var(--sun)}
.energy-equipment-heading .eyebrow{color:var(--sun)}
.energy-equipment-heading p{color:#e6efdf;font-size:14px;line-height:1.8;max-width:390px;margin-bottom:20px}
.energy-equipment-heading p.fine{font-size:11px;margin:12px 0 0}
.energy-equipment-heading .button{background:var(--energy);border-color:var(--energy);color:var(--ink)}
.energy-equipment-showcase .club-machine{min-width:0;border-radius:18px;background:#fff;color:var(--ink);overflow:hidden}
.energy-equipment-showcase .club-machine figure{border-radius:0;margin:0}
.energy-equipment-showcase .club-machine .equipment-image{border-radius:0;aspect-ratio:4/3;object-fit:cover}
.energy-equipment-showcase .club-machine figcaption{padding:10px 24px 0;color:var(--muted);font-size:9px}
.energy-equipment-showcase .club-machine-copy{padding:22px 24px 28px;grid-template-columns:1fr;gap:12px}
.energy-equipment-showcase .club-machine-copy h3{font-size:36px;color:var(--ink)}
.energy-equipment-showcase .club-machine-copy .eyebrow{color:var(--orange)}
.energy-equipment-showcase .club-machine-copy p{color:var(--muted);margin-bottom:15px}
.energy-equipment-showcase .club-inbody{color:var(--ink);margin-top:28px}
.energy-equipment-showcase .club-inbody h3,.energy-equipment-showcase .club-inbody p{color:var(--ink)}
.energy-equipment-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;padding-block:24px;border-bottom:1px solid var(--line)}
.energy-equipment-nav a{display:flex;justify-content:space-between;gap:10px;font-size:12px;font-weight:700}
.energy-equipment-support{background:#e8f1df}
.energy-equipment-support h2{font-size:clamp(34px,3.8vw,54px);margin:17px 0 22px}
.energy-equipment-support figure img{width:100%;aspect-ratio:4/5;max-height:580px;object-fit:cover;object-position:center 35%;border-radius:20px}
.energy-equipment-support figcaption{color:var(--muted)}
.speediance-crop{aspect-ratio:4/3;overflow:hidden;background:#163c32}
.club-machine .speediance-crop .speediance-image{width:100%;height:100%;max-height:none;aspect-ratio:auto;object-fit:cover;object-position:65% 50%;transform:scale(1.2);transform-origin:65% 50%}
@media(max-width:900px){.energy-gym-stories{gap:30px}.energy-equipment-heading{gap:32px;grid-template-columns:1.2fr 1fr}.energy-pathways{gap:16px}.energy-pathways>a{padding:24px 20px 74px}.energy-pathways h3{font-size:23px}}
@media(max-width:650px){.energy-gym-hero h1{font-size:clamp(39px,9.6vw,60px)}.energy-gym-hero .energy-hero-visual{aspect-ratio:16/9}.energy-gym-stories{grid-template-columns:1fr;gap:28px}.energy-welcome-copy h2{font-size:34px}.energy-gym-coaching .energy-support-grid{display:flex;flex-direction:column-reverse;align-items:stretch}.energy-pathways{grid-template-columns:1fr}.energy-pathways h3{font-size:27px}.energy-equipment-showcase{padding-block:30px}.energy-equipment-heading{grid-template-columns:1fr;gap:22px;margin-bottom:28px}.energy-equipment-heading h1{font-size:clamp(39px,9.6vw,60px)}.energy-equipment-heading p{max-width:none}.energy-equipment-showcase .club-machine-grid{gap:24px}.energy-equipment-nav{gap:16px;padding-block:20px}.energy-equipment-nav a{font-size:10px}.energy-equipment-support figure img{aspect-ratio:4/3}}
/* The remaining service pages share a visual language, not an identical layout. */
.energy-route-hero{background:var(--energy)}
.energy-route-hero-inner{display:grid;grid-template-columns:1fr;gap:36px;padding-block:40px;align-items:center}
.energy-route-with-photo .energy-route-hero-inner{grid-template-columns:1fr 1fr;gap:48px}
.energy-route-copy{min-width:0}.energy-route-copy .eyebrow{margin-bottom:18px;color:var(--ink)}
.energy-route-copy h1{font-size:clamp(40px,4.7vw,66px);line-height:1.03;margin-bottom:22px}
.energy-route-copy h1 span{color:#fff;background:var(--ink);box-decoration-break:clone;-webkit-box-decoration-break:clone;padding:0 .1em .08em;border-radius:8px}
.energy-route-copy>p{font-size:14px;line-height:1.8;max-width:490px;color:var(--ink)}
.energy-route-actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin-top:25px}
.energy-route-actions .button{background:var(--ink);border-color:var(--ink);color:#fff}
.energy-route-actions .button:hover{background:#345548;border-color:#345548}
.energy-route-actions .text-link{color:var(--ink)}
.energy-route-photo{position:relative;margin:0;min-width:0;overflow:hidden;border-radius:18px;background:#fff}
.energy-route-photo img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;object-position:center 38%}
.energy-route-photo.energy-route-product img{aspect-ratio:4/3;object-fit:contain}
.energy-route-photo figcaption{color:var(--muted);font-size:9px;line-height:1.6;padding:10px 15px;background:#fff}
.energy-route-speediance .energy-route-photo img{object-fit:cover;object-position:65% 50%;transform:scale(1.17);transform-origin:65% 50%}
.editorial-motion{box-shadow:0 16px 38px rgba(25,44,39,.13)}
.editorial-motion::after{content:"";position:absolute;z-index:2;right:18px;top:18px;width:15px;height:15px;border-radius:50%;background:var(--sun);box-shadow:0 0 0 8px rgba(244,255,165,.2);pointer-events:none}
.energy-tone-forest{background:#163c32;color:#fff}
.energy-tone-forest .eyebrow{color:var(--sun)}.energy-tone-forest h1{color:#fff}
.energy-tone-forest h1 span{color:var(--sun);background:transparent;padding:0}
.energy-tone-forest .energy-route-copy>p{color:#e5eddf}
.energy-tone-forest .energy-route-actions .button{background:var(--sun);border-color:var(--sun);color:var(--ink)}
.energy-tone-forest .energy-route-actions .button:hover{background:#f0f5ba}
.energy-tone-forest .energy-route-actions .text-link{color:#fff;border-color:#acc5a6}
.energy-tone-mint{background:#e8f1df}.energy-tone-mint h1 span{background:transparent;color:var(--orange);padding:0}
.energy-route-compact .energy-route-hero-inner{padding-block:30px}
.energy-route-compact.energy-route-with-photo .energy-route-hero-inner{grid-template-columns:1.5fr .7fr}
.energy-route-compact .energy-route-copy h1{font-size:clamp(36px,4vw,54px);margin-bottom:16px}
.energy-route-compact .energy-route-photo img{max-height:230px;object-position:65% center}
.energy-detail-page>.compact-top{padding-top:45px}
.energy-detail-page>.page-subnav{padding-block:24px;margin-bottom:0;gap:14px 27px;align-items:center}
.energy-detail-page>.page-subnav a{display:inline-flex;align-items:center;min-height:40px;padding:6px 15px;border-radius:999px;background:#edf1df;border:0;font-size:11px}
.energy-detail-page>.page-subnav a:hover{background:var(--sun);color:var(--ink)}
.energy-detail-page .story-grid h2{font-size:clamp(31px,3.3vw,45px)}
.energy-detail-page .story-grid>div>p{font-size:14px;line-height:1.85}
.energy-detail-page .story-grid .brand-image{border-radius:18px}
.energy-detail-page .detail-heading h2{font-size:clamp(30px,3.3vw,44px);font-weight:800;letter-spacing:-.045em}
.energy-detail-page .detail-heading .eyebrow{color:var(--orange)}
.energy-detail-page .detail-grid{gap:22px}
.energy-detail-page .detail-grid article{padding:26px;background:#e8f1df;border-radius:16px}
.energy-detail-page .detail-grid article:nth-child(2){background:#ffe6d0}
.energy-detail-page .detail-grid article:nth-child(3){background:#edf1b6}
.energy-detail-page .detail-grid article h3{font-weight:750;font-size:22px}
.energy-detail-page .detail-columns{gap:40px}
.energy-detail-page .detail-list{padding:22px 25px 22px 40px;background:#e8f1df;border-radius:15px}
.energy-detail-page .detail-note{background:#e8f1df;padding:28px;border-left:4px solid var(--orange)}
.energy-detail-page .detail-note>strong{font-weight:750}
.energy-detail-page .soft-section{background:#163c32;color:#fff}
.energy-detail-page .soft-section h3{color:#fff;font-weight:750}
.energy-detail-page .soft-section p{color:#dce8d4}
.energy-detail-page .soft-section .number{color:var(--sun)}
.energy-feature-stamp{padding:35px;background:#e1ed86;border-radius:20px}
.energy-feature-stamp>strong{display:block;font-size:120px;font-weight:800;line-height:1;letter-spacing:-.07em;margin:20px 0}
.energy-feature-stamp>strong>span{font-size:32px;margin-left:10px;letter-spacing:-.03em}
.energy-feature-stamp h2{font-size:32px!important;margin-bottom:18px}
.energy-feature-stamp p{font-size:13px;color:var(--ink)}
.energy-product-intro{padding:36px;background:#e8f1df;border-radius:20px;gap:45px}
.energy-product-intro>div:last-child{padding:0}
.energy-product-intro h2{font-size:clamp(30px,3.3vw,44px)}
.energy-route-inbody-analysis .inbody-feature{border-radius:20px;background:#163c32;color:#fff}
.energy-route-inbody-analysis .inbody-feature h2{color:var(--sun);font-size:55px}
.energy-route-inbody-analysis .inbody-feature .eyebrow{color:var(--sun)}
.energy-route-inbody-analysis .inbody-feature dt{font-weight:750}
.energy-route-inbody-analysis .inbody-feature dd,.energy-route-inbody-analysis .inbody-feature .fine{color:#dce8d4}
.energy-route-inbody-analysis .inbody-feature dl>div{border-color:#507065}
.energy-route-classes .class-panel{border-radius:20px;background:var(--sun);padding:38px}
.energy-route-classes .class-panel>strong{font-weight:800;font-size:125px;color:var(--ink)}
.energy-route-classes .class-panel>strong>span{color:var(--orange)}
.energy-route-classes .class-panel p{color:var(--ink)}
.energy-route-classes .class-panel h2{font-size:40px;margin-bottom:20px}
.energy-route-classes .energy-route-copy h1{font-size:clamp(38px,4.25vw,60px);line-height:1.12;letter-spacing:-.04em;max-width:650px}
.energy-route-classes .energy-route-copy h1 span{display:inline-block;margin-top:.16em;padding:.02em .15em .12em;line-height:1.08}
.energy-route-massage-treatments .service-grid{gap:28px}
.energy-route-massage-treatments .service-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px;min-width:0}
.energy-route-massage-treatments .service-card h2{font-size:35px;font-weight:800}
.energy-route-massage-treatments .service-card .service-offer{background:var(--sun);border-radius:12px;font-weight:750}
.energy-route-massage-treatments .service-card dd{font-weight:800;font-size:16px}
.energy-route-massage-treatments .service-card .text-link{min-height:44px}
.energy-route-massage-treatments .narrow-banner{background:#e8f1df;border-radius:18px}
.energy-route-massage-treatments .room-details img{border-radius:18px}
.energy-route-memberships .energy-membership-options{padding-top:25px}
.energy-route-memberships .club-plan{background:#fff;margin:0 0 18px;padding:28px;border:1px solid var(--line);border-radius:18px}
.energy-route-memberships .club-plan-featured{background:#edf3de;border:2px solid #537652;border-left:5px solid var(--orange)}
.energy-route-memberships .club-plan .offer{background:#fff1df;padding:12px;border-radius:10px}
.energy-route-memberships .pricing-controls{margin-bottom:24px}
.pricing-controls{align-items:stretch;gap:24px;padding:20px;background:#f1f5e9;border:1px solid #cfd9c4;border-radius:18px}
.pricing-controls-copy{display:flex;flex-direction:column;justify-content:center;min-width:220px}
.pricing-controls-copy .eyebrow{margin:0 0 5px;font-size:11px;color:#537652}
.pricing-controls-copy strong{font-size:20px;line-height:1.2;letter-spacing:-.025em}
.pricing-controls-copy p{margin-top:7px;font-size:13px;color:#59645b}
.pricing-controls .segmented{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:8px;flex:1;padding:6px;background:#f3d4c7;border:1px solid #df9a7e;border-radius:14px}
.pricing-controls .segmented button{display:flex;min-height:64px;padding:10px 18px;flex-direction:column;align-items:flex-start;justify-content:center;border:1px solid transparent;border-radius:10px;text-align:left;transition:background .2s,border-color .2s,box-shadow .2s,transform .2s}
.pricing-controls .segmented button span{font-size:16px;font-weight:800;line-height:1.15}
.pricing-controls .segmented button small{margin-top:5px;font-size:12px;line-height:1.2;color:#71331f}
.pricing-controls .segmented button:not(.selected){background:#fff3ed;color:#71331f;border-color:var(--orange);box-shadow:0 2px 8px #be49261f}
.pricing-controls .segmented button:not(.selected):hover{background:#ffe5d8;border-color:#8f3218;transform:translateY(-1px)}
.pricing-controls .segmented button.selected{background:var(--orange);color:#fff;border-color:var(--orange);box-shadow:0 5px 14px #be49264a}
.pricing-controls .segmented button.selected small{color:#fff1eb}
.pricing-controls .segmented button:focus-visible{outline-color:#163c32}
.energy-route-memberships .comparison th{font-weight:750}.energy-route-memberships .comparison thead{background:#163c32;color:#fff}
.energy-detail-page .faq-list details{background:#fff;border:1px solid var(--line);border-radius:13px;padding-inline:20px;margin-bottom:12px}
.energy-detail-page .faq-list summary{font-weight:750;min-height:58px}
.energy-route-contact-us .contact-layout{align-items:start;gap:45px}
.energy-contact-photo{margin:0 0 30px}.energy-contact-photo img{width:100%;aspect-ratio:16/7;object-fit:cover;object-position:65% center;border-radius:18px}
.energy-contact-photo figcaption{font-size:9px;color:var(--muted);margin-top:8px}
.contact-map{margin:28px 0 6px;overflow:hidden;background:#163c32;border:1px solid #163c3230;border-radius:18px;box-shadow:0 12px 26px #192c2718}
.contact-map iframe{display:block;width:100%;height:260px;border:0;filter:saturate(.88) contrast(1.04)}
.contact-map figcaption{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 17px;color:#e7efd9;font-size:11px;line-height:1.45}
.contact-map figcaption span{font-weight:700}
.contact-map figcaption a{flex:0 0 auto;color:#f4d658;font-size:11px;font-weight:750;text-decoration:none}
.contact-map figcaption a:hover{text-decoration:underline}
.energy-route-contact-us .enquiry-panel{background:#e8f1df;border-radius:20px;padding:32px}
.energy-route-contact-us .enquiry-panel h2{font-size:35px}
.energy-route-contact-us input,.energy-route-contact-us select,.energy-route-contact-us textarea{border-radius:9px;background:#fff;min-height:46px}
.energy-route-contact-us .contact-direct{display:grid;gap:10px;border-top:0;margin-top:22px;padding-top:0}
.energy-route-contact-us .contact-direct>a:not(.whatsapp-button){display:flex;align-items:center;gap:14px;min-width:0;min-height:58px;margin:0;padding:10px 14px;background:#fff;color:#163c32;border:1px solid #163c3224;border-radius:14px;box-shadow:0 7px 18px #192c270d;font-size:15px;font-weight:750;line-height:1.3;overflow-wrap:anywhere;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.energy-route-contact-us .contact-direct>a:not(.whatsapp-button)::before{display:grid;place-items:center;flex:0 0 43px;height:38px;background:#163c32;color:#f4d658;border-radius:11px;font-size:9px;font-weight:800;letter-spacing:.12em}
.energy-route-contact-us .contact-direct>a[href^="tel:"]::before{content:'CALL'}
.energy-route-contact-us .contact-direct>a[href^="mailto:"]::before{content:'EMAIL';font-size:8px}
.energy-route-contact-us .contact-direct>a:not(.whatsapp-button)::after{content:'↗';margin-left:auto;color:#f47b43;font-size:18px;font-weight:500}
.energy-route-contact-us .contact-direct>a:not(.whatsapp-button):hover{transform:translateY(-2px);border-color:#f47b4370;box-shadow:0 10px 23px #192c2715}
.footer-top>div:last-child>a[href^="tel:"],.footer-top>div:last-child>a[href^="mailto:"]{display:flex!important;align-items:center;gap:11px;margin-bottom:9px!important;padding:10px 12px;color:#fff;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:11px;font-size:11px!important;font-weight:700;line-height:1.35;overflow-wrap:anywhere;transition:background .2s ease,border-color .2s ease}
.footer-top>div:last-child>a[href^="tel:"]::before,.footer-top>div:last-child>a[href^="mailto:"]::before{flex:0 0 auto;color:#f4d658;font-size:8px;font-weight:800;letter-spacing:.12em}
.footer-top>div:last-child>a[href^="tel:"]::before{content:'CALL'}
.footer-top>div:last-child>a[href^="mailto:"]::before{content:'EMAIL'}
.footer-top>div:last-child>a[href^="tel:"]:hover,.footer-top>div:last-child>a[href^="mailto:"]:hover{background:#ffffff12;border-color:#f4d65870}
.visit-inner .fine a[href^="tel:"],.enquiry-panel .fine a[href^="tel:"]{display:inline-flex;align-items:center;gap:5px;color:#163c32;border-bottom:2px solid #f47b43;text-decoration:none;font-weight:800}
.visit-inner .fine a[href^="tel:"]::after,.enquiry-panel .fine a[href^="tel:"]::after{content:'↗';color:#f47b43;font-size:13px}
.energy-route-contact-us>.faq-list{margin:0 auto 55px}
.energy-event-note{padding:35px;border-radius:20px;background:var(--sun)}
.energy-event-note h2{margin:15px 0 22px}.energy-event-note .text-link{margin-top:22px}
.energy-route-events .detail-note{background:#163c32;color:#fff;border-color:var(--energy)}
.energy-route-events .detail-note p{color:#e5eddf}.energy-route-events .detail-note .text-link{color:var(--sun);border-color:var(--sun)}
.energy-route-privacy-cookies-policy .reading{max-width:900px;background:#fff;padding:35px 40px;margin-block:35px 60px;border-radius:20px;border:1px solid var(--line)}
.energy-route-privacy-cookies-policy .reading h2{font-size:28px;border-left:4px solid var(--orange);padding-left:15px;font-weight:800}
.energy-route-privacy-cookies-policy .reading p{font-size:14px;line-height:1.9}
@media(prefers-reduced-motion:no-preference){.energy-route-copy{animation:energy-enter .65s ease both}}
@media(max-width:900px){.energy-route-with-photo .energy-route-hero-inner{gap:28px}.energy-route-copy h1{font-size:45px}.energy-route-copy>p{font-size:13px}.energy-route-actions{gap:18px}.energy-route-actions .button{font-size:11px;padding-inline:18px}.energy-detail-page .detail-columns{gap:26px}.energy-feature-stamp>strong{font-size:95px}.energy-route-contact-us .contact-layout{gap:27px}.energy-route-contact-us .enquiry-panel{padding:25px}.energy-route-massage-treatments .service-card{padding:24px}.energy-route-massage-treatments .service-card h2{font-size:29px}}
@media(max-width:650px){.energy-route-with-photo .energy-route-hero-inner,.energy-route-compact.energy-route-with-photo .energy-route-hero-inner{grid-template-columns:1fr;gap:25px;padding-block:28px}.energy-route-copy h1,.energy-route-compact .energy-route-copy h1{font-size:clamp(36px,9.5vw,53px)}.energy-route-copy>p{font-size:14px}.energy-route-actions{gap:18px}.energy-route-actions .text-link{font-size:12px}.energy-route-photo img{aspect-ratio:4/3}.energy-route-compact .energy-route-photo{display:none}.energy-detail-page>.compact-top{padding-top:30px}.energy-detail-page>.page-subnav{padding-block:18px;gap:10px}.energy-detail-page .detail-columns{grid-template-columns:1fr}.energy-detail-page .detail-grid{grid-template-columns:1fr;gap:18px}.energy-detail-page .detail-grid article{padding:24px}.energy-detail-page .story-grid{grid-template-columns:1fr}.energy-detail-page .detail-heading h2{font-size:31px}.energy-feature-stamp{padding:28px}.energy-feature-stamp>strong{font-size:100px}.energy-product-intro{grid-template-columns:1fr;gap:24px;padding:26px}.energy-route-classes .class-panel{padding:28px}.energy-route-classes .class-panel>strong{font-size:110px}.energy-route-massage-treatments .service-card h2{font-size:32px}.energy-route-memberships .club-plan{padding:24px}.energy-route-contact-us .contact-layout{grid-template-columns:1fr}.energy-route-contact-us .enquiry-panel{padding:25px 21px}.contact-map iframe{height:230px}.contact-map figcaption{align-items:flex-start;flex-direction:column;gap:5px}.energy-route-privacy-cookies-policy .reading{padding:27px 23px}.energy-route-privacy-cookies-policy .reading h2{font-size:25px}}
@media(max-width:650px){.energy-route-classes .energy-route-copy h1{font-size:clamp(34px,8.7vw,46px);line-height:1.14}}
/* Illustrated welcome. Keep text uncropped. */
.energy-route-contact-us .energy-route-hero-inner{grid-template-columns:minmax(330px,.82fr) minmax(0,1.18fr);gap:45px;padding-block:42px}
/* Give the two-line welcome title breathing room without enlarging the hero. */
.energy-route-contact-us .energy-route-copy h1{font-size:clamp(34px,3.8vw,50px);line-height:1.16;letter-spacing:-.035em;margin-bottom:22px}
.energy-route-contact-us .energy-route-copy h1 span{display:inline-block;max-width:100%;margin-top:.16em;padding:.04em .16em .13em;line-height:1.12}
.energy-route-contact-us .energy-route-photo{background:#163c32;transform:rotate(-1deg) scale(1.025);box-shadow:0 18px 38px #192c2733}
.energy-route-contact-us .energy-route-photo img{height:auto;max-height:none;aspect-ratio:3/2;object-fit:contain}
.energy-route-contact-us .energy-route-photo figcaption{background:#163c32;color:#e7efd9;font-size:9px}
.visit-first-steps{padding-top:0}
.visit-first-steps .energy-section-heading h2{font-size:clamp(31px,3.2vw,43px)}
.visit-steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px}
.visit-steps-grid>a{position:relative;padding:25px 27px 55px;border-radius:18px;background:#e8f1df;transition:transform .2s ease}
.visit-steps-grid>a:nth-child(2){background:#ffe6d0}.visit-steps-grid>a:nth-child(3){background:#edf1b6}
.visit-steps-grid>a:hover{transform:translateY(-4px)}
.visit-step-number{display:block;font-size:54px;font-weight:800;letter-spacing:-.07em;line-height:1;color:#bc431d;margin-bottom:27px}
.visit-steps-grid h3{font-size:25px;margin-bottom:12px}.visit-steps-grid p{font-size:13px;line-height:1.8}
.visit-steps-grid>a>span:last-child{position:absolute;bottom:18px;right:22px;font-size:25px}
@media(max-width:900px){.energy-route-contact-us .energy-route-hero-inner{grid-template-columns:minmax(285px,.9fr) minmax(0,1.1fr);gap:28px}.visit-steps-grid{gap:16px}.visit-steps-grid>a{padding:23px 20px 55px}}
@media(max-width:650px){.energy-route-contact-us .energy-route-hero-inner{grid-template-columns:1fr;gap:28px}.energy-route-contact-us .energy-route-photo{display:block;transform:none}.visit-steps-grid{grid-template-columns:1fr}.visit-steps-grid>a{padding:23px 25px 46px}.visit-step-number{font-size:43px;margin-bottom:19px}.visit-first-steps{padding-top:0}}
@media(max-width:650px){.club-machine .speediance-crop .speediance-image{transform:scale(1.14)}.energy-route-speediance .energy-route-photo img{transform:scale(1.12)}}
.seo-breadcrumb{padding-block:12px;font-size:10px;line-height:1.5;color:var(--muted)}
@media(max-width:650px){.energy-route-contact-us .energy-route-copy h1{font-size:clamp(32px,8.5vw,48px)}}
.footer-address{font-style:normal;color:#dce8d4;font-size:11px;line-height:1.8;margin-top:17px}
.seo-breadcrumb ol{display:flex;gap:8px 12px;align-items:center;flex-wrap:wrap;list-style:none;padding:0;margin:0}
.seo-breadcrumb li+li::before{content:'›';margin-right:12px;color:var(--muted)}
.seo-breadcrumb a{text-decoration:underline;text-underline-offset:3px}.seo-breadcrumb a:hover{color:var(--orange)}
/* Launch legibility pass: keep the editorial character without making useful
   information feel like fine print. */
.header nav,.button{font-size:14px}
.eyebrow{font-size:12px}
.energy-hero-copy>p,.energy-route-copy>p,.energy-section-heading>p,
.energy-support-grid>div>p,.energy-class-band p,.energy-equipment-heading p,
.energy-welcome-copy p,.energy-detail-page .story-grid>div>p,
.energy-route-privacy-cookies-policy .reading p{font-size:16px}
.energy-feature p,.energy-guidance p,.energy-pathways p,.energy-feature-stamp p,
.visit-steps-grid p{font-size:15px}
.energy-proof p>span,.energy-proof a,.energy-class-count>span,
.energy-equipment-nav a,.energy-detail-page>.page-subnav a,
.energy-route-actions .text-link,.footer-address{font-size:13px}
.energy-hero-copy>p.energy-hero-note{font-size:13px}
.energy-hero-visual figcaption,.energy-support figcaption,.club-machine figcaption,
.energy-gym-stories figcaption,.energy-gym-coaching figcaption,
.energy-equipment-support figcaption,.energy-equipment-showcase .club-machine figcaption,
.energy-route-photo figcaption,.energy-contact-photo figcaption,
.energy-route-contact-us .energy-route-photo figcaption{font-size:12px}
.club-machine-copy .eyebrow{font-size:12px}
.seo-breadcrumb{font-size:12px}

@media(max-width:1100px){.header nav{font-size:13px}}
@media(max-width:650px){
  .energy-hero-copy>p,.energy-route-copy>p,.energy-section-heading>p,
  .energy-support-grid>div>p,.energy-class-band p,.energy-equipment-heading p,
  .energy-welcome-copy p,.energy-detail-page .story-grid>div>p{font-size:16px}
  .energy-feature p,.energy-guidance p,.energy-pathways p,.visit-steps-grid p{font-size:15px}
  .energy-image-label,.energy-proof p>span,.energy-proof a,
  .energy-equipment-nav a,.energy-detail-page>.page-subnav a,
  .energy-route-actions .text-link{font-size:13px}
  .energy-hero-visual figcaption{font-size:12px}
}
/* Keep practical details as readable as the main story. */
.club-plan .eyebrow,.club-plan-tag,.club-treatments figcaption{font-size:12px}
.club-plan-name>p,.club-plan .check-list li,.club-plan .price-detail,.club-plan .offer,
.club-machine-copy p,.club-inbody p,.club-practitioner p{font-size:15px}
.club-plan-price .text-link,.club-practitioner .text-link,.club-treatment-offer,
.pricing-controls>span,.segmented button,.service-card dl>div,
.energy-route-actions .button,.button.small,.menu-toggle,label{font-size:14px}
.club-treatments-copy>p,.visit-inner p,input,select,textarea{font-size:16px}
.club-treatments-copy>p.club-treatment-note,.pricing-footnote,.fine{font-size:13px}
.segmented button,.menu-toggle{min-height:44px}
.energy-section-heading>div,.energy-support-grid>div{min-width:0}
.energy-section-heading h2,.energy-support h2{text-wrap:balance}
@media(max-width:650px){
  .energy-proof p{align-items:flex-start;flex-direction:column;gap:7px}
  .energy-proof p>span{max-width:none}
  .energy-image-label{bottom:70px}
  .pricing-controls{gap:16px;flex-direction:column;padding:17px}
  .pricing-controls .segmented{width:100%;grid-template-columns:1fr}
  .pricing-controls .segmented button{min-width:0;padding:13px 16px;flex-direction:row;align-items:center;justify-content:space-between;text-align:left}
  .pricing-controls .segmented button small{margin:0;text-align:right}
  .club-plan .check-list{grid-column:1/-1}
}
/* Let the Astons identity hold its own beside the larger page typography. */
.header-inner{height:96px;gap:24px}
.header .brand img{width:260px;height:auto}
@media(max-width:1100px){
  .header-inner{height:88px}
  .header .brand img{width:240px}
  .menu-toggle{display:flex;align-items:center;gap:12px;flex-shrink:0;border:1px solid var(--line);padding:9px 13px;background:var(--paper);cursor:pointer}
  .header nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--white);border-bottom:1px solid var(--line);padding:24px;align-items:stretch;flex-direction:column;gap:13px;font-size:16px}
  .header nav.open{display:flex}
}
@media(max-width:650px){
  .header-inner{height:84px;gap:16px}
  .header .brand img{width:clamp(165px,54vw,240px)}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* Tom's September content update: timetable, club tours and Wellness Rooms. */
.visit-actions,.wellness-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:18px 0 12px}
.whatsapp-button{justify-content:flex-start;gap:10px;background:#25d366;color:#fff;border-color:#25d366;box-shadow:0 9px 22px #128c7e2b}
.whatsapp-button:hover{background:#1ebe5d;color:#fff;border-color:#1ebe5d;box-shadow:0 11px 26px #128c7e3d}
.whatsapp-mark{display:block;width:25px;height:25px;flex:0 0 25px}
.whatsapp-bubble{fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.whatsapp-phone{fill:currentColor}
.whatsapp-button-label{font-size:14px!important;line-height:1.3;white-space:nowrap}
.whatsapp-button-arrow{margin-left:5px;font-size:19px!important}
.energy-route-contact-us .contact-direct .whatsapp-button{display:inline-flex;width:auto;margin-top:10px;padding:11px 17px}
.energy-support figure img[src*="bio-age-phone"]{aspect-ratio:4/3;object-fit:contain;object-position:center;background:#163c32;padding:18px}

.energy-route-logo{display:grid;place-items:center;background:#fff;padding:clamp(30px,5vw,58px)}
.energy-route-logo img,.energy-route-compact .energy-route-logo img{width:min(100%,420px);height:auto;max-height:190px;aspect-ratio:auto;object-fit:contain;object-position:center}

.class-timetable{background:#163c32;color:#fff}
.class-timetable .energy-section-heading{align-items:end}
.class-timetable .energy-section-heading p{color:#dce8d4}
.class-timetable .eyebrow,.class-timetable .text-link{color:#f4d658;border-color:#f4d658}
.class-week{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:38px}
.class-week article{background:#fff;color:#192c27;border-radius:17px;overflow:hidden;box-shadow:0 8px 22px #0a1b1724}
.class-week article:nth-child(3n+2){background:#edf3de}.class-week article:nth-child(3n){background:#ffe6d0}
.class-week h3{margin:0;padding:16px 19px;background:#f47b43;color:#192c27;font-size:22px;line-height:1}
.class-week ol{list-style:none;margin:0;padding:12px 19px 18px}
.class-week li{display:grid;grid-template-columns:48px 1fr;gap:10px;padding:9px 0;border-bottom:1px solid #192c2720;font-size:13px;line-height:1.4}
.class-week li:last-child{border-bottom:0}.class-week time{font-weight:800;color:#a83c1b}

.wellness-rental-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:42px}
.wellness-rental-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 12px 30px #192c2712}
.wellness-rental-card figure{margin:0}.wellness-rental-card figure img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.wellness-rental-card>div{padding:27px 30px 31px}.wellness-rental-card p{font-size:15px;line-height:1.75}
.wellness-price{display:flex;align-items:end;gap:9px;margin:14px 0 18px}.wellness-price strong{font-size:68px;line-height:.85;letter-spacing:-.07em}.wellness-price span{font-weight:750;color:var(--muted)}
.wellness-details{background:#e8f1df}
.wellness-details-grid{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr);align-items:center;gap:clamp(34px,6vw,84px)}
.wellness-logo-card{display:grid;place-items:center;min-height:360px;margin:0;padding:44px;background:#fff;border-radius:22px;transform:rotate(-2deg);box-shadow:0 14px 36px #192c2717}
.wellness-logo-card img{display:block;width:100%;height:auto;max-height:230px;object-fit:contain}
.wellness-details h2{font-size:clamp(36px,4.4vw,62px);line-height:.98;margin:14px 0 25px}
.wellness-details p{font-size:15px;line-height:1.75}
.wellness-features{list-style:none;margin:0 0 22px;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 18px}
.wellness-features li{position:relative;padding:13px 13px 13px 38px;background:#fff;border-radius:11px;font-size:14px;line-height:1.45}
.wellness-features li::before{content:'✓';position:absolute;left:14px;top:12px;color:#bc431d;font-weight:900}
.wellness-practitioners{margin-block:64px;background:#f4d658;border-radius:22px;padding:clamp(34px,5vw,62px)}
.wellness-practitioner-heading{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:clamp(28px,6vw,78px);align-items:end;margin-bottom:36px}
.wellness-practitioner-heading h2{font-size:clamp(35px,4.2vw,59px);line-height:1;margin-top:15px}.wellness-practitioner-heading p{font-size:16px;line-height:1.75;color:#383b34}
.wellness-practitioner-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.wellness-practitioner-grid>a{display:flex;min-height:176px;padding:24px;flex-direction:column;background:#fff;border:1px solid #192c2720;border-radius:16px;box-shadow:0 8px 18px #192c270d;transition:transform .2s,border-color .2s,box-shadow .2s}
.wellness-practitioner-grid>a:hover{transform:translateY(-3px);border-color:#537652;box-shadow:0 12px 24px #192c2718}
.wellness-practitioner-grid .eyebrow{margin-bottom:13px;font-size:10px;color:#6e735f}
.wellness-practitioner-grid strong{font-size:22px;line-height:1.12;letter-spacing:-.035em}
.wellness-practitioner-link{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:22px;border-top:1px solid #192c2720;font-size:13px;font-weight:750;color:#a83c1b}
.wellness-practitioner-link b{font-size:19px}.wellness-practitioners>.fine{max-width:850px;margin-top:22px;color:#45483f}

@media(max-width:900px){.class-week{grid-template-columns:repeat(2,minmax(0,1fr))}.wellness-details-grid{grid-template-columns:1fr 1.25fr;gap:32px}.wellness-logo-card{min-height:290px;padding:30px}.wellness-features{grid-template-columns:1fr}.wellness-practitioner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.energy-route-compact .energy-route-logo{display:grid}.energy-route-logo{padding:28px}.energy-route-logo img,.energy-route-compact .energy-route-logo img{max-height:130px}.class-timetable .energy-section-heading{align-items:start}.class-week{grid-template-columns:1fr;margin-top:28px}.wellness-rental-grid,.wellness-details-grid{grid-template-columns:1fr}.wellness-rental-card>div{padding:24px}.wellness-price strong{font-size:59px}.wellness-logo-card{min-height:230px;transform:none}.wellness-features{grid-template-columns:1fr}.wellness-practitioners{margin-block:35px}.wellness-practitioner-heading,.wellness-practitioner-grid{grid-template-columns:1fr}.wellness-practitioner-heading{gap:20px}.wellness-practitioner-grid>a{min-height:145px}}

/* Keep the complete mobile header and its open menu inside the viewport. */
@media(max-width:650px){
  .header-inner{gap:10px;min-width:0}
  .header .brand{min-width:0;flex:0 1 auto}
  .header .brand img{width:clamp(145px,38vw,185px)}
  .header .member-booking-button{margin-left:0;padding:8px 11px;gap:7px;font-size:11px}
  .menu-toggle{padding:8px 10px;gap:7px;flex-shrink:0}
  .header nav{left:0;right:0;width:auto;max-width:100vw;padding:20px max(20px,env(safe-area-inset-left));white-space:normal;overflow-x:hidden}
  .header nav>a{width:100%;max-width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere}
  .header nav>.button{justify-content:space-between}
}
@media(max-width:580px){.menu-toggle span:first-child{display:none}}
@media(max-width:420px){.whatsapp-button{width:100%;justify-content:flex-start}.whatsapp-button-arrow{margin-left:auto}}
