:root {
  --primary: #1c94bf;
  --primary-dark: #126c8e;
  --ink: #111318;
  --ink-soft: #2f343b;
  --muted: #68717b;
  --line: #e4e8ec;
  --surface: #f5f7f9;
  --surface-dark: #e9edf1;
  --white: #ffffff;
  --shadow: 0 18px 42px rgba(17, 19, 24, .12);
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: var(--white);
  line-height: 1.6;
}
img, video, iframe, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--muted); }
h1, h2, h3 { margin: 0; color: var(--ink); line-height: 1.1; letter-spacing: 0; }
h1 { font-size: clamp(2.45rem, 5.4vw, 4.9rem); }
h2 { font-size: clamp(2rem, 4vw, 3.15rem); }
h3 { font-size: clamp(1.05rem, 2vw, 1.35rem); }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  transform: translateY(-140%);
  background: var(--primary);
  color: white;
  padding: 10px 14px;
  border-radius: var(--radius);
}
.skip-link:focus { transform: translateY(0); }
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  transition: background .25s ease, box-shadow .25s ease, color .25s ease;
  color: white;
}
.site-header.is-scrolled,
.site-header.menu-open {
  background: rgba(255, 255, 255, .96);
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(17, 19, 24, .08);
  backdrop-filter: blur(12px);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 18px;
}
.brand, .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0;
}
.brand-mark, .footer-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.site-header:not(.is-scrolled):not(.menu-open) .brand-mark { filter: invert(1); }
.brand span { font-size: 1.25rem; }
.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-menu > a,
.nav-dropdown > button {
  border: 0;
  background: transparent;
  color: currentColor;
  padding: 10px 12px;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.nav-dropdown svg, .menu-toggle svg, .btn svg, .text-link svg, .service-card svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  flex: 0 0 auto;
}
.nav-dropdown { position: relative; }
.dropdown-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 286px;
  background: white;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: .2s ease;
}
.nav-dropdown:hover .dropdown-panel,
.nav-dropdown.is-open .dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-panel a {
  display: block;
  padding: 10px 12px;
  color: var(--ink-soft);
  border-radius: 6px;
  font-weight: 700;
}
.dropdown-panel a:hover { background: var(--surface); color: var(--primary-dark); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  white-space: nowrap;
}
.nav-phone svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: currentColor;
  padding: 10px;
}
.hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: white;
}
.inner-hero { min-height: 430px; padding-top: 78px; }
.hero-media, .hero-media video, .hero-media img, .hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-media { z-index: -1; background: var(--ink); }
.hero-media video, .hero-media img { object-fit: cover; }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(17, 19, 24, .84), rgba(17, 19, 24, .58) 48%, rgba(17, 19, 24, .38)),
    linear-gradient(180deg, rgba(17, 19, 24, .34), rgba(17, 19, 24, .18));
}
.hero-content {
  padding: 110px 0 42px;
  position: relative;
  z-index: 1;
}
.home-hero .hero-content { text-align: center; max-width: 960px; }
.hero-content.center { margin-inline: auto; }
.hero h1, .hero p { color: white; }
.hero h1 {
  text-shadow:
    0 0 10px rgba(28, 148, 191, .58),
    0 0 30px rgba(28, 148, 191, .34),
    0 4px 22px rgba(0, 0, 0, .58);
}
.home-hero h1 .glow-word {
  color: #f8fdff;
  text-shadow:
    0 0 10px rgba(28, 148, 191, .95),
    0 0 24px rgba(28, 148, 191, .78),
    0 0 46px rgba(28, 148, 191, .52);
}
.home-hero h1 .glow-word-strong {
  color: #bff3ff;
  text-shadow:
    0 0 12px rgba(28, 148, 191, 1),
    0 0 30px rgba(28, 148, 191, .88),
    0 0 60px rgba(28, 148, 191, .62);
}
.hero p {
  max-width: 780px;
  margin: 22px auto 0;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  color: rgba(255, 255, 255, .84);
}
.inner-hero .hero-content { max-width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.inner-hero .hero-content h1 {
  max-width: 860px;
}
.inner-hero h1.glow-heading {
  color: #f8fdff;
  text-shadow:
    0 0 12px rgba(28, 148, 191, .96),
    0 0 34px rgba(28, 148, 191, .66),
    0 0 68px rgba(28, 148, 191, .42),
    0 4px 24px rgba(0, 0, 0, .64);
}
.inner-hero .hero-content p { margin-left: 0; max-width: 720px; }
.hero-badge, .eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hero-badge {
  background: rgba(255, 255, 255, .12);
  color: white;
  border: 1px solid rgba(28, 148, 191, .58);
  box-shadow: 0 0 24px rgba(28, 148, 191, .36);
  backdrop-filter: blur(8px);
}
.eyebrow { background: rgba(28, 148, 191, .11); color: var(--primary-dark); margin-bottom: 14px; }
.button-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 32px; }
.split-section .button-row, .inner-hero .button-row { justify-content: flex-start; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: var(--radius);
  font-weight: 900;
  border: 2px solid transparent;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
  white-space: normal;
  text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--primary);
  color: white;
  box-shadow: 0 12px 32px rgba(28, 148, 191, .32);
}
.btn-primary:hover { background: var(--primary-dark); }
.btn-secondary { border-color: white; color: white; }
.btn-secondary:hover { background: white; color: var(--ink); }
.btn-secondary.dark { border-color: var(--ink); color: var(--ink); }
.btn-secondary.dark:hover { background: var(--ink); color: white; }
.btn-small { min-height: 40px; padding: 9px 14px; font-size: .9rem; }
.hero-stats {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 34px;
}
.hero-stats div {
  min-width: 160px;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, .24);
}
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong {
  display: block;
  font-size: clamp(1.65rem, 3.4vw, 2.6rem);
  line-height: 1;
  color: white;
}
.hero-stats span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .72);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.info-strip { background: var(--primary); color: white; }
.info-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.4fr 1fr;
  gap: 16px;
  align-items: center;
  padding: 13px 0;
  font-size: .93rem;
  font-weight: 800;
}
.info-grid a, .info-grid span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.info-grid svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  flex: 0 0 auto;
}
.section { padding: 92px 0; }
.section:nth-of-type(even) { background: var(--surface); }
.section-title { margin-bottom: 34px; }
.section-title.center { text-align: center; max-width: 800px; margin-inline: auto; }
.section-title p { margin: 16px auto 0; max-width: 760px; font-size: 1.08rem; }
.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  align-items: center;
  gap: 58px;
}
.two-col.reverse { grid-template-columns: minmax(320px, .9fr) minmax(0, 1fr); }
.split-section p { font-size: 1.05rem; }
.section-image, .image-main, .quote-frame, .contact-panel, .map-frame, .use-panel {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.section-image, .image-main { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.image-stack { position: relative; min-height: 430px; }
.image-stack img { object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-main { height: 420px; }
.image-accent {
  position: absolute;
  right: 22px;
  bottom: -28px;
  width: min(280px, 52%);
  aspect-ratio: 4 / 3;
  border: 7px solid white;
}
.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}
.check-list span, .use-panel li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 800;
  color: var(--ink-soft);
}
.check-list svg, .use-panel svg {
  width: 19px;
  height: 19px;
  color: var(--primary);
  stroke: currentColor;
  fill: none;
  stroke-width: 3;
  margin-top: 3px;
  flex: 0 0 auto;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-dark);
  font-weight: 900;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.service-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.service-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.service-card div { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.service-card p { font-size: .93rem; }
.service-card a {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-dark);
  font-weight: 900;
}
.capacity-section, .cta-band { background: var(--ink); color: white; }
.capacity-section h2, .capacity-section h3, .cta-band h2 { color: white; }
.capacity-section p { color: rgba(255, 255, 255, .74); }
.capacity-section .eyebrow { color: white; background: rgba(255, 255, 255, .12); }
.media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.media-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-grid.compact { grid-template-columns: repeat(2, 1fr); }
.feature-grid > div {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
}
.service-detail-section { background: var(--surface); }
.detail-copy {
  max-width: 860px;
  margin: 0 auto 24px;
  text-align: center;
}
.service-detail-section .feature-grid > div {
  border-color: rgba(28, 148, 191, .22);
  box-shadow: 0 12px 30px rgba(17, 19, 24, .07);
}
.capacity-section .feature-grid > div {
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .12);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.process-grid > div {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}
.process-grid span {
  display: inline-flex;
  color: var(--primary);
  font-weight: 950;
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-grid figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink);
  aspect-ratio: 16 / 10;
}
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-grid figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 14px;
  color: white;
  font-size: .84rem;
  font-weight: 800;
  background: linear-gradient(0deg, rgba(17, 19, 24, .78), rgba(17, 19, 24, 0));
}
.faq-wrap { max-width: 880px; }
.faq-list {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(17, 19, 24, .07);
}
.faq-item + .faq-item { border-top: 1px solid var(--line); }
.faq-item button {
  width: 100%;
  min-height: 64px;
  border: 0;
  background: white;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 19px 22px;
  text-align: left;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.faq-item svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  transition: transform .2s ease;
}
.faq-item.is-open svg { transform: rotate(180deg); }
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .22s ease;
}
.faq-answer > p {
  overflow: hidden;
  margin: 0;
  padding: 0 22px;
}
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer > p { padding-bottom: 20px; }
.cta-wrap { text-align: center; max-width: 800px; }
.cta-wrap h2, .cta-wrap p { color: white; }
.cta-wrap p { color: rgba(255, 255, 255, .78); font-size: 1.12rem; margin-top: 16px; }
.quote-section { background: var(--surface-dark); }
.form-fallback {
  max-width: 760px;
  margin: -12px auto 28px;
  text-align: center;
  background: white;
  border: 1px solid rgba(28, 148, 191, .22);
  border-radius: var(--radius);
  padding: 16px 18px;
  box-shadow: 0 10px 28px rgba(17, 19, 24, .06);
}
.form-fallback p { margin: 0 0 8px; }
.quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 28px;
  align-items: start;
}
.quote-frame {
  background: white;
  border: 1px solid rgba(28, 148, 191, .28);
  height: 920px;
  min-height: 920px;
  box-shadow: 0 18px 46px rgba(17, 19, 24, .12), 0 0 34px rgba(28, 148, 191, .16);
}
.contact-panel {
  background: white;
  border: 1px solid var(--line);
  padding: 26px;
}
.contact-panel h3 { margin-bottom: 18px; }
.contact-panel a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}
.contact-panel a svg {
  width: 22px;
  height: 22px;
  stroke: var(--primary);
  fill: none;
  stroke-width: 2;
  margin-top: 2px;
}
.contact-panel b, .contact-panel small { display: block; }
.contact-panel small { color: var(--muted); margin-top: 3px; }
.hours-list {
  border-top: 1px solid var(--line);
  margin-top: 6px;
  padding-top: 18px;
}
.hours-list p { margin-bottom: 5px; }
.breadcrumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .66);
  font-size: .92rem;
  font-weight: 800;
}
.breadcrumbs a:hover { color: white; }
.crumb-sep { color: rgba(255, 255, 255, .42); }
.use-panel {
  background: var(--ink);
  color: white;
  padding: 28px;
}
.use-panel h2 { color: white; margin-bottom: 20px; }
.use-panel ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.use-panel li { color: rgba(255, 255, 255, .88); }
.related-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.related-links a {
  display: inline-flex;
  padding: 10px 13px;
  border-radius: var(--radius);
  background: white;
  border: 1px solid var(--line);
  color: var(--primary-dark);
  font-weight: 900;
}
.map-frame {
  background: white;
  border: 1px solid var(--line);
  min-height: 430px;
}
.home-map-section .map-frame {
  border-color: rgba(28, 148, 191, .28);
  box-shadow: 0 18px 46px rgba(17, 19, 24, .12), 0 0 34px rgba(28, 148, 191, .16);
}
.location-cards { margin-top: 24px; }
.location-cards > div {
  background: linear-gradient(180deg, #ffffff 0%, #f2f9fb 100%);
}
.map-frame iframe {
  width: 100%;
  height: 430px;
  border: 0;
}
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.site-footer {
  background: var(--ink);
  color: white;
  padding-top: 58px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.1fr;
  gap: 34px;
}
.footer-brand img { filter: invert(1); }
.footer-brand span { font-size: 1.25rem; font-weight: 950; }
.site-footer p, .site-footer li, .site-footer a { color: rgba(255, 255, 255, .74); }
.footer-heading {
  color: white !important;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .8rem;
}
.site-footer ul { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 9px; }
.site-footer a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 46px;
  padding: 20px 0;
  text-align: center;
}
.footer-bottom p { margin: 0; font-size: .88rem; }
@media (max-width: 1020px) {
  .nav-menu, .nav-actions { display: none; }
  .menu-toggle { display: inline-flex; }
  .site-header.menu-open .nav-menu {
    display: grid;
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    background: white;
    color: var(--ink);
    border-radius: var(--radius);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    padding: 12px;
  }
  .site-header.menu-open .nav-menu > a, .site-header.menu-open .nav-dropdown > button {
    width: 100%;
    justify-content: space-between;
    padding: 13px 12px;
  }
  .dropdown-panel {
    position: static;
    width: 100%;
    box-shadow: none;
    border: 0;
    padding-top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .nav-dropdown.is-open .dropdown-panel { display: grid; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-grid, .two-col, .two-col.reverse { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .info-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero { min-height: 78vh; }
  .inner-hero { min-height: 520px; }
  .hero-content { padding: 104px 0 38px; }
  .button-row { width: 100%; }
  .btn { width: 100%; }
  .home-hero .hero-stats { display: none; }
  .section { padding: 70px 0; }
  .service-grid, .feature-grid, .feature-grid.compact, .process-grid, .gallery-grid, .footer-grid { grid-template-columns: 1fr; }
  .image-stack { min-height: auto; }
  .image-main { height: auto; aspect-ratio: 4 / 3; }
  .image-accent { position: static; width: 100%; margin-top: 16px; border: 0; }
  .media-grid { grid-template-columns: 1fr; }
  .quote-frame { height: 1080px; min-height: 1080px; }
  .footer-grid { gap: 26px; }
  .brand span { font-size: 1.08rem; }
}
