    :root{
      --bg:#05070a;--ink:#f4f7fa;--muted:#9da9b6;--line:rgba(255,255,255,.12);
      --accent:#9af0ff;--accent-2:#b8a3ff;--glass:rgba(5,8,13,.82);--radius:28px;
      --pointer-x:50%;--pointer-y:50%;--page-progress:0;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth;background:var(--bg)}
    body{margin:0;color:var(--ink);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
    body::before{content:"";position:fixed;inset:0;z-index:90;pointer-events:none;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E");mix-blend-mode:soft-light}
    a{color:inherit;text-decoration:none}button,input,textarea{font:inherit;color:inherit}.shell{width:min(1400px,calc(100% - 48px));margin-inline:auto}
    #bg-layer,#gl-container{position:fixed;inset:0;width:100vw;height:100vh;pointer-events:none}#bg-layer{z-index:0;background:#05070a}#gl-container{z-index:0;overflow:hidden}#gl-container canvas{width:100%;height:100%;display:block}
    header,main,footer{position:relative;z-index:1}

    .topbar{position:fixed;inset:0 0 auto 0;z-index:40;padding:14px 0;background:rgba(3,6,10,.82);border-bottom:1px solid rgba(255,255,255,.1);backdrop-filter:blur(22px) saturate(135%);box-shadow:0 12px 44px rgba(0,0,0,.12);transition:background .35s ease,box-shadow .35s ease}
    .topbar.scrolled{background:rgba(3,6,10,.91);box-shadow:0 18px 52px rgba(0,0,0,.2)}
    .scroll-progress{position:absolute;left:0;right:0;bottom:-1px;height:2px;overflow:hidden;pointer-events:none}.scroll-progress::before{content:"";display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--accent),var(--accent-2));transform:scaleX(var(--page-progress));transform-origin:left center;box-shadow:0 0 14px rgba(154,240,255,.5)}
    .nav{display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;font-size:13px;font-weight:780;letter-spacing:.11em;text-transform:uppercase;white-space:nowrap}
    .brand-mark{width:30px;height:30px;border:1px solid rgba(255,255,255,.25);border-radius:50%;position:relative;overflow:hidden}.brand-mark::before,.brand-mark::after{content:"";position:absolute;left:50%;top:50%;border:1px solid var(--accent);border-radius:50%;transform:translate(-50%,-50%) rotate(34deg)}.brand-mark::before{width:22px;height:7px}.brand-mark::after{width:7px;height:22px;opacity:.5}
    .nav-links{display:flex;gap:25px;color:#c1cad3;font-size:12px}.nav-links a{position:relative;transition:color .2s ease}.nav-links a::after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--accent);transition:right .3s cubic-bezier(.2,.7,.2,1)}.nav-links a:hover{color:white}.nav-links a:hover::after,.nav-links a.active::after{right:0}.nav-links a.active{color:white}
    .nav-actions{display:flex;align-items:center;gap:8px}.lang-switch{display:flex;align-items:center;padding:3px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.045)}.lang-btn{border:0;background:transparent;border-radius:999px;padding:7px 9px;min-width:38px;cursor:pointer;color:#87939f;font-size:10px;font-weight:800;letter-spacing:.1em;transition:background .2s ease,color .2s ease}.lang-btn[aria-current="page"]{color:#071016;background:var(--accent)}
    .nav-cta,.primary,.ghost{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;transition:transform .22s ease,border-color .22s ease,background .22s ease}.nav-cta{padding:10px 15px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);font-size:12px;font-weight:720}.nav-cta:hover,.primary:hover,.ghost:hover{transform:translateY(-2px)}

    .section-rail{position:fixed;right:18px;top:50%;transform:translateY(-50%);z-index:32;display:grid;gap:12px;padding:10px 7px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(4,7,11,.45);backdrop-filter:blur(12px)}.rail-dot{width:7px;height:7px;border:0;padding:0;border-radius:50%;background:rgba(255,255,255,.24);cursor:pointer;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.rail-dot.active{background:var(--accent);transform:scale(1.45);box-shadow:0 0 12px var(--accent)}

    .hero{position:relative;min-height:100svh;display:grid;overflow:hidden;isolation:isolate;background:transparent}.hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(2,5,8,.88) 0%,rgba(2,5,8,.51) 44%,rgba(2,5,8,.14) 72%,rgba(2,5,8,.36) 100%),linear-gradient(180deg,rgba(2,5,8,.08),rgba(2,5,8,.06) 65%,rgba(5,7,10,.93) 100%)}
    .hero-inner{width:min(1400px,calc(100% - 48px));margin-inline:auto;padding:154px 0 132px;display:flex;align-items:center;min-height:100svh}.hero-copy{max-width:1070px;will-change:transform,opacity;transform:translate3d(0,var(--hero-y,0px),0) scale(var(--hero-scale,1));opacity:var(--hero-opacity,1)}
    .eyebrow{display:flex;align-items:center;gap:11px;color:#c5ced6;font-size:11px;font-weight:780;letter-spacing:.18em;text-transform:uppercase;margin-bottom:28px}.eyebrow::before{content:"";width:38px;height:1px;background:var(--accent);box-shadow:0 0 14px var(--accent)}
    .hero h1{margin:0;font-size:clamp(58px,8vw,126px);line-height:.87;letter-spacing:-.072em;font-weight:610;text-wrap:balance}.hero h1 .track-a{display:block}.hero h1 .track-b{display:block;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.83);text-shadow:0 0 38px rgba(154,240,255,.14)}
    .hero-separator{display:flex;align-items:center;gap:14px;margin:25px 0 0;color:#72808c;font:700 10px/1 ui-monospace,monospace;letter-spacing:.16em;text-transform:uppercase}.hero-separator::after{content:"";width:min(230px,32vw);height:1px;background:linear-gradient(90deg,rgba(154,240,255,.55),transparent)}
    .hero-lead{max-width:800px;margin:24px 0 0;color:#b7c0c9;font-size:clamp(17px,1.35vw,21px);line-height:1.66}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:36px}.primary,.ghost{min-height:52px;padding:0 22px;border:1px solid transparent;font-size:13px;font-weight:760;cursor:pointer}.primary{color:#041014;background:linear-gradient(135deg,#e2fbff,var(--accent));box-shadow:0 12px 50px rgba(154,240,255,.15)}.ghost{background:rgba(6,9,14,.4);border-color:rgba(255,255,255,.17);backdrop-filter:blur(12px)}
    .hero-enter{opacity:0;transform:translateY(28px);animation:heroIn .9s cubic-bezier(.16,.8,.22,1) forwards;animation-delay:var(--delay,0s)}@keyframes heroIn{to{opacity:1;transform:none}}

    .section{position:relative;padding:132px 0;background:rgba(5,7,10,.73);overflow:hidden}.section.alt{background:rgba(7,10,15,.84)}.section::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(600px 320px at var(--pointer-x) var(--pointer-y),rgba(154,240,255,.025),transparent 68%)}
    .section-head{display:grid;grid-template-columns:minmax(190px,.68fr) minmax(0,1.5fr);gap:48px;align-items:start;margin-bottom:66px}.kicker{color:var(--accent);font:700 11px/1.2 ui-monospace,monospace;letter-spacing:.14em;text-transform:uppercase}.section h2,.contact h2{margin:0;font-size:clamp(42px,5.2vw,76px);line-height:.98;letter-spacing:-.055em;font-weight:560;text-wrap:balance}.intro{max-width:780px;margin:24px 0 0;color:#aeb7bf;font-size:17px;line-height:1.72}

    .track-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.track-panel{position:relative;min-height:510px;border:1px solid var(--line);border-radius:30px;background:rgba(255,255,255,.026);padding:32px;overflow:hidden;transform-style:preserve-3d;transition:border-color .35s ease,background .35s ease}.track-panel::before{content:"";position:absolute;inset:0;background:radial-gradient(520px 320px at var(--card-x,70%) var(--card-y,30%),rgba(154,240,255,.09),transparent 62%);pointer-events:none}.track-panel:hover{border-color:rgba(154,240,255,.28);background:rgba(255,255,255,.035)}.track-label{display:flex;align-items:center;justify-content:space-between;gap:20px;color:#87939e;font:700 10px/1 ui-monospace,monospace;letter-spacing:.12em;text-transform:uppercase}.track-label strong{color:var(--accent);font-weight:700}.track-panel h3{margin:72px 0 14px;font-size:clamp(34px,4vw,60px);line-height:.98;letter-spacing:-.052em;font-weight:570}.track-panel>p{max-width:650px;margin:0;color:#a8b2bc;font-size:15px;line-height:1.7}.facts{display:grid;gap:0;margin-top:30px;border-top:1px solid var(--line)}.fact{display:grid;grid-template-columns:160px 1fr;gap:18px;padding:16px 0;border-bottom:1px solid var(--line)}.fact b{font:700 10px/1.35 ui-monospace,monospace;letter-spacing:.08em;text-transform:uppercase;color:#d6dde3}.fact span{color:#97a3ae;font-size:13px;line-height:1.55}

    .capability-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.capability{position:relative;min-height:300px;border:1px solid var(--line);border-radius:26px;padding:28px;background:rgba(255,255,255,.025);overflow:hidden;transition:border-color .3s ease,background .3s ease}.capability::after{content:"";position:absolute;left:28px;right:28px;bottom:0;height:1px;background:linear-gradient(90deg,var(--accent),transparent);transform:scaleX(var(--line-scale,.15));transform-origin:left;opacity:.6}.capability:hover{border-color:rgba(184,163,255,.3);background:rgba(255,255,255,.035)}.capability-index{color:#7e8b96;font:700 10px/1 ui-monospace,monospace;letter-spacing:.12em}.capability h3{margin:78px 0 12px;font-size:27px;letter-spacing:-.04em}.capability p{margin:0;color:#9aa6b0;line-height:1.65;font-size:14px}.capability .evidence{display:block;margin-top:18px;color:#c7d0d8;font:650 10px/1.5 ui-monospace,monospace;letter-spacing:.04em}

    .profile-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:18px}.profile-card,.timeline-card{border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.025);padding:30px}.profile-card h3{margin:0 0 18px;font-size:28px;letter-spacing:-.04em}.profile-card p{margin:0 0 17px;color:#a7b1bb;line-height:1.72}.credentials{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:26px}.credential{border:1px solid rgba(255,255,255,.09);border-radius:14px;padding:13px;background:rgba(255,255,255,.025)}.credential b{display:block;color:#e7edf2;font-size:12px;margin-bottom:5px}.credential span{color:#8f9ba6;font-size:11px;line-height:1.45}
    .timeline{display:grid}.timeline-item{display:grid;grid-template-columns:92px 1fr;gap:18px;padding:21px 0;border-bottom:1px solid var(--line)}.timeline-item:first-child{padding-top:0}.timeline-item:last-child{border-bottom:0;padding-bottom:0}.timeline-year{color:var(--accent);font:700 11px/1.2 ui-monospace,monospace;letter-spacing:.08em}.timeline-item h3{margin:0 0 7px;font-size:18px;letter-spacing:-.025em}.timeline-item p{margin:0;color:#929eaa;line-height:1.58;font-size:13px}.tool-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}.tool-tag{padding:9px 11px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(255,255,255,.026);color:#aab4bd;font:650 10px/1 ui-monospace,monospace;letter-spacing:.04em}

    .contact{position:relative;padding:148px 0;background:rgba(4,7,10,.87);border-top:1px solid rgba(255,255,255,.08)}.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:52px;align-items:start}.contact-copy{position:sticky;top:130px}.contact-copy p{max-width:580px;color:#9faab4;font-size:16px;line-height:1.7;margin:24px 0 0}.form{border:1px solid var(--line);border-radius:30px;background:rgba(255,255,255,.03);padding:30px;backdrop-filter:blur(12px)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:8px}.field.full{grid-column:1/-1}.field label{color:#aab5bf;font-size:11px;font-weight:700;letter-spacing:.05em}.field input,.field textarea{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(2,5,9,.54);padding:14px 15px;outline:0;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.field textarea{min-height:154px;resize:vertical}.field input:focus,.field textarea:focus{border-color:rgba(154,240,255,.5);box-shadow:0 0 0 3px rgba(154,240,255,.08);background:rgba(2,5,9,.7)}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px}.form-note{color:#77838e;font-size:10px;line-height:1.55}.submit{border:0}.form-status{min-height:20px;color:var(--accent);font-size:11px;margin-top:14px;line-height:1.5}
    footer{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.08);background:rgba(4,7,10,.94);padding:28px 0 34px;color:#7e8994;font-size:11px}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}

    @media(max-width:1050px){.nav-links{display:none}.section-rail{display:none}.track-grid,.profile-grid,.contact-grid{grid-template-columns:1fr}.capability-grid{grid-template-columns:1fr 1fr}.contact-copy{position:static}.hero h1{font-size:clamp(56px,11vw,110px)}}
    @media(max-width:720px){.shell,.hero-inner{width:min(100% - 28px,1400px)}.topbar{padding:11px 0}.brand{font-size:11px}.brand-mark{width:27px;height:27px}.nav-cta{display:none}.hero-inner{padding:126px 0 96px}.hero h1{font-size:clamp(50px,16vw,82px)}.hero-lead{font-size:16px}.section{padding:96px 0}.section-head{grid-template-columns:1fr;gap:21px;margin-bottom:46px}.track-grid,.capability-grid{grid-template-columns:1fr}.track-panel{min-height:auto;padding:24px}.track-panel h3{margin-top:44px}.fact{grid-template-columns:1fr;gap:5px}.credentials{grid-template-columns:1fr}.timeline-item{grid-template-columns:70px 1fr}.contact{padding:100px 0}.form{padding:21px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.form-actions{align-items:flex-start;flex-direction:column}.footer-inner{flex-direction:column;align-items:flex-start}.lang-btn{padding:7px 8px}}
    @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-enter{animation:none;opacity:1;transform:none}[data-scroll-reactive]{transform:none!important;opacity:1!important;filter:none!important;clip-path:none!important}.scroll-progress::before{transition:none!important}*{transition-duration:.001ms!important}}


    
    .shell,.hero-inner{width:min(1580px,calc(100% - 64px))}
    .topbar{padding:17px 0;background:rgba(3,6,10,.9);backdrop-filter:blur(18px) saturate(128%)}
    .nav{gap:0;justify-content:flex-start}.brand{font-size:14px;letter-spacing:.085em}.brand-mark{width:33px;height:33px}
    .nav-links{gap:38px;margin-left:clamp(42px,5vw,92px);font-size:14px;font-weight:620;letter-spacing:.01em}.nav-links a::after{bottom:-9px;height:2px}
    .nav-actions{gap:11px;margin-left:auto}.lang-btn{font-size:11px;padding:8px 11px;min-width:43px}.nav-cta{padding:11px 18px;font-size:13px}
    .section{overflow:clip}.section-head,.track-panel,.capability,.profile-card,.timeline-card,.contact-copy,.form{min-width:0}
    .section h2,.contact h2,.track-panel h3,.capability h3,.timeline-item h3{overflow-wrap:break-word;text-wrap:balance}

    [data-scroll-reactive]{
      --motion-x:0px;--motion-y:0px;--motion-scale:1;--motion-rotate:0deg;--motion-skew:0deg;--motion-opacity:1;
      --motion-progress:1;--tilt-x:0deg;--tilt-y:0deg;
      will-change:transform,opacity;
      transform:translate3d(var(--motion-x),var(--motion-y),0) scale(var(--motion-scale)) rotate(var(--motion-rotate)) skewX(var(--motion-skew)) perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
      opacity:var(--motion-opacity);filter:none!important;clip-path:none!important;
      backface-visibility:hidden;transform-origin:50% 50%;
    }
    [data-scroll-text]{clip-path:none!important;filter:none!important}
    [data-motion="head"]{transform-origin:0 50%}
    .section-head .kicker{position:relative;padding-left:0;transition:color .25s ease}
    .section-head .kicker::after{content:"";display:block;width:clamp(48px,7vw,104px);height:1px;margin-top:14px;background:linear-gradient(90deg,var(--accent),transparent);transform:scaleX(var(--line-scale,.2));transform-origin:left center;opacity:.85}
    .section-head h2{letter-spacing:calc(-.055em + var(--head-spacing,0em));text-shadow:0 0 var(--head-glow,0px) rgba(154,240,255,.12)}

    .interactive-card{--tilt-x:0deg;--tilt-y:0deg}
    .track-panel,.capability{transform-style:preserve-3d}
    .track-panel:hover,.capability:hover,.profile-card:hover,.timeline-card:hover,.form:hover{border-color:rgba(154,240,255,.25)}
    .timeline-item{transition:opacity .35s ease,transform .45s cubic-bezier(.2,.72,.18,1)}
    .timeline-card.motion-active .timeline-item{opacity:1;transform:none}
    .timeline-card:not(.motion-active) .timeline-item{opacity:.72;transform:translateX(10px)}
    .timeline-card .timeline-item:nth-child(2){transition-delay:.035s}.timeline-card .timeline-item:nth-child(3){transition-delay:.07s}.timeline-card .timeline-item:nth-child(4){transition-delay:.105s}
    .credentials .credential{transition:transform .28s ease,border-color .28s ease,background .28s ease}.credentials .credential:hover{transform:translateY(-3px);border-color:rgba(154,240,255,.2);background:rgba(255,255,255,.04)}
    .tool-tag{transition:transform .22s ease,border-color .22s ease,color .22s ease}.tool-tag:hover{transform:translateY(-2px);border-color:rgba(184,163,255,.28);color:#e4e9ee}
    .form{backdrop-filter:none}.submit:disabled{opacity:.62;cursor:wait;transform:none!important}
    .field input,.field textarea{transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,transform .2s ease}.field input:focus,.field textarea:focus{transform:translateY(-1px)}
    .hero-copy{max-width:1260px;transform:translate3d(0,var(--hero-y,0px),0) scale(var(--hero-scale,1));opacity:var(--hero-opacity,1)}
    .hero h1{font-size:clamp(58px,7.2vw,116px)}
    .hero h1 .track-a,.hero h1 .track-b{will-change:transform;transition:none;transform:translate3d(var(--hero-track-x,0px),0,0)}
    .hero h1 .track-b{transform:translate3d(var(--hero-track-b-x,0px),0,0)}
    .hero-lead{transform:translate3d(0,var(--hero-lead-y,0px),0)}

    @media(min-width:1450px){
      .nav-links{gap:46px;font-size:15px}.brand{font-size:15px}.nav-cta{font-size:14px;padding:12px 20px}.lang-btn{font-size:12px}
      .section-head{grid-template-columns:minmax(230px,.64fr) minmax(0,1.65fr);gap:64px}
    }
    @media(max-width:1050px){.shell,.hero-inner{width:min(1400px,calc(100% - 40px))}.topbar{padding:14px 0}}
    @media(max-width:720px){.shell,.hero-inner{width:min(100% - 28px,1400px)}[data-scroll-reactive]{transform:translate3d(0,var(--motion-y),0) scale(var(--motion-scale));}.section{overflow:hidden}}


    
    #particle-transition{position:fixed;inset:0;width:100vw;height:100vh;z-index:24;pointer-events:none;opacity:0;contain:strict}
    #particle-transition.active{opacity:1}
    html.scene-mode{scroll-behavior:auto!important;scroll-snap-type:none!important}
    body.scene-mode{scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:none}
    body.scene-mode::-webkit-scrollbar{width:0;height:0}
    body.scene-transitioning{user-select:none;cursor:default}
    body.scene-transitioning .interactive-card,body.scene-transitioning .lang-switch{pointer-events:none}
    .particle-dom-text{opacity:var(--particle-dom-opacity,1)!important}
    [data-scroll-reactive]{--motion-x:0px;--motion-y:0px;--motion-scale:1;--motion-rotate:0deg;--motion-skew:0deg;--motion-opacity:1!important;transform:none;opacity:1}
    .scene-structure{will-change:transform,opacity;transform-origin:50% 50%}
    .scene-transitioning .scene-structure{transition:none!important}
    @media(max-width:759px){#particle-transition{display:none}}


    
    :root{--header-h:72px;--footer-h:46px}
    main>section{min-height:100dvh}
    footer{position:fixed;left:0;right:0;bottom:0;z-index:40;padding:10px 0 11px;background:rgba(3,6,10,.90);border-top:1px solid rgba(255,255,255,.10);backdrop-filter:blur(18px) saturate(128%);box-shadow:0 -12px 44px rgba(0,0,0,.14)}
    .footer-inner{min-height:24px}
    .section::before,.track-panel::before{display:none!important}
    .interactive-card{--tilt-x:0deg!important;--tilt-y:0deg!important}
    .track-panel,.capability{transform-style:flat}
    body.scene-mode main>section{height:100dvh;min-height:100dvh;max-height:100dvh;padding-top:calc(var(--header-h) + clamp(14px,2.1dvh,28px));padding-bottom:calc(var(--footer-h) + clamp(14px,2.1dvh,28px));display:flex;align-items:center;overflow:hidden}
    body.scene-mode .hero{display:flex}
    body.scene-mode .hero-inner{min-height:0;height:100%;padding:0;width:min(1580px,calc(100% - 64px));display:flex;align-items:center}
    body.scene-mode .section>.shell,body.scene-mode .contact>.shell{width:min(1580px,calc(100% - 64px))}
    body.scene-mode .section-head{margin-bottom:clamp(22px,4.2dvh,54px);gap:clamp(28px,4vw,64px)}
    body.scene-mode .section h2,body.scene-mode .contact h2{font-size:clamp(36px,min(5vw,8.6dvh),72px)}
    body.scene-mode .intro{margin-top:clamp(12px,2.2dvh,24px);font-size:clamp(13px,1.05vw,17px);line-height:1.56}
    body.scene-mode .track-panel{min-height:clamp(286px,42dvh,470px);padding:clamp(20px,2.4dvh,30px)}
    body.scene-mode .track-panel h3{margin-top:clamp(28px,5dvh,64px);font-size:clamp(28px,min(3.5vw,6.6dvh),54px)}
    body.scene-mode .track-panel>p{font-size:clamp(12px,.95vw,15px);line-height:1.55}
    body.scene-mode .facts{margin-top:clamp(16px,2.8dvh,28px)}
    body.scene-mode .fact{padding:clamp(9px,1.55dvh,15px) 0}
    body.scene-mode .capability{min-height:clamp(205px,28dvh,286px);padding:clamp(19px,2.4dvh,27px)}
    body.scene-mode .capability h3{margin:clamp(34px,5.7dvh,70px) 0 10px;font-size:clamp(21px,min(2.1vw,4.1dvh),27px)}
    body.scene-mode .capability p{font-size:clamp(11px,.9vw,14px);line-height:1.5}
    body.scene-mode .capability .evidence{margin-top:clamp(10px,1.8dvh,18px);font-size:clamp(8px,.66vw,10px)}
    body.scene-mode .profile-card,body.scene-mode .timeline-card{padding:clamp(20px,2.6dvh,30px)}
    body.scene-mode .profile-card h3{margin-bottom:clamp(10px,1.8dvh,18px);font-size:clamp(22px,2vw,28px)}
    body.scene-mode .profile-card p{margin-bottom:clamp(9px,1.5dvh,17px);font-size:clamp(11px,.88vw,14px);line-height:1.55}
    body.scene-mode .credentials{margin-top:clamp(12px,2dvh,24px)}
    body.scene-mode .credential{padding:clamp(9px,1.25dvh,13px)}
    body.scene-mode .tool-row{margin-top:clamp(12px,1.8dvh,24px)}
    body.scene-mode .tool-tag{padding:7px 9px}
    body.scene-mode .timeline-item{padding:clamp(12px,2.1dvh,20px) 0}
    body.scene-mode .timeline-item h3{font-size:clamp(15px,1.35vw,18px)}
    body.scene-mode .timeline-item p{font-size:clamp(10px,.82vw,13px);line-height:1.45}
    body.scene-mode .contact{padding-left:0;padding-right:0}
    body.scene-mode .contact-grid{gap:clamp(28px,4vw,52px);align-items:center}
    body.scene-mode .contact-copy{position:static}
    body.scene-mode .contact-copy p{margin-top:clamp(14px,2.2dvh,24px);font-size:clamp(12px,.95vw,16px);line-height:1.55}
    body.scene-mode .form{padding:clamp(18px,2.5dvh,28px)}
    body.scene-mode .form-grid{gap:clamp(9px,1.5dvh,14px)}
    body.scene-mode .field{gap:5px}
    body.scene-mode .field input,body.scene-mode .field textarea{padding:clamp(9px,1.4dvh,13px) 13px}
    body.scene-mode .field textarea{min-height:clamp(82px,13dvh,132px)}
    body.scene-mode .form-actions{margin-top:clamp(10px,1.5dvh,16px)}
    body.scene-mode .primary,body.scene-mode .ghost{min-height:clamp(42px,6dvh,50px)}
    body.scene-mode .hero-copy{max-width:1260px}
    body.scene-mode .hero h1{font-size:clamp(48px,min(7.2vw,13.2dvh),116px)}
    body.scene-mode .hero-lead{font-size:clamp(14px,min(1.35vw,2.8dvh),20px);line-height:1.55}
    body.scene-mode .hero-actions{margin-top:clamp(20px,4dvh,36px)}
    body.scene-mode .hero-separator{margin-top:clamp(16px,3dvh,25px)}
    
    body.scene-mode .scene-transit{opacity:1!important;pointer-events:none!important}
    body.scene-mode .scene-transit .scene-transit-structure{will-change:opacity,transform;transition:none!important}
    @media(max-height:700px) and (min-width:760px){body.scene-mode .section-head{margin-bottom:18px}body.scene-mode .eyebrow{margin-bottom:16px}body.scene-mode .track-panel{min-height:270px}body.scene-mode .track-panel h3{margin-top:24px}body.scene-mode .capability{min-height:190px}body.scene-mode .capability h3{margin-top:26px}body.scene-mode .profile-card p{font-size:clamp(10px,.82vw,13px)}body.scene-mode .tool-row{margin-top:8px}body.scene-mode .timeline-item{padding:9px 0}}
    @media(max-width:759px){footer{padding:8px 0 9px}.footer-inner{min-height:20px;gap:8px}main>section{min-height:100dvh}}


    
    .section-head{grid-template-columns:minmax(0,1fr);gap:0;max-width:1120px;margin-bottom:56px}
    .section-head>div{min-width:0}
    .track-panel{display:flex;flex-direction:column;justify-content:center}
    .track-panel h3{margin:0 0 20px}
    .track-panel>p{max-width:720px}
    .track-panel>p+p{margin-top:14px}
    .capability{display:flex;flex-direction:column;justify-content:center;min-height:260px}
    .capability h3{margin:0 0 15px;line-height:1.08}
    .capability p{font-size:15px;line-height:1.68}
    .timeline-item{grid-template-columns:116px minmax(0,1fr);align-items:start;column-gap:22px}
    .timeline-year{padding-top:3px;white-space:nowrap}
    .timeline-item h3{line-height:1.2}
    html[lang="it"] .hero h1{font-size:clamp(50px,6.45vw,102px);line-height:.98;letter-spacing:-.058em}
    html[lang="it"] .hero h1 .track-b{font-size:.83em;line-height:1.04;margin-top:.15em}
    html[lang="it"] .hero-lead{max-width:880px}
    body.scene-mode .section-head{grid-template-columns:minmax(0,1fr);gap:0;margin-bottom:clamp(18px,3.2dvh,40px);max-width:1120px}
    body.scene-mode .track-panel{min-height:clamp(270px,39dvh,430px);padding:clamp(20px,2.4dvh,30px)}
    body.scene-mode .track-panel h3{margin:0 0 clamp(10px,1.5dvh,16px);font-size:clamp(27px,min(3.25vw,5.8dvh),50px)}
    body.scene-mode .track-panel>p{font-size:clamp(10.5px,.86vw,13.5px);line-height:1.5}
    body.scene-mode .track-panel>p+p{margin-top:clamp(7px,1.05dvh,12px)}
    body.scene-mode .capability{min-height:clamp(185px,25.5dvh,255px);padding:clamp(18px,2.2dvh,26px)}
    body.scene-mode .capability h3{margin:0 0 clamp(8px,1.25dvh,13px);font-size:clamp(20px,min(1.95vw,3.65dvh),26px)}
    body.scene-mode .capability p{font-size:clamp(10px,.82vw,13px);line-height:1.5}
    body.scene-mode .timeline-item{grid-template-columns:116px minmax(0,1fr);align-items:start;padding:clamp(11px,1.9dvh,18px) 0}
    body.scene-mode .timeline-year{padding-top:3px}
    html[lang="it"] body.scene-mode .hero h1{font-size:clamp(44px,min(6.15vw,10.2dvh),94px);line-height:.98}
    html[lang="it"] body.scene-mode .hero h1 .track-b{font-size:.83em;margin-top:.15em}
    @media(max-height:700px) and (min-width:760px){
      html[lang="it"] body.scene-mode .hero h1{font-size:clamp(42px,min(5.8vw,9.4dvh),82px)}
      body.scene-mode .track-panel>p{font-size:clamp(9.5px,.78vw,12px);line-height:1.44}
      body.scene-mode .capability p{font-size:clamp(9.4px,.77vw,11.8px);line-height:1.42}
      body.scene-mode .timeline-item{padding:8px 0}
    }
    @media(max-width:759px){
      .section-head{margin-bottom:40px}
      .track-panel,.capability{justify-content:flex-start}
      .track-panel h3{margin-top:0}
      .timeline-item{grid-template-columns:82px minmax(0,1fr);column-gap:14px}
      html[lang="it"] .hero h1{font-size:clamp(43px,13.4vw,70px);line-height:1.01}
      html[lang="it"] .hero h1 .track-b{font-size:.82em;margin-top:.18em}
    }

    
    .nav-links a{white-space:nowrap}
    body.scene-mode .profile-card p{margin-bottom:clamp(7px,1.05dvh,12px);font-size:clamp(10.5px,.80vw,12.7px);line-height:1.44}
    body.scene-mode .profile-card h3{margin-bottom:clamp(8px,1.2dvh,12px)}
    body.scene-mode .credentials{margin-top:clamp(8px,1.25dvh,14px);gap:7px}
    body.scene-mode .credential{padding:clamp(7px,1dvh,10px)}
    body.scene-mode .credential b{margin-bottom:3px}
    body.scene-mode .timeline-item p{line-height:1.38}
    @media(max-height:760px) and (min-width:760px){
      body.scene-mode .profile-card p{font-size:clamp(9.8px,.75vw,11.8px);line-height:1.38;margin-bottom:6px}
      body.scene-mode .credentials{margin-top:6px}
      body.scene-mode .credential{padding:6px 8px}
      body.scene-mode .timeline-item{padding:7px 0}
    }

    
    body.scene-mode main>section:not(.hero){align-items:flex-start;padding-top:calc(var(--header-h) + clamp(34px,4dvh,48px));padding-bottom:calc(var(--footer-h) + clamp(16px,1.9dvh,26px))}
    body.scene-mode main>section:not(.hero)>.shell{margin-top:0}
    body.scene-mode .credentials{grid-template-columns:1fr 1fr}
    @media(max-height:820px) and (min-width:760px){
      body.scene-mode .section-head{margin-bottom:clamp(14px,2.2dvh,24px)}
      body.scene-mode .capability{min-height:clamp(168px,22.2dvh,188px);padding:16px 21px}
      body.scene-mode .capability h3{font-size:clamp(18px,1.72vw,23px);margin-bottom:7px}
      body.scene-mode .capability p{font-size:clamp(9.2px,.73vw,11.3px);line-height:1.4}
      body.scene-mode .profile-card,body.scene-mode .timeline-card{padding:18px 22px}
      body.scene-mode .profile-card p{font-size:clamp(9.4px,.72vw,11.3px);line-height:1.36}
      body.scene-mode .timeline-item h3{font-size:clamp(14px,1.2vw,17px)}
      body.scene-mode .timeline-item p{font-size:clamp(9px,.72vw,11.5px)}
    }

    .profile-meta{margin:0 0 16px!important;color:#91a0ac!important;font:650 10px/1.55 ui-monospace,monospace!important;letter-spacing:.025em}
    body.scene-mode .profile-meta{margin-bottom:clamp(7px,1dvh,11px)!important;font-size:clamp(8.8px,.66vw,10px)!important;line-height:1.4!important}

    
    @media(max-height:820px) and (min-width:760px){
      body.scene-mode .section h2,body.scene-mode .contact h2{font-size:clamp(32px,min(4vw,6.2dvh),48px);line-height:.98}
      body.scene-mode .intro{margin-top:10px;font-size:clamp(10px,.78vw,12px);line-height:1.38;max-width:900px}
      body.scene-mode .section-head{margin-bottom:16px}
      body.scene-mode .track-panel{min-height:238px;padding:16px 20px}
      body.scene-mode .track-panel h3{font-size:clamp(22px,2.2vw,30px);margin-bottom:8px}
      body.scene-mode .track-panel>p{font-size:clamp(9px,.70vw,10.8px);line-height:1.34}
      body.scene-mode .track-panel>p+p{margin-top:6px}
      body.scene-mode .profile-card,body.scene-mode .timeline-card{padding:16px 20px}
      body.scene-mode .profile-card h3{font-size:clamp(20px,1.8vw,25px);margin-bottom:7px}
      body.scene-mode .profile-meta{margin-bottom:6px!important}
      body.scene-mode .profile-card p{font-size:clamp(8.9px,.68vw,10.6px);line-height:1.32;margin-bottom:5px}
      body.scene-mode .timeline-item{padding:6px 0;grid-template-columns:102px minmax(0,1fr)}
      body.scene-mode .timeline-item h3{font-size:clamp(13px,1.05vw,15.5px);margin-bottom:4px}
      body.scene-mode .timeline-item p{font-size:clamp(8.5px,.66vw,10.2px);line-height:1.3}
    }
    @media(max-height:820px) and (min-width:1100px){
      body.scene-mode .capability-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
      body.scene-mode .capability{min-height:270px;padding:17px 18px;justify-content:flex-start}
      body.scene-mode .capability h3{font-size:clamp(18px,1.45vw,22px);line-height:1.05;margin:0 0 10px}
      body.scene-mode .capability p{font-size:clamp(8.8px,.67vw,10.5px);line-height:1.36}
    }


    
    body.scene-mode main>section:not(.hero){
      align-items:center;
      padding-top:calc(var(--header-h) + clamp(14px,2.0dvh,24px));
      padding-bottom:calc(var(--footer-h) + clamp(14px,2.0dvh,24px));
    }
    body.scene-mode main>section:not(.hero)>.shell{margin-top:0;margin-bottom:0}
    body.scene-mode .section-head{margin-bottom:clamp(20px,3.1dvh,34px)}

    
    .track-grid,.capability-grid,.profile-grid{align-items:stretch}
    .track-panel,.capability,.profile-card,.timeline-card{height:auto}
    .track-panel{min-height:0!important;justify-content:flex-start;padding:clamp(26px,2.3vw,34px)}
    body.scene-mode .track-panel{min-height:0!important;padding:clamp(24px,2.2dvh,32px)}
    .track-panel h3,body.scene-mode .track-panel h3{margin:0 0 clamp(13px,1.7dvh,19px)}
    .track-panel>p{line-height:1.58}

    .capability{min-height:0!important;justify-content:flex-start;padding:clamp(24px,2vw,30px)}
    body.scene-mode .capability{min-height:0!important;padding:clamp(22px,2dvh,28px)}
    .capability::after{display:none!important}
    .capability h3,body.scene-mode .capability h3{margin:0 0 clamp(12px,1.5dvh,16px)}
    .capability p,body.scene-mode .capability p{line-height:1.56}

    .profile-grid{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:18px}
    .profile-card,.timeline-card{padding:clamp(24px,2.2vw,30px)}
    body.scene-mode .profile-card,body.scene-mode .timeline-card{padding:clamp(22px,2.1dvh,28px)}
    .profile-card h3,body.scene-mode .profile-card h3{margin:0 0 12px}
    .profile-card p,body.scene-mode .profile-card p{font-size:clamp(11.2px,.84vw,13.4px);line-height:1.52;margin-bottom:clamp(9px,1.2dvh,14px)}
    .profile-context,body.scene-mode .profile-context{
      margin:0 0 clamp(12px,1.6dvh,17px)!important;
      padding:0 0 clamp(12px,1.5dvh,16px);
      border-bottom:1px solid rgba(255,255,255,.09);
      color:#aab5bf!important;
      font:inherit!important;
      letter-spacing:0!important;
      line-height:1.55!important;
    }
    .timeline-item{grid-template-columns:92px minmax(0,1fr);column-gap:20px;align-items:start}
    body.scene-mode .timeline-item{grid-template-columns:92px minmax(0,1fr);padding:clamp(10px,1.55dvh,16px) 0}
    .timeline-year,body.scene-mode .timeline-year{padding-top:2px;font-size:12px;letter-spacing:.06em}

    
    .lang-switch{
      padding:2px;border-radius:12px;background:rgba(255,255,255,.025);
      border:1px solid rgba(255,255,255,.11);backdrop-filter:blur(16px);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
    }
    .lang-btn{
      min-width:40px;padding:8px 10px;border-radius:9px;color:#7f8b97;
      font-weight:680;letter-spacing:.075em;transition:color .22s ease,background .22s ease,box-shadow .22s ease;
    }
    .lang-btn[aria-current="page"]{
      color:#edfaff;background:linear-gradient(135deg,rgba(154,240,255,.15),rgba(184,163,255,.09));
      box-shadow:inset 0 0 0 1px rgba(154,240,255,.20),0 7px 22px rgba(0,0,0,.18);
    }
    .nav-cta{
      border-radius:12px;padding:11px 16px;color:#e7f5f8;font-weight:650;letter-spacing:.015em;
      background:linear-gradient(135deg,rgba(154,240,255,.09),rgba(184,163,255,.055));
      border:1px solid rgba(154,240,255,.19);box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 8px 28px rgba(0,0,0,.14);
    }
    .nav-cta:hover{background:linear-gradient(135deg,rgba(154,240,255,.14),rgba(184,163,255,.085));border-color:rgba(154,240,255,.30)}

    
    .hero-actions{gap:10px}
    .hero-actions .primary,.hero-actions .ghost{
      min-height:50px;padding:0 18px;border-radius:14px;color:#eef8fb;
      background:rgba(8,13,19,.56);backdrop-filter:blur(16px) saturate(125%);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 14px 36px rgba(0,0,0,.16);
      font-weight:650;letter-spacing:.005em;
    }
    .hero-actions .primary{border-color:rgba(154,240,255,.28);background:linear-gradient(135deg,rgba(154,240,255,.12),rgba(8,13,19,.56) 58%,rgba(184,163,255,.08))}
    .hero-actions .ghost{border-color:rgba(255,255,255,.12);color:#bdc7d0}
    .hero-actions .primary span:last-child,.hero-actions .ghost span:last-child{color:var(--accent);font-size:15px}
    .hero-actions .primary:hover,.hero-actions .ghost:hover{transform:translateY(-2px);border-color:rgba(154,240,255,.34);background-color:rgba(12,18,25,.68)}

    
    body.scene-mode .contact>.shell{width:min(1180px,calc(100% - 64px))}
    .contact-grid{display:block;max-width:1180px;margin-inline:auto}
    .contact-copy{position:static;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.72fr);gap:clamp(36px,5vw,74px);align-items:end;margin-bottom:clamp(22px,3.2dvh,34px)}
    .contact-copy h2{max-width:720px}
    .contact-copy p{margin:0;max-width:490px;justify-self:end;font-size:clamp(13px,1vw,16px);line-height:1.62}
    .form{
      padding:clamp(22px,2.2vw,30px);border-radius:24px;
      background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.018));
      border-color:rgba(255,255,255,.11);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 24px 70px rgba(0,0,0,.18);
    }
    .form-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:13px 14px}
    .form-grid>.field:nth-child(1){grid-column:span 3}
    .form-grid>.field:nth-child(2){grid-column:span 4}
    .form-grid>.field:nth-child(3){grid-column:span 5}
    .form-grid>.field:nth-child(4){grid-column:1/-1}
    body.scene-mode .field textarea{min-height:clamp(92px,11.5dvh,118px)}
    .field input,.field textarea{border-radius:12px;background:rgba(2,5,9,.42)}
    .form-actions{margin-top:14px}
    .form .submit{border-radius:12px;min-height:46px;background:linear-gradient(135deg,rgba(154,240,255,.16),rgba(184,163,255,.10));color:#effcff;border:1px solid rgba(154,240,255,.23);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 30px rgba(0,0,0,.16)}

    
    .scroll-progress::before{will-change:transform}

    @media(max-height:820px) and (min-width:760px){
      body.scene-mode main>section:not(.hero){align-items:center;padding-top:calc(var(--header-h) + 12px);padding-bottom:calc(var(--footer-h) + 12px)}
      body.scene-mode .section-head{margin-bottom:14px}
      body.scene-mode .track-panel{min-height:0!important;padding:17px 20px}
      body.scene-mode .track-panel h3{font-size:clamp(22px,2.2vw,30px);margin-bottom:8px}
      body.scene-mode .track-panel>p{font-size:clamp(9.6px,.72vw,11px);line-height:1.38}
      body.scene-mode .track-panel>p+p{margin-top:7px}
      body.scene-mode .capability-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
      body.scene-mode .capability{min-height:0!important;padding:17px 18px}
      body.scene-mode .capability h3{font-size:clamp(17px,1.4vw,21px);line-height:1.08;margin-bottom:9px}
      body.scene-mode .capability p{font-size:clamp(9px,.68vw,10.6px);line-height:1.4}
      body.scene-mode .profile-card,body.scene-mode .timeline-card{padding:16px 19px}
      body.scene-mode .profile-card p{font-size:clamp(9.3px,.69vw,10.7px);line-height:1.38;margin-bottom:6px}
      body.scene-mode .profile-context{margin-bottom:8px!important;padding-bottom:8px;line-height:1.4!important}
      body.scene-mode .timeline-item{padding:6px 0;grid-template-columns:82px minmax(0,1fr);column-gap:14px}
      body.scene-mode .timeline-item h3{font-size:clamp(13px,1.05vw,15.5px);margin-bottom:4px}
      body.scene-mode .timeline-item p{font-size:clamp(8.7px,.67vw,10.3px);line-height:1.32}
      body.scene-mode .timeline-year{font-size:10.5px}
      body.scene-mode .contact>.shell{width:min(1080px,calc(100% - 56px))}
      .contact-copy{margin-bottom:16px;gap:36px}
      body.scene-mode .contact h2{font-size:clamp(34px,min(4vw,6.3dvh),48px)}
      .contact-copy p{font-size:11px;line-height:1.42}
      body.scene-mode .form{padding:17px 20px}
      body.scene-mode .field input,body.scene-mode .field textarea{padding:9px 11px}
      body.scene-mode .field textarea{min-height:78px}
      .form-actions{margin-top:9px}
    }
    @media(max-width:1050px){
      .profile-grid{grid-template-columns:1fr}
      .contact-copy{grid-template-columns:1fr;gap:16px;align-items:start}
      .contact-copy p{justify-self:start;max-width:720px}
      .form-grid{grid-template-columns:1fr 1fr}
      .form-grid>.field:nth-child(1),.form-grid>.field:nth-child(2){grid-column:span 1}
      .form-grid>.field:nth-child(3),.form-grid>.field:nth-child(4){grid-column:1/-1}
    }
    @media(max-width:759px){
      .track-panel,.capability{padding:22px}
      .profile-grid{grid-template-columns:1fr}
      .profile-card,.timeline-card{padding:22px}
      .contact-grid{display:block}
      .contact-copy{display:block;margin-bottom:24px}
      .contact-copy p{margin-top:16px}
      .form-grid{grid-template-columns:1fr}
      .form-grid>.field:nth-child(n){grid-column:1/-1}
      .hero-actions .primary,.hero-actions .ghost{width:100%;justify-content:space-between}
    }

  
    
    :root{--mobile-card-gap:12px}

    
    .nav-links{display:flex!important;align-items:center;gap:clamp(24px,2.7vw,42px);white-space:nowrap}
    .nav-links a{
      font-size:12px;font-weight:650;letter-spacing:.075em;text-transform:uppercase;
      color:#aeb9c3;
    }
    .nav-links a::after{bottom:-8px;height:1px}
    .nav-actions{margin-left:auto}
    .nav-cta{display:none!important}

    
    .hero-actions{display:none!important}
    .hero h1 .track-a,.hero h1 .track-b{
      text-transform:uppercase;
      letter-spacing:-.052em;
    }
    .hero h1 .track-a{font-weight:590}
    .hero h1 .track-b{
      color:rgba(244,247,250,.025);
      -webkit-text-stroke:1px rgba(238,247,250,.88);
      text-shadow:0 0 34px rgba(154,240,255,.12);
    }

    
    .eyebrow,.hero-separator{
      display:flex;align-items:center;gap:13px;
      color:#91a0ad;
      font:700 10px/1.1 ui-monospace,SFMono-Regular,Consolas,monospace;
      letter-spacing:.18em;text-transform:uppercase;
    }
    .eyebrow{margin-bottom:25px}
    .hero-separator{margin-top:24px}
    .eyebrow::before,.hero-separator::before{
      content:"";width:38px;height:1px;flex:0 0 38px;
      background:linear-gradient(90deg,var(--accent),rgba(184,163,255,.34),transparent);
      box-shadow:0 0 12px rgba(154,240,255,.20);
    }
    .hero-separator::after{display:none!important}

    
    .section h2,.contact h2{
      text-transform:uppercase;
      color:rgba(244,247,250,.035);
      -webkit-text-stroke:1px rgba(235,244,248,.80);
      text-shadow:0 0 32px rgba(154,240,255,.08);
      letter-spacing:-.035em;
      line-height:1.01;
    }
    .track-panel h3,.capability h3,.profile-card h3{
      text-transform:uppercase;
      letter-spacing:.025em;
      font-weight:560;
    }

    
    body.scene-mode main>section:not(.hero){
      align-items:center!important;
      padding-top:calc(var(--header-h) + clamp(12px,1.8dvh,22px))!important;
      padding-bottom:calc(var(--footer-h) + clamp(12px,1.8dvh,22px))!important;
    }
    body.scene-mode main>section:not(.hero)>.shell{margin-block:auto}
    .track-grid,.capability-grid,.profile-grid{align-items:stretch}
    .track-panel,.capability,.profile-card,.timeline-card{height:100%;align-self:stretch}
    body.scene-mode .track-panel,body.scene-mode .capability{min-height:0!important}
    .track-panel,.capability{justify-content:flex-start}
    .track-panel h3,.capability h3{margin-top:0!important}

    
    .contact-grid{
      display:grid!important;
      grid-template-columns:minmax(0,1fr)!important;
      max-width:1180px;margin-inline:auto;
      gap:0!important;
    }
    .contact-copy{
      display:block!important;
      position:static!important;
      margin:0 0 clamp(20px,3dvh,30px)!important;
      max-width:900px;
    }
    .contact-copy h2{max-width:820px}
    .contact-copy p{
      margin:18px 0 0!important;
      max-width:760px!important;
      justify-self:auto!important;
      font-size:clamp(13px,1vw,16px);
      line-height:1.62;
    }

    
    .profile-context,.profile-meta{display:none!important}

    
    .capability::after{display:none!important}

    
    @media(max-width:900px){
      .topbar{padding:10px 0 9px}
      .nav{
        display:grid;
        grid-template-columns:minmax(0,1fr) auto;
        gap:9px 14px;
        align-items:center;
      }
      .brand{grid-column:1;grid-row:1}
      .nav-actions{grid-column:2;grid-row:1;margin:0}
      .nav-links{
        grid-column:1/-1;grid-row:2;
        margin:0!important;
        overflow-x:auto;
        scrollbar-width:none;
        gap:clamp(18px,4vw,32px);
        padding:1px 0 4px;
      }
      .nav-links::-webkit-scrollbar{display:none}
      .nav-links a{font-size:10.5px}
    }

    
    @media(max-width:759px){
      #particle-transition{display:block!important}
      footer{display:none}
      .section-rail{display:none}
      .shell,.hero-inner,body.scene-mode .section>.shell,body.scene-mode .contact>.shell{
        width:min(100% - 28px,1400px)!important;
      }
      body.scene-mode main>section{
        height:100dvh;min-height:100dvh;max-height:100dvh;
      }
      body.scene-mode main>section:not(.hero){
        padding-top:calc(var(--header-h) + 8px)!important;
        padding-bottom:12px!important;
      }
      body.scene-mode .section-head{
        margin-bottom:clamp(14px,2dvh,20px)!important;
      }
      body.scene-mode .section h2,body.scene-mode .contact h2{
        font-size:clamp(29px,8.2vw,42px)!important;
        line-height:1.02;
      }
      body.scene-mode .intro{
        margin-top:10px;
        font-size:clamp(11.5px,3.15vw,13.5px)!important;
        line-height:1.47!important;
      }

      .track-grid,.capability-grid,.profile-grid{
        display:flex!important;
        grid-template-columns:none!important;
        overflow-x:auto;
        overflow-y:hidden;
        gap:var(--mobile-card-gap)!important;
        scroll-snap-type:x mandatory;
        scroll-padding-inline:0;
        overscroll-behavior-x:contain;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
        padding:1px 7vw 8px 0;
        touch-action:pan-x;
        align-items:stretch;
      }
      .track-grid::-webkit-scrollbar,.capability-grid::-webkit-scrollbar,.profile-grid::-webkit-scrollbar{display:none}
      .track-panel,.capability,.profile-card,.timeline-card{
        flex:0 0 calc(100vw - 46px);
        width:calc(100vw - 46px);
        max-width:calc(100vw - 46px);
        min-width:0;
        min-height:0!important;
        scroll-snap-align:start;
        scroll-snap-stop:always;
        padding:clamp(18px,4.8vw,22px)!important;
      }
      body.scene-mode .track-panel h3,body.scene-mode .capability h3{
        font-size:clamp(19px,5.5vw,25px)!important;
        margin-bottom:10px!important;
      }
      body.scene-mode .track-panel>p,body.scene-mode .capability p,
      body.scene-mode .profile-card p{
        font-size:clamp(11.2px,3vw,13px)!important;
        line-height:1.46!important;
      }
      body.scene-mode .track-panel>p+p{margin-top:8px!important}
      body.scene-mode .profile-card h3{font-size:21px;margin-bottom:10px}
      body.scene-mode .timeline-item{
        grid-template-columns:62px minmax(0,1fr)!important;
        column-gap:12px;
        padding:8px 0!important;
      }
      body.scene-mode .timeline-year{font-size:10.5px}
      body.scene-mode .timeline-item h3{font-size:13.5px;line-height:1.18}
      body.scene-mode .timeline-item p{font-size:10.5px;line-height:1.35}

      html[lang="it"] body.scene-mode .hero h1{
        font-size:clamp(39px,11.6vw,58px)!important;
        line-height:1.02!important;
      }
      html[lang="it"] body.scene-mode .hero h1 .track-b{
        font-size:.82em!important;
        margin-top:.17em!important;
      }
      body.scene-mode .hero-lead{
        font-size:clamp(12.5px,3.55vw,15px)!important;
        line-height:1.5!important;
        max-width:94%;
      }
      .eyebrow,.hero-separator{
        font-size:8.6px;
        letter-spacing:.14em;
      }
      .eyebrow::before,.hero-separator::before{width:28px;flex-basis:28px}

      .contact-copy{margin-bottom:14px!important}
      .contact-copy p{margin-top:10px!important;font-size:11.5px;line-height:1.45}
      body.scene-mode .form{padding:15px 16px!important;border-radius:18px}
      .form-grid{grid-template-columns:1fr!important;gap:7px!important}
      .form-grid>.field:nth-child(n){grid-column:1/-1!important}
      body.scene-mode .field input,body.scene-mode .field textarea{padding:8px 10px!important}
      body.scene-mode .field textarea{min-height:72px!important}
      .field label{font-size:9.5px}
      .form-actions{margin-top:8px!important;gap:8px}
      .form-note{font-size:8.8px}
      .form .submit{min-height:40px;padding:0 14px}
    }

    @media(max-width:430px){
      .brand{font-size:10px}
      .brand-mark{width:25px;height:25px}
      .lang-btn{min-width:35px;padding:7px 8px;font-size:9px}
      .nav-links{gap:18px}
      .nav-links a{font-size:9.4px;letter-spacing:.055em}
    }

  
    

    
    .brand{gap:0}
    .brand-mark{display:none!important}

    
    .section h2,.contact h2{
      color:var(--ink)!important;
      -webkit-text-stroke:0!important;
      text-shadow:none!important;
      font-weight:580!important;
      letter-spacing:-.045em!important;
      text-transform:uppercase;
    }
    .title-nowrap,.contact-title-nowrap{white-space:nowrap}

    
    .track-panel h3,
    body.scene-mode .track-panel h3{
      font-size:clamp(20px,min(1.95vw,3.65dvh),27px)!important;
      line-height:1.08!important;
      letter-spacing:.01em!important;
      font-weight:570!important;
      margin:0!important;
    }

    
    .track-panel h3::after,.capability h3::after{
      content:"";
      display:block;
      width:clamp(54px,5.2vw,78px);
      height:1px;
      margin:clamp(12px,1.7dvh,17px) 0 clamp(14px,1.9dvh,19px);
      background:linear-gradient(90deg,rgba(154,240,255,.92),rgba(184,163,255,.42) 52%,transparent);
      box-shadow:0 0 11px rgba(154,240,255,.16);
    }
    .track-panel>p:first-of-type,.capability>p:first-of-type{margin-top:0!important}
    .capability::after{display:none!important}

    
    .lang-switch{
      position:relative;
      display:grid!important;
      grid-template-columns:1fr 1fr;
      gap:2px!important;
      padding:3px!important;
      border:1px solid rgba(255,255,255,.12)!important;
      border-radius:11px!important;
      background:rgba(255,255,255,.025)!important;
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.045),
        0 8px 28px rgba(0,0,0,.16)!important;
      backdrop-filter:blur(14px) saturate(125%);
    }
    .lang-btn{
      min-width:36px!important;
      padding:7px 9px!important;
      border-radius:8px!important;
      color:#7f8d99!important;
      font-size:9.5px!important;
      font-weight:760!important;
      letter-spacing:.12em!important;
      transition:color .22s ease,background .22s ease,box-shadow .22s ease!important;
    }
    .lang-btn:hover{color:#dce7ee!important;background:rgba(255,255,255,.035)!important}
    .lang-btn[aria-current="page"]{
      color:#e9fbff!important;
      background:linear-gradient(180deg,rgba(154,240,255,.13),rgba(154,240,255,.055))!important;
      box-shadow:
        inset 0 0 0 1px rgba(154,240,255,.26),
        0 0 18px rgba(154,240,255,.08)!important;
    }

    
    .sr-only{
      position:absolute!important;
      width:1px!important;height:1px!important;
      padding:0!important;margin:-1px!important;
      overflow:hidden!important;
      clip:rect(0,0,0,0)!important;
      white-space:nowrap!important;
      border:0!important;
    }
    .field{position:relative}
    .field input,.field textarea{
      padding-top:14px!important;
      padding-bottom:14px!important;
    }
    .field input::placeholder,.field textarea::placeholder{
      color:rgba(190,204,215,.43);
      opacity:1;
      font-size:11px;
      font-weight:650;
      letter-spacing:.075em;
      text-transform:uppercase;
      transition:color .2s ease,opacity .2s ease;
    }
    .field input:focus::placeholder,.field textarea:focus::placeholder{
      color:rgba(154,240,255,.36);
      opacity:.72;
    }

    
    @media(max-width:820px){
      .title-nowrap{white-space:normal}
    }
    @media(max-width:560px){
      .contact-title-nowrap{white-space:normal}
    }

    
    @media(max-width:759px){
      body.scene-mode .track-panel h3,
      body.scene-mode .capability h3{
        font-size:clamp(18px,5.1vw,23px)!important;
      }
      .track-panel h3::after,.capability h3::after{
        margin:10px 0 12px;
        width:58px;
      }
      .field input::placeholder,.field textarea::placeholder{
        font-size:9.5px;
      }
    }

  
    

    
    .track-panel h3::after,
    .capability h3::after,
    .profile-card h3::after{
      content:"";
      display:block;
      width:100%!important;
      max-width:none!important;
      height:1px;
      margin:clamp(12px,1.55dvh,15px) 0 clamp(15px,1.9dvh,19px)!important;
      background:linear-gradient(
        90deg,
        rgba(154,240,255,.82) 0%,
        rgba(184,163,255,.34) 36%,
        rgba(255,255,255,.11) 72%,
        transparent 100%
      )!important;
      box-shadow:0 0 10px rgba(154,240,255,.10)!important;
    }
    .track-panel h3,
    .capability h3,
    .profile-card h3{margin-bottom:0!important}
    .track-panel>p:first-of-type,
    .capability>p:first-of-type,
    .profile-card>p:first-of-type{margin-top:0!important}

    
    #ai .section-head{max-width:1260px}
    #ai .section-head h2{
      max-width:1220px;
      font-size:clamp(38px,4.25vw,64px)!important;
      text-wrap:balance;
    }

    
    .contact-grid{max-width:1120px!important}
    .contact-copy{margin-bottom:clamp(18px,2.5dvh,26px)!important}
    .contact-copy h2{max-width:none!important}
    .contact-copy p{
      margin-top:14px!important;
      max-width:720px!important;
    }
    .form{
      height:auto!important;
      min-height:0!important;
      align-self:start!important;
      padding:clamp(18px,1.8vw,24px)!important;
    }
    .form-grid{gap:11px 12px!important}
    .field input{
      height:48px;
      min-height:48px;
      padding:0 14px!important;
      line-height:1.2;
    }
    .field textarea{
      min-height:104px!important;
      padding:14px!important;
      line-height:1.45;
    }
    .field input::placeholder{
      line-height:48px;
    }
    .form-actions{
      margin-top:11px!important;
      align-items:center!important;
    }
    .form-status{
      min-height:0!important;
      margin-top:0!important;
    }
    .form-status:empty{display:none!important}
    .form-status:not(:empty){
      display:block;
      margin-top:10px!important;
      line-height:1.45;
    }

    
    .contact-title-nowrap{white-space:nowrap}

    @media(max-height:760px) and (min-width:760px){
      .form{padding:16px 18px!important}
      .field input{height:44px;min-height:44px}
      .field input::placeholder{line-height:44px}
      .field textarea{min-height:82px!important;padding:12px 13px!important}
      .form-actions{margin-top:8px!important}
      .contact-copy{margin-bottom:14px!important}
    }

    @media(max-width:759px){
      .track-panel h3::after,
      .capability h3::after,
      .profile-card h3::after{
        margin:10px 0 13px!important;
      }
      #ai .section-head h2{
        font-size:clamp(28px,8vw,40px)!important;
        max-width:100%;
      }
      .form{padding:14px 15px!important}
      .field input{
        height:44px;
        min-height:44px;
        padding:0 11px!important;
      }
      .field input::placeholder{line-height:44px}
      .field textarea{
        min-height:74px!important;
        padding:11px!important;
      }
      .contact-copy{margin-bottom:12px!important}
    }

    @media(max-width:430px){
      .contact-title-nowrap{white-space:normal}
    }

  
    
    #fields .section-head,
    #ai .section-head,
    #profile .section-head{
      width:100%!important;
      max-width:none!important;
    }
    #fields .section-head>div,
    #ai .section-head>div,
    #profile .section-head>div{
      width:100%;
      max-width:none!important;
    }
    #fields .section-head h2,
    #ai .section-head h2,
    #profile .section-head h2{
      width:100%;
      max-width:none!important;
      text-wrap:balance;
      font-size:clamp(38px,4.45vw,68px)!important;
    }
    #fields .intro,
    #ai .intro,
    #profile .intro{
      max-width:1180px!important;
    }
    .title-nowrap{white-space:normal!important}

    
    .field{position:relative!important}
    .field input,.field textarea{caret-color:var(--accent)}
    .field input{
      height:48px!important;
      min-height:48px!important;
      padding:0 14px!important;
      line-height:normal!important;
    }
    .field textarea{
      min-height:clamp(175px,24dvh,235px)!important;
      padding:16px 14px!important;
      line-height:1.48!important;
    }
    .field-placeholder{
      position:absolute;
      left:14px;
      pointer-events:none;
      z-index:2;
      color:rgba(190,204,215,.46);
      font-size:10.5px;
      font-weight:650;
      letter-spacing:.08em;
      text-transform:uppercase;
      opacity:1;
      transition:opacity .18s ease,color .18s ease,transform .18s ease;
    }
    .field:not(.field-message) .field-placeholder{
      top:50%;
      transform:translateY(-55%);
    }
    .field-message .field-placeholder{
      top:16px;
      transform:none;
    }
    .field input:focus + .field-placeholder,
    .field input:not(:placeholder-shown) + .field-placeholder,
    .field textarea:focus + .field-placeholder,
    .field textarea:not(:placeholder-shown) + .field-placeholder{
      opacity:0;
    }

    
    .form-actions{
      justify-content:flex-end!important;
      align-items:center!important;
      margin-top:14px!important;
    }
    .submit-modern{
      position:relative;
      min-width:176px;
      height:46px;
      padding:0 22px;
      border:1px solid rgba(154,240,255,.24);
      border-radius:13px;
      background:
        linear-gradient(135deg,rgba(154,240,255,.115),rgba(184,163,255,.075)),
        rgba(255,255,255,.018);
      color:#eaf9fc;
      font:720 11px/1 ui-sans-serif,system-ui,sans-serif;
      letter-spacing:.09em;
      text-transform:uppercase;
      cursor:pointer;
      overflow:hidden;
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.07),
        0 12px 32px rgba(0,0,0,.19),
        0 0 22px rgba(154,240,255,.045);
      transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease;
    }
    .submit-modern::before{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(105deg,transparent 12%,rgba(255,255,255,.08) 48%,transparent 72%);
      transform:translateX(-115%);
      transition:transform .55s cubic-bezier(.2,.7,.2,1);
    }
    .submit-modern:hover{
      transform:translateY(-2px);
      border-color:rgba(154,240,255,.42);
      background:
        linear-gradient(135deg,rgba(154,240,255,.16),rgba(184,163,255,.105)),
        rgba(255,255,255,.025);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.09),
        0 16px 38px rgba(0,0,0,.22),
        0 0 28px rgba(154,240,255,.07);
    }
    .submit-modern:hover::before{transform:translateX(115%)}
    .submit-modern:active{transform:translateY(0)}
    .submit-modern:disabled{opacity:.55;cursor:wait;transform:none!important}

    
    .form-note{display:none!important}

    @media(max-height:760px) and (min-width:760px){
      .field textarea{min-height:clamp(150px,20dvh,175px)!important}
      #fields .section-head h2,
      #ai .section-head h2,
      #profile .section-head h2{
        font-size:clamp(34px,4vw,58px)!important;
      }
    }

    @media(max-width:759px){
      #fields .section-head h2,
      #ai .section-head h2,
      #profile .section-head h2{
        font-size:clamp(27px,7.6vw,39px)!important;
      }
      .field textarea{min-height:clamp(125px,18dvh,155px)!important}
      .field-placeholder{left:11px;font-size:9.5px}
      .field:not(.field-message) .field-placeholder{transform:translateY(-54%)}
      .field-message .field-placeholder{top:12px}
      .submit-modern{width:100%;height:44px;min-width:0}
    }

  
    
    @media(max-width:759px){
      body.scene-mode .field textarea,
      .field textarea{
        min-height:clamp(138px,18dvh,160px)!important;
      }
    }

  
    
    .hero-lead{
      max-width:min(1180px,84vw)!important;
      text-wrap:pretty;
      line-height:1.64!important;
    }
    .hero-lead .lead-line{
      display:block;
    }
    .hero-lead .lead-line + .lead-line{
      margin-top:.28em;
    }

    
    #fields .section-head,
    #ai .section-head,
    #profile .section-head{
      display:block!important;
      width:100%!important;
      max-width:none!important;
      margin-bottom:clamp(30px,4.3dvh,46px)!important;
    }
    #fields .section-head > div,
    #ai .section-head > div,
    #profile .section-head > div{
      width:100%!important;
      max-width:none!important;
    }
    #fields .intro,
    #ai .intro,
    #profile .intro{
      width:100%!important;
      max-width:none!important;
      text-wrap:pretty;
      line-height:1.64!important;
      font-size:clamp(15px,1.08vw,17px)!important;
    }
    .intro .intro-line{
      display:block;
      max-width:min(100%, 1360px);
    }
    .intro .intro-line + .intro-line{
      margin-top:.32em;
    }

    
    #fields .shell,
    #ai .shell,
    #profile .shell{
      width:min(1500px,calc(100% - 64px))!important;
    }

    @media(max-width:759px){
      .hero-lead{
        max-width:100%!important;
        line-height:1.5!important;
      }
      #fields .shell,
      #ai .shell,
      #profile .shell{
        width:min(100% - 28px, 1500px)!important;
      }
      #fields .intro,
      #ai .intro,
      #profile .intro{
        font-size:clamp(11.6px,3.15vw,13.2px)!important;
        line-height:1.48!important;
      }
      .hero-lead .lead-line + .lead-line,
      .intro .intro-line + .intro-line{
        margin-top:.36em;
      }
    }

  
    
    html[lang="en"] body.scene-mode .hero h1{
      font-size:clamp(48px,min(6.25vw,11.4dvh),100px)!important;
      line-height:1.01!important;
    }
    html[lang="en"] body.scene-mode .hero h1 .track-b{
      font-size:.84em!important;
      margin-top:.15em!important;
    }

    @media(max-width:759px){
      html[lang="en"] body.scene-mode .hero h1{
        font-size:clamp(38px,10.5vw,53px)!important;
        line-height:1.02!important;
      }
      html[lang="en"] body.scene-mode .hero h1 .track-b{
        font-size:.82em!important;
        margin-top:.17em!important;
      }
    }



