:root{--text:#a0a0b0;--text-h:#f0f0f5;--bg:#0a0a0f;--border:#252530;--nav-border:#ffffff0f;--accent:#a855f7;--accent-secondary:#06b6d4;--accent-bg:#a855f71f;--accent-border:#a855f766;--sans:"DM Sans", system-ui, sans-serif;--heading:"DM Sans", system-ui, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.02em;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text);--bg-gradient:radial-gradient(ellipse 80% 50% at 50% -20%, #a855f726, transparent), radial-gradient(ellipse 60% 40% at 100% 50%, #06b6d414, transparent), radial-gradient(ellipse 60% 40% at 0% 80%, #a855f70f, transparent), linear-gradient(180deg, #0d0d14 0%, #0a0a0f 40%, #08080c 100%);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}body{background:var(--bg-gradient);background-attachment:fixed;min-height:100vh;margin:0}#root{box-sizing:border-box;flex-direction:column;max-width:100%;min-height:100svh;margin:0 auto;display:flex;overflow-x:hidden}main{box-sizing:border-box;flex:1;width:100%;max-width:100%}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:700}h1{letter-spacing:-.03em;margin:0;font-size:clamp(2.25rem,6vw,3.5rem)}h2{letter-spacing:-.02em;margin:0;font-size:1.75rem;line-height:1.2}p{margin:0}a{color:var(--accent)}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--nav-border);background:#0a0a0fe6;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.navbar-left{flex:1;min-width:0}.navbar-right{flex:1;justify-content:flex-end;min-width:0;display:flex}.navbar-logo{letter-spacing:.05em;color:var(--text-h);font-size:1.35rem;font-weight:800;text-decoration:none;transition:transform .2s,color .2s}.navbar-logo:hover{color:var(--accent);transform:scale(1.02)}.navbar-links{flex-shrink:0;justify-content:center;align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.navbar-links a{color:var(--text);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.navbar-links a:hover{color:var(--accent)}.navbar-cta{background:linear-gradient(135deg, var(--accent), var(--accent-secondary));border-radius:999px;padding:.5rem 1.25rem;color:#fff!important}.navbar-cta:hover{filter:brightness(1.15);color:#fff!important}@media (width<=640px){.navbar{flex-wrap:wrap;justify-content:center;gap:1rem;padding:1rem}.navbar-left{text-align:center;flex:0 auto;order:1;width:100%}.navbar-links{flex-wrap:wrap;order:2;justify-content:center;gap:1.25rem}.navbar-right{flex:0 auto;order:3;justify-content:center;width:100%}}.hero-section{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;padding:3rem 2rem;display:flex;overflow:visible}.hero-banner{object-fit:cover;border-radius:16px;width:100%;max-width:900px;height:auto;margin-bottom:2rem;display:block}.hero-tagline{color:var(--text);max-width:400px;margin:.5rem 0 2rem;font-size:1.2rem}.btn-ca{font-size:.9rem;font-family:var(--mono);color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.5rem;margin-top:1rem;padding:.6rem 1.25rem;transition:border-color .2s,background .2s,color .2s;display:inline-flex}.btn-ca:hover{border-color:var(--accent-border);background:var(--accent-bg);color:var(--text-h)}.ca-feedback{color:var(--accent);margin-left:.25rem;font-size:.85rem;font-weight:600}.hero-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.hero-links a{border:1px solid var(--border);background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:.6rem;transition:border-color .2s,background .2s,transform .2s;display:flex}.hero-links a:hover{border-color:var(--accent-border);background:var(--accent-bg);transform:scale(1.08)}.hero-link-logo{object-fit:contain;width:32px;height:32px;display:block}.btn-primary{background:linear-gradient(135deg, var(--accent), var(--accent-secondary));color:#fff;cursor:pointer;border:none;border-radius:999px;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,filter .2s;display:inline-block}.btn-primary:hover:not(:disabled){filter:brightness(1.15);transform:scale(1.03)}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.section{text-align:center;max-width:640px;margin:0 auto;padding:4rem 1.5rem}.section h2{margin-bottom:1rem}.section-text{color:var(--text);margin:0;line-height:1.7}.gallery-section{max-width:800px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:1rem;display:grid}.gallery-img{aspect-ratio:1;object-fit:cover;border:1px solid var(--border);border-radius:16px;width:100%}@media (width>=640px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=639px){.gallery-grid{max-width:280px;margin-left:auto;margin-right:auto}}.footer{text-align:center;border-top:1px solid var(--border);color:var(--text);padding:1.5rem;font-size:.9rem}.footer p{margin:0}
