:root{--lx-bg:#070a10;--lx-bg-elevated:#0e141f;--lx-surface:#121a28;--lx-border:#94a3b824;--lx-text:#e8edf5;--lx-muted:#e2e8f0b8;--lx-faint:#e2e8f07a;--lx-accent:#38bdf8;--lx-accent-strong:#0ea5e9;--lx-accent-warm:#fbbf24;--lx-ring:#38bdf873;--lx-radius-lg:18px;--lx-radius-md:12px;--lx-shadow:0 22px 70px #0000008c;--lx-max:1120px;--lx-font:"IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--lx-serif:"IBM Plex Serif", Georgia, "Times New Roman", serif}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.lx-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}body.larix-site-body{min-height:100vh;color:var(--lx-text);background:var(--lx-bg);font-family:var(--lx-font);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.6}.lx-skip-link{background:var(--lx-accent);color:#042f4a;z-index:100000;border-radius:999px;padding:.5rem 1rem;font-weight:600;position:absolute;top:.75rem;left:-9999px}.lx-skip-link:focus{outline:2px solid var(--lx-ring);outline-offset:3px;left:.75rem}.lx-container{width:min(var(--lx-max), calc(100% - 2.5rem));margin-inline:auto}.lx-site-header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--lx-border);background:#070a10d1;animation:.55s cubic-bezier(.22,1,.36,1) both lx-header-slide;position:sticky;top:0}.lx-header-inner{justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 0;display:flex}.lx-brand{color:inherit;align-items:center;gap:.75rem;min-width:0;text-decoration:none;display:flex}.lx-brand img{width:auto;height:40px;display:block}.lx-brand-tagline{letter-spacing:.08em;text-transform:uppercase;color:var(--lx-faint);white-space:nowrap;font-size:.72rem;display:none}@media (width>=900px){.lx-brand-tagline{border-left:1px solid var(--lx-border);margin-left:.25rem;padding-left:.75rem;display:block}}.lx-nav-desktop{align-items:center;gap:.25rem;display:none}@media (width>=1100px){.lx-nav-desktop{display:flex}}.lx-nav-mobile-toggle{border:1px solid var(--lx-border);width:44px;height:44px;color:var(--lx-text);cursor:pointer;background:#121a28a6;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}@media (width>=1100px){.lx-nav-mobile-toggle{display:none}}.lx-nav-link{color:var(--lx-muted);border:1px solid #0000;border-radius:10px;align-items:center;gap:.35rem;padding:.55rem .75rem;font-size:.94rem;font-weight:500;text-decoration:none;display:inline-flex}.lx-nav-link:hover{color:var(--lx-text);background:#94a3b80f}.lx-nav-link--active{color:var(--lx-text);background:#38bdf814;border-color:#38bdf859}.lx-dropdown{position:relative}.lx-dropdown-panel{z-index:60;border-radius:var(--lx-radius-lg);border:1px solid var(--lx-border);width:min(920px,100vw - 2rem);box-shadow:var(--lx-shadow);background:linear-gradient(155deg,#121a28fa,#0a0e16fa);padding:.65rem 1rem 1rem;display:none;position:absolute;top:100%;right:0}.lx-dropdown-panel:before{content:"";height:.75rem;position:absolute;bottom:100%;left:0;right:0}.lx-dropdown:hover .lx-dropdown-panel,.lx-dropdown:focus-within .lx-dropdown-panel,.lx-dropdown.lx-dropdown--open .lx-dropdown-panel{display:grid}@media (width>=1100px){.lx-dropdown-panel{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media (width<=1099px){.lx-dropdown-panel{display:none!important}}.lx-mega-col h3{letter-spacing:.12em;text-transform:uppercase;color:var(--lx-faint);margin:0 0 .5rem;font-size:.72rem;font-weight:600}.lx-mega-links{flex-direction:column;gap:.15rem;display:flex}.lx-mega-links a{color:var(--lx-muted);border-radius:8px;margin-inline:-.45rem;padding:.35rem .45rem;font-size:.9rem;text-decoration:none;display:block}.lx-mega-links a:hover{color:var(--lx-text);background:#94a3b812}.lx-mobile-sheet{border-bottom:1px solid var(--lx-border);background:#070a10f5;padding:1rem 0 2rem;display:none}.lx-mobile-sheet--open{animation:.38s cubic-bezier(.22,1,.36,1) both lx-rise;display:block}@media (width>=1100px){.lx-mobile-sheet{display:none!important}}.lx-mobile-stack{flex-direction:column;gap:.35rem;display:flex}.lx-mobile-stack details{border:1px solid var(--lx-border);border-radius:var(--lx-radius-md);background:var(--lx-surface);padding:.35rem .65rem}.lx-mobile-stack summary{cursor:pointer;color:var(--lx-text);font-weight:600}.lx-mobile-stack a{color:var(--lx-muted);padding:.35rem 0;text-decoration:none;display:block}.lx-mobile-stack a:hover{color:var(--lx-accent)}.lx-btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.15rem;font-size:.94rem;font-weight:600;text-decoration:none;transition:transform .15s,background .15s,border-color .15s,filter .2s,box-shadow .25s;display:inline-flex}.lx-btn:active{transform:translateY(1px)}.lx-btn--primary{background:linear-gradient(135deg, var(--lx-accent-strong), var(--lx-accent));color:#04212f;box-shadow:0 12px 40px #0ea5e940}.lx-btn--primary:hover{filter:brightness(1.05);box-shadow:0 14px 36px #0ea5e959}.lx-btn--ghost{border-color:var(--lx-border);color:var(--lx-text);background:#121a2859}.lx-btn--ghost:hover{border-color:#38bdf859}main.lx-main{flex:1;min-height:55vh}.lx-hero{padding:clamp(3rem,8vw,5.5rem) 0 clamp(4rem,10vw,6rem);position:relative;overflow:hidden}.lx-hero:before{content:"";pointer-events:none;background:radial-gradient(60% 55% at 18% 28%,#38bdf82e,#0000 58%),radial-gradient(circle at 82% 18%,#fbbf241f,#0000 42%);height:70%;position:absolute;inset:-20% -10% auto}.lx-hero-grid{align-items:center;gap:clamp(2rem,5vw,3.5rem);display:grid;position:relative}@media (width>=900px){.lx-hero-grid{grid-template-columns:1.05fr .95fr}}.lx-hero-carousel{position:relative}.lx-hero-carousel-viewport{width:100%;overflow:hidden}.lx-hero-carousel-track{width:100%;display:flex}.lx-hero-slide{flex:0 0 100%;width:100%;min-width:0}.lx-hero-carousel-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.35rem;display:flex}.lx-hero-carousel-buttons{gap:.5rem;display:flex}.lx-hero-carousel-btn{border:1px solid var(--lx-border);width:42px;height:42px;color:var(--lx-text);cursor:pointer;background:#121a28a6;border-radius:12px;justify-content:center;align-items:center;transition:border-color .2s,background .2s,transform .15s;display:inline-flex}.lx-hero-carousel-btn:hover{background:#38bdf81f;border-color:#38bdf873}.lx-hero-carousel-btn:active{transform:scale(.96)}.lx-hero-carousel-dots{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.lx-hero-carousel-dot{cursor:pointer;background:#121a28cc;border:1px solid #94a3b859;border-radius:999px;width:9px;height:9px;padding:0;transition:transform .2s,background .2s,border-color .2s}.lx-hero-carousel-dot:hover{border-color:#38bdf88c}.lx-hero-carousel-dot--active{background:var(--lx-accent);border-color:#38bdf8a6;transform:scale(1.25)}@media (prefers-reduced-motion:reduce){.lx-hero-carousel-dot--active{transform:none}.lx-hero-carousel-track{transition:none!important}}.lx-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--lx-accent);margin:0 0 .65rem;font-size:.78rem;font-weight:600;position:relative}.lx-hero h1{font-family:var(--lx-serif);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2.1rem,4.6vw,3.25rem);font-weight:600;line-height:1.12}.lx-lede{color:var(--lx-muted);max-width:42ch;margin:0 0 1.5rem;font-size:1.12rem}.lx-hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.lx-hero-visual{border-radius:var(--lx-radius-lg);border:1px solid var(--lx-border);box-shadow:var(--lx-shadow);background:var(--lx-surface);overflow:hidden}.lx-hero-visual img{width:100%;height:auto;display:block}.lx-section{padding:clamp(3rem,7vw,5rem) 0}.lx-section--band{border-block:1px solid var(--lx-border);background:linear-gradient(#0e141fa6,#070a1033)}.lx-section-head{max-width:720px;margin-bottom:clamp(1.75rem,4vw,2.75rem)}.lx-section-head h2{font-family:var(--lx-serif);letter-spacing:-.02em;margin:0 0 .65rem;font-size:clamp(1.65rem,3vw,2.25rem)}.lx-section-head p{color:var(--lx-muted);margin:0;font-size:1.05rem}.lx-card-grid{gap:1rem;display:grid}@media (width>=720px){.lx-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.lx-card-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}}.lx-card{border-radius:var(--lx-radius-lg);border:1px solid var(--lx-border);color:inherit;background:linear-gradient(165deg,#121a28d9,#0a0e168c);flex-direction:column;gap:.5rem;padding:1.35rem 1.25rem;text-decoration:none;transition:border-color .22s,transform .22s,box-shadow .28s;display:flex}.lx-card:hover{border-color:#38bdf873;transform:translateY(-2px);box-shadow:0 18px 50px #00000059}.lx-card.lx-card--has-thumb{padding:0;overflow:hidden}.lx-card-thumb{aspect-ratio:16/9;border-bottom:1px solid var(--lx-border);overflow:hidden}.lx-card-thumb img{object-fit:cover;width:100%;height:100%}.lx-card-body{flex-direction:column;flex:1;gap:.5rem;padding:1.35rem 1.25rem;display:flex}.lx-media-band{border-block:1px solid var(--lx-border);margin:0}.lx-media-band img{object-fit:cover;width:100%;height:min(46vh,400px);display:block}.lx-card h3{margin:0;font-size:1.08rem}.lx-card p{color:var(--lx-muted);margin:0;font-size:.94rem}.lx-stat-row{gap:1rem;display:grid}@media (width>=720px){.lx-stat-row{grid-template-columns:repeat(4,minmax(0,1fr))}}.lx-stat{border-radius:var(--lx-radius-md);border:1px solid var(--lx-border);background:#121a2859;padding:1rem 1.1rem}.lx-stat strong{font-size:1.35rem;font-family:var(--lx-serif);display:block}.lx-stat span{color:var(--lx-muted);font-size:.88rem}.lx-split{align-items:center;gap:2rem;display:grid}@media (width>=900px){.lx-split{grid-template-columns:1fr 1fr}}.lx-split img{border-radius:var(--lx-radius-lg);border:1px solid var(--lx-border);width:100%}.lx-page-hero{border-bottom:1px solid var(--lx-border);background:radial-gradient(70% 80% at 12% -10%,#38bdf824,#0000 52%);padding:clamp(2.5rem,6vw,4rem) 0 clamp(1.5rem,4vw,2.5rem)}.lx-page-hero h1{font-family:var(--lx-serif);letter-spacing:-.02em;margin:0 0 .65rem;font-size:clamp(1.85rem,3.5vw,2.65rem)}.lx-page-hero p{max-width:62ch;color:var(--lx-muted);margin:0;font-size:1.05rem}.lx-prose{padding:clamp(2rem,5vw,3rem) 0 clamp(3.5rem,8vw,5rem)}.lx-prose-inner{max-width:720px}.lx-prose-inner p{color:var(--lx-muted)}.lx-prose-inner ul{color:var(--lx-muted);padding-left:1.2rem}.lx-prose-inner li+li{margin-top:.35rem}.lx-site-footer{border-top:1px solid var(--lx-border);background:#06080df0;margin-top:auto;padding:clamp(2.5rem,6vw,4rem) 0}.lx-footer-grid{gap:2rem;display:grid}@media (width>=900px){.lx-footer-grid{grid-template-columns:1.2fr 1fr 1fr}}.lx-footer-brand img{width:auto;height:36px;margin-bottom:.75rem}.lx-footer-brand p{color:var(--lx-muted);max-width:38ch;margin:0;font-size:.92rem}.lx-footer-col h3{letter-spacing:.14em;text-transform:uppercase;color:var(--lx-faint);margin:0 0 .75rem;font-size:.78rem}.lx-footer-links{flex-direction:column;gap:.35rem;display:flex}.lx-footer-links a{color:var(--lx-muted);font-size:.94rem;text-decoration:none}.lx-footer-links a:hover{color:var(--lx-accent)}.lx-footer-bottom{border-top:1px solid var(--lx-border);color:var(--lx-faint);flex-wrap:wrap;justify-content:space-between;gap:.75rem;margin-top:2.5rem;padding-top:1.25rem;font-size:.85rem;display:flex}.lx-contact-grid{gap:1rem;display:grid}@media (width>=900px){.lx-contact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.lx-contact-card{border-radius:var(--lx-radius-lg);border:1px solid var(--lx-border);background:var(--lx-surface);padding:1.25rem;transition:border-color .22s,transform .22s,box-shadow .28s}.lx-contact-card--photo{padding:0;overflow:hidden}.lx-contact-card-photo{aspect-ratio:21/9;border-bottom:1px solid var(--lx-border);overflow:hidden}.lx-contact-card-photo img{object-fit:cover;object-position:center 18%;width:100%;height:100%}.lx-contact-card-body{padding:1.25rem}.lx-contact-card:hover{border-color:#38bdf859;transform:translateY(-2px);box-shadow:0 16px 44px #00000047}.lx-contact-card-body h3{margin:0 0 .35rem;font-size:1rem}.lx-contact-card-body p{color:var(--lx-muted);margin:0;font-size:.94rem}.lx-contact-card a{color:var(--lx-accent);font-weight:600;text-decoration:none}.lx-contact-card a:hover{text-decoration:underline}.lx-note{border-radius:var(--lx-radius-md);color:var(--lx-muted);border:1px dashed #94a3b859;margin-top:2rem;padding:1rem 1.15rem;font-size:.92rem}.lx-404{text-align:center;padding:clamp(4rem,12vw,8rem) 0}.lx-404 h1{font-family:var(--lx-serif);font-size:clamp(2rem,4vw,2.75rem)}@keyframes lx-rise{0%{opacity:0;transform:translateY(1.15rem)}to{opacity:1;transform:translateY(0)}}@keyframes lx-header-slide{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes lx-soft-zoom{0%{opacity:0;transform:scale(1.045)}to{opacity:1;transform:scale(1)}}@keyframes lx-shimmer-border{0%{background-position:0%}to{background-position:200%}}.lx-motion-stagger>*{opacity:0;animation:.72s cubic-bezier(.22,1,.36,1) both lx-rise}.lx-motion-stagger>:first-child{animation-delay:40ms}.lx-motion-stagger>:nth-child(2){animation-delay:.12s}.lx-motion-stagger>:nth-child(3){animation-delay:.2s}.lx-motion-stagger>:nth-child(4){animation-delay:.28s}.lx-motion-stagger>:nth-child(5){animation-delay:.36s}.lx-motion-stagger>:nth-child(6){animation-delay:.44s}.lx-motion-hero-visual{opacity:0;animation:1s cubic-bezier(.22,1,.36,1) .18s both lx-soft-zoom}.lx-motion-stagger-stats>.lx-stat{opacity:0;animation:.58s cubic-bezier(.22,1,.36,1) both lx-rise}.lx-motion-stagger-stats>.lx-stat:first-child{animation-delay:60ms}.lx-motion-stagger-stats>.lx-stat:nth-child(2){animation-delay:.14s}.lx-motion-stagger-stats>.lx-stat:nth-child(3){animation-delay:.22s}.lx-motion-stagger-stats>.lx-stat:nth-child(4){animation-delay:.3s}.lx-motion-stagger-stats>.lx-stat:nth-child(5){animation-delay:.38s}.lx-reveal{--lx-reveal-delay:0s;opacity:0;transition:opacity .68s cubic-bezier(.22,1,.36,1),transform .68s cubic-bezier(.22,1,.36,1);transition-delay:var(--lx-reveal-delay);transform:translateY(1.1rem)}.lx-reveal--visible{opacity:1;transform:translateY(0)}.lx-reveal-grid-item{min-height:100%;display:flex}.lx-reveal-grid-item .lx-card{flex:1}.lx-dropdown-panel{transform-origin:100% 0;animation:.35s cubic-bezier(.22,1,.36,1) both lx-rise}@media (prefers-reduced-motion:no-preference){.lx-eyebrow:after{content:"";background:linear-gradient(90deg, #38bdf826, var(--lx-accent), #fbbf248c);background-size:200% 100%;border-radius:999px;width:2.5rem;height:2px;margin-top:.45rem;animation:4s ease-in-out infinite alternate lx-shimmer-border;display:block}}@media (prefers-reduced-motion:reduce){.lx-mobile-sheet--open{animation:none!important}.lx-site-header,.lx-motion-stagger>*,.lx-motion-hero-visual,.lx-motion-stagger-stats>.lx-stat{opacity:1!important;animation:none!important;transform:none!important}.lx-reveal{opacity:1;transition:none;transform:none}.lx-eyebrow:after{background:var(--lx-accent);background-size:auto;animation:none!important}.lx-dropdown-panel{animation:none!important}}*,:before,:after{box-sizing:border-box}html{overflow-x:hidden}body:not(.larix-site-body){margin:0}#root{flex-direction:column;min-height:100vh;display:flex}
