:root{--black:#0c1115;--white:#f7f8f5;--green:#22cfa1;--yellow:#ffd21f;--gray:#a9b0ae;--line:#343c3f}
.hero .route-link{padding:16px 18px;background:var(--yellow);border-top:0}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--black);background:var(--white);font-family:Arial,Helvetica,sans-serif;line-height:1.5}img{display:block;max-width:100%}a{color:inherit}button{font:inherit}:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}.skip-link{position:fixed;z-index:50;top:10px;left:10px;padding:10px 14px;background:#fff;transform:translateY(-160%)}.skip-link:focus{transform:none}.site-header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,4vw,60px);color:#fff;background:var(--black);border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:11px;font-weight:800;text-decoration:none}.brand img{border-radius:8px}.site-header nav{display:flex;gap:32px;font-size:.78rem;font-weight:700}.site-header nav a{text-decoration:none}.site-header nav a:hover{color:var(--green)}.menu-button{display:none;width:42px;height:42px;padding:9px;border:0;background:transparent}.menu-button span{display:block;height:2px;margin:7px 0;background:#fff}.hero{position:relative;min-height:min(790px,calc(100svh - 72px));overflow:hidden;background:#fff}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,248,245,.98) 0%,rgba(247,248,245,.88) 29%,rgba(247,248,245,0) 55%)}.hero-copy{position:relative;z-index:2;width:min(540px,45%);padding:clamp(80px,11vh,125px) clamp(24px,6vw,90px) 150px}.signal{margin:0 0 18px;font:800 .68rem/1.3 monospace;letter-spacing:.14em}.hero h1{margin:0 0 30px;font-size:clamp(4.2rem,8vw,8rem);line-height:.82;letter-spacing:0}.hero h1 em{color:#087c63;font-style:normal}.hero-copy>p:last-child{max-width:440px;font-size:1.1rem;font-weight:600}.route-link{position:absolute;z-index:3;right:clamp(24px,5vw,72px);bottom:34px;width:230px;display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-top:3px solid var(--black);font-weight:800;text-decoration:none}.route-link b{font-size:2rem}.route-section,.scope-section,.control-section{padding:clamp(78px,10vw,150px) clamp(24px,7vw,105px)}.route-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(60px,10vw,160px);color:#fff;background:var(--black)}h2{margin:0;font-size:clamp(3rem,6vw,6.1rem);line-height:.9;letter-spacing:0}.route-section .signal,.control-section .signal{color:var(--green)}.route-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}.route-list li{display:grid;grid-template-columns:60px 1fr;gap:24px;padding:34px 0;border-bottom:1px solid var(--line)}.route-list li>span{color:var(--yellow);font:700 .7rem monospace}.route-list strong{font-size:1.35rem}.route-list p{max-width:580px;margin:8px 0 0;color:#aeb6b7}.scope-section header{display:grid;grid-template-columns:.6fr 1.4fr;gap:40px;margin-bottom:70px}.scope-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:2px solid var(--black);border-bottom:2px solid var(--black)}.scope-grid article{min-height:330px;padding:28px 24px;border-right:1px solid #aeb4b1;transition:background .2s ease}.scope-grid article:last-child{border-right:0}.scope-grid article:hover{background:var(--yellow)}.scope-grid span{font:800 .65rem monospace;letter-spacing:.12em}.scope-grid h3{margin:120px 0 14px;font-size:1.55rem;line-height:1.05}.scope-grid p{margin:0;color:#59605e}.control-section{display:grid;grid-template-columns:.65fr 1.35fr;gap:clamp(60px,10vw,160px);align-items:center;background:var(--green)}.control-section h2{max-width:900px}.control-section p:not(.signal){max-width:720px;font-size:1.08rem}.control-section a{display:inline-block;margin-top:18px;font-weight:800;text-underline-offset:5px}.control-marker{position:relative;width:min(320px,100%);aspect-ratio:1;border:3px solid var(--black);border-radius:50%}.control-marker::before{content:"";position:absolute;left:50%;top:-3px;width:3px;height:100%;background:var(--black);transform:rotate(38deg)}.control-marker span{position:absolute;right:7%;bottom:10%;width:24%;height:24%;border-radius:50%;background:var(--yellow)}.control-marker b{position:absolute;right:10%;bottom:14%;font-size:2.2rem}footer{display:grid;grid-template-columns:1fr auto auto;gap:30px;align-items:center;padding:32px clamp(24px,7vw,105px);color:#fff;background:var(--black);font-size:.78rem}footer nav{display:flex;gap:24px}footer a{text-underline-offset:4px}.legal-main{padding:clamp(65px,10vw,130px) clamp(24px,14vw,210px);background:var(--white)}.legal-article{max-width:880px}.legal-article h1{margin:0 0 12px;font-size:clamp(3rem,7vw,6rem);line-height:.94}.legal-meta{margin-bottom:55px;padding-bottom:24px;border-bottom:3px solid var(--green);color:#59605e}.legal-article h2{margin:46px 0 16px;font-size:1.6rem;line-height:1.15}.legal-article h2::before{content:"/ ";color:#07866b}.legal-article p{margin:0 0 18px}.legal-article strong{font-weight:800}
@media(max-width:820px){.site-header{height:68px}.menu-button{display:block}.site-header nav{display:none;position:absolute;z-index:20;top:68px;left:0;right:0;padding:24px;background:var(--black);border-bottom:1px solid var(--line);flex-direction:column}.site-header nav.open{display:flex}.hero{min-height:760px}.hero>img{object-position:45% center}.hero::after{background:linear-gradient(180deg,rgba(247,248,245,.98),rgba(247,248,245,.74) 48%,rgba(247,248,245,.04) 76%)}.hero-copy{width:100%;padding:62px 24px 260px}.hero h1{font-size:clamp(4.4rem,21vw,6.4rem)}.route-link{right:24px;left:24px;width:auto}.route-section,.control-section{grid-template-columns:1fr}.scope-section header{grid-template-columns:1fr;gap:8px}.scope-grid{grid-template-columns:1fr 1fr}.scope-grid article{min-height:260px;border-bottom:1px solid #aeb4b1}.scope-grid article:nth-child(2){border-right:0}.scope-grid h3{margin-top:70px}.control-marker{width:180px}footer{grid-template-columns:1fr}footer nav{flex-wrap:wrap}}@media(max-width:480px){.route-section,.scope-section,.control-section{padding-left:20px;padding-right:20px}h2{font-size:2.9rem}.scope-grid{grid-template-columns:1fr}.scope-grid article{min-height:220px;border-right:0}.scope-grid h3{margin-top:50px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important}}
