:root{--primary: #1d6fb8;--primary-fg: #ffffff;--primary-dark: #155a96;--surface: #ffffff;--surface-warm: #e8eef4;--surface-deep: #0e2438;--accent: #d62828;--ink: #15212e;--ink-muted: #5a6a78;--ink-invert: #f4f8fc;--ink-invert-muted: #a9bccd;--line: #d8e1ea;--line-deep: rgba(255, 255, 255, .14);--btn-primary-bg: var(--primary);--btn-primary-fg: var(--primary-fg);--btn-secondary-bg: var(--surface-warm);--btn-secondary-fg: var(--ink);--btn-outlined-fg: var(--primary);--btn-outlined-border: var(--primary);--btn-link-fg: var(--primary);--btn-link-fg-hover: var(--primary-dark);--radius-btn: 8px;--font-display: "Bricolage Grotesque", system-ui, sans-serif;--font-body: "Hanken Grotesk", system-ui, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--fs-eyebrow: .78rem;--fs-small: .875rem;--fs-body: 1.0625rem;--fs-lead: clamp(1.125rem, .95rem + .7vw, 1.375rem);--fs-h4: clamp(1.1rem, 1rem + .4vw, 1.3rem);--fs-h3: clamp(1.35rem, 1.15rem + .9vw, 1.75rem);--fs-h2: clamp(1.75rem, 1.4rem + 1.6vw, 2.75rem);--fs-h1: clamp(2.4rem, 1.7rem + 3.2vw, 4.25rem);--fs-stat: clamp(2.5rem, 1.9rem + 2.6vw, 3.75rem);--space-2xs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2.5rem;--space-2xl: 4rem;--space-3xl: 6rem;--section-pad: clamp(3.5rem, 2.5rem + 4vw, 6.5rem);--container-max: 1440px;--content-max: 1180px;--radius-card: 14px;--radius-sm: 8px;--shadow-sm: 0 1px 3px rgba(14, 36, 56, .07);--shadow-md: 0 10px 30px rgba(14, 36, 56, .1);--shadow-lg: 0 24px 60px rgba(14, 36, 56, .16);--header-h: 80px;--topbar-h: 40px;--header-total: calc(var(--header-h) + var(--topbar-h));--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}body{font-family:var(--font-body);font-size:var(--fs-body);line-height:1.65;color:var(--ink);background:var(--surface);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}main{padding-top:var(--header-total)}@media (max-width: 860px){main{padding-top:var(--header-h)}}img,picture,video,svg{display:block;max-width:100%}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-dark)}a:visited{color:inherit}img{-webkit-user-drag:none;user-select:none}::selection{background:#1d6fb82e;color:var(--ink)}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.08;letter-spacing:-.01em;color:var(--ink);text-wrap:balance}p{text-wrap:pretty}ul,ol{list-style:none;padding:0}button{font-family:inherit}input,textarea,select{font-family:inherit;font-size:1rem}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:clamp(1.25rem,.8rem + 2.2vw,3rem)}.content-narrow{max-width:var(--content-max);margin-inline:auto}.section{padding-block:var(--section-pad);position:relative}.section--surface{background:var(--surface);color:var(--ink)}.section--surface-warm{background:var(--surface-warm);color:var(--ink)}.section--surface-deep{background:var(--surface-deep);color:var(--ink-invert)}.section--surface-deep h1,.section--surface-deep h2,.section--surface-deep h3,.section--surface-deep h4{color:var(--ink-invert)}.eyebrow{display:inline-flex;align-items:center;gap:.7rem;font-family:var(--font-mono);font-size:var(--fs-eyebrow);font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--primary);margin-bottom:var(--space-md)}.eyebrow:before{content:"";display:inline-block;width:2.4rem;height:10px;flex:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='10' viewBox='0 0 40 10' fill='none'%3E%3Cpath d='M1 5C7 1 11 9 18 5C25 1 29 9 39 5' stroke='%231D6FB8' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.section--surface-deep .eyebrow{color:#6fb2e6}.section--surface-deep .eyebrow:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='10' viewBox='0 0 40 10' fill='none'%3E%3Cpath d='M1 5C7 1 11 9 18 5C25 1 29 9 39 5' stroke='%236FB2E6' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E")}.section-head{max-width:60ch;margin-bottom:var(--space-2xl)}.section-head--center{margin-inline:auto;text-align:center}.section-head__title{font-size:var(--fs-h2)}.section-head__lead{margin-top:var(--space-md);font-size:var(--fs-lead);color:var(--ink-muted)}.section--surface-deep .section-head__lead{color:var(--ink-invert-muted)}.cta-pair{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}.cta-pair--end{justify-content:flex-end}.tel-link{display:inline-flex;align-items:center;gap:.55rem;font-weight:600;color:inherit;white-space:nowrap}.tel-link svg{width:1.15em;height:1.15em;color:var(--primary);flex:none}.section--surface-deep .tel-link svg{color:#6fb2e6}.tel-link:hover{color:var(--primary)}.section--surface-deep .tel-link:hover{color:#fff}@media (max-width: 600px){.cta-pair{flex-direction:column;align-items:stretch}.cta-pair--end{justify-content:stretch}}.airflow-divider{width:100%;max-width:320px;height:14px;margin-inline:auto;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='14' viewBox='0 0 320 14' fill='none'%3E%3Cpath d='M2 7C40 1 60 13 100 7C140 1 160 13 200 7C240 1 260 13 318 7' stroke='%236FB2E6' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mono{font-family:var(--font-mono)}@media (max-width: 480px){:root{--section-pad: 3.25rem}}
