:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.sk-legal-body{color:#1e293b;background-color:#f8fafc;min-height:100vh;font-family:Georgia,Cambria,Times New Roman,Times,serif}.sans-font{font-family:ui-sans-serif,system-ui,sans-serif}.navbar{color:#fff;z-index:50;background-color:#0f172a;border-bottom:1px solid #f59e0b33;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:80rem;height:5rem;margin:0 auto;padding:0 1.5rem;display:flex}.nav-logo{align-items:center;gap:.5rem;display:flex}.logo-text{letter-spacing:.05em;text-transform:uppercase;font-size:1.25rem;font-weight:700}.logo-highlight{color:#f59e0b;font-weight:300}.desktop-menu{letter-spacing:.05em;text-transform:uppercase;gap:2rem;font-size:.875rem;display:none}@media (width>=768px){.desktop-menu{display:flex}}.menu-link{color:#fff;text-decoration:none;transition:color .2s}.menu-link:hover{color:#f59e0b}.mobile-toggle{color:#f59e0b;cursor:pointer;background:0 0;border:none}@media (width>=768px){.mobile-toggle{display:none}}.mobile-menu{background-color:#0f172a;border-top:1px solid #1e293b;flex-direction:column;gap:1rem;padding:1rem 1.5rem;font-size:.875rem;display:flex}@media (width>=768px){.mobile-menu{display:none}}.hero{color:#fff;background-color:#0f172a;padding:8rem 1.5rem;position:relative;overflow:hidden}.hero-overlay{opacity:.1;background-image:radial-gradient(#f59e0b 1px,#0000 1px);background-size:16px 16px;position:absolute;inset:0}.hero-content{text-align:center;max-width:56rem;margin:0 auto;position:relative}.hero-tagline{color:#f59e0b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.875rem;font-weight:600}.hero-title{margin-bottom:1.5rem;font-size:2.5rem;font-weight:400;line-height:1.2}@media (width>=768px){.hero-title{font-size:3.75rem}}.hero-description{color:#94a3b8;max-width:42rem;margin:0 auto 2rem;font-size:1.125rem;font-weight:300;line-height:1.6}.cta-button{color:#fff;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background-color:#d97706;border:none;border-radius:2px;padding:.875rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-block}.cta-button:hover{background-color:#b45309}.philosophy{text-align:center;max-width:64rem;margin:0 auto;padding:6rem 1.5rem}.section-title{color:#0f172a;margin-bottom:1.5rem;font-size:1.875rem;font-weight:400}.title-divider{background-color:#f59e0b;width:4rem;height:2px;margin:0 auto 2rem}.philosophy-text{color:#475569;max-width:48rem;margin:0 auto;font-size:1.25rem;font-style:italic;line-height:1.8}.divider{border:0;border-top:1px solid #e2e8f0;max-width:80rem;margin:0 auto}.practices{max-width:80rem;margin:0 auto;padding:6rem 1.5rem}.section-subtitle{color:#64748b;letter-spacing:.05em;text-transform:uppercase;margin-top:.5rem;font-size:.875rem}.grid-3-col{gap:2rem;margin-top:4rem;display:grid}@media (width>=768px){.grid-3-col{grid-template-columns:repeat(3,minmax(0,1fr))}}.card{background-color:#fff;border:1px solid #f1f5f9;padding:2rem;transition:box-shadow .2s;box-shadow:0 1px 2px #0000000d}.card:hover{box-shadow:0 4px 6px -1px #0000001a}.card-icon{color:#d97706;margin-bottom:1.5rem}.card-title{color:#0f172a;margin-bottom:.75rem;font-size:1.25rem;font-weight:400}.card-text{color:#475569;font-size:.875rem;line-height:1.6}.contact-section{color:#fff;background-color:#0f172a;padding:6rem 1.5rem}.contact-container{gap:3rem;max-width:80rem;margin:0 auto;display:grid}@media (width>=768px){.contact-container{grid-template-columns:repeat(2,minmax(0,1fr))}}.contact-info-panel h2{margin-bottom:1rem;font-size:1.875rem;font-weight:400}.contact-desc{color:#94a3b8;max-width:28rem;margin-bottom:2rem;font-weight:300;line-height:1.6}.info-list{color:#cbd5e1;flex-direction:column;gap:1rem;font-size:.875rem;display:flex}.info-item{align-items:flex-start;gap:.75rem;display:flex}.info-icon{color:#f59e0b;flex-shrink:0}.info-icon.offset{margin-top:.125rem}.form-panel{background-color:#1e293b;border:1px solid #33415580;border-radius:2px;padding:2rem}.form-group{margin-bottom:1rem}.form-label{color:#94a3b8;margin-bottom:.25rem;font-size:.875rem;display:block}.form-input{box-sizing:border-box;color:#fff;background-color:#0f172a;border:1px solid #334155;border-radius:2px;width:100%;padding:.625rem 1rem;font-size:.875rem}.form-input:focus{border-color:#f59e0b;outline:none}.form-submit{color:#fff;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background-color:#d97706;border:none;border-radius:2px;width:100%;padding:.75rem;font-size:.75rem;font-weight:500;transition:background-color .2s}.form-submit:hover{background-color:#b45309}.footer{color:#64748b;text-align:center;background-color:#020617;border-top:1px solid #0f172a;padding:2rem 1.5rem;font-size:.75rem}
