
@font-face { font-family: 'Saira'; src: url('/fonts/saira-var.woff2') format('woff2'); font-weight: 500 900; font-stretch: 87.5% 125%; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('/fonts/barlow-400-latin.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('/fonts/barlow-500-latin.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('/fonts/barlow-600-latin.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('/fonts/barlow-700-latin.woff2') format('woff2'); font-weight: 700; font-display: swap; }
:root {
color-scheme: light dark;
--navy: #041632;
--navy-2: #071d40;
--navy-3: #0c2a57;
--ink: #020c1e;
--cyan: #0196bb;
--cyan-deep: #017799;
--cyan-fresh: #01b4db;
--cobalt: #0178cb;
--chrome: #b9babc;
--mist: #dae7ec;
--white: #ffffff;
--orange: #f58220;
--orange-hi: #ff9636;
--paper: #f5f9fb;
--surface: #ffffff;
--tint: #e9f2f6;
--text: #0a1b34;
--text-2: #3d5169;
--link: var(--cyan-deep);
--line: #d2e0e8;
--card-shadow: 0 22px 44px -30px rgba(4, 22, 50, .55);
--focus: var(--cyan-deep);
--inv: #eef6fa;
--inv-2: #a9c3d3;
--inv-line: rgba(185, 186, 188, .2);
--font-display: 'Saira', 'Arial Black', Arial, sans-serif;
--font-body: 'Barlow', 'Segoe UI', Arial, sans-serif;
--ease-out: cubic-bezier(0.23, 1, 0.32, 1);
--ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
--sp-4: 4px; --sp-8: 8px; --sp-12: 12px; --sp-16: 16px; --sp-20: 20px; --sp-24: 24px;
--sp-32: 32px; --sp-40: 40px; --sp-48: 48px; --sp-56: 56px; --sp-64: 64px; --sp-80: 80px; --sp-96: 96px;
--sec-y: clamp(56px, 8vw, 112px);        
--sec-y-sm: clamp(40px, 5vw, 64px);      
--hero-y: clamp(48px, 6vw, 80px);        
--head-gap: clamp(32px, 3.5vw, 48px);    
--col-gap: clamp(32px, 5vw, 72px);       
--gap-cards: var(--sp-16);               
--flow: clamp(40px, 5vw, 56px);          
--flow-sm: clamp(32px, 4vw, 40px);       
--pad: var(--sp-24);                     
--pad-lg: var(--sp-32);                  
--wrap: 1240px;
--gutter: clamp(16px, 4vw, 40px);
--measure: 760px;                        
--rail: 320px;                           
--hdr-h: 76px;
--r-btn: 6px;
--r-card: 10px;
}
@media (prefers-color-scheme: dark) {
:root {
--paper: #06142c;
--surface: #0a1d3c;
--tint: #0b2246;
--text: #e6f0f5;
--text-2: #a9c3d3;
--link: var(--cyan-fresh);
--line: rgba(185, 186, 188, .18);
--card-shadow: 0 22px 44px -30px rgba(0, 0, 0, .8);
--focus: var(--cyan-fresh);
}
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--hdr-h) + var(--sp-16)); }
body { margin: 0; font-family: var(--font-body); font-size: 1.125rem; line-height: 1.65; color: var(--text); background: var(--paper); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--link); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--cyan-fresh); color: var(--navy); }
p { margin: 0 0 1em; text-wrap: pretty; }
h1, h2, h3, h4 { margin: 0; line-height: 1.12; text-wrap: balance; }
ul, ol { margin: 0; padding: 0; }
button { font: inherit; color: inherit; }
.ic { width: 1.15em; height: 1.15em; flex: none; fill: currentColor; }
.wrap { width: 100%; max-width: calc(var(--wrap) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.sec { padding-block: var(--sec-y); }
.sec--tight { padding-block: var(--sec-y-sm); }
.sec--navy { background: var(--navy); color: var(--inv); --link: var(--cyan-fresh); }
.sec--navy, .hdr, .sheet, .phero, .ftr, .areas, .railcard, .signs, .callout--local, .callbar, .stagebar, .hero, .mega { --focus: var(--cyan-fresh); }
.wo, .plate { --focus: var(--cyan-deep); }
.skip { position: absolute; left: -9999px; top: var(--sp-8); z-index: 100; background: var(--white); color: var(--navy); padding: 10px var(--sp-16); border-radius: var(--r-btn); font-weight: 600; }
.skip:focus { left: var(--sp-8); }
.h-display { font-family: var(--font-display); font-stretch: 125%; font-weight: 850; text-transform: uppercase; letter-spacing: -.005em; line-height: .98; font-size: clamp(2.3rem, 5.4vw, 4.6rem); }
.h-display--md { font-size: clamp(1.9rem, 4.2vw, 3.3rem); }
.h-sec { font-family: var(--font-display); font-stretch: 112.5%; font-weight: 800; font-size: clamp(1.7rem, 3.2vw, 2.5rem); line-height: 1.05; letter-spacing: -.005em; margin-bottom: var(--head-gap); }
.h-sec--sm { font-size: clamp(1.4rem, 2.4vw, 1.75rem); margin-bottom: var(--sp-20); }
.label { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-8) var(--sp-12); font-family: var(--font-display); font-stretch: 87.5%; font-weight: 600; font-size: .8rem; line-height: 1.3; letter-spacing: .22em; text-transform: uppercase; color: var(--cyan-fresh); margin: 0 0 var(--sp-16); }
.sec__head { max-width: 44rem; margin-bottom: var(--head-gap); }
.sec__head .h-sec { margin-bottom: var(--sp-12); }
.sec__lede { margin: 0; color: var(--text-2); font-size: 1.15rem; line-height: 1.55; }
.more { display: inline-flex; align-items: center; gap: var(--sp-8); font-family: var(--font-display); font-weight: 700; color: var(--link); text-decoration: none; }
.more .ic { transition: transform .2s var(--ease-out); }
.more:hover .ic { transform: translateX(3px); }
.tbd { background: rgba(245, 130, 32, .16); outline: 1.5px dashed rgba(245, 130, 32, .85); outline-offset: 1px; border-radius: 3px; padding: 0 .12em; box-decoration-break: clone; -webkit-box-decoration-break: clone; cursor: help; }
.stagebar { background: #1b1206; color: #ffd9b3; font-size: .85rem; line-height: 1.4; }
.stagebar__in { display: flex; flex-wrap: wrap; gap: 6px var(--sp-16); align-items: center; padding-block: var(--sp-8); }
.stagebar a { color: #ffb36b; font-weight: 600; }
.slot { display: grid; place-content: center; justify-items: center; gap: var(--sp-12); height: 100%; padding: var(--pad); border-radius: var(--r-card); border: 2px dashed rgba(245, 130, 32, .85); background: repeating-linear-gradient(135deg, rgba(245, 130, 32, .07) 0 14px, rgba(245, 130, 32, .02) 14px 28px); color: #a3520b; font-weight: 600; text-align: center; line-height: 1.4; }
.slot .ic { width: 48px; height: 48px; }
@media (prefers-color-scheme: dark) { .slot { color: #ffc58f; } }
.btn { --b: transparent; display: inline-flex; align-items: center; justify-content: center; gap: .55em; min-height: 48px; padding: 10px 20px; border-radius: var(--r-btn); border: 2px solid var(--b); font-family: var(--font-display); font-stretch: 100%; font-weight: 700; font-size: 1rem; letter-spacing: .01em; line-height: 1.1; text-decoration: none; white-space: nowrap; cursor: pointer; transition: transform .16s var(--ease-out), background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease; }
.btn:active { transform: scale(.97); }
@media (hover: hover) and (pointer: fine) { .btn:hover { transform: translateY(-1px); text-decoration: none; } }
.btn .ic { width: 1.2em; height: 1.2em; }
.btn--call { background: var(--orange); --b: var(--orange); color: var(--navy); box-shadow: 0 10px 26px -14px rgba(245, 130, 32, .85); }
.btn--call:hover { background: var(--orange-hi); --b: var(--orange-hi); }
.btn--line { --b: rgba(238, 246, 250, .45); color: var(--inv); background: transparent; }
.btn--line:hover { --b: var(--inv); background: rgba(255, 255, 255, .06); }
.btn--ghost { --b: rgba(255, 255, 255, .6); color: #fff; background: rgba(4, 22, 50, .35); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.btn--ghost:hover { --b: #fff; background: rgba(4, 22, 50, .55); }
.btn--dark { background: var(--navy); --b: var(--navy); color: #fff; }
.btn--dark:hover { background: var(--navy-3); --b: var(--navy-3); }
.btn--lg { min-height: 56px; padding: 14px 26px; font-size: 1.08rem; }
.btn--block { width: 100%; }
.btnrow { display: flex; flex-wrap: wrap; gap: var(--sp-12); }
.btn .tbd { color: inherit; }
.hdr { position: sticky; top: 0; z-index: 40; background: var(--navy); color: var(--inv); transition: background-color .25s ease, box-shadow .25s ease; }
.hdr.is-scrolled { box-shadow: 0 10px 30px -18px rgba(0, 0, 0, .7); }
.hdr--over { background: transparent; margin-bottom: calc(var(--hdr-h) * -1); }
.hdr--over::before { content: ''; position: absolute; inset: 0 0 -40px; background: linear-gradient(180deg, rgba(2, 12, 30, .75), rgba(2, 12, 30, 0)); pointer-events: none; transition: opacity .25s ease; }
.hdr--over.is-scrolled, .hdr--over.is-open { background: var(--navy); }
.hdr--over.is-scrolled::before, .hdr--over.is-open::before { opacity: 0; }
.hdr__in { position: relative; display: flex; align-items: center; gap: var(--sp-24); height: var(--hdr-h); }
.hdr__logo { flex: none; display: block; }
.hdr__logo img { width: 230px; height: auto; }
.hdr__nav { display: flex; align-items: center; gap: var(--sp-4); margin-left: auto; }
.hdr__link { display: inline-flex; align-items: center; gap: 6px; height: 44px; padding: 0 14px; border: 0; background: none; color: var(--inv); font-family: var(--font-display); font-weight: 600; font-size: 1rem; text-decoration: none; border-radius: var(--r-btn); cursor: pointer; }
.hdr__link:hover, .hdr__link[aria-expanded="true"] { background: rgba(255, 255, 255, .07); text-decoration: none; }
.hdr__link[aria-current="page"], .hdr__link[data-current] { color: var(--cyan-fresh); }
.ic--caret { width: .9em; height: .9em; transition: transform .2s var(--ease-out); }
.hdr__drop[aria-expanded="true"] .ic--caret { transform: rotate(180deg); }
.hdr__cta { display: flex; gap: var(--sp-8); }
.hdr__cta .btn { min-height: 44px; padding: 8px var(--sp-16); font-size: .95rem; }
.hdr__callicon, .hdr__menu { display: none; width: 46px; height: 46px; border-radius: var(--r-btn); align-items: center; justify-content: center; border: 0; cursor: pointer; }
.hdr__callicon { background: var(--orange); color: var(--navy); }
.hdr__menu { background: rgba(255, 255, 255, .08); color: var(--inv); }
.hdr__callicon .ic, .hdr__menu .ic { width: 24px; height: 24px; }
.mega { position: absolute; left: 0; right: 0; top: 100%; background: var(--navy-2); border-top: 1px solid var(--inv-line); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .8); }
.mega[hidden] { display: none; }
.mega__in { display: grid; grid-template-columns: 1fr 300px; gap: var(--sp-40); padding-block: var(--sp-32); }
.mega__groups { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-24); }
.mega__label { font-family: var(--font-display); font-stretch: 87.5%; font-weight: 600; font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--inv-2); margin-bottom: var(--sp-8); }
.mega ul { list-style: none; display: grid; gap: 2px; }
.mega li a { display: flex; align-items: center; gap: 10px; padding: var(--sp-8) 10px; margin-inline: -10px; border-radius: var(--r-btn); color: var(--inv); text-decoration: none; font-weight: 500; line-height: 1.25; }
.mega li a:hover { background: rgba(1, 180, 219, .1); color: #fff; }
.ic--mega { width: 22px; height: 22px; color: var(--cyan-fresh); }
.mega__card { display: flex; flex-direction: column; gap: var(--sp-8); padding: var(--pad); border-radius: var(--r-card); background: linear-gradient(160deg, var(--navy-3), var(--navy)); border: 1px solid var(--inv-line); color: var(--inv); text-decoration: none; }
.mega__card-k { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; }
.mega__card-t { color: var(--inv-2); line-height: 1.45; }
.mega__card-cta { margin-top: auto; display: inline-flex; align-items: center; gap: var(--sp-8); color: var(--cyan-fresh); font-weight: 600; }
.sheet { position: fixed; inset: 0; z-index: 60; background: var(--navy); color: var(--inv); overflow-y: auto; overscroll-behavior: contain; padding-bottom: var(--sp-32); }
.sheet[hidden] { display: none; }
.sheet__top { display: flex; align-items: center; justify-content: space-between; height: var(--hdr-h); }
.sheet__logo { width: 170px; }
.sheet__close { width: 46px; height: 46px; border: 0; border-radius: var(--r-btn); background: rgba(255, 255, 255, .08); color: var(--inv); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.sheet__close .ic { width: 24px; height: 24px; }
.sheet__label { font-family: var(--font-display); font-stretch: 87.5%; font-weight: 600; font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--inv-2); margin: var(--sp-12) 0 var(--sp-8); }
.sheet__svc { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-8); }
.sheet__svc a { display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 10px var(--sp-12); border-radius: var(--r-btn); background: rgba(255, 255, 255, .05); color: var(--inv); text-decoration: none; font-weight: 500; line-height: 1.2; }
.sheet__svc .ic { color: var(--cyan-fresh); width: 22px; height: 22px; }
.sheet__main { list-style: none; margin-top: var(--sp-20); border-top: 1px solid var(--inv-line); }
.sheet__main a { display: block; padding: 14px 2px; border-bottom: 1px solid var(--inv-line); color: #fff; text-decoration: none; font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; }
.sheet__cta { display: grid; gap: var(--sp-12); margin-top: var(--sp-24); }
.hero { position: relative; isolation: isolate; min-height: min(86svh, 780px); display: flex; align-items: flex-end; background: var(--ink); color: #fff; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg .pic { height: 100%; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; animation: heroZoom 2.2s var(--ease-out) both; }
@keyframes heroZoom { from { transform: scale(1.07); } to { transform: none; } }
.hero__shade { position: absolute; inset: 0; z-index: -1; background:
linear-gradient(90deg, rgba(2, 12, 30, .92) 0%, rgba(2, 12, 30, .72) 38%, rgba(2, 12, 30, .1) 70%, rgba(2, 12, 30, 0) 100%),
linear-gradient(0deg, rgba(2, 12, 30, .85) 0%, rgba(2, 12, 30, 0) 42%); }
.hero__in { padding-block: calc(var(--hdr-h) + var(--sp-64)) var(--hero-y); }
.hero__title { font-family: var(--font-display); text-transform: uppercase; margin: 0 0 var(--sp-24); }
.hero__l1 { display: block; font-stretch: 125%; font-weight: 880; font-size: clamp(2.75rem, 7.4vw, 6.4rem); line-height: .93; letter-spacing: -.01em; }
.hero__l2 { display: block; margin-top: .45em; font-stretch: 100%; font-weight: 700; font-size: clamp(1.15rem, 2.1vw, 1.7rem); letter-spacing: .06em; color: var(--cyan-fresh); }
.hero__sub { max-width: 34em; font-size: clamp(1.1rem, 1.5vw, 1.3rem); line-height: 1.5; color: #dbe9f1; margin-bottom: var(--sp-32); }
.hero-in { opacity: 0; animation: heroIn .8s var(--ease-out) forwards; }
.hero-in:nth-child(2) { animation-delay: 110ms; }
.hero-in:nth-child(3) { animation-delay: 220ms; }
@keyframes heroIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.plate { background: linear-gradient(180deg, #e9f0f3, #c9d6dd); color: var(--navy); border-bottom: 1px solid #aebdc6; }
.plate__in { display: grid; grid-template-columns: 1.15fr 1fr 1.1fr 1fr; }
.plate__cell { display: grid; grid-template-columns: 28px minmax(0, 1fr); column-gap: var(--sp-12); align-items: start; padding: var(--sp-24); border-left: 1px solid rgba(4, 22, 50, .14); font-weight: 600; font-size: 1rem; line-height: 1.35; color: var(--navy); }
.plate__cell:first-child { border-left: 0; padding-left: 0; }
.plate__cell:last-child { padding-right: 0; }
.plate__cell > .ic { width: 28px; height: 28px; margin-top: 2px; color: var(--cyan-deep); }
.plate__txt { display: grid; gap: var(--sp-4); min-width: 0; }
.plate__k { font-family: var(--font-display); font-stretch: 87.5%; font-weight: 600; font-size: .72rem; line-height: 1.25; letter-spacing: .2em; text-transform: uppercase; color: #4a6072; }
.plate__v { display: block; }
.plate__v--lic { font-family: var(--font-display); font-stretch: 125%; font-weight: 850; font-size: 1.35rem; letter-spacing: .02em; line-height: 1.05; }
.plate__lic { text-decoration: none; }
.plate__go { display: inline-flex; align-items: center; gap: var(--sp-4); font-size: .85rem; color: var(--cyan-deep); font-weight: 600; }
.plate__lic:hover .plate__go { text-decoration: underline; }
.hours { display: grid; gap: 2px; }
.hours > .tbd { display: grid; gap: 2px; width: fit-content; }
.hours__row { display: flex; flex-wrap: wrap; column-gap: var(--sp-8); }
.hours__d, .hours__t { white-space: nowrap; }
.pk { position: relative; overflow: hidden; background:
linear-gradient(rgba(1, 180, 219, .05) 1px, transparent 1px) 0 0 / 28px 28px,
linear-gradient(90deg, rgba(1, 180, 219, .05) 1px, transparent 1px) 0 0 / 28px 28px,
radial-gradient(ellipse at 30% 40%, #0a2a55, var(--navy) 65%); }
.pk__head { max-width: 760px; margin-bottom: var(--sp-32); }
.pk__lede { color: var(--inv-2); font-size: 1.2rem; margin: var(--sp-16) 0 0; }
.pk__chips { display: flex; flex-wrap: wrap; gap: var(--sp-8); margin-bottom: var(--sp-32); }
.pk__chip { min-height: 44px; padding: var(--sp-8) var(--sp-16); border-radius: 999px; border: 1px solid var(--inv-line); background: rgba(255, 255, 255, .03); color: var(--inv); font-weight: 600; font-size: .95rem; cursor: pointer; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .16s var(--ease-out); }
.pk__chip:active { transform: scale(.97); }
.pk__chip:hover { border-color: rgba(1, 180, 219, .7); }
.pk__chip[aria-selected="true"] { background: var(--cyan-fresh); border-color: var(--cyan-fresh); color: var(--navy); }
.pk__grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); gap: var(--col-gap); align-items: start; }
.pk__stage { min-width: 0; }
.pk__legend { list-style: none; display: flex; flex-wrap: wrap; gap: var(--sp-8) var(--sp-24); margin-top: var(--sp-24); padding-top: var(--sp-16); border-top: 1px solid var(--inv-line); color: var(--inv-2); font-size: .9rem; }
.pk__legend li { display: inline-flex; align-items: center; gap: var(--sp-8); }
.sw { display: inline-block; width: 28px; height: 0; border-top: 5px solid var(--cyan); border-radius: 3px; }
.sw--drain { border-top: 7px solid #9fb1bd; }
.sw--gas { border-top: 3px dashed #d8c270; }
.house { width: 100%; height: auto; overflow: visible; }
.house .shell line, .house .shell polyline, .house .shell rect { fill: none; stroke: rgba(205, 214, 220, .72); stroke-width: 2.2; stroke-linejoin: round; }
.house .shell .inner { stroke-dasharray: 2 6; stroke: rgba(185, 186, 188, .35); }
.house .shell .roof { stroke-width: 2.5; }
.house .shell .slab { fill: rgba(185, 186, 188, .08); stroke: rgba(185, 186, 188, .5); }
.house .shell .thin { stroke-width: 1.2; stroke: rgba(185, 186, 188, .3); }
.house .fix { fill: none; stroke: rgba(218, 231, 236, .85); stroke-width: 2; stroke-linejoin: round; stroke-linecap: round; }
.house .heater-tank { fill: rgba(1, 180, 219, .05); }
.house .vent { stroke: rgba(185, 186, 188, .35); stroke-width: 5; stroke-linecap: round; }
.house .grade { stroke: rgba(185, 186, 188, .55); stroke-width: 2; }
.house .hatch { stroke: rgba(185, 186, 188, .09); stroke-width: 2; }
.house .lbl { fill: #a9c6d6; font-family: var(--font-display); font-stretch: 87.5%; font-weight: 600; font-size: 13px; letter-spacing: .2em; }
.house .lbl--sm { font-size: 11px; }
.house .p { fill: none; stroke: var(--cyan); stroke-width: 5.5; stroke-linecap: round; stroke-linejoin: round; opacity: .7; transition: opacity .3s ease, stroke .3s ease; }
.house .d { fill: none; stroke: #9fb1bd; stroke-width: 8; stroke-linecap: round; stroke-linejoin: round; opacity: .6; transition: opacity .3s ease, stroke .3s ease; }
.house .g { fill: none; stroke: #d8c270; stroke-width: 3.5; stroke-dasharray: 9 7; opacity: .45; transition: opacity .3s ease; }
.house .meter { fill: rgba(185, 186, 188, .12); stroke: rgba(218, 231, 236, .6); stroke-width: 1.6; }
.house .fix--out { stroke: rgba(218, 231, 236, .8); stroke-width: 2.2; }
.house .hs { cursor: pointer; }
.house .hs__ring { fill: rgba(4, 22, 50, .75); stroke: var(--cyan-fresh); stroke-width: 2; transition: fill .2s ease, stroke-width .2s ease; }
.house .hs__dot { fill: var(--cyan-fresh); transition: fill .2s ease, r .2s ease; }
.house .hs:hover .hs__ring { stroke-width: 3.5; }
.house .hs.is-on .hs__ring { fill: var(--cyan-fresh); }
.house .hs.is-on .hs__dot { fill: var(--navy); }
.house[data-active] .p, .house[data-active] .d, .house[data-active] .g { opacity: .22; }
.house[data-active="kitchen"] .z-kitchen, .house[data-active="bath"] .z-bath, .house[data-active="heater"] .z-heater,
.house[data-active="sewer"] .z-sewer, .house[data-active="waterline"] .z-waterline, .house[data-active="slab"] .z-slab,
.house[data-active="outdoor"] .z-outdoor, .house[data-active="gas"] .z-gas { opacity: 1; stroke-dasharray: 14 10; animation: flow 1.1s linear infinite; }
.house[data-active] .p.z-on { stroke: var(--cyan-fresh); }
.house[data-active="kitchen"] .p.z-kitchen, .house[data-active="bath"] .p.z-bath, .house[data-active="heater"] .p.z-heater, .house[data-active="waterline"] .p.z-waterline, .house[data-active="slab"] .p.z-slab, .house[data-active="outdoor"] .p.z-outdoor { stroke: var(--cyan-fresh); }
.house[data-active="kitchen"] .d.z-kitchen, .house[data-active="bath"] .d.z-bath, .house[data-active="sewer"] .d.z-sewer { stroke: #e3edf2; }
.house .d--co { animation: none !important; stroke-dasharray: none !important; }
@keyframes flow { to { stroke-dashoffset: -48; } }
.pk__panels { position: relative; min-width: 0; }
.pk__panel { background: rgba(7, 29, 64, .85); border: 1px solid var(--inv-line); border-radius: var(--r-card); padding: var(--pad-lg); box-shadow: 0 30px 60px -40px rgba(0, 0, 0, .9); }
.js .pk__panel[data-off] { display: none; }
.pk__panel + .pk__panel { margin-top: var(--sp-16); }
.js .pk__panel + .pk__panel { margin-top: 0; }
.pk__t { font-family: var(--font-display); font-stretch: 112.5%; font-weight: 800; font-size: 1.6rem; margin-bottom: var(--sp-16); color: #fff; }
.pk__signs { list-style: none; display: grid; gap: var(--sp-8); margin-bottom: var(--sp-16); }
.pk__signs li { display: flex; gap: 10px; align-items: flex-start; line-height: 1.4; }
.ic--drop { width: 18px; height: 18px; color: var(--cyan-fresh); margin-top: 3px; }
.pk__usually { color: var(--inv-2); line-height: 1.5; margin-bottom: var(--sp-16); }
.pk__usually strong { color: var(--inv); }
.pk__links { display: flex; flex-wrap: wrap; gap: var(--sp-8) var(--sp-20); margin: 0; }
.pk__links a { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--cyan-fresh); text-decoration: none; font-family: var(--font-display); }
.pk__links a:hover { text-decoration: underline; }
.pk__go { margin-top: var(--sp-24); }
.pk__panel.is-in { animation: panelIn .35s var(--ease-out); }
@keyframes panelIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.svcs { background: var(--paper); }
.mosaic { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 250px; gap: var(--gap-cards); }
.mosaic .scard { grid-column: span var(--c4, 1); grid-row: span var(--r4, 1); }
.scard { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: var(--pad); border-radius: var(--r-card); overflow: hidden; color: #fff; text-decoration: none; background: var(--navy); isolation: isolate; box-shadow: var(--card-shadow); }
.scard .pic { position: absolute; inset: 0; z-index: -2; }
.scard .pic img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out); }
.scard::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(2, 12, 30, .92) 0%, rgba(2, 12, 30, .55) 45%, rgba(2, 12, 30, .08) 100%); }
.scard__t { font-family: var(--font-display); font-stretch: 112.5%; font-weight: 800; font-size: 1.3rem; line-height: 1.1; margin-bottom: 6px; display: flex; align-items: center; gap: var(--sp-8); }
.scard__t .ic { width: 22px; height: 22px; color: var(--cyan-fresh); }
.scard__p { color: #cfe0ea; font-size: .98rem; line-height: 1.4; margin: 0; max-width: 32em; }
.scard__go { position: absolute; top: var(--sp-16); right: var(--sp-16); width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .12); backdrop-filter: blur(4px); transition: background-color .2s ease, transform .2s var(--ease-out); }
.scard__go .ic { width: 20px; height: 20px; }
.scard:first-child .scard__t { font-size: clamp(1.7rem, 2.6vw, 2.3rem); }
.scard:first-child .scard__p { font-size: 1.1rem; }
@media (hover: hover) and (pointer: fine) {
.scard:hover .pic img { transform: scale(1.05); }
.scard:hover .scard__go { background: var(--cyan-fresh); color: var(--navy); transform: translateX(2px); }
}
.scard__flag { position: absolute; top: var(--sp-16); left: var(--sp-16); margin: 0; font-size: .75rem; }
.meet { background: var(--surface); }
.meet__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--col-gap); align-items: center; }
.meet__fig { margin: 0; }
.meet__fig .pic img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: var(--r-card); }
.meet__fig--slot { aspect-ratio: 5 / 4; }
.meet__fig figcaption, .fig figcaption { font-size: .9rem; color: var(--text-2); margin-top: var(--sp-12); line-height: 1.4; }
.meet__text .h-sec { margin-bottom: var(--sp-20); }
.meet__lede { font-size: 1.2rem; line-height: 1.55; }
.meet__text p { color: var(--text-2); }
.meet__text .meet__lede { color: var(--text); }
.lcheck { display: grid; grid-template-columns: 34px minmax(0, 1fr) 20px; gap: var(--sp-16); align-items: center; margin-top: var(--sp-32); padding: var(--pad); border-radius: var(--r-card); border: 1px solid var(--line); background: var(--paper); text-decoration: none; color: var(--text); transition: border-color .2s ease; }
.lcheck:hover { border-color: var(--cyan); }
.lcheck > .ic { width: 34px; height: 34px; color: var(--cyan-deep); }
.lcheck .ic--out { width: 20px; height: 20px; color: var(--cyan-deep); }
.lcheck strong { display: block; font-family: var(--font-display); font-weight: 700; margin-bottom: 2px; }
.lcheck span span { display: block; color: var(--text-2); font-size: .95rem; line-height: 1.45; }
.meet .more { margin-top: var(--sp-24); }
.areas { background: var(--navy); color: var(--inv); --link: var(--cyan-fresh); }
.areas__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: var(--col-gap); align-items: center; }
.areas__text .h-sec { margin-bottom: var(--sp-20); }
.cmap { width: 100%; height: auto; }
.cmap .co-other { fill: rgba(2, 12, 30, .35); stroke: rgba(185, 186, 188, .22); stroke-width: 1; }
.cmap .co-fannin { fill: rgba(1, 150, 187, .16); stroke: var(--cyan-fresh); stroke-width: 2.6; stroke-linejoin: round; }
.cmap .road { fill: none; stroke: rgba(218, 231, 236, .28); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.cmap .road--us { stroke: rgba(218, 231, 236, .45); stroke-width: 2.2; }
.cmap .lake { fill: rgba(1, 180, 219, .45); stroke: none; }
.cmap .river { fill: none; stroke: rgba(1, 180, 219, .5); stroke-width: 2; }
.cmap .town circle { fill: var(--inv); }
.cmap .town text { fill: var(--inv-2); font-family: var(--font-body); font-weight: 600; font-size: 15px; paint-order: stroke; stroke: var(--navy); stroke-width: 4px; stroke-linejoin: round; }
.cmap a.town text { fill: #fff; text-decoration: underline; text-decoration-color: rgba(1, 180, 219, .6); }
.cmap a.town:hover text { fill: var(--cyan-fresh); }
.cmap a.town circle { fill: var(--cyan-fresh); }
.cmap .town--base circle { fill: var(--orange); }
.cmap .town--base text { fill: #fff; font-weight: 700; font-size: 18px; }
.cmap .town--on circle { fill: var(--orange); }
.cmap .town--on text { fill: #fff; font-size: 19px; font-weight: 700; }
.cmap .route { fill: none; stroke: var(--orange); stroke-width: 3; stroke-dasharray: 7 6; stroke-linecap: round; }
.cmap .co-label { fill: rgba(169, 195, 211, .5); font-family: var(--font-display); font-stretch: 87.5%; font-weight: 600; font-size: 12px; letter-spacing: .25em; }
.cmap .lake-label { fill: rgba(169, 195, 211, .85); font-family: var(--font-body); font-style: italic; font-size: 13px; }
.cmap .attr { fill: rgba(169, 195, 211, .45); font-size: 9px; font-family: var(--font-body); letter-spacing: .08em; }
.areas__list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-12); margin: var(--sp-24) 0; }
.areas__list a { display: flex; align-items: center; justify-content: space-between; gap: var(--sp-8); min-height: 52px; padding: var(--sp-12) var(--sp-16); border-radius: var(--r-btn); background: rgba(255, 255, 255, .05); border: 1px solid var(--inv-line); color: #fff; text-decoration: none; font-weight: 600; }
.areas__list a:hover { border-color: var(--cyan-fresh); background: rgba(1, 180, 219, .08); }
.areas__list .ic { width: 18px; height: 18px; color: var(--cyan-fresh); }
.areas__more { color: var(--inv-2); margin: 0; }
.hqa { background: var(--paper); }
.hqa__grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-24) var(--col-gap); }
.hqa__item { padding-top: var(--sp-24); border-top: 2px solid var(--text); }
.hqa__q { font-family: var(--font-display); font-weight: 750; font-size: 1.28rem; margin-bottom: var(--sp-12); }
.hqa__item p { color: var(--text-2); }
.hqa__item p:last-child { margin-bottom: 0; }
.cta { position: relative; isolation: isolate; overflow: clip; }
.cta__bg { position: absolute; inset: 0; z-index: -1; opacity: .55; }
.cta__bg .pic, .cta__bg img { width: 100%; height: 100%; object-fit: cover; }
.cta__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 22, 50, .96) 0%, rgba(4, 22, 50, .75) 60%, rgba(4, 22, 50, .6) 100%); }
.cta__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 620px); gap: var(--col-gap); align-items: stretch; }
.cta__grid > .wo { align-self: start; }
.cta__side { display: flex; flex-direction: column; min-width: 0; }
.cta__top { flex: 1 0 auto; }
.cta__stick { position: sticky; top: calc(var(--hdr-h) + var(--sp-32)); padding-bottom: var(--sp-40); }
.cta__p { color: var(--inv-2); font-size: 1.15rem; margin: var(--sp-20) 0 var(--sp-24); max-width: 30em; }
.bigphone { display: inline-flex; align-items: center; gap: var(--sp-12); font-family: var(--font-display); font-stretch: 125%; font-weight: 850; font-size: clamp(2rem, 3.6vw, 3.1rem); color: var(--orange); text-decoration: none; line-height: 1; white-space: nowrap; }
.bigphone .ic { width: .8em; height: .8em; }
.bigphone:hover { color: var(--orange-hi); text-decoration: none; }
.cta__text { display: flex; align-items: center; gap: var(--sp-12); width: fit-content; margin-top: var(--sp-16); color: #fff; font-weight: 600; text-decoration: none; }
.cta__text .ic { width: 24px; height: 24px; color: var(--cyan-fresh); }
.cta__text:hover > span { text-decoration: underline; }
.cta__next { list-style: none; counter-reset: n; display: grid; gap: var(--sp-16); padding-top: var(--sp-32); border-top: 1px solid var(--inv-line); }
.cta__next li { counter-increment: n; display: grid; grid-template-columns: 34px 1fr; gap: var(--sp-12); align-items: start; color: var(--inv-2); line-height: 1.45; }
.cta__next li::before { content: counter(n); width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--cyan-fresh); color: var(--cyan-fresh); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: .95rem; }
.cta__next li > span { padding-top: 5px; }
.cta__next strong { color: #fff; }
.wo { --wo-ink: #0a1b34; --wo-line: #c9d8e0; position: relative; background: #fbfdfe; color: var(--wo-ink); border-radius: var(--r-card); box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .9); overflow: hidden; color-scheme: light; }
.wo::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 6px; background: repeating-linear-gradient(90deg, var(--cyan-fresh) 0 38px, var(--navy) 38px 44px); }
.wo__head { display: flex; align-items: center; gap: var(--sp-16); padding: var(--pad-lg) var(--pad-lg) var(--sp-20); background: var(--navy); color: #fff; }
.wo__mark { width: 86px; height: auto; }
.wo__k { font-family: var(--font-display); font-stretch: 125%; font-weight: 850; text-transform: uppercase; font-size: 1.35rem; margin: 0; line-height: 1; }
.wo__sub { margin: var(--sp-4) 0 0; color: var(--inv-2); font-size: .9rem; }
.wo__body { padding: var(--pad-lg); display: grid; gap: var(--sp-20); }
.wo__row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-16); }
.field { display: grid; gap: 6px; border: 0; margin: 0; padding: 0; min-width: 0; }
.field label, .field legend { font-weight: 600; font-size: .95rem; color: var(--wo-ink); padding: 0; }
.opt { font-weight: 400; color: #5b6f82; }
.field input[type="text"], .field input[type="tel"], .field input[type="email"], .field textarea { width: 100%; min-height: 50px; padding: var(--sp-12) 14px; border: 1.5px solid var(--wo-line); border-radius: var(--r-btn); background: #fff; color: var(--wo-ink); font: inherit; font-size: 1.05rem; transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 96px; resize: vertical; line-height: 1.45; }
.field input::placeholder, .field textarea::placeholder { color: #6b7f90; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--cyan-deep); box-shadow: 0 0 0 3px rgba(1, 150, 187, .25); }
.field input[aria-invalid="true"] { border-color: #c2410c; }
.err { color: #b3380b; font-size: .88rem; font-weight: 600; margin: 0; }
.wo__chips { display: flex; flex-wrap: wrap; gap: var(--sp-8); margin-top: var(--sp-4); }
.wo__chip input, .wo__radio input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.wo__chip span, .wo__radio span { display: inline-flex; align-items: center; min-height: 44px; padding: var(--sp-8) var(--sp-16); border-radius: 999px; border: 1.5px solid var(--wo-line); background: #fff; font-weight: 600; font-size: .95rem; cursor: pointer; transition: background-color .2s ease, border-color .2s ease, color .2s ease; }
.wo__chip input:checked + span, .wo__radio input:checked + span { background: var(--navy); border-color: var(--navy); color: #fff; }
.wo__chip input:focus-visible + span, .wo__radio input:focus-visible + span { outline: 3px solid var(--cyan-deep); outline-offset: 2px; }
.field--inline { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-8); }
.field--inline legend { width: 100%; margin-bottom: var(--sp-4); }
.field--file input { font-size: .95rem; }
.field--file input::file-selector-button { margin-right: var(--sp-12); min-height: 44px; padding: var(--sp-8) 14px; border-radius: var(--r-btn); border: 1.5px solid var(--wo-line); background: var(--mist); color: var(--navy); font-weight: 600; cursor: pointer; }
.hint { font-size: .88rem; color: #5b6f82; margin: 2px 0 0; line-height: 1.4; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.wo__submit { margin-top: var(--sp-4); }
.wo__submit .ic { width: 22px; height: 22px; }
.wo__status { margin: 0; font-weight: 600; }
.wo__status:empty { display: none; }
.wo__status.is-err { color: #b3380b; }
.wo__fine { margin: 0; font-size: .86rem; color: #5b6f82; }
.wo__fine a { color: var(--cyan-deep); }
.wo__foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--sp-4) var(--sp-16); padding: var(--sp-12) var(--pad-lg); background: #eef4f7; border-top: 1px dashed #b8cad4; font-family: var(--font-display); font-stretch: 87.5%; font-weight: 600; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: #4a6072; }
.wo.is-sending .wo__submit { opacity: .7; pointer-events: none; }
.wo__done { padding: var(--sp-40) 0; }
.wo__done h3 { font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; margin-bottom: 10px; }
.ftr { background: var(--ink); color: var(--inv-2); padding-top: var(--sec-y-sm); --link: var(--inv); }
.ftr__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr .8fr; gap: var(--sp-40); align-items: start; padding-bottom: var(--sp-48); }
.ftr__logo { width: 200px; height: auto; margin-bottom: var(--sp-24); }
.ftr__nap { margin: 0 0 var(--sp-20); line-height: 1.5; }
.ftr__nap strong { display: block; color: #fff; }
.ftr__contact { list-style: none; display: grid; gap: var(--sp-12); }
.ftr__ci { display: grid; grid-template-columns: 20px minmax(0, 1fr); column-gap: var(--sp-12); align-items: start; font-size: 1rem; line-height: 1.5; }
.ftr__ci > .ic { width: 20px; height: 20px; margin-top: 2px; color: var(--cyan-fresh); }
.ftr__ci a { color: var(--inv); text-decoration: none; }
.ftr__ci a:hover { text-decoration: underline; }
.ftr__ci--phone > .ic { color: var(--orange); }
.ftr__ci--phone a { color: var(--orange); font-family: var(--font-display); font-weight: 800; letter-spacing: .02em; }
.ftr__h { font-family: var(--font-display); font-stretch: 87.5%; font-weight: 600; font-size: .75rem; line-height: 20px; letter-spacing: .22em; text-transform: uppercase; color: #fff; margin: 0 0 var(--sp-16); }
.ftr__col ul { list-style: none; display: grid; gap: var(--sp-8); }
.ftr__col a { color: var(--inv-2); text-decoration: none; line-height: 1.5; }
.ftr__col a:hover { color: #fff; text-decoration: underline; }
.ftr__legal { border-top: 1px solid var(--inv-line); padding-block: var(--sp-24) var(--sp-32); font-size: .9rem; line-height: 1.5; }
.ftr__legal p { margin: 0 0 6px; }
.ftr__legal p:last-child { margin-bottom: 0; }
.ftr__legal strong { color: #fff; }
.ftr__legal a { color: var(--inv); }
.callbar { display: none; }
.phero { position: relative; background: var(--navy); color: var(--inv); isolation: isolate; overflow: clip; --link: var(--cyan-fresh); }
.phero::before { content: ''; position: absolute; inset: 0; z-index: -1; background:
linear-gradient(rgba(1, 180, 219, .045) 1px, transparent 1px) 0 0 / 28px 28px,
linear-gradient(90deg, rgba(1, 180, 219, .045) 1px, transparent 1px) 0 0 / 28px 28px; mask-image: linear-gradient(90deg, #000 30%, transparent 75%); -webkit-mask-image: linear-gradient(90deg, #000 30%, transparent 75%); }
.phero__wrap { padding-block: var(--sp-24) var(--hero-y); }
.phero__in { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); gap: var(--col-gap); align-items: stretch; }
.phero--map .phero__in { align-items: center; }
.phero--solo .phero__in { grid-template-columns: minmax(0, 820px); }
.phero__text { min-width: 0; align-self: center; }
.phero__title { font-family: var(--font-display); font-stretch: 112.5%; font-weight: 850; font-size: clamp(2.1rem, 4.4vw, 3.6rem); line-height: 1.02; letter-spacing: -.01em; margin-bottom: var(--sp-20); color: #fff; }
.phero__lede { font-size: clamp(1.1rem, 1.5vw, 1.28rem); line-height: 1.55; color: #d4e4ed; margin-bottom: var(--sp-32); max-width: 36em; }
.phero__text > :last-child { margin-bottom: 0; }
.phero__media { position: relative; margin: 0; min-height: 320px; }
.phero__media .pic { position: absolute; inset: 0; }
.phero__media .pic img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r-card); box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .9); }
.phero__media::after { content: ''; position: absolute; left: -14px; bottom: -14px; width: 42%; height: 42%; border-left: 3px solid var(--cyan-fresh); border-bottom: 3px solid var(--cyan-fresh); border-bottom-left-radius: 18px; pointer-events: none; }
.crumbs { margin: 0 0 var(--sp-24); font-size: .9rem; line-height: 1.4; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs li { display: inline-flex; gap: 6px; color: var(--inv-2); }
.crumbs li + li::before { content: '/'; opacity: .5; }
.crumbs a { color: var(--inv-2); text-decoration: none; }
.crumbs a:hover { color: #fff; text-decoration: underline; }
.crumbs [aria-current] { color: #fff; }
.flag { display: inline-block; padding: 3px 10px; border-radius: 999px; background: rgba(245, 130, 32, .16); border: 1px dashed rgba(245, 130, 32, .8); color: #ffc58f; font-size: .78rem; font-weight: 600; letter-spacing: 0; line-height: 1.3; text-transform: none; font-family: var(--font-body); }
.facts { background: var(--tint); border-bottom: 1px solid var(--line); }
.facts__in { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: var(--sp-32); align-items: center; padding-block: var(--sp-20); }
.facts__list { list-style: none; display: flex; flex-wrap: wrap; gap: var(--sp-12) var(--sp-32); }
.facts__list li { display: flex; align-items: center; gap: var(--sp-8); font-weight: 600; line-height: 1.3; }
.ic--fact { width: 22px; height: 22px; color: var(--cyan-deep); }
.facts__lic { display: inline-flex; align-items: center; gap: var(--sp-8); min-height: var(--sp-32); color: var(--text); font-weight: 600; font-size: .95rem; line-height: 1.3; text-decoration: none; }
.facts__lic .ic { width: 22px; height: 22px; color: var(--cyan-deep); }
.facts__lic:hover span { text-decoration: underline; }
.doc { display: grid; grid-template-columns: minmax(0, 1fr) var(--rail); column-gap: var(--col-gap); padding-block: var(--hero-y); align-items: start; }
.doc__body { min-width: 0; max-width: var(--measure); }
.doc__body > :first-child { margin-top: 0; }
.doc__rail { position: sticky; top: calc(var(--hdr-h) + var(--sp-24)); display: grid; gap: var(--sp-16); margin-top: 7px; }
.toc { padding: var(--pad); border-radius: var(--r-card); background: var(--surface); border: 1px solid var(--line); }
.toc__h { font-family: var(--font-display); font-stretch: 87.5%; font-weight: 600; font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; color: var(--text-2); margin-bottom: var(--sp-12); }
.toc ol { list-style: none; display: grid; gap: 2px; }
.toc a { display: block; padding: 6px 0 6px var(--sp-12); border-left: 2px solid var(--line); color: var(--text-2); text-decoration: none; font-size: .95rem; line-height: 1.35; }
.toc a:hover, .toc a.is-current { color: var(--text); border-left-color: var(--cyan); }
.railcard { padding: var(--pad); border-radius: var(--r-card); background: var(--navy); color: var(--inv); display: grid; gap: var(--sp-12); box-shadow: var(--card-shadow); }
.railcard__t { font-family: var(--font-display); font-stretch: 112.5%; font-weight: 800; font-size: 1.35rem; margin: 0; color: #fff; }
.railcard__p { color: var(--inv-2); font-size: .98rem; line-height: 1.45; margin: 0 0 var(--sp-4); }
.railcard__text { display: inline-flex; align-items: center; gap: var(--sp-8); color: var(--inv); font-size: .95rem; text-decoration: none; }
.railcard__text .ic { color: var(--cyan-fresh); }
.railcard__text:hover > span { text-decoration: underline; }
.blk { margin-top: var(--flow); }
.blk > :last-child { margin-bottom: 0; }
.blk__h { font-family: var(--font-display); font-stretch: 100%; font-weight: 800; font-size: clamp(1.5rem, 2.4vw, 1.95rem); line-height: 1.15; margin-bottom: var(--sp-16); color: var(--text); }
.blk p { color: var(--text); }
.ticks { list-style: none; display: grid; gap: var(--sp-12); margin: var(--sp-8) 0 var(--sp-20); }
.ticks li { display: flex; gap: var(--sp-12); align-items: flex-start; line-height: 1.5; }
.ic--tick { width: 20px; height: 20px; color: var(--cyan); margin-top: 4px; }
.tcards { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap-cards); margin-top: var(--sp-8); }
.tcard { display: grid; grid-row: span 2; grid-template-rows: subgrid; row-gap: var(--sp-8); padding: var(--pad); border-radius: var(--r-card); background: var(--surface); border: 1px solid var(--line); border-top: 3px solid var(--cyan); }
.tcard:last-child:nth-child(odd) { grid-column: 1 / -1; }
.tcard__t { font-family: var(--font-display); font-weight: 750; font-size: 1.15rem; margin: 0; }
.tcard p { margin: 0; color: var(--text-2); line-height: 1.55; font-size: 1.05rem; }
.tcards--links .tcard { position: relative; transition: border-color .2s ease, transform .2s var(--ease-out), box-shadow .2s var(--ease-out); }
.tcards--links .tcard p { display: flex; flex-direction: column; }
.tcards--links .tcard a { display: inline-flex; align-items: center; gap: var(--sp-8); width: fit-content; margin-top: auto; padding-top: var(--sp-16); font-family: var(--font-display); font-weight: 700; text-decoration: none; }
.tcards--links .tcard a::after { content: '\2192'; font-family: var(--font-body); transition: transform .2s var(--ease-out); }
.tcards--links .tcard a::before { content: ''; position: absolute; inset: 0; border-radius: var(--r-card); }
@media (hover: hover) and (pointer: fine) {
.tcards--links .tcard:hover { border-color: var(--cyan); transform: translateY(-2px); box-shadow: var(--card-shadow); }
.tcards--links .tcard:hover a::after { transform: translateX(3px); }
}
.tcards--links .tcard:focus-within { outline: 3px solid var(--focus); outline-offset: 3px; }
.tcards--links .tcard a:focus-visible { outline: none; }
.run { list-style: none; position: relative; display: grid; gap: var(--sp-24); margin-top: var(--sp-8); }
.run::before { content: ''; position: absolute; left: 13px; top: 14px; bottom: 14px; width: 6px; border-radius: 3px; background: linear-gradient(180deg, var(--cyan), var(--cyan-fresh)); opacity: .35; }
.run__step { position: relative; display: grid; grid-template-columns: 32px 1fr; gap: var(--sp-20); }
.run__node { position: relative; z-index: 1; width: 32px; height: 32px; border-radius: 50%; background: var(--navy); border: 4px solid var(--cyan-fresh); margin-top: 2px; box-shadow: 0 0 0 4px var(--paper); }
.run__t { font-family: var(--font-display); font-weight: 750; font-size: 1.2rem; margin-bottom: 6px; }
.run__step p { margin: 0; color: var(--text-2); }
.signs { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-12) var(--sp-24); padding: var(--pad); border-radius: var(--r-card); background: var(--navy); color: var(--inv); margin: var(--sp-8) 0 var(--sp-20); }
.signs li { display: flex; gap: 10px; align-items: flex-start; line-height: 1.45; font-size: 1.03rem; }
.ic--sign { width: 22px; height: 22px; color: var(--cyan-fresh); margin-top: 2px; }
.cmp { overflow-x: auto; border-radius: var(--r-card); border: 1px solid var(--line); background: var(--surface); margin: var(--sp-8) 0 var(--sp-20); }
.cmp table { width: 100%; border-collapse: collapse; font-size: 1rem; line-height: 1.45; }
.cmp th, .cmp td { padding: 14px var(--sp-16); text-align: left; vertical-align: top; }
.cmp thead th { background: var(--navy); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 1rem; }
.cmp tbody th { font-weight: 700; color: var(--text); width: 26%; }
.cmp tbody tr + tr > * { border-top: 1px solid var(--line); }
.cmp td { color: var(--text-2); }
.callout { display: grid; grid-template-columns: 36px 1fr; gap: var(--sp-16); margin: var(--flow-sm) 0; padding: var(--pad); border-radius: var(--r-card); background: var(--tint); border-left: 4px solid var(--cyan); }
.callout p { margin: 0; }
.callout__t { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; margin-bottom: 6px !important; }
.ic--callout { width: 34px; height: 34px; color: var(--cyan-deep); }
.callout--local { background: var(--navy); color: var(--inv); border-left-color: var(--cyan-fresh); }
.callout--local p { color: var(--inv); }
.callout--local .ic--callout { color: var(--cyan-fresh); }
.callout--safety { background: #fff4ea; border-left-color: #c2410c; color: #3b1d06; }
.callout--safety p { color: #3b1d06; }
.callout--safety .ic--callout { color: #c2410c; }
@media (prefers-color-scheme: dark) { .callout--safety { background: #2a1606; color: #ffe2c8; } .callout--safety p { color: #ffe2c8; } .callout--safety .ic--callout { color: #ff9a55; } }
.qa { display: grid; margin-top: var(--sp-8); }
.qa__item { padding: var(--sp-20) 0; border-top: 1px solid var(--line); }
.qa__item:last-child { border-bottom: 1px solid var(--line); }
.qa__q { font-family: var(--font-display); font-weight: 750; font-size: 1.2rem; margin-bottom: var(--sp-8); }
.qa__a p { color: var(--text-2); }
.qa__a p:last-child { margin-bottom: 0; }
.fig { margin: var(--flow-sm) 0; }
.fig .pic img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--r-card); }
.svclist { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-12); }
.svclist a { display: flex; align-items: center; gap: var(--sp-12); min-height: 56px; padding: var(--sp-12) var(--sp-16); border-radius: var(--r-btn); background: var(--surface); border: 1px solid var(--line); color: var(--text); text-decoration: none; font-weight: 600; line-height: 1.3; }
.svclist a:hover { border-color: var(--cyan); }
.svclist .ic { width: 22px; height: 22px; color: var(--cyan-deep); }
.related { background: var(--tint); }
.rcards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap-cards); }
.rcard { display: grid; grid-row: span 3; grid-template-rows: subgrid; row-gap: 0; border-radius: var(--r-card); overflow: hidden; background: var(--surface); border: 1px solid var(--line); color: var(--text); text-decoration: none; box-shadow: var(--card-shadow); transition: transform .2s var(--ease-out), box-shadow .2s var(--ease-out); }
.rcard__media .pic img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.rcard__t { display: flex; align-items: flex-start; justify-content: space-between; gap: var(--sp-12); padding: var(--pad) var(--pad) var(--sp-8); font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; line-height: 1.2; }
.rcard__go { flex: none; display: grid; margin-top: 1px; color: var(--cyan-deep); transition: transform .2s var(--ease-out); }
.rcard__go .ic { width: 22px; height: 22px; }
.rcard__p { margin: 0; padding: 0 var(--pad) var(--pad); color: var(--text-2); font-size: 1rem; line-height: 1.45; }
@media (hover: hover) and (pointer: fine) { .rcard:hover { transform: translateY(-4px); box-shadow: 0 28px 50px -30px rgba(4, 22, 50, .6); } .rcard:hover .rcard__go { transform: translateX(3px); } }
.tstrip { background: var(--surface); border-top: 1px solid var(--line); }
.tstrip__in { padding-block: var(--sec-y-sm); display: grid; gap: var(--sp-20); }
.tstrip__h { font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: var(--sp-8); }
.chips a { display: inline-flex; align-items: center; min-height: 44px; padding: var(--sp-8) 18px; border-radius: 999px; border: 1.5px solid var(--line); color: var(--text); text-decoration: none; font-weight: 600; background: var(--paper); }
.chips a:hover { border-color: var(--cyan); color: var(--link); }
.tstats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: var(--sp-32); background: var(--inv-line); border: 1px solid var(--inv-line); border-radius: var(--r-card); overflow: hidden; }
.tstats div { background: var(--navy-2); padding: var(--sp-16) var(--sp-20); }
.tstats dt { font-family: var(--font-display); font-stretch: 87.5%; font-weight: 600; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--inv-2); }
.tstats dd { margin: var(--sp-4) 0 0; font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; color: #fff; line-height: 1.2; }
.phero__map { margin: 0; padding: var(--sp-16); border-radius: var(--r-card); background: rgba(2, 12, 30, .45); border: 1px solid var(--inv-line); }
.hubtowns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--gap-cards); margin-top: var(--sp-8); }
.hubtown { display: flex; flex-direction: column; gap: 6px; padding: var(--pad); border-radius: var(--r-card); background: var(--surface); border: 1px solid var(--line); color: var(--text); text-decoration: none; }
.hubtown strong { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; display: flex; align-items: center; justify-content: space-between; }
.hubtown span { color: var(--text-2); line-height: 1.45; font-size: 1rem; }
.hubtown:hover { border-color: var(--cyan); }
.art__meta { display: flex; flex-wrap: wrap; gap: var(--sp-8) var(--sp-20); color: var(--inv-2); font-size: .95rem; margin: 0; }
.art__meta span { display: inline-flex; align-items: center; gap: 6px; }
.art__meta .ic { color: var(--cyan-fresh); }
.guide-list { display: grid; gap: var(--gap-cards); }
.guide-card { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: var(--sp-32); align-items: center; padding: var(--sp-16); border-radius: var(--r-card); background: var(--surface); border: 1px solid var(--line); color: var(--text); text-decoration: none; transition: border-color .2s ease; }
.guide-card:hover { border-color: var(--cyan); }
.guide-card .pic img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 6px; }
.guide-card__txt { padding-right: var(--sp-16); }
.guide-card h2 { font-family: var(--font-display); font-weight: 800; font-size: 1.45rem; margin-bottom: var(--sp-8); }
.guide-card p { color: var(--text-2); margin: 0 0 var(--sp-16); }
.contact { padding-block: var(--sp-24) var(--sec-y); }
.contact__side .phero__lede { margin-bottom: var(--sp-32); }
.cinfo { list-style: none; display: grid; gap: var(--sp-16); margin-top: var(--sp-32); padding-top: var(--sp-32); border-top: 1px solid var(--inv-line); }
.cinfo li { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: var(--sp-16); align-items: start; line-height: 1.45; }
.cinfo li > .ic { width: 36px; height: 36px; padding: var(--sp-8); border-radius: 50%; background: rgba(1, 180, 219, .12); color: var(--cyan-fresh); }
.cinfo strong { display: block; color: #fff; font-family: var(--font-display); font-weight: 700; }
.cinfo span, .cinfo a { color: var(--inv-2); }
.cinfo a:hover { color: #fff; }
.prose > * { max-width: var(--measure); }
.prose h2 { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; margin: 1.6em 0 .6em; }
.prose > h2:first-child { margin-top: 0; }
.prose ul { padding-left: 1.2em; margin-bottom: 1em; }
.review-list h2 { font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; margin: 1.6em 0 .5em; }
.review-list > h2:first-child { margin-top: 0; }
.review-list h3 { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; margin: 1.4em 0 .5em; }
.review-list ol { padding-left: 1.3em; }
.review-list ul { padding-left: 1.2em; }
.review-list li { margin-bottom: 6px; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.js .reveal.in-view { opacity: 1; transform: none; }
.js .reveal-group > * { opacity: 0; transform: translateY(16px); transition: opacity .55s var(--ease-out), transform .55s var(--ease-out); transition-delay: calc(var(--i, 0) * 60ms); }
.js .reveal-group.in-view > * { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
.js .reveal, .js .reveal-group > * { transition-duration: .01ms; transform: none !important; }
.hero__bg img { animation: none; }
.house [data-z] { animation: none !important; stroke-dasharray: none !important; }
.house .g { stroke-dasharray: 9 7 !important; }
}
@media (max-height: 720px) { .cta__stick { position: static; } }
@media (max-width: 1180px) {
:root { --rail: 290px; }
.hdr__nav, .hdr__cta { display: none; }
.hdr__callicon, .hdr__menu { display: inline-flex; }
.hdr__callicon { margin-left: auto; }
.mega { display: none !important; }
.plate__in { grid-template-columns: 1fr 1fr; }
.plate__cell:nth-child(odd) { border-left: 0; padding-left: 0; }
.plate__cell:nth-child(even) { padding-right: 0; }
.plate__cell:nth-child(n+3) { border-top: 1px solid rgba(4, 22, 50, .14); }
.pk__grid { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); }
.pk__chip { padding-inline: var(--sp-12); }
.mosaic { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mosaic .scard { grid-column: span var(--c3, 1); grid-row: span var(--r3, 1); }
.cta__grid, .contact__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 480px); }
.ftr__top { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: var(--sp-48); }
.ftr__brand { display: contents; }
.ftr__logo { width: 170px; margin: 0; }
.ftr__nap { margin: 0; }
}
@media (max-width: 980px) {
.pk__grid, .meet__grid, .areas__grid, .cta__grid, .contact__grid, .phero__in { grid-template-columns: minmax(0, 1fr); }
.phero--solo .phero__in { grid-template-columns: minmax(0, 1fr); }
.cta__side { display: block; }
.cta__stick { position: static; padding-bottom: 0; }
.cta__next { margin-top: var(--sp-32); }
.doc { grid-template-columns: minmax(0, 1fr); }
.doc__rail { display: none; }
.facts__in { display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--sp-12) var(--sp-32); }
.mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: minmax(220px, auto); }
.mosaic .scard { grid-column: span var(--c2, 1); grid-row: auto; }
.mosaic .scard:first-child { min-height: 300px; }
.meet__fig .pic img, .meet__fig--slot { aspect-ratio: 16 / 10; }
.meet__fig--slot { width: 100%; }
.phero__media { min-height: 0; aspect-ratio: 16 / 9; }
.phero__media::after { display: none; }
.rcard__t { font-size: 1.1rem; }
}
@media (max-width: 760px) {
:root { --hdr-h: 64px; --pad: var(--sp-20); --pad-lg: var(--sp-20); --gap-cards: var(--sp-12); }
body { font-size: 1.0625rem; padding-bottom: 68px; }
.hdr__logo img { width: 170px; }
.hero { min-height: 0; }
.hero__bg img { object-position: 78% 20% !important; }
.hero__shade { background: linear-gradient(0deg, rgba(2, 12, 30, .96) 0%, rgba(2, 12, 30, .82) 48%, rgba(2, 12, 30, .25) 75%, rgba(2, 12, 30, .1) 100%); }
.hero__in { padding-top: calc(var(--hdr-h) + 42vw); padding-bottom: var(--sp-40); }
.hero__title { max-width: none; }
.hero__cta .btn, .phero .btnrow .btn { flex: 1 1 100%; }
.plate__in { grid-template-columns: 1fr; }
.plate__cell { padding: var(--sp-16) 0 !important; border-left: 0 !important; border-top: 1px solid rgba(4, 22, 50, .14); }
.plate__cell:first-child { border-top: 0; }
.pk__chips { flex-wrap: nowrap; overflow-x: auto; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); scroll-padding-inline: var(--gutter); scrollbar-width: none; scroll-snap-type: x proximity; margin-bottom: var(--sp-24); }
.pk__chips::-webkit-scrollbar { display: none; }
.pk__chip { flex: none; scroll-snap-align: start; }
.house .lbl { display: none; }
.house .hs { display: none; }
.pk__legend { margin-top: var(--sp-16); }
.mosaic { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 10px; }
.mosaic .scard { grid-column: auto !important; grid-row: auto !important; min-height: 0; flex-direction: row; align-items: center; gap: 14px; padding: 10px; background: var(--surface); color: var(--text); border: 1px solid var(--line); box-shadow: none; }
.mosaic .scard::before { display: none; }
.mosaic .scard .pic { position: relative; inset: auto; z-index: 0; flex: none; width: 84px; height: 84px; border-radius: 8px; overflow: hidden; }
.mosaic .scard__txt { flex: 1; min-width: 0; }
.mosaic .scard__t { font-size: 1.1rem !important; margin-bottom: 2px; }
.mosaic .scard__t .ic { display: none; }
.mosaic .scard__p { color: var(--text-2); font-size: .95rem !important; }
.mosaic .scard__flag { display: none; }
.mosaic .scard__go { position: static; flex: none; background: var(--tint); color: var(--cyan-deep); width: 36px; height: 36px; }
.mosaic .scard:first-child { flex-direction: column; align-items: stretch; padding: 0; min-height: 0; background: var(--navy); color: #fff; }
.mosaic .scard:first-child .pic { width: 100%; height: 190px; border-radius: 0; }
.mosaic .scard:first-child .scard__txt { padding: var(--sp-16) var(--sp-20) var(--sp-20); }
.mosaic .scard:first-child .scard__p { color: #cfe0ea; }
.mosaic .scard:first-child .scard__go { position: absolute; top: 14px; right: 14px; background: rgba(4, 22, 50, .6); color: #fff; }
.hqa__grid, .tcards, .signs, .hubtowns, .areas__list, .wo__row, .svclist { grid-template-columns: 1fr; }
.rcards { grid-template-columns: 1fr; }
.rcard { grid-row: auto; grid-template-rows: auto 1fr; grid-template-columns: 112px minmax(0, 1fr); }
.rcard__media { grid-row: 1 / 3; }
.rcard__media .pic, .rcard__media .pic img { height: 100%; }
.rcard__media .pic img { aspect-ratio: auto; min-height: 112px; }
.rcard__t { padding: var(--sp-16) var(--sp-16) var(--sp-4); font-size: 1.1rem; }
.rcard__p { padding: 0 var(--sp-16) var(--sp-16); font-size: .95rem; }
.ftr__top { grid-template-columns: 1fr 1fr; gap: var(--sp-32) var(--sp-24); }
.ftr__brand { grid-column: 1 / -1; display: block; }
.ftr__logo { width: 180px; margin-bottom: var(--sp-20); }
.ftr__nap { margin-bottom: var(--sp-20); }
.ftr__col:last-child { grid-column: 1 / -1; }
.guide-card { grid-template-columns: 1fr; gap: var(--sp-16); }
.guide-card__txt { padding: 0 var(--sp-4) var(--sp-4); }
.facts__in { flex-direction: column; align-items: flex-start; }
.facts__list { flex-direction: column; gap: var(--sp-8); }
.cmp table, .cmp thead, .cmp tbody, .cmp tr, .cmp th, .cmp td { display: block; }
.cmp thead { display: none; }
.cmp tbody tr { padding: 14px var(--sp-16); }
.cmp tbody tr + tr { border-top: 1px solid var(--line); }
.cmp tbody tr + tr > * { border-top: 0; }
.cmp tbody th { width: auto; padding: 0 0 6px; font-family: var(--font-display); font-size: 1.05rem; }
.cmp td { padding: var(--sp-4) 0; }
.cmp td::before { content: attr(data-label) ': '; font-weight: 700; color: var(--text); }
.lcheck { grid-template-columns: 30px minmax(0, 1fr); }
.lcheck > .ic { width: 30px; height: 30px; }
.lcheck .ic--out { display: none; }
.callbar { display: grid; grid-template-columns: 1.3fr 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; background: var(--ink); border-top: 1px solid var(--inv-line); padding: var(--sp-8) max(var(--sp-8), env(safe-area-inset-right)) calc(var(--sp-8) + env(safe-area-inset-bottom)) max(var(--sp-8), env(safe-area-inset-left)); gap: var(--sp-8); transition: transform .3s var(--ease-out); }
.callbar--2 { grid-template-columns: 1.3fr 1fr; }
.js .callbar.is-hidden { transform: translateY(110%); }
.callbar__btn { display: flex; align-items: center; justify-content: center; gap: var(--sp-8); min-height: 50px; border-radius: var(--r-btn); background: rgba(255, 255, 255, .08); color: #fff; text-decoration: none; font-family: var(--font-display); font-weight: 700; }
.callbar__btn--call { background: var(--orange); color: var(--navy); }
.callbar__btn .ic { width: 22px; height: 22px; }
}
@media print {
.hdr, .callbar, .stagebar, .cta, .doc__rail, .sheet { display: none !important; }
body { background: #fff; color: #000; }
}
