:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--container-padding-x:16px;--bg:#f8fafc;--bg-mesh:radial-gradient(ellipse 90% 70% at 15% 10%,#3b82f60d,transparent 50%),radial-gradient(ellipse 70% 60% at 85% 90%,#06b6d40a,transparent 50%),radial-gradient(ellipse 100% 80% at 50% 50%,#ffffff80,transparent 70%);--surface:#fff;--surface-secondary:#e2e8f0;--text:#1e293b;--muted:#64748b;--accent:#3b82f6;--accent-hover:#2563eb;--accent-secondary:#06b6d4;--border:#1e293b1a;--shadow:0 1px 3px #0f172a0f;--shadow-lg:0 4px 12px #0f172a14;--radius:12px;--radius-sm:8px;--focus:#3b82f6;--header-bg:#f8fafce6;--nav-hover:#3b82f614;--danger:#b91c1c}html[data-theme=nordic]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f8fafc;--bg-mesh:radial-gradient(ellipse 90% 70% at 15% 10%,#3b82f60d,transparent 50%),radial-gradient(ellipse 70% 60% at 85% 90%,#6366f10a,transparent 50%),radial-gradient(ellipse 100% 80% at 50% 50%,#ffffff73,transparent 70%);--surface:#fff;--surface-secondary:#e2e8f0;--text:#1e293b;--muted:#64748b;--accent:#3b82f6;--accent-hover:#2563eb;--accent-secondary:#6366f1;--border:#1e293b1a;--shadow:0 1px 3px #0f172a0f;--shadow-lg:0 4px 12px #0f172a14;--radius:12px;--radius-sm:8px;--focus:#3b82f6;--header-bg:#f8fafce6;--nav-hover:#3b82f614;--danger:#b91c1c}html[data-theme=editorial]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f8fafc;--bg-mesh:radial-gradient(ellipse 90% 70% at 15% 10%,#0f172a08,transparent 50%),radial-gradient(ellipse 70% 60% at 85% 90%,#64748b0a,transparent 50%),radial-gradient(ellipse 100% 80% at 50% 50%,#fff6,transparent 70%);--surface:#fff;--surface-secondary:#e2e8f0;--text:#0f172a;--muted:#64748b;--accent:#3b82f6;--accent-hover:#2563eb;--accent-secondary:#06b6d4;--border:#0f172a1a;--shadow:0 1px 3px #0f172a0f;--shadow-lg:0 4px 12px #0f172a14;--radius:12px;--radius-sm:8px;--focus:#3b82f6;--header-bg:#f8fafce6;--nav-hover:#3b82f614;--danger:#b91c1c}html[data-theme=dark] .logo-img{filter:invert()brightness(1.1)}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#020617;--bg-mesh:radial-gradient(ellipse 90% 70% at 15% 10%,#3b82f614,transparent 50%),radial-gradient(ellipse 70% 60% at 85% 90%,#06b6d40d,transparent 50%),radial-gradient(ellipse 100% 80% at 50% 50%,#0f172a66,transparent 70%);--surface:#0f172a;--surface-secondary:#1e293b;--text:#e2e8f0;--muted:#e2e8f0b3;--accent:#3b82f6;--accent-hover:#60a5fa;--accent-secondary:#06b6d4;--border:#e2e8f01f;--shadow:0 4px 12px #7b78784d;--shadow-lg:0 8px 24px #0006;--radius:12px;--radius-sm:8px;--focus:#3b82f6;--header-bg:#020617d9;--nav-hover:#3b82f61f;--danger:#ef4444}html[data-theme=warm]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f8fafc;--bg-mesh:radial-gradient(ellipse 90% 70% at 15% 10%,#3b82f60d,transparent 50%),radial-gradient(ellipse 70% 60% at 85% 90%,#06b6d40d,transparent 50%),radial-gradient(ellipse 100% 80% at 50% 50%,#ffffff73,transparent 70%);--surface:#fff;--surface-secondary:#e2e8f0;--text:#1e293b;--muted:#64748b;--accent:#3b82f6;--accent-hover:#2563eb;--accent-secondary:#06b6d4;--border:#1e293b1a;--shadow:0 1px 3px #0f172a0f;--shadow-lg:0 4px 12px #0f172a14;--radius:12px;--radius-sm:8px;--focus:#3b82f6;--header-bg:#f8fafce6;--nav-hover:#3b82f614;--danger:#b91c1c}*{box-sizing:border-box;margin:0;padding:0}html{max-width:100vw;overflow-x:clip}body{max-width:100vw;color:var(--text);background:var(--bg);background-image:var(--bg-mesh);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-attachment:fixed;font-weight:400;line-height:1.6}code,kbd,pre,.font-mono{font-family:var(--font-mono),ui-monospace,"Cascadia Code",monospace;font-weight:400}code{background:var(--surface-secondary);border:1px solid var(--border);border-radius:4px;padding:.15em .4em;font-size:.9em}pre{border-radius:var(--radius-sm);background:var(--surface-secondary);border:1px solid var(--border);padding:1rem;overflow-x:auto}pre code{background:0 0;border:none;padding:0}a{color:inherit;text-decoration:none}a,.btn,.language-switcher a{transition:background-color .14s,color .14s,border-color .14s,transform .14s,box-shadow .14s,opacity .14s}a:hover{opacity:.92}:focus-visible{outline:2px solid var(--focus);outline-offset:2px}img{max-width:100%;display:block}.container{width:100%;max-width:1120px;padding-left:var(--container-padding-x);padding-right:var(--container-padding-x);margin:0 auto}@media (min-width:768px){.container{--container-padding-x:24px}}@media (min-width:1200px){.container{max-width:1280px}}@media (min-width:1400px){.container{max-width:1400px}}.skip-link{z-index:100;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:12px;padding:10px 12px;position:absolute;top:10px;left:10px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-header{-webkit-backdrop-filter:blur(10px);background:var(--header-bg);border-bottom:1px solid var(--border);z-index:20;width:100%;position:sticky;top:0;left:0;right:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;padding:14px 0;display:flex}.logo{align-items:center;display:flex}.logo-img{object-fit:contain;width:auto;height:auto;max-height:52px;display:block}.site-footer .logo-img{max-height:44px}.logo,h1,h2,h3{font-family:var(--font-sans)}h1,h2,.section-title{font-weight:600}h3,.section-subtitle,.hero .muted:first-child{font-weight:500}.nav a{border-radius:var(--radius-sm);color:var(--muted);padding:6px 12px;font-size:.9rem;transition:color .14s,background-color .14s}.nav a:hover{color:var(--text);background:var(--nav-hover)}.nav a:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.nav{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.header-actions{align-items:center;gap:10px;display:flex}.mobile-nav{display:none}.burger-btn{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;width:40px;height:40px;color:var(--text);flex-direction:column;justify-content:center;gap:5px;padding:8px;display:flex}.burger-btn:hover{background:var(--nav-hover)}.burger-btn[aria-expanded=true] .burger-line:first-child{transform:translateY(7px)rotate(45deg)}.burger-btn[aria-expanded=true] .burger-line:nth-child(2){opacity:0}.burger-btn[aria-expanded=true] .burger-line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.burger-line{background:currentColor;border-radius:1px;width:100%;height:2px;transition:transform .14s,opacity .14s;display:block}.mobile-menu{z-index:30;background:var(--surface);border-left:1px solid var(--border);width:min(320px,100%);box-shadow:var(--shadow-lg);flex-direction:column;gap:24px;padding:80px 24px 32px;transition:transform .2s;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-menu-open{transform:translate(0)}.mobile-menu-nav{flex-direction:column;gap:4px;display:flex}.mobile-menu-link{color:var(--text);border-radius:var(--radius-sm);padding:12px 16px;font-size:1.1rem;font-weight:500}.mobile-menu-link:hover{background:var(--nav-hover)}.mobile-menu-actions{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:12px;margin-top:auto;padding-top:24px;display:flex}.mobile-menu-backdrop{z-index:25;cursor:pointer;background:#0000004d;border:none;position:fixed;inset:0}.language-switcher select,.theme-switcher select{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:6px 10px;font-size:.85rem}.language-switcher{align-items:center;gap:6px;display:inline-flex}.language-switcher a{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:4px 10px;font-size:.8rem}.language-switcher a.active-locale{background:var(--accent);color:#fff;border-color:#0000}.hero-fullbleed{align-items:center;min-height:clamp(400px,60vh,560px);display:flex;position:relative;overflow:hidden}.hero-fullbleed-bg{z-index:0;position:absolute;inset:0}.hero-fullbleed-img{object-fit:cover;object-position:center}.hero-fullbleed-overlay{z-index:1;background:linear-gradient(#00000080 0%,#00000059 50%,#00000073 100%);position:absolute;inset:0}.hero-fullbleed-accent{z-index:2;opacity:.12;filter:invert()brightness(2);position:absolute;top:24px;right:24px}html[data-theme=dark] .hero-fullbleed-accent{opacity:.15}.hero-fullbleed-inner{z-index:2;width:100%;position:relative}.hero-fullbleed-content{max-width:560px}.hero-fullbleed-tagline{text-transform:uppercase;letter-spacing:.05em;color:#ffffffd9;margin-bottom:8px;font-size:.9rem}.hero-fullbleed-title{letter-spacing:-.025em;color:#fff;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:600;line-height:1.1}.hero-fullbleed-subtitle{color:#ffffffe6;margin-top:12px;font-size:1.05rem;line-height:1.6}.hero-fullbleed-badges{margin-top:20px}.hero-fullbleed-badge{color:#ffffffe6;background:#ffffff26;border-color:#ffffff4d}.hero-fullbleed-actions{margin-top:24px}.hero-fullbleed-actions .btn-primary{color:#1e293b;background:#fff}.hero-fullbleed-actions .btn-primary:hover{background:#fffffff2}.hero-fullbleed-actions .btn-secondary{color:#fff;background:#ffffff26;border-color:#fff6}.hero-fullbleed-actions .btn-secondary:hover{background:#ffffff40}.hero{gap:32px;padding:64px 0 48px;display:grid;position:relative}.hero-accent{opacity:.06;pointer-events:none;width:120px;height:auto;position:absolute;top:24px;right:24px}html[data-theme=dark] .hero-accent{filter:invert();opacity:.08}.hero-grid{align-items:start;gap:24px;display:grid}.hero .muted:first-child{text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:.9rem}.hero h1{letter-spacing:-.025em;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:600;line-height:1.1}.hero p:not(.muted){color:var(--muted);max-width:560px;font-size:1.05rem;line-height:1.6}.hero-badges{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.hero-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:24px;display:flex}.btn{border-radius:var(--radius-sm);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:500;transition:background-color .14s,border-color .14s,color .14s,box-shadow .14s,transform .14s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff;box-shadow:var(--shadow)}.btn-primary:hover{background:var(--accent-hover);box-shadow:0 4px 14px #3b82f659}@media (prefers-reduced-motion:no-preference){.btn-primary:hover{transform:scale(1.02)}}.btn-primary:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.btn-secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.btn-secondary:hover{background:var(--bg)}.btn-secondary:focus-visible{outline:2px solid var(--focus);outline-offset:2px;box-shadow:0 0 0 1px var(--focus)}.btn-ghost{border-color:var(--border);background:0 0}.badge{border-radius:var(--radius-sm);color:var(--muted);border:1px solid var(--border);background:#1c19170a;align-items:center;padding:6px 12px;font-size:.8rem;font-weight:500;display:inline-flex}.section{padding:56px 0}.section-divider{justify-content:center;align-items:center;padding:24px 0;display:flex}.section-divider-icon{opacity:.4;width:28px;height:auto}html[data-theme=dark] .section-divider-icon{filter:invert();opacity:.4}.section-header{margin-bottom:28px}.alternating-block{border-bottom:1px solid var(--border);align-items:center;gap:24px;padding:32px 0;display:grid}.alternating-block:last-child{border-bottom:none}.alternating-block-image-left{grid-template-columns:1fr 1fr}.alternating-block-image-left .alternating-block-image{order:1}.alternating-block-image-left .alternating-block-content{order:2}.alternating-block-image-right{grid-template-columns:1fr 1fr}.alternating-block-image-right .alternating-block-image{order:2}.alternating-block-image-right .alternating-block-content{order:1}.alternating-block-image{aspect-ratio:16/10;border-radius:var(--radius);background:var(--border);position:relative;overflow:hidden}.alternating-block-image img{object-fit:cover;width:100%;height:100%}.alternating-block-content h3{margin-bottom:8px;font-size:1.25rem;font-weight:600}.alternating-block-content .muted{margin-bottom:12px;font-size:.9rem}.alternating-block-content p:not(.muted){color:var(--muted);font-size:.95rem;line-height:1.6}.section-alternating .section-alternating-grid{grid-template-columns:1fr 1fr;align-items:center;gap:32px;display:grid}.section-alternating-image-left .section-alternating-image{order:1}.section-alternating-image-left .section-alternating-content,.section-alternating-image-right .section-alternating-image{order:2}.section-alternating-image-right .section-alternating-content{order:1}.section-alternating-image{aspect-ratio:16/10;border-radius:var(--radius);background:var(--border);position:relative;overflow:hidden}.section-alternating-image img{object-fit:cover;width:100%;height:100%}.section-title{letter-spacing:-.02em;font-size:clamp(1.5rem,2.2vw,2rem);font-weight:600}.section-subtitle{color:var(--muted);margin-top:8px;font-size:1rem}.grid{gap:20px;display:grid}.grid-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;transition:box-shadow .2s,border-color .2s,transform .2s}.card:hover{box-shadow:var(--shadow-lg);border-color:#1c19171f}@media (prefers-reduced-motion:no-preference){.card:hover{transform:translateY(-2px)}}.card-with-image{padding:0;overflow:hidden}.card-with-image .card-image{aspect-ratio:16/10;background:var(--border);position:relative;overflow:hidden}.card-with-image .card-image img{object-fit:cover;width:100%;height:100%}.card-with-image .card-body{padding:20px}.hero .card-image{aspect-ratio:16/10;border-radius:var(--radius);background:var(--border);overflow:hidden}.hero .card-image img{object-fit:cover;width:100%;height:100%}.muted{color:var(--muted)}.site-footer{border-top:1px solid var(--border);background:var(--surface);margin-top:48px;padding:40px 0 48px}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;display:flex}.footer-inner .logo{display:inline-flex}.footer-inner .muted{max-width:280px;margin-top:4px;font-size:.9rem}.footer-links{flex-flow:wrap;gap:20px;display:flex}.footer-links a{color:var(--muted);font-size:.9rem;transition:color .14s,text-decoration-color .14s}.footer-links a:hover{color:var(--text);text-underline-offset:3px;text-decoration:underline}.footer-links a:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.contact-tabs{margin-top:8px}.contact-tabs-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-bottom:28px;display:grid}.contact-tab-card{text-align:left;cursor:pointer;border:2px solid var(--border);width:100%;transition:border-color .2s,box-shadow .2s;display:block}.contact-tab-card:hover,.contact-tab-card-active{border-color:var(--accent);box-shadow:0 4px 16px #3b82f61f}.contact-tab-card:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.contact-tab-card h3{margin-bottom:8px}.contact-tab-card .muted{font-size:.9rem;line-height:1.5}.contact-tab-panel[hidden]{display:none}.contact-choice-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid}.contact-choice-card{text-align:left;cursor:pointer;border:2px solid #0000;width:100%;transition:border-color .2s,box-shadow .2s;display:block}.contact-choice-card:hover{border-color:var(--accent);box-shadow:0 4px 16px #3b82f61f}.contact-choice-card:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.contact-choice-card h3{margin-bottom:8px}.form-grid{gap:16px;display:grid}.form-field{gap:6px;display:grid}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:10px 12px;font-size:.95rem;transition:border-color .14s,box-shadow .14s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--focus);outline:none;box-shadow:0 0 0 2px #3b82f633}.form-field textarea{resize:vertical;min-height:120px}.section article,article.section{gap:16px;display:grid}article h1{font-size:clamp(2rem,3vw,3rem)}article h2{margin-top:16px;font-size:1.5rem}article ul{padding-left:20px}.error-summary{border:1px solid var(--danger);background:color-mix(in srgb,var(--danger)10%,var(--surface));color:color-mix(in srgb,var(--danger)70%,var(--text));border-radius:12px;padding:12px 14px}.error-summary a{text-decoration:underline}.field-error{color:color-mix(in srgb,var(--danger)70%,var(--text));font-size:.9rem}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:no-preference){@supports (animation-timeline:view()){@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{animation:.5s ease-out both fade-up;animation-timeline:view();animation-range:entry entry 40%}}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:767px){body{background-attachment:scroll}.nav-desktop,.header-actions-desktop{display:none!important}.mobile-nav{display:block}.hero{padding:40px 0 32px}.hero-fullbleed{min-height:clamp(360px,55vh,480px)}.hero-fullbleed-accent{width:80px;top:16px;right:16px}.hero-fullbleed-actions{flex-direction:column;align-items:flex-start}.hero-fullbleed-actions .btn{justify-content:center;width:100%}.section{padding:40px 0}.grid-3,.alternating-block,.alternating-block-image-left,.alternating-block-image-right{grid-template-columns:1fr}.alternating-block-image-left .alternating-block-image,.alternating-block-image-left .alternating-block-content,.alternating-block-image-right .alternating-block-image,.alternating-block-image-right .alternating-block-content{order:unset}.alternating-block-image{order:-1}.section-alternating .section-alternating-grid{grid-template-columns:1fr}.section-alternating-image-left .section-alternating-image,.section-alternating-image-left .section-alternating-content,.section-alternating-image-right .section-alternating-image,.section-alternating-image-right .section-alternating-content{order:unset}.section-alternating .section-alternating-image{order:-1}.footer-inner{flex-direction:column;gap:24px}.footer-links{flex-direction:column;gap:12px}.hero-actions{flex-direction:column;align-items:flex-start}.hero-actions .btn{justify-content:center;width:100%}.form-field input,.form-field select,.form-field textarea{width:100%;min-width:0}.header-inner{padding:12px 0}}@media (min-width:768px){.mobile-nav{display:none}}@media (min-width:920px){.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:26px}}
