:root{--background:#eef1f8;--surface:#fff;--surface-muted:#dfe5f5;--text:#172033;--text-muted:#5b657a;--border:#172033;--accent:#d7ff4a;--accent-hover:#b4e62e;--accent-soft:#efffc0;--dark:#172033;--dark-muted:#26314a;--on-dark:#f8f9ff;--focus:#3157ff;--cobalt:#6ba8ff;--amber:#ffc857;--container:1280px;--text-container:760px;--pad:clamp(1.1rem, 3.5vw, 4rem);--radius:1rem;--ease:cubic-bezier(.2,.75,.25,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.55;overflow-x:hidden}body.menu-is-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.6}::selection{background:var(--accent);color:var(--text)}:focus-visible{outline:3px solid var(--focus);outline-offset:4px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;background:var(--text);color:var(--on-dark);padding:.6rem .9rem;transition:transform .2s;position:fixed;top:0;left:1rem;transform:translateY(-120%)}.skip-link:focus{transform:translateY(0)}.container{width:min(var(--container), calc(100% - (var(--pad) * 2)));margin-inline:auto}.section-pad{padding-block:clamp(5.25rem,10vw,10rem)}.section-pad--tight{padding-top:clamp(4rem,7vw,7rem)}.eyebrow{color:var(--text-muted);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.65rem;font-size:.72rem;font-weight:700;line-height:1.2;display:flex}.eyebrow-dot{background:var(--accent);border-radius:50%;flex:none;width:.45rem;height:.45rem}.section-index{color:var(--text-muted);letter-spacing:.13em;text-transform:uppercase;font-size:.75rem;font-weight:700}.section-index span{color:var(--accent)}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.075em;font-family:Trebuchet MS,Segoe UI,sans-serif;font-weight:900;line-height:.98}h1{max-width:10.8ch;margin-bottom:1.75rem;font-size:clamp(3.1rem,7vw,7.4rem)}h2{max-width:12ch;margin-bottom:1.5rem;font-size:clamp(2.35rem,4.6vw,4.8rem)}h3{margin-bottom:.7rem;font-size:clamp(1.2rem,2vw,1.55rem)}p{color:var(--text-muted)}.body-lead{max-width:38rem;font-size:clamp(1.1rem,1.8vw,1.45rem);line-height:1.42}.body-lead strong{color:var(--text)}.button-row{flex-wrap:wrap;align-items:center;gap:.7rem;display:flex}.button{border-radius:var(--radius);min-height:3.25rem;transition:background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);border:1px solid #0000;justify-content:center;align-items:center;gap:.8rem;padding:.85rem 1.15rem;font-size:.88rem;font-weight:700;line-height:1;display:inline-flex}.button:hover{transform:translateY(-2px)}.button .arrow-icon,.text-link .arrow-icon{transition:transform .25s var(--ease);font-size:1rem}.button:hover .arrow-icon,.text-link:hover .arrow-icon{transform:translate(3px,-3px)}.button--primary{background:var(--accent);color:var(--text)}.button--primary:hover{background:var(--accent-hover)}.button--secondary{border-color:var(--border);background:0 0}.button--secondary:hover{border-color:var(--text);background:var(--surface)}.button--small{min-height:2.7rem;padding:.72rem .95rem;font-size:.77rem}.text-link,.card-link{border-bottom:1px solid;align-items:center;gap:.65rem;width:fit-content;font-size:.86rem;font-weight:700;line-height:1.7;transition:color .2s;display:inline-flex}.text-link:hover,.card-link:hover{color:var(--accent-hover)}.site-header{z-index:40;background:color-mix(in srgb, var(--background) 88%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid #0000;transition:border-color .3s,background .3s;position:sticky;top:0}.site-header--scrolled{border-color:var(--border);background:color-mix(in srgb, var(--background) 95%, transparent)}.header-inner{justify-content:space-between;align-items:center;min-height:5.25rem;display:flex}.brand-link{align-items:center;display:inline-flex}.logo-mark{color:var(--text);letter-spacing:-.09em;align-items:center;gap:.55rem;font-size:1.5rem;font-weight:800;line-height:1;display:inline-flex}.logo-mark__badge{border:2px solid var(--dark);background:var(--dark);width:2.05rem;height:2.05rem;color:var(--on-dark);border-radius:.16rem;flex:none;place-items:center;display:grid}.logo-mark__badge span{letter-spacing:-.06em;border:1.5px solid;border-radius:50%;place-items:center;width:1.35rem;height:1.35rem;font-size:1rem;font-weight:800;line-height:1;display:grid}.logo-mark__name{align-self:center}.logo-mark--light{color:var(--on-dark)}.logo-mark--light .logo-mark__badge{border-color:var(--on-dark);background:var(--on-dark);color:var(--dark)}.desktop-nav-wrap,.desktop-nav,.language-switcher{align-items:center;display:flex}.desktop-nav>a:not(.button){color:var(--text-muted);font-size:.83rem;font-weight:650;position:relative}.desktop-nav>a:not(.button):after{background:var(--accent);content:"";transform-origin:100%;height:1px;transition:transform .25s var(--ease);position:absolute;bottom:-.35rem;left:0;right:0;transform:scaleX(0)}.desktop-nav>a:not(.button):hover,.desktop-nav>a.is-active{color:var(--text)}.desktop-nav>a:not(.button):hover:after,.desktop-nav>a.is-active:after{transform-origin:0;transform:scaleX(1)}.language-switcher{color:var(--text-muted);letter-spacing:.09em;gap:.35rem;font-size:.72rem;font-weight:800}.language-switcher a{padding:.35rem .1rem}.language-switcher a:hover,.language-switcher a.is-active{color:var(--text)}.language-switcher a.is-active{text-decoration:underline;-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent);text-underline-offset:.25rem;text-decoration-thickness:2px}.mobile-actions,.mobile-nav{display:none}.language-suggestion{z-index:50;right:var(--pad);border:1px solid var(--border);background:var(--surface);align-items:center;gap:1.5rem;max-width:min(34rem,100% - 2rem);padding:1rem 1.1rem;display:flex;position:fixed;bottom:1rem;box-shadow:0 1rem 3rem #1717171c}.language-suggestion strong,.language-suggestion span{display:block}.language-suggestion strong{font-size:.88rem}.language-suggestion span{color:var(--text-muted);margin-top:.18rem;font-size:.76rem}.language-suggestion-actions{flex:none;align-items:center;gap:.75rem;display:flex}.language-suggestion-actions a,.language-suggestion-actions button{color:var(--text);white-space:nowrap;background:0 0;border:0;font-size:.76rem;font-weight:800}.language-suggestion-actions a{background:var(--accent);padding:.65rem .8rem}.language-suggestion-actions button{text-underline-offset:.2rem;text-decoration:underline}.hero{padding-top:clamp(4.5rem,8vw,8rem)}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(26rem,.84fr);align-items:center;gap:clamp(3rem,8vw,9rem);min-height:min(700px,100vh - 5.25rem);display:grid}.hero-copy{z-index:2;position:relative}.hero-copy .eyebrow{margin-bottom:1.55rem}.hero-copy h1{max-width:9.5ch}.hero-lead{max-width:35rem;font-size:clamp(1.15rem,1.7vw,1.4rem);line-height:1.43}.hero-copy .button-row{margin-top:2.1rem}.hero-supporting{border-left:2px solid var(--accent);max-width:32rem;color:var(--text-muted);margin-top:2.15rem;padding-left:1rem;font-size:.78rem;font-weight:650}.hero-footerline{border-top:1px solid var(--border);color:var(--text-muted);letter-spacing:.14em;justify-content:space-between;padding-top:1.75rem;font-size:.68rem;font-weight:800;display:flex}.hero-footerline i{color:var(--accent);font-style:normal}.module-visual{isolation:isolate;min-height:31rem;position:relative}.module-visual:before{border:1px solid var(--border);content:"";z-index:-1;position:absolute;inset:11% 3% 8% 8%;transform:rotate(-4deg)}.module-visual:after{border:1px solid var(--border);content:"";width:6rem;height:6rem;position:absolute;bottom:7%;right:1%}.module-visual-orbit{border:1px solid var(--border);border-radius:50%;position:absolute}.orbit-a{width:20rem;height:20rem;top:9%;right:14%}.orbit-b{border-color:var(--accent);opacity:.7;width:10rem;height:10rem;bottom:4%;left:6%}.module-visual svg{fill:none;width:100%;height:100%;stroke:var(--border);stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;position:absolute;inset:0}.module-visual svg circle{fill:var(--accent);stroke:none}.module-node{border:1px solid var(--text);background:var(--surface);min-width:8.4rem;transition:transform .3s var(--ease), border-color .3s ease;align-items:center;gap:.55rem;padding:.7rem .75rem;font-size:.72rem;font-weight:750;line-height:1;display:flex;position:absolute}.module-node:hover{border-color:var(--accent);transform:translateY(-4px)}.module-node b{color:var(--accent);font-size:.65rem}.module-node i{background:var(--accent);border-radius:50%;width:.35rem;height:.35rem;margin-left:auto}.node-label{background:var(--accent);letter-spacing:.08em;border:0;min-width:auto;font-size:.65rem;top:2%;right:2%}.node-label i{display:none}.module-node--1{top:18%;left:3%;transform:rotate(-4deg)}.module-node--2{top:36%;right:4%;transform:rotate(3deg)}.module-node--3{top:52%;left:20%;transform:rotate(2deg)}.module-node--4{bottom:17%;right:16%;transform:rotate(-3deg)}.module-node--5{bottom:3%;left:0;transform:rotate(4deg)}.intro-section{background:var(--surface-muted)}.intro-grid{grid-template-columns:minmax(9rem,.3fr) 1fr;gap:4rem;display:grid}.statement{max-width:51rem;color:var(--text);letter-spacing:-.065em;margin-bottom:2.2rem;font-size:clamp(2rem,4.2vw,4.3rem);font-weight:700;line-height:1.03}.intro-copy strong{color:var(--accent-hover)}.section-heading-row{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:3.5rem;display:flex}.section-heading-row h2{margin-bottom:0}.section-heading-row>p{max-width:24rem;margin-bottom:.4rem}.service-grid{grid-template-columns:repeat(12,1fr);gap:1rem;display:grid}.service-card{border:1px solid var(--border);background:var(--surface);min-height:28rem;transition:transform .3s var(--ease), border-color .3s ease;flex-direction:column;padding:1.3rem;display:flex;position:relative}.service-card:hover{border-color:var(--text);transform:translateY(-5px)}.service-card--1{grid-column:span 4}.service-card--2{grid-column:span 4;margin-top:2.5rem}.service-card--3{grid-column:span 4}.service-card--4{grid-column:span 5}.service-card--5{grid-column:span 3;margin-top:-2.5rem}.service-card--6{grid-column:span 4}.service-card--dark{background:var(--dark);color:var(--on-dark)}.service-card--dark .service-number{color:var(--accent)}.service-card-top{justify-content:space-between;margin-bottom:2.75rem;display:flex}.service-number{color:var(--text-muted);letter-spacing:.12em;font-size:.72rem;font-weight:800}.service-symbol{color:var(--accent);font-size:1.45rem;line-height:.7}.service-card h3{max-width:11ch}.service-card p{min-height:4.9rem;font-size:.86rem}.service-card ul{margin:0 0 1.8rem;padding:0;list-style:none}.service-card li{border-top:1px solid var(--border);color:var(--text-muted);gap:.55rem;padding-block:.32rem;font-size:.75rem;display:flex}.service-card li:before{color:var(--accent);content:"↗"}.card-link{color:var(--text);border-bottom:0;margin-top:auto;font-size:.76rem}.section-cta{justify-content:flex-end;margin-top:2rem;display:flex}.engagement-section{background:var(--surface)}.section-title-narrow{max-width:13ch;margin-bottom:4rem}.engagement-path{border-top:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.engagement-path:before{border-top:1px dashed var(--accent);content:"";opacity:.6;position:absolute;top:4.7rem;left:5%;right:5%}.engagement-item{min-height:14rem;padding:1.2rem 1.2rem 1rem 0;position:relative}.engagement-item+.engagement-item{border-left:1px solid var(--border);padding-left:1.2rem}.engagement-number{max-width:8rem;color:var(--accent);letter-spacing:.12em;justify-content:space-between;margin-bottom:3rem;font-size:.7rem;font-weight:800;display:flex}.engagement-item p{max-width:16rem;font-size:.83rem}.principles-section{background:var(--surface-muted)}.principles-layout{grid-template-columns:.9fr 1.4fr;gap:7vw;display:grid}.principles-intro h2{max-width:9ch}.box-mark{width:2.4rem;height:2.4rem;margin-top:3rem;display:block;position:relative}.box-mark i{border:1px solid var(--accent);display:block;position:absolute}.box-mark i:first-child{inset:0 30% 30% 0}.box-mark i:nth-child(2){border-color:var(--text);inset:30% 0 0 30%}.box-mark i:nth-child(3){background:var(--accent);opacity:.45;border:0;inset:25%}.box-mark--large{width:5rem;height:5rem}.principles-list{border-top:1px solid var(--border)}.principles-list article{border-bottom:1px solid var(--border);grid-template-columns:3.2rem 1fr;gap:1rem;padding-block:1.55rem;display:grid}.principle-number{color:var(--accent);font-size:.74rem;font-weight:800}.principles-list h3{letter-spacing:-.03em;margin-bottom:.35rem;font-size:1.2rem}.principles-list p{max-width:31rem;margin-bottom:0;font-size:.86rem}.assignments-section{background:var(--surface)}.outline-label{border:1px solid var(--border);min-height:2rem;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;align-self:center;align-items:center;padding-inline:.8rem;font-size:.7rem;font-weight:750;display:inline-flex}.ticket-list{gap:.65rem;max-width:62rem;margin-left:auto;display:grid}.ticket{border:1px solid var(--border);background:var(--background);min-height:4.8rem;transition:transform .3s var(--ease), background .3s ease;grid-template-columns:3.5rem 1fr 2rem;align-items:center;gap:1rem;padding:.8rem 1rem;display:grid}.ticket--2{margin-left:4vw}.ticket--3{margin-left:1.5vw}.ticket--4{margin-left:7vw}.ticket-index{color:var(--accent);font-size:.72rem;font-weight:800}.ticket>span:nth-child(2){font-size:.87rem;font-weight:650}.ticket-arrow{color:var(--text-muted);text-align:right}.process-preview{background:var(--surface-muted)}.process-preview-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.process-preview-grid article{min-height:14rem;padding:1.3rem 1.3rem 1.3rem 0;position:relative}.process-preview-grid article+article{border-left:1px solid var(--border);padding-left:1.3rem}.process-line{background:var(--text);width:100%;height:1px;margin-bottom:2.5rem;display:block}.process-line:after{background:var(--accent);content:"";border-radius:50%;width:.55rem;height:.55rem;margin-top:-.25rem;margin-left:100%;display:block}.process-preview-grid p{max-width:20rem;font-size:.84rem}.page-hero{border-bottom:1px solid var(--border);padding-top:clamp(5rem,9vw,9rem);padding-bottom:clamp(4rem,8vw,8rem)}.page-hero-grid{grid-template-columns:minmax(0,1.3fr) minmax(17rem,.7fr);align-items:end;gap:5rem;display:grid}.page-hero h1{max-width:10ch;margin-bottom:0}.page-hero-intro{max-width:27rem;margin:0 0 .4rem;font-size:clamp(1.1rem,1.7vw,1.35rem);line-height:1.45}.service-details{background:var(--surface);padding-bottom:0}.service-detail{border-bottom:1px solid var(--border);grid-template-columns:minmax(16rem,.75fr) minmax(0,1.25fr);gap:6vw;padding-block:clamp(4rem,8vw,8rem);display:grid}.service-detail-heading{align-self:start;position:sticky;top:8rem}.service-detail-index{color:var(--accent);letter-spacing:.12em;margin-bottom:2.5rem;font-size:.75rem;font-weight:800;display:block}.service-detail h2{max-width:9ch;margin-bottom:1.2rem}.service-detail-heading p{max-width:24rem;font-size:.96rem}.service-detail-body{grid-template-columns:minmax(0,1fr) minmax(13rem,.7fr);gap:4vw;display:grid}.detail-label{color:var(--text-muted);letter-spacing:.11em;text-transform:uppercase;margin-bottom:1.1rem;font-size:.72rem;font-weight:800;display:block}.check-list,.plain-list{margin:0;padding:0;list-style:none}.check-list li{border-top:1px solid var(--border);gap:.7rem;padding-block:.7rem;font-size:.9rem;display:flex}.check-list li span{color:var(--accent);font-weight:800}.detail-side{flex-direction:column;gap:2.2rem;display:flex}.detail-side p,.plain-list li{font-size:.83rem}.plain-list li{border-bottom:1px solid var(--border);padding-block:.4rem}.detail-side .text-link{margin-top:auto}.final-cta{background:var(--dark);color:var(--on-dark);overflow:hidden}.final-cta .eyebrow{color:#a9a79f}.final-cta-inner{justify-content:space-between;align-items:end;gap:3rem;display:flex;position:relative}.final-cta h2{max-width:11ch;color:var(--on-dark);margin-bottom:1.2rem}.final-cta p{color:#b7b5ae;max-width:30rem;margin-bottom:0;font-size:1rem}.final-cta-actions{z-index:1;flex-direction:column;align-items:flex-start;gap:1.35rem;display:flex;position:relative}.final-cta-shape{border:1px solid #4a4945;width:18rem;height:18rem;position:absolute;bottom:-4rem;right:3%;transform:rotate(26deg)}.final-cta-shape i{border:1px solid #4a4945;display:block;position:absolute}.final-cta-shape i:first-child{inset:17%}.final-cta-shape i:nth-child(2){border-color:var(--accent);inset:34%}.final-cta-shape i:nth-child(3){background:var(--accent);border:0;width:6rem;height:6rem;bottom:-2rem;right:-2rem}.starting-point,.input-section{background:var(--surface-muted)}.split-statement{grid-template-columns:minmax(9rem,.3fr) 1fr;gap:4rem;display:grid}.split-statement h2{max-width:15ch}.split-statement p{max-width:48rem;font-size:clamp(1.05rem,1.7vw,1.3rem);line-height:1.5}.timeline-section{background:var(--surface)}.timeline{max-width:54rem;margin:2rem auto 0;padding-left:4rem;position:relative}.timeline:before{background:var(--border);content:"";width:1px;position:absolute;top:.5rem;bottom:.5rem;left:1.1rem}.timeline article{padding-bottom:3.5rem;position:relative}.timeline article:last-child{padding-bottom:0}.timeline-marker{border:1px solid var(--text);background:var(--surface);border-radius:50%;width:1.25rem;height:1.25rem;position:absolute;top:.2rem;left:-3.15rem}.timeline-marker:after{background:var(--accent);content:"";border-radius:50%;position:absolute;inset:.25rem}.timeline span{color:var(--accent-hover);letter-spacing:.11em;text-transform:uppercase;font-size:.78rem;font-weight:800}.timeline p{max-width:37rem;margin:.6rem 0 0;font-size:.95rem}.models-section{background:var(--surface-muted)}.models-grid{border-top:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:0;margin-top:3rem;display:grid}.models-grid article{min-height:15rem;padding:1.2rem 1rem 0 0}.models-grid article+article{border-left:1px solid var(--border);padding-left:1rem}.model-number{color:var(--accent);font-size:.73rem;font-weight:800}.models-grid h3{letter-spacing:-.03em;margin-top:2.8rem;font-size:1.1rem}.models-grid p{font-size:.84rem}.communication-section{background:var(--dark);color:var(--on-dark)}.communication-grid{grid-template-columns:1fr 1fr;gap:10vw;display:grid}.communication-grid h2{color:var(--on-dark)}.communication-grid p{color:#b7b5ae;max-width:32rem;font-size:1rem}.communication-grid ul{border-top:1px solid #474641;margin:0;padding:0;list-style:none}.communication-grid li{color:#e4e1da;border-bottom:1px solid #474641;gap:1rem;padding:.9rem 0;font-size:.88rem;display:flex}.communication-grid li span{color:var(--accent)}.contact-section{background:var(--surface)}.contact-grid{grid-template-columns:.55fr 1.45fr;gap:8vw;display:grid}.contact-aside .box-mark{margin-block:5rem 2.5rem}.contact-aside p{max-width:20rem;font-size:.98rem}.contact-form{border:1px solid var(--border);background:var(--background);padding:2rem}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-form label{display:block}.contact-form label>span{color:var(--text);margin-bottom:.45rem;font-size:.82rem;font-weight:750;display:block}.contact-form em{color:var(--accent-hover);margin-left:.2rem;font-style:normal}.contact-form input:not([type=checkbox]),.contact-form textarea{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:100%;color:var(--text);outline:0;padding:.8rem .85rem;transition:border-color .2s,box-shadow .2s}.contact-form input:not([type=checkbox]){min-height:3.1rem}.contact-form input:not([type=checkbox]):focus,.contact-form textarea:focus{border-color:var(--text);box-shadow:0 0 0 3px var(--accent-soft)}.contact-form textarea{resize:vertical;min-height:10rem}.form-field-wide{margin-top:1rem}.consent-line{align-items:flex-start;gap:.65rem;margin-top:1.25rem;display:flex!important}.consent-line input{width:1rem;height:1rem;accent-color:var(--accent);margin-top:.16rem}.consent-line span{line-height:1.5;color:var(--text-muted)!important;margin:0!important;font-size:.82rem!important;font-weight:500!important}.consent-line a{text-underline-offset:.18rem;text-decoration:underline}.form-actions{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:1.6rem;display:flex}.form-status{max-width:25rem;margin:0;font-size:.78rem}.form-status--error{color:var(--accent-hover)}.form-status--success{color:#35704d}.form-status strong{color:var(--text);display:block}.honeypot{opacity:0;position:absolute;left:-10000px}.direct-contact{border-top:1px solid var(--border);flex-direction:column;align-items:flex-start;gap:.55rem;margin-top:4rem;padding-top:2rem;display:flex}.direct-contact p{margin:0;font-size:.84rem}.direct-contact small{color:var(--text-muted);font-size:.75rem}.site-footer{background:var(--dark);color:var(--on-dark);border-radius:2rem 2rem 0 0;margin-top:1.2rem;padding-block:clamp(3.5rem,7vw,6rem) 1.2rem}.footer-top{grid-template-columns:minmax(0,1.25fr) minmax(9rem,.7fr) minmax(12rem,.8fr);gap:clamp(2rem,7vw,7rem);display:grid}.footer-brand{max-width:22rem}.footer-brand p{color:#c3cbe0;max-width:20rem;margin:1.25rem 0 0;font-size:.9rem;line-height:1.6}.footer-column{flex-direction:column;align-items:flex-start;gap:.55rem;display:flex}.footer-label{color:var(--accent);letter-spacing:.13em;text-transform:uppercase;margin-bottom:.35rem;font-size:.68rem;font-weight:800;line-height:1.2}.footer-column>a{color:#eef2ff;font-size:.88rem;line-height:1.5}.footer-column>a:hover,.footer-column>a:focus-visible{color:var(--accent)}.footer-contact-text{color:#c3cbe0;max-width:15rem;margin:0 0 .25rem;font-size:.86rem;line-height:1.55}.footer-contact-link{border-bottom:1px solid var(--accent);align-items:center;gap:.6rem;padding-block:.2rem;font-weight:750;display:inline-flex}.footer-contact-link span{transition:transform .2s}.footer-contact-link:hover span,.footer-contact-link:focus-visible span{transform:translate(3px,-3px)}.footer-language{border-top:1px solid #4f5d79;align-items:center;gap:.75rem;width:100%;margin-top:1.1rem;padding-top:1rem;display:flex}.footer-language .footer-label{margin:0}.footer-language a{color:var(--on-dark);letter-spacing:.08em;font-size:.78rem;font-weight:800}.footer-language a:hover,.footer-language a:focus-visible{color:var(--accent)}.footer-bottom{color:#aeb9d0;border-top:1px solid #4f5d79;justify-content:space-between;align-items:flex-start;gap:1rem;margin-top:clamp(3rem,6vw,5rem);padding-top:1rem;font-size:.72rem;line-height:1.5;display:flex}.footer-mark{color:var(--accent);letter-spacing:.14em;font-size:.68rem;font-weight:800}.privacy-section{background:var(--surface)}.privacy-layout{grid-template-columns:.4fr 1.2fr;gap:8vw;display:grid}.privacy-aside{flex-direction:column;align-items:flex-start;gap:.35rem;display:flex}.privacy-aside .box-mark{margin:0 0 3rem}.privacy-aside span{color:var(--text-muted);font-size:.76rem}.privacy-aside strong{font-size:.84rem}.privacy-content section{border-top:1px solid var(--border);padding-block:1.7rem}.privacy-content h2{letter-spacing:-.03em;margin-bottom:.7rem;font-size:1.25rem}.privacy-content p{margin-bottom:0;font-size:.95rem}.not-found{background:var(--surface-muted);align-items:center;min-height:calc(100vh - 5.25rem);display:flex}.not-found-inner{text-align:center}.not-found-visual{color:var(--text);letter-spacing:-.12em;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2rem;font-size:clamp(6rem,16vw,13rem);font-weight:800;line-height:.7;display:flex}.not-found-visual .box-mark{margin:0;transform:rotate(8deg)}.not-found .eyebrow{justify-content:center}.not-found h1{max-width:12ch;margin:1.4rem auto 1rem}.not-found p{margin-inline:auto}.not-found .button-row{justify-content:center;margin-top:2rem}@media (width<=980px){.desktop-nav-wrap{gap:1rem}.desktop-nav{gap:.9rem}.hero-grid{grid-template-columns:1fr}.module-visual{width:100%;max-width:42rem;min-height:27rem;margin:0 auto}.service-card--1,.service-card--2,.service-card--3,.service-card--4,.service-card--5,.service-card--6{grid-column:span 6;margin-top:0}.service-card--5{margin-top:1rem}.principles-layout,.service-detail,.contact-grid{gap:3rem}}@media (width<=720px){:root{--pad:1.1rem}.desktop-nav-wrap{display:none}.mobile-actions{align-items:center;gap:1rem;display:flex}.menu-toggle{border:1px solid var(--border);background:var(--surface);justify-content:center;align-items:center;width:2.8rem;height:2.8rem;padding:0;display:inline-flex}.menu-icon{flex-direction:column;gap:.3rem;width:1rem;display:flex}.menu-icon i{background:var(--text);width:100%;height:1px;transition:transform .2s;display:block}.menu-icon--open i:first-child{transform:translateY(.2rem)rotate(45deg)}.menu-icon--open i:last-child{transform:translateY(-.2rem)rotate(-45deg)}.mobile-nav{background:var(--background);max-height:0;transition:max-height .35s var(--ease), border-color .3s ease;border-top:1px solid #0000;display:block;overflow:hidden}.mobile-nav--open{border-color:var(--border);max-height:28rem}.mobile-nav-inner{flex-direction:column;padding-block:1rem 1.5rem;display:flex}.mobile-nav a{border-bottom:1px solid var(--border);letter-spacing:-.03em;align-items:center;gap:1rem;padding-block:.95rem;font-size:1.2rem;font-weight:700;display:flex}.mobile-nav a span{color:var(--accent);letter-spacing:.1em;font-size:.68rem}.mobile-nav a.is-active{color:var(--accent-hover)}.mobile-nav .mobile-nav-cta{background:var(--accent);border:0;justify-content:space-between;margin-top:1rem;padding:1rem;font-size:.9rem}.language-suggestion{flex-direction:column;align-items:flex-start;gap:.8rem;max-width:none;bottom:1rem;left:1rem;right:1rem}.language-suggestion-actions{justify-content:space-between;width:100%}h1{font-size:clamp(3.1rem,14vw,5.2rem)}h2{font-size:clamp(2.3rem,11vw,3.5rem)}.section-pad{padding-block:4.5rem}.hero{padding-top:4.5rem}.hero-grid{gap:3.5rem}.module-visual{min-height:21rem}.module-node{min-width:7.3rem;padding:.6rem;font-size:.65rem}.orbit-a{width:13rem;height:13rem}.module-node--1{top:15%}.module-node--2{top:34%}.module-node--3{top:52%;left:13%}.module-node--4{bottom:15%;right:7%}.module-node--5{bottom:2%}.intro-grid,.split-statement,.principles-layout,.communication-grid,.contact-grid,.privacy-layout{grid-template-columns:1fr;gap:2.4rem}.intro-grid .section-index,.split-statement .section-index{margin-bottom:-.7rem}.section-heading-row{margin-bottom:2rem;display:block}.section-heading-row>p{margin-top:1.3rem}.service-grid{flex-direction:column;display:flex}.service-card,.service-card--5{min-height:0;margin:0}.service-card p{min-height:0}.engagement-path,.process-preview-grid,.models-grid{grid-template-columns:1fr}.engagement-path:before{border-top:0;border-left:1px dashed var(--accent);inset:3.8rem auto 3rem .35rem}.engagement-item,.engagement-item+.engagement-item{border-left:0;min-height:0;padding:1.2rem 0 1.5rem 2rem}.engagement-number{margin-bottom:1.1rem}.principles-intro .box-mark{margin-top:1.5rem}.principles-list article{grid-template-columns:2.5rem 1fr}.ticket-list{margin:0}.ticket--2,.ticket--3,.ticket--4{margin-left:0}.ticket{grid-template-columns:2.3rem 1fr 1rem;min-height:5.3rem;padding:.75rem}.ticket>span:nth-child(2){font-size:.78rem}.process-preview-grid article,.process-preview-grid article+article{border-left:0;border-top:1px solid var(--border);min-height:0;padding:1.2rem 0}.process-preview-grid article:first-child{border-top:0}.page-hero-grid{grid-template-columns:1fr;gap:2rem}.page-hero h1{max-width:11ch}.service-detail{padding-block:4rem;display:block}.service-detail-heading{position:static}.service-detail-heading h2{max-width:none}.service-detail-body{grid-template-columns:1fr;gap:2.5rem;margin-top:2.5rem}.final-cta-inner{display:block}.final-cta-actions{align-items:flex-start;margin-top:2rem}.final-cta-shape{opacity:.45;right:-6rem}.timeline{padding-left:2.4rem}.timeline-marker{left:-2.95rem}.models-grid article,.models-grid article+article{border-left:0;border-bottom:1px solid var(--border);min-height:0;padding:1.2rem 0 1.5rem}.models-grid h3{margin-top:1.2rem}.contact-form{padding:1rem}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column;align-items:flex-start}.privacy-aside .box-mark{margin-bottom:1.5rem}.site-footer{border-radius:1.4rem 1.4rem 0 0;margin-top:.6rem;padding-block:3rem 1rem}.footer-top{grid-template-columns:1fr;gap:2.25rem}.footer-brand{max-width:30rem}.footer-language{margin-top:.75rem}.footer-bottom{flex-direction:column;gap:.8rem;margin-top:2.75rem}}.site-header{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-bottom:0;top:.8rem}.site-header--scrolled{background:0 0;border-bottom:0}.header-inner{border:2px solid var(--text);background:var(--surface);min-height:4.5rem;box-shadow:5px 5px 0 var(--accent);border-radius:999px;padding:.55rem .65rem .55rem 1.15rem}.desktop-nav-wrap{gap:1rem}.desktop-nav{gap:.35rem}.desktop-nav>a:not(.button){color:var(--text);border-radius:999px;padding:.65rem .8rem}.desktop-nav>a:not(.button):after{display:none}.desktop-nav>a:not(.button):hover,.desktop-nav>a.is-active{background:var(--surface-muted);color:var(--text)}.desktop-nav .button--primary{border:2px solid var(--text);box-shadow:none;border-radius:999px}.language-switcher{background:var(--surface-muted);color:var(--text);border-radius:999px;padding:.35rem .65rem}.language-switcher a.is-active{-webkit-text-decoration-color:var(--amber);text-decoration-color:var(--amber)}.hero{background:var(--dark);color:var(--on-dark);border-radius:0 0 2.5rem 2.5rem;margin-top:-.5rem;position:relative;overflow:hidden}.hero:before{background:var(--amber);content:"";opacity:.34;border-radius:50%;width:22rem;height:22rem;position:absolute;top:11rem;left:-8rem}.hero:after{border:2px solid var(--cobalt);content:"";opacity:.55;border-radius:50%;width:30rem;height:30rem;position:absolute;bottom:-10rem;right:-5rem}.hero-grid,.hero-footerline{z-index:1;position:relative}.hero-copy .eyebrow,.page-hero .eyebrow{color:var(--accent)}.hero-copy h1{color:var(--on-dark)}.hero-lead{color:#d6dced}.hero-supporting{border-left-color:var(--accent);color:#c3cbe0}.hero-footerline{color:#aeb9d0;border-top-color:#4f5d79}.module-visual{border:2px solid var(--accent);background:#1d2942;border-radius:2rem;min-height:34rem;padding:1rem;transform:none}.module-visual:before{background:var(--accent);content:"";z-index:-1;border:0;border-radius:50%;width:8.5rem;height:8.5rem;inset:8% auto auto 8%;transform:none}.module-visual:after{background:var(--amber);content:"";border:0;border-radius:50%;width:5.5rem;height:5.5rem;bottom:7%;right:9%}.module-visual-orbit,.module-visual svg{display:none}.node-label{background:var(--on-dark);color:var(--text);box-shadow:none;border:0;border-radius:999px;padding:.55rem .75rem;top:5%;right:7%;transform:rotate(-4deg)}.module-node{border:2px solid var(--text);min-width:10rem;box-shadow:5px 5px 0 var(--accent);color:var(--text);border-radius:1.1rem;padding:.95rem 1rem;font-size:.8rem;line-height:1.2}.module-node b{color:var(--text);font-weight:900}.module-node i{background:var(--dark)}.module-node--1{background:var(--accent);top:20%;left:4%;transform:rotate(-6deg)}.module-node--2{background:var(--cobalt);top:36%;right:4%;transform:rotate(5deg)}.module-node--3{background:var(--amber);top:52%;left:17%;transform:rotate(-3deg)}.module-node--4{background:var(--on-dark);bottom:17%;right:17%;transform:rotate(4deg)}.module-node--5{background:var(--accent);bottom:4%;left:2%;transform:rotate(-4deg)}.module-node--1:hover,.module-node--2:hover,.module-node--3:hover,.module-node--4:hover,.module-node--5:hover{transform:translateY(-5px)rotate(0)}.intro-section{margin:1.2rem var(--pad) 0;background:var(--accent-soft);border-radius:2rem}.intro-section .container{width:100%}.statement{color:var(--text)}.section-heading-row h2,.section-title-narrow{max-width:14ch}.service-card{border:2px solid var(--text);min-height:28rem;box-shadow:7px 7px 0 var(--text);border-radius:1.35rem;padding:1.45rem}.service-card:hover{border-color:var(--text);box-shadow:10px 10px 0 var(--text);transform:translate(-3px,-5px)}.service-card--2{background:var(--cobalt)}.service-card--4{background:var(--amber)}.service-card--6{background:var(--accent)}.service-card--dark{border-color:var(--text);background:var(--dark);box-shadow:7px 7px 0 var(--amber)}.service-card p,.service-card li{color:var(--text)}.service-card--dark p,.service-card--dark li,.service-card--dark .card-link{color:#d6dced}.service-card li{border-top-color:color-mix(in srgb, var(--text) 25%, transparent)}.card-link{border-bottom:2px solid}.engagement-section{background:var(--surface-muted);border-radius:2rem;margin-top:1.2rem}.engagement-path{border-top:0;gap:1rem}.engagement-path:before{display:none}.engagement-item,.engagement-item+.engagement-item{border:2px solid var(--text);background:var(--surface);min-height:15rem;box-shadow:5px 5px 0 var(--text);border-radius:1.25rem;padding:1.35rem}.engagement-item:nth-child(2){background:var(--cobalt);margin-top:2.5rem}.engagement-item:nth-child(3){background:var(--amber)}.engagement-item:nth-child(4){background:var(--accent);margin-top:2.5rem}.engagement-number{max-width:none;color:var(--text);margin-bottom:4rem}.engagement-number span{color:var(--cobalt)}.principles-section{background:var(--dark);color:var(--on-dark);border-radius:2rem;margin-top:1.2rem}.principles-section .eyebrow,.principles-section h2{color:var(--on-dark)}.principles-list{border-top-color:#53617a}.principles-list article{border-bottom-color:#53617a}.principles-list h3{color:var(--on-dark)}.principles-list p{color:#c3cbe0}.principle-number{color:var(--accent)}.assignments-section{background:var(--amber);border-radius:2rem;margin-top:1.2rem}.assignments-section .outline-label{border:2px solid var(--text);color:var(--text);border-radius:999px}.ticket{border:2px solid var(--text);background:var(--surface);box-shadow:5px 5px 0 var(--text);border-radius:1rem}.ticket:hover{background:var(--accent);transform:translate(-4px)rotate(-.5deg)}.process-preview{background:var(--cobalt);border-radius:2rem;margin-top:1.2rem}.process-preview-grid article,.process-preview-grid article+article{border:2px solid var(--text);background:var(--surface);box-shadow:5px 5px 0 var(--text);border-radius:1.2rem;padding:1.35rem}.process-preview-grid article+article{border-left:2px solid var(--text)}.process-line{background:var(--text)}.page-hero{background:var(--dark);color:var(--on-dark);border:0;border-radius:0 0 2.5rem 2.5rem;margin-top:-.5rem}.page-hero h1{color:var(--on-dark)}.page-hero-intro{color:#c3cbe0}.service-details{background:var(--background)}.service-detail{border:2px solid var(--text);background:var(--surface);box-shadow:8px 8px 0 var(--text);border-radius:1.5rem;margin-bottom:1.5rem;padding:clamp(2rem,5vw,4.5rem)}.service-detail:nth-child(2n){background:var(--cobalt)}.service-detail:nth-child(3n){background:var(--amber)}.service-detail:nth-child(4n){background:var(--accent)}.service-detail h2{max-width:11ch}.service-detail-index{color:#3157ff}.detail-label{color:var(--text)}.check-list li{border-top-color:color-mix(in srgb, var(--text) 30%, transparent)}.final-cta{background:var(--accent);color:var(--text);border-radius:2rem 2rem 0 0}.final-cta .eyebrow,.final-cta h2,.final-cta p{color:var(--text)}.final-cta .eyebrow-dot{background:var(--cobalt)}.final-cta .button--primary{border:2px solid var(--text);background:var(--text);color:var(--on-dark)}.final-cta-shape{border-color:var(--text);opacity:.6}.final-cta-shape i{border-color:var(--text)}.final-cta-shape i:nth-child(2){border-color:var(--cobalt)}.final-cta-shape i:nth-child(3){background:var(--cobalt)}.starting-point,.input-section{background:var(--accent-soft);border-radius:2rem}.timeline-section{background:var(--surface);border-radius:2rem;margin-top:1.2rem}.timeline:before{background:var(--text);width:2px}.timeline-marker{border:2px solid var(--text)}.timeline-marker:after{background:var(--amber)}.models-section{background:var(--surface-muted);border-radius:2rem;margin-top:1.2rem}.models-grid{border-top:0;gap:1rem}.models-grid article,.models-grid article+article{border:2px solid var(--text);background:var(--surface);box-shadow:5px 5px 0 var(--text);border-radius:1.2rem;padding:1.35rem}.models-grid article:nth-child(2){background:var(--amber)}.models-grid article:nth-child(3){background:var(--cobalt)}.models-grid article:nth-child(4){background:var(--accent)}.communication-section{background:var(--cobalt);color:var(--text);border-radius:2rem;margin-top:1.2rem}.communication-grid h2,.communication-grid p{color:var(--text)}.communication-grid ul{border-top-color:var(--text)}.communication-grid li{border-bottom-color:var(--text);color:var(--text)}.contact-section{background:var(--amber);border-radius:2rem;margin-top:1.2rem}.contact-form{border:2px solid var(--text);background:var(--surface);box-shadow:8px 8px 0 var(--text);border-radius:1.5rem}.contact-form input:not([type=checkbox]),.contact-form textarea{border:2px solid var(--text);border-radius:.8rem}.direct-contact{border-top:2px solid var(--text)}.privacy-section{background:var(--surface);border-radius:2rem;margin-top:1.2rem}.privacy-content section{border-top:2px solid var(--text)}.not-found{background:var(--amber);border-radius:0 0 2rem 2rem;min-height:calc(100vh - 5.25rem)}.not-found-visual .box-mark i,.box-mark i{border-width:2px}@media (width<=720px){.header-inner{min-height:4rem;padding-left:.9rem}.hero,.page-hero{border-radius:0 0 1.5rem 1.5rem}.hero:before{top:15rem;left:-12rem}.module-visual{border-radius:1.4rem;min-height:23rem}.intro-section,.engagement-section,.principles-section,.assignments-section,.process-preview,.timeline-section,.models-section,.communication-section,.contact-section,.privacy-section{border-radius:1.4rem;margin-inline:.6rem}.engagement-item:nth-child(2),.engagement-item:nth-child(4){margin-top:0}.service-detail{box-shadow:5px 5px 0 var(--text);border-radius:1.2rem}.final-cta{border-radius:1.4rem 1.4rem 0 0}}body{line-height:1.65}h1{max-width:11.5ch;font-size:clamp(2.75rem,5.8vw,6.25rem)}.hero-copy h1{letter-spacing:-.055em;text-shadow:0 .04em #0000002e;text-wrap:balance;max-width:14.5ch;font-size:clamp(3.25rem,5vw,5.75rem);line-height:1.04}h2{max-width:16ch;font-size:clamp(2rem,3.8vw,4rem);line-height:1.02}h3{letter-spacing:-.045em;font-size:clamp(1.15rem,1.6vw,1.35rem);line-height:1.08}p{line-height:1.65}.hero-lead,.page-hero-intro,.body-lead{line-height:1.55}.hero-lead{max-width:32rem}.section-heading-row>p,.service-card p,.service-detail-heading p,.detail-side p,.plain-list li,.timeline p,.models-grid p,.contact-aside p,.privacy-content p{line-height:1.6}.service-card p{min-height:5.8rem}.service-card li,.ticket>span:nth-child(2),.check-list li{line-height:1.5}.privacy-content{max-width:43rem}.privacy-content h2{font-size:1.15rem}@media (width<=720px){h1{max-width:12ch;font-size:clamp(2.65rem,12vw,4.4rem)}.hero-copy h1{max-width:13.5ch;font-size:clamp(2.7rem,11vw,4.1rem);line-height:1.06}h2{font-size:clamp(2rem,9vw,3.2rem)}.service-card p{min-height:0}.hero-lead,.page-hero-intro,.body-lead{font-size:1.05rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
