:root {
  --ink: #061831;
  --navy: #08233f;
  --navy-2: #0d3157;
  --teal: #0b8fb0;
  --teal-soft: #e4f7fb;
  --amber: #f6a713;
  --amber-dark: #cc7d00;
  --paper: #ffffff;
  --mist: #f3f8fb;
  --line: #d7e5ed;
  --muted: #53677a;
  --shadow: 0 18px 42px rgba(6, 24, 49, 0.14);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 20px;
  min-height: 72px;
  padding: 12px clamp(20px, 4vw, 58px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(215, 229, 237, 0.88);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-mark {
  display: block;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 10px 28px rgba(8, 35, 63, 0.25);
}

.brand-text {
  font-size: clamp(1.22rem, 1.8vw, 1.72rem);
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 34px);
  color: #0b213a;
  font-size: 0.96rem;
  font-weight: 750;
}

.site-nav a {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--teal);
  border-bottom-color: var(--teal);
  outline: none;
}

.mobile-phone-link {
  display: none;
}

.header-phone {
  color: var(--navy);
  font-size: 0.96rem;
  font-weight: 850;
  white-space: nowrap;
}

.header-phone:hover,
.header-phone:focus-visible,
.profile-link:hover,
.profile-link:focus-visible,
.business-details a:hover,
.business-details a:focus-visible {
  color: var(--teal);
  outline: none;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  color: #091729;
  background: var(--amber);
  border: 1px solid var(--amber);
  border-radius: var(--radius);
  font-size: 0.98rem;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(246, 167, 19, 0.26);
}

.header-cta:hover,
.header-cta:focus-visible,
.button-primary:hover,
.button-primary:focus-visible {
  background: #ffba31;
  border-color: #ffba31;
  outline: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.menu-toggle svg {
  width: 24px;
  height: 24px;
}

.menu-toggle path,
.service-card path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  min-height: min(760px, calc(100vh - 72px));
  background: var(--navy);
  overflow: hidden;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vw, 112px) clamp(24px, 5vw, 70px);
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(8, 35, 63, 1) 0%, rgba(8, 35, 63, 0.96) 70%, rgba(8, 35, 63, 0.82) 100%),
    var(--navy);
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 900;
}

.hero p {
  max-width: 590px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 1.8vw, 1.42rem);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 28px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  list-style: none;
  font-size: 0.96rem;
  font-weight: 720;
}

.hero-proof li {
  position: relative;
  padding-left: 20px;
}

.hero-proof li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  background: #47c5de;
  border-radius: 50%;
  transform: translateY(-50%);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: var(--radius);
  font-size: 0.98rem;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #091729;
  background: var(--amber);
  border: 1px solid var(--amber);
  box-shadow: 0 12px 26px rgba(246, 167, 19, 0.25);
}

.button-secondary {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.88);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--ink);
  background: var(--paper);
  outline: none;
}

.button-dark {
  color: var(--paper);
  background: var(--navy);
  border: 1px solid var(--navy);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: var(--teal);
  border-color: var(--teal);
  outline: none;
}

.button-outline-light {
  color: var(--navy);
  background: var(--paper);
  border: 1px solid var(--line);
}

.button-outline-light:hover,
.button-outline-light:focus-visible {
  color: var(--paper);
  background: var(--navy);
  border-color: var(--navy);
  outline: none;
}

.button-large {
  min-width: min(100%, 280px);
  min-height: 58px;
  font-size: 1.08rem;
}

.hero-media {
  min-height: 520px;
  background: var(--navy);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.summer-focus {
  max-width: var(--max);
  margin: -42px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(20px, 4vw, 0px);
}

.summer-focus article {
  min-height: 178px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 18px 34px rgba(6, 24, 49, 0.1);
}

.summer-focus article:first-child {
  border-radius: var(--radius) 0 0 var(--radius);
}

.summer-focus article:last-child {
  border-radius: 0 var(--radius) var(--radius) 0;
}

.summer-focus h2 {
  margin: 0;
  color: var(--navy);
  font-size: 1.18rem;
  line-height: 1.15;
}

.summer-focus p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.service-strip {
  padding: clamp(82px, 9vw, 118px) clamp(20px, 4vw, 58px) clamp(54px, 7vw, 90px);
  background: linear-gradient(180deg, #ffffff 0%, var(--mist) 100%);
}

.section-heading {
  max-width: var(--max);
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.65fr);
  gap: 28px;
  align-items: end;
}

.section-heading-stacked {
  display: block;
  max-width: 850px;
  margin-left: 0;
}

.section-heading-stacked p {
  max-width: 680px;
  margin-top: 16px;
}

.section-heading h2,
.split-copy h2,
.commercial-band h2,
.area-panel h2,
.contact-copy h2,
.search-services h2,
.faq-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 900;
}

.section-heading p,
.split-copy p,
.commercial-band p,
.area-panel p,
.contact-copy p,
.contact-actions p,
.search-services p,
.faq-section p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.service-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-card {
  min-height: 250px;
  padding: 32px 24px;
  background: rgba(255, 255, 255, 0.72);
}

