
:root {
  --void: #071017;
  --void-2: #0b1720;
  --panel: #101d27;
  --panel-2: #142433;
  --ink: #fbf3e6;
  --muted: #a9b8c1;
  --muted-2: #cfdae0;
  --line: rgba(255,255,255,.14);
  --line-strong: rgba(255,255,255,.24);
  --orange: #ff6a21;
  --orange-2: #ff9a3d;
  --aqua: #17c6e8;
  --cream: #f7efe1;
  --charcoal: #111820;
  --green: #84e0a3;
  --red: #ffcebb;
  --radius: 26px;
  --shadow: 0 24px 80px rgba(0,0,0,.36);
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
section, #service-request { scroll-margin-top: 96px; }
body {
  margin: 0;
  min-width: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(23,198,232,.15), transparent 27rem),
    radial-gradient(circle at 88% 8%, rgba(255,106,33,.18), transparent 30rem),
    linear-gradient(180deg, var(--void), #09121a 42%, #0d1720 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--orange-2); }
img, iframe { max-width: 100%; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 50; background: var(--orange); color: #1d0c04; padding: .75rem 1rem; border-radius: 999px; font-weight: 950; }
.skip-link:focus { top: 1rem; }
.top-strip { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(7,16,23,.86); backdrop-filter: blur(16px); }
.utility { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: .8rem; color: var(--muted-2); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; text-align: center; }
.claim-row { display: flex; flex-wrap: wrap; gap: .42rem; }
.claim-row span, .pill { border: 1px solid var(--line); border-radius: 999px; padding: .26rem .55rem; background: rgba(255,255,255,.045); min-width: 0; }
.header { min-height: 76px; padding: .72rem 0; display: flex; align-items: center; justify-content: space-between; gap: .9rem; }
.brand { display: inline-flex; align-items: center; gap: .78rem; min-width: 0; }
.logo-box { width: 72px; height: 44px; flex: 0 0 auto; border-radius: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,.28); background: var(--cream); box-shadow: 0 12px 36px rgba(0,0,0,.22); display: grid; place-items: center; }
.logo-box img { width: 100%; height: 100%; object-fit: contain; display: block; padding: 3px; background: #fff; }
.brand-text { min-width: 0; display: grid; gap: .04rem; }
.brand-text strong { font-size: 1.04rem; line-height: 1.05; letter-spacing: .01em; }
.brand-text span { color: var(--muted); font-size: .78rem; }
.header-cta { display: flex; align-items: center; gap: .58rem; flex: 0 0 auto; }
.call-btn, .ghost-btn, .dark-btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 44px; padding: .78rem 1rem; border-radius: 999px; font-weight: 950; line-height: 1; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.call-btn { background: var(--orange); color: #1c0b03; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 14px 42px rgba(255,106,33,.2); }
.header-cta .call-btn { white-space: nowrap; }
.call-btn:hover { color: #1c0b03; background: var(--orange-2); transform: translateY(-1px); }
.ghost-btn { border: 1px solid var(--line-strong); color: var(--ink); background: rgba(255,255,255,.05); }
.ghost-btn:hover { transform: translateY(-1px); background: rgba(255,255,255,.1); color: var(--ink); }
.dark-btn { background: #0b1219; color: var(--ink); border: 1px solid rgba(0,0,0,.14); }
.hero { padding: 4.2rem 0 3rem; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(180deg, #000, transparent 74%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(300px, .96fr); gap: clamp(1rem, 3vw, 2.1rem); align-items: center; }
.kicker { color: var(--aqua); font-weight: 950; letter-spacing: .15em; text-transform: uppercase; font-size: .8rem; display: inline-flex; gap: 0; align-items: center; }
.kicker::before { content: none; display: none; width: 0; height: 0; background: none; box-shadow: none; }
h1, h2, .display { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Roboto Condensed", ui-sans-serif, system-ui, sans-serif; font-weight: 950; letter-spacing: -.035em; line-height: .9; text-transform: uppercase; text-wrap: balance; }
h1 { font-size: clamp(3.2rem, 9vw, 7.6rem); max-width: 10ch; margin: .75rem 0 1rem; }
h1 span { color: transparent; -webkit-text-stroke: 1.5px rgba(251,243,230,.74); text-stroke: 1.5px rgba(251,243,230,.74); }
.lede { color: var(--muted-2); font-size: clamp(1.05rem, 1.8vw, 1.28rem); max-width: 720px; margin: 0 0 1.35rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.45rem 0 0; }
.fact-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: .7rem; margin-top: 1.65rem; }
.fact { min-width: 0; border: 1px solid var(--line); background: rgba(255,255,255,.055); border-radius: 18px; padding: .85rem; }
.fact strong { display: block; color: var(--ink); font-size: .98rem; }
.fact span { display: block; color: var(--muted); font-size: .76rem; letter-spacing: .05em; text-transform: uppercase; margin-top: .22rem; }
.dispatch-card { min-width: 0; border: 1px solid var(--line-strong); border-radius: 32px; background: linear-gradient(145deg, rgba(20,36,51,.94), rgba(8,17,24,.92)); box-shadow: var(--shadow); padding: 1.1rem; position: relative; overflow: hidden; }
.dispatch-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -90px; top: -90px; background: radial-gradient(circle, rgba(255,106,33,.28), transparent 68%); }
.dispatch-head { position: relative; display: flex; justify-content: space-between; gap: 1rem; align-items: start; padding: .5rem .5rem 1rem; }
.dispatch-head h2 { margin: 0; font-size: .94rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); }
.status-dot { display: inline-flex; gap: .45rem; align-items: center; color: var(--green); font-size: .76rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.status-dot::before { content: ""; width: .68rem; height: .68rem; border-radius: 999px; background: var(--green); box-shadow: 0 0 0 7px rgba(132,224,163,.13); }
.route-map { position: relative; border-radius: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.045); overflow: hidden; }
.route-row { display: grid; grid-template-columns: 52px minmax(0,1fr) auto; gap: .8rem; align-items: center; padding: .92rem; border-bottom: 1px solid rgba(255,255,255,.09); color: inherit; cursor: pointer; position: relative; transition: background .18s ease, color .18s ease, transform .18s ease; }
.route-row:last-child { border-bottom: 0; }
.route-row:hover { color: var(--ink); background: rgba(255,255,255,.055); }
.route-row:focus-visible { outline: 3px solid rgba(23,198,232,.45); outline-offset: -3px; }
.route-number { width: 42px; height: 42px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; justify-self: center; align-self: center; background: rgba(255,255,255,.08); border: 1px solid var(--line); font-weight: 950; font-size: 1rem; line-height: 1; color: var(--orange-2); font-variant-numeric: tabular-nums; text-align: center; }
.route-row strong { display: block; line-height: 1.15; }
.route-row div > span { display: block; color: var(--muted); font-size: .86rem; margin-top: .15rem; }
.route-row .route-number { color: var(--orange-2); margin-top: 0; }
.route-tag { color: var(--aqua); font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 950; white-space: nowrap; }
.section { padding: 4.6rem 0; }
.section.light { background: var(--cream); color: #17202a; }
.section.light .kicker, .section.light .eyebrow { color: #126075; }
.section.light .lede, .section.light .section-copy, .section.light .list-check li, .section.light .small { color: #384a55; }
.section.light .panel, .section.light .service-card, .section.light .group-card, .section.light .review-card, .section.light .contact-card { background: #fffaf0; border-color: rgba(13,23,32,.12); color: #17202a; box-shadow: 0 18px 48px rgba(19,29,37,.09); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 1.4rem; }
.section-head h2 { margin: .35rem 0 0; font-size: clamp(2.4rem, 6vw, 5.1rem); }
.section-copy { color: var(--muted-2); max-width: 620px; margin: 0; }
.panel { border: 1px solid var(--line); background: rgba(255,255,255,.055); border-radius: var(--radius); padding: 1rem; }
.services-primary { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .9rem; }
.service-card { min-width: 0; border: 1px solid var(--line); background: rgba(255,255,255,.055); border-radius: 24px; padding: 1rem; display: grid; gap: .6rem; }
.service-card .num { color: var(--orange-2); font-weight: 950; letter-spacing: .14em; font-size: .72rem; }
.service-card h3, .group-card h3, .review-card h3, .contact-card h3 { margin: 0; font-size: 1.12rem; }
.service-card p, .group-card p, .review-card p, .contact-card p { margin: 0; color: var(--muted-2); }
.section.light .service-card p,
.section.light .group-card p,
.section.light .review-card p,
.section.light .review-card blockquote,
.section.light .review-meta,
.section.light .source-note,
.section.light .feature-copy p,
.section.light .contact-card p,
.section.light .section-copy,
.section.light .list-check li,
.section.light .small { color: #304554; }
.section.light .review-meta strong,
.section.light .review-card h3,
.section.light .group-card h3,
.section.light .service-card h3 { color: #111820; }
.section.light .service-card .num { color: #d94c12; }
.group-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .9rem; margin-top: .9rem; }
.group-card { border: 1px solid var(--line); background: rgba(255,255,255,.052); border-radius: 24px; padding: 1.1rem; }
.list-check { margin: .8rem 0 0; padding: 0; list-style: none; display: grid; gap: .58rem; }
.list-check li { color: var(--muted-2); display: grid; grid-template-columns: 1.1rem minmax(0,1fr); gap: .48rem; }
.list-check li::before { content: ""; width: .56rem; height: .56rem; margin-top: .5rem; border-radius: 999px; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,106,33,.12); }
.two-col { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.85fr); gap: 1rem; align-items: stretch; }
.feature-copy { padding: 1.35rem; display: grid; gap: 1rem; }
.feature-copy h3 { margin: 0; font-size: clamp(1.7rem, 4vw, 3rem); line-height: .98; letter-spacing: -.04em; text-transform: uppercase; }
.feature-copy p { margin: 0; color: var(--muted-2); }
.stats-rail { display: grid; gap: .74rem; }
.stat { border: 1px solid var(--line); border-radius: 20px; padding: .9rem; background: rgba(255,255,255,.046); }
.stat strong { display: block; font-size: 1.45rem; color: var(--orange-2); line-height: 1; }
.stat span { color: var(--muted); font-size: .82rem; }
.review-hero { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 1rem; align-items: stretch; }
.score-card { border: 1px solid var(--line-strong); border-radius: 30px; padding: 1.2rem; background: linear-gradient(150deg, rgba(255,106,33,.18), rgba(23,198,232,.08)); display: grid; align-content: center; min-height: 270px; }
.score-big { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(5rem, 16vw, 10rem); line-height: .78; color: var(--orange-2); }
.stars { color: #ffd14a; letter-spacing: .08em; font-size: 1.3rem; }
.review-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .9rem; margin-top: .9rem; }
.review-card { border: 1px solid var(--line); background: rgba(255,255,255,.052); border-radius: 24px; padding: 1rem; display: grid; gap: .68rem; }
.review-card[hidden] { display: none; }
.review-card blockquote { margin: 0; color: var(--muted-2); }
.review-meta { display: flex; justify-content: space-between; gap: .7rem; align-items: center; color: var(--muted); font-size: .83rem; }
.review-meta strong { color: var(--ink); font-size: .92rem; }
.source-note { color: var(--muted); font-size: .83rem; margin-top: .8rem; }
.contact-layout { display: grid; grid-template-columns: minmax(0,.88fr) minmax(320px,1.12fr); gap: 1rem; align-items: start; }
.contact-card { border: 1px solid var(--line); background: rgba(255,255,255,.052); border-radius: 26px; padding: 1rem; }
.contact-lines { display: grid; gap: .7rem; margin-top: .9rem; }
.contact-line { display: grid; grid-template-columns: 88px minmax(0,1fr); gap: .8rem; padding-top: .7rem; border-top: 1px solid rgba(255,255,255,.1); }
.contact-line span { color: var(--muted); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 900; }
.contact-line strong, .contact-line a { overflow-wrap: anywhere; }
.map-img { width: 100%; border-radius: 22px; border: 1px solid var(--line); background: #fff; margin-top: .9rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .78rem; }
.field { display: grid; gap: .28rem; }
.field.full { grid-column: 1 / -1; }
label { font-size: .82rem; color: var(--muted-2); font-weight: 850; }
input, textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: 16px; background: rgba(5,12,18,.72); color: var(--ink); min-height: 48px; padding: .86rem .9rem; font: inherit; }
textarea { min-height: 142px; resize: vertical; }
input:focus, textarea:focus { outline: 3px solid rgba(23,198,232,.28); border-color: var(--aqua); }
.form-note { margin: .8rem 0 0; color: var(--muted); font-size: .86rem; }
.footer { border-top: 1px solid var(--line); padding: 2rem 0; color: var(--muted-2); background: rgba(0,0,0,.12); }
.footer-grid { display: grid; grid-template-columns: minmax(0,1.2fr) repeat(2, minmax(0,.7fr)); gap: 1rem; }
.footer h3 { margin: 0 0 .5rem; color: var(--ink); }
.footer p { margin: .25rem 0; }
.iframe-wrap { border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.05); min-height: 330px; display: grid; place-items: center; }
.iframe-wrap iframe { width: 100%; min-height: 350px; border: 0; }
@media (max-width: 980px) {
  .hero-grid, .two-col, .review-hero, .contact-layout { grid-template-columns: 1fr; }
  .fact-strip, .services-primary, .group-grid, .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .section-head { align-items: start; flex-direction: column; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 28px, var(--max)); }
  .top-strip { position: static; }
  .utility { align-items: center; padding: .62rem 0; }
  .claim-row { display: none; }
  .header { align-items: start; flex-direction: column; }
  .brand { width: 100%; }
  .header-cta { width: 100%; display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: .55rem; }
  .call-btn, .ghost-btn, .dark-btn { width: 100%; padding-inline: .72rem; }
  .header-cta .call-btn, .header-cta .ghost-btn { white-space: nowrap; font-size: clamp(.78rem, 3.55vw, .98rem); letter-spacing: -.025em; padding-inline: .54rem; }
  .hero .kicker { display: inline-flex; max-width: 100%; line-height: 1.2; letter-spacing: .12em; font-size: .74rem; }
  .hero .kicker::before { content: none; display: none; width: 0; box-shadow: none; flex: 0 0 0; }
  .hero { padding-top: 2.4rem; padding-bottom: 1.7rem; }
  h1 { font-size: clamp(3rem, 17vw, 4.8rem); }
  .fact-strip, .services-primary, .group-grid, .review-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  section, #service-request { scroll-margin-top: 18px; }
  .route-row { grid-template-columns: 54px minmax(0,1fr); align-items: start; padding: 1rem .92rem; }
  .route-number { width: 42px; height: 42px; font-size: .98rem; }
  .route-tag { grid-column: 2; }
  .section { padding: 2.55rem 0; }
  #hot-water { padding-bottom: 1.2rem; }
  #reviews { padding-top: 2rem; }
  .contact-line { grid-template-columns: 1fr; gap: .2rem; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
