:root{--ink:#161616;--muted:#626262;--paper:#fff;--soft:#f5f5f3;--line:#deded9;--gold:#b39353;--gold-light:#e2c88e;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:17px;line-height:1.65}h1,h2,h3,h4,p,figure{margin:0}h1,h2,h3,h4{font-weight:400;line-height:1.1}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a,summary{-webkit-tap-highlight-color:transparent}img,video{max-width:100%;display:block}button:focus-visible,a:focus-visible,summary:focus-visible,video:focus-visible{outline:3px solid #8a6b30;outline-offset:5px}::selection{background:#e2c88e;color:#121212}em{font-family:var(--serif);font-weight:400}p{overflow-wrap:break-word}.wrap{width:min(1280px,calc(100% - 112px));margin:auto}.section{padding:112px 0}.eyebrow{font-size:.76rem;letter-spacing:.16em;font-weight:600;line-height:1.65;text-transform:uppercase}.section-head{margin-bottom:58px;max-width:820px}.section-head>.eyebrow{margin-bottom:24px}.section h2{font-family:var(--serif);font-size:clamp(2.7rem,4.25vw,4.2rem);letter-spacing:-.045em;line-height:1.09}.section h2 em{color:#8c703c}.section-intro{margin-top:24px;font-size:1.09rem;max-width:610px;color:var(--muted)}.horizontal-head{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:70px}.horizontal-head>div{flex:1.4}.horizontal-head .section-intro{flex:1;max-width:370px}.horizontal-head .eyebrow{margin-bottom:22px}.skip{position:fixed;left:20px;top:-100px;z-index:1000;background:#fff;padding:12px 20px;border:1px solid var(--ink)}.skip:focus{top:12px}
/* Brand and navigation */
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.98);border-bottom:1px solid #ededeb}.header-inner{width:min(1460px,calc(100% - 80px));margin:auto;min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand img{width:64px;height:64px;object-fit:contain}.brand>span{font-family:var(--serif);font-size:1.3rem;line-height:1.1;letter-spacing:.09em}.brand small{display:block;font-family:var(--sans);font-size:.66rem;letter-spacing:.34em;text-align:center;margin-top:8px}.site-header nav{display:flex;gap:28px;align-items:center}.text-link{font-size:.9rem;position:relative}.text-link:after{content:'';height:1px;position:absolute;bottom:-4px;left:0;right:100%;background:var(--gold);transition:right .2s}.text-link:hover:after{right:0}.header-actions{display:flex;align-items:center;gap:24px}.languages{display:flex;align-items:center;font-size:.78rem;gap:1px;color:#888}.languages button{border:0;background:none;padding:10px 8px;min-height:44px;min-width:36px;font-size:.78rem}.languages button[aria-pressed=true]{font-weight:700;color:var(--ink);text-decoration:underline;text-decoration-color:var(--gold);text-underline-offset:6px}.header-enquire{border-bottom:1px solid var(--gold);padding:8px 0;font-size:.9rem;font-weight:600;white-space:nowrap}.menu-toggle{display:none;min-height:44px;background:none;border:1px solid var(--line);padding:7px 13px;font-size:.87rem}
/* Photographic opening */
.hero{display:grid;grid-template-columns:1fr 1.02fr;width:min(1512px,100%);margin:0 auto}.hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:72px max(48px,5.2vw)}.hero .eyebrow{font-size:.73rem;color:#676154;margin-bottom:28px}.hero h1{font-family:var(--serif);font-size:clamp(3.2rem,5.5vw,5.25rem);letter-spacing:-.052em;line-height:1.04;overflow-wrap:break-word;max-width:100%}.hero h1 em{color:#8d713e}.hero-lead{font-size:1.12rem;line-height:1.55;margin-top:28px;max-width:400px}.hero-description{font-size:.99rem;line-height:1.75;color:var(--muted);margin-top:15px;max-width:430px}.hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:31px}.hero-footnote{display:flex;align-items:center;gap:15px;margin-top:46px;font-size:.78rem;max-width:410px;color:#757575}.fine-line{width:40px;height:1px;background:var(--gold);flex-shrink:0}.hero-image{position:relative;min-height:770px;overflow:hidden;background:#55524b}.hero-image>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-image:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.58));pointer-events:none}.hero-image figcaption{position:absolute;z-index:1;bottom:38px;left:35px;right:28px;color:#fff;display:flex;align-items:center;gap:18px}.photo-mark{font-family:var(--serif);font-size:2.8rem;font-style:italic;border-right:1px solid #ffffff70;padding-right:19px;line-height:1.1}.caption-title{font-size:.7rem;letter-spacing:.11em;font-weight:600;line-height:1.4}.hero-image figcaption p+p{font-size:.85rem;margin-top:6px}.essentials{display:grid;grid-template-columns:repeat(3,1fr);padding:31px 4vw;background:#171717;color:#fff}.essentials>div{text-align:center;padding:0 20px}.essentials>div+div{border-left:1px solid #ffffff25}.essentials .eyebrow{color:#baa981;font-size:.68rem;letter-spacing:.16em;margin-bottom:5px}.essentials strong{font-weight:400;font-size:1.02rem}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:16px 24px;font-size:.91rem;font-weight:500;line-height:1.35;text-align:center;transition:background .2s,color .2s,border-color .2s}.button-dark{background:var(--ink);color:#fff;border:1px solid var(--ink)}.button-dark:hover{background:#3a3327;border-color:#3a3327}.button-light{background:#fff;color:var(--ink);border:1px solid #fff}.button-light:hover{background:var(--gold-light);border-color:var(--gold-light)}.button-gold{background:var(--gold-light);color:#161616;border:1px solid var(--gold-light)}.button-gold:hover{background:#f4dca5;border-color:#f4dca5}.button-outline{border:1px solid #999;color:var(--ink)}.button-outline:hover{border-color:var(--ink);background:var(--ink);color:#fff}.quiet-link{font-size:.9rem;border-bottom:1px solid #b69a60;padding-bottom:4px;line-height:1.4;display:inline-block}.quiet-link:hover{color:#8c703c}.small-note{font-size:.85rem;line-height:1.65;color:var(--muted)}
/* Two distinct coaching formats */
.service{display:grid;grid-template-columns:1fr 1fr}.service-image{position:relative;min-height:720px;background:#d2d5d5}.service-image img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;object-position:48% 47%}.service-copy{padding:62px 54px;background:var(--soft)}.service-copy>.eyebrow{margin-bottom:25px;color:#76623e}.service h3{font-family:var(--serif);font-size:clamp(2.2rem,3.5vw,3.6rem);letter-spacing:-.04em}.service h3 em{color:#8c703c}.service-subtitle{font-size:1.18rem;margin-top:27px;margin-bottom:18px;line-height:1.5}.service-copy>p:not(.eyebrow):not(.service-subtitle):not(.small-note){color:#5d5d5d;font-size:1rem}.service-points{padding:0;margin:24px 0 22px;list-style:none;font-size:.94rem;line-height:1.6}.service-points li{border-bottom:1px solid #dcdcd6;padding:10px 0 10px 20px;position:relative}.service-points li:before{content:'—';color:#96763d;position:absolute;left:0}.service .button{margin-top:28px}.pt-service{margin-top:32px;background:#191919;color:#fff}.pt-service .service-copy{background:transparent;padding:66px 54px}.pt-service .service-copy>.eyebrow{color:var(--gold-light)}.pt-service h3 em{color:var(--gold-light)}.pt-service .service-copy>p:not(.eyebrow):not(.service-subtitle):not(.small-note){color:#c6c6c6}.pt-service .service-points li{border-bottom-color:#ffffff2a}.pt-service .service-points li:before{color:var(--gold-light)}.pt-standard{border-left:1px solid #ffffff24;margin:65px 0;padding:0 55px;display:flex;flex-direction:column;justify-content:center}.pt-standard>.eyebrow{color:#c4bfae}.pt-number{font-family:var(--serif);font-size:clamp(5rem,10vw,10rem);color:var(--gold-light);line-height:1.1;letter-spacing:-.06em;margin:14px 0 12px}.pt-standard h4{font-family:var(--serif);font-size:2rem;line-height:1.25}.pt-rows{margin:27px 0 18px;font-size:.92rem}.pt-rows p{padding:14px 0;border-top:1px solid #ffffff25;display:flex;gap:20px;line-height:1.5}.pt-rows span{color:var(--gold-light);font-size:.72rem;padding-top:3px;min-width:18px}.pt-standard .small-note{color:#b1b1b1;max-width:330px}
/* The personal standard */
.standard{background:var(--soft)}.standard-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:9%}.standard-copy>.eyebrow{margin-bottom:24px}.standfirst{font-size:1.25rem;margin:28px 0 15px}.standard-copy>p:not(.eyebrow):not(.standfirst){color:var(--muted)}.standard-values{margin-top:35px}.standard-values>div{padding:21px 0;border-top:1px solid #d4d4cd}.standard-values h3{font-family:var(--serif);font-size:1.6rem;margin-bottom:8px}.standard-values p{font-size:.94rem;color:var(--muted);max-width:440px}.standard-image{position:relative;min-height:620px;align-self:stretch;overflow:hidden}.standard-image>img{height:100%;width:100%;position:absolute;inset:0;object-fit:cover;object-position:56% 45%}.standard-image:after{content:'';position:absolute;inset:65% 0 0;background:linear-gradient(transparent,#111b)}.standard-image figcaption{position:absolute;z-index:1;bottom:30px;left:30px;right:26px;color:#fff;font-size:.77rem;letter-spacing:.06em;line-height:1.6}
/* Native video gallery */
.sessions{padding-bottom:102px}.session-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.session-card{min-width:0}.video-frame{background:#151515;aspect-ratio:512/910;max-height:590px;overflow:hidden}.video-frame video{width:100%;height:100%;object-fit:cover}.session-card figcaption{padding:23px 0 0}.session-card h3{font-family:var(--serif);font-size:1.5rem;letter-spacing:-.02em}.session-card p{font-size:.92rem;color:var(--muted);margin-top:10px;max-width:325px}
/* Transparent EMS pricing and separate traditional PT */
.plans{background:#f5f5f3}.pricing-grid{display:grid;grid-template-columns:.9fr 1.1fr;background:#fff;border:1px solid #d8d8d2}.first-session,.ems-programme{padding:49px 45px}.first-session{background:#191919;color:#fff}.first-session>.eyebrow{color:var(--gold-light);margin-bottom:23px}.plans h3{font-family:var(--serif);font-size:1.85rem;letter-spacing:-.015em}.large-price{font-family:var(--serif);font-size:5.3rem;line-height:1.2;letter-spacing:-.04em;margin:19px 0 20px}.large-price span{font-family:var(--sans);font-size:1.05rem;letter-spacing:0;margin-right:4px}.first-session>p:not(.eyebrow){color:#d1d1d1}.first-session .button{background:var(--gold-light);color:#161616;border-color:var(--gold-light);margin:26px 0 20px;display:flex}.first-session .button:hover{background:#f4dca5;border-color:#f4dca5}.first-session .small-note{font-size:.8rem;max-width:360px}.ems-programme>.eyebrow{color:#736644;margin-bottom:23px}.price-lines{margin:28px 0 22px}.price-lines>div{display:flex;justify-content:space-between;align-items:baseline;gap:24px;border-bottom:1px solid var(--line);padding:18px 0}.price-lines dt{font-size:.96rem;line-height:1.6;max-width:260px}.price-lines dd{font-size:1rem;line-height:1.6;margin:0;white-space:nowrap}.price-lines .price-total{border-bottom:0;padding-bottom:0}.price-total dt,.price-total dd{font-weight:600}.price-explanation{font-size:.9rem;color:#5f5f5f;margin-bottom:19px}.price-explanation strong{color:var(--ink);font-weight:600;white-space:nowrap}.ems-programme .small-note{font-size:.81rem}.pt-pricing{display:flex;justify-content:space-between;align-items:center;gap:70px;padding:42px 0 0}.pt-pricing>div{max-width:680px}.pt-pricing .eyebrow{color:#726442;margin-bottom:12px}.pt-pricing p:not(.eyebrow){font-size:.96rem;margin-top:15px;color:var(--muted)}.pt-pricing .button{max-width:310px;flex-shrink:0}
/* Enquiry journey and guidance */
.journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.journey-grid article{border-top:1px solid #c7c2b7;padding-top:22px}.step-number{font-family:var(--serif);font-size:2.4rem;color:#8e774a;display:block;margin-bottom:20px}.journey-grid h3{font-family:var(--serif);font-size:1.75rem;margin-bottom:14px}.journey-grid p{color:var(--muted);font-size:1rem}.guide{padding-top:0}.guide-title{padding-top:53px;border-top:1px solid var(--line)}.guide-title .eyebrow{margin-bottom:18px}.guide-title h2{font-size:clamp(2.2rem,3vw,3rem)}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:33px}.guide-grid h3{font-size:1.08rem;font-weight:600;line-height:1.4;margin-bottom:15px}.guide-grid p{font-size:.93rem;color:var(--muted)}.guide-grid .quiet-link{margin-top:17px;font-size:.85rem}
/* Questions and close */
.faq{background:var(--soft)}.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:9%}.faq .eyebrow{margin-bottom:25px}.faq-list{border-top:1px solid #ccc}.faq-list details{border-bottom:1px solid #ccc}.faq-list summary{padding:23px 44px 23px 0;position:relative;font-size:1rem;font-weight:500;line-height:1.5;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:6px;top:20px;font-size:1.45rem;color:#8d743f;font-weight:400}.faq-list details[open] summary:after{content:'−'}.answer{padding:0 36px 23px 0;color:#5b5b5b;font-size:.95rem}.booking{background:#161616;color:#fff}.booking-inner{display:flex;align-items:center;justify-content:space-between;gap:60px}.booking .eyebrow{color:var(--gold-light);margin-bottom:23px}.booking h2{font-size:clamp(2.8rem,4.7vw,4.8rem)}.booking h2 em{color:var(--gold-light)}.booking p:not(.eyebrow){color:#c3c3c3;margin-top:24px}.booking-actions{display:flex;flex-direction:column;gap:23px;align-items:center;min-width:270px}.booking-actions .button{width:100%}.phone-link{font-size:1.05rem;letter-spacing:.025em;border-bottom:1px solid #ffffff55;padding-bottom:4px}footer{padding:54px 0 23px;background:#fff}.footer-top{display:grid;grid-template-columns:.9fr 1.4fr .5fr;align-items:start;gap:45px}.footer-description{font-size:.86rem;color:var(--muted)}.footer-coverage{margin-top:11px;color:var(--ink)}.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.footer-bottom{margin-top:42px;padding-top:20px;border-top:1px solid #e5e5e0;display:flex;justify-content:space-between;gap:20px;color:#777;font-size:.77rem}.mobile-booking{display:none}
/* Language keeps the same hierarchy without squeezing words. */
html[lang=ru] .hero h1{font-size:clamp(2.6rem,4.3vw,4.2rem);letter-spacing:-.045em}html[lang=ru] .service h3{font-size:clamp(2.1rem,3.15vw,3.2rem)}html[lang=ru] .header-inner{gap:17px}html[lang=ru] .site-header nav{gap:20px}html[lang=ru] .hero-copy{padding-left:4.2vw;padding-right:4.2vw}
@media(min-width:1600px){.hero-copy{padding-left:80px;padding-right:80px}.hero-image{min-height:830px}}
@media(max-width:1200px){.header-inner{width:calc(100% - 48px)}.site-header nav{gap:18px}.header-actions{gap:15px}.brand img{width:55px;height:55px}.brand>span{font-size:1.14rem}.wrap{width:calc(100% - 80px)}.hero-copy{padding:52px 40px}.hero-image{min-height:720px}.hero h1{font-size:4.1rem}.hero-actions{gap:18px}.hero-actions .button{padding:16px 20px}.hero .quiet-link{font-size:.84rem}.service-copy,.pt-service .service-copy{padding:45px 37px}.service-image{min-height:710px}.pt-standard{padding:0 35px;margin:45px 0}.standard-grid{gap:6%}.standard-image{min-height:620px}.first-session,.ems-programme{padding:39px 32px}.session-grid{gap:22px}.pt-pricing{gap:35px}.footer-top{gap:25px}}
@media(max-width:1000px){.site-header nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--line);padding:20px 30px;gap:0;box-shadow:0 10px 16px #0000000a}.site-header nav.is-open{display:flex;flex-direction:column;align-items:stretch}.site-header nav a{font-size:1rem;padding:12px 0}.text-link:after{display:none}.menu-toggle{display:block}.header-inner{min-height:80px}.header-actions{gap:18px}.hero-copy{padding:46px 30px}.hero h1{font-size:3.65rem}.hero-image{min-height:710px}.hero .eyebrow{font-size:.68rem}.hero-footnote{margin-top:30px}.essentials strong{font-size:.91rem}.section{padding:85px 0}.guide{padding-top:0}.wrap{width:calc(100% - 56px)}.service-copy,.pt-service .service-copy{padding:38px 28px}.service h3{font-size:2.7rem}.pt-standard{padding:0 30px}.standard-grid{gap:5%;grid-template-columns:1.05fr .95fr}.standard h2{font-size:2.8rem}.standard-image{min-height:610px}.horizontal-head{gap:35px}.first-session,.ems-programme{padding:35px 28px}.price-lines>div{gap:16px}.price-lines dd{font-size:.91rem}.journey-grid{gap:28px}.guide-grid{gap:28px}.booking-inner{gap:40px}.booking-actions{min-width:220px}.footer-top{grid-template-columns:.8fr 1.2fr}.footer-links{grid-column:2;flex-direction:row}.video-frame{max-height:none}.pt-pricing{align-items:flex-start}.pt-pricing .button{max-width:235px}}
@media(max-width:760px){html{scroll-padding-top:86px}body{font-size:16px}.wrap{width:calc(100% - 40px)}.section{padding:67px 0}.section-head{margin-bottom:34px}.section h2{font-size:clamp(2.55rem,9vw,3.3rem);line-height:1.12}.section-head>.eyebrow{margin-bottom:18px}.section-intro{font-size:1rem;margin-top:20px}.eyebrow{font-size:.7rem;letter-spacing:.13em}.header-inner{width:calc(100% - 28px);min-height:76px;gap:10px}.brand{gap:7px}.brand img{width:49px;height:49px}.brand>span{font-size:1rem;letter-spacing:.05em}.brand small{font-size:.6rem;margin-top:5px}.header-actions{gap:11px}.header-enquire{display:none}.languages button{padding:10px 5px;min-width:31px}.languages{gap:0}.menu-toggle{font-size:.8rem;padding:6px 10px;min-height:40px}.hero{position:relative;display:block;background:#171717;color:white}.hero-copy{position:relative;z-index:2;padding:48px 26px 44px;min-height:710px;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.18));justify-content:center}.hero .eyebrow{color:#f1e2c2;font-size:.66rem;margin-bottom:25px}.hero h1{font-size:clamp(3.25rem,13vw,4.5rem);line-height:1.04;letter-spacing:-.045em;max-width:550px;text-shadow:0 2px 20px #00000020}.hero h1 em{color:#f1d598}.hero-lead{color:#fff;font-size:1.06rem;max-width:320px;margin-top:26px}.hero-description{color:#f0f0ed;font-size:.9rem;max-width:340px;margin-top:14px}.hero-actions{margin-top:26px;gap:22px}.hero-actions .button{background:#fff;border-color:#fff;color:#111;padding:16px 21px}.hero .quiet-link{color:#fff;font-size:.87rem}.hero-footnote{font-size:.75rem;color:#f0f0ed;max-width:330px;margin-top:36px}.hero-image{position:absolute;inset:0;min-height:100%;height:100%}.hero-image>img{object-position:54% 50%}.hero-image:after{inset:0;background:linear-gradient(0deg,rgba(0,0,0,.54),rgba(0,0,0,.26))}.hero-image figcaption{display:none}.essentials{padding:23px 13px;grid-template-columns:1fr 1fr 1fr;gap:0}.essentials>div{padding:0 10px}.essentials .eyebrow{font-size:.62rem;letter-spacing:.07em;line-height:1.5;min-height:18px;margin-bottom:6px}.essentials strong{font-size:.8rem;line-height:1.45;display:block}.horizontal-head{display:block}.horizontal-head .section-intro{margin-top:21px;max-width:530px}.horizontal-head .eyebrow{margin-bottom:19px}.service{grid-template-columns:1fr}.service-image{min-height:0;aspect-ratio:4/4.3}.service-image img{object-position:50% 35%}.service-copy,.pt-service .service-copy{padding:33px 26px 37px}.service h3{font-size:2.8rem}.service-copy>.eyebrow{margin-bottom:21px}.service-subtitle{margin:23px 0 17px;font-size:1.12rem}.service-copy>p:not(.eyebrow):not(.service-subtitle):not(.small-note){font-size:1rem}.service-points{margin-top:20px;font-size:.91rem}.service .button{width:100%;padding-left:15px;padding-right:15px;margin-top:25px}.pt-service{margin-top:24px}.pt-standard{border-left:0;border-top:1px solid #ffffff26;margin:0 26px 34px;padding:31px 0 0;display:block}.pt-number{font-size:5.7rem;margin:8px 0 14px}.pt-standard h4{font-size:1.8rem}.pt-rows{margin-top:23px}.pt-rows p{padding:12px 0}.standard-grid{grid-template-columns:1fr;gap:33px}.standard-image{min-height:0;aspect-ratio:4/4.4}.standard-image img{object-position:50% 43%}.standard .standfirst{font-size:1.17rem}.standard-values{margin-top:26px}.standard-values>div{padding:19px 0}.standard-values h3{font-size:1.5rem}.standard-values p{font-size:.96rem;max-width:none}.standard-image figcaption{left:24px;bottom:25px}.session-grid{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 0 22px;scrollbar-width:thin;scrollbar-color:#b39353 #e5e5e0}.session-card{flex:0 0 83%;scroll-snap-align:start;max-width:390px}.video-frame{max-height:510px}.session-card h3{font-size:1.45rem}.session-card p{font-size:.94rem}.session-card figcaption{padding-top:19px}.pricing-grid{grid-template-columns:1fr}.first-session,.ems-programme{padding:35px 27px}.first-session .eyebrow,.ems-programme>.eyebrow{margin-bottom:20px}.plans h3{font-size:1.7rem}.large-price{font-size:4.7rem;margin:15px 0 18px}.first-session .small-note{font-size:.82rem}.price-lines{margin-top:20px}.price-lines>div{gap:20px;padding:16px 0}.price-lines dt{font-size:.92rem;max-width:200px}.price-lines dd{font-size:.94rem}.price-explanation{font-size:.92rem}.ems-programme .small-note{font-size:.84rem}.pt-pricing{display:block;padding-top:33px}.pt-pricing p:not(.eyebrow){font-size:.98rem}.pt-pricing .button{margin-top:22px;width:100%;max-width:none}.journey-grid{grid-template-columns:1fr;gap:29px}.journey-grid article{padding:23px 0 0 60px;position:relative}.step-number{font-size:2rem;position:absolute;left:0;top:18px;margin:0}.journey-grid h3{font-size:1.6rem;margin-bottom:12px}.journey-grid p{font-size:1rem}.guide{padding-top:0}.guide-title{padding-top:35px}.guide-title h2{font-size:2.3rem}.guide-grid{grid-template-columns:1fr;gap:31px;margin-top:27px}.guide-grid h3{font-size:1.07rem}.guide-grid p{font-size:.96rem}.faq-grid{grid-template-columns:1fr;gap:31px}.faq .eyebrow{margin-bottom:19px}.faq-list summary{font-size:1rem;padding-top:22px;padding-bottom:22px}.answer{font-size:.96rem;padding-right:22px}.booking-inner{display:block}.booking h2{font-size:2.95rem}.booking-actions{align-items:flex-start;margin-top:32px;min-width:0}.booking-actions .button{width:auto;min-width:250px}.booking p:not(.eyebrow){font-size:1rem}.footer-top{grid-template-columns:1fr;gap:25px}.footer-links{grid-column:auto;flex-direction:row;gap:27px}.footer-description{font-size:.86rem}.footer-top .brand img{width:60px;height:60px}.footer-top .brand>span{font-size:1.2rem}.footer-bottom{display:block;margin-top:30px;font-size:.75rem}.footer-bottom p{margin-top:5px}footer{padding-top:39px;padding-bottom:110px}.mobile-booking{display:grid;grid-template-columns:1fr 1fr;position:fixed;z-index:25;bottom:0;left:0;right:0;background:#fff;padding:10px 14px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #deded9;gap:10px;box-shadow:0 -4px 20px #0000000a}.mobile-booking a{display:flex;align-items:center;justify-content:center;min-height:46px;font-size:.85rem;line-height:1.3;text-align:center;padding:10px 8px}.mobile-ems{background:var(--ink);color:#fff}.mobile-pt{border:1px solid #c6b286;color:var(--ink)}html[lang=ru] .hero-copy{padding:42px 26px 44px;min-height:720px}html[lang=ru] .hero h1{font-size:clamp(2.65rem,10.6vw,3.8rem);line-height:1.06}html[lang=ru] .service h3{font-size:2.45rem}html[lang=ru] .header-inner{gap:6px}html[lang=ru] .hero-actions{gap:20px}html[lang=ru] .mobile-booking a{font-size:.78rem}html[lang=ru] .hero-description{font-size:.9rem}}
@media(max-width:370px){.hero-copy{padding-left:20px;padding-right:20px}.hero h1{font-size:3rem}.header-actions{gap:4px}.brand>span{font-size:.9rem}.brand img{width:43px;height:43px}.header-inner{width:calc(100% - 22px)}.languages button{min-width:28px}.menu-toggle{padding:6px 8px}.hero-actions{gap:16px}.hero-actions .quiet-link{font-size:.83rem}.first-session,.ems-programme{padding:30px 21px}.price-lines dt{max-width:160px;font-size:.87rem}.price-lines dd{font-size:.87rem}.service-copy,.pt-service .service-copy{padding:31px 23px}.service h3{font-size:2.45rem}.booking h2{font-size:2.5rem}.essentials strong{font-size:.74rem}html[lang=ru] .hero h1{font-size:2.45rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
@media print{.site-header,.mobile-booking,.hero-image,.session-grid,.booking-actions{display:none}.hero{display:block}.hero-copy{background:#fff!important;color:#111!important;min-height:0!important;padding:25px 0}.hero h1,.hero h1 em,.hero p{color:#111!important}.hero-actions{display:none}.hero-footnote{margin-top:20px}.section{padding:30px 0}.wrap{width:92%}.service,.standard-grid,.pricing-grid,.faq-grid{display:block}.service-image,.standard-image,.pt-standard{display:none}.service-copy,.pt-service,.first-session{background:#fff;color:#111}.service-copy{padding:25px 0}.service .button{display:none}.section h2{font-size:2rem}footer{padding-bottom:25px}.essentials{background:#fff;color:#111}.guide{padding-top:0}}
/* Brand film, traditional training footage and the consultation-led experience. */
.hero{grid-template-columns:1.12fr .88fr}.hero h1{font-size:clamp(3.2rem,5.1vw,5rem);max-width:620px}.hero h1 em{display:inline}.hero-footnote{max-width:450px;font-size:.83rem;line-height:1.6}.hero-footnote .fine-line{align-self:flex-start;margin-top:12px}.lead-film{min-width:0;display:flex;flex-direction:column;justify-content:center;background:#111;padding:24px 28px 20px;scroll-margin-top:95px}.lead-film-player{display:flex;align-items:center;justify-content:center;min-width:0}.lead-film video{width:100%;max-width:432px;height:auto;max-height:768px;aspect-ratio:512/910;object-fit:contain;background:#000}.lead-film figcaption{width:min(432px,100%);margin:18px auto 0;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px 15px}.lead-film figcaption .eyebrow{margin:0;color:#d8c69e;font-size:.64rem;letter-spacing:.11em}.film-duration{font-size:.75rem;color:#cecece;line-height:1.5}.pt-film-panel{border-left:1px solid #ffffff24;margin:48px 0;padding:10px 32px;display:flex;flex-direction:column;justify-content:center;min-width:0}.pt-film-panel>.eyebrow{font-size:.68rem;letter-spacing:.11em;color:var(--gold-light);margin-bottom:22px}.pt-film-panel h4{font-family:var(--serif);font-size:2rem;line-height:1.2;margin-bottom:30px}.pt-film-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.pt-film-grid figure{min-width:0}.pt-film-grid video{width:100%;height:auto;aspect-ratio:512/910;object-fit:contain;background:#000}.pt-film-grid figcaption{font-size:.8rem;line-height:1.5;color:#d6d6d6;margin-top:12px}.pt-film-panel>.small-note{color:#a8a8a8;margin-top:22px;font-size:.82rem}.assessment{border-top:1px solid #e8e8e2;padding-top:82px}.assessment .journey-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.assessment .journey-grid h3{font-size:1.55rem;line-height:1.2}.assessment .journey-grid p{font-size:.96rem}.assessment .step-number{margin-bottom:17px}.trial-inclusions{list-style:none;padding:0;margin:23px 0 0;font-size:.96rem;line-height:1.6}.trial-inclusions li{padding:10px 0 10px 21px;position:relative;border-bottom:1px solid #ffffff27}.trial-inclusions li:before{content:'—';position:absolute;left:0;color:var(--gold-light)}.trial-inclusions li:last-child{border-bottom:0}.answer .quiet-link{margin-top:17px}
@media(max-width:1200px){.lead-film{padding:25px 22px}.lead-film video{max-height:740px}.hero h1{font-size:4rem}.hero-copy{padding:48px 38px}.pt-film-panel{padding:0 25px;margin:38px 0}.pt-film-panel h4{font-size:1.8rem}.assessment .journey-grid{gap:24px}.assessment .journey-grid h3{font-size:1.45rem}}
@media(max-width:1000px){.hero{grid-template-columns:1.08fr .92fr}.hero h1{font-size:3.5rem}.hero-copy{padding:40px 28px}.lead-film{padding:24px 20px}.lead-film figcaption{display:block}.film-duration{display:block;margin-top:6px}.hero-footnote{font-size:.8rem}.pt-film-panel{padding:0 22px}.pt-film-grid{gap:11px}.pt-film-grid figcaption{font-size:.75rem}.assessment .journey-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:35px}.assessment .journey-grid h3{font-size:1.7rem}}
@media(max-width:760px){.hero{display:flex;flex-direction:column;background:#fff;color:var(--ink);position:relative}.hero-copy{position:static;background:none;color:var(--ink);min-height:0;padding:36px 24px 33px;display:flex;justify-content:flex-start}.hero .eyebrow{color:#76623e;font-size:.65rem;margin-bottom:19px}.hero h1{font-size:clamp(2.9rem,11vw,4rem);line-height:1.06;text-shadow:none;letter-spacing:-.045em}.hero h1 em{color:#8d713e}.hero-lead{color:var(--ink);font-size:1rem;line-height:1.55;margin-top:20px;max-width:410px}.hero-description{color:var(--muted);font-size:.94rem;margin-top:12px;max-width:480px}.hero-actions{gap:19px;margin-top:24px}.hero-actions .button{background:var(--ink);border-color:var(--ink);color:#fff;font-size:.87rem;padding:15px 20px;min-height:53px}.hero-actions .button:hover{background:#3a3327;border-color:#3a3327}.hero .quiet-link{color:var(--ink);font-size:.84rem}.hero-footnote{color:var(--muted);font-size:.78rem;max-width:420px;margin-top:22px;gap:12px}.hero-footnote .fine-line{width:25px;margin-top:11px}.lead-film{padding:21px 24px 20px;scroll-margin-top:85px}.lead-film video{max-width:360px;max-height:640px;aspect-ratio:512/910;object-fit:contain}.lead-film figcaption{display:flex;width:min(360px,100%);margin-top:15px;gap:6px 10px}.lead-film figcaption .eyebrow{margin:0;color:#d8c69e;font-size:.6rem}.film-duration{font-size:.7rem;margin:0}.pt-film-panel{margin:0 26px 30px;padding:29px 0 0;border-left:0;border-top:1px solid #ffffff28}.pt-film-panel h4{font-size:1.85rem;margin-bottom:22px}.pt-film-panel>.eyebrow{font-size:.68rem;margin-bottom:16px}.pt-film-grid{display:flex;overflow-x:auto;gap:17px;padding-bottom:18px;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#b39353 #333}.pt-film-grid figure{flex:0 0 82%;max-width:330px;scroll-snap-align:start}.pt-film-grid video{max-height:520px}.pt-film-grid figcaption{font-size:.86rem}.pt-film-panel>.small-note{margin-top:9px}.assessment{padding-top:62px}.assessment .journey-grid{grid-template-columns:1fr;gap:29px}.assessment .journey-grid h3{font-size:1.55rem}.assessment .journey-grid p{font-size:.97rem}.assessment .step-number{margin:0}.trial-inclusions{font-size:.94rem;margin-top:20px}.trial-inclusions li{padding-top:9px;padding-bottom:9px}html[lang=ru] .hero-copy{padding:35px 24px 33px;min-height:0}html[lang=ru] .hero h1{font-size:clamp(2.6rem,10vw,3.5rem)}html[lang=ru] .hero-description{font-size:.94rem}html[lang=ru] .hero-actions{gap:18px}}
@media(max-width:370px){.hero-copy{padding-left:20px;padding-right:20px}.hero h1{font-size:2.85rem}.hero-actions{gap:15px}.hero-actions .button{font-size:.85rem;padding:14px 17px}.hero .quiet-link{font-size:.8rem}.lead-film{padding-left:20px;padding-right:20px}.hero-footnote{font-size:.76rem}html[lang=ru] .hero-copy{padding-left:20px;padding-right:20px}html[lang=ru] .hero h1{font-size:2.45rem}}
@media print{.lead-film,.pt-film-panel{display:none}.hero{display:block}.hero-copy{padding:25px 0}.assessment .journey-grid{grid-template-columns:repeat(2,1fr)}}
