:root{--primary: #1B5E8C;--primary-fg: #FFFFFF;--primary-dark: #154B71;--accent: #A87E3C;--surface: #FAFBFC;--surface-warm: #EBF0F4;--surface-deep: #142A38;--ink: #1E2D38;--ink-muted: #5A6B77;--line: #DCE3E8;--line-deep: rgba(255, 255, 255, .14);--on-deep: #EAF1F6;--on-deep-muted: #9DB1BF;--btn-primary-bg: #1B5E8C;--btn-primary-fg: #FFFFFF;--btn-secondary-bg: #EBF0F4;--btn-secondary-fg: #1E2D38;--btn-outlined-fg: #1B5E8C;--btn-outlined-border: #1B5E8C;--danger: #C0392B;--radius-btn: 0;--radius-card: 2px;--radius-sm: 2px;--ff-display: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;--ff-body: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--ff-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;--fs-eyebrow: clamp(.72rem, .68rem + .2vw, .8rem);--fs-small: clamp(.82rem, .79rem + .15vw, .9rem);--fs-body: clamp(1rem, .97rem + .18vw, 1.075rem);--fs-lede: clamp(1.1rem, 1.02rem + .5vw, 1.3rem);--fs-h3: clamp(1.15rem, 1.05rem + .55vw, 1.4rem);--fs-h2: clamp(1.6rem, 1.3rem + 1.5vw, 2.5rem);--fs-h1: clamp(2.1rem, 1.5rem + 3.2vw, 4rem);--fs-stat: clamp(2.6rem, 2rem + 3vw, 4.4rem);--fs-display: clamp(2.4rem, 1.6rem + 4vw, 5rem);--measure: 64ch;--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 + 5vw, 7rem);--max-width: 1440px;--content-width: 1180px;--gutter: clamp(1.25rem, .8rem + 2vw, 2.5rem);--header-h: 80px;--topbar-h: 40px;--header-total: calc(var(--header-h) + var(--topbar-h));--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--shadow-sm: 0 1px 3px rgba(20, 42, 56, .08);--shadow-md: 0 8px 28px rgba(20, 42, 56, .12);--shadow-lg: 0 18px 48px rgba(20, 42, 56, .18)}*,*: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(--ff-body);font-size:var(--fs-body);line-height:1.65;color:var(--ink);background:var(--surface);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,video{display:block;max-width:100%}h1,h2,h3,h4{font-family:var(--ff-display);font-weight:700;line-height:1.08;letter-spacing:-.01em;color:var(--ink)}p{line-height:1.65}a{color:var(--primary);text-decoration-thickness:1px;text-underline-offset:.18em}a:visited{color:inherit}ul,ol{padding:0;list-style:none}button{font-family:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.container{width:100%;max-width:var(--content-width);margin-inline:auto;padding-inline:var(--gutter)}.container--wide{max-width:var(--max-width)}.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(--on-deep)}.section--surface-deep h1,.section--surface-deep h2,.section--surface-deep h3,.section--surface-deep h4{color:var(--on-deep)}.eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--ff-mono);font-size:var(--fs-eyebrow);font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-muted);margin:0}.section--surface-deep .eyebrow{color:var(--on-deep-muted)}.eyebrow:before{content:"";width:2.4rem;height:8px;flex:none;background-image:linear-gradient(var(--accent),var(--accent)),linear-gradient(var(--accent),var(--accent)),linear-gradient(var(--accent),var(--accent));background-size:1px 8px,1px 8px,1.6rem 1px;background-position:0 0,100% 0,0 50%;background-repeat:no-repeat}.section-head{max-width:56ch}.section-head--center{margin-inline:auto;text-align:center}.section-title{font-size:var(--fs-h2);margin-top:.6rem}.lede{font-size:var(--fs-lede);color:var(--ink-muted);line-height:1.55;max-width:var(--measure)}.section--surface-deep .lede{color:var(--on-deep-muted)}.mono-label{font-family:var(--ff-mono);font-size:var(--fs-eyebrow);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-muted)}.cta-pair{display:flex;flex-direction:row;align-items:center;gap:1.5rem;flex-wrap:wrap}@media (max-width: 600px){.cta-pair{flex-direction:column;align-items:stretch}.cta-pair>*{width:100%}}.tel-link{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:var(--ink);text-decoration:none;white-space:nowrap}.tel-link svg{color:var(--accent)}.tel-link:hover{color:var(--primary)}.section--surface-deep .tel-link{color:var(--on-deep)}.flowline{display:block;width:100%;height:24px;color:var(--accent)}.flowline svg{display:block;width:100%;height:100%}.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}.map-wrapper{max-width:1100px;margin:0 auto;aspect-ratio:16 / 9;border:1px solid var(--line);border-radius:var(--radius-card);overflow:hidden}.map-wrapper iframe{width:100%;height:100%;border:0}
