:root {
  --ink: #20252a;
  --muted: #606970;
  --line: #dfe3e6;
  --surface: #f3f5f6;
  --white: #ffffff;
  --blue: #197aad;
  --blue-dark: #126388;
  --charcoal: #22282d;
  --radius: 8px;
}

html { scroll-behavior: smooth; }
body {
  color: var(--ink);
  background: var(--white);
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
a { color: var(--blue-dark); }
svg { width: 1em; height: 1em; fill: currentColor; }
.container { max-width: 1180px; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1100;
  padding: 8px 12px;
  background: var(--white);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.utility-bar {
  padding: 7px 0;
  background: var(--charcoal);
  color: #dce2e6;
  font-size: .86rem;
}
.utility-bar a { color: #fff; font-weight: 700; text-decoration: none; }
.utility-bar svg { margin-right: 6px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid var(--line);
}
.navbar { min-height: 82px; padding: 8px 0; }
.navbar-brand { display: flex; width: 200px; height: 62px; align-items: center; gap: 5px; padding: 0; overflow: hidden; }
.brand-icon { position: relative; display: block; flex: 0 0 44px; width: 44px; height: 52px; overflow: hidden; }
.brand-icon img { position: absolute; top: -53px; left: 0; width: 156px; height: 156px; max-width: none; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; color: #4d4f51; font-size: 1.22rem; line-height: .82; letter-spacing: -.04em; }
.brand-text strong:last-child { color: var(--blue); font-size: 1.3rem; }
.navbar-nav { gap: 8px; }
.nav-link { color: var(--ink); font-weight: 600; padding: 10px 12px !important; }
.nav-link:hover, .nav-link:focus { color: var(--blue-dark); }
.nav-cta { margin-left: 18px; }
.navbar-toggler { border-radius: 6px; border-color: var(--line); }
.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(25,122,173,.2); }

.btn {
  border-radius: 7px;
  font-weight: 700;
  padding: 10px 18px;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.btn-primary { background: var(--blue); border-color: var(--blue); }
.btn-primary:hover, .btn-primary:focus { background: var(--blue-dark); border-color: var(--blue-dark); }
.btn-lg { font-size: 1rem; padding: 13px 20px; }
.btn svg { margin-right: 7px; }

.hero {
  position: relative;
  padding: 88px 0 92px;
  color: #fff;
  background-color: var(--charcoal);
  border-bottom: 6px solid var(--blue);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 36%;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero-location { color: #a9cfe3; font-weight: 700; margin-bottom: 16px; }
.hero h1 { max-width: 760px; margin: 0 0 22px; font-size: clamp(2.45rem, 5.5vw, 4.75rem); line-height: 1.03; letter-spacing: -.045em; font-weight: 700; }
.hero-lead { max-width: 700px; color: #d5dadd; font-size: 1.16rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn-outline-light:hover { color: var(--ink); }
.availability-box {
  padding: 32px;
  background: #fff;
  color: var(--ink);
  border-top: 5px solid var(--blue);
  box-shadow: 0 4px 8px rgba(0,0,0,.12);
}
.availability-box h2 { font-size: 1.55rem; font-weight: 700; margin-bottom: 14px; }
.availability-box p { color: var(--muted); }
.availability-box ul { padding-left: 20px; margin: 22px 0; }
.availability-box li { margin-bottom: 6px; }
.availability-box a { font-weight: 700; text-decoration-thickness: 2px; text-underline-offset: 4px; }

.facts { background: var(--surface); border-bottom: 1px solid var(--line); }
.fact-item { padding: 25px 28px; border-right: 1px solid var(--line); }
.fact-item:last-child { border-right: 0; }
.fact-item strong, .fact-item span { display: block; }
.fact-item strong { color: var(--blue-dark); font-size: 1.05rem; }
.fact-item span { color: var(--muted); font-size: .95rem; }

.section { padding: 86px 0; scroll-margin-top: 98px; }
.section-heading { max-width: 700px; margin-bottom: 40px; }
.section h2, .contact-section h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.13; letter-spacing: -.035em; font-weight: 700; }
.section-heading p, .about-section .lead { color: var(--muted); font-size: 1.1rem; }

.service-grid { border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-item { min-height: 230px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-number { color: var(--blue); font-weight: 700; font-variant-numeric: tabular-nums; }
.service-item h3 { margin: 25px 0 10px; font-size: 1.25rem; font-weight: 700; }
.service-item p { margin: 0; color: var(--muted); }

.about-section { background: var(--surface); }
.logo-panel { padding: 38px; background: #fff; border: 1px solid var(--line); }
.logo-panel img { display: block; width: 100%; height: auto; }
.about-section p:not(.lead) { max-width: 700px; }

.price-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.price-heading p { margin-bottom: 0; }
.text-link { flex: 0 0 auto; font-weight: 700; text-underline-offset: 4px; }
.price-table-wrap { border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); }
.price-table th { padding: 14px 16px; color: var(--muted); font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; border-bottom-color: var(--line); }
.price-table td { padding: 15px 16px; border-bottom-color: var(--line); vertical-align: middle; }
.price-table th:last-child, .price-table td:last-child { width: 180px; text-align: right; font-weight: 700; white-space: nowrap; }
.price-toggle { display: block; margin: 24px auto 0; }
.extra-price { display: none; }
.price-table.is-expanded .extra-price { display: table-row; }

.contact-section { padding: 82px 0; color: #fff; background: var(--charcoal); scroll-margin-top: 98px; }
.contact-copy { padding: 8px 50px 8px 0; }
.contact-copy > p { color: #cbd2d6; margin-bottom: 30px; }
.contact-link { display: block; padding: 19px 0; color: #fff; border-top: 1px solid #485057; font-size: 1.15rem; font-weight: 700; text-decoration: none; overflow-wrap: anywhere; }
.contact-link span { display: block; margin-bottom: 2px; color: #aeb8be; font-size: .8rem; font-weight: 500; }
.phone-link { font-size: 1.5rem; }
.contact-link:hover, .contact-link:focus { color: #8fc7e5; }
.contact-copy address { margin: 25px 0 0; color: #cbd2d6; font-style: normal; }
.service-area-wrap { display: flex; min-height: 475px; align-items: center; background: #e5e8ea; color: var(--ink); }
.service-area-content { max-width: 560px; padding: 62px; }
.service-area-content > svg { width: 42px; height: 42px; margin-bottom: 25px; color: var(--blue); }
.service-area-content h3 { margin: 0 0 15px; font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.15; letter-spacing: -.03em; font-weight: 700; }
.service-area-content p { color: var(--muted); }
.service-area-content strong { display: block; margin: 24px 0; }

.site-footer { padding: 24px 0 92px; color: #687078; background: #15191c; font-size: .9rem; border-top: 1px solid #333a3f; }
.mobile-call { display: none; }

@media (max-width: 991.98px) {
  .navbar { min-height: 72px; }
  .navbar-brand { width: 174px; height: 50px; }
  .brand-icon { flex-basis: 40px; width: 40px; height: 48px; }
  .brand-icon img { top: -49px; width: 144px; height: 144px; }
  .brand-text { font-size: 1.08rem; }
  .brand-text strong:last-child { font-size: 1.15rem; }
  .navbar-collapse { padding: 16px 0 20px; border-top: 1px solid var(--line); }
  .navbar-nav { align-items: stretch !important; }
  .nav-link { padding: 9px 0 !important; }
  .nav-cta { display: inline-block; margin: 12px 0 0; }
  .hero { padding: 68px 0 72px; }
  .hero::after { width: 55%; }
  .contact-copy { padding: 0 0 40px; }
}

@media (max-width: 767.98px) {
  body { padding-bottom: 64px; }
  .utility-bar .container > span { display: none; }
  .utility-bar .container { justify-content: center !important; }
  .hero { padding: 54px 0 58px; }
  .hero::after { display: none; }
  .hero h1 { font-size: clamp(2.25rem, 12vw, 3.3rem); }
  .hero-lead { font-size: 1.04rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero .row, .about-section .row { --bs-gutter-x: 1.5rem; }
  .availability-box { padding: 25px; }
  .fact-item { padding: 19px 4px; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact-item:last-child { border-bottom: 0; }
  .section { padding: 62px 0; }
  .section-heading { margin-bottom: 30px; }
  .service-item { min-height: 0; padding: 25px 22px; }
  .service-item h3 { margin-top: 15px; }
  .logo-panel { padding: 22px; }
  .price-heading { display: block; }
  .text-link { display: inline-block; margin-top: 10px; }
  .price-table { min-width: 560px; }
  .contact-section { padding: 62px 0 0; }
  .service-area-wrap { min-height: 390px; }
  .service-area-content { padding: 42px 24px; }
  .site-footer { padding-bottom: 28px; }
  .mobile-call { display: block; position: fixed; z-index: 1050; right: 0; bottom: 0; left: 0; padding: 9px 12px; background: #fff; border-top: 1px solid var(--line); }
  .mobile-call a { display: block; padding: 10px 15px; color: #fff; background: var(--blue); border-radius: 6px; font-weight: 700; text-align: center; text-decoration: none; }
  .mobile-call svg { margin-right: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
