:root {
  --teal: #0e8994;
  --teal-2: #22bdc8;
  --teal-dark: #0a5f68;
  --charcoal: #11171b;
  --ink: #172026;
  --muted: #5f6c73;
  --line: #dbe3e6;
  --steel: #eef4f5;
  --white: #ffffff;
  --amber: #f0a22e;
  --shadow: 0 16px 40px rgba(17, 23, 27, .14);
}
* { 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;
  overflow-x: hidden;
}
main { overflow-x: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.narrow { max-width: 860px; }
.skip-link {
  position: fixed; left: 16px; top: 12px; z-index: 10000;
  transform: translateY(-140%); background: var(--teal); color: white; padding: 10px 14px; border-radius: 6px;
}
.skip-link:focus { transform: translateY(0); }
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 999;
  transition: background .2s ease, box-shadow .2s ease, border-color .2s ease;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(11, 16, 19, .58);
  backdrop-filter: blur(14px);
}
.site-header.is-scrolled { background: rgba(11, 16, 19, .94); box-shadow: 0 12px 35px rgba(0,0,0,.22); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand img { width: 150px; height: 72px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 2px; color: rgba(255,255,255,.9); font-size: 14px; font-weight: 700; }
.desktop-nav > a, .nav-dropdown > button {
  min-height: 44px; display: inline-flex; align-items: center; gap: 5px; padding: 0 12px; border-radius: 6px;
}
.desktop-nav a:hover, .nav-dropdown > button:hover { background: rgba(255,255,255,.1); color: white; }
.nav-dropdown { position: relative; }
.nav-dropdown button { border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.nav-dropdown svg { width: 15px; height: 15px; }
.dropdown-menu {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 270px; padding: 8px;
  background: white; color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow);
  border-radius: 8px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .18s ease;
}
.dropdown-menu a { display: block; padding: 10px 12px; border-radius: 6px; color: var(--ink); }
.dropdown-menu a:hover { background: var(--steel); color: var(--teal-dark); }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.header-actions { display: flex; align-items: center; gap: 12px; color: white; }
.phone-link { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; color: rgba(255,255,255,.9); }
.phone-link svg, .contact-list svg { width: 17px; height: 17px; color: var(--teal-2); }
.header-quote {
  display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 16px;
  background: var(--teal-2); color: #071014; border-radius: 6px; font-weight: 900; font-size: 14px;
}
.menu-toggle {
  display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08);
  color: white; border-radius: 6px; align-items: center; justify-content: center;
}
.menu-toggle svg { width: 24px; height: 24px; }
.mobile-panel { display: none; border-top: 1px solid rgba(255,255,255,.12); background: rgba(10, 15, 18, .98); }
.mobile-panel nav { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 12px 0 18px; display: grid; gap: 6px; }
.mobile-panel a { color: white; padding: 12px; border-radius: 6px; font-weight: 800; background: rgba(255,255,255,.06); }
.home-hero {
  position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: var(--charcoal);
}
.hero-video, .media-cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay, .media-overlay { position: absolute; inset: 0; background: rgba(4, 8, 10, .68); }
.hero-content { position: relative; z-index: 2; color: white; padding: 150px 0 70px; text-align: center; }
.eyebrow, .section-intro span, .service-card span {
  display: inline-flex; align-items: center; width: fit-content; min-height: 30px; padding: 5px 12px;
  border-radius: 999px; font-size: 12px; letter-spacing: 0; text-transform: uppercase; font-weight: 900;
}
.hero-content .eyebrow { margin: 0 auto 18px; background: rgba(34,189,200,.16); color: #bffbff; border: 1px solid rgba(34,189,200,.45); }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { margin-bottom: 18px; font-size: clamp(2.65rem, 7vw, 5.8rem); line-height: .98; letter-spacing: 0; }
.mobile-title { display: none; }
.hero-content p { max-width: 850px; margin: 0 auto; color: rgba(255,255,255,.86); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: center; margin-top: 30px; }
.button-row.left { justify-content: flex-start; }
.btn {
  min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px;
  border-radius: 8px; font-weight: 900; transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 19px; height: 19px; flex: 0 0 auto; }
.btn-primary { color: #061114; background: var(--teal-2); box-shadow: 0 14px 24px rgba(34,189,200,.2); }
.btn-secondary { color: var(--teal-dark); background: #dff8fa; }
.btn-light { color: var(--teal-dark); background: white; }
.btn-outline-light { color: white; border: 2px solid rgba(255,255,255,.78); }
.btn-outline-light:hover { background: white; color: var(--charcoal); }
.hero-stats {
  margin: 58px auto 0; max-width: 650px; display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2);
}
.hero-stats div { padding: 20px 12px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { display: block; font-size: clamp(1.6rem, 4vw, 2.4rem); line-height: 1; color: white; }
.hero-stats span { display: block; margin-top: 8px; font-size: 12px; text-transform: uppercase; font-weight: 900; color: rgba(255,255,255,.72); }
.contact-strip { background: var(--teal-dark); color: white; }
.strip-inner { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; font-size: 14px; font-weight: 750; }
.strip-inner span, .strip-inner a { display: inline-flex; align-items: center; gap: 8px; }
.strip-inner svg { width: 17px; height: 17px; color: #bdf7fb; }
.section { padding: 88px 0; }
.section-intro { margin-bottom: 34px; max-width: 760px; }
.section-intro-center { margin-left: auto; margin-right: auto; text-align: center; }
.section-intro span, .service-card span { margin-bottom: 12px; background: #e0f8fa; color: var(--teal-dark); }
.section-intro h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: 0; color: var(--charcoal); }
.section-intro p { margin: 16px auto 0; color: var(--muted); font-size: 1.08rem; max-width: 730px; }
.split-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr); gap: 56px; align-items: center; }
.split-grid.reverse { grid-template-columns: minmax(320px, .86fr) minmax(0, 1fr); }
.split-grid p { color: var(--muted); font-size: 1.05rem; }
.image-stack { position: relative; min-height: 560px; }
.split-img, .feature-img, .card-img, .gallery-img {
  width: 100%; object-fit: cover; background: var(--steel); border-radius: 8px;
}
.primary-img { height: 470px; box-shadow: var(--shadow); }
.secondary-img { position: absolute; right: 0; bottom: 0; width: 54%; height: 250px; border: 8px solid white; box-shadow: var(--shadow); }
.services-overview, .quote-section, .faq-section, .related-section { background: var(--steel); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.service-card { background: white; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 8px 26px rgba(17,23,27,.07); }
.service-card .card-img { height: 260px; border-radius: 0; }
.service-card div { padding: 24px; }
.service-card h3 { margin: 0 0 10px; font-size: 1.32rem; color: var(--charcoal); line-height: 1.18; }
.service-card p { color: var(--muted); margin-bottom: 18px; }
.service-card a, .related-links a, .hours-panel a { display: inline-flex; align-items: center; gap: 7px; color: var(--teal-dark); font-weight: 900; }
.service-card a svg, .related-links svg, .hours-panel a svg { width: 17px; height: 17px; }
.industry-section { background: #f8fbfb; }
.panel-list, .contact-card, .hours-panel {
  background: white; border: 1px solid var(--line); border-radius: 8px; padding: 30px; box-shadow: 0 8px 26px rgba(17,23,27,.07);
}
.panel-list h3, .contact-card h3, .hours-panel h3 { margin-bottom: 18px; color: var(--charcoal); font-size: 1.35rem; }
.panel-list ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.panel-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--ink); font-weight: 760; }
.panel-list svg { width: 19px; height: 19px; color: var(--teal); margin-top: 2px; flex: 0 0 auto; }
.process-section { background: var(--charcoal); color: white; }
.process-section .section-intro h2 { color: white; }
.process-section .section-intro p { color: rgba(255,255,255,.74); }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.process-grid article {
  min-height: 210px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: rgba(255,255,255,.06);
}
.process-grid span { display: block; margin-bottom: 28px; color: var(--teal-2); font-weight: 950; font-size: 1.8rem; line-height: 1; }
.process-grid h3 { color: white; margin-bottom: 9px; }
.process-grid p { color: rgba(255,255,255,.76); margin-bottom: 0; font-size: .95rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.gallery-grid figure { margin: 0; position: relative; overflow: hidden; border-radius: 8px; background: var(--charcoal); min-height: 210px; }
.gallery-img { height: 240px; border-radius: 0; transition: transform .25s ease; }
.gallery-grid figure:hover .gallery-img { transform: scale(1.035); }
.gallery-grid figcaption {
  position: absolute; inset: auto 0 0 0; padding: 36px 12px 12px; color: white; font-size: 12px; font-weight: 800;
  background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,0));
}
.faq-list { background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 8px 26px rgba(17,23,27,.07); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 18px;
  padding: 22px 24px; color: var(--charcoal); font-size: 1.05rem; font-weight: 900;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: inline-flex; flex: 0 0 auto; transition: transform .18s ease; color: var(--teal-dark); }
.faq-list details[open] summary span { transform: rotate(180deg); }
.faq-list svg { width: 18px; height: 18px; }
.faq-list p { margin: -8px 24px 22px; color: var(--muted); }
.cta-section { background: var(--teal); color: white; text-align: center; }
.cta-inner h2 { max-width: 820px; margin: 0 auto 14px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; }
.cta-inner p { max-width: 700px; margin: 0 auto; color: rgba(255,255,255,.92); font-size: 1.08rem; }
.quote-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .8fr); gap: 28px; align-items: start; }
.form-frame {
  min-height: 760px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.form-frame iframe {
  display: block;
  width: 100%;
  height: 760px;
  min-height: 681px;
  border: 0;
  background: white;
}
.form-fallback {
  margin: 0;
  padding: 14px 20px 20px;
  text-align: center;
  background: #fff;
}
.form-fallback a {
  color: var(--secondary-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.contact-card { display: grid; gap: 18px; }
.contact-card p { color: var(--muted); margin-bottom: 2px; }
.contact-card a, .contact-card > span { display: flex; gap: 12px; align-items: flex-start; color: var(--ink); }
.contact-card svg { width: 21px; height: 21px; color: var(--teal); margin-top: 3px; flex: 0 0 auto; }
.contact-card strong { display: block; line-height: 1.3; }
.contact-card small { display: block; color: var(--muted); font-size: .82rem; margin-top: 3px; }
.service-area { border-top: 1px solid var(--line); padding-top: 18px; }
.service-area h4 { margin: 0 0 8px; color: var(--charcoal); }
.service-area p { margin: 0; }
.page-hero { position: relative; min-height: 430px; padding-top: 80px; display: flex; align-items: center; overflow: hidden; background: var(--charcoal); }
.page-hero-content { position: relative; z-index: 2; padding: 72px 0; color: white; }
.breadcrumbs { margin-bottom: 16px; color: rgba(255,255,255,.68); font-weight: 800; font-size: 14px; }
.breadcrumbs a:hover { color: white; }
.page-hero h1 { max-width: 860px; font-size: clamp(2.35rem, 5vw, 4.7rem); }
.page-hero p { max-width: 760px; color: rgba(255,255,255,.84); font-size: 1.13rem; }
.feature-img { aspect-ratio: 4 / 3; height: auto; box-shadow: var(--shadow); }
.stats-band { background: var(--teal-dark); color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stats-grid div { text-align: center; padding: 10px; }
.stats-grid strong { display: block; font-size: 2.2rem; line-height: 1; }
.stats-grid span { display: block; margin-top: 8px; color: rgba(255,255,255,.78); font-size: 13px; text-transform: uppercase; font-weight: 900; }
.values-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.values-grid article { border: 1px solid var(--line); border-radius: 8px; padding: 24px; background: white; box-shadow: 0 8px 26px rgba(17,23,27,.06); }
.values-grid h3 { color: var(--charcoal); margin-bottom: 8px; }
.values-grid p { color: var(--muted); margin-bottom: 0; }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.tag-list li { list-style: none; padding: 8px 12px; border-radius: 999px; background: #e0f8fa; color: var(--teal-dark); font-weight: 900; font-size: 14px; }
.related-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.related-links a { min-height: 76px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 8px; justify-content: space-between; }
.contact-buttons { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hours-panel dl { display: grid; gap: 12px; margin: 0 0 20px; }
.hours-panel dl div { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.hours-panel dt { font-weight: 900; color: var(--charcoal); }
.hours-panel dd { margin: 0; color: var(--muted); font-weight: 800; }
.site-footer { background: #0c1114; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1.25fr; gap: 38px; padding: 60px 0; }
.footer-brand img { width: 168px; height: auto; margin-bottom: 18px; }
.site-footer p { color: rgba(255,255,255,.72); margin-bottom: 0; font-size: .94rem; }
.site-footer h3 { margin-bottom: 16px; color: rgba(255,255,255,.72); font-size: 13px; text-transform: uppercase; letter-spacing: 0; }
.site-footer ul { padding: 0; margin: 0; list-style: none; display: grid; gap: 10px; }
.site-footer a, .site-footer span { color: rgba(255,255,255,.76); font-size: .94rem; }
.site-footer a:hover { color: white; }
.contact-list a, .contact-list span { display: flex; gap: 8px; align-items: flex-start; }
.contact-list svg { flex: 0 0 auto; margin-top: 3px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 16px; text-align: center; }
.footer-bottom p { font-size: 12px; }
@media (max-width: 1060px) {
  .desktop-nav, .header-actions { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-panel.is-open { display: block; }
  .service-grid, .split-grid, .split-grid.reverse, .quote-layout { grid-template-columns: 1fr; }
  .process-grid, .values-grid, .gallery-grid, .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .image-stack { min-height: auto; }
  .primary-img { height: auto; aspect-ratio: 4 / 3; }
  .secondary-img { position: static; width: 100%; height: auto; aspect-ratio: 4 / 3; margin-top: 14px; border: 0; }
  .related-links { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 24px, 1180px); }
  .header-inner { min-height: 72px; }
  .brand img { width: 118px; height: 60px; }
  .site-header .menu-toggle {
    display: inline-flex !important;
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 1001;
    background: var(--teal-2);
    border-color: transparent;
    color: #061114;
  }
  .home-hero { min-height: 760px; }
  .hero-content { padding-top: 126px; }
  .hero-content .eyebrow {
    display: flex;
    max-width: 100%;
    white-space: normal;
    justify-content: center;
    text-align: center;
    line-height: 1.28;
    overflow-wrap: break-word;
    font-size: 11px;
    width: min(320px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
  .desktop-title { display: none; }
  .mobile-title { display: block; }
  .hero-content h1 {
    max-width: 342px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.95rem, 8.7vw, 2.6rem);
    line-height: 1.06;
    text-wrap: balance;
  }
  h1 { font-size: clamp(2.05rem, 9vw, 2.9rem); line-height: 1.06; text-wrap: balance; }
  .page-hero h1 { font-size: clamp(2rem, 9.5vw, 2.85rem); }
  .hero-content p, .page-hero p {
    width: min(320px, 100%);
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    overflow-wrap: break-word;
  }
  .button-row, .button-row.left, .contact-buttons { align-items: stretch; }
  .btn { width: 100%; }
  .hero-stats { grid-template-columns: 1fr; max-width: 320px; }
  .hero-stats div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .hero-stats div:last-child { border-bottom: 0; }
  .strip-inner { align-items: flex-start; justify-content: flex-start; gap: 8px; padding: 12px 0; }
  .strip-inner span, .strip-inner a { width: 100%; }
  .section { padding: 62px 0; }
  .service-grid, .process-grid, .values-grid, .gallery-grid, .stats-grid { grid-template-columns: 1fr; }
  .service-card .card-img, .gallery-img { height: 220px; }
  .form-frame { min-height: 820px; }
  .page-hero { min-height: 500px; }
  .footer-grid { grid-template-columns: 1fr; padding: 46px 0; }
  .hours-panel dl div { display: grid; gap: 2px; }
}
