@font-face{font-family:"Clash Display";src:url("fonts/ClashDisplay-Light.otf") format("opentype");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"Clash Display";src:url("fonts/ClashDisplay-Medium.otf") format("opentype");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Clash Display";src:url("fonts/ClashDisplay-Semibold.otf") format("opentype");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Clash Display";src:url("fonts/ClashDisplay-Bold.otf") format("opentype");font-weight:700;font-style:normal;font-display:swap}
:root{--bg:#0b0b0b;--surface:#161616;--surface-2:#202020;--text:#ffffff;--muted:#a8a8a8;--line:#303030;--orange:#ff6700;--soft-orange:#ff9050;--ink:#0b0b0b;--max:1200px;color-scheme:dark}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--bg);color:var(--text);font-family:"DM Sans",Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,a,summary{-webkit-tap-highlight-color:transparent}
img{display:block;max-width:100%;height:auto}
::selection{background:var(--orange);color:var(--ink)}
:focus-visible{outline:3px solid var(--soft-orange);outline-offset:6px}
.wrap{width:min(var(--max),calc(100% - 96px));margin-inline:auto}
.accent{color:var(--orange)}
.muted{color:var(--muted)}
.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;line-height:1.5;margin:0 0 26px}
.eyebrow-line{width:30px;height:2px;background:var(--orange);display:inline-block;vertical-align:middle;margin-right:10px}
.skip-link{position:fixed;left:16px;top:12px;padding:12px 20px;background:var(--orange);color:var(--ink);transform:translateY(-160%);z-index:100}
.skip-link:focus{transform:none}
.header{border-bottom:1px solid var(--line);background:rgba(11,11,11,.97);position:relative;z-index:10}
.nav{display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:94px}
.brand{display:inline-flex;align-items:center;gap:10px;font-size:1.42rem;letter-spacing:-.07em;line-height:1;white-space:nowrap}
.brand img{width:34px;height:38px;object-fit:contain}
.brand-heavy{font-weight:700}.brand-dot{color:var(--orange);font-weight:800}
.nav nav{display:flex;align-items:center;gap:30px;margin-left:auto;font-size:.875rem;color:#d3d3d3}
.nav nav a{padding:8px 0;transition:color .2s}.nav nav a:hover{color:var(--orange)}
.button{display:inline-flex;justify-content:center;align-items:center;gap:35px;min-height:58px;padding:17px 25px;background:var(--orange);color:var(--ink);border:1px solid transparent;border-radius:5px;font-size:.9375rem;font-weight:700;line-height:1.35;transition:background .2s,transform .2s}
.button:hover{background:#ff9151;transform:translateY(-2px)}
.button span{font-size:1.4rem;line-height:1}.button-small{font-size:.8125rem;min-height:43px;padding:12px 17px;gap:18px}.button-full{width:100%}
.hero{display:grid;grid-template-columns:1.02fr 1fr;gap:68px;align-items:center;padding-block:77px 84px}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(3.6rem,6vw,5.35rem);line-height:.99;letter-spacing:-.065em;font-weight:750;margin:0 0 28px}
.hero-lead{font-weight:700;font-size:1.19rem;line-height:1.45;max-width:420px;margin:0 0 12px}
.hero-description{font-size:1rem;line-height:1.75;color:var(--muted);max-width:470px;margin-bottom:28px}
.hero-actions{display:flex;align-items:flex-start;flex-direction:column;gap:10px}
.cta-note{font-size:.8125rem;color:var(--muted);margin-left:2px}
.hero-fit{font-size:.8125rem;max-width:380px;margin:26px 0 0;padding-left:16px;border-left:2px solid var(--line);color:var(--muted)}
.hero-visual{margin:26px 0 65px;position:relative;border:1px solid #353535;border-radius:12px;background:linear-gradient(145deg,#262626 0%,#141414 70%);padding:29px 27px 23px;box-shadow:0 22px 80px #0003}
.visual-heading{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding-bottom:27px}
.visual-heading .eyebrow{font-size:.625rem;letter-spacing:.1em;margin:0;max-width:220px;color:#bdbdbd}
.visual-number{font-size:.625rem;color:var(--muted);white-space:nowrap}
.route{position:relative;display:flex;flex-direction:column;gap:15px}
.route:before{content:"";position:absolute;width:1px;background:#4a4a4a;top:30px;bottom:40px;left:24px}
.route-step{position:relative;display:flex;align-items:center;gap:14px;padding:16px 10px 16px 0;min-height:75px}
.step-icon{flex:none;display:grid;place-items:center;border:1px solid #454545;background:#222222;width:48px;height:48px;border-radius:50%;font-size:.8125rem;color:#bcbcbc}
.route-step strong{display:block;font-size:.875rem;font-weight:700;line-height:1.4;margin-bottom:4px}
.route-step div>span{display:block;font-size:.75rem;line-height:1.5;color:var(--muted)}
.step-check{margin-left:auto;color:#bbbbbb;font-size:.9375rem}
.route-step-active{background:var(--orange);color:var(--ink);border-radius:6px;margin-inline:-12px;padding-left:12px;padding-right:18px;box-shadow:0 12px 30px #0002}
.route-step-active .step-icon{background:#ffffff20;border-color:#7c3a164a;color:var(--ink)}
.route-step-active div>span{color:#492d1d}.route-step-active .step-check{color:var(--ink);font-size:1.35rem}
.visual-bottom{border-top:1px solid #343434;margin-top:21px;padding-top:16px;display:flex;justify-content:space-between;gap:12px;font-size:.6875rem;color:#bcbcbc}
.visual-caption{color:#999999}
.visual-callout{position:absolute;right:27px;bottom:-68px;border-radius:7px;border:1px solid #454545;background:#232323;padding:18px 23px;display:flex;align-items:center;gap:19px;box-shadow:0 12px 30px #0003;transform:rotate(-3deg)}
.callout-symbol{color:var(--orange);font-size:2.5rem;line-height:1}
.visual-callout p{margin:0;font-size:.8125rem;line-height:1.7;color:#c4c4c4}.visual-callout strong{color:var(--text)}
.principles{border-block:1px solid var(--line);color:#adadad;font-size:.75rem;text-transform:uppercase;letter-spacing:.085em;font-weight:600}
.principles .wrap{display:flex;justify-content:space-between;gap:20px;padding-block:25px}.principles [aria-hidden]{color:var(--orange)}
.section{padding-block:105px}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:42px}
h2{font-size:clamp(2.3rem,4vw,3.6rem);line-height:1.06;letter-spacing:-.05em;margin:0;font-weight:700}
.section-heading .eyebrow{margin-bottom:19px}
.section-intro{max-width:330px;color:var(--muted);font-size:.9375rem;line-height:1.8;margin:0 0 3px}
.case-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.case-card{min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:28px;display:flex;flex-direction:column}
.case-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:31px}
.tag{font-size:.6875rem;text-transform:uppercase;letter-spacing:.04em;color:#c5c5c5;font-weight:700}
.case-period{font-size:.6875rem;white-space:nowrap;border:1px solid #3e3e3e;border-radius:50px;padding:4px 10px;color:#bebebe}
.metric{min-height:150px}.metric-prefix{display:block;color:var(--muted);font-size:.75rem;line-height:1.3;margin-bottom:5px}
.metric strong{font-size:6.5rem;line-height:1;letter-spacing:-.07em;display:inline-block;color:var(--orange)}
.metric-description{display:block;color:#c6c6c6;font-size:.8125rem;margin-top:8px}
blockquote{margin:30px 0 17px;font-size:1.5rem;line-height:1.35;letter-spacing:-.03em;font-weight:600}
.case-description{font-size:.875rem;line-height:1.7;color:#b0b0b0;margin-bottom:25px;max-width:430px}
.profile{margin-top:auto;border:1px solid #333333;background:#0d1014;border-radius:6px;overflow:hidden;transition:border-color .2s}
.profile:hover{border-color:var(--orange)}
.profile img{width:100%;height:auto}.profile-link{display:flex;justify-content:space-between;padding:11px 15px;font-size:.75rem;border-top:1px solid #2c2c2c;color:#c6c6c6}
.case-source{font-size:.75rem;color:#a9a9a9;line-height:1.7;margin:18px 0 0;min-height:62px}
.attendance{display:flex;gap:24px;align-items:center;min-height:124px}
.attendance strong{font-size:4.5rem;line-height:1;letter-spacing:-.07em;font-weight:700;color:var(--orange)}
.attendance strong span{font-size:2rem;letter-spacing:-.06em}.attendance .metric-before{color:#b6b6b6}
.metric-arrow{font-size:2rem;color:#949494;padding-top:16px}
.attendance-label{font-size:.8125rem;margin:8px 0 0;color:#c6c6c6}
.simo-statement{font-size:1.5rem;line-height:1.35;letter-spacing:-.03em;font-weight:600;margin:30px 0 17px}
.results-note{font-size:.75rem;color:var(--muted);text-align:center;margin:23px 0 0}
.problem-section{background:#f5f4f1;color:var(--ink);padding-block:90px}
.problem-layout{display:grid;grid-template-columns:1fr 1fr;gap:105px;align-items:start}
.problem-section .eyebrow{color:#ad4307}.problem-section h2 .muted{color:#777777}
.problem-intro{color:#555555;font-size:.9375rem;max-width:350px;margin:24px 0 0}
.problem-list>div{display:flex;gap:26px;padding:25px 0;border-bottom:1px solid #cccccc}
.problem-list>div:first-child{padding-top:7px}
.list-number{color:#777777;font-size:.75rem;line-height:1.9;padding-top:3px}
.problem-list p{margin:0;color:#555555;font-size:.9375rem;line-height:1.75}.problem-list strong{color:var(--ink);display:block;font-size:1.12rem;margin-bottom:7px;line-height:1.45;letter-spacing:-.02em}
.system-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-block:1px solid var(--line)}
.system-grid article{padding:32px 25px 30px;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:flex-start}.system-grid article:first-child{padding-left:0}.system-grid article:last-child{border-right:0;padding-right:0}
.feature-number{color:var(--orange);font-size:1.2rem;margin-bottom:27px}
h3{font-size:1.25rem;line-height:1.25;letter-spacing:-.025em;margin:0 0 17px}
.system-grid p{font-size:.875rem;color:var(--muted);line-height:1.8;margin-bottom:27px}
.feature-label{font-size:.6875rem;color:#c4c4c4;border-top:1px solid var(--line);padding-top:13px;margin-top:auto;line-height:1.5}
.ownership{display:flex;align-items:center;gap:23px;margin-top:33px}.ownership-mark{color:var(--orange);font-size:2rem}.ownership p{margin:0;max-width:730px;font-size:.875rem;color:var(--muted);line-height:1.7}.ownership strong{display:block;color:var(--text);font-weight:600}.text-link{color:var(--orange);font-size:.875rem;font-weight:600;white-space:nowrap;margin-left:auto}.text-link span{margin-left:12px}.text-link:hover{text-decoration:underline}
.process-section{padding-block:85px;background:var(--orange);color:var(--ink)}
.process-section .section-intro{color:#482c19}.process-section .eyebrow{color:#422614}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:55px;margin-top:56px}
.process-grid article{border-top:1px solid #783b174d;padding-top:20px}
.process-grid article>span{font-size:.875rem;display:block;margin-bottom:25px;color:#703412}
.process-grid h3{font-size:1.35rem}.process-grid p{font-size:.9375rem;line-height:1.8;color:#482c19;margin:0}
.fit-section{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}
.fit-section .section-intro{margin-top:26px;max-width:350px}
.fit-lists h3{font-size:1rem}.check-list{list-style:none;padding:0;margin:0}
.check-list li{font-size:.9375rem;margin:0 0 14px;position:relative;padding-left:28px;color:#c9c9c9;line-height:1.6}.check-list li:before{content:'✓';position:absolute;left:0;color:var(--orange);font-weight:700}
.not-fit{border-top:1px solid var(--line);padding-top:26px;margin-top:28px}.not-fit p{color:var(--muted);font-size:.875rem;line-height:1.8;margin:0}
.faq-section{border-top:1px solid var(--line);padding-block:80px 100px;display:grid;grid-template-columns:1fr 1.2fr;gap:90px}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:23px 0;font-size:.9375rem;line-height:1.5;font-weight:600;cursor:pointer;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{color:var(--orange);font-size:1.5rem;font-weight:400;transition:transform .2s;flex:none}
.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-list details[open] summary{color:var(--orange)}
.faq-list details p{font-size:.875rem;line-height:1.8;color:var(--muted);padding:0 32px 24px 0;margin:0}
.diagnostic-section{padding-block:83px;background:#202020;border-block:1px solid #393939}
.diagnostic-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:110px;align-items:center}
.diagnostic-section .eyebrow{color:#bbbbbb}.diagnostic-section h2{font-size:clamp(2.5rem,4.5vw,4rem)}.diagnostic-section h2 span{color:var(--orange)}
.diagnostic-layout>div>p:last-child{color:#bdbdbd;max-width:420px;margin:28px 0 0;font-size:.9375rem;line-height:1.8}
.diagnostic-card{background:var(--bg);border:1px solid #454545;border-radius:10px;padding:33px}
.diagnostic-card .eyebrow{color:var(--orange);font-size:.6875rem;margin-bottom:18px}.diagnostic-card h3{font-size:2rem;letter-spacing:-.04em}
.diagnostic-card ol{padding:0 0 0 19px;color:#c5c5c5;font-size:.875rem;line-height:1.7;margin:22px 0 30px}.diagnostic-card li{padding-left:5px;margin-bottom:10px}.diagnostic-card li::marker{color:var(--orange);font-size:.75rem}
.diagnostic-card .booking-note{font-size:.75rem!important;color:#aaaaaa!important;line-height:1.7!important;text-align:center;margin:15px 0 0!important}
.footer{display:flex;justify-content:space-between;align-items:center;gap:35px;padding-block:32px}.footer .brand{font-size:1.25rem}.footer>span{font-size:.75rem;color:var(--muted)}.footer .copyright{color:#a0a0a0}
.mobile-cta{display:none}
@media(min-width:1500px){.hero{gap:100px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.nav{gap:24px}.nav nav{gap:22px}.hero{gap:36px;padding-top:65px}.hero-visual{padding-inline:20px}.route-step{gap:10px}.route-step strong{font-size:.8125rem}.route-step div>span{font-size:.6875rem}.step-icon{width:40px;height:40px}.route:before{left:20px}.visual-callout{right:15px;padding:17px}.case-card{padding:24px}.case-top{align-items:flex-start}.attendance{gap:20px}.attendance strong{font-size:3.8rem}.problem-layout,.fit-section{gap:60px}.diagnostic-layout{gap:60px}.system-grid{grid-template-columns:1fr 1fr}.system-grid article{padding:28px!important}.system-grid article:nth-child(2){border-right:0}.system-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.faq-section{gap:60px}.feature-label{font-size:.75rem}}
@media(max-width:800px){.wrap{width:calc(100% - 40px)}.nav{min-height:78px;gap:15px}.brand{font-size:1.2rem}.brand img{width:28px}.nav nav{display:none}.button-small{font-size:.75rem;padding:12px;gap:12px}.hero{grid-template-columns:1fr;gap:35px;padding-block:52px 70px}.hero-copy{max-width:570px}.hero h1{font-size:clamp(3.7rem,10vw,5.7rem);max-width:650px}.hero h1 br:nth-of-type(2){display:none}.hero h1 .accent{display:block}.hero h1 .accent br{display:none}.hero-description{max-width:510px}.hero-lead{max-width:none}.hero-actions{flex-direction:row;align-items:center;gap:20px}.hero-visual{max-width:570px;margin:0 0 58px;width:100%;justify-self:center;padding:26px}.route-step{gap:17px;padding-block:12px}.route-step strong{font-size:.9375rem}.route-step div>span{font-size:.8125rem}.visual-heading .eyebrow,.visual-number{font-size:.6875rem}.step-icon{width:43px;height:43px}.route:before{left:21px}.visual-callout{right:22px;bottom:-58px}.principles .wrap{display:grid;grid-template-columns:1fr 1fr;gap:15px;text-align:center;padding-block:22px;font-size:.6875rem}.principles [aria-hidden]{display:none}.section{padding-block:70px}.section-heading{gap:22px;display:block;margin-bottom:32px}.section-heading .section-intro{margin-top:20px;max-width:470px}.case-grid{grid-template-columns:1fr;gap:25px}.case-card{padding:27px}.case-top{align-items:center}.tag{font-size:.75rem}.case-period{font-size:.75rem}.metric{min-height:0}.metric strong{font-size:6rem}.attendance{min-height:0;gap:30px}.attendance strong{font-size:5rem}.case-description{max-width:none}.case-source{min-height:0}.profile{margin-top:0}.case-source,.results-note{font-size:.75rem}.problem-section{padding-block:65px}.problem-layout{grid-template-columns:1fr;gap:30px}.problem-intro{max-width:470px}.problem-list>div:first-child{padding-top:0}.problem-list>div{gap:20px}.ownership{align-items:flex-start;flex-wrap:wrap;gap:15px}.ownership p{flex:1}.ownership .text-link{margin-left:40px;width:100%}.process-section{padding-block:65px}.process-grid{gap:28px;margin-top:35px}.process-grid h3{font-size:1.1rem}.process-grid p{font-size:.875rem}.fit-section{grid-template-columns:1fr;gap:35px}.fit-section .section-intro{max-width:500px}.faq-section{grid-template-columns:1fr;gap:30px;padding-block:65px}.faq-list summary{padding-block:21px}.diagnostic-section{padding-block:65px}.diagnostic-layout{grid-template-columns:1fr;gap:38px}.diagnostic-layout>div>p:last-child{max-width:510px}.diagnostic-card{max-width:570px}.diagnostic-card h3 br{display:none}.diagnostic-card h3{max-width:none}.footer{flex-wrap:wrap;gap:20px}.footer>span:nth-child(2){display:none}.footer .copyright{font-size:.6875rem}.mobile-cta:not([hidden]){display:block;position:fixed;bottom:0;inset-inline:0;background:#0b0b0bed;border-top:1px solid var(--line);padding:12px 20px max(12px,env(safe-area-inset-bottom));backdrop-filter:blur(12px);z-index:20}.mobile-cta .button{min-height:50px;font-size:.875rem;padding:14px}.footer{padding-bottom:95px}}
@media(max-width:480px){html{scroll-padding-top:25px}.brand{font-size:1.09rem;gap:6px}.brand img{width:25px}.nav{gap:10px}.button-small{font-size:.6875rem;min-height:40px;gap:8px;padding:10px}.button-small span{font-size:1.125rem}.hero{padding-top:40px;gap:35px}.hero .eyebrow{font-size:.625rem;letter-spacing:.09em;margin-bottom:23px}.eyebrow-line{width:20px;margin-right:6px}h1{letter-spacing:-.06em}.hero h1{font-size:3.55rem;line-height:1.02}.hero h1 .accent br{display:block}.hero h1 br:nth-of-type(2){display:block}.hero-lead{font-size:1.125rem;margin-top:24px}.hero-description{font-size:.9375rem;line-height:1.75}.hero-actions{flex-direction:column;align-items:stretch;gap:10px}.hero-actions .button{width:100%;justify-content:space-between}.cta-note{text-align:center;font-size:.75rem}.hero-fit{font-size:.75rem;margin-top:22px}.hero-visual{padding:22px 18px 20px;border-radius:9px}.visual-heading{padding-bottom:16px}.visual-heading .eyebrow{font-size:.5625rem;max-width:160px;margin:0}.visual-number{font-size:.625rem}.route{gap:9px}.route-step{gap:11px;min-height:74px;padding-block:12px}.step-icon{width:34px;height:34px;font-size:.6875rem}.route:before{left:17px}.route-step strong{font-size:.8125rem}.route-step div>span{font-size:.6875rem}.route-step-active{margin-inline:-8px;padding-left:8px;padding-right:10px}.visual-bottom{font-size:.5625rem;gap:8px}.visual-callout{right:12px;padding:15px 19px;gap:14px}.visual-callout p{font-size:.75rem}.callout-symbol{font-size:2rem}.eyebrow{font-size:.6875rem;margin-bottom:19px}.section{padding-block:60px}h2{font-size:2.35rem}.section-intro{font-size:.875rem}.case-card{padding:22px 18px}.case-top{margin-bottom:24px;gap:8px}.tag{font-size:.625rem;letter-spacing:.02em}.case-period{font-size:.625rem;padding:4px 8px}.metric strong{font-size:5.8rem}.attendance strong{font-size:4.3rem}.attendance strong span{font-size:1.8rem}.attendance{gap:22px}.metric-arrow{font-size:1.7rem}blockquote,.simo-statement{font-size:1.3rem}.case-description{font-size:.8125rem}.case-source{font-size:.75rem;line-height:1.65}.results-note{line-height:1.6}.system-grid{grid-template-columns:1fr}.system-grid article{border-right:0!important;border-bottom:1px solid var(--line);padding:26px 0!important}.system-grid article:last-child{border-bottom:0}.feature-number{margin-bottom:15px}.system-grid h3{font-size:1.3rem}.system-grid p{font-size:.9375rem;margin-bottom:18px}.feature-label{border:0;padding:0;font-size:.75rem}.ownership p{font-size:.8125rem}.process-grid{grid-template-columns:1fr;gap:30px}.process-grid article{display:grid;grid-template-columns:30px 1fr;column-gap:15px;padding-top:20px}.process-grid article>span{grid-row:span 2;margin:0;padding-top:2px}.process-grid h3{font-size:1.2rem;margin-bottom:12px}.process-grid p{font-size:.9375rem}.faq-list summary{font-size:.875rem;gap:20px}.diagnostic-card{padding:25px 21px}.diagnostic-section h2{font-size:2.6rem}.diagnostic-card h3{font-size:1.8rem}.diagnostic-card .button{gap:15px}.footer{gap:15px}.footer .brand{font-size:1.1rem}}
@media(max-width:360px){.wrap{width:calc(100% - 32px)}.brand{font-size:1rem}.brand img{width:23px}.button-small{font-size:.625rem;gap:5px;padding:9px}.hero h1{font-size:3.1rem}.attendance{gap:17px}.attendance strong{font-size:3.6rem}.attendance strong span{font-size:1.6rem}.case-card{padding:20px 16px}.tag{max-width:170px}.route-step strong{font-size:.75rem}.visual-heading .eyebrow{max-width:145px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Corporate identity: supplied TrainerFunnels brand and original vector logo. */
.brand{letter-spacing:normal;display:block;flex-shrink:0}
.brand svg{display:block;width:225px;height:auto;max-width:100%;overflow:visible}
h1,h2,h3,blockquote,.metric strong,.attendance strong,.simo-statement{font-family:"Clash Display",Arial,sans-serif}
h1{font-weight:600;letter-spacing:-.045em}h2{font-weight:600;letter-spacing:-.035em}h3{font-weight:600}
.hero-visual{background:radial-gradient(ellipse at top right,#ff670013,transparent 65%),linear-gradient(140deg,#232323,#151515)}
.hero-description,.section-intro,.case-description,.problem-intro,.problem-list p,.system-grid p,.ownership p,.process-grid p,.not-fit p,.faq-list details p,.diagnostic-card ol{font-size:1rem}
.hero .eyebrow,.eyebrow,.tag,.case-period,.feature-label,.visual-heading .eyebrow,.visual-number,.visual-bottom{font-size:.75rem}
.route-step strong{font-size:.9375rem}.route-step div>span{font-size:.8125rem}
.cta-note,.hero-fit,.profile-link,.case-source,.results-note,.metric-description,.metric-prefix,.attendance-label,.footer>span{font-size:.8125rem}
.hero h1 .accent{color:var(--orange)}
.problem-section{background:#ffffff}.diagnostic-section{background:radial-gradient(ellipse at top left,#ff670014,transparent 65%),#1b1b1b}
.footer .brand svg{width:200px}
@media(max-width:800px){.brand svg{width:195px}.hero h1{font-size:4.6rem}.hero-actions{flex-wrap:wrap}.system-grid p,.process-grid p,.faq-list details p{font-size:1rem}.visual-heading .eyebrow{max-width:260px}}
@media(max-width:480px){.brand svg{width:168px}.button-small{font-size:.75rem;padding:10px 12px}.button-small span{display:none}.hero h1{font-size:3.45rem;line-height:1.03}.hero .eyebrow{font-size:.75rem;letter-spacing:.05em}.route-step strong{font-size:.875rem}.route-step div>span{font-size:.75rem}.visual-heading .eyebrow{font-size:.75rem;max-width:205px}.visual-number{font-size:.75rem}.visual-bottom{font-size:.75rem;flex-direction:column;gap:4px}.tag{font-size:.75rem;max-width:220px}.case-period{font-size:.75rem}.case-top{align-items:flex-start}.case-source{font-size:.75rem}.hero-fit,.cta-note{font-size:.8125rem}.section-intro,.hero-description,.case-description,.not-fit p{font-size:1rem}.diagnostic-card .eyebrow{font-size:.75rem}.faq-list summary{font-size:1rem}.footer .brand svg{width:170px}.footer .copyright{font-size:.75rem}}
@media(max-width:360px){.brand svg{width:145px}.button-small{font-size:.6875rem;padding:10px}.hero h1{font-size:3.1rem}.visual-number{display:none}.route-step{gap:9px}.route-step strong{font-size:.8125rem}.route-step div>span{font-size:.75rem}.attendance strong{font-size:3.35rem}.case-top{flex-wrap:wrap}}

h1,h2,h3,blockquote,.simo-statement{letter-spacing:-.015em;word-spacing:.04em}
