@layer reset{*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body,h1,h2,h3,p,ul,figure{margin:0}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}}@layer base{:root{--black:#080808;--black-soft:#111;--black-raised:#181818;--paper:#f0ede5;--paper-deep:#ded9cf;--white:#fff;--red:#d62d20;--red-dark:#a71914;--yellow:#f6c515;--blue:#0068a2;--muted:#aaa9a5;--line:#ffffff24;--line-dark:#0808082b;--font-body:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Arial Black", "Helvetica Neue", Arial, sans-serif;--container:1180px;--gutter:clamp(1.25rem, 4vw, 3rem);--section-space:clamp(5.5rem, 10vw, 9rem)}body{background:var(--black);min-width:320px;color:var(--white);font-family:var(--font-body);text-rendering:optimizelegibility;font-size:1rem;line-height:1.65}a{color:inherit;text-underline-offset:.22em}a:focus-visible,summary:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.045em;text-wrap:balance;font-weight:900;line-height:.98}h1{text-transform:uppercase;font-size:clamp(3.35rem,8.5vw,7.65rem)}h2{font-size:clamp(2.5rem,5.8vw,5.2rem)}h3{font-size:clamp(1.45rem,2.4vw,2.1rem)}::selection{background:var(--yellow);color:var(--black)}.container{width:min(100% - (var(--gutter) * 2), var(--container));margin-inline:auto}.section{padding-block:var(--section-space)}.skip-link{z-index:1000;background:var(--yellow);color:var(--black);padding:.8rem 1rem;font-weight:800;transition:transform .16s;position:fixed;top:.8rem;left:.8rem;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}}@layer components{.site-header{z-index:100;border-bottom:1px solid var(--line);backdrop-filter:blur(16px);background:#080808eb;position:sticky;top:0}.header-inner{align-items:center;gap:1.4rem;min-height:78px;display:flex}.brand{flex:none;align-items:center;gap:.8rem;text-decoration:none;display:inline-flex}.brand-mark{background:var(--white);border:2px solid #ffffffbf;border-radius:50%;flex:0 0 52px;width:52px;height:52px;display:block;overflow:hidden}.brand-mark img{object-fit:cover;object-position:center;width:100%;height:100%}.brand-copy{gap:.08rem;line-height:1.15;display:grid}.brand-copy strong{font-family:var(--font-display);letter-spacing:.07em;text-transform:uppercase;font-size:.93rem}.brand-copy span{color:var(--muted);letter-spacing:.13em;text-transform:uppercase;font-size:.62rem;font-weight:800}.desktop-nav{align-items:center;gap:clamp(.9rem,2vw,1.7rem);margin-left:auto;display:flex}.desktop-nav a{color:#d7d7d5;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:850;text-decoration:none;position:relative}.desktop-nav a:after{background:var(--red);content:"";transform-origin:0;height:2px;transition:transform .18s;position:absolute;bottom:-.45rem;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{transform:scaleX(1)}.button{border:1px solid var(--red);background:var(--red);min-height:52px;color:var(--white);letter-spacing:.075em;text-transform:uppercase;justify-content:center;align-items:center;padding:.85rem 1.35rem;font-size:.78rem;font-weight:900;line-height:1.1;text-decoration:none;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.button:hover{border-color:var(--yellow);background:var(--yellow);color:var(--black);transform:translateY(-2px)}.button-small{min-height:40px;padding:.6rem 1rem;font-size:.68rem}.button-dark{border-color:var(--black);background:var(--black)}.button-dark:hover{border-color:var(--blue);background:var(--blue);color:var(--white)}.button-yellow{border-color:var(--yellow);background:var(--yellow);color:var(--black)}.button-yellow:hover{border-color:var(--white);background:var(--white);color:var(--black)}.header-cta{margin-left:.2rem}.mobile-menu{margin-left:auto;display:none}.mobile-menu summary{cursor:pointer;align-content:center;gap:5px;width:44px;height:44px;padding:11px 8px;list-style:none;display:grid}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{background:var(--white);height:2px;display:block}.mobile-menu[open] summary span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu[open] summary span:nth-child(2){opacity:0}.mobile-menu[open] summary span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu nav{padding:1.2rem var(--gutter) 1.5rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--black);display:grid;position:absolute;top:100%;left:0;right:0}.mobile-menu nav a{border-bottom:1px solid var(--line);font-family:var(--font-display);letter-spacing:-.02em;text-transform:uppercase;padding:.9rem 0;font-size:1.1rem;text-decoration:none}.mobile-menu nav .mobile-trial{background:var(--red);text-align:center;border:0;margin-top:.8rem;padding:.9rem 1rem}.eyebrow,.card-label{color:var(--red);letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;font-weight:900}.section-intro{margin-bottom:clamp(2.8rem,6vw,5rem)}.section-kicker{align-items:center;gap:.9rem;margin-bottom:1.2rem;display:flex}.section-kicker span{border:1px solid;border-radius:50%;place-items:center;width:2.4rem;height:2.4rem;font-size:.68rem;font-weight:900;display:grid}.section-kicker p{color:var(--red);letter-spacing:.15em;text-transform:uppercase;font-size:.7rem;font-weight:900}.section-intro-grid{grid-template-columns:minmax(0,1.25fr) minmax(250px,.75fr);align-items:end;gap:clamp(2rem,7vw,7rem);display:grid}.section-intro h2{max-width:11ch}.section-intro-grid>p{color:#41413f;max-width:48ch;font-size:clamp(1rem,1.45vw,1.15rem)}.section-intro-light .section-intro-grid>p{color:#b8b8b4}.text-link{color:var(--black);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.75rem;font-size:.77rem;font-weight:900;text-decoration:none;display:inline-flex}.text-link span{color:var(--red);font-size:1rem}.text-link-light{color:var(--white)}.site-footer{border-top:1px solid var(--line);color:#c6c6c2;background:#050505}.footer-grid{grid-template-columns:1.2fr .6fr 1fr;gap:clamp(2.5rem,7vw,7rem);padding-block:4.5rem 3rem;display:grid}.footer-brand{color:var(--white)}.footer-note{max-width:33ch;margin-top:1.5rem}.footer-label{color:var(--white);letter-spacing:.16em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem;font-weight:900}.footer-nav{gap:.5rem;display:grid}.footer-nav a,.footer-mail{color:var(--white);text-decoration-color:var(--red)}.footer-mail{margin-top:1rem;font-weight:800;display:inline-block}.footer-bottom{border-top:1px solid var(--line);color:#777773;letter-spacing:.05em;justify-content:space-between;gap:1rem;padding-block:1.3rem 2rem;font-size:.7rem;display:flex}}@layer pages{.hero{background:linear-gradient(90deg, #ffffff09 1px, transparent 1px), linear-gradient(#ffffff09 1px, transparent 1px), radial-gradient(circle at 76% 38%, #0068a22e, transparent 30%), var(--black);background-size:64px 64px,64px 64px,auto,auto;min-height:calc(100svh - 78px);position:relative;overflow:hidden}.hero:before{z-index:3;background:var(--line);content:"";width:1px;position:absolute;top:0;bottom:0;left:5%}.hero-video,.hero-video-overlay{width:100%;height:100%;position:absolute;inset:0}.hero-video{z-index:0;object-fit:cover;object-position:center}.hero-video-overlay{z-index:1;pointer-events:none;background:linear-gradient(90deg,#070707c7 0%,#07070794 48%,#0707076b 100%),#0707072e}.hero-grid{z-index:2;grid-template-columns:minmax(0,1.1fr) minmax(350px,.9fr);align-items:center;gap:clamp(2rem,5vw,5rem);min-height:calc(100svh - 148px);padding-block:clamp(4.5rem,9vw,8rem);display:grid;position:relative}.hero-copy{z-index:2;position:relative}.hero-statement{color:#b7b7b4;letter-spacing:.13em;text-transform:uppercase;margin:1rem 0 1.6rem;font-size:.78rem;font-weight:900}.hero h1{max-width:12ch;font-size:clamp(3.35rem,7.5vw,6.7rem)}.hero h1 span{color:var(--red)}.hero-intro{color:#c4c4c0;max-width:53ch;margin-top:2rem;font-size:clamp(1.02rem,1.6vw,1.22rem)}.button-row{align-items:center;gap:1.6rem;margin-top:2.3rem;display:flex}.hero .text-link{color:var(--white)}.hero-visual{place-items:center;min-height:520px;display:grid;position:relative}.hero-visual:before{aspect-ratio:1;clip-path:polygon(50% 0,57% 27%,75% 7%,73% 32%,100% 25%,78% 42%,100% 50%,77% 57%,94% 78%,69% 70%,74% 100%,56% 76%,50% 100%,43% 75%,26% 99%,31% 69%,5% 77%,23% 56%,0 50%,22% 42%,1% 25%,28% 32%,25% 7%,43% 27%);content:"";opacity:.7;background:repeating-conic-gradient(#f6c51526 0deg 1deg,#0000 1deg 12deg);border:1px solid #f6c51552;width:min(31vw,430px);position:absolute}.hero-ring{border:1px solid var(--line);border-radius:50%;position:absolute}.hero-ring-one{aspect-ratio:1;width:min(40vw,520px)}.hero-ring-two{aspect-ratio:1;opacity:.5;border-style:dashed;width:min(47vw,620px)}.hero-logo{aspect-ratio:1;border:8px solid var(--white);background:var(--white);width:min(24vw,320px);box-shadow:0 0 0 10px var(--blue), 0 36px 90px #0000008c;border-radius:50%;position:relative;overflow:hidden}.hero-logo img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-badge{border:1px solid var(--yellow);background:var(--yellow);width:126px;height:126px;color:var(--black);text-align:center;place-content:center;display:grid;position:absolute;bottom:7%;right:2%;transform:rotate(-5deg)}.hero-badge strong{font-family:var(--font-display);font-size:2.4rem;line-height:1}.hero-badge span{letter-spacing:.09em;text-transform:uppercase;font-size:.62rem;font-weight:900}.hero-strip{z-index:2;border-top:1px solid var(--line);border-bottom:1px solid var(--line);backdrop-filter:blur(4px);background:#0707076b;position:relative}.hero-strip .container{justify-content:space-between;align-items:center;gap:1rem;min-height:70px;display:flex}.hero-strip span{letter-spacing:.14em;text-transform:uppercase;font-size:.7rem;font-weight:900}.hero-strip i{background:var(--red);border-radius:50%;width:5px;height:5px;display:block}.section-trial,.section-schools,.section-articles,.article-list-section{background:var(--paper);color:var(--black)}.steps-grid{border-top:1px solid var(--line-dark);border-left:1px solid var(--line-dark);grid-template-columns:repeat(3,1fr);margin-bottom:2.4rem;display:grid}.steps-grid article{border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark);min-height:270px;padding:clamp(1.5rem,3vw,2.5rem)}.steps-grid article>span{color:var(--red);font-family:var(--font-display);margin-bottom:4rem;font-size:.78rem;display:block}.steps-grid h3{margin-bottom:1rem;font-size:1.65rem}.steps-grid p{color:#484844}.section-training{background:linear-gradient(90deg, transparent 49.9%, #ffffff09 50%, transparent 50.1%), var(--black-soft)}.training-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.training-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#ffffff03;min-height:430px;padding:clamp(1.5rem,3vw,2.5rem);position:relative;overflow:hidden}.training-card:after{aspect-ratio:1;content:"";border:1px solid #ffffff12;border-radius:50%;width:115%;position:absolute;bottom:-55%;right:-35%}.training-card:nth-child(2){background:var(--red)}.training-card:nth-child(2) .card-label,.training-card:nth-child(2) .training-card-top span:first-child{color:var(--yellow)}.training-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:6rem;display:flex}.training-card-top span:first-child{color:var(--red);font-family:var(--font-display);font-size:.78rem}.training-card-top span:last-child{color:#ffffff54;font-size:4rem;font-weight:200;line-height:.7}.training-card .card-label{margin-bottom:.75rem}.training-card h3{margin-bottom:1.2rem;font-size:clamp(1.8rem,3vw,2.6rem)}.training-card>p:last-child{z-index:1;color:#bcbcb8;position:relative}.training-card:nth-child(2)>p:last-child{color:#ffffffd9}.section-identity{border-top:1px solid var(--line);background:#0d0d0d}.identity-grid{background:var(--line);grid-template-columns:1.05fr .95fr;gap:1px;display:grid}.figures-panel{background:var(--blue);padding:clamp(1.7rem,4vw,3rem)}.panel-heading{justify-content:space-between;align-items:flex-end;margin-bottom:2.4rem;display:flex}.panel-heading p{letter-spacing:.15em;text-transform:uppercase;font-size:.72rem;font-weight:900}.panel-heading strong{color:var(--yellow);font-family:var(--font-display);font-size:5rem;line-height:.75}.figures-panel ul{padding:0;list-style:none}.figures-panel li{font-family:var(--font-display);letter-spacing:-.03em;text-transform:uppercase;border-top:1px solid #ffffff3b;align-items:center;gap:1.4rem;padding-block:.78rem;font-size:clamp(1.25rem,2.5vw,2rem);display:flex}.figures-panel li span{color:#ffffff8f;font-family:var(--font-body);letter-spacing:.08em;font-size:.63rem}.identity-stories{background:var(--line);grid-template-rows:1fr 1fr;gap:1px;display:grid}.identity-stories article{background:var(--black-raised);min-height:300px;padding:clamp(1.7rem,4vw,3rem);position:relative;overflow:hidden}.identity-stories h3{margin:.7rem 0 1rem;font-size:clamp(2.2rem,4vw,3.8rem)}.identity-stories article>p:last-of-type{z-index:2;color:#b9b9b5;max-width:38ch;position:relative}.story-symbol{color:#ffffff09;font-family:var(--font-display);font-size:14rem;line-height:1;position:absolute;bottom:-.22em;right:-.05em}.locations-grid{border-top:1px solid var(--line-dark);border-left:1px solid var(--line-dark);grid-template-columns:repeat(3,1fr);display:grid}.location-card{border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark);min-height:500px;padding:clamp(1.5rem,3vw,2.4rem)}.location-heading{justify-content:space-between;align-items:center;margin-bottom:4.5rem;display:flex}.location-heading span{color:var(--red);font-family:var(--font-display);font-size:.75rem}.location-heading p{color:#6e6e69;letter-spacing:.13em;text-transform:uppercase;font-size:.65rem;font-weight:900}.location-card h3{max-width:10ch;margin-bottom:1.4rem;font-size:clamp(1.8rem,3.2vw,2.6rem)}.location-card .location-address{min-height:3.3rem;color:var(--red-dark);margin-bottom:1.2rem;font-weight:800}.location-card>p:not(.location-address){color:#494946}.location-card ul{gap:.55rem;margin-top:1.5rem;padding:0;list-style:none;display:grid}.location-card li{padding-left:1.25rem;font-size:.85rem;font-weight:700;position:relative}.location-card li:before{background:var(--blue);content:"";border-radius:50%;width:6px;height:6px;position:absolute;top:.7em;left:0}.schedule-note{color:#555550;margin-top:1.5rem;font-size:.85rem}.schedule-note a{font-weight:800}.section-story{background:linear-gradient(120deg, #d62d20f0, #a61914f5), var(--red);position:relative;overflow:hidden}.section-story:after{aspect-ratio:1;content:"";border:1px solid #fff3;border-radius:50%;width:55vw;position:absolute;top:-30%;right:-12%;box-shadow:0 0 0 80px #ffffff06,0 0 0 160px #ffffff05}.story-grid{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(3rem,8vw,8rem);display:grid;position:relative}.story-number{gap:.4rem;display:grid}.story-number span{letter-spacing:.2em;font-size:.7rem;font-weight:900}.story-number strong{font-family:var(--font-display);letter-spacing:-.09em;font-size:clamp(6rem,15vw,12rem);line-height:.75}.story-copy .eyebrow{color:var(--yellow)}.story-copy h2{margin:1.2rem 0 1.8rem;font-size:clamp(2.5rem,5vw,4.5rem)}.story-copy p:not(.eyebrow){color:#ffffffdb;max-width:53ch;margin-bottom:1.2rem}.story-copy .text-link{margin-top:1rem}.articles-grid{background:var(--line-dark);grid-template-columns:1.6fr .8fr;gap:1px;display:grid}.article-card{background:var(--paper);grid-template-columns:.82fr 1.18fr;min-height:420px;display:grid}.article-card-art{background:var(--blue);place-items:center;display:grid;position:relative;overflow:hidden}.article-card-art:before,.article-card-art:after{content:"";border:1px solid #ffffff3d;border-radius:50%;position:absolute}.article-card-art:before{aspect-ratio:1;width:76%}.article-card-art:after{aspect-ratio:1;width:108%}.article-card-art span{z-index:2;color:var(--yellow);font-family:var(--font-display);letter-spacing:-.08em;font-size:clamp(3.5rem,8vw,7rem);position:relative}.article-card-art i{background:var(--red);width:28px;height:28px;position:absolute;bottom:12%;right:12%;transform:rotate(45deg)}.article-card-copy{flex-direction:column;justify-content:center;padding:clamp(1.8rem,4vw,3.5rem);display:flex}.article-card-copy>p:first-child{color:#777771;letter-spacing:.1em;text-transform:uppercase;font-size:.67rem;font-weight:850}.article-card-copy h3{margin:1rem 0 1.3rem;font-size:clamp(2rem,4vw,3.3rem)}.article-card-copy h3 a{text-decoration:none}.article-card-copy>p:nth-of-type(2){color:#4c4c48;margin-bottom:2rem}.articles-callout{background:var(--yellow);flex-direction:column;justify-content:space-between;align-items:flex-start;padding:clamp(1.8rem,4vw,3rem);display:flex}.articles-callout .card-label{color:var(--red-dark)}.articles-callout h3{margin-block:2rem 4rem;font-size:clamp(2rem,3.4vw,3rem)}.section-faq{background:var(--black-soft)}.faq-grid{grid-template-columns:.8fr 1.2fr;gap:clamp(3rem,9vw,9rem);display:grid}.faq-grid h2{max-width:8ch;margin-top:1rem;font-size:clamp(2.8rem,5.5vw,5rem)}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;font-family:var(--font-display);letter-spacing:-.025em;padding:1.5rem 3rem 1.5rem 0;font-size:clamp(1.05rem,2vw,1.5rem);list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{color:var(--red);content:"+";font-family:var(--font-body);font-size:1.7rem;font-weight:300;position:absolute;top:50%;right:.3rem;transform:translateY(-50%)}.faq-list details[open] summary:after{content:"−"}.faq-list details p{color:#b0b0ac;max-width:60ch;padding:0 3rem 1.7rem 0}.section-contact{background:var(--blue);text-align:center;position:relative;overflow:hidden}.section-contact:before{aspect-ratio:1;content:"";border:1px solid #ffffff2e;border-radius:50%;width:min(85vw,900px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 90px #ffffff06,0 0 0 180px #ffffff05}.contact-inner{z-index:1;place-items:center;display:grid;position:relative}.contact-inner .eyebrow{color:var(--yellow)}.contact-inner h2{text-transform:uppercase;max-width:11ch;margin:1.2rem auto 1.5rem;font-size:clamp(3.2rem,8vw,7.2rem)}.contact-inner>p:not(.eyebrow){color:#ffffffd4;max-width:54ch;margin-bottom:2rem;font-size:1.08rem}.page-hero,.article-hero,.error-section{border-bottom:1px solid var(--line);background:linear-gradient(90deg, #ffffff09 1px, transparent 1px), linear-gradient(#ffffff09 1px, transparent 1px), var(--black);background-size:64px 64px;position:relative;overflow:hidden}.page-hero .container{padding-block:clamp(5rem,12vw,10rem)}.page-hero h1{margin:1rem 0 1.4rem}.page-hero .container>p:last-child{color:#b9b9b5;max-width:52ch;font-size:1.15rem}.article-list{border-top:1px solid var(--line-dark)}.article-list article{border-bottom:1px solid var(--line-dark);grid-template-columns:70px 1fr 70px;align-items:center;gap:1.5rem;padding-block:2rem;display:grid}.article-list article>span{color:var(--red);font-family:var(--font-display);font-size:.76rem}.article-list article p:first-child{color:#74746e;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.6rem;font-size:.67rem;font-weight:850}.article-list h2{margin-bottom:.8rem;font-size:clamp(1.8rem,3.5vw,3.1rem)}.article-list h2 a{text-decoration:none}.article-list article div>p:last-child{color:#4a4a46;max-width:60ch}.article-arrow{border:1px solid var(--line-dark);width:54px;height:54px;color:var(--red);place-items:center;font-size:1.3rem;text-decoration:none;transition:background .16s,color .16s;display:grid}.article-arrow:hover{background:var(--red);color:var(--white)}.listing-contact{color:#575752;margin-top:2rem}.listing-contact a{font-weight:800}.article-hero-inner{padding-block:clamp(4rem,10vw,8rem)}.back-link{color:#adada8;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4rem;font-size:.72rem;font-weight:850;text-decoration:none;display:inline-block}.article-hero h1{max-width:12ch;margin:1.2rem 0 1.6rem;font-size:clamp(3.2rem,8vw,7rem)}.article-lead{color:#bebeba;max-width:57ch;font-size:clamp(1.1rem,2vw,1.35rem)}.article-meta{color:#858581;letter-spacing:.09em;text-transform:uppercase;flex-wrap:wrap;gap:.6rem 1.5rem;margin-top:2.5rem;font-size:.68rem;font-weight:800;display:flex}.article-image{margin-top:4rem}.article-image img{width:100%;height:auto}.article-image figcaption{color:#888884;margin-top:.5rem;font-size:.75rem}.prose{max-width:780px;padding-block:clamp(4rem,9vw,8rem);font-size:clamp(1.04rem,1.5vw,1.16rem)}.prose>*+*{margin-top:1.35rem}.prose h2{color:var(--yellow);margin-top:3.2rem;font-size:clamp(2rem,4vw,3.3rem)}.prose h3{margin-top:2.5rem}.prose p,.prose li{color:#cececa}.prose a{color:var(--yellow)}.prose ul,.prose ol{padding-left:1.5rem}.error-section .container{min-height:70vh;padding-block:8rem}.error-section h1{max-width:9ch;margin:1rem 0 1.5rem}.error-section p:not(.eyebrow){color:#b9b9b5;max-width:50ch;margin-bottom:2rem}}@layer utilities{@media (width<=1040px){.desktop-nav{display:none}.header-cta{margin-left:auto}.mobile-menu{margin-left:0;display:block}.hero-grid{grid-template-columns:1.15fr .85fr}.hero-visual{min-height:430px}.hero-logo{width:min(28vw,270px)}.hero-badge{width:105px;height:105px}.training-card{min-height:390px}.location-card{min-height:550px}}@media (width<=820px){:root{--section-space:5.5rem}.hero-grid,.section-intro-grid,.identity-grid,.story-grid,.faq-grid,.footer-grid{grid-template-columns:1fr}.hero-grid{padding-top:5.5rem;padding-bottom:3rem}.hero h1{max-width:12ch}.hero-visual{min-height:420px}.hero-logo{width:min(55vw,290px)}.hero-ring-one{width:min(78vw,470px)}.hero-ring-two{width:min(90vw,550px)}.hero-visual:before{width:min(64vw,380px)}.hero-badge{bottom:2%;right:10%}.section-intro-grid{gap:1.5rem}.section-intro h2{max-width:12ch}.steps-grid,.training-grid,.locations-grid{grid-template-columns:1fr}.steps-grid article{min-height:0}.steps-grid article>span{margin-bottom:2.5rem}.training-card{min-height:360px}.training-card-top{margin-bottom:4rem}.identity-stories article{min-height:280px}.location-card{min-height:0}.location-heading{margin-bottom:3rem}.location-card .location-address{min-height:0}.story-grid{gap:4rem}.story-number strong{font-size:clamp(6rem,25vw,10rem)}.articles-grid{grid-template-columns:1fr}.articles-callout{min-height:350px}.faq-grid{gap:3.5rem}.faq-grid h2{max-width:10ch}.footer-grid{gap:2.5rem}}@media (width<=600px){.header-inner{min-height:68px}.brand-mark{flex-basis:44px;width:44px;height:44px}.brand-copy strong{font-size:.8rem}.brand-copy span{max-width:19ch;font-size:.53rem}.header-cta{display:none}.mobile-menu{margin-left:auto}.hero h1{font-size:clamp(3rem,14vw,4.8rem)}.hero-intro{margin-top:1.6rem}.button-row{flex-direction:column;align-items:flex-start;gap:1.2rem}.hero-visual{min-height:340px}.hero-badge{width:88px;height:88px;right:2%}.hero-badge strong{font-size:1.9rem}.hero-strip .container{flex-wrap:wrap;justify-content:flex-start;gap:.7rem 1rem;padding-block:1.15rem}.hero-strip i{width:4px;height:4px}.section-intro h2{font-size:clamp(2.4rem,13vw,3.6rem)}.figures-panel li{font-size:1.35rem}.panel-heading strong{font-size:4rem}.article-card{grid-template-columns:1fr}.article-card-art{min-height:280px}.faq-list summary{padding-right:2rem}.section-contact .button{width:100%;padding-inline:.8rem;font-size:.68rem}.article-list article{grid-template-columns:38px 1fr;align-items:start;gap:1rem}.article-arrow{display:none}.back-link{margin-bottom:3rem}.article-hero h1{font-size:clamp(2.8rem,14vw,4.5rem)}.footer-bottom{flex-direction:column}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-video{display:none}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}}