.service-card svg {
  width: 52px;
  height: 52px;
  color: var(--teal);
}

.service-card h3 {
  margin: 24px 0 10px;
  color: var(--navy);
  font-size: 1.25rem;
  line-height: 1.15;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.split-section {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(380px, 1fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
  padding: clamp(62px, 9vw, 110px) clamp(20px, 4vw, 0px);
}

.split-copy p {
  max-width: 590px;
  margin-top: 22px;
  color: #273d51;
  font-size: 1.12rem;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  color: var(--ink);
  font-weight: 750;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22em;
  width: 20px;
  height: 20px;
  background:
    linear-gradient(135deg, var(--teal), #33bdd2);
  border-radius: 50%;
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0.52em;
  width: 7px;
  height: 4px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
}

.split-media {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.split-media img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
}

.commercial-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(44px, 6vw, 72px) clamp(20px, 5vw, 82px);
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(8, 35, 63, 0.96), rgba(13, 49, 87, 0.94)),
    var(--navy);
}

.commercial-band div {
  max-width: 790px;
}

.commercial-band h2 {
  color: var(--paper);
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.commercial-band p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.78);
}

.search-services {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(62px, 8vw, 96px) clamp(20px, 4vw, 0px);
}

.keyword-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 32px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.keyword-grid article {
  min-height: 230px;
  padding: 26px;
  background: var(--paper);
}

.keyword-grid h3,
.faq-list h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.18rem;
  line-height: 1.2;
}

.keyword-grid p,
.faq-list p {
  margin-top: 12px;
  font-size: 0.98rem;
}

.area-section {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: var(--navy);
}

.area-section > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.area-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 24, 49, 0.92) 0%, rgba(6, 24, 49, 0.72) 42%, rgba(6, 24, 49, 0.14) 100%);
}

.area-panel {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  min-height: 540px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 8vw, 94px) clamp(20px, 4vw, 0px);
}

.area-panel h2 {
  color: var(--paper);
}

.area-panel p {
  max-width: 480px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.78);
}

.area-list {
  width: min(650px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 28px 0 0;
  padding: 0;
  color: var(--paper);
  list-style: none;
}

.area-list li {
  position: relative;
  min-height: 28px;
  padding-left: 28px;
  font-weight: 720;
}

.area-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 13px;
  height: 13px;
  border: 2px solid #47c5de;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.faq-section {
  padding: clamp(62px, 8vw, 96px) clamp(20px, 4vw, 58px);
  background: linear-gradient(180deg, #ffffff 0%, var(--mist) 100%);
}

.faq-section > .section-heading,
.faq-list {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.faq-list article {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-section {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  gap: 36px;
  align-items: center;
  padding: clamp(56px, 7vw, 84px) clamp(20px, 4vw, 0px);
}

.contact-copy p {
  max-width: 720px;
  margin-top: 16px;
}

.business-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  max-width: 760px;
  margin: 28px 0 0;
}

.business-details div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.business-details dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.business-details dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 780;
}

.business-details a {
  color: inherit;
}

.contact-actions {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.contact-logo {
  width: min(210px, 100%);
  height: auto;
  border-radius: var(--radius);
  box-shadow: 0 16px 36px rgba(6, 24, 49, 0.14);
}

.contact-actions p {
  max-width: 330px;
  font-size: 0.94rem;
}

.profile-link {
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 4vw, 58px);
  color: rgba(255, 255, 255, 0.72);
  background: #061321;
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--paper);
  font-weight: 750;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .menu-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 20px 20px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 34px rgba(6, 24, 49, 0.12);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .mobile-phone-link {
    display: block;
  }

  .header-phone,
  .header-cta {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    min-height: 540px;
  }

  .hero-media {
    min-height: 340px;
  }

  .summer-focus {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 0;
  }

  .summer-focus article,
  .summer-focus article:first-child,
  .summer-focus article:last-child {
    min-height: auto;
    border-radius: 0;
    box-shadow: none;
  }

  .section-heading,
  .split-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .keyword-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card:nth-child(2) {
    border-right: 0;
  }

  .service-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .commercial-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 66px;
    padding: 10px 16px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-text {
    font-size: 1.14rem;
  }

  .site-nav {
    top: 66px;
  }

  .hero-copy {
    min-height: 510px;
    padding: 48px 20px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 14vw, 4rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-proof {
    display: grid;
    gap: 10px;
  }

  .hero-media {
    min-height: 270px;
  }

  .service-strip,
  .split-section,
  .contact-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .business-details {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .keyword-grid {
    grid-template-columns: 1fr;
  }

  .keyword-grid article {
    min-height: auto;
  }

  .service-card {
    min-height: auto;
  }

  .split-section {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .area-section,
  .area-panel {
    min-height: 680px;
  }

  .area-section::after {
    background: rgba(6, 24, 49, 0.78);
  }

  .area-panel {
    padding: 46px 16px;
  }

  .area-list {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
    padding: 26px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
