:root{--gw-base:#081417;--gw-panel:#102126;--gw-panel-edge:#284652;--gw-text-primary:#e8f3f4;--gw-text-muted:#9eb4ba;--gw-anchor:#65b4d0;--gw-anchor-soft:#65b4d029;--gw-anchor-deep:#2b7891;--gw-attention:#e7b65f;--gw-micro-accent:#d6a24c;--gw-error:#e07a80;--gw-success:#72c59b;--gw-driftwood:#b7a18d;--gw-quiet-surface:#173038;--gw-radius-sm:.5rem;--gw-radius-md:.875rem;--gw-radius-lg:1.25rem;--gw-radius-xl:1.75rem;--gw-shadow-soft:0 16px 40px #0000003d;--gw-shadow-panel:0 8px 24px #0000002e;--gw-font-sans:"Inter", "Aptos", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--gw-font-serif:"Source Serif 4", "Source Serif Pro", "Iowan Old Style", "Apple Garamond", "Palatino", "Georgia", serif;--gw-font-mono:ui-monospace, "JetBrains Mono", SFMono-Regular, Menlo, Consolas, monospace;color-scheme:dark}*{box-sizing:border-box}html,body{background:var(--gw-base);color:var(--gw-text-primary);font-family:var(--gw-font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;margin:0;padding:0;font-size:16px;line-height:1.6}body{background-image:radial-gradient(1200px 600px at 80% -10%,#65b4d012,#0000 60%),radial-gradient(900px 500px at -10% 110%,#2b789114,#0000 60%);background-attachment:fixed;flex-direction:column;min-height:100dvh;display:flex}main{flex:1 0 auto}a{color:var(--gw-anchor);text-underline-offset:3px;text-decoration:none}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=button]:focus-visible{outline:2px solid var(--gw-anchor);outline-offset:2px;border-radius:var(--gw-radius-sm)}h1,h2,h3,h4{color:var(--gw-text-primary);letter-spacing:-.01em;margin:0 0 .75rem;font-weight:600;line-height:1.2}h1{font-family:var(--gw-font-serif);letter-spacing:-.02em;font-size:clamp(2.1rem,5vw,3.4rem);font-weight:500;line-height:1.1}h2{font-size:clamp(1.4rem,2.6vw,1.8rem)}h3{font-size:1.15rem}p{color:var(--gw-text-muted);max-width:60ch;margin:0 0 1rem}p.lead{color:var(--gw-text-primary);max-width:62ch;font-size:1.125rem}ul{color:var(--gw-text-muted)}hr{border:0;border-top:1px solid var(--gw-panel-edge);margin:3rem 0}.container{width:100%;max-width:64rem;margin:0 auto;padding:0 1.25rem}.container-narrow{max-width:44rem}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--gw-text-muted);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.78rem;display:inline-flex}.eyebrow:before{content:"";background:var(--gw-micro-accent);border-radius:50%;width:6px;height:6px;display:inline-block;box-shadow:0 0 0 3px #d6a24c1f}.panel{background:var(--gw-panel);border:1px solid var(--gw-panel-edge);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-panel);padding:1.75rem}.panel-glass{border:1px solid var(--gw-panel-edge);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-soft);backdrop-filter:blur(6px);background:linear-gradient(#173038d9 0%,#102126d9 100%);padding:1.5rem}.btn{border-radius:var(--gw-radius-md);font:inherit;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:transform .12s,background-color .16s,border-color .16s,color .16s;display:inline-flex}.btn-primary{background:var(--gw-anchor);color:#06181d;border-color:var(--gw-anchor)}.btn-primary:hover{background:#7cc0d8;text-decoration:none}.btn-primary:active{transform:translateY(1px)}.btn-ghost{color:var(--gw-text-primary);border-color:var(--gw-panel-edge);background:0 0}.btn-ghost:hover{background:var(--gw-anchor-soft);border-color:var(--gw-anchor);text-decoration:none}.tag-attention{color:var(--gw-attention);letter-spacing:.04em;background:#e7b65f12;border:1px solid #e7b65f52;border-radius:999px;align-items:center;gap:.4rem;padding:.2rem .6rem;font-size:.78rem;display:inline-flex}.field{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.field label{color:var(--gw-text-primary);font-size:.9rem;font-weight:500}.field .hint{color:var(--gw-text-muted);font-size:.8rem}.field input[type=text],.field input[type=email],.field input[type=url],.field select,.field textarea{background:var(--gw-quiet-surface);width:100%;color:var(--gw-text-primary);border:1px solid var(--gw-panel-edge);border-radius:var(--gw-radius-md);font:inherit;padding:.7rem .85rem;font-size:.95rem;line-height:1.4;transition:border-color .16s,box-shadow .16s,background-color .16s}.field input::placeholder,.field textarea::placeholder{color:#9eb4ba99}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gw-anchor);box-shadow:0 0 0 3px var(--gw-anchor-soft);outline:none}.field.checkbox{flex-direction:row;align-items:flex-start;gap:.6rem}.field.checkbox input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--gw-anchor);margin-top:.25rem}.field.checkbox label{color:var(--gw-text-muted);font-weight:400}.field-error{color:var(--gw-error);align-items:center;gap:.4rem;font-size:.85rem;display:flex}.field-error:before{content:"";background:var(--gw-error);border-radius:50%;width:6px;height:6px;display:inline-block}.form-status{border-radius:var(--gw-radius-md);margin-top:1rem;padding:.85rem 1rem;font-size:.92rem}.form-status[data-state=error]{color:var(--gw-error);background:#e07a801a;border:1px solid #e07a8059}.form-status[data-state=success]{color:var(--gw-text-primary);background:#72c59b14;border:1px solid #72c59b4d}.waterline{background:linear-gradient(90deg, var(--gw-anchor) 0%, #65b4d01a 100%);border-radius:2px;width:64px;height:2px;margin:1.5rem 0;display:block;position:relative}.waterline:after{content:"";background:var(--gw-micro-accent);border-radius:50%;width:8px;height:8px;position:absolute;top:-3px;right:-10px;box-shadow:0 0 0 3px #d6a24c1f}.grid{gap:1.25rem;display:grid}@media (width>=720px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}}section.section{padding:4rem 0}section.section.hero{padding:6rem 0 4rem}.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}.skip-link{z-index:100;border-radius:var(--gw-radius-md);background:var(--gw-anchor);color:#06181d;padding:.6rem 1rem;font-weight:600;text-decoration:none;transition:top .16s;position:absolute;top:-3rem;left:.75rem}.skip-link:focus{outline:2px solid var(--gw-text-primary);outline-offset:2px;top:.75rem}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.site-header[data-astro-cid-fzpbxy5g]{z-index:10;backdrop-filter:blur(8px);background:#081417b8;border-bottom:1px solid #28465266;padding:1rem 0;position:sticky;top:0}.header-row[data-astro-cid-fzpbxy5g]{justify-content:space-between;align-items:center;gap:1rem;display:flex}.brand[data-astro-cid-fzpbxy5g]{color:var(--gw-text-primary);letter-spacing:-.01em;align-items:center;gap:.6rem;font-weight:600;text-decoration:none;display:inline-flex}.brand[data-astro-cid-fzpbxy5g]:hover{text-decoration:none}.brand-mark[data-astro-cid-fzpbxy5g]{background:radial-gradient(circle at 35% 30%, var(--gw-anchor) 0%, var(--gw-anchor-deep) 70%);border-radius:50%;width:14px;height:14px;display:inline-block;box-shadow:0 0 0 3px #65b4d024,inset 0 0 6px #08141780}.brand-cms[data-astro-cid-fzpbxy5g]{color:var(--gw-text-muted);margin-left:.15rem;font-weight:500}.nav-cta[data-astro-cid-fzpbxy5g]{padding:.5rem .9rem;font-size:.88rem}.site-footer[data-astro-cid-nns7i3if]{border-top:1px solid var(--gw-panel-edge);background:#08141766;margin-top:4rem;padding:2rem 0}.footer-row[data-astro-cid-nns7i3if]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.muted[data-astro-cid-nns7i3if]{color:var(--gw-text-muted);align-items:center;gap:.6rem;margin:0;font-size:.85rem;display:inline-flex}.waterline-tiny[data-astro-cid-nns7i3if]{background:var(--gw-anchor);opacity:.7;border-radius:2px;width:18px;height:2px;display:inline-block}
