body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Teko;src:url(/assets/Teko-Light-BUElYfcD.ttf)}:root{--surface-0: #101218;--surface-1: #181b23;--surface-2: #212530;--surface-3: #2c313e;--ink: #e9ebf1;--ink-body: rgba(233, 235, 241, .86);--ink-muted: rgba(233, 235, 241, .68);--ink-on-accent: #080808;--line: rgba(255, 255, 255, .12);--line-strong: rgba(255, 255, 255, .24);--accent: #ffd600;--accent-hover: #e6c200;--color-bg: var(--surface-0);--color-surface: var(--surface-1);--color-surface-alt: var(--surface-2);--color-surface-contrast: var(--surface-3);--color-text: var(--ink);--color-text-muted: var(--ink-muted);--color-accent: var(--accent);--color-accent-hover: var(--accent-hover);--color-border: var(--line-strong);--color-shadow: rgba(0, 0, 0, .55);--page-max-width: 1280px;--gutter-desktop: 2rem;--gutter-tablet: 1.4rem;--gutter-mobile: 1rem}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}li{list-style-type:none}img{max-width:100%;height:auto}html,body{scroll-behavior:auto;background-color:var(--color-bg);color:var(--color-text)}html{overflow-x:hidden}body{min-height:100vh;background-color:var(--color-bg);color:var(--color-text);color-scheme:dark}.skip-link{position:absolute;left:-9999px;top:0;padding:.75rem 1.5rem;background:var(--color-accent);color:var(--surface-0);z-index:4000;border-radius:0 0 8px;font-weight:600;transition:transform .2s ease}.skip-link:focus{left:0;transform:translateY(0)}.jumbotron{position:relative;min-height:clamp(560px,88vh,760px);padding:clamp(3rem,6vw,5rem) clamp(1.25rem,5vw,5rem);display:flex;align-items:flex-end;isolation:isolate;overflow:hidden;color:var(--ink);background:url(/assets/backgroundv2-Y3cIZGoY.webp) center / cover no-repeat}.jumbotron:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#101218e0,#1012189e 52%,#10121838),linear-gradient(0deg,rgba(16,18,24,.78),transparent 58%)}.jumbotron__inner{width:min(100%,1200px);margin:0 auto;display:grid;gap:clamp(1.6rem,3vw,2.3rem)}.jumbotron__content{max-width:650px}.jumbotron__eyebrow{margin:0 0 .65rem;color:#ffd600;font-size:.68rem;font-weight:800;letter-spacing:.24em;line-height:1.4;text-transform:uppercase}.jumbotron__welcome{margin:0 0 .35rem;color:#f3f5f9c7;font-size:clamp(.9rem,1.5vw,1.15rem);font-weight:700;letter-spacing:.22em;line-height:1.4;text-transform:uppercase}.jumbotron__title{min-height:1em;margin:0;font-family:Teko,sans-serif;font-size:clamp(3.8rem,7vw,6.2rem);font-weight:600;letter-spacing:-.015em;line-height:.9;text-transform:uppercase}.typewriter{display:inline-block;max-width:22ch;overflow:hidden;white-space:nowrap;border-right:.15em solid rgba(255,214,0,.85);animation:typing 5s steps(42,end) infinite,blink-caret .75s step-end infinite}.jumbotron__subtitle{margin:.9rem 0 0;color:#f3f5f9ad;font-size:.72rem;font-weight:700;letter-spacing:.22em;line-height:1.4;text-transform:uppercase}.jumbotron__description{max-width:570px;margin-top:.8rem;color:#f3f5f9d1;font-size:.9rem;line-height:1.7}.jumbotron__description strong{color:#ffd600}.jumbotron__actions{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.8rem}.jumbotron__stats{max-width:650px;margin:0;padding:1rem 1.2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;border:1px solid rgba(243,245,249,.16);border-radius:14px;background:#21253094;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.jumbotron__stat{min-width:0}.jumbotron__stat+.jumbotron__stat{padding-left:1rem;border-left:1px solid rgba(243,245,249,.15)}.jumbotron__stat-value{margin:0;display:flex;align-items:baseline;gap:.25rem;font-family:Teko,sans-serif;font-size:clamp(1.7rem,3vw,2.3rem);font-weight:600;line-height:1}.jumbotron__stat-suffix{color:#ffd600;font-size:.55em;letter-spacing:.06em}.jumbotron__stat-label{margin:.25rem 0 0;color:#f3f5f994;font-size:.58rem;font-weight:700;letter-spacing:.1em;line-height:1.4;text-transform:uppercase}@keyframes typing{0%{max-width:0}45%,55%{max-width:22ch}to{max-width:0}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#ffd600d9}}@media(max-width:760px){.jumbotron{min-height:650px;align-items:center;background-position:58% center}.jumbotron:before{background:linear-gradient(90deg,#101218c2,#10121861),linear-gradient(0deg,rgba(16,18,24,.94),transparent 72%)}.jumbotron__title{font-size:clamp(3.2rem,14vw,4.8rem)}}@media(max-width:520px){.jumbotron{min-height:620px;padding-top:2.5rem;padding-bottom:2.5rem}.jumbotron__eyebrow{display:none}.typewriter{white-space:normal;animation:none;border-right:0}.jumbotron__actions{align-items:stretch;flex-direction:column}.jumbotron__actions .home-button{width:100%}.jumbotron__stats{gap:.6rem;padding:.85rem}.jumbotron__stat+.jumbotron__stat{padding-left:.6rem}.jumbotron__stat-label{font-size:.62rem}}@media(prefers-reduced-motion:reduce){.typewriter{animation:none;border-right:0}}.home-page{--home-max-width: 1480px;width:100%;max-width:none;margin:0;padding:0;gap:0;display:block;color:var(--ink);background:var(--surface-0)}.home-page>*{min-width:0}.home-vision,.home-experience,.home-disciplines,.home-facility{padding:clamp(3rem,5vw,4.5rem) max(clamp(1.25rem,5vw,5rem),calc((100vw - var(--home-max-width)) / 2 + 5rem))}.home-vision,.home-disciplines{background:var(--surface-1)}.home-experience,.home-facility{background:var(--surface-0)}.home-button{box-sizing:border-box;min-height:3.15rem;padding:.82rem 1.45rem;border:1px solid transparent;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;gap:1.6rem;color:inherit;cursor:pointer;font-size:.7rem;font-weight:800;letter-spacing:.1em;line-height:1.2;text-decoration:none;text-transform:uppercase;transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease}.home-button span{font-size:1rem;transition:transform .18s ease}.home-button:hover span{transform:translate(.2rem)}.home-button:focus-visible{outline:2px solid #ffd600;outline-offset:4px}.home-button.-primary{border-color:#ffd600;background:#ffd600;color:#080808}.home-button.-primary:hover{border-color:var(--ink);background:var(--ink)}.home-button.-ghost{border-color:#f3f5f966;background:#2125304d;color:var(--ink)}.home-button.-ghost:hover{border-color:#ffd600;background:#ffd600;color:#080808}.home-section{min-width:0;display:grid;gap:clamp(1.8rem,3vw,2.5rem)}.home-section__header{max-width:760px}.home-eyebrow{margin:0 0 .75rem;color:#ffd600;font-size:.68rem;font-weight:800;letter-spacing:.24em;line-height:1.4;text-transform:uppercase}.home-section h2,.home-final-cta h2{margin:0;font-family:Teko,sans-serif;font-size:clamp(2.8rem,5vw,4.3rem);font-weight:600;letter-spacing:-.015em;line-height:.92;text-transform:uppercase;text-wrap:balance}.home-section__description{margin:1rem 0 0;color:#f3f3efa8;font-size:.86rem;line-height:1.7}.home-section__content{min-width:0}.home-section__media{min-width:0;max-width:100%;min-height:320px;overflow:hidden}.home-section__media picture,.home-section__media img{width:100%;height:100%;display:block}.home-section__media img{object-fit:cover}.home-vision__media{aspect-ratio:4 / 3}.home-vision__media img{object-position:center 58%}.home-vision .home-section__content,.home-disciplines .home-section__content{display:flex;flex-direction:column;justify-content:center}.home-experience{display:grid;gap:clamp(3rem,6vw,5rem)}.home-concept__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;border:1px solid var(--line);background:var(--line)}.home-concept-card{min-width:0;padding:1.6rem;display:grid;align-content:start;gap:.85rem;background:var(--surface-2);color:var(--ink)}.home-concept-card__icon{width:48px;height:48px;padding:.75rem;border-radius:2px;background:#ffd6001c}.home-concept-card__icon img{width:100%;height:100%;object-fit:contain}.home-concept-card h3,.home-highlight-card h3,.home-facility__item h3{margin:0;font-family:Teko,sans-serif;font-size:1.45rem;font-weight:600;letter-spacing:.01em;line-height:1;text-transform:uppercase}.home-concept-card p,.home-highlight-card p,.home-facility__item p{margin:0;color:#f3f5f9ad;font-size:.76rem;line-height:1.55}.home-highlight{padding-top:clamp(2.5rem,5vw,4rem);border-top:1px solid var(--line)}.home-highlight__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;border:1px solid var(--line);background:var(--line)}.home-highlight-card{min-width:0;overflow:hidden;background:var(--surface-2);color:var(--ink)}.home-highlight-card__media{position:relative;aspect-ratio:4 / 3;overflow:hidden}.home-highlight-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;pointer-events:none}.home-highlight-card__media picture,.home-highlight-card__media img{width:100%;height:100%;display:block}.home-highlight-card__media img{object-fit:cover;filter:saturate(.9);transition:transform .45s ease}.home-highlight-card:hover .home-highlight-card__media img{transform:scale(1.025)}.home-highlight-card__content{min-height:145px;padding:1.35rem}.home-highlight-card__content p{margin-top:.55rem}.home-disciplines .home-button{width:fit-content;margin-top:1.5rem}.home-disciplines__media{aspect-ratio:4 / 3}.home-disciplines__media img{object-position:center 45%}.home-facility{color:var(--ink)}.home-facility .home-eyebrow{color:#ffd600}.home-facility .home-section__description{color:#f3f5f9ad}.home-facility__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;border:1px solid var(--line);background:var(--line)}.home-facility__item{min-width:0;padding:1.35rem;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:.85rem;background:var(--surface-2)}.home-facility__icon{width:42px;height:42px;padding:.65rem;border-radius:2px;background:#ffd6001c}.home-facility__icon img{width:100%;height:100%;object-fit:contain}.home-facility__item h3{color:#ffd600}.home-final-cta{width:min(calc(100% - (2*clamp(1.25rem,5vw,5rem))),calc(var(--home-max-width) - 10rem));margin:clamp(3rem,5vw,4.5rem) auto;padding:clamp(2.5rem,5vw,3.5rem);border:1px solid var(--line);border-top:3px solid var(--accent);display:grid;justify-items:center;text-align:center;background:linear-gradient(135deg,rgba(255,214,0,.08),transparent 42%),var(--surface-2);color:var(--ink)}.home-final-cta .home-eyebrow{color:#ffd600}.home-final-cta .home-section__description{max-width:650px;color:#f3f5f9b3}.home-final-cta__actions{margin-top:1.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem}@media(min-width:880px){.home-vision,.home-disciplines{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.home-disciplines .home-section__content{order:1}.home-disciplines__media{order:2}.home-vision,.home-disciplines{gap:clamp(2.5rem,5vw,4rem)}}@media(max-width:980px){.home-concept__grid,.home-facility__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.home-vision,.home-experience,.home-disciplines,.home-facility{padding-top:2.5rem;padding-bottom:2.5rem}.home-final-cta{margin-block:2.5rem}.home-experience{gap:3rem}.home-highlight__grid{grid-template-columns:1fr}.home-highlight-card{display:grid;grid-template-columns:minmax(130px,.8fr) minmax(0,1.2fr)}.home-highlight-card__media{height:100%;aspect-ratio:auto}.home-highlight-card__content{min-height:0}}@media(max-width:540px){.home-concept__grid,.home-facility__grid,.home-highlight-card{grid-template-columns:1fr}.home-highlight-card__media{aspect-ratio:16 / 10}.home-final-cta__actions{align-items:stretch;flex-direction:column;width:100%}.home-final-cta__actions .home-button{width:100%}}@media(prefers-reduced-motion:reduce){.home-button,.home-button span,.home-highlight-card__media img{transition:none}}.legal-page{--legal-black: var(--surface-0);--legal-ink: var(--surface-1);--legal-panel: var(--surface-2);--legal-panel-alt: var(--surface-3);--legal-white: var(--ink);--legal-muted: var(--ink-muted);--legal-body: var(--ink-body);--legal-line: var(--line);--legal-line-strong: var(--line-strong);--legal-yellow: var(--accent);--legal-max-width: 1480px;width:100%;overflow-x:clip;color:var(--legal-white);background:var(--legal-black)}.legal-page h1,.legal-page h2,.legal-page h3{font-family:Teko,sans-serif;font-weight:600}.legal-eyebrow{margin:0 0 1.15rem;display:flex;align-items:center;gap:1rem;color:var(--legal-yellow);font-size:.68rem;font-weight:800;letter-spacing:.24em;line-height:1.4;text-transform:uppercase}.legal-eyebrow:before{content:"";width:3rem;height:2px;flex:0 0 auto;background:currentColor}.legal-link{color:inherit;text-decoration:none;border-bottom:1px solid var(--legal-yellow);transition:color .18s ease}.legal-link:hover,.legal-link:focus-visible{color:var(--legal-yellow)}.legal-link:focus-visible{outline:2px solid var(--legal-yellow);outline-offset:3px}.legal-hero{width:100%;border-bottom:1px solid var(--legal-line);background:var(--legal-ink)}.legal-hero__inner{width:min(100%,var(--legal-max-width));margin:0 auto;padding:clamp(3rem,6vw,5.5rem) clamp(1.25rem,5vw,5rem);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:end;gap:clamp(2.5rem,8vw,8rem)}.legal-hero h1{max-width:720px;margin:0;font-size:clamp(3.6rem,8vw,6.4rem);letter-spacing:-.025em;line-height:.88;text-transform:uppercase;text-wrap:balance}.legal-hero__aside{display:grid;gap:1.25rem}.legal-hero__description{max-width:530px;margin:0;padding-left:clamp(1.5rem,3vw,2.5rem);border-left:3px solid var(--legal-yellow);color:var(--legal-body);font-size:clamp(.9rem,1.2vw,1rem);line-height:1.75}.legal-hero__note{margin:0;padding-left:clamp(1.5rem,3vw,2.5rem);color:var(--legal-muted);font-size:.8rem;line-height:1.6}.legal-layout{width:min(100%,var(--legal-max-width));margin:0 auto;padding:clamp(2.5rem,5vw,4.5rem) clamp(1.25rem,5vw,5rem) clamp(4rem,7vw,7rem);display:grid;grid-template-columns:minmax(230px,.3fr) minmax(0,1fr);align-items:start;gap:clamp(2.5rem,5vw,5rem)}.legal-toc{position:sticky;top:2rem}.legal-toc nav{position:static;z-index:auto;border-bottom:0;background:transparent;box-shadow:none}.legal-toc__label{margin:0 0 1.1rem;padding-bottom:.85rem;border-bottom:1px solid var(--legal-line);color:var(--legal-muted);font-size:.66rem;font-weight:800;letter-spacing:.24em;text-transform:uppercase}.legal-toc__list{margin:0;padding:0;display:grid;gap:.15rem;counter-reset:none}.legal-toc__list li{list-style:none}.legal-toc__link{padding:.85rem 1rem .85rem .9rem;border-left:2px solid transparent;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:baseline;gap:.85rem;color:var(--legal-muted);text-decoration:none;transition:color .18s ease,border-color .18s ease,background-color .18s ease}.legal-toc__link:hover{border-left-color:var(--legal-line-strong);background:var(--legal-panel);color:var(--legal-white)}.legal-toc__link.is-active{border-left-color:var(--legal-yellow);background:var(--legal-panel);color:var(--legal-white)}.legal-toc__link:focus-visible{outline:2px solid var(--legal-yellow);outline-offset:2px}.legal-toc__index{color:var(--legal-yellow);font-size:.68rem;font-weight:800;letter-spacing:.1em}.legal-toc__text{min-width:0;display:grid;gap:.28rem}.legal-toc__title{font-size:.86rem;font-weight:700;letter-spacing:.02em;line-height:1.3}.legal-toc__summary{color:var(--legal-muted);font-size:.72rem;font-weight:400;line-height:1.5}.legal-content{min-width:0;display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(3rem,5vw,4.5rem)}.legal-section{scroll-margin-top:1.5rem}.legal-section__header{padding-bottom:clamp(1.25rem,2vw,1.75rem);border-bottom:3px solid var(--legal-yellow);display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:clamp(1rem,2.5vw,1.75rem)}.legal-section__index{margin:0;color:var(--legal-yellow);font-family:Teko,sans-serif;font-size:clamp(2rem,3.5vw,2.9rem);font-weight:600;line-height:.85}.legal-section__header h2{margin:0;font-size:clamp(2.2rem,4vw,3.4rem);letter-spacing:-.01em;line-height:.9;text-transform:uppercase;text-wrap:balance}.legal-section__summary{max-width:62ch;margin:.7rem 0 0;color:var(--legal-muted);font-size:.85rem;line-height:1.65}.legal-section__body{display:grid;grid-template-columns:minmax(0,1fr)}.legal-article{padding:clamp(1.75rem,3vw,2.5rem) 0;border-bottom:1px solid var(--legal-line);display:grid;grid-template-columns:3.25rem minmax(0,1fr);align-items:start;gap:clamp(.75rem,2vw,1.5rem)}.legal-article:last-child{border-bottom:0}.legal-article__index{margin:0;padding-top:.15rem;color:var(--legal-line-strong);font-size:.8rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.12em;transition:color .18s ease}.legal-article:hover .legal-article__index{color:var(--legal-yellow)}.legal-article__content{min-width:0;max-width:74ch}.legal-article h3{margin:0 0 .9rem;font-size:clamp(1.5rem,2.2vw,1.85rem);letter-spacing:.005em;line-height:1.05;text-transform:uppercase}.legal-article__text{margin:0;color:var(--legal-body);font-size:.95rem;line-height:1.8;text-wrap:pretty}.legal-article__text+.legal-article__text{margin-top:1rem}.legal-list{margin:1.1rem 0 0;padding:0;display:grid;gap:.65rem}.legal-list li{position:relative;padding-left:1.5rem;list-style:none;color:var(--legal-body);font-size:.93rem;line-height:1.7}.legal-list li:before{content:"";position:absolute;top:.72em;left:0;width:.45rem;height:2px;background:var(--legal-yellow)}.legal-list+.legal-article__text{margin-top:1.25rem}.legal-definitions{margin:1.35rem 0 0;border-top:1px solid var(--legal-line);background:var(--legal-panel)}.legal-definitions__row{padding:.95rem clamp(1rem,2vw,1.4rem);border-bottom:1px solid var(--legal-line);display:grid;grid-template-columns:minmax(150px,.32fr) minmax(0,1fr);gap:.4rem clamp(1rem,2vw,1.75rem)}.legal-definitions dt{color:var(--legal-yellow);font-size:.68rem;font-weight:800;letter-spacing:.14em;line-height:1.5;text-transform:uppercase}.legal-definitions dd{margin:0;color:var(--legal-body);font-size:.9rem;line-height:1.7}.legal-contact{padding:clamp(2.25rem,4vw,3.25rem);border:1px solid var(--legal-line);border-top:3px solid var(--legal-yellow);background:var(--legal-panel)}.legal-contact h2{margin:0;font-size:clamp(2rem,3.5vw,2.9rem);line-height:.9;text-transform:uppercase}.legal-contact__description{max-width:62ch;margin:1rem 0 0;color:var(--legal-body);font-size:.92rem;line-height:1.75}.legal-contact__button{min-height:3.25rem;margin-top:1.75rem;padding:.85rem 1.5rem;border:1px solid var(--legal-yellow);border-radius:2px;display:inline-flex;align-items:center;gap:1.6rem;background:var(--legal-yellow);color:#080808;font-size:.74rem;font-weight:800;letter-spacing:.12em;text-decoration:none;text-transform:uppercase;transition:background-color .18s ease,border-color .18s ease}.legal-contact__button span{font-size:1rem;transition:transform .18s ease}.legal-contact__button:hover{border-color:var(--legal-white);background:var(--legal-white)}.legal-contact__button:hover span{transform:translate(.22rem)}.legal-contact__button:focus-visible{outline:2px solid var(--legal-yellow);outline-offset:4px}.legal-contact__address{margin:1.5rem 0 0;color:var(--legal-muted);font-size:.75rem;line-height:1.6}@media(max-width:1080px){.legal-layout{grid-template-columns:minmax(0,1fr);gap:2rem}.legal-toc{top:0;margin:0 calc(-1*clamp(1.25rem,5vw,5rem));padding:.9rem clamp(1.25rem,5vw,5rem);border-bottom:1px solid var(--legal-line);background:#101218f0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10}.legal-toc__label{display:none}.legal-toc__list{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none}.legal-toc__list::-webkit-scrollbar{display:none}.legal-toc__link{padding:.6rem .95rem;border:1px solid var(--legal-line);border-left-width:1px;display:flex;align-items:center;gap:.55rem;white-space:nowrap}.legal-toc__link.is-active{border-color:var(--legal-yellow);background:var(--legal-panel)}.legal-toc__summary{display:none}.legal-section{scroll-margin-top:4.5rem}}@media(max-width:900px){.legal-hero__inner{grid-template-columns:minmax(0,1fr);align-items:start}.legal-hero__description,.legal-hero__note{padding-left:1.25rem}}@media(max-width:640px){.legal-section__header{grid-template-columns:minmax(0,1fr);gap:.4rem}.legal-article{grid-template-columns:minmax(0,1fr);gap:.5rem}.legal-article__index{padding-top:0;color:var(--legal-yellow)}.legal-definitions__row{grid-template-columns:minmax(0,1fr)}.legal-contact{padding:1.75rem 1.35rem}.legal-contact__button{width:100%;gap:1rem;padding:.85rem 1.1rem;justify-content:space-between;font-size:.68rem;letter-spacing:.06em;overflow-wrap:anywhere}}@media(prefers-reduced-motion:reduce){.legal-toc__link,.legal-article__index,.legal-contact__button,.legal-contact__button span,.legal-link{transition:none}}@media print{.legal-page{background:#fff;color:#000}.legal-toc,.legal-contact__button{display:none}.legal-layout{grid-template-columns:minmax(0,1fr);padding:0}.legal-article__text,.legal-list li,.legal-definitions dd,.legal-section__summary{color:#000}.legal-section{break-inside:avoid}}.disciplines-page{--disciplines-black: var(--surface-0);--disciplines-ink: var(--surface-1);--disciplines-panel: var(--surface-2);--disciplines-panel-alt: var(--surface-3);--disciplines-white: var(--ink);--disciplines-muted: var(--ink-muted);--disciplines-line: var(--line);--disciplines-line-strong: var(--line-strong);--disciplines-yellow: var(--accent);--disciplines-max-width: 1480px;width:100%;max-width:none;margin:0;padding:0;gap:0;overflow:hidden;color:var(--disciplines-white);background:var(--disciplines-black)}.disciplines-page h1,.disciplines-page h2,.disciplines-page h3{font-family:Teko,sans-serif;font-weight:600;line-height:.9}.disciplines-hero{position:relative;min-height:min(800px,calc(100svh - 4.5rem));display:flex;isolation:isolate;overflow:hidden;background:var(--surface-1)}.disciplines-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;background-image:url(/assets/backgroundv2-Y3cIZGoY.webp);background-position:center 58%;background-size:cover;transform:scale(1.01)}.disciplines-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(90deg,#101218fc,#101218eb 38%,#1012187a 70%,#1012182e),linear-gradient(0deg,#101218eb,#1012180f,#1012184d)}.disciplines-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:.14;pointer-events:none;background-image:repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),rgba(255,255,255,.12) 25%)}.disciplines-hero__inner{width:min(100%,var(--disciplines-max-width));min-height:inherit;margin:0 auto;padding:clamp(5rem,10vh,7.5rem) clamp(1.25rem,5vw,5rem);display:flex;align-items:center}.disciplines-hero__content{width:min(700px,66%)}.disciplines-hero__eyebrow,.disciplines-section-label{margin:0 0 1.4rem;display:flex;align-items:center;gap:1rem;color:var(--disciplines-yellow);font-size:.7rem;font-weight:800;letter-spacing:.25em;line-height:1.4;text-transform:uppercase}.disciplines-hero__eyebrow:before{content:"";width:3rem;height:2px;background:currentColor}.disciplines-hero h1{max-width:720px;margin:0;font-size:clamp(5.2rem,12vw,9.5rem);letter-spacing:-.025em;text-transform:uppercase;text-wrap:balance}.disciplines-hero__content>p:not(.disciplines-hero__eyebrow,.disciplines-hero__note){max-width:610px;margin:1.25rem 0 0;color:#f3f3efd1;font-size:clamp(.95rem,1.3vw,1.06rem);line-height:1.75}.disciplines-hero__actions,.disciplines-cta__actions{margin-top:2rem;display:flex;flex-wrap:wrap;align-items:center;gap:1.4rem}.disciplines-button{min-height:3.25rem;padding:.85rem 1.5rem;border:1px solid transparent;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;gap:1.6rem;box-shadow:none;cursor:pointer;font-size:.74rem;font-weight:800;letter-spacing:.12em;line-height:1.2;text-decoration:none;text-transform:uppercase;transition:color .18s ease,background-color .18s ease,border-color .18s ease}.disciplines-button span{font-size:1rem;transition:transform .18s ease}.disciplines-button:hover span{transform:translate(.22rem)}.disciplines-button:focus-visible{outline:2px solid var(--disciplines-yellow);outline-offset:4px}.disciplines-button--primary{border-color:var(--disciplines-yellow);background:var(--disciplines-yellow);color:#080808}.disciplines-button--primary:hover,.disciplines-button--primary:focus-visible{border-color:var(--disciplines-white);background:var(--disciplines-white);box-shadow:none;transform:none}.disciplines-button--text{padding-right:0;padding-left:0;border-width:0 0 1px;border-color:#ffffff7a;color:var(--disciplines-white)}.disciplines-button--text:hover{border-color:var(--disciplines-yellow);color:var(--disciplines-yellow)}.disciplines-hero__note{margin:1.5rem 0 0;display:flex;align-items:center;gap:.65rem;color:var(--disciplines-muted);font-size:.72rem;line-height:1.55}.disciplines-hero__note span{color:var(--disciplines-yellow);font-size:.5rem}.disciplines-catalog{padding:clamp(3.5rem,6vw,5.5rem) max(clamp(1.25rem,5vw,5rem),calc((100vw - var(--disciplines-max-width)) / 2 + 5rem));border-top:.25rem solid var(--disciplines-yellow);background:var(--disciplines-ink)}.disciplines-catalog__header{margin-bottom:2.5rem;display:grid;grid-template-columns:minmax(170px,.35fr) minmax(0,1.65fr);gap:clamp(2rem,5vw,5rem)}.disciplines-catalog__header h2{max-width:none;margin:0;font-size:clamp(3.4rem,5vw,5rem);letter-spacing:-.015em;text-transform:uppercase;white-space:nowrap}.disciplines-catalog__header>div>p{max-width:680px;margin:1rem 0 0;color:var(--disciplines-muted);font-size:.95rem;line-height:1.7}.disciplines-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1px;border:1px solid var(--disciplines-line);background:var(--disciplines-line)}.disciplines-card{width:100%;grid-column:span 3;background:var(--disciplines-black)}.disciplines-card:nth-child(-n+2){grid-column:span 6}.disciplines-card__button{position:relative;width:100%;min-height:0;aspect-ratio:4 / 5;padding:0;display:block;overflow:hidden;isolation:isolate;border:0;border-radius:0;background:var(--surface-2);box-shadow:none;color:var(--disciplines-white);cursor:pointer;text-align:left}.disciplines-card:nth-child(-n+2) .disciplines-card__button{aspect-ratio:16 / 9}.disciplines-card__button:focus-visible{z-index:2;outline:3px solid var(--disciplines-yellow);outline-offset:-3px}.disciplines-card__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.disciplines-card__media picture,.disciplines-card__media img{width:100%;height:100%;display:block}.disciplines-card__media img{object-fit:cover;filter:saturate(.88) contrast(1.04);transition:transform .6s cubic-bezier(.2,.65,.3,1),filter .3s ease}.disciplines-card__overlay{position:relative;min-height:100%;padding:clamp(1.25rem,2.5vw,2rem);display:flex;align-items:flex-start;justify-content:flex-end;flex-direction:column;gap:.65rem;background:linear-gradient(180deg,#10121814,#1012184d 36%,#101218f0 92%);color:var(--disciplines-white)}.disciplines-card__tag{color:var(--disciplines-yellow);font-size:.62rem;font-weight:800;letter-spacing:.16em;line-height:1.45;text-transform:uppercase}.disciplines-card__title{margin:0;font-size:clamp(2.2rem,4vw,4rem);letter-spacing:-.01em;line-height:.9;text-transform:uppercase}.disciplines-card:nth-child(n+3) .disciplines-card__title{font-size:clamp(2rem,3vw,3rem)}.disciplines-card__cta{display:inline-flex;align-items:center;gap:.6rem;color:var(--disciplines-muted);font-size:.65rem;font-weight:800;letter-spacing:.12em;line-height:1.4;text-transform:uppercase}.disciplines-card__cta:after{content:none}.disciplines-card__cta span{color:var(--disciplines-yellow);font-size:.9rem;transition:transform .18s ease}.disciplines-card__button:hover,.disciplines-card__button:focus-visible{border-color:transparent;box-shadow:none}.disciplines-card__button:hover .disciplines-card__media img,.disciplines-card__button:focus-visible .disciplines-card__media img{transform:scale(1.035);filter:saturate(1) contrast(1.06)}.disciplines-card__button:hover .disciplines-card__cta,.disciplines-card__button:focus-visible .disciplines-card__cta{color:var(--disciplines-white)}.disciplines-card__button:hover .disciplines-card__cta span,.disciplines-card__button:focus-visible .disciplines-card__cta span{transform:translate(.25rem)}.disciplines-cta{width:100%;margin:0;padding:clamp(2.25rem,4vw,3.5rem) max(clamp(1.25rem,5vw,5rem),calc((100vw - var(--disciplines-max-width)) / 2 + 5rem));display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3rem;border:0;border-radius:0;background:var(--disciplines-yellow);box-shadow:none;color:#080808}.disciplines-cta__content{max-width:850px}.disciplines-cta .disciplines-section-label{margin-bottom:.8rem;color:#080808ad}.disciplines-cta h2{margin:0;font-size:clamp(3rem,5vw,4.8rem);letter-spacing:-.01em;line-height:.92;text-transform:uppercase}.disciplines-cta p:not(.disciplines-section-label){max-width:720px;margin:.65rem 0 0;color:#080808b3;font-size:.9rem;line-height:1.65}.disciplines-cta__actions{margin:0}.disciplines-cta .disciplines-button--primary{border-color:#080808;background:#080808;color:var(--disciplines-white)}.disciplines-cta .disciplines-button--primary:after{content:"→";font-size:1rem}.disciplines-cta .disciplines-button--primary:hover,.disciplines-cta .disciplines-button--primary:focus-visible{border-color:var(--disciplines-white);background:var(--disciplines-white);color:#080808}@media(max-width:1100px){.disciplines-catalog__header{grid-template-columns:1fr;gap:1rem}.disciplines-catalog__header h2{white-space:normal}.disciplines-card,.disciplines-card:nth-child(-n+2){grid-column:span 6}.disciplines-card__button,.disciplines-card:nth-child(-n+2) .disciplines-card__button{aspect-ratio:4 / 3}}@media(max-width:820px){.disciplines-hero{min-height:680px}.disciplines-hero:before{background:linear-gradient(90deg,#101218f5,#101218ba 72%,#10121875),linear-gradient(0deg,#101218f7,#1012182e 62%,#10121866)}.disciplines-hero__inner{align-items:flex-end}.disciplines-hero__content{width:min(100%,620px)}.disciplines-cta{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:640px){.disciplines-hero{min-height:650px}.disciplines-hero__media{background-position:58% center}.disciplines-hero:after{display:none}.disciplines-hero__inner{padding-top:4rem;padding-bottom:3.5rem}.disciplines-hero h1{font-size:clamp(3.8rem,15vw,4.5rem)}.disciplines-hero__content>p:not(.disciplines-hero__eyebrow,.disciplines-hero__note){font-size:.88rem}.disciplines-hero__actions{align-items:flex-start;flex-direction:column}.disciplines-button--primary{width:100%}.disciplines-catalog{padding-top:3rem;padding-bottom:3rem}.disciplines-catalog__header{margin-bottom:1.75rem}.disciplines-catalog__header h2{font-size:clamp(3.3rem,15vw,4.6rem)}.disciplines-card,.disciplines-card:nth-child(-n+2){grid-column:span 12}.disciplines-card__button,.disciplines-card:nth-child(-n+2) .disciplines-card__button{aspect-ratio:4 / 3.25}.disciplines-card__title,.disciplines-card:nth-child(n+3) .disciplines-card__title{font-size:clamp(2.5rem,12vw,3.5rem)}.disciplines-cta h2{font-size:clamp(3rem,14vw,4.25rem)}.disciplines-cta__actions,.disciplines-cta .disciplines-button{width:100%}}@media(prefers-reduced-motion:reduce){.disciplines-button,.disciplines-button span,.disciplines-card__media img,.disciplines-card__cta span{transition:none}}.discipline-page{--discipline-black: var(--surface-0);--discipline-ink: var(--surface-1);--discipline-panel: var(--surface-2);--discipline-white: var(--ink);--discipline-muted: var(--ink-muted);--discipline-line: var(--line);--discipline-yellow: var(--accent);--discipline-max-width: 1480px;width:100%;overflow:hidden;color:var(--discipline-white);background:var(--discipline-black)}.discipline-page h1,.discipline-page h2,.discipline-page h3{font-family:Teko,sans-serif;font-weight:600}.discipline-hero{width:min(100%,var(--discipline-max-width));min-height:480px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr);overflow:hidden;background:var(--discipline-ink)}.discipline-hero__media{position:relative;min-height:480px;grid-column:2;grid-row:1;overflow:hidden}.discipline-hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(11,11,13,.33),transparent 28%),linear-gradient(0deg,rgba(16,18,24,.24),transparent 42%);pointer-events:none}.discipline-hero__media picture,.discipline-hero__media img{width:100%;height:100%;display:block}.discipline-hero__media img{object-fit:cover;filter:saturate(.88) contrast(1.04)}.discipline-hero__inner{min-width:0;padding:clamp(3rem,5vw,5.25rem);grid-column:1;grid-row:1;display:flex;align-items:center}.discipline-hero__content{width:100%;max-width:650px}.discipline-hero__eyebrow,.discipline-section-label{margin:0 0 1.15rem;display:flex;align-items:center;gap:1rem;color:var(--discipline-yellow);font-size:.68rem;font-weight:800;letter-spacing:.24em;line-height:1.4;text-transform:uppercase}.discipline-hero__eyebrow:before{content:"";width:3rem;height:2px;flex:0 0 auto;background:currentColor}.discipline-hero h1{max-width:720px;margin:0;font-size:clamp(3.75rem,6.2vw,5.75rem);letter-spacing:-.025em;line-height:.88;text-transform:uppercase;text-wrap:balance}.discipline-hero__intro{max-width:610px;margin:1.25rem 0 0;color:#f3f3efc4;font-size:clamp(.86rem,1.05vw,.96rem);line-height:1.7}.discipline-hero__actions{margin-top:1.7rem;display:flex;flex-wrap:wrap;align-items:center;gap:1.4rem}.discipline-button{box-sizing:border-box;max-width:100%;min-height:3.2rem;padding:.82rem 1.45rem;border:1px solid transparent;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;gap:1.6rem;color:inherit;cursor:pointer;font-size:.72rem;font-weight:800;letter-spacing:.12em;line-height:1.2;text-decoration:none;text-transform:uppercase;transition:color .18s ease,background-color .18s ease,border-color .18s ease}.discipline-button span{font-size:1rem;transition:transform .18s ease}.discipline-button:hover span{transform:translate(.22rem)}.discipline-button:focus-visible{outline:2px solid var(--discipline-yellow);outline-offset:4px}.discipline-button--primary{border-color:var(--discipline-yellow);background:var(--discipline-yellow);color:#080808}.discipline-button--primary:hover{border-color:var(--discipline-white);background:var(--discipline-white)}.discipline-button--text{padding-right:0;padding-left:0;border-width:0 0 1px;border-color:#ffffff70}.discipline-button--text:hover{border-color:var(--discipline-yellow);color:var(--discipline-yellow)}.discipline-editorial{padding:clamp(3rem,5.5vw,5.5rem) max(clamp(1.25rem,5vw,5rem),calc((100vw - var(--discipline-max-width)) / 2 + 5rem));border-top:3px solid var(--discipline-yellow);background:var(--discipline-panel)}.discipline-editorial__header{margin-bottom:clamp(2rem,4vw,3.5rem);display:grid;grid-template-columns:minmax(190px,.58fr) minmax(0,1.42fr);align-items:end;gap:clamp(2rem,5vw,5rem)}.discipline-editorial__header .discipline-section-label{margin-bottom:.45rem}.discipline-editorial__header h2{max-width:780px;margin:0;font-size:clamp(3rem,5vw,4.8rem);letter-spacing:-.02em;line-height:.9;text-transform:uppercase;text-wrap:balance}.discipline-editorial__chapters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--discipline-line);border-bottom:1px solid var(--discipline-line)}.discipline-editorial__chapter{min-width:0;padding:clamp(1.5rem,2.5vw,2.25rem)}.discipline-editorial__chapter:first-child{padding-left:0}.discipline-editorial__chapter:last-child{padding-right:0}.discipline-editorial__chapter+.discipline-editorial__chapter{border-left:1px solid var(--discipline-line)}.discipline-editorial__chapter h3{margin:0;font-size:clamp(1.85rem,2.6vw,2.45rem);letter-spacing:-.01em;line-height:1;text-transform:uppercase}.discipline-editorial__chapter p{max-width:390px;margin:.85rem 0 0;color:var(--discipline-muted);font-size:.84rem;line-height:1.7}@media(max-width:980px){.discipline-hero{min-height:0;grid-template-columns:minmax(0,1fr) minmax(310px,.85fr)}.discipline-hero__media{min-height:460px}.discipline-hero__inner{padding:3.25rem clamp(1.5rem,4vw,3rem)}.discipline-editorial__header{grid-template-columns:1fr;gap:1.25rem}.discipline-editorial__header h2{max-width:700px}.discipline-editorial__chapters{grid-template-columns:1fr}.discipline-editorial__chapter,.discipline-editorial__chapter:first-child,.discipline-editorial__chapter:last-child{padding:1.5rem 0;display:grid;grid-template-columns:minmax(190px,.45fr) minmax(0,1fr);align-items:start;gap:1.25rem}.discipline-editorial__chapter+.discipline-editorial__chapter{border-top:1px solid var(--discipline-line);border-left:0}.discipline-editorial__chapter p{max-width:520px;margin:0}}@media(max-width:720px){.discipline-hero{grid-template-columns:1fr}.discipline-hero__media{min-height:0;aspect-ratio:16 / 10;grid-column:1;grid-row:1}.discipline-hero__media:after{background:linear-gradient(0deg,rgba(11,11,13,.36),transparent 42%)}.discipline-hero__inner{padding:2.6rem 1.25rem 3rem;grid-column:1;grid-row:2}.discipline-hero h1{font-size:clamp(3.35rem,14vw,4.6rem)}.discipline-hero__intro{font-size:.86rem}.discipline-editorial{padding-top:2.75rem;padding-bottom:3rem}.discipline-editorial__header{margin-bottom:1.75rem}.discipline-editorial__header h2{font-size:clamp(2.9rem,13vw,3.8rem)}.discipline-editorial__chapter,.discipline-editorial__chapter:first-child,.discipline-editorial__chapter:last-child{grid-template-columns:1fr;gap:.5rem .8rem}.discipline-editorial__chapter h3{font-size:1.9rem}.discipline-editorial__chapter p{grid-column:auto;margin-top:.4rem}}@media(max-width:520px){.discipline-hero__actions{align-items:stretch;flex-direction:column}.discipline-button--primary{width:100%}.discipline-button--text{width:fit-content}}@media(prefers-reduced-motion:reduce){.discipline-button,.discipline-button span{transition:none}}.subscriptions-page{--subscriptions-black: var(--surface-0);--subscriptions-ink: var(--surface-1);--subscriptions-panel: var(--surface-2);--subscriptions-panel-alt: var(--surface-3);--subscriptions-white: var(--ink);--subscriptions-muted: var(--ink-muted);--subscriptions-line: var(--line);--subscriptions-line-strong: var(--line-strong);--subscriptions-yellow: var(--accent);--subscriptions-max-width: 1480px;width:100%;max-width:none;margin:0;padding:0;gap:0;overflow:hidden;color:var(--subscriptions-white);background:var(--subscriptions-black)}.subscriptions-page h1,.subscriptions-page h2,.subscriptions-page h3,.subscription-card__price{font-family:Teko,sans-serif;font-weight:600}.subscriptions-page a{text-decoration:none}.subscriptions-hero{position:relative;min-height:min(800px,calc(100svh - 4.5rem));display:flex;isolation:isolate;overflow:hidden;background:var(--surface-1)}.subscriptions-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3}.subscriptions-hero__media picture,.subscriptions-hero__media img{width:100%;height:100%;display:block}.subscriptions-hero__media img{object-fit:cover;object-position:center 48%;transform:scale(1.01)}.subscriptions-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(90deg,#101218fc,#101218ed 38%,#10121880,#10121833),linear-gradient(0deg,#101218e6,#10121814,#10121847)}.subscriptions-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:.14;pointer-events:none;background-image:repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),rgba(255,255,255,.12) 25%)}.subscriptions-hero__content{width:min(100%,var(--subscriptions-max-width));min-height:inherit;margin:0 auto;padding:clamp(5rem,10vh,7.5rem) clamp(1.25rem,5vw,5rem);display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.subscriptions-hero__content>*{width:min(700px,66%)}.subscriptions-hero__eyebrow,.subscriptions-section-eyebrow{margin:0 0 1.4rem;display:flex;align-items:center;gap:1rem;color:var(--subscriptions-yellow);font-size:.7rem;font-weight:800;letter-spacing:.25em;line-height:1.4;text-transform:uppercase}.subscriptions-hero__eyebrow:before{content:"";width:3rem;height:2px;background:currentColor}.subscriptions-hero h1{margin:0;font-size:clamp(5rem,11vw,9rem);letter-spacing:-.025em;line-height:.88;text-transform:uppercase;text-wrap:balance}.subscriptions-hero__subtitle{margin:1.5rem 0 0;color:var(--subscriptions-white);font-size:clamp(.78rem,1.1vw,.95rem);font-weight:700;letter-spacing:.17em;line-height:1.55;text-transform:uppercase}.subscriptions-hero__description{max-width:620px;margin:1rem 0 0;color:#f3f3efcc;font-size:clamp(.95rem,1.3vw,1.05rem);line-height:1.75}.subscriptions-hero__actions,.subscriptions-cta__actions{margin-top:2rem;display:flex;flex-wrap:wrap;align-items:center;gap:1.4rem}.subscriptions-button,.subscription-card__button{min-height:3.25rem;padding:.85rem 1.5rem;border:1px solid transparent;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;gap:1.6rem;cursor:pointer;font-size:.74rem;font-weight:800;letter-spacing:.12em;line-height:1.2;text-transform:uppercase;transition:color .18s ease,background-color .18s ease,border-color .18s ease}.subscriptions-button:after,.subscription-card__button:after{content:"→";font-size:1rem;transition:transform .18s ease}.subscriptions-button:hover:after,.subscription-card__button:hover:after{transform:translate(.22rem)}.subscriptions-button:focus-visible,.subscription-card__button:focus-visible{outline:2px solid var(--subscriptions-yellow);outline-offset:4px}.subscriptions-button.-primary,.subscription-card__button{border-color:var(--subscriptions-yellow);background:var(--subscriptions-yellow);color:#080808}.subscriptions-button.-primary:hover,.subscription-card__button:hover{border-color:var(--subscriptions-white);background:var(--subscriptions-white)}.subscriptions-button.-ghost{padding-right:0;padding-left:0;border-width:0 0 1px;border-color:#ffffff7a;color:var(--subscriptions-white)}.subscriptions-button.-ghost:hover{border-color:var(--subscriptions-yellow);color:var(--subscriptions-yellow)}.subscriptions-access{padding-inline:max(clamp(1.25rem,5vw,5rem),calc((100vw - var(--subscriptions-max-width)) / 2 + 5rem));display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);border-top:1px solid var(--subscriptions-line-strong);border-bottom:1px solid var(--subscriptions-line-strong);background:var(--surface-1)}.subscriptions-access__intro,.subscriptions-access__note{min-height:6.5rem;padding:1.1rem clamp(1.25rem,3vw,2.5rem);display:flex;align-items:center}.subscriptions-access__intro{padding-left:0;border-right:1px solid var(--subscriptions-line);flex-direction:column;align-items:flex-start;justify-content:center;gap:.6rem}.subscriptions-access__link{display:inline-flex;align-items:center;gap:.5rem;color:var(--subscriptions-yellow);font-size:.68rem;font-weight:800;letter-spacing:.12em;text-decoration:none;text-transform:uppercase;transition:color .18s ease}.subscriptions-access__link span{transition:transform .18s ease}.subscriptions-access__link:hover{color:var(--subscriptions-white)}.subscriptions-access__link:hover span{transform:translate(.22rem)}.subscriptions-access__link:focus-visible{outline:2px solid var(--subscriptions-yellow);outline-offset:3px}.subscriptions-access p{margin:0;color:var(--subscriptions-muted);font-size:.82rem;line-height:1.7}.subscriptions-access strong{color:var(--subscriptions-white);font-weight:700}.subscriptions-access__note strong{color:var(--subscriptions-yellow);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.subscriptions-access__note em{font-size:.72rem}.subscriptions-offers{width:100%}.subscriptions-trial{padding:clamp(3.5rem,6vw,5.5rem) max(clamp(1.25rem,5vw,5rem),calc((100vw - var(--subscriptions-max-width)) / 2 + 5rem));display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:clamp(3rem,7vw,7rem);align-items:center;background:var(--subscriptions-panel-alt)}.subscriptions-trial__info{padding-left:clamp(1.25rem,2.5vw,2rem);border-left:2px solid rgba(255,214,0,.82)}.subscriptions-trial__info .subscriptions-section-eyebrow{margin-bottom:1.1rem}.subscriptions-trial__info h2{max-width:760px;margin:0;font-size:clamp(3.5rem,7vw,6.5rem);letter-spacing:-.015em;line-height:.92;text-transform:uppercase;text-wrap:balance}.subscriptions-section-description{max-width:650px;margin:1.25rem 0 0;color:var(--subscriptions-muted);font-size:.95rem;line-height:1.75}.subscriptions-trial__highlights{margin:1.6rem 0 0;padding:0;border-top:1px solid var(--subscriptions-line);list-style:none}.subscriptions-trial__highlight{padding:.85rem 0;display:flex;align-items:center;gap:.8rem;border-bottom:1px solid var(--subscriptions-line);color:var(--subscriptions-white);font-size:.78rem;font-weight:600;line-height:1.5}.subscriptions-trial__highlight-icon{width:.45rem;height:.45rem;flex:0 0 auto;background:var(--subscriptions-yellow)}.subscriptions-trial__highlight-icon:before{content:none}.subscriptions-trial__card{width:min(100%,430px);justify-self:end}.subscriptions-groups{width:100%}.subscriptions-group{padding:clamp(3rem,5vw,4.5rem) max(clamp(1.25rem,5vw,5rem),calc((100vw - var(--subscriptions-max-width)) / 2 + 5rem));display:grid;grid-template-columns:minmax(220px,.3fr) minmax(0,1.7fr);gap:clamp(2.5rem,5vw,5rem);border-top:1px solid var(--subscriptions-line);background:var(--subscriptions-ink)}.subscriptions-group:nth-child(2n){background:var(--surface-2)}.subscriptions-group__heading{align-self:start}.subscriptions-group__heading h3{margin:0;font-size:clamp(2.5rem,4.3vw,4rem);letter-spacing:-.01em;line-height:.95;text-transform:uppercase}.subscriptions-group__heading p{margin:1rem 0 0;color:var(--subscriptions-muted);font-size:.82rem;line-height:1.7}.subscriptions-group__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));align-items:stretch;gap:1px;background:var(--subscriptions-line);border:1px solid var(--subscriptions-line)}.subscriptions-group--youth .subscriptions-group__grid{width:min(100%,430px)}.subscriptions-group--grappling .subscriptions-group__grid{width:min(100%,860px)}.subscription-card{position:relative;min-height:390px;padding:0;display:flex;align-items:flex-end;overflow:hidden;isolation:isolate;color:var(--subscriptions-white);background:var(--surface-1)}.subscription-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background-position:center;background-repeat:no-repeat;background-size:cover;transform:scale(1.01);transition:transform .6s cubic-bezier(.2,.65,.3,1)}.subscription-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#10121826,#101218b3 43%,#101218fa 76%)}.subscription-card__content{width:100%;padding:1.5rem;display:flex;align-items:flex-start;flex-direction:column;text-align:left}.subscription-card__badge{order:-1;margin:0 0 .8rem;padding-left:.65rem;border-left:2px solid var(--subscriptions-yellow);color:var(--subscriptions-yellow);font-size:.62rem;font-weight:800;letter-spacing:.15em;line-height:1.4;text-transform:uppercase}.subscription-card__title{margin:0;font-family:Teko,sans-serif;font-size:clamp(1.9rem,3vw,2.6rem);font-weight:600;letter-spacing:.01em;line-height:.95;text-transform:uppercase}.subscription-card__price{margin:.65rem 0 0;color:var(--subscriptions-yellow);font-size:clamp(2rem,3.5vw,3rem);letter-spacing:.02em;line-height:.9}.subscription-card__copy{min-height:4.4rem;margin:.8rem 0 0;color:var(--subscriptions-muted);font-size:.72rem;line-height:1.55}.subscription-card__button{width:100%;margin-top:1rem}@media(hover:hover)and (pointer:fine){.subscription-card:hover:before{transform:scale(1.045)}}.subscriptions-cta{padding:clamp(2.25rem,4vw,3.5rem) max(clamp(1.25rem,5vw,5rem),calc((100vw - var(--subscriptions-max-width)) / 2 + 5rem));display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3rem;background:var(--subscriptions-yellow);color:#080808}.subscriptions-cta__content{max-width:850px}.subscriptions-cta .subscriptions-section-eyebrow{margin-bottom:.8rem;color:#080808a3}.subscriptions-cta h2{margin:0;font-size:clamp(3rem,5vw,4.8rem);letter-spacing:-.01em;line-height:.92;text-transform:uppercase}.subscriptions-cta .subscriptions-section-description{max-width:720px;margin-top:.65rem;color:#080808b3}.subscriptions-cta__actions{margin:0}.subscriptions-cta .subscriptions-button.-primary{border-color:#080808;background:#080808;color:var(--subscriptions-white)}.subscriptions-cta .subscriptions-button.-primary:hover{border-color:var(--subscriptions-white);background:var(--subscriptions-white);color:#080808}.subscriptions-cta .subscriptions-button.-ghost{border-color:#08080873;color:#080808}.subscription-card--abonnement1:before{background-image:url(/assets/trial-session-kAWh5nLP.webp)}.subscription-card--abonnement2:before{background-image:url(/assets/subscription-3-months-DlWPF4kK.webp)}.subscription-card--abonnement3:before{background-image:url(/assets/subscription-6-months-DKrXhXXi.webp)}.subscription-card--abonnement4:before{background-image:url(/assets/subscription-12-months-C1mI_aJv.webp)}.subscription-card--abonnement5:before{background-image:url(/assets/women-1-month-C8mdtxpJ.webp);background-position:center bottom}.subscription-card--abonnement6:before{background-image:url(/assets/women-6-months-CtQZ7eS6.webp)}.subscription-card--abonnement7:before{background-image:url(/assets/women-12-months-7-vU35Fy.webp)}.subscription-card--abonnement8:before{background-image:url(/assets/youth-annual-C4Uv87nt.webp)}.subscription-card--abonnement9:before{background-image:url(/assets/grappling-1-month-CAlSGO1Z.webp)}.subscription-card--abonnement10:before{background-image:url(/assets/grappling-12-months-mkAERIff.webp)}@media(max-width:1100px){.subscriptions-trial,.subscriptions-group{grid-template-columns:minmax(210px,.45fr) minmax(0,1.55fr);gap:2.5rem}.subscriptions-group__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.subscriptions-group--youth .subscriptions-group__grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:820px){.subscriptions-hero{min-height:680px}.subscriptions-hero:before{background:linear-gradient(90deg,#101218f5,#101218bd 72%,#10121875),linear-gradient(0deg,#101218f7,#1012182e 62%,#10121866)}.subscriptions-hero__content{justify-content:flex-end}.subscriptions-hero__content>*{width:min(100%,620px)}.subscriptions-access{grid-template-columns:1fr}.subscriptions-access__intro,.subscriptions-access__note{min-height:0;padding:1rem 1.25rem}.subscriptions-access__intro{border-right:0;border-bottom:1px solid var(--subscriptions-line)}.subscriptions-trial,.subscriptions-group{grid-template-columns:1fr}.subscriptions-trial__card{width:min(100%,520px);justify-self:start}.subscriptions-group__heading{max-width:650px}.subscriptions-group--youth .subscriptions-group__grid,.subscriptions-group--grappling .subscriptions-group__grid{width:100%}.subscriptions-cta{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:640px){.subscriptions-hero{min-height:650px}.subscriptions-hero__media img{object-position:60% center}.subscriptions-hero:after{display:none}.subscriptions-hero__content{padding-top:4rem;padding-bottom:3.5rem}.subscriptions-hero h1{font-size:clamp(4.5rem,22vw,6.5rem)}.subscriptions-hero__subtitle{font-size:.72rem}.subscriptions-hero__description{font-size:.88rem}.subscriptions-hero__actions{align-items:flex-start;flex-direction:column}.subscriptions-button.-primary{width:100%}.subscriptions-trial,.subscriptions-group{padding-top:3rem;padding-bottom:3rem}.subscriptions-trial{gap:2rem}.subscriptions-trial__info h2{font-size:clamp(3.2rem,15vw,4.5rem)}.subscriptions-group{gap:1.75rem}.subscriptions-group__grid{grid-template-columns:1fr}.subscription-card{min-height:360px}.subscription-card__copy{min-height:0}.subscriptions-cta h2{font-size:clamp(3rem,14vw,4.25rem)}.subscriptions-cta__actions,.subscriptions-cta .subscriptions-button{width:100%}}@media(prefers-reduced-motion:reduce){.subscriptions-button,.subscriptions-button:after,.subscription-card:before,.subscription-card__button,.subscription-card__button:after{transition:none}}.planning_page{--planning-black: var(--surface-0);--planning-ink: var(--surface-1);--planning-panel: var(--surface-2);--planning-panel-alt: var(--surface-3);--planning-white: var(--ink);--planning-muted: var(--ink-muted);--planning-line: var(--line);--planning-line-strong: var(--line-strong);--planning-yellow: var(--accent);--planning-max-width: 1480px;width:100%;max-width:none;margin:0;padding:0;gap:0;overflow:hidden;color:var(--planning-white);background:var(--planning-black)}.planning_page h1,.planning_page h2,.planning_page h3{font-family:Teko,sans-serif;font-weight:600;line-height:.92}.planning_hero{position:relative;min-height:min(780px,calc(100svh - 4.5rem));display:flex;isolation:isolate;overflow:hidden;background:var(--surface-1)}.planning_hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;background-image:url(/assets/ring-C-tm9q8H.webp);background-position:center 63%;background-size:cover;transform:scale(1.01)}.planning_hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(90deg,#101218fc,#101218eb 38%,#10121885 67%,#10121838),linear-gradient(0deg,#101218e0,#10121814 52%,#10121840)}.planning_hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:.14;pointer-events:none;background-image:repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),rgba(255,255,255,.12) 25%)}.planning_hero-inner{width:min(100%,var(--planning-max-width));min-height:inherit;margin:0 auto;padding:clamp(5rem,10vh,7.5rem) clamp(1.25rem,5vw,5rem);display:flex;align-items:center}.planning_hero-content{width:min(700px,66%)}.planning_eyebrow,.planning_section-label{margin:0 0 1.4rem;display:flex;align-items:center;gap:1rem;color:var(--planning-yellow);font-size:.7rem;font-weight:800;letter-spacing:.25em;line-height:1.4;text-transform:uppercase}.planning_eyebrow:before{content:"";width:3rem;height:2px;background:currentColor}.planning_hero h1{margin:0;font-size:clamp(5.5rem,13vw,10rem);letter-spacing:-.025em;text-transform:uppercase}.planning_hero-description{max-width:620px;margin:1.25rem 0 0;color:#f3f3efd1;font-size:clamp(.95rem,1.3vw,1.08rem);line-height:1.75}.planning_hero-actions{margin-top:2rem;display:flex;flex-wrap:wrap;align-items:center;gap:1.4rem}.planning_button{min-height:3.25rem;padding:.85rem 1.5rem;border:1px solid transparent;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;gap:1.6rem;background:transparent;color:inherit;cursor:pointer;font-size:.74rem;font-weight:800;letter-spacing:.12em;line-height:1.2;text-decoration:none;text-transform:uppercase;transition:color .18s ease,background-color .18s ease,border-color .18s ease}.planning_button span{font-size:1rem;transition:transform .18s ease}.planning_button:hover span{transform:translate(.22rem)}.planning_button:focus-visible{outline:2px solid var(--planning-yellow);outline-offset:4px}.planning_button--primary{border-color:var(--planning-yellow);background:var(--planning-yellow);color:#080808}.planning_button--primary:hover{border-color:var(--planning-white);background:var(--planning-white)}.planning_button--text{padding-right:0;padding-left:0;border-width:0 0 1px;border-color:#ffffff7a}.planning_button--text:hover{border-color:var(--planning-yellow);color:var(--planning-yellow)}.planning_button--outline{flex:0 0 auto;border-color:var(--planning-line-strong);color:var(--planning-white)}.planning_button--outline:hover{border-color:var(--planning-yellow);background:var(--planning-yellow);color:#080808}.planning_booking-note{max-width:650px;margin:1.5rem 0 0;display:flex;align-items:flex-start;gap:.65rem;color:var(--planning-muted);font-size:.74rem;line-height:1.65}.planning_booking-note span{padding-top:.1rem;color:var(--planning-yellow);font-size:.5rem}.planning_calendarSection{padding:clamp(3.5rem,6vw,5.5rem) max(clamp(1.25rem,5vw,5rem),calc((100vw - var(--planning-max-width)) / 2 + 5rem));background:var(--planning-ink)}.planning_calendar-header{margin-bottom:2.5rem}.planning_calendar-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:3rem}.planning_calendar-header h2,.planning_steps-header h2{margin:0;font-size:clamp(3.6rem,7vw,6.5rem);letter-spacing:-.015em;text-transform:uppercase;text-wrap:balance}.planning_calendar-header p:not(.planning_section-label){max-width:720px;margin:1rem 0 0;color:var(--planning-muted);font-size:.95rem;line-height:1.7}.planning_calendar{display:grid;gap:1.25rem}.planning_legend{margin:0;padding:0 0 1rem;display:flex;flex-wrap:wrap;gap:.65rem 1.4rem;border-bottom:1px solid var(--planning-line);list-style:none}.planning_legend li{display:inline-flex;align-items:center;gap:.55rem;color:var(--planning-muted);font-size:.65rem;font-weight:700;letter-spacing:.07em;line-height:1.4;text-transform:uppercase}.planning_legend-marker{width:.5rem;height:.5rem;display:inline-block;background:#aaa}.planning_legend-marker--exclusive{background:#d2d2d0}.planning_legend-marker--kids{background:#438ce8}.planning_legend-marker--mma{background:#e78d29}.planning_legend-marker--kick{background:var(--planning-yellow)}.planning_legend-marker--ground{background:#d75d37}.planning_legend-marker--feminine{background:#df7695}.planning_legend-marker--sparring{background:#a58a68}.planning_table-wrapper{overflow-x:auto;border-top:1px solid var(--planning-line-strong);border-bottom:1px solid var(--planning-line-strong);background:var(--surface-1)}.planning_table{width:100%;min-width:1040px;border-collapse:collapse;table-layout:fixed}.planning_table thead{background:var(--surface-2)}.planning_table thead th{padding:1rem .7rem;border-right:1px solid var(--planning-line);border-bottom:1px solid var(--planning-line-strong);color:var(--planning-white);font-size:.72rem;font-weight:800;letter-spacing:.13em;line-height:1.4;text-transform:uppercase}.planning_table thead th:last-child{border-right:0}.planning_timeHeader{width:145px;padding-left:1.2rem;text-align:left}.planning_table tbody th{width:145px;padding:1rem 1.2rem;border-right:1px solid var(--planning-line);border-bottom:1px solid var(--planning-line);color:var(--planning-white);font-family:Teko,sans-serif;font-size:1.3rem;font-weight:600;letter-spacing:.03em;line-height:1;text-align:left;white-space:nowrap}.planning_table tbody td{padding:.6rem;vertical-align:top;border-right:1px solid var(--planning-line);border-bottom:1px solid var(--planning-line)}.planning_table tbody td:last-child{border-right:0}.planning_table tbody tr:last-child th,.planning_table tbody tr:last-child td{border-bottom:0}.planning_cell{min-height:72px;display:grid;gap:.4rem}.planning_cell--parallel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.planning_cell-empty{margin:auto;color:#f3f3ef3d;font-size:.75rem}.planning_session{min-height:100%;padding:.6rem .55rem;border-left:3px solid #aaa;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.2rem;background:#ffffff0d;color:var(--planning-white);font-size:.75rem;font-weight:700;line-height:1.35;text-align:left;word-break:normal}.planning_session--split{margin-bottom:0}.planning_session-label{margin:0}.planning_session-subtitle,.planning_session-extra{color:#f3f3efb3;font-size:.57rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.planning_session-extra{opacity:.82}.planning_session--exclusive{border-color:#d2d2d0;background:#d2d2d01c}.planning_session--kids{border-color:#438ce8;background:#438ce821}.planning_session--mma{border-color:#e78d29;background:#e78d2921}.planning_session--kick{border-color:var(--planning-yellow);background:#ffd6001a}.planning_session--ground{border-color:#d75d37;background:#d75d3721}.planning_session--feminine{border-color:#df7695;background:#df769521}.planning_session--sparring{border-color:#a58a68;background:#a58a6824}.planning_mobile{display:none}.planning_exclusive{padding:clamp(3rem,5vw,4.5rem) max(clamp(1.25rem,5vw,5rem),calc((100vw - var(--planning-max-width)) / 2 + 5rem));border-top:3px solid var(--planning-yellow);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:clamp(2rem,5vw,4.5rem);background:var(--planning-panel);scroll-margin-top:1.5rem}.planning_exclusive-intro .planning_section-label{margin-bottom:.85rem}.planning_exclusive-intro h2{margin:0 0 1.25rem;font-size:clamp(2.6rem,4.5vw,4rem);letter-spacing:-.015em;text-transform:uppercase;text-wrap:balance}.planning_exclusive-intro p{max-width:60ch;margin:0 0 .9rem;color:var(--planning-muted);font-size:.95rem;line-height:1.75}.planning_exclusive-intro .planning_button{margin-top:.75rem}.planning_exclusive-grid{margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--planning-line-strong);border-left:1px solid var(--planning-line);list-style:none}.planning_exclusive-item{min-width:0;padding:1.35rem 1.5rem;border-right:1px solid var(--planning-line);border-bottom:1px solid var(--planning-line)}.planning_exclusive-item h3{margin:0;color:var(--planning-white);font-size:1.35rem;letter-spacing:.01em;text-transform:uppercase}.planning_exclusive-item p{margin:.4rem 0 0;color:var(--planning-muted);font-size:.8rem;line-height:1.6}.planning_steps{padding:clamp(1.5rem,2.5vw,2.25rem) max(clamp(1.25rem,5vw,5rem),calc((100vw - var(--planning-max-width)) / 2 + 5rem));background:var(--planning-panel-alt)}.planning_steps-header{margin-bottom:.85rem}.planning_steps-header .planning_section-label{margin-bottom:0}.planning_steps-grid{margin:0;padding:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border-top:1px solid var(--planning-line-strong);border-bottom:1px solid var(--planning-line-strong);list-style:none}.planning_step{min-width:0;min-height:0;padding:.85rem 1rem;border-right:1px solid var(--planning-line)}.planning_step:last-child{border-right:0}.planning_step-index{margin:0 0 .3rem;color:var(--planning-yellow);font-size:.62rem;font-weight:800;letter-spacing:.14em}.planning_step h3{margin:0;font-family:inherit;font-size:.74rem;font-weight:800;letter-spacing:.06em;line-height:1.4;text-transform:uppercase}.planning_step p:not(.planning_step-index){margin:.35rem 0 0;color:var(--planning-muted);font-size:.72rem;line-height:1.5}@media(max-width:1100px){.planning_calendar-heading{align-items:flex-start}.planning_exclusive{grid-template-columns:minmax(0,1fr)}.planning_steps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.planning_step{border-right:1px solid var(--planning-line)}.planning_step:nth-child(3n){border-right:0}.planning_step:nth-child(-n+3){border-bottom:1px solid var(--planning-line)}}@media(max-width:820px){.planning_steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.planning_step:nth-child(3n){border-right:1px solid var(--planning-line)}.planning_step:nth-child(2n){border-right:0}.planning_step:nth-child(-n+4){border-bottom:1px solid var(--planning-line)}}@media(max-width:1150px){.planning_table-wrapper{display:none}.planning_mobile{display:grid;gap:.85rem}.planning_dayCard{border-top:1px solid var(--planning-line-strong);border-bottom:1px solid var(--planning-line);background:var(--planning-panel)}.planning_dayCard-header{padding:1rem 1.15rem;border-bottom:1px solid var(--planning-line);border-left:3px solid var(--planning-yellow);background:var(--surface-3)}.planning_dayCard-title{margin:0;font-size:1.65rem;letter-spacing:.05em;text-transform:uppercase}.planning_dayCard-list{margin:0;padding:0;list-style:none}.planning_dayCard-item{padding:.85rem 1rem;display:grid;grid-template-columns:6.6rem minmax(0,1fr);gap:1rem;align-items:stretch;border-bottom:1px solid var(--planning-line)}.planning_dayCard-item:last-child{border-bottom:0}.planning_dayCard-time{padding-top:.65rem;color:var(--planning-white);font-family:Teko,sans-serif;font-size:1.15rem;font-weight:600;letter-spacing:.03em;line-height:1;white-space:nowrap}.planning_dayCard-sessions{display:grid;gap:.4rem}.planning_dayCard-sessions--parallel{grid-template-columns:repeat(2,minmax(0,1fr))}.planning_session{min-height:64px;padding:.65rem}}@media(max-width:820px){.planning_hero{min-height:640px}.planning_hero:before{background:linear-gradient(90deg,#101218f5,#101218bf 70%,#1012187a),linear-gradient(0deg,#101218f5,#10121833 62%,#10121866)}.planning_hero-inner{align-items:flex-end}.planning_hero-content{width:min(100%,620px)}.planning_calendar-heading{display:grid;gap:1.5rem}.planning_calendar-heading .planning_button{justify-self:start}}@media(max-width:640px){.planning_exclusive-grid{grid-template-columns:minmax(0,1fr)}.planning_hero{min-height:610px}.planning_hero-media{background-position:48% center}.planning_hero:after{display:none}.planning_hero-inner{padding-top:4rem;padding-bottom:3.5rem}.planning_hero h1{font-size:clamp(5rem,26vw,7.5rem)}.planning_hero-description{font-size:.9rem}.planning_hero-actions{align-items:flex-start;flex-direction:column}.planning_button--primary,.planning_button--outline{width:100%}.planning_booking-note{font-size:.68rem}.planning_calendarSection,.planning_steps{padding-top:3rem;padding-bottom:3rem}.planning_steps{padding-top:2.25rem;padding-bottom:2.25rem}.planning_calendar-header,.planning_steps-header{margin-bottom:1.75rem}.planning_steps-header{margin-bottom:1.25rem}.planning_calendar-header h2,.planning_steps-header h2{max-width:100%;font-size:clamp(3rem,14vw,4.2rem)}.planning_legend{gap:.55rem 1rem}.planning_dayCard-item{grid-template-columns:1fr;gap:.55rem}.planning_dayCard-time{padding-top:0}.planning_steps-grid{grid-template-columns:minmax(0,1fr)}.planning_step,.planning_step:nth-child(2n),.planning_step:nth-child(3n){padding:.9rem 0;border-right:0;border-bottom:1px solid var(--planning-line)}.planning_step:last-child{border-bottom:0}}@media(prefers-reduced-motion:reduce){.planning_button,.planning_button span{transition:none}}.coaches_page{--coach-black: var(--surface-0);--coach-ink: var(--surface-1);--coach-line: var(--line);--coach-line-strong: var(--line-strong);--coach-white: var(--ink);--coach-muted: var(--ink-muted);--coach-yellow: var(--accent);--coach-max-width: 1480px;width:100%;max-width:none;margin:0;padding:0;gap:0;overflow:hidden;color:var(--coach-white);background:var(--coach-black)}.coaches_page h1,.coaches_page h2,.coaches_page h3{font-family:Teko,sans-serif;font-weight:600;line-height:.9}.coaches_hero{position:relative;min-height:min(900px,calc(100svh - 4.5rem));display:grid;grid-template-rows:minmax(0,1fr) auto;isolation:isolate;overflow:hidden;background:var(--surface-1)}.coaches_hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;background-image:url(/assets/coach-hero-KMFsjU24.webp);background-position:center 58%;background-size:cover;transform:scale(1.01)}.coaches_hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(90deg,#101218fa,#101218e6,#1012185c 70%,#1012182e),linear-gradient(0deg,#101218f5,#1012180d 46%,#10121847)}.coaches_hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:.16;pointer-events:none;background-image:repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),rgba(255,255,255,.12) 25%)}.coaches_hero-inner{width:min(100%,var(--coach-max-width));margin:0 auto;padding:clamp(5rem,11vh,8rem) clamp(1.25rem,5vw,5rem) clamp(3.5rem,8vh,6rem);display:flex;align-items:center}.coaches_hero-content{width:min(720px,68%)}.coaches_eyebrow,.coaches_section-label{margin:0 0 1.6rem;display:flex;align-items:center;gap:1rem;color:var(--coach-yellow);font-size:.72rem;font-weight:700;letter-spacing:.28em;line-height:1.3;text-transform:uppercase}.coaches_eyebrow:before{content:"";width:3rem;height:2px;background:currentColor}.coaches_hero h1{max-width:650px;margin:0;font-size:clamp(5rem,11vw,9.5rem);letter-spacing:-.025em;text-transform:uppercase;text-wrap:balance}.coaches_hero-subtitle{margin:1.6rem 0 0;color:var(--coach-white);font-size:clamp(.8rem,1.1vw,1rem);font-weight:700;letter-spacing:.18em;line-height:1.5;text-transform:uppercase}.coaches_hero-description{max-width:590px;margin:1.1rem 0 0;color:#f3f3efcc;font-size:clamp(.95rem,1.3vw,1.08rem);line-height:1.75}.coaches_hero-actions,.coaches_cta-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.4rem;margin-top:2.2rem}.coaches_button{min-height:3.25rem;padding:.85rem 1.5rem;border:1px solid transparent;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;gap:1.6rem;background:transparent;color:inherit;cursor:pointer;font-size:.76rem;font-weight:800;letter-spacing:.12em;line-height:1.2;text-align:left;text-transform:uppercase;transition:color .18s ease,background-color .18s ease,border-color .18s ease}.coaches_button span{font-size:1rem;transition:transform .18s ease}.coaches_button:hover span{transform:translate(.25rem)}.coaches_button:focus-visible{outline:2px solid var(--coach-yellow);outline-offset:4px}.coaches_button--primary{border-color:var(--coach-yellow);background:var(--coach-yellow);color:#080808}.coaches_button--primary:hover{border-color:var(--coach-white);background:var(--coach-white)}.coaches_button--text{padding-right:0;padding-left:0;border-width:0 0 1px;border-color:#ffffff7a}.coaches_button--text:hover{border-color:var(--coach-yellow);color:var(--coach-yellow)}.coaches_stats{position:relative;width:100%;margin:0 auto;padding-inline:max(clamp(1.25rem,5vw,5rem),calc((100vw - var(--coach-max-width)) / 2 + 5rem));border-top:1px solid var(--coach-line-strong);display:grid;grid-template-columns:repeat(3,1fr);background:var(--surface-1)}.coaches_stat{min-height:8.5rem;padding:1.5rem clamp(1rem,3vw,2.2rem);display:grid;align-content:center;gap:.2rem;border-left:1px solid var(--coach-line)}.coaches_stat:last-child{border-right:1px solid var(--coach-line)}.coaches_stat-number{display:inline-flex;align-items:baseline;gap:.18rem;color:var(--coach-white);font-family:Teko,sans-serif;font-size:clamp(2.7rem,5vw,4.2rem);font-weight:600;letter-spacing:.01em;line-height:.9;text-transform:uppercase}.coaches_stat-affix{color:var(--coach-yellow);font-size:.56em}.coaches_stat-label{color:var(--coach-muted);font-size:.68rem;letter-spacing:.08em;line-height:1.5;text-transform:uppercase}.coaches_cta h2{margin:0;font-size:clamp(3.4rem,6.6vw,6.5rem);letter-spacing:-.015em;text-transform:uppercase;text-wrap:balance}.coaches_profiles{background:var(--surface-1)}.coaches_profiles-title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.coaches_profiles-list{width:min(100%,var(--coach-max-width));margin:0 auto;border-top:.25rem solid var(--coach-yellow)}.coach_profile{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);border-bottom:1px solid var(--coach-line);background:var(--surface-1)}.coach_profile+.coach_profile{border-top:clamp(.65rem,1vw,.9rem) solid var(--surface-0)}.coach_profile:nth-child(2n){background:var(--surface-2)}.coach_profile-media{position:relative;height:clamp(480px,45vw,620px);min-height:0;margin:clamp(1.5rem,2.5vw,2.5rem) clamp(1rem,2vw,2rem) clamp(1.5rem,2.5vw,2.5rem) 0;align-self:center;overflow:hidden;background:var(--surface-2)}.coach_profile-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(16,18,24,.68),transparent 38%);pointer-events:none}.coach_profile-media picture,.coach_profile-media img{width:100%;height:100%;display:block}.coach_profile-media img{object-fit:cover;object-position:center 22%;filter:saturate(.9) contrast(1.04);transition:transform .6s cubic-bezier(.2,.65,.3,1),filter .3s ease}.coach_profile:hover .coach_profile-media img{transform:scale(1.025);filter:saturate(1) contrast(1.06)}.coach_profile-media figcaption{position:absolute;right:1.5rem;bottom:1.5rem;z-index:2;padding-left:2.5rem;color:var(--coach-yellow);font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.coach_profile-media figcaption:before{content:"";position:absolute;top:50%;left:0;width:1.8rem;height:1px;background:currentColor}.coach_profile-content{padding:clamp(2.5rem,3.5vw,3.75rem) clamp(2rem,5vw,5rem);display:flex;flex-direction:column;justify-content:center}.coach_profile:nth-child(2n) .coach_profile-media{order:2}.coach_profile:nth-child(2n){grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr)}.coach_profile-role{margin:0 0 1rem;color:var(--coach-yellow);font-size:.7rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.coach_profile-header h3{margin:0;font-size:clamp(3.7rem,6vw,5.8rem);letter-spacing:-.02em;text-transform:uppercase}.coach_profile-focus{max-width:560px;margin:1rem 0 0;color:var(--coach-muted);font-size:.78rem;font-weight:700;letter-spacing:.13em;line-height:1.6;text-transform:uppercase}.coach_profile-quote{margin:1.35rem 0 0;padding:0 0 0 1.25rem;border-left:3px solid var(--coach-yellow)}.coach_profile-quote p{margin:0;color:var(--coach-white);font-size:clamp(1.15rem,2vw,1.5rem);font-style:italic;line-height:1.6}.coach_profile-bio{max-width:680px;margin:1rem 0 0;color:var(--coach-muted);font-size:.95rem;line-height:1.7}.coach_profile-specialties{margin-top:1.2rem;padding-top:1rem;border-top:1px solid var(--coach-line)}.coach_profile-specialties>p,.coach_profile-details h4{margin:0;color:var(--coach-yellow);font-size:.65rem;font-weight:800;letter-spacing:.18em;line-height:1.5;text-transform:uppercase}.coach_profile-specialties ul{margin:.8rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.35rem 0;list-style:none}.coach_profile-specialties li{color:var(--coach-white);font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.coach_profile-specialties li:not(:last-child):after{content:"/";margin:0 .8rem;color:var(--coach-yellow)}.coach_profile-numbers{margin-top:1.2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--coach-line-strong);border-bottom:1px solid var(--coach-line-strong)}.coach_profile-numbers>div{padding:1.1rem 1.2rem 1.1rem 0}.coach_profile-numbers>div+div{padding-left:1.2rem;border-left:1px solid var(--coach-line)}.coach_profile-number{display:inline-flex;align-items:baseline;gap:.12rem;font-family:Teko,sans-serif;font-size:clamp(2.8rem,5vw,4.4rem);line-height:.9}.coach_profile-number span{color:var(--coach-yellow);font-size:.58em}.coach_profile-numbers p{max-width:220px;margin:.5rem 0 0;color:var(--coach-muted);font-size:.65rem;letter-spacing:.07em;line-height:1.45;text-transform:uppercase}.coach_profile-details{margin-top:1.2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem}.coach_profile-record,.coach_profile-credentials{margin:1rem 0 0;padding:0;display:grid;gap:.75rem;list-style:none}.coach_profile-record li,.coach_profile-credentials li{position:relative;padding:0 0 .75rem 1rem;border-bottom:1px solid rgba(255,255,255,.09);color:var(--coach-muted);font-size:.78rem;line-height:1.5}.coach_profile-record li:before,.coach_profile-credentials li:before{content:"";position:absolute;top:.55rem;left:0;width:.3rem;height:.3rem;background:var(--coach-yellow)}.coaches_cta{background:var(--coach-yellow);color:#080808}.coaches_cta-inner{width:min(100%,var(--coach-max-width));margin:0 auto;padding:clamp(2.25rem,4vw,3.5rem) clamp(1.25rem,5vw,5rem);display:grid;grid-template-columns:minmax(120px,.28fr) minmax(350px,1fr) auto;align-items:center;gap:clamp(1.5rem,3vw,3.5rem)}.coaches_cta .coaches_section-label{margin:0;color:#080808}.coaches_cta h2{font-size:clamp(2.8rem,4vw,4rem)}.coaches_cta-copy p{max-width:610px;margin:.55rem 0 0;color:#080808b8;font-size:.9rem;line-height:1.7}.coaches_cta-actions{margin:0;flex-direction:column;align-items:stretch}.coaches_button--dark{border-color:#080808;background:#080808;color:var(--coach-white)}.coaches_button--dark:hover{background:transparent;color:#080808}.coaches_button--dark-text{padding-right:0;padding-left:0;border-width:0 0 1px;border-color:#0808087a;color:#080808}.coaches_button--dark-text:hover{border-color:#080808}@media(max-width:1100px){.coach_profile{grid-template-columns:minmax(280px,.68fr) minmax(0,1.32fr)}.coach_profile:nth-child(2n){grid-template-columns:minmax(0,1.32fr) minmax(280px,.68fr)}.coach_profile-media{height:560px}.coach_profile-content{padding-right:2.5rem;padding-left:2.5rem}.coach_profile-details{grid-template-columns:1fr}.coaches_cta-inner{grid-template-columns:minmax(110px,.3fr) minmax(0,1fr)}.coaches_cta-actions{grid-column:2;flex-direction:row}}@media(max-width:820px){.coaches_hero{min-height:auto}.coaches_hero:before{background:linear-gradient(90deg,#101218f2,#101218b3 70%,#1012187a),linear-gradient(0deg,#101218fa,#10121829 60%,#1012186b)}.coaches_hero-inner{min-height:640px;align-items:flex-end}.coaches_hero-content{width:min(100%,620px)}.coaches_stats{padding:0 1.25rem}.coaches_stat{padding-right:1rem;padding-left:1rem}.coach_profile{grid-template-columns:1fr}.coach_profile:nth-child(2n){grid-template-columns:1fr}.coach_profile-media,.coach_profile:nth-child(2n) .coach_profile-media{order:0;width:calc(100% - 2.5rem);height:auto;min-height:0;margin:1.75rem 1.25rem 0;aspect-ratio:4 / 4.4}.coach_profile-content{padding:2.75rem clamp(1.25rem,7vw,3.5rem) 3.25rem}.coach_profile-header h3{font-size:clamp(4rem,16vw,6.5rem)}}@media(max-width:640px){.coaches_hero-media{background-position:56% center}.coaches_hero:after{display:none}.coaches_hero-inner{min-height:600px;padding-top:4rem;padding-bottom:3.5rem}.coaches_hero h1{font-size:clamp(4.8rem,25vw,7.4rem)}.coaches_hero-description{font-size:.9rem}.coaches_hero-actions{align-items:flex-start;flex-direction:column}.coaches_button--primary,.coaches_button--dark{width:100%}.coaches_stats{grid-template-columns:1fr;border-top-color:var(--coach-line)}.coaches_stat{min-height:0;padding:1.25rem 0;grid-template-columns:minmax(90px,.45fr) minmax(0,1fr);align-items:center;border-top:1px solid var(--coach-line);border-left:0}.coaches_stat:first-child{border-top:0}.coaches_stat:last-child{border-right:0}.coaches_stat-number{font-size:3rem}.coach_profile-media figcaption{right:1rem;bottom:1rem}.coach_profile-quote{margin-top:1.8rem}.coach_profile-specialties ul{display:grid;gap:.55rem}.coach_profile-specialties li:not(:last-child):after{display:none}.coach_profile-numbers{grid-template-columns:1fr}.coach_profile-numbers>div{padding:1.25rem 0}.coach_profile-numbers>div+div{padding-left:0;border-top:1px solid var(--coach-line);border-left:0}.coaches_cta-inner{grid-template-columns:1fr;gap:1.2rem}.coaches_cta h2{font-size:clamp(3rem,13vw,4.25rem)}.coaches_cta-actions{grid-column:auto;flex-direction:column;align-items:stretch}}@media(prefers-reduced-motion:reduce){.coach_profile-media img,.coaches_button,.coaches_button span{transition:none}}.contact_page{--contact-black: var(--surface-0);--contact-ink: var(--surface-1);--contact-panel: var(--surface-2);--contact-white: var(--ink);--contact-muted: var(--ink-muted);--contact-line: var(--line);--contact-yellow: var(--accent);--contact-max-width: 1480px;width:100%;overflow:hidden;color:var(--contact-white);background:var(--contact-black)}.contact_page h1,.contact_page h2,.contact_page h3{font-family:Teko,sans-serif;font-weight:600}.contact_hero{width:100%;background:var(--contact-ink)}.contact_hero-inner{width:min(100%,var(--contact-max-width));min-height:330px;margin:0 auto;padding:clamp(3rem,6vw,5.5rem) clamp(1.25rem,5vw,5rem);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:end;gap:clamp(3rem,8vw,8rem)}.contact_hero-eyebrow,.contact_section-eyebrow{margin:0 0 1.15rem;display:flex;align-items:center;gap:1rem;color:var(--contact-yellow);font-size:.68rem;font-weight:800;letter-spacing:.24em;line-height:1.4;text-transform:uppercase}.contact_hero-eyebrow:before{content:"";width:3rem;height:2px;flex:0 0 auto;background:currentColor}.contact_hero h1{max-width:720px;margin:0;font-size:clamp(4.2rem,7vw,6.8rem);letter-spacing:-.025em;line-height:.88;text-transform:uppercase;text-wrap:balance}.contact_hero-description{max-width:530px;margin:0 0 .3rem;padding-left:clamp(1.5rem,3vw,2.5rem);border-left:3px solid var(--contact-yellow);color:#f3f3efc7;font-size:clamp(.9rem,1.2vw,1rem);line-height:1.75}.contact_highlights{width:min(calc(100% - 2.5rem),1200px);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:3px solid var(--contact-yellow);border-bottom:1px solid var(--contact-line);background:var(--contact-panel);color:var(--contact-white)}.contact_highlight{min-width:0;padding:1.35rem clamp(1.25rem,3vw,2.5rem)}.contact_highlight+.contact_highlight{border-left:1px solid var(--contact-line)}.contact_highlight h2{margin:0;font-size:1.45rem;letter-spacing:.01em;line-height:1;text-transform:uppercase}.contact_highlight p{margin:.35rem 0 0;color:var(--contact-muted);font-size:.78rem;line-height:1.5}.contact_layout{width:min(100%,var(--contact-max-width));margin:0 auto;padding:clamp(3.5rem,6vw,6rem) max(clamp(1.25rem,5vw,5rem),calc((100vw - var(--contact-max-width)) / 2 + 5rem));display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);align-items:start;background:var(--contact-black)}.contact_form-card,.contact_info-card{min-width:0;padding:clamp(2.25rem,4vw,4rem)}.contact_form-card{border:1px solid var(--contact-line);background:var(--contact-panel)}.contact_info-card{background:var(--contact-yellow);color:#080808}.contact_section-heading{margin-bottom:clamp(2rem,3vw,3rem)}.contact_section-heading h2{margin:0;font-size:clamp(2.8rem,4.5vw,4.3rem);letter-spacing:-.015em;line-height:.9;text-transform:uppercase;text-wrap:balance}.contact_section-heading>p:last-child:not(.contact_section-eyebrow){max-width:650px;margin:1rem 0 0;color:var(--contact-muted);font-size:.86rem;line-height:1.65}.contact_info-card .contact_section-eyebrow{color:#080808}.contact_info-card .contact_section-heading>p:last-child:not(.contact_section-eyebrow){color:#080808b3}.contact_form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem}.contact_form-group{min-width:0;display:grid;gap:.55rem}.contact_form-group--wide,.contact_form-notice,.contact_form-consent,.contact_form-captcha,.contact_form-actions,.contact_form-status{grid-column:1 / -1}.contact_form-group label{color:#f3f3efb8;font-size:.66rem;font-weight:800;letter-spacing:.14em;line-height:1.4;text-transform:uppercase}.contact_form-group input,.contact_form-group select,.contact_form-group textarea{box-sizing:border-box;width:100%;padding:.9rem 1rem;border:1px solid var(--contact-line);border-radius:0;outline:0;background:var(--contact-ink);color:var(--contact-white);font:inherit;font-size:.86rem;transition:border-color .18s ease,box-shadow .18s ease}.contact_form-group input,.contact_form-group select{min-height:3.2rem}.contact_form-group textarea{min-height:145px;line-height:1.6;resize:vertical}.contact_form-group input::placeholder,.contact_form-group textarea::placeholder{color:#f3f3ef61}.contact_form-group input:focus,.contact_form-group select:focus,.contact_form-group textarea:focus{border-color:var(--contact-yellow);box-shadow:0 0 0 1px var(--contact-yellow)}.contact_form-group select{cursor:pointer}.contact_form-notice,.contact_form-consent{margin:0;color:var(--contact-muted);font-size:.75rem;line-height:1.5}.contact_form-consent{margin-top:-.75rem}.contact_form-captcha{max-width:100%;overflow-x:auto}.contact_form-actions{display:flex;flex-wrap:wrap;gap:.9rem}.contact_button{box-sizing:border-box;min-height:3.25rem;padding:.85rem 1.5rem;border:1px solid transparent;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;gap:2rem;color:inherit;cursor:pointer;font-size:.7rem;font-weight:800;letter-spacing:.12em;line-height:1.2;text-transform:uppercase;transition:color .18s ease,background-color .18s ease,border-color .18s ease}.contact_button span{font-size:1rem;transition:transform .18s ease}.contact_button.-primary{border-color:var(--contact-yellow);background:var(--contact-yellow);color:#080808}.contact_button.-primary:hover{border-color:var(--contact-white);background:var(--contact-white)}.contact_button.-primary:hover span{transform:translate(.22rem)}.contact_button.-ghost{border-color:#ffffff5c;background:transparent;color:var(--contact-white)}.contact_button.-ghost:hover{border-color:var(--contact-yellow);color:var(--contact-yellow)}.contact_button:focus-visible{outline:2px solid var(--contact-yellow);outline-offset:4px}.contact_button:disabled{opacity:.55;cursor:not-allowed}.contact_form-status{min-height:1.2rem;color:var(--contact-muted);font-size:.78rem;line-height:1.5}.contact_form-status--loading{color:var(--contact-yellow)}.contact_form-status--success{color:#7ad96b}.contact_form-status--validation,.contact_form-status--failure,.contact_form-status--configuration{color:#ff8c8c}.contact_info-list{margin:0;padding:0;border-top:1px solid rgba(8,8,8,.22);list-style:none}.contact_info-item{padding:1.15rem 0;border-bottom:1px solid rgba(8,8,8,.22)}.contact_info-item h3{margin:0;font-size:1.25rem;line-height:1;text-transform:uppercase}.contact_info-value,.contact_info-description,.contact_info-link{margin:.3rem 0 0;color:#080808c7;font-size:.8rem;line-height:1.5}.contact_info-link{display:inline-block;font-weight:700;text-decoration-color:#08080866;text-underline-offset:.22rem}.contact_info-link:hover{color:#080808;text-decoration-color:#080808}.contact_channels{margin-top:2rem}.contact_channels-title{margin:0 0 .75rem;color:#0808089e;font-size:.66rem;font-weight:800;letter-spacing:.14em;line-height:1.4;text-transform:uppercase}.contact_channels-links{display:flex;flex-wrap:wrap;gap:.5rem}.contact_channel-link{min-height:2.65rem;padding:.65rem .85rem;border:1px solid rgba(8,8,8,.42);display:inline-flex;align-items:center;justify-content:center;color:#080808;font-size:.64rem;font-weight:800;letter-spacing:.1em;line-height:1.2;text-decoration:none;text-transform:uppercase;transition:color .18s ease,background-color .18s ease,border-color .18s ease}.contact_channel-link:hover{border-color:#080808;background:#080808;color:var(--contact-yellow)}@media(max-width:1020px){.contact_layout{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr)}.contact_form-card,.contact_info-card{padding:2.25rem}}@media(max-width:820px){.contact_hero-inner{min-height:0;grid-template-columns:1fr;align-items:start;gap:2rem}.contact_hero-description{max-width:620px}.contact_highlights{grid-template-columns:1fr}.contact_highlight+.contact_highlight{border-top:1px solid var(--contact-line);border-left:0}.contact_layout{grid-template-columns:1fr}}@media(max-width:620px){.contact_hero-inner{padding-top:3rem;padding-bottom:3rem}.contact_hero h1{font-size:clamp(3.6rem,16vw,5rem)}.contact_hero-description{padding-left:1.25rem;font-size:.86rem}.contact_highlight{padding-top:1rem;padding-bottom:1rem}.contact_layout{padding-top:2.75rem;padding-bottom:3rem}.contact_form-card,.contact_info-card{padding:2rem 1.25rem}.contact_section-heading h2{font-size:clamp(2.8rem,13vw,3.7rem)}.contact_form{grid-template-columns:1fr}.contact_form-group--wide,.contact_form-notice,.contact_form-consent,.contact_form-captcha,.contact_form-actions,.contact_form-status{grid-column:1}.contact_form-actions{align-items:stretch;flex-direction:column}.contact_button{width:100%}}@media(prefers-reduced-motion:reduce){.contact_button,.contact_button span,.contact_channel-link{transition:none}}.error_container{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;min-height:100vh;font-size:2rem;color:#000;font-weight:700}.error_button{text-decoration:none;color:#000;margin-top:3rem;border:2px solid black;border-radius:20px;padding:10px;font-size:1.3rem}.error_button:hover{background-color:#000;color:#fff}nav{--navbar-surface: #ffffff;--navbar-text: #0f172a;--navbar-border: rgba(15, 23, 42, .12);--navbar-shadow: rgba(15, 23, 42, .1);--navbar-yellow: var(--accent);position:relative;z-index:3500;background:var(--navbar-surface);box-shadow:0 5px 10px var(--navbar-shadow)}.navbar{width:90%;height:4.5rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;color:var(--navbar-text)}.logo{flex:0 0 auto;cursor:pointer}.logo a{display:flex;align-items:center}.navbar img{width:3.5rem;height:3.5rem;object-fit:contain}.navigation_links{margin:0 0 0 auto;padding:0;display:flex;align-items:center;gap:2.5rem;list-style:none}.navigation_links li{color:var(--navbar-text);font-family:Teko,sans-serif;font-size:1.2rem;font-weight:700;letter-spacing:.8px;text-align:center;white-space:nowrap}.navigation_links li>a{position:relative;padding:.25rem 0;display:block;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;text-decoration:none;transition:color .18s ease}.navigation_links li:not(.navigation_booking-item)>a:after{content:"";position:absolute;right:0;bottom:-.1rem;left:0;height:2px;background:var(--navbar-yellow);transform:scaleX(0);transform-origin:right;transition:transform .18s ease}.navigation_links li:not(.navigation_booking-item)>a:hover,.navigation_links li.active>a{color:var(--navbar-yellow)}.navigation_links li:not(.navigation_booking-item)>a:hover:after,.navigation_links li.active>a:after{transform:scaleX(1);transform-origin:left}.navbar__actions{flex:0 0 auto;display:inline-flex;align-items:center}.navbar__booking,.navigation_booking-item>a{min-height:2.75rem;padding:.65rem 1rem;border:1px solid var(--navbar-yellow);border-radius:2px;display:inline-flex;align-items:center;justify-content:center;gap:1rem;background:var(--navbar-yellow);color:#080808;font-family:Poppins,sans-serif;font-size:.62rem;font-weight:800;letter-spacing:.1em;line-height:1.2;text-decoration:none;text-transform:uppercase;transition:border-color .18s ease,background-color .18s ease}.navbar__booking:hover,.navigation_booking-item>a:hover{border-color:var(--accent-hover);background:var(--accent-hover)}.navigation_booking-item{display:none}.navigation_links a:focus-visible,.navbar__booking:focus-visible,.burger-menu:focus-visible{outline:2px solid var(--navbar-yellow);outline-offset:4px}.burger-menu{margin-left:1rem;padding:0;border:0;display:none;flex-direction:column;background:none;color:var(--navbar-text);cursor:pointer}.burger-menu span{width:25px;height:3px;margin:4px 0;display:block;background:currentColor;transition:background-color .18s ease}.burger-menu.active span{background:var(--navbar-yellow)}@media(max-width:1024px){.navbar{position:relative;width:100%;margin:0}.burger-menu{display:flex}.logo{position:absolute;left:50%;transform:translate(-50%)}.navigation_links{position:absolute;top:100%;left:0;z-index:3000;width:100%;height:100vh;max-height:0;margin:0;padding-top:0;align-items:center;flex-direction:column;gap:0;overflow:hidden;opacity:0;background:var(--navbar-surface);box-shadow:0 24px 32px var(--navbar-shadow);transition:max-height .6s ease,opacity .6s ease,padding-top .4s ease}.navigation_links.active{max-height:100vh;padding-top:4rem;opacity:1}.navigation_links li{margin-bottom:2rem;font-size:1.2rem}.navigation_booking-item{display:block}.navigation_booking-item>a{min-width:15rem;min-height:3rem;font-size:.64rem}.navbar__booking{display:none}body.menu-active{overflow:hidden}}@media(prefers-reduced-motion:reduce){.navigation_links,.navigation_links li>a:after{transition:none}}.footer{width:100%;padding-top:clamp(3.5rem,6vw,5.5rem);overflow:hidden;background:var(--surface-1);color:var(--ink)}.footer_primary{width:min(calc(100% - 2.5rem),1360px);margin:0 auto;display:grid;grid-template-columns:minmax(260px,.8fr) minmax(320px,1fr) minmax(360px,1.2fr);border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}.footer_column{min-width:0;padding:clamp(2rem,4vw,3.5rem)}.footer_column:first-child{padding-left:0}.footer_column:last-child{padding-right:0}.footer_column+.footer_column{border-left:1px solid rgba(255,255,255,.13)}.footer_section-label{margin:0 0 1.25rem;color:#ffd600;font-size:.62rem;font-weight:800;letter-spacing:.2em;line-height:1.4;text-transform:uppercase}.footer_brand-header{display:flex;align-items:center;gap:1rem}.footer_brand-header a{flex:0 0 auto;display:inline-flex}.footer_brand-header img{width:52px;height:52px;object-fit:contain}.footer_brand-header h2,.footer_contact h2,.footer_map h2{margin:0;font-family:Teko,sans-serif;font-size:clamp(2rem,3vw,2.7rem);font-weight:600;letter-spacing:-.01em;line-height:.95;text-transform:uppercase}.footer_baseline{max-width:340px;margin:1.25rem 0 0;color:#f3f3efa1;font-size:.8rem;line-height:1.65}.footer_social-icons{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.45rem}.footer_social-link{width:2.7rem;height:2.7rem;border:1px solid rgba(255,255,255,.2);display:inline-flex;align-items:center;justify-content:center;color:var(--ink);text-decoration:none;transition:color .18s ease,background-color .18s ease,border-color .18s ease}.footer_social-link:hover{border-color:#ffd600;background:#ffd600;color:#080808}.footer_social-link:focus-visible,.footer_contact-link:focus-visible,.footer_contact-cta:focus-visible,.footer_mentions a:focus-visible{outline:2px solid #ffd600;outline-offset:4px}.footer_social-link svg{width:1.1rem;height:1.1rem;color:currentColor;fill:currentColor}.footer_contact ul{margin:1.5rem 0 0;padding:0;border-top:1px solid rgba(255,255,255,.13);list-style:none}.footer_contact li{padding:.75rem 0;display:grid;grid-template-columns:minmax(90px,.4fr) minmax(0,1fr);gap:.8rem;border-bottom:1px solid rgba(255,255,255,.13)}.footer_contact-label{color:#f3f3ef75;font-size:.6rem;font-weight:800;letter-spacing:.12em;line-height:1.5;text-transform:uppercase}.footer_contact li>span:last-child,.footer_contact-link{color:#f3f3efd1;font-size:.75rem;line-height:1.5}.footer_contact-link{width:fit-content;font-weight:600;text-decoration:none}.footer_contact-link:hover{color:#ffd600}.footer_contact-cta{width:fit-content;min-height:3rem;margin-top:1.25rem;padding:.75rem 1.25rem;border:1px solid #ffd600;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;gap:2rem;background:#ffd600;color:#080808;font-size:.66rem;font-weight:800;letter-spacing:.12em;line-height:1.2;text-decoration:none;text-transform:uppercase;transition:color .18s ease,background-color .18s ease,border-color .18s ease}.footer_contact-cta>span{font-size:1rem;transition:transform .18s ease}.footer_contact-cta:hover{border-color:var(--ink);background:var(--ink)}.footer_contact-cta:hover>span{transform:translate(.2rem)}.footer_map{display:flex;flex-direction:column}.footer_map .map_footer,.footer_map-loading{width:100%;min-height:260px;margin-top:1.5rem;border:1px solid rgba(255,255,255,.13);border-radius:0;overflow:hidden}.footer_map-loading{display:grid;place-items:center;color:#f3f3ef94;font-size:.75rem}.footer_bottom{width:min(calc(100% - 2.5rem),1360px);margin:0 auto;padding:1.4rem 0;display:flex;align-items:center;justify-content:space-between;gap:2rem}.footer_mentions-wrapper{min-width:0}.footer_mentions{display:flex;flex-wrap:wrap;gap:.55rem 1.25rem}.footer_mentions a{color:#f3f3ef85;font-size:.64rem;line-height:1.5;text-decoration:none;transition:color .18s ease}.footer_mentions a:hover{color:#ffd600}.footer_credits{flex:0 0 auto;display:flex;align-items:center;gap:.8rem;color:#f3f3ef75;font-size:.62rem;line-height:1.5}.footer_credits p{margin:0;font-size:inherit}.footer_developer{color:inherit;text-decoration:none}.footer_developer span{color:#ffd600;font-weight:700}.footer_developer:hover span{color:var(--ink)}.footer_developer:focus-visible{outline:2px solid #ffd600;outline-offset:4px}@media(max-width:1050px){.footer_primary{grid-template-columns:repeat(2,minmax(0,1fr))}.footer_brand{grid-column:1 / -1;padding-right:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.7fr);align-items:end;gap:0 2rem}.footer_brand .footer_section-label,.footer_brand .footer_brand-header,.footer_brand .footer_baseline{grid-column:1}.footer_brand .footer_social-icons{grid-column:2;grid-row:2 / 4;margin:0;justify-content:flex-end}.footer_contact{padding-left:0}.footer_column+.footer_column{border-left:0}.footer_map{border-left:1px solid rgba(255,255,255,.13)}}@media(max-width:720px){.footer{padding-top:3rem}.footer_primary{width:calc(100% - 2rem);grid-template-columns:1fr}.footer_column,.footer_column:first-child,.footer_column:last-child{padding:2rem 0}.footer_brand{grid-column:1;display:block}.footer_brand .footer_social-icons{margin-top:1.5rem;justify-content:flex-start}.footer_column+.footer_column,.footer_map{border-top:1px solid rgba(255,255,255,.13);border-left:0}.footer_map .map_footer,.footer_map-loading{min-height:230px}.footer_bottom{width:calc(100% - 2rem);padding:1.5rem 0;align-items:flex-start;flex-direction:column}.footer_mentions{flex-direction:column}.footer_credits{align-items:flex-start;flex-direction:column;gap:.35rem}}@media(max-width:420px){.footer_contact li{grid-template-columns:1fr;gap:.25rem}.footer_contact-cta{width:100%}}@media(prefers-reduced-motion:reduce){.footer_social-link,.footer_contact-cta,.footer_contact-cta>span{transition:none}}.scroll-top-button{position:fixed;bottom:5rem;right:1.25rem;width:3rem;height:3rem;border-radius:9999px;border:none;background-color:var(--color-accent);color:#000;font-size:1.6rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #0003;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;z-index:4000}.scroll-top-button:hover{background-color:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 8px 22px #00000040}.scroll-top-button:focus-visible{outline:2px solid rgb(0,0,0);outline-offset:4px}@media(max-width:768px){.scroll-top-button{bottom:4.5rem;right:1rem}}
