:root{--bg:#f7f7f4;--paper:#fff;--ink:#17191d;--muted:#5f6368;--line:#e2e4df;--teal:#18a999;--teal-dark:#087b72;--navy:#17191d;--soft:#eff8f6;--accent:#b9a26b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Pretendard,Noto Sans KR,Segoe UI,sans-serif;word-break:keep-all;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(1120px,calc(100% - 40px));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{min-height:82px;display:flex;justify-content:space-between;align-items:center;gap:24px}.brand-logo{display:inline-flex;align-items:center;gap:12px;line-height:1}.brand-mark{position:relative;width:50px;height:50px;flex:0 0 auto;overflow:hidden;border-radius:8px;background:#202327;box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)}.brand-mark img{width:100%;height:100%;object-fit:cover;object-position:50% 58%}.brand-lockup{display:inline-flex;min-width:0;flex-direction:column;justify-content:center}.brand-main{display:flex;align-items:baseline;font-size:clamp(26px,3vw,34px);font-weight:950;letter-spacing:0}.brand-re{color:var(--teal-dark)}.brand-performance{color:var(--ink)}.brand-sub{margin-top:7px;color:#555a60;font-size:11px;font-weight:800;letter-spacing:.28em}.nav{display:flex;gap:26px;color:var(--muted);font-size:15px;font-weight:750}.nav,.nav-link{align-items:center}.nav-link{position:relative;min-height:44px;display:inline-flex;transition:.18s ease}.nav-link.active,.nav-link:hover{color:var(--teal-dark);font-weight:900}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:2px;border-radius:999px;background:var(--teal-dark);transform:scaleX(0);transform-origin:center;transition:.18s ease}.nav-link.active:after{transform:scaleX(1)}.nav-cta{min-height:44px;padding:0 18px;border-radius:999px;background:var(--navy);color:#fff;display:inline-flex;align-items:center;justify-content:center;transition:.18s ease}.nav-cta.active,.nav-cta:hover{background:var(--teal-dark);color:#fff}.mobile-apply{display:none}.hero{position:relative;min-height:70vh;padding:96px 0 76px;display:flex;align-items:center;overflow:hidden;color:#fff;background:var(--navy)}.hero-portrait{position:absolute;right:clamp(20px,6vw,112px);bottom:0;width:min(42vw,540px);height:100%;opacity:.82;pointer-events:none}.hero-portrait img{object-fit:cover;object-position:center 22%;filter:saturate(.82) contrast(1.04) brightness(.84)}.hero-scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,15,18,.9),rgba(12,15,18,.72) 42%,rgba(12,15,18,.22)),linear-gradient(180deg,rgba(12,15,18,.22),rgba(12,15,18,.68))}.hero-content{position:relative;z-index:1;max-width:780px;margin-left:max(calc((100vw - 1120px) / 2),20px)}.eyebrow{margin:0 0 14px;color:var(--teal-dark);font-size:13px;letter-spacing:.14em;text-transform:uppercase}.light-text{color:rgba(255,255,255,.82)}.mobile-break{display:none}h1,h2,h3,p{margin-top:0}h1{margin-bottom:22px;font-size:clamp(40px,5.3vw,66px);line-height:1.08;letter-spacing:0}.lead{color:rgba(255,255,255,.86);font-size:19px;line-height:1.76;max-width:660px}.button-row,.cta-buttons,.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.button{min-height:50px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;transition:.18s ease;white-space:nowrap}.button.primary{background:var(--teal-dark);color:#fff}.button.dark{background:var(--navy);color:#fff}.button.secondary{background:#fff;border-color:var(--line);color:var(--ink)}.button.hero-secondary,.cta-secondary{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.34)}.button:hover{transform:translateY(-2px)}.cta-primary{background:var(--teal);color:#fff;border-color:transparent}.proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;max-width:660px;margin-top:28px}.hero-coach-note,.proof-strip div{border:1px solid rgba(255,255,255,.22);border-radius:8px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.proof-strip div{padding:14px}.proof-strip strong{display:block;margin-bottom:6px;color:#fff;font-size:20px;line-height:1}.hero-coach-note span,.proof-strip span{color:rgba(255,255,255,.78);line-height:1.5}.hero-coach-note{display:flex;gap:14px;align-items:center;width:-moz-fit-content;width:fit-content;max-width:100%;margin-top:12px;padding:13px 16px}.hero-coach-note strong{flex:0 0 auto}.section{padding:82px 0}.section.light{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section.dark{background:var(--navy);color:#fff}.section-head{max-width:780px;margin-bottom:38px}.page-title h1,.section-head h2{margin-bottom:18px;font-size:clamp(34px,4.5vw,54px);line-height:1.18;letter-spacing:0}.page-title p,.section-head p{color:var(--muted);font-size:18px;line-height:1.8}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:18px}.grid-2,.grid-3{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,1fr);grid-gap:18px}.card,.coach-card,.coach-photo-card,.contact-box,.wide-card{background:var(--paper);border:1px solid var(--line);border-radius:8px}.card{padding:30px}.card h3{margin-bottom:14px;color:var(--teal-dark);font-size:24px}.card li,.card p,.contact-box li,.contact-box p{color:var(--muted);line-height:1.8}.card ul,.contact-box ul{margin:0;padding-left:20px}.card-number{display:inline-flex;margin-bottom:18px;color:var(--teal-dark);font-weight:950;font-size:18px}.card-label{margin-bottom:10px;color:var(--accent)!important;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.more-link{display:inline-flex;margin-top:16px;color:var(--teal-dark);font-weight:900}.interactive-card{cursor:pointer;transition:.2s ease}.interactive-card:hover{transform:translateY(-4px);border-color:rgba(8,123,114,.34);box-shadow:0 22px 44px rgba(8,123,114,.09)}.page-hero{padding:82px 0 56px;background:#fff;border-bottom:1px solid var(--line)}.page-title{max-width:860px}.service-stack{display:grid;grid-gap:18px;gap:18px}.wide-card{display:grid;grid-template-columns:1.3fr .7fr;grid-gap:28px;gap:28px;padding:34px}.wide-card h2{margin-bottom:14px;font-size:clamp(28px,3vw,40px)}.wide-card p{color:var(--muted);line-height:1.8}.mini-list{display:grid;align-content:center;grid-gap:8px;gap:8px;padding:22px;border-radius:8px;background:var(--soft);color:#355a56}.mini-list strong{color:var(--teal-dark)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;align-items:stretch}.info-list{display:grid;grid-gap:14px;gap:14px}.info-item{display:flex;gap:14px;align-items:flex-start;padding:18px;background:var(--soft);border-radius:8px}.info-item strong{min-width:48px;color:var(--teal-dark)}.info-item span{color:#37514d;line-height:1.7}.quote-card{margin-top:24px;padding:24px;border-radius:8px;background:linear-gradient(135deg,var(--teal-dark),#113331);color:#fff;font-size:20px;line-height:1.55;font-weight:900}.quote-card.large{margin:0 0 24px;font-size:clamp(25px,3vw,36px);letter-spacing:0}.coach-layout{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:40px;gap:40px;align-items:center}.coach-photo-card{overflow:hidden;max-height:680px;box-shadow:0 24px 70px rgba(0,0,0,.08)}.coach-photo{width:100%;height:100%;max-height:680px;object-fit:cover;object-position:center top}.coach-card,.contact-box{padding:34px}.accent-box{background:var(--soft)}.contact-list{display:grid;grid-gap:14px;gap:14px;margin:26px 0}.contact-list div{padding:14px 0;border-bottom:1px solid var(--line)}.contact-list strong{display:block;margin-bottom:6px;color:var(--teal-dark)}.contact-list span{color:#2b3135;line-height:1.65}.location-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:28px;gap:28px;align-items:start}.stretch-card{height:100%;display:flex;flex-direction:column}.card-bottom{margin-top:auto}.quick-card{justify-content:center}.consultation,.consultation-cta{padding:76px 0;background:linear-gradient(135deg,#0e756d,#13282d 54%,#17191d);color:#fff}.consultation-cta.compact,.consultation.compact{padding:56px 0}.consultation-inner{max-width:980px}.consultation h2,.consultation-cta h2{margin-bottom:18px;font-size:clamp(34px,5vw,58px);line-height:1.12;letter-spacing:0}.consultation p,.consultation-cta p{max-width:780px;color:rgba(255,255,255,.82);font-size:18px;line-height:1.8}.consultation .eyebrow,.consultation-cta .eyebrow{color:rgba(255,255,255,.78)}.consultation-cta .button.secondary{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.34);color:#fff}.notice{padding:18px;border-radius:8px;background:var(--soft);color:#34615c;line-height:1.7}.footer{padding:34px 0;background:var(--navy);color:rgba(255,255,255,.72)}.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer p{margin:0}.admin-hero{background:linear-gradient(180deg,#fff,#eff8f6)}.admin-dashboard,.admin-link-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.admin-link-grid{grid-template-columns:repeat(3,1fr);gap:18px}.admin-link-card,.admin-metric{border:1px solid var(--line);border-radius:8px;background:#fff}.admin-metric{padding:24px;box-shadow:0 18px 42px rgba(0,0,0,.04)}.admin-metric span{display:block;margin-bottom:12px;color:var(--muted);font-size:14px;font-weight:800}.admin-metric strong{display:block;margin-bottom:10px;color:var(--teal-dark);font-size:clamp(24px,3vw,34px);letter-spacing:0}.admin-metric p{margin:0;color:var(--muted);line-height:1.6;font-size:14px}.admin-link-card{min-height:210px;padding:28px;display:flex;flex-direction:column;transition:.2s ease}.admin-link-card:hover{transform:translateY(-4px);border-color:rgba(8,123,114,.34);box-shadow:0 22px 44px rgba(8,123,114,.09)}.admin-link-card h3{margin-bottom:12px;color:var(--teal-dark);font-size:23px}.admin-link-card p{color:var(--muted);line-height:1.75}.admin-link-card span{margin-top:auto;color:var(--teal-dark);font-weight:900}.admin-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px;align-items:stretch}.admin-checklist{margin:24px 0 0;padding-left:20px;color:var(--muted);line-height:1.9}@media (max-width:900px){.container{width:min(100% - 28px,1120px)}.header-inner{min-height:76px;gap:12px;position:relative}.brand-main{font-size:20px}.brand-mark{width:42px;height:42px}.brand-sub{font-size:8px;letter-spacing:.12em}.nav{display:none}.mobile-apply{min-height:40px;padding:0 16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;margin-left:auto;background:var(--navy);color:#fff;font-size:14px;font-weight:800}.hero{min-height:auto;padding:74px 0 52px}.hero-portrait{right:-36px;width:52vw;opacity:.2}.hero-portrait img{object-position:center 20%}.hero-scrim{background:linear-gradient(180deg,rgba(12,15,18,.84),rgba(12,15,18,.7) 52%,rgba(12,15,18,.84))}.hero-content{margin-left:auto;margin-right:auto;min-width:0}.mobile-break{display:block}h1{font-size:clamp(34px,10vw,46px)}.lead,h1{max-width:100%;overflow-wrap:anywhere}.lead{width:100%;font-size:17px;line-height:1.72}.admin-dashboard,.admin-grid,.admin-link-grid,.coach-layout,.detail-grid,.grid-2,.grid-3,.location-grid,.proof-strip,.wide-card{grid-template-columns:1fr}.proof-strip{max-width:100%;margin-top:24px}.hero-coach-note{align-items:flex-start;flex-direction:column}.button-row .button,.cta-buttons .button,.hero-actions .button{width:100%}.section{padding:64px 0}.page-hero{padding:56px 0 44px}.card,.coach-card,.contact-box,.wide-card{padding:24px}.coach-photo-card{max-height:560px}}.home-audience-card{min-height:260px;display:flex;flex-direction:column}.home-audience-card .more-link{margin-top:auto;padding-top:18px}.system-step-card{min-height:230px}.landing-header{position:absolute;inset:0 0 auto;z-index:60;border-bottom:1px solid rgba(255,255,255,.14);color:#fff}.landing-header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.landing-header .brand-performance,.landing-header .brand-sub{color:#fff}.landing-header .brand-re{color:#65c7bb}.landing-header-note{color:rgba(255,255,255,.66);font-size:13px;font-weight:850}.landing-main{background:#080b0f}.home-entrance-hero{min-height:92svh;padding:clamp(132px,15vw,184px) 0 clamp(66px,8vw,96px);background:#080b0f}.home-entrance-portrait{right:clamp(0px,5vw,72px);width:min(40vw,520px);opacity:.7}.hero-scrim.home-entrance-scrim{background:linear-gradient(90deg,rgba(5,7,10,.96),rgba(7,10,14,.88) 44%,rgba(7,10,14,.3)),linear-gradient(180deg,rgba(5,7,10,.28),rgba(5,7,10,.82))}.home-entrance-content{position:relative;z-index:1;display:grid;max-width:none;grid-gap:0;gap:0}.home-entrance-content h1{max-width:780px;margin-bottom:20px;color:#fff;font-size:76px;line-height:1.04;text-wrap:balance}.home-entrance-content .lead{color:rgba(255,255,255,.78);font-size:clamp(18px,2vw,22px);font-weight:650;line-height:1.65}.home-choice-prompt{margin:26px 0 0;color:#fff;font-weight:900;line-height:1.4}.home-primary-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.home-main-cta{min-width:224px;min-height:58px;justify-content:space-between;gap:32px;border-radius:4px;padding-inline:28px;font-size:17px}.home-main-cta-arrow{font-size:22px;line-height:1;transition:transform .16s ease}.home-main-cta:focus-visible .home-main-cta-arrow,.home-main-cta:hover .home-main-cta-arrow{transform:translateX(4px)}.home-signal-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;width:min(100%,850px);margin-top:clamp(34px,5vw,62px);border-top:1px solid rgba(255,255,255,.25);border-bottom:1px solid rgba(255,255,255,.25)}.home-signal-strip span{display:flex;min-height:68px;align-items:center;gap:12px;border-right:1px solid rgba(255,255,255,.2);border-radius:0;padding:0 20px;color:rgba(255,255,255,.82);font-size:14px;font-weight:900;word-break:keep-all}.home-signal-strip span:last-child{border-right:0}.home-signal-strip b{color:#65c7bb;font-size:11px;font-weight:950}.home-direction-section{padding:clamp(38px,5vw,58px) 0}.home-direction-inner{display:grid;grid-template-columns:minmax(180px,.42fr) minmax(0,1.58fr);grid-gap:clamp(22px,5vw,64px);gap:clamp(22px,5vw,64px);align-items:center}.home-direction-inner h2{max-width:780px;margin:0 0 10px;color:var(--ink);font-size:clamp(26px,3.3vw,42px);line-height:1.16;text-wrap:balance}.home-direction-inner p:not(.eyebrow){margin:0;color:var(--muted);font-size:16px;line-height:1.72}.service-choice-hero{padding:clamp(62px,9vw,112px) 0 clamp(34px,5vw,64px);border-bottom:1px solid var(--line)}.service-choice-hero-inner{max-width:none}.service-choice-hero h1{max-width:760px;margin-bottom:18px;color:var(--ink);font-size:68px;line-height:1.05;text-wrap:balance}.service-choice-hero p:not(.eyebrow){max-width:680px;margin:0;color:var(--muted);font-size:clamp(17px,1.8vw,21px);line-height:1.72}.service-choice-section{padding:clamp(34px,5vw,62px) 0 clamp(72px,8vw,104px);background:#f4f5f2}.service-choice-grid{display:grid;grid-template-columns:1fr;grid-gap:0;border-top:1px solid #cfd3d1}.service-choice-card{position:relative;display:grid;grid-template-columns:112px 390px minmax(330px,1fr) 132px;min-height:208px;align-items:center;grid-gap:24px;gap:24px;padding:clamp(26px,4vw,38px) 4px;border-bottom:1px solid #cfd3d1}.service-choice-card-senior-rehab{background:#eef6f3}.service-choice-card-athlete-reconditioning{background:#e9edf0}.service-choice-card-pain-care{background:#fff}.service-choice-card-top{display:grid;grid-gap:8px;gap:8px;align-self:stretch;align-content:center;border-right:1px solid rgba(23,25,29,.16)}.service-choice-index{color:rgba(23,25,29,.7);font-size:clamp(34px,4vw,52px);font-weight:950;line-height:1}.service-choice-card-featured{background:#10141d;color:#fff}.service-choice-card-featured .service-choice-card-top{border-right-color:rgba(255,255,255,.22)}.service-choice-card-featured .card-label,.service-choice-card-featured p{color:rgba(255,255,255,.7)!important}.service-choice-card-featured .service-choice-kicker,.service-choice-card-featured .service-choice-link{border-color:rgba(255,255,255,.3);color:#fff}.service-choice-card-featured .service-choice-index{color:rgba(255,255,255,.5)}.service-choice-kicker{display:block;color:var(--teal-dark);font-weight:950}.service-choice-card-title{display:grid;min-width:0;grid-gap:7px;gap:7px;align-content:center}.service-choice-card h2{margin:0;color:inherit;font-size:44px;line-height:1.12;text-wrap:balance}.service-choice-summary{max-width:520px;margin:0;color:var(--muted);font-size:17px;font-weight:650;line-height:1.72}.service-choice-link{display:flex;align-self:center;min-width:132px;min-height:48px;align-items:center;justify-content:space-between;gap:18px;border:0;border-bottom:2px solid;border-radius:0;padding:0 2px;color:var(--ink);font-weight:950;line-height:1.3}.service-choice-link>span:last-child{font-size:22px;transition:transform .16s ease}.service-choice-card:focus-visible .service-choice-link>span:last-child,.service-choice-card:hover .service-choice-link>span:last-child{transform:translateX(4px)}.service-choice-apply{padding:clamp(44px,6vw,74px) 0;background:#fff}.service-choice-apply-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:24px;gap:24px;align-items:center;padding:clamp(26px,4vw,42px);border-radius:8px;background:#10141d;color:#fff}.service-choice-apply h2{max-width:760px;margin:0;color:#fff;font-size:clamp(27px,3.8vw,46px);line-height:1.16}.service-choice-apply .eyebrow{color:rgba(255,255,255,.72)}.service-choice-apply .button{border-radius:4px}@media (max-width:1200px){.home-entrance-content h1{font-size:68px}.service-choice-hero h1{font-size:62px}}@media (max-width:1080px){.service-choice-card{grid-template-columns:82px minmax(0,1fr);min-height:0;gap:18px 22px;padding:28px 0}.service-choice-card-top{grid-row:1/span 2}.service-choice-link,.service-choice-summary{grid-column:2}.service-choice-link{width:min(100%,220px)}}@media (max-width:900px){.landing-header-inner{min-height:76px}.landing-header-note{display:none}.home-entrance-hero{min-height:90svh;padding-top:118px}.home-entrance-portrait{right:-80px;width:72vw;opacity:.18}.home-primary-actions .button{width:100%}.home-direction-inner,.service-choice-apply-inner{grid-template-columns:1fr}.home-direction-inner{gap:8px}.home-entrance-content h1,.service-choice-hero h1{font-size:52px}}@media (max-width:560px){.home-entrance-content h1,.service-choice-hero h1{font-size:42px}.home-main-cta{min-height:54px;font-size:16px}.home-signal-strip span{min-height:62px;gap:6px;padding:0 9px;font-size:12px}.service-choice-card h2{font-size:32px}}.hero-bg{filter:blur(3px) saturate(.92) contrast(.9) brightness(.58);transform:scale(1.04)}.hero-scrim{background:linear-gradient(90deg,rgba(8,11,14,.95),rgba(8,11,14,.82) 48%,rgba(8,11,14,.42)),linear-gradient(180deg,rgba(8,11,14,.48),rgba(8,11,14,.86))}.section{padding:88px 0}.page-title,.section-head{padding-left:22px;border-left:4px solid var(--teal-dark)}.section-head{max-width:820px;margin-bottom:42px}.detail-grid,.grid-2,.grid-3{gap:22px}.card,.coach-card,.coach-photo-card,.contact-box,.wide-card{box-shadow:0 14px 32px rgba(23,25,29,.05)}.card.interactive-card{display:flex;flex-direction:column}.card.interactive-card .more-link{margin-top:auto;padding-top:18px}.home-service-grid{align-items:stretch}.feature-service-card{position:relative;overflow:hidden}.feature-service-card:before{content:"";position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,#087b72,#c47a18,#b64b4b)}.feature-service-card .more-link{color:#9a5b0f}.pe-standalone-page{min-height:100vh;background:#f4f6f8}.pe-standalone-nav{position:fixed;top:0;right:0;left:0;z-index:70;border-bottom:1px solid rgba(255,255,255,.16);background:rgba(12,16,24,.78);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.pe-standalone-nav-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.pe-standalone-brand{display:inline-flex;align-items:baseline;gap:9px;color:#fff;line-height:1}.pe-standalone-brand strong{font-size:clamp(20px,2.2vw,28px);font-weight:950}.pe-standalone-brand span{color:#ffb15f;font-size:clamp(17px,1.8vw,23px);font-weight:950}.pe-standalone-actions{display:flex;align-items:center;gap:10px}.pe-standalone-actions a{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#fff;font-size:14px;font-weight:900}.pe-standalone-actions a:last-child{border-color:transparent;background:#ff8a1f;color:#10141d}.pe-motivation-hero{position:relative;min-height:100vh;padding:132px 0 92px;display:flex;align-items:center;overflow:hidden;background:#10141d;color:#fff}.pe-motivation-hero:after{content:"PE EXAM";position:absolute;right:-28px;bottom:-18px;color:rgba(255,255,255,.08);font-size:clamp(76px,16vw,210px);font-weight:950;line-height:.85;pointer-events:none}.pe-motivation-bg{object-fit:cover;object-position:center 24%;filter:blur(3px) saturate(.92) contrast(.9) brightness(.58);transform:scale(1.04)}.pe-motivation-scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,14,22,.96),rgba(9,14,22,.86) 52%,rgba(9,14,22,.48)),linear-gradient(180deg,rgba(9,14,22,.46),rgba(9,14,22,.9))}.pe-motivation-content{position:relative;z-index:1;max-width:900px}.pe-motivation-content h1{max-width:850px;color:#fff;font-size:clamp(44px,7vw,86px);line-height:1.04}.pe-motivation-content .lead{max-width:760px}.button.pe-hero-primary{background:#ff8a1f;color:#10141d}.button.pe-hero-secondary{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.3);color:#fff}.pe-motive-metrics div{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.22)}.pe-motive-metrics div:first-child{box-shadow:inset 0 4px 0 #3f8cff}.pe-motive-metrics div:nth-child(2){box-shadow:inset 0 4px 0 #19c37d}.pe-motive-metrics div:nth-child(3){box-shadow:inset 0 4px 0 #ff8a1f}.pe-motive-band{background:#10141d;color:#fff}.pe-motive-band .section-head h2,.pe-motive-band .section-head p{color:#fff}.pe-motive-band .section-head p{opacity:.76}.pe-motive-card{border-color:rgba(255,255,255,.12);background:#171d29;color:#fff;box-shadow:none}.pe-motive-card h3{color:#fff!important}.pe-motive-card p:not(.card-label){color:rgba(255,255,255,.72)}.pe-motive-card.train{border-top:6px solid #3f8cff}.pe-motive-card.plan{border-top:6px solid #19c37d}.pe-motive-card.finish{border-top:6px solid #ff8a1f}.pe-section-consulting{background:linear-gradient(180deg,#fff,#f3f5f8)}.pe-dark-panel,.pe-final-card{background:#111722;border-color:#263142;color:#fff}.pe-dark-panel h2,.pe-final-card h2{color:#fff}.pe-dark-panel p,.pe-final-card li{color:rgba(255,255,255,.76)}.pe-quote-card{background:linear-gradient(135deg,#ff8a1f,#c84d2a);color:#10141d}.pe-management-card,.pe-rule-card,.pe-target-panel{position:relative;overflow:hidden}.pe-management-card:before,.pe-rule-card:before,.pe-target-panel:before{content:"";position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,#3f8cff,#19c37d,#ff8a1f)}.pe-event-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;padding-left:0!important;list-style:none}.pe-event-list li{padding:12px 14px;border:1px solid #d9e1ea;border-radius:8px;background:#fff;color:#253044;font-weight:800}.pe-final-section{background:linear-gradient(135deg,#10141d,#142235 54%,#0c6059)}.pe-standalone-footer{padding:28px 0;background:#0d1118;color:rgba(255,255,255,.72)}.pe-standalone-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:14px}.pe-standalone-footer strong{color:#fff}.pe-standalone-footer a{color:#ffb15f;font-weight:900}.pe-exam-hero{position:relative;overflow:hidden;background:linear-gradient(115deg,rgba(23,25,29,.96),rgba(15,76,92,.93) 48%,rgba(141,83,35,.88));color:#fff}.pe-exam-hero:before{content:"";position:absolute;inset:auto 0 0;height:18px;background:repeating-linear-gradient(90deg,#3f6ea8 0 18%,#228a5a 18% 43%,#c47a18 43% 70%,#b64b4b 70% 100%)}.pe-exam-hero .container{position:relative;z-index:1}.pe-exam-hero .eyebrow,.pe-exam-hero .page-title p{color:rgba(255,255,255,.82)}.pe-exam-hero h1{color:#fff}.pe-exam-hero .button.secondary{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.32);color:#fff}.pe-hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:34px}.pe-hero-metrics div{padding:18px;border:1px solid rgba(255,255,255,.24);border-radius:8px;background:rgba(255,255,255,.11);box-shadow:inset 0 1px 0 rgba(255,255,255,.16)}.pe-hero-metrics strong{display:block;margin-bottom:7px;color:#fff;font-size:clamp(28px,4vw,42px);line-height:1}.pe-hero-metrics span{color:rgba(255,255,255,.82);font-weight:800}.pe-section-schedule{background:linear-gradient(180deg,#ffffff,#eef5f8);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pe-section-guides{background:linear-gradient(180deg,#f5f7fb,#ffffff)}.pe-section-update{background:#fff8e6!important}.pe-section-practical{background:#f7f7f4}.pe-calendar-panel{padding:22px;border:1px solid #d8dee9;border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(239,248,246,.94));box-shadow:0 26px 70px rgba(18,35,58,.11)}.pe-calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.pe-calendar-legend{display:flex;gap:8px;flex-wrap:wrap}.legend-chip{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border-radius:999px;font-size:12px;font-weight:900}.legend-chip.document{background:#e8eef8;color:#24476f}.legend-chip.application{background:#e8f6ef;color:#226245}.legend-chip.exam{background:#fff0da;color:#7a4a12}.legend-chip.decision{background:#f9e8e8;color:#7a2b2b}.pe-calendar-controls{display:flex;gap:8px}.pe-calendar-controls button{width:42px;height:42px;border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:#1f2937;font-size:28px;line-height:1;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}.pe-calendar-controls button:hover{background:#172033;color:#fff;transform:translateY(-2px)}.pe-calendar-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 16px;scrollbar-color:#9aa8b9 #eef2f6}.pe-calendar-card{flex:0 0 min(340px,85vw);min-height:260px;padding:24px;border:1px solid #d8dee9;border-top:6px solid #718096;border-radius:8px;background:#fff;scroll-snap-align:start;box-shadow:0 18px 34px rgba(38,52,73,.08);transition:transform .22s ease,box-shadow .22s ease}.pe-calendar-card:hover{transform:translateY(-6px);box-shadow:0 28px 56px rgba(38,52,73,.14)}.pe-calendar-card.document{border-top-color:#3f6ea8;background:#f8fbff}.pe-calendar-card.application{border-top-color:#228a5a;background:#f8fffb}.pe-calendar-card.exam{border-top-color:#c47a18;background:#fffaf2}.pe-calendar-card.decision{border-top-color:#b64b4b;background:#fff7f7}.pe-calendar-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}.pe-calendar-month{color:#172033;font-size:24px;font-weight:950}.pe-calendar-label{padding:6px 9px;border-radius:999px;background:rgba(23,32,51,.08);color:#2b3445;font-size:12px;font-weight:900}.pe-calendar-range{margin-bottom:10px!important;color:#445066!important;font-weight:900}.pe-calendar-card h3{color:#172033!important;font-size:23px}.pe-calendar-card p{color:#4f5d6f}.pe-info-item{border-left:6px solid #087b72}.pe-info-item.strategy{background:#eef6ff;border-left-color:#3f6ea8}.pe-info-item.score{background:#fff7e9;border-left-color:#c47a18}.pe-info-item.record{background:#effaf3;border-left-color:#228a5a}.pe-info-item.condition{background:#fff0f0;border-left-color:#b64b4b}.pe-guide-card{position:relative;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.pe-guide-card:after{content:"";position:absolute;right:20px;bottom:20px;width:54px;height:4px;border-radius:999px;background:currentColor;opacity:.18}.pe-guide-card:hover{transform:translateY(-5px);box-shadow:0 22px 46px rgba(23,32,51,.1)}.pe-guide-card h3{color:#172033!important}.pe-guide-card.common{border-top:6px solid #3f6ea8}.pe-guide-card.local{border-top:6px solid #087b72}.pe-guide-card.seoul{border-top:6px solid #c47a18}.pe-guide-card.metro{border-top:6px solid #b64b4b}.pe-guide-card.common .card-label{color:#3f6ea8!important}.pe-guide-card.local .card-label{color:#087b72!important}.pe-guide-card.seoul .card-label{color:#9a5b0f!important}.pe-guide-card.metro .card-label{color:#9d3333!important}.system-detail-hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#ffffff,#f3f8f7 52%,#fff7ea)}.system-hero-grid{display:grid;grid-template-columns:1.04fr .96fr;grid-gap:34px;gap:34px;align-items:center}.system-hero-grid.reverse{grid-template-columns:.92fr 1.08fr}.system-visual-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 20px 56px rgba(0,0,0,.08);transform:translateY(10px)}.system-visual-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 42%,rgba(8,123,114,.24));pointer-events:none}.system-visual-card img{width:100%;height:520px;object-fit:cover;object-position:center;transform:scale(1.03)}.system-hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.system-hero-badges span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid rgba(8,123,114,.2);border-radius:999px;background:#fff;color:#0b6059;font-size:13px;font-weight:900;box-shadow:0 10px 24px rgba(8,123,114,.08)}.system-color-card{border-left:7px solid #087b72;transition:transform .22s ease,box-shadow .22s ease}.system-case-card:hover,.system-color-card:hover,.system-program-card:hover,.system-step-card:hover{transform:translateY(-5px);box-shadow:0 24px 48px rgba(23,32,51,.1)}.system-color-card.survey{background:#f7fbff;border-left-color:#3f6ea8}.system-color-card.movement{background:#fffaf2;border-left-color:#c47a18}.system-color-card.program{background:#f6fbf7;border-left-color:#228a5a}.system-case-card h3,.system-color-card h3,.system-program-card h3,.system-step-card h3{color:#172033!important}.system-step-card{border-top:6px solid #087b72}.system-case-card,.system-step-card{background:#fff;transition:transform .22s ease,box-shadow .22s ease}.system-case-card{border-top:6px solid #b9a26b}.system-program-card:first-child{border-top:6px solid #3f6ea8}.system-program-card:nth-child(2){border-top:6px solid #087b72}.system-program-card:nth-child(3){border-top:6px solid #228a5a}.system-program-card:nth-child(4){border-top:6px solid #c47a18}.system-program-card:nth-child(5){border-top:6px solid #b64b4b}.system-program-card:nth-child(6){border-top:6px solid #5b5f97}@media (max-width:900px){.pe-motivation-hero{min-height:auto;padding:116px 0 66px}.pe-standalone-nav-inner{height:auto;min-height:76px;padding:12px 0;align-items:flex-start;flex-direction:column;gap:12px}.pe-standalone-actions{width:100%}.pe-standalone-actions a{flex:1 1;justify-content:center}.pe-motivation-bg{object-position:58% center}.pe-motivation-scrim{background:linear-gradient(180deg,rgba(9,14,22,.88),rgba(9,14,22,.78) 44%,rgba(9,14,22,.94))}.pe-event-list{grid-template-columns:1fr}.pe-calendar-panel{padding:16px}.pe-calendar-toolbar{align-items:flex-start;flex-direction:column}.pe-calendar-controls{width:100%;justify-content:flex-end}.pe-calendar-card{flex-basis:min(310px,86vw)}.pe-hero-metrics,.system-hero-grid,.system-hero-grid.reverse{grid-template-columns:1fr}.system-visual-card img{height:380px}.system-hero-grid.reverse .system-visual-card,.system-visual-card{order:2}}html:has(.pe-slide-snap){scroll-padding-top:0;scroll-snap-type:y proximity}body:has(.pe-slide-snap){background:#10141d}:root{--brand-ink:#111716;--brand-ink-soft:#1b2422;--brand-paper:#ffffff;--brand-surface:#f2f4f1;--brand-surface-deep:#e7ebe6;--brand-line:#d5dbd5;--brand-muted:#59635f;--brand-green:#0a665b;--brand-green-bright:#18a999;--brand-gold:#b5a06a}body{background:var(--brand-paper);color:var(--brand-ink)}.container{width:min(1200px,calc(100% - 64px))}.site-header{border-bottom-color:rgba(17,23,22,.12);background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{min-height:78px}.brand-logo{gap:10px}.brand-mark{width:44px;height:44px;border-radius:4px;box-shadow:none}.brand-main{font-size:25px}.brand-sub{margin-top:6px;font-size:9px;letter-spacing:.2em}.nav{gap:23px;color:#46504c;font-size:14px}.nav-link{min-height:48px}.nav-link:after{right:auto;bottom:1px;width:20px;border-radius:0;background:var(--brand-green);transform-origin:left}.mobile-apply,.nav-cta{border-radius:3px;background:var(--brand-ink)}.mobile-header-actions,.mobile-menu{display:none}.eyebrow{margin-bottom:18px;color:var(--brand-green);font-size:12px;font-weight:900;letter-spacing:.12em}.button{min-height:54px;border-radius:3px;padding:0 24px;font-size:15px;font-weight:850}.button.primary,.cta-primary{background:var(--brand-green)}.button.dark{background:var(--brand-ink)}.button.secondary{border-color:var(--brand-line)}.text-link-dark,.text-link-light{display:inline-flex;min-height:44px;align-items:center;gap:18px;border-bottom:1px solid;font-size:15px;font-weight:850}.text-link-dark{color:var(--brand-ink)}.text-link-light{color:#fff}.text-link-dark span,.text-link-light span{font-size:20px;transition:transform .16s ease}.text-link-dark:hover span,.text-link-light:hover span{transform:translateX(4px)}.landing-header{border-bottom:1px solid rgba(255,255,255,.13);background:var(--brand-ink)}.landing-header-inner{min-height:82px}.landing-header .brand-mark{background:#202327}.system-visual-card img{object-position:center 18%;transform:none}.landing-header-note{font-size:12px;letter-spacing:.12em}.home-entrance-hero{min-height:calc(100svh - 82px);padding:104px 0 82px;background:var(--brand-ink)}.home-entrance-portrait{right:0;width:48%;max-width:none;opacity:.92}.home-entrance-portrait img{object-position:center 18%;filter:grayscale(.12) contrast(1.04) brightness(.72)}.home-entrance-scrim{background:rgba(10,15,14,.52)}.home-entrance-content{max-width:760px}.home-entrance-content h1{max-width:760px;margin-bottom:26px;font-size:72px;line-height:1.06}.home-entrance-content .lead{max-width:640px;font-size:18px;line-height:1.75}.home-choice-prompt{margin-top:36px;font-size:14px}.home-primary-actions{display:grid;grid-template-columns:repeat(2,minmax(0,240px));grid-gap:10px;gap:10px}.home-main-cta{min-height:62px;border-radius:3px;padding:0 20px;font-size:16px}.home-signal-strip{max-width:760px;margin-top:46px;border-top-color:rgba(255,255,255,.22);border-bottom-color:rgba(255,255,255,.22)}.home-signal-strip span{min-height:74px;border-right-color:rgba(255,255,255,.2);font-size:13px}.home-direction-section{padding:72px 0;border-bottom:1px solid var(--brand-line);background:#fff}.home-direction-inner{grid-template-columns:.34fr 1fr;gap:64px}.home-direction-inner h2{max-width:800px;font-size:42px;line-height:1.22}.home-direction-inner p:not(.eyebrow){max-width:720px;font-size:17px}.home-service-directory{padding:112px 0;background:var(--brand-surface)}.home-section-heading{display:grid;grid-template-columns:minmax(0,1fr) 380px;grid-gap:72px;gap:72px;align-items:end;margin-bottom:54px}.home-section-heading h2{margin:0;font-size:54px;line-height:1.12}.home-section-heading>p{margin:0 0 8px;color:var(--brand-muted);font-size:17px;line-height:1.8}.home-service-list{border-top:1px solid var(--brand-ink)}.home-service-row{display:grid;grid-template-columns:72px minmax(220px,.9fr) minmax(280px,1fr) 36px;grid-gap:30px;gap:30px;min-height:158px;align-items:center;border-bottom:1px solid #bfc6c0;transition:background .18s ease,padding .18s ease}.home-service-row:focus-visible,.home-service-row:hover{padding-right:18px;padding-left:18px;background:#fff;outline:none}.home-service-index{align-self:start;padding-top:48px;color:var(--brand-green);font-size:13px;font-weight:900}.home-service-row>div>p{margin:0 0 8px;color:var(--brand-muted);font-size:12px;font-weight:850;text-transform:uppercase}.home-service-row h3{margin:0;font-size:30px;line-height:1.25}.home-service-summary{margin:0;color:var(--brand-muted);font-size:16px;line-height:1.75}.home-service-arrow{font-size:26px}.home-method-section{padding:112px 0;background:var(--brand-ink);color:#fff}.home-method-grid{display:grid;grid-template-columns:.82fr 1.18fr;grid-gap:112px;gap:112px;align-items:start}.home-method-heading{position:-webkit-sticky;position:sticky;top:124px}.home-method-heading h2{margin-bottom:24px;font-size:50px;line-height:1.13}.home-method-heading>p:not(.eyebrow){max-width:470px;margin-bottom:30px;color:rgba(255,255,255,.7);font-size:17px;line-height:1.8}.home-method-steps{margin:0;padding:0;border-top:1px solid rgba(255,255,255,.35);list-style:none}.home-method-steps li{display:grid;grid-template-columns:66px 1fr;grid-gap:24px;gap:24px;min-height:188px;align-items:center;border-bottom:1px solid rgba(255,255,255,.22)}.home-method-steps li>span{align-self:start;padding-top:48px;color:var(--brand-green-bright);font-size:14px;font-weight:900}.home-method-steps h3{margin-bottom:12px;color:#fff;font-size:30px}.home-method-steps p{max-width:540px;margin:0;color:rgba(255,255,255,.66);font-size:16px;line-height:1.75}.home-coach-section{padding:0;background:#fff}.home-coach-grid{display:grid;grid-template-columns:1fr 1fr;width:100%;max-width:none}.home-coach-image{position:relative;min-height:680px;background:var(--brand-surface-deep)}.home-coach-image img{object-fit:cover;object-position:center 16%}.home-coach-copy{display:flex;min-height:680px;flex-direction:column;align-items:flex-start;justify-content:center;padding:80px max(32px,calc((100vw - 1200px) / 2))}.home-coach-copy h2{margin-bottom:28px;font-size:48px;line-height:1.16}.home-coach-copy>p:not(.eyebrow){max-width:540px;margin-bottom:28px;color:var(--brand-muted);font-size:17px;line-height:1.85}.service-choice-hero{padding:116px 0 76px;background:#fff}.service-choice-hero h1{max-width:820px;font-size:62px;line-height:1.08}.service-choice-hero p:not(.eyebrow){max-width:620px}.service-choice-section{padding:0 0 112px;background:#fff}.service-choice-grid{gap:0;border-top:1px solid var(--brand-ink)}.service-choice-card{grid-template-columns:100px minmax(230px,.85fr) minmax(260px,1fr) 150px;min-height:164px;border:0;border-bottom:1px solid var(--brand-line);border-radius:0;padding:28px 0;background:#fff;box-shadow:none}.service-choice-card-featured{background:var(--brand-ink)}.service-choice-card:focus-visible,.service-choice-card:hover{padding-right:18px;padding-left:18px;transform:none;box-shadow:none}.service-choice-card h2{font-size:34px}.service-choice-index{font-size:15px}.service-choice-kicker{min-height:0;border:0;border-radius:0;padding:0;background:transparent;font-size:12px}.service-choice-link{min-height:44px;border-bottom-width:1px}.service-choice-apply{padding:0 0 112px}.service-choice-apply-inner{border-radius:4px;padding:48px;background:var(--brand-ink)}.editorial-service-hero{position:relative;min-height:720px;display:flex;align-items:stretch;overflow:hidden;background:var(--brand-ink);color:#fff}.editorial-service-image{position:absolute;inset:0 0 0 auto;width:50%}.editorial-service-image img{object-fit:cover;object-position:center 16%;filter:grayscale(.2) brightness(.72)}.editorial-service-scrim{position:absolute;inset:0;background:rgba(10,15,14,.46)}.editorial-service-hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-top:84px;padding-bottom:70px}.editorial-service-hero h1{max-width:720px;margin-bottom:26px;color:#fff;font-size:64px;line-height:1.08}.editorial-service-lead{max-width:620px;margin-bottom:0;color:rgba(255,255,255,.8);font-size:19px;line-height:1.75}.editorial-service-actions{display:flex;align-items:center;gap:24px;margin-top:34px}.editorial-service-target{display:grid;grid-template-columns:150px minmax(0,560px);grid-gap:22px;gap:22px;width:min(100%,760px);margin-top:64px;padding-top:22px;border-top:1px solid rgba(255,255,255,.3)}.editorial-service-target span{color:rgba(255,255,255,.48);font-size:11px;font-weight:900}.editorial-service-target strong{font-size:15px;line-height:1.65}.editorial-intro-section{padding:112px 0;background:#fff}.editorial-intro-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);grid-gap:100px;gap:100px}.editorial-intro-grid h2{max-width:520px;margin:0;font-size:48px;line-height:1.2}.editorial-intro-copy>p{margin:0;color:var(--brand-muted);font-size:18px;line-height:1.9}.editorial-principles{margin-top:48px;border-top:1px solid var(--brand-ink)}.editorial-principles>div{display:grid;grid-template-columns:54px 1fr;min-height:72px;align-items:center;border-bottom:1px solid var(--brand-line)}.editorial-principles span{color:var(--brand-green);font-size:12px;font-weight:900}.editorial-principles strong{font-size:17px}.editorial-program-section{padding:112px 0;background:var(--brand-surface)}.editorial-section-head{display:grid;grid-template-columns:.38fr 1fr;grid-gap:60px;gap:60px;margin-bottom:54px}.editorial-section-head h2{margin:0;font-size:48px;line-height:1.16}.editorial-program-list{margin:0;padding:0;border-top:1px solid var(--brand-ink);list-style:none}.editorial-program-list li{display:grid;grid-template-columns:84px 1fr 32px;grid-gap:22px;gap:22px;min-height:100px;align-items:center;border-bottom:1px solid #c7cdc8}.editorial-program-list li>span:first-child{color:var(--brand-green);font-size:13px;font-weight:900}.editorial-program-list strong{font-size:23px}.editorial-program-list li>span:last-child{font-size:21px}.editorial-flow-section{padding:112px 0;background:var(--brand-ink);color:#fff}.editorial-flow-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:100px;gap:100px}.editorial-flow-heading h2{margin:0;font-size:48px;line-height:1.16}.editorial-flow-list{margin:0;padding:0;border-top:1px solid rgba(255,255,255,.35);list-style:none}.editorial-flow-list li{display:grid;grid-template-columns:64px 1fr;grid-gap:24px;gap:24px;min-height:150px;align-items:center;border-bottom:1px solid rgba(255,255,255,.22)}.editorial-flow-list li>span{color:var(--brand-green-bright);font-size:13px;font-weight:900}.editorial-flow-list h3{margin-bottom:10px;color:#fff;font-size:26px}.editorial-flow-list p{margin:0;color:rgba(255,255,255,.66);line-height:1.75}.page-hero:not(.pe-exam-hero):not(.system-detail-hero){padding:112px 0 78px;border-bottom:1px solid var(--brand-line);background:#fff}.page-hero:not(.pe-exam-hero):not(.system-detail-hero) .page-title{max-width:900px;padding-left:0;border-left:0}.page-hero:not(.pe-exam-hero):not(.system-detail-hero) .page-title h1{max-width:860px;font-size:62px;line-height:1.1}.page-hero:not(.pe-exam-hero):not(.system-detail-hero) .page-title>p:not(.eyebrow){max-width:720px;font-size:18px}.coach-editorial-hero{position:relative;min-height:760px;display:flex;align-items:flex-end;overflow:hidden;background:var(--brand-ink);color:#fff}.coach-editorial-image,.coach-editorial-scrim{position:absolute;inset:0}.coach-editorial-image{left:auto;width:58%}.coach-editorial-image img{object-fit:cover;object-position:center 15%;filter:grayscale(.14) brightness(.66)}.coach-editorial-scrim{background:rgba(7,12,11,.38)}.coach-editorial-content{position:relative;z-index:1;padding-bottom:86px}.coach-editorial-content h1{max-width:800px;margin-bottom:26px;color:#fff;font-size:68px;line-height:1.08}.coach-editorial-content>p:not(.eyebrow){max-width:610px;margin:0;color:rgba(255,255,255,.78);font-size:18px;line-height:1.8}.coach-philosophy-section{padding:112px 0;background:#fff}.coach-philosophy-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:100px;gap:100px}.coach-philosophy-grid h2{max-width:520px;font-size:50px;line-height:1.17}.coach-principle-list{border-top:1px solid var(--brand-ink)}.coach-principle-list>div{display:grid;grid-template-columns:54px 100px 1fr;grid-gap:18px;gap:18px;min-height:112px;align-items:center;border-bottom:1px solid var(--brand-line)}.coach-principle-list span{color:var(--brand-green);font-size:12px;font-weight:900}.coach-principle-list strong{font-size:17px}.coach-principle-list p{margin:0;color:var(--brand-muted);line-height:1.7}.coach-message-section{padding:112px 0;background:var(--brand-green);color:#fff}.coach-message-inner{display:grid;grid-template-columns:.4fr 1fr;grid-gap:60px;gap:60px}.coach-message-inner h2{margin-bottom:26px;font-size:50px;line-height:1.16}.coach-message-inner>div>p{max-width:720px;margin:0;color:rgba(255,255,255,.78);font-size:18px;line-height:1.85}.system-index-section{padding:0 0 112px;background:#fff}.system-index-list{border-top:1px solid var(--brand-ink)}.system-index-row{display:grid;grid-template-columns:78px minmax(230px,.8fr) minmax(280px,1fr) 36px;grid-gap:28px;gap:28px;min-height:168px;align-items:center;border-bottom:1px solid var(--brand-line);transition:padding .18s ease,background .18s ease}.system-index-row:focus-visible,.system-index-row:hover{padding-right:18px;padding-left:18px;background:var(--brand-surface);outline:none}.system-index-row>span:first-child{align-self:start;padding-top:48px;color:var(--brand-green);font-size:14px;font-weight:900}.system-index-row>div>p{margin:0 0 10px;color:var(--brand-muted);font-size:11px;font-weight:850}.system-index-row h2{margin:0;font-size:32px}.system-index-row>p{margin:0;color:var(--brand-muted);font-size:16px;line-height:1.75}.system-index-row>span:last-child{font-size:25px}.system-document-section{padding:112px 0;background:var(--brand-surface)}.system-document-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:100px;gap:100px}.system-document-grid h2{max-width:520px;font-size:48px;line-height:1.18}.system-document-grid>div:last-child>p{margin-bottom:28px;color:var(--brand-muted);font-size:18px;line-height:1.9}.system-detail-hero{padding:82px 0;background:var(--brand-surface)}.system-detail-hero .page-title{padding-left:0;border-left:0}.system-detail-hero .page-title h1{font-size:54px;line-height:1.12}.system-visual-card{border:0;border-radius:3px;box-shadow:none;transform:none}.system-visual-card:after{display:none}.system-hero-badges{border-top:1px solid var(--brand-line);padding-top:18px}.system-hero-badges span{min-height:0;border:0;border-radius:0;padding:0 18px 0 0;background:transparent;box-shadow:none}.system-detail-hero+.section,.system-detail-hero~.section{border-color:var(--brand-line)}.system-detail-hero~.section .page-title,.system-detail-hero~.section .section-head{padding-left:0;border-left:0}.system-detail-hero~.section .card,.system-detail-hero~.section .contact-box{border-radius:3px;box-shadow:none}.system-case-card,.system-color-card,.system-program-card,.system-step-card{border-top-width:1px!important;border-left-width:1px;background:#fff!important}.system-case-card:hover,.system-color-card:hover,.system-program-card:hover,.system-step-card:hover{transform:none;box-shadow:none}.location-editorial-section{padding:112px 0;background:var(--brand-surface)}.location-editorial-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:48px;gap:48px;align-items:start}.location-details h2{margin-bottom:44px;font-size:48px}.location-detail-list{border-top:1px solid var(--brand-ink)}.location-detail-list>div{display:grid;grid-template-columns:48px 120px 1fr;grid-gap:18px;gap:18px;min-height:88px;align-items:center;border-bottom:1px solid #c7cdc8}.location-detail-list>div>span:first-child{color:var(--brand-green);font-size:12px;font-weight:900}.location-detail-list strong{font-size:15px}.location-detail-list>div>span:last-child{color:var(--brand-muted);line-height:1.65}.location-contact-panel{position:-webkit-sticky;position:sticky;top:110px;padding:48px;border-radius:3px;background:var(--brand-ink);color:#fff}.location-contact-panel h2{margin-bottom:22px;font-size:38px;line-height:1.2}.location-contact-panel>p:not(.eyebrow){color:rgba(255,255,255,.68);line-height:1.8}.location-contact-actions{margin-top:34px;border-top:1px solid rgba(255,255,255,.3)}.location-contact-actions a{display:flex;min-height:62px;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.22);font-weight:850}.location-contact-actions a:first-child{color:#54d0c2}.contact-editorial-section{padding:112px 0;background:#fff}.contact-editorial-grid{display:grid;grid-template-columns:1.05fr .95fr}.contact-direct-panel,.contact-primary-panel{min-height:480px;padding:64px}.contact-primary-panel{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:var(--brand-green);color:#fff}.contact-direct-panel h2,.contact-primary-panel h2{margin-bottom:24px;font-size:42px;line-height:1.2}.contact-primary-panel>p:not(.eyebrow){max-width:540px;color:rgba(255,255,255,.78);line-height:1.8}.contact-primary-panel>div{margin-top:26px}.contact-primary-panel .cta-primary{background:#fff;color:var(--brand-green)}.contact-direct-panel{background:var(--brand-surface)}.contact-direct-list{margin-top:32px;border-top:1px solid var(--brand-ink)}.contact-direct-list>div{display:grid;grid-template-columns:130px 1fr;grid-gap:20px;gap:20px;min-height:74px;align-items:center;border-bottom:1px solid #c7cdc8}.contact-direct-list strong{font-size:14px}.contact-direct-list a,.contact-direct-list span{color:var(--brand-muted)}.contact-prep-section{padding:112px 0;background:var(--brand-surface)}.contact-prep-head{display:grid;grid-template-columns:.35fr 1fr;grid-gap:48px;gap:48px;margin-bottom:48px}.contact-prep-head h2{margin:0;font-size:48px;line-height:1.18}.contact-prep-list{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--brand-ink);border-bottom:1px solid var(--brand-ink)}.contact-prep-list>div{min-height:260px;padding:36px;border-right:1px solid #c7cdc8}.contact-prep-list>div:last-child{border-right:0}.contact-prep-list span{color:var(--brand-green);font-size:12px;font-weight:900}.contact-prep-list h3{margin-top:54px;font-size:25px}.contact-prep-list p{color:var(--brand-muted);line-height:1.75}.consultation,.consultation-cta{padding:96px 0;background:var(--brand-green)}.consultation-inner{max-width:1200px}.consultation h2,.consultation-cta h2{max-width:880px;font-size:52px;line-height:1.14}.consultation .button-row,.consultation-cta .button-row{margin-top:34px}.footer{padding:76px 0 30px;background:var(--brand-ink)}.footer-main{display:grid;grid-template-columns:minmax(300px,1.4fr) minmax(160px,.65fr) minmax(260px,.95fr);grid-gap:80px;gap:80px;padding-bottom:60px}.footer .brand-mark{background:#202327}.footer .brand-re{color:#54d0c2}.footer .brand-performance,.footer .brand-sub{color:#fff}.footer-brand-column>p{max-width:420px;margin-top:26px;color:rgba(255,255,255,.58);line-height:1.8}.footer-contact-column,.footer-nav{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.footer-contact-column>p,.footer-nav>p{margin-bottom:8px;color:rgba(255,255,255,.4);font-size:11px;font-weight:900;letter-spacing:.12em}.footer-contact-column a,.footer-nav a{color:#fff;font-weight:750}.footer-contact-column span{color:rgba(255,255,255,.58);line-height:1.6}.footer-bottom{display:flex;min-height:58px;align-items:flex-end;justify-content:space-between;gap:24px;border-top:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.45);font-size:12px}.footer-bottom>div{display:flex;gap:22px}@media (max-width:1120px){.nav{gap:14px;font-size:13px}.brand-main{font-size:21px}.brand-sub{display:none}.home-entrance-content h1{font-size:62px}.coach-philosophy-grid,.editorial-flow-grid,.home-method-grid,.system-document-grid{gap:64px}.service-choice-card{grid-template-columns:82px minmax(210px,.8fr) minmax(240px,1fr) 140px}}@media (max-width:900px){.container{width:min(100% - 32px,1200px)}.site-header{position:-webkit-sticky;position:sticky}.header-inner{min-height:70px}.site-header .brand-mark{width:38px;height:38px}.site-header .brand-main{font-size:18px}.mobile-header-actions{display:flex;align-items:center;gap:6px}.mobile-apply{display:inline-flex;min-height:40px;border-radius:3px;padding:0 13px}.mobile-menu{position:static;display:block}.mobile-menu summary{display:inline-flex;min-height:40px;align-items:center;justify-content:center;border:1px solid var(--brand-line);border-radius:3px;padding:0 13px;background:#fff;font-size:13px;font-weight:850;cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu[open] summary{background:var(--brand-surface)}.mobile-menu-panel{position:absolute;top:calc(100% + 1px);right:0;left:0;z-index:80;padding:10px 16px 18px;background:#fff;box-shadow:0 20px 36px rgba(17,23,22,.12)}.mobile-menu-panel,.mobile-menu-panel a{border-bottom:1px solid var(--brand-line)}.mobile-menu-panel a{display:grid;grid-template-columns:42px 1fr;min-height:54px;align-items:center}.mobile-menu-panel a span{color:var(--brand-green);font-size:11px;font-weight:900}.mobile-menu-panel a strong{font-size:16px}.mobile-menu-panel .mobile-menu-apply{margin-top:8px;border:0;background:var(--brand-ink);color:#fff;padding:0 16px}.mobile-menu-panel .mobile-menu-apply span{color:#54d0c2}.landing-header-inner{min-height:72px}.home-entrance-hero{min-height:760px;padding:100px 0 64px}.home-entrance-portrait{right:-8%;width:76%;opacity:.5}.home-entrance-content h1{font-size:52px}.home-entrance-content .lead{max-width:560px}.coach-message-inner,.coach-philosophy-grid,.contact-editorial-grid,.contact-prep-head,.editorial-flow-grid,.editorial-intro-grid,.editorial-section-head,.footer-main,.home-coach-grid,.home-direction-inner,.home-method-grid,.home-section-heading,.location-editorial-grid,.system-document-grid{grid-template-columns:1fr}.contact-prep-head,.editorial-section-head,.home-direction-inner,.home-section-heading{gap:12px}.coach-message-section,.coach-philosophy-section,.contact-editorial-section,.contact-prep-section,.editorial-flow-section,.editorial-intro-section,.editorial-program-section,.home-method-section,.home-service-directory,.location-editorial-section,.system-document-section{padding:82px 0}.home-service-row,.system-index-row{grid-template-columns:54px 1fr 32px;gap:14px;padding:26px 0}.home-service-index,.system-index-row>span:first-child{grid-row:1/span 2;padding-top:4px}.home-service-summary,.system-index-row>p{grid-column:2/-1}.home-service-arrow,.system-index-row>span:last-child{grid-column:3;grid-row:1}.home-method-grid{gap:52px}.home-method-heading,.location-contact-panel{position:static}.home-coach-copy,.home-coach-image{min-height:560px}.home-coach-copy{padding:68px 32px}.service-choice-card{grid-template-columns:70px 1fr}.service-choice-link,.service-choice-summary{grid-column:2}.editorial-service-hero{min-height:720px}.editorial-service-image{width:76%;opacity:.46}.editorial-service-hero h1{max-width:650px;font-size:54px}.coach-message-inner,.coach-philosophy-grid,.editorial-flow-grid,.editorial-intro-grid,.location-editorial-grid,.system-document-grid{gap:52px}.coach-editorial-hero{min-height:680px}.coach-editorial-image{right:-8%;width:78%}.coach-editorial-content h1{font-size:54px}.contact-direct-panel,.contact-primary-panel{min-height:0;padding:52px}.contact-prep-list{grid-template-columns:1fr}.contact-prep-list>div{min-height:0;border-right:0;border-bottom:1px solid #c7cdc8}.contact-prep-list>div:last-child{border-bottom:0}.footer-main{gap:46px}}@media (max-width:560px){.container{width:min(100% - 24px,1200px)}.site-header .brand-main{font-size:16px}.site-header .brand-mark{width:34px;height:34px}.mobile-apply,.mobile-menu summary{min-height:38px;padding:0 10px;font-size:12px}.home-entrance-hero{min-height:700px;padding-top:76px}.home-entrance-portrait{right:-28%;width:115%}.home-entrance-scrim{background:rgba(8,13,12,.68)}.home-entrance-content h1{font-size:41px;line-height:1.12}.home-entrance-content .lead{font-size:16px}.home-primary-actions{grid-template-columns:1fr}.home-signal-strip span{min-height:58px;padding:0 7px;font-size:11px}.home-direction-section{padding:54px 0}.coach-message-inner h2,.coach-philosophy-grid h2,.contact-prep-head h2,.editorial-flow-heading h2,.editorial-intro-grid h2,.editorial-section-head h2,.home-coach-copy h2,.home-direction-inner h2,.home-method-heading h2,.home-section-heading h2,.location-details h2,.system-document-grid h2{font-size:36px}.coach-message-section,.coach-philosophy-section,.contact-editorial-section,.contact-prep-section,.editorial-flow-section,.editorial-intro-section,.editorial-program-section,.home-method-section,.home-service-directory,.location-editorial-section,.system-document-section{padding:64px 0}.home-service-row,.system-index-row{grid-template-columns:38px 1fr 24px;min-height:0;gap:10px}.home-service-row h3,.system-index-row h2{font-size:24px}.home-service-summary,.system-index-row>p{font-size:14px}.home-method-steps li{grid-template-columns:42px 1fr;gap:12px;min-height:158px}.home-method-steps h3{font-size:24px}.home-coach-copy,.home-coach-image{min-height:460px}.home-coach-copy{padding:56px 20px}.service-choice-hero{padding:78px 0 52px}.page-hero:not(.pe-exam-hero):not(.system-detail-hero) .page-title h1,.service-choice-hero h1{font-size:40px}.service-choice-card{grid-template-columns:48px 1fr;padding:24px 0}.service-choice-card h2{font-size:27px}.service-choice-summary{font-size:15px}.service-choice-apply-inner{padding:32px 24px}.editorial-service-hero{min-height:680px}.editorial-service-image{right:-28%;width:120%}.editorial-service-scrim{background:rgba(8,13,12,.7)}.editorial-service-hero h1{font-size:40px}.editorial-service-lead{font-size:16px}.editorial-service-actions{width:100%;flex-direction:column;align-items:stretch}.editorial-service-actions .button{width:100%}.editorial-service-actions .text-link-light{align-self:flex-start}.editorial-service-target{grid-template-columns:1fr;gap:8px;margin-top:44px}.editorial-program-list li{grid-template-columns:40px 1fr 22px;min-height:86px;gap:10px}.editorial-program-list strong{font-size:18px}.editorial-flow-list li{grid-template-columns:40px 1fr;gap:12px}.editorial-flow-list h3{font-size:22px}.coach-editorial-hero{min-height:620px}.coach-editorial-image img{object-position:center 14%}.coach-editorial-image{right:-28%;width:128%;opacity:.72}.coach-editorial-content{padding-bottom:56px}.coach-editorial-content h1{font-size:40px}.coach-principle-list>div{grid-template-columns:34px 74px 1fr;gap:8px;min-height:112px}.coach-principle-list p{font-size:14px}.system-detail-hero .page-title h1{font-size:38px}.location-detail-list>div{grid-template-columns:34px 86px 1fr;gap:8px;min-height:92px;font-size:14px}.contact-direct-panel,.contact-primary-panel,.location-contact-panel{padding:32px 24px}.contact-direct-panel h2,.contact-primary-panel h2,.location-contact-panel h2{font-size:31px}.contact-direct-list>div{grid-template-columns:104px 1fr;gap:10px}.contact-prep-list>div{padding:30px 20px}.contact-prep-list h3{margin-top:34px}.consultation,.consultation-cta{padding:68px 0}.consultation h2,.consultation-cta h2{font-size:36px}.footer{padding-top:58px}.footer-bottom{align-items:flex-start;flex-direction:column;padding-top:24px}}@media (prefers-reduced-motion:reduce){.home-service-row,.system-index-row,.text-link-dark span,.text-link-light span{transition:none}}