*{margin:0;padding:0;box-sizing:border-box}html{font-family:Lato,system-ui,-apple-system,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg-1);color:var(--text)}h1,h2,h3,h4,h5,h6{margin-bottom:.5em;color:var(--heading)}h1{font-family:Libre Baskerville,serif;font-weight:700;font-size:2.5rem;line-height:1.2;letter-spacing:0}h2{font-family:Libre Baskerville,serif;font-weight:400;font-size:1.75rem;line-height:1.3;letter-spacing:0}h3{font-family:Lato,sans-serif;font-weight:700;font-size:1.25rem;line-height:1.4;letter-spacing:.04em}p{margin-bottom:1em;max-width:65ch}a{color:#00f;text-decoration:underline}a:hover{color:#00008b}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.hidden{display:none}.visible{display:block}.site-header{background:linear-gradient(135deg,#111,#1a1a1a 30%,#2a2a2a 70%,#111);border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:100;backdrop-filter:blur(8px)}.header-content{display:flex;align-items:center;justify-content:space-between;min-height:4rem;gap:2rem}.logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;transition:opacity .2s ease}.logo-link:hover{opacity:.8}.logo-image{width:2rem;height:2rem;flex-shrink:0}.logo-text{font-family:Libre Baskerville,serif;font-weight:700;letter-spacing:.05em;margin-bottom:0!important}.header-controls{display:flex;align-items:center;gap:1rem}.nav-toggle{display:none;background:none;border:none;color:#e8e3d0;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:background-color .2s ease}.nav-toggle:hover{background-color:#ffffff1a}.primary-nav{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;padding:.5rem 0;border-radius:.375rem;transition:all .2s ease;position:relative}.nav-link:hover{color:var(--button-primary)}.nav-link.active{color:var(--button-primary);font-weight:500}.nav-link.active:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:2px;background-color:var(--button-primary);border-radius:1px}.site-footer{background:linear-gradient(135deg,#111,#1a1a1a 30%,#2a2a2a 70%,#111);border-top:1px solid rgba(255,255,255,.1);margin-top:auto;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;transition:opacity .2s ease}.footer-logo:hover{opacity:.8}.footer-logo-image{width:2rem;height:2rem;flex-shrink:0}.footer-logo-text{font-weight:600;margin-bottom:0!important}.footer-tagline{font-size:.9rem;line-height:1.5;max-width:300px}.footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-nav-section{display:flex;flex-direction:column;gap:.75rem;align-items:center}.footer-nav-title{font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;color:var(--button-primary);opacity:.8}.footer-link{text-decoration:none;transition:all .2s ease;padding:.25rem 0;border-bottom:1px solid transparent;position:relative}.footer-link:hover{color:var(--button-primary);border-bottom-color:var(--button-primary)}.footer-link:focus-visible{outline:none;box-shadow:0 0 0 2px var(--focus-ring-contrast),0 0 0 4px var(--focus-ring);border-radius:6px}.primary-nav .nav-link:focus-visible{outline:none;box-shadow:0 0 0 2px var(--focus-ring-contrast),0 0 0 4px var(--focus-ring);border-radius:6px}.platform-card:focus-visible{outline:none;box-shadow:0 0 0 2px var(--focus-ring-contrast),0 0 0 4px var(--focus-ring);border-radius:12px}.social-link:focus-visible,.social-icons a:focus-visible{outline:none;box-shadow:0 0 0 2px var(--focus-ring-contrast),0 0 0 4px var(--focus-ring);border-radius:8px}.cta-button:focus-visible,.button:focus-visible{outline:none;box-shadow:0 0 0 2px var(--focus-ring-contrast),0 0 0 4px var(--focus-ring);border-radius:8px}.nav-toggle:focus-visible{outline:none;box-shadow:0 0 0 2px var(--focus-ring-contrast),0 0 0 4px var(--focus-ring);border-radius:6px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-legal{display:flex;align-items:center;gap:1.5rem}.footer-legal-link{text-decoration:none;transition:all .2s ease;padding:.25rem 0;border-bottom:1px solid transparent;position:relative}.footer-legal-link:hover{color:var(--button-primary);border-bottom-color:var(--button-primary)}.footer-legal-link:focus-visible{outline:2px solid var(--button-primary);outline-offset:2px;border-radius:2px}@media (max-width: 768px){.header-content{gap:1rem}.nav-toggle{display:block}.primary-nav{position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#111,#1a1a1a 30%,#2a2a2a 70%,#111);border-top:1px solid rgba(255,255,255,.1);flex-direction:column;gap:0;padding:1rem;box-shadow:0 4px 6px #0000001a}.primary-nav.hidden{display:none}.nav-link{padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);width:100%;text-align:left}.nav-link:last-child{border-bottom:none}.nav-link.active:after{display:none}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-brand{text-align:center;display:flex;flex-direction:column;align-items:center}.footer-logo{justify-content:center}.footer-nav{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:600px;margin:0 auto}.footer-nav-section{align-items:center;text-align:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 480px){.header-content{min-height:3.5rem}.logo-text{font-size:1rem;margin-bottom:0!important}.footer-content{gap:1.5rem}.footer-nav{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:500px}.footer-nav-section{text-align:center;align-items:center}.footer-legal{flex-direction:row;gap:1rem;justify-content:center}}:root{--bg-1: #FDFCF8;--bg-2: #F3E9DA;--button-primary: #E95B25;--button-secondary: #0B1A2B;--heading: #111111;--subheading: #335a86;--text: #242219;--subtext: #67634e;--cta-bg: #E8E3D0;--cta-text: #0A2434;--cta-bg-hover: #FDFCF8;--focus-ring: var(--button-primary);--focus-ring-contrast: #FDFCF8}.cta-panel .cta-description{margin-left:auto;margin-right:auto;text-align:center}.skip-link{position:absolute;left:8px;top:8px;padding:10px 14px;background:#0a2434;color:#fdfcf8;border-radius:6px;transform:translateY(-150%);transition:transform .2s;z-index:1000}.skip-link:focus{transform:translateY(0);outline:3px solid #FDFCF8;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container[data-astro-cid-d6puh33w]{width:100%;position:relative}.container-center[data-astro-cid-d6puh33w]{margin-left:auto;margin-right:auto}.container-small[data-astro-cid-d6puh33w]{max-width:640px}.container-medium[data-astro-cid-d6puh33w]{max-width:768px}.container-large[data-astro-cid-d6puh33w]{max-width:1024px}.container-xlarge[data-astro-cid-d6puh33w]{max-width:1200px}.container-full[data-astro-cid-d6puh33w]{max-width:none}.container-padding-none[data-astro-cid-d6puh33w]{padding-left:0;padding-right:0}.container-padding-small[data-astro-cid-d6puh33w]{padding-left:.75rem;padding-right:.75rem}.container-padding-medium[data-astro-cid-d6puh33w]{padding-left:1rem;padding-right:1rem}.container-padding-large[data-astro-cid-d6puh33w]{padding-left:1.5rem;padding-right:1.5rem}@media (max-width: 1024px){.container-xlarge[data-astro-cid-d6puh33w]{max-width:1024px}}@media (max-width: 768px){.container-large[data-astro-cid-d6puh33w],.container-xlarge[data-astro-cid-d6puh33w]{max-width:768px}.container-padding-large[data-astro-cid-d6puh33w]{padding-left:1rem;padding-right:1rem}}@media (max-width: 640px){.container-small[data-astro-cid-d6puh33w],.container-medium[data-astro-cid-d6puh33w],.container-large[data-astro-cid-d6puh33w],.container-xlarge[data-astro-cid-d6puh33w]{max-width:100%}.container-padding-small[data-astro-cid-d6puh33w]{padding-left:.5rem;padding-right:.5rem}.container-padding-medium[data-astro-cid-d6puh33w],.container-padding-large[data-astro-cid-d6puh33w]{padding-left:.75rem;padding-right:.75rem}}@media (max-width: 480px){.container-padding-small[data-astro-cid-d6puh33w],.container-padding-medium[data-astro-cid-d6puh33w],.container-padding-large[data-astro-cid-d6puh33w]{padding-left:1rem;padding-right:1rem}}.container-fluid[data-astro-cid-d6puh33w]{max-width:none;width:100%}.container-narrow[data-astro-cid-d6puh33w]{max-width:600px}.container-wide[data-astro-cid-d6puh33w]{max-width:1400px}.container[data-astro-cid-d6puh33w]:focus-visible{outline:2px solid var(--button-primary);outline-offset:2px}.container-debug[data-astro-cid-d6puh33w]{border:2px dashed var(--button-primary);background:#e95b251a}.container-debug[data-astro-cid-d6puh33w]:before{content:attr(data-size);position:absolute;top:-1.5rem;left:0;font-size:.75rem;color:var(--button-primary);font-weight:600;background:var(--bg-1);padding:.25rem .5rem;border-radius:.25rem;border:1px solid var(--button-primary)}.typography[data-astro-cid-blyuyqza]{margin:0;line-height:1.5;font-family:inherit;transition:color .2s ease}.typography-h1[data-astro-cid-blyuyqza]{font-family:Libre Baskerville,serif;font-size:2.5rem;line-height:1.2;font-weight:700;margin-bottom:1rem}.typography-h2[data-astro-cid-blyuyqza]{font-family:Libre Baskerville,serif;font-size:1.75rem;line-height:1.3;font-weight:400;margin-bottom:.875rem}.typography-h3[data-astro-cid-blyuyqza]{font-family:Lato,sans-serif;font-size:1.25rem;line-height:1.4;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem}.typography-h4[data-astro-cid-blyuyqza]{font-size:1.25rem;line-height:1.4;font-weight:600;margin-bottom:.625rem}.typography-h5[data-astro-cid-blyuyqza]{font-size:1.125rem;line-height:1.5;font-weight:600;margin-bottom:.5rem}.typography-h6[data-astro-cid-blyuyqza]{font-size:1rem;line-height:1.5;font-weight:600;margin-bottom:.5rem}.typography-body[data-astro-cid-blyuyqza]{font-family:Lato,sans-serif;font-size:1rem;line-height:1.6;font-weight:400}.typography-body-large[data-astro-cid-blyuyqza]{font-family:Lato,sans-serif;font-size:1.125rem;line-height:1.6;font-weight:400}.typography-body-small[data-astro-cid-blyuyqza]{font-family:Lato,sans-serif;font-size:.875rem;line-height:1.5;font-weight:400}.typography-caption[data-astro-cid-blyuyqza]{font-family:Lato,sans-serif;font-size:.75rem;line-height:1.4;font-weight:400}.typography-label[data-astro-cid-blyuyqza]{font-family:Lato,sans-serif;font-size:.95rem;line-height:1.4;font-weight:500;text-transform:uppercase;letter-spacing:.08em}.typography-eyebrow[data-astro-cid-blyuyqza]{font-family:Lato,sans-serif;font-size:.95rem;line-height:1.2;font-weight:500;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;display:inline-block}.typography-eyebrow[data-astro-cid-blyuyqza].typography-primary{color:var(--button-primary)}.typography-eyebrow[data-astro-cid-blyuyqza].typography-secondary{color:var(--subheading)}.typography-eyebrow[data-astro-cid-blyuyqza].typography-muted{color:var(--subtext)}.typography-eyebrow[data-astro-cid-blyuyqza].typography-accent{color:var(--button-primary);background:linear-gradient(135deg,var(--button-primary),var(--subheading));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.typography-eyebrow[data-astro-cid-blyuyqza].typography-badge{color:#fff}.typography-primary[data-astro-cid-blyuyqza]{color:var(--heading)}.typography-secondary[data-astro-cid-blyuyqza]{color:var(--subheading)}.typography-muted[data-astro-cid-blyuyqza]{color:var(--subtext)}.typography-accent[data-astro-cid-blyuyqza]{color:var(--button-primary)}.typography-light[data-astro-cid-blyuyqza]{color:#fdfcf8}.typography-light-muted[data-astro-cid-blyuyqza]{color:#e8e3d0}.on-light[data-astro-cid-blyuyqza] .typography-secondary[data-astro-cid-blyuyqza],.on-light[data-astro-cid-blyuyqza] .typography-muted[data-astro-cid-blyuyqza],.on-light[data-astro-cid-blyuyqza] .typography-light-muted[data-astro-cid-blyuyqza]{color:var(--text)}.typography-left[data-astro-cid-blyuyqza]{text-align:left}.typography-center[data-astro-cid-blyuyqza]{text-align:center}.typography-right[data-astro-cid-blyuyqza]{text-align:right}.typography-justify[data-astro-cid-blyuyqza]{text-align:justify}.typography-normal[data-astro-cid-blyuyqza]{font-weight:400}.typography-medium[data-astro-cid-blyuyqza]{font-weight:500}.typography-semibold[data-astro-cid-blyuyqza]{font-weight:600}.typography-bold[data-astro-cid-blyuyqza]{font-weight:700}.typography-quote[data-astro-cid-blyuyqza]{font-family:Libre Baskerville,serif;font-style:italic;font-size:1.25rem;line-height:1.5;color:#e2c6b6}@media (max-width: 768px){.typography-h1[data-astro-cid-blyuyqza]{font-size:2rem}.typography-h2[data-astro-cid-blyuyqza]{font-size:1.75rem}.typography-h3[data-astro-cid-blyuyqza]{font-size:1.375rem}.typography-h4[data-astro-cid-blyuyqza]{font-size:1.125rem}.typography-body-large[data-astro-cid-blyuyqza]{font-size:1rem}}
