:root{--ic-ease-snap: cubic-bezier(.2, 0, 0, 1);--ic-ease-forge: cubic-bezier(.16, 1, .3, 1);--ic-dur-fast: .12s;--ic-dur-base: .22s;--ic-dur-slow: .48s}:root{--bg: #0e1226;--surface: #161b34;--surface-elevated: #1e2442;--border: #252b48;--text: #ede2c8;--text-muted: #9890a8;--primary: #7b9bf0;--primary-pressed: #5c7fe0;--on-primary: #0a1330;--ember: #e8a05a;--on-ember: #0a1330;--success: #4fb07e;--error: #e0705f;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--font-display: "Big Shoulders Display", sans-serif;--font-body: "IBM Plex Sans", sans-serif;--font-mono: "IBM Plex Mono", monospace}html.theme-field{--bg: #f0e8d6;--surface: #e3d8bf;--surface-elevated: #f0e8d6;--border: #c4b694;--text: #0f1a3a;--text-muted: #4a5070;--primary: #2547a0;--primary-pressed: #1a3478;--on-primary: #f0e8d6;--ember: #c8623a;--on-ember: #0a1330;--success: #1f7a4d;--error: #b23a2e}html.theme-field :is(.site-header,.site-footer,.act-navy){--bg: #0e1226;--surface: #161b34;--surface-elevated: #1e2442;--border: #252b48;--text: #ede2c8;--text-muted: #9890a8;--primary: #7b9bf0;--primary-pressed: #5c7fe0;--on-primary: #0a1330;--ember: #e8a05a;--on-ember: #0a1330;--success: #4fb07e;--error: #e0705f;background:var(--bg);color:var(--text)}html.theme-field .eyebrow{color:var(--text)}html.theme-field :is(.site-header,.site-footer,.act-navy) .eyebrow{color:var(--ember)}html.theme-field .placeholder-note{color:var(--error);border-color:var(--error)}html.theme-field :is(.site-header,.site-footer,.act-navy) .placeholder-note{color:var(--ember);border-color:var(--ember)}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased}body{margin:0;min-height:100vh;display:flex;flex-direction:column}main{flex:1;width:100%}h1,h2,h3{font-family:var(--font-display);letter-spacing:0;color:var(--text);margin:0 0 20px}.caps-display :is(h1,h2,h3){text-transform:uppercase}h1{font-weight:800;font-size:clamp(2.75rem,6.5vw,4.5rem);line-height:1}h2{font-weight:800;font-size:clamp(2rem,4.5vw,3rem);line-height:1.05}h3{font-weight:700;font-size:1.45rem;line-height:1.15}p{margin:0 0 16px;color:var(--text)}.lead{font-size:1.125rem;line-height:1.65}a{color:var(--primary);transition:color .16s ease}a:hover{color:var(--primary-pressed)}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--primary);color:var(--on-primary);font-weight:600;text-decoration:none;padding:10px 18px;border-radius:0 0 var(--radius-sm) 0}.skip-link:focus{left:0}ul,ol{padding-left:1.25em}li{margin-bottom:8px}.wrap{max-width:1080px;margin:0 auto;padding:0 24px}.wrap-narrow{max-width:720px;margin:0 auto;padding:0 24px}.section{padding-block:clamp(64px,9vw,112px);border-top:1px solid var(--border)}.section:first-of-type{border-top:none}.section-head{margin-bottom:48px}.hero{position:relative;padding-top:clamp(80px,11vw,136px);padding-bottom:clamp(80px,11vw,136px)}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 55% at 50% 0%,color-mix(in srgb,var(--primary) 9%,transparent),transparent 70%);pointer-events:none}.hero>*{position:relative}.muted{color:var(--text-muted)}.eyebrow{display:inline-block;position:relative;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:1.8px;font-size:15px;font-weight:500;color:var(--ember);margin:0 0 16px;padding-bottom:6px}.eyebrow:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:32px;background:var(--ember);transform:scaleX(0);transform-origin:left center;transition:transform var(--ic-dur-slow) var(--ic-ease-forge) .12s}.revealed .eyebrow:after,html:not(.motion) .eyebrow:after{transform:scaleX(1)}.hero .eyebrow{font-size:18px;letter-spacing:2.2px}.hero .eyebrow:after,.section-head .eyebrow:after,.cta-band .eyebrow:after,[style*="text-align:center"]>.eyebrow:after{left:50%;transform-origin:center;margin-left:-16px}.hero .eyebrow:after{transform:scaleX(1);transition:none}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;transition:border-color .2s ease,background-color .2s ease,transform .2s ease,box-shadow .2s ease}.card:hover{border-color:color-mix(in srgb,var(--primary) 45%,transparent);background:var(--surface-elevated);transform:translateY(-3px);box-shadow:0 0 0 1px color-mix(in srgb,var(--primary) 12%,transparent)}html.motion .section:not(.hero),html.motion .cta-band{transition:opacity var(--ic-dur-slow) var(--ic-ease-forge),transform var(--ic-dur-slow) var(--ic-ease-forge)}html.motion .section:not(.hero):not(.revealed),html.motion .cta-band:not(.revealed){opacity:0;transform:translateY(24px)}html.motion .card-grid>.card{transition:opacity var(--ic-dur-slow) var(--ic-ease-forge),transform var(--ic-dur-slow) var(--ic-ease-forge),border-color .2s ease,background-color .2s ease,box-shadow .2s ease}html.motion .section:not(.revealed) .card-grid>.card{opacity:0;transform:translateY(20px)}html.motion .reveal{transition:opacity var(--ic-dur-slow) var(--ic-ease-forge),transform var(--ic-dur-slow) var(--ic-ease-forge)}html.motion .reveal:not(.revealed){opacity:0;transform:translateY(24px)}html.motion .reveal-stagger>*{transition:opacity var(--ic-dur-slow) var(--ic-ease-forge),transform var(--ic-dur-slow) var(--ic-ease-forge)}html.motion .section:not(.revealed) .reveal-stagger>*{opacity:0;transform:translateY(20px)}@keyframes hero-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}html.motion .hero>*{animation:hero-in var(--ic-dur-slow) var(--ic-ease-forge) both}html.motion .hero>*:nth-child(2){animation-delay:90ms}html.motion .hero>*:nth-child(3){animation-delay:.18s}html.motion .hero>*:nth-child(4){animation-delay:.27s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.cta-band{background:var(--surface-elevated);border-top:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center;padding:clamp(56px,8vw,96px) 24px}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.hl-grid{display:grid;border-top:1px solid var(--border);border-left:1px solid var(--border)}.hl-cell{padding:32px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.hl-cell>:last-child{margin-bottom:0}html.motion .hl-grid{position:relative;border-top-color:transparent;border-left-color:transparent}html.motion .hl-grid:before,html.motion .hl-grid:after{content:"";position:absolute;background:var(--border)}html.motion .hl-grid:before{top:-1px;left:0;right:0;height:1px;transform-origin:left center}html.motion .hl-grid:after{top:0;bottom:0;left:-1px;width:1px;transform-origin:top center}html.motion .hl-cell{position:relative;border-right-color:transparent;border-bottom-color:transparent}html.motion .hl-cell:before,html.motion .hl-cell:after{content:"";position:absolute;background:var(--border)}html.motion .hl-cell:before{left:0;right:0;bottom:-1px;height:1px;transform-origin:left center}html.motion .hl-cell:after{top:0;bottom:0;right:-1px;width:1px;transform-origin:top center}html.motion :is(.section,.reveal,.cta-band):not(.revealed) .hl-grid:before,html.motion :is(.section,.reveal,.cta-band):not(.revealed) .hl-cell:before{transform:scaleX(0)}html.motion :is(.section,.reveal,.cta-band):not(.revealed) .hl-grid:after,html.motion :is(.section,.reveal,.cta-band):not(.revealed) .hl-cell:after{transform:scaleY(0)}html.motion :is(.section,.reveal,.cta-band):not(.revealed) .hl-cell>*{opacity:0;transform:translateY(12px)}html.motion :is(.section,.reveal,.cta-band).revealed .hl-grid:before,html.motion :is(.section,.reveal,.cta-band).revealed .hl-grid:after,html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:before,html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:after{transition:transform var(--ic-dur-slow) var(--ic-ease-forge)}html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell>*{transition:opacity var(--ic-dur-slow) var(--ic-ease-forge),transform var(--ic-dur-slow) var(--ic-ease-forge)}html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:nth-child(1):before,html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:nth-child(1):after{transition-delay:65ms}html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:nth-child(2):before,html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:nth-child(2):after{transition-delay:.13s}html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:nth-child(3):before,html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:nth-child(3):after{transition-delay:195ms}html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:nth-child(4):before,html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:nth-child(4):after{transition-delay:.26s}html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:nth-child(5):before,html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:nth-child(5):after{transition-delay:325ms}html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:nth-child(6):before,html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:nth-child(6):after{transition-delay:.39s}html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:nth-child(1)>*{transition-delay:195ms}html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:nth-child(2)>*{transition-delay:.26s}html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:nth-child(3)>*{transition-delay:325ms}html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:nth-child(4)>*{transition-delay:.39s}html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:nth-child(5)>*{transition-delay:455ms}html.motion :is(.section,.reveal,.cta-band).revealed .hl-cell:nth-child(6)>*{transition-delay:.52s}.cta-row{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.btn{display:inline-block;font-family:var(--font-body);background:var(--primary);color:var(--on-primary);font-weight:600;border:none;border-radius:var(--radius-sm);padding:14px 28px;font-size:1rem;cursor:pointer;text-decoration:none;text-align:center;transition:background-color .16s ease,transform .12s ease}.btn:hover{background:var(--primary-pressed);color:var(--on-primary)}.btn:active{transform:scale(.97)}.btn:disabled,.btn[aria-disabled=true]{opacity:.5;cursor:not-allowed}.btn-compact{padding:10px 18px;font-size:.85rem}.btn-ghost{display:inline-block;font-family:var(--font-body);background:transparent;color:var(--text);font-weight:600;border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px 28px;font-size:1rem;cursor:pointer;text-decoration:none;text-align:center;transition:border-color .16s ease,color .16s ease}.btn-ghost:hover{border-color:var(--primary);color:var(--primary)}.placeholder-note{display:inline-block;background:transparent;border:1px dashed var(--ember);border-radius:var(--radius-sm);color:var(--ember);font-family:var(--font-mono);font-size:11px;letter-spacing:1px;padding:4px 10px;text-transform:uppercase}.site-header{border-bottom:1px solid var(--border)}.header-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding-top:16px;padding-bottom:16px}.brand{font-family:var(--font-display);font-weight:800;text-transform:uppercase;font-size:1.25rem;color:var(--text);text-decoration:none;letter-spacing:.5px}.brand span{font-family:var(--font-display);color:var(--ember);font-weight:700;font-size:1.25rem;letter-spacing:.5px;text-transform:uppercase;margin-left:6px}.site-nav{display:flex;flex-wrap:wrap;gap:20px}.site-nav a{color:var(--text);text-decoration:none;font-weight:500;font-size:.9rem;transition:color .16s ease}.site-nav a:hover{color:var(--primary)}.site-footer{border-top:1px solid var(--border)}.footer-inner{padding:48px 24px;text-align:center;color:var(--text-muted)}.footer-brand{font-family:var(--font-display);text-transform:uppercase;font-weight:800;color:var(--text);margin-bottom:8px}.footer-contact{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:8px}.footer-contact a{color:var(--text-muted)}.footer-nav a{margin:0 8px;color:var(--text-muted)}.footer-copy{margin-top:16px;margin-bottom:0;font-size:.85rem}.field{margin-bottom:16px}.field label{display:block;font-weight:600;margin-bottom:8px;font-size:.9rem}.field input{width:100%;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:var(--font-body);font-size:1rem}.field input:focus{outline:2px solid var(--primary);outline-offset:1px;border-color:var(--primary)}.consent-row{display:flex;align-items:flex-start;gap:12px;margin:24px 0}.consent-row input[type=checkbox]{margin-top:4px;width:1.1rem;height:1.1rem;flex-shrink:0;accent-color:var(--primary)}.consent-label{font-size:.85rem;color:var(--text-muted);line-height:1.5}#form-status{margin-top:16px;margin-bottom:0;font-weight:600}#form-status.error{color:var(--error)}#form-status.ok{color:var(--success)}@media(max-width:640px){.header-inner{justify-content:center;text-align:center}.site-nav{justify-content:center;order:3;width:100%}}