.hero-enter.delay-a{--delay:.06s}
.hero-enter.delay-b{--delay:.16s}
.hero-enter.delay-c{--delay:.27s}
.hero-enter.delay-d{--delay:.35s}

.skip-link{position:absolute;left:-999px;top:0;z-index:80;background:#05070a;color:#f4f7fa;padding:10px 14px}
.skip-link:focus{left:12px;top:12px}
.hp{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
.footer-copy,.footer-legal{margin:0}
.footer-legal a{color:#c5ced6;text-decoration:none;border-bottom:1px solid rgba(154,240,255,.25)}
.form-privacy{margin:0;flex:1 1 auto;min-width:0;color:#77838e;font-size:10px;line-height:1.55;max-width:52ch}
.form-privacy a{color:#c5ced6;text-decoration:none;border-bottom:1px solid rgba(154,240,255,.28)}
.form-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px}
.form-status{margin-top:14px}
.nav{display:flex;align-items:center;gap:0}
.nav-links{margin-left:0;min-width:0}
.nav-actions{margin-left:auto;justify-self:end}
.back-link{display:inline-flex;align-items:center;gap:8px;color:#aeb9c3;font-size:12px;font-weight:650;letter-spacing:.075em;text-transform:uppercase;white-space:nowrap}
.back-link:hover,.back-link:focus-visible{color:#f4f7fa}
.back-arrow{font-size:14px;line-height:1}
.lang-btn{display:inline-flex;align-items:center;justify-content:center;padding:5px 7px;min-width:36px}
.lang-btn img{display:block;width:18px;height:12px;object-fit:cover;border-radius:2px}
.lang-btn[aria-current="page"]{color:inherit;background:rgba(154,240,255,.16);box-shadow:inset 0 0 0 1px var(--accent)}
@media(max-width:720px){
  .form-actions{flex-direction:column;align-items:stretch}
  .form-privacy{max-width:none}
}
.doc-page{color:var(--ink);background:var(--bg);min-height:100svh}
.doc-page .doc-main{padding:calc(var(--header-h,72px) + 36px) 0 96px}
.doc-page h1{font-size:clamp(32px,5vw,52px);letter-spacing:-.04em}
.doc-page h2{margin-top:1.6em}
.doc-page p{max-width:72ch;line-height:1.65;color:#c5ced6}
.page-404{min-height:100svh;display:grid;place-items:center;text-align:center;padding:48px 24px}
.page-404 h1{margin:18px 0 10px}
.carousel-ctrl{display:none}
@media(max-width:759px){
  .carousel-ctrl{display:flex;gap:8px;margin:10px 0 0}
  .carousel-ctrl button{min-width:44px;min-height:44px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.04)}
  .footer-inner{align-items:flex-start}
}
