﻿:root {
  color-scheme: light;
  --ink: #004461;
  --ink-soft: #0d5a77;
  --muted: #5c6972;
  --paper: #ffffff;
  --paper-soft: #f6f8f8;
  --line: #dce4e5;
  --orange: #fdbb30;
  --orange-dark: #d99a00;
  --shadow: 0 18px 44px rgba(0, 68, 97, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
}

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

.screen-reader-text:focus {
  top: 10px;
  left: 10px;
  z-index: 100;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  background: var(--orange);
  color: var(--ink);
  font-weight: 850;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  width: min(820px, 100%);
  margin-bottom: 18px;
  font-size: 4rem;
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: 2.45rem;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.2;
}

section {
  padding: 76px 0;
  scroll-margin-top: 118px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

summary {
  position: relative;
  padding: 20px 56px 20px 22px;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  position: absolute;
  top: 50%;
  right: 23px;
  width: 13px;
  height: 13px;
  border-right: 3px solid var(--orange);
  border-bottom: 3px solid var(--orange);
  content: "";
  transform: translateY(-65%) rotate(45deg);
}

details[open] summary::after {
  transform: translateY(-25%) rotate(225deg);
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.wrap {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  background: var(--ink);
  color: #f7fafb;
  font-size: 0.88rem;
}

.topbar .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 68, 97, 0.12);
  backdrop-filter: blur(14px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
}

.brand {
  display: flex;
  align-items: center;
  width: 220px;
  flex: 0 0 auto;
}

.brand-logo {
  width: 100%;
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  color: #243e4f;
  font-size: 0.95rem;
  font-weight: 780;
  list-style: none;
}

.nav-links li {
  display: contents;
}

.nav-links a:not(.button-nav) {
  padding: 10px 0;
  border-bottom: 3px solid transparent;
}

.nav-links a:not(.button-nav):hover,
.nav-links a.active,
.nav-links .current-menu-item > a {
  color: var(--orange-dark);
}

.nav-links a.active,
.nav-links .current-menu-item > a {
  border-bottom-color: var(--orange);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.button,
.button-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: var(--orange);
  color: var(--ink);
  font-weight: 850;
  box-shadow: 0 12px 24px rgba(253, 187, 48, 0.24);
  cursor: pointer;
}

.button {
  padding: 0 18px;
}

.button-nav {
  padding: 0 24px;
  white-space: nowrap;
}

.button:hover,
.button-nav:hover {
  background: var(--orange-dark);
  color: var(--paper);
}

.builder-page .elementor-widget-button .elementor-button,
.builder-page .elementor-widget-button a.elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: var(--orange) !important;
  color: var(--ink) !important;
  font-weight: 850;
  line-height: 1.1;
  box-shadow: 0 12px 24px rgba(253, 187, 48, 0.24);
}

.builder-page .elementor-widget-button .elementor-button:hover,
.builder-page .elementor-widget-button .elementor-button:focus,
.builder-page .elementor-widget-button a.elementor-button:hover,
.builder-page .elementor-widget-button a.elementor-button:focus {
  background: var(--orange-dark) !important;
  color: var(--paper) !important;
}

.builder-page .elementor-widget-button .elementor-button-content-wrapper,
.builder-page .elementor-widget-button .elementor-button-text {
  color: inherit;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
  box-shadow: none;
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

.arrow {
  width: 16px;
  height: 16px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
}

.eyebrow,
.section-kicker {
  color: var(--orange-dark);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 670px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 0;
  background: var(--ink) url("../images/hydrovac-hero.JPG") center / cover no-repeat;
  color: #fff;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 68, 97, 0.94) 0%, rgba(0, 68, 97, 0.84) 44%, rgba(0, 68, 97, 0.58) 100%),
    rgba(0, 68, 97, 0.34);
  pointer-events: none;
}

.hero-media,
.brant-hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

video.hero-media,
.hero-media video,
.brant-hero-video-bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .wrap,
.page-hero .wrap,
.builder-page .hero > .elementor-container,
.builder-page .page-hero > .elementor-container {
  position: relative;
  z-index: 2;
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0;
}

.hero .eyebrow,
.page-hero .eyebrow {
  color: var(--orange);
}

.hero-copy {
  width: min(650px, 100%);
  margin-bottom: 28px;
  color: #f3f7f8;
  font-size: 1.2rem;
}

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

.page-hero {
  position: relative;
  isolation: isolate;
  min-height: 380px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 0;
  background-color: var(--ink);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.page-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 68, 97, 0.9) 0%, rgba(0, 68, 97, 0.68) 52%, rgba(0, 68, 97, 0.3) 100%),
    linear-gradient(0deg, rgba(0, 68, 97, 0.16), rgba(0, 68, 97, 0.16));
  pointer-events: none;
}

.builder-page .elementor-section.hero,
.builder-page .elementor-section.page-hero {
  padding: 0;
}

.builder-page .elementor-section.page-hero > .elementor-background-overlay {
  display: none !important;
}

.builder-page .elementor-section.page-hero > .elementor-container {
  min-height: 380px;
  align-items: center;
}

.builder-page .elementor-section.page-hero .elementor-column,
.builder-page .elementor-section.page-hero .elementor-widget-wrap {
  position: relative;
  z-index: 2;
  align-content: center;
}

.builder-page .elementor-section.page-hero .elementor-widget-wrap {
  padding: 0 !important;
}

.builder-page .elementor-section.hero .elementor-widget,
.builder-page .elementor-section.page-hero .elementor-widget {
  position: relative;
  z-index: 2;
}

.builder-page .elementor-section.hero .elementor-widget-shortcode,
.builder-page .elementor-section.hero .elementor-widget-shortcode .elementor-widget-container,
.builder-page .elementor-section.hero .elementor-shortcode {
  position: static !important;
  z-index: auto !important;
  margin: 0;
}

.builder-page .elementor-section.hero .brant-hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.builder-page .elementor-section.hero .elementor-widget-button {
  display: inline-block;
  width: auto;
  margin-right: 14px;
}

.builder-page .elementor-section.hero h1,
.builder-page .elementor-section.page-hero h1 {
  color: #fff;
}

.page-hero h1,
.builder-page .elementor-section.page-hero h1,
.builder-page .elementor-section.page-hero .elementor-heading-title {
  width: min(760px, 100%);
  margin: 0 0 16px;
  color: #fff !important;
  font-size: 3.15rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.page-hero .eyebrow,
.page-hero .eyebrow .elementor-heading-title,
.builder-page .elementor-section.page-hero .eyebrow,
.builder-page .elementor-section.page-hero .eyebrow .elementor-heading-title {
  margin-bottom: 14px;
  color: var(--orange) !important;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.builder-page .elementor-section.hero .elementor-widget-text-editor,
.builder-page .elementor-section.page-hero .elementor-widget-text-editor {
  color: #f3f7f8;
}

.page-hero p,
.builder-page .elementor-section.page-hero .elementor-widget-text-editor,
.builder-page .elementor-section.page-hero .elementor-widget-text-editor p,
.builder-page .elementor-section.page-hero .hero-copy,
.builder-page .elementor-section.page-hero .hero-copy p {
  width: min(680px, 100%);
  margin: 0;
  color: #eef7fa !important;
  font-size: 1.08rem;
  line-height: 1.65;
}

.services-hero,
.faq-hero {
  background-image: url("../images/hydrovac-hero.JPG");
}

.cities-hero {
  background-image: url("../images/service-map.jpg");
}

.blog-hero {
  background-image: url("../images/coring2.jpg");
}

.hero-strip {
  padding: 0;
  background: var(--ink);
  color: #fff;
}

.hero-strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
}

.strip-item {
  padding: 18px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.strip-item:last-child {
  border-right: 0;
}

.strip-item strong {
  display: block;
  font-size: 1.28rem;
}

.strip-item span {
  display: block;
  color: #d4e0e5;
  font-size: 0.9rem;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.7fr);
  align-items: end;
  gap: 42px;
  margin-bottom: 34px;
}

.lead {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.intro,
.services,
.services-preview {
  background: linear-gradient(180deg, #fff 0%, #f8faf9 100%);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-grid.compact .service-card {
  min-height: 190px;
}

.service-card,
.city-card,
.post-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.service-card {
  position: relative;
  min-height: 236px;
  padding: 26px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(253, 187, 48, 0.72);
  box-shadow: var(--shadow);
}

.service-card p,
.city-card p,
.post-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.section-actions {
  margin-top: 28px;
}

.why {
  padding: 0;
  background: var(--ink);
  color: #fff;
}

.why .wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: stretch;
}

.why-title {
  padding: 62px 44px 62px 0;
}

.why-title p {
  color: #cbd6da;
}

.why-title .section-kicker {
  color: var(--orange);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.why-item {
  padding: 38px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.why-item:nth-child(2n) {
  border-right: 0;
}

.why-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 1.35rem;
}

.why-item span {
  color: #dce6e9;
}

.content-band,
.blog-listing,
.page-faq,
.city-overview {
  background: var(--paper-soft);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: 52px;
  align-items: start;
}

.article h2 {
  margin-bottom: 24px;
}

.article p {
  color: #44535d;
}

.article p:last-child {
  margin-bottom: 0;
}

.page-content,
.single-content,
.listing {
  padding-top: 76px;
  padding-bottom: 76px;
}

.post-summary {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.post-summary h2 {
  margin-bottom: 12px;
  font-size: 2rem;
}

.archive-header {
  margin-bottom: 28px;
}

.callout {
  position: sticky;
  top: 104px;
  padding: 30px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
}

.callout h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.callout p {
  color: #d8e1e4;
}

.callout ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
}

.callout li {
  display: flex;
  gap: 10px;
}

.check {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 4px;
  border: 2px solid var(--orange);
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 48%, var(--orange) 49% 58%, transparent 59%);
}

.feature-band {
  background: #fff;
}

.home-service-area {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 68, 97, 0.92) 0%, rgba(0, 68, 97, 0.74) 52%, rgba(0, 68, 97, 0.42) 100%),
    url("../images/service-map.jpg") center / cover no-repeat;
  color: #fff;
}

.home-service-area .area-content {
  width: min(700px, calc(100% - 40px));
}

.home-service-area .section-kicker {
  color: var(--orange);
}

.home-service-area h2 {
  margin-bottom: 18px;
}

.home-service-area .lead {
  color: #eef7fa;
}

.home-service-area .button {
  margin-top: 26px;
}

.feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.9fr);
  gap: 44px;
  align-items: center;
}

.feature-layout h2 {
  margin-bottom: 18px;
}

.feature-layout .lead {
  margin-bottom: 26px;
}

.feature-layout img {
  width: 100%;
  min-height: 360px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.work {
  background: #fff;
  color: var(--ink);
}

.work .section-kicker {
  color: var(--orange-dark);
}

.work .lead {
  color: var(--muted);
}

.work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.work-card {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #222;
}

.work-card:first-child {
  min-height: 430px;
}

.work-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.02);
}

.work-label {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(0, 68, 97, 0.86);
  color: #fff;
  backdrop-filter: blur(8px);
}

.work-label strong {
  display: block;
  font-size: 1rem;
}

.work-label span {
  color: #dce6e9;
  font-size: 0.9rem;
}

.area-layout-wide {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(340px, 0.8fr);
  gap: 42px;
  align-items: start;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.chips.large {
  margin-top: 0;
}

.chip {
  padding: 8px 12px;
  border: 1px solid rgba(0, 68, 97, 0.22);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 750;
}

.chips.inverse .chip {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  backdrop-filter: blur(8px);
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.city-card {
  padding: 24px;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.post-card {
  overflow: hidden;
}

.post-card:not(.featured-post) {
  padding-bottom: 24px;
}

.post-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.post-card h3,
.post-card p,
.post-card .post-meta {
  padding-right: 22px;
  padding-left: 22px;
}

.post-card h3 {
  margin-top: 14px;
}

.post-meta {
  margin: 18px 0 8px;
  color: var(--orange-dark);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-post {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.75fr);
  align-items: stretch;
}

.featured-post img {
  height: 100%;
  min-height: 390px;
}

.featured-post div {
  padding: 34px;
}

.featured-post h2 {
  margin-bottom: 18px;
}

.featured-post p,
.featured-post .post-meta {
  padding-right: 0;
  padding-left: 0;
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--ink);
  font-weight: 850;
  border-bottom: 3px solid var(--orange);
}

.resource-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.resource-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.resource-card:hover {
  transform: translateY(-4px);
  border-color: rgba(253, 187, 48, 0.72);
  box-shadow: var(--shadow);
}

.resource-card-link {
  display: grid;
  height: 100%;
  color: inherit;
}

.resource-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.resource-card .post-meta,
.resource-card h3,
.resource-card p {
  padding-right: 22px;
  padding-left: 22px;
}

.resource-card h3 {
  margin-top: 0;
}

.resource-card p {
  padding-bottom: 24px;
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.quote {
  background:
    linear-gradient(90deg, rgba(0, 68, 97, 0.95), rgba(0, 68, 97, 0.86)),
    url("../images/hydrovac-hero.JPG") center / cover no-repeat;
  color: #fff;
}

.quote .section-kicker,
.cta-band .section-kicker {
  color: var(--orange);
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.88fr);
  gap: 46px;
  align-items: start;
}

.quote h2 {
  margin-bottom: 18px;
}

.quote p {
  color: #dce6e9;
}

.contact-lines {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
}

.quote-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: #2c3a44;
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cfd9dc;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}

input,
select {
  min-height: 46px;
  padding: 0 12px;
}

textarea {
  min-height: 126px;
  padding: 12px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--orange);
  outline: 3px solid rgba(253, 187, 48, 0.22);
}

.form-message {
  display: none;
  margin: 0;
  padding: 12px 14px;
  border-radius: 8px;
  background: #e8f4ed;
  color: #265c3e;
  font-weight: 800;
}

.form-message.show {
  display: block;
}

.cta-band {
  background: var(--ink);
  color: #fff;
}

.cta-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-layout h2 {
  max-width: 720px;
}

footer {
  background: var(--ink);
  color: #d8e1e4;
  padding: 34px 0;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-brand {
  display: grid;
  gap: 10px;
}

.footer-brand img {
  width: 245px;
  max-width: 100%;
  border-radius: 8px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.cookie {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  width: min(420px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: var(--ink);
  color: #f8fbfc;
  box-shadow: var(--shadow);
}

.cookie p {
  margin-bottom: 14px;
  color: #dce6e9;
  font-size: 0.92rem;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie .button {
  min-height: 40px;
  padding: 0 14px;
  box-shadow: none;
}

.cookie .button.secondary {
  background: transparent;
}

.cookie.hide {
  display: none;
}

@media (max-width: 1060px) {
  .brand {
    width: 190px;
  }

  .nav-links {
    gap: 12px;
    font-size: 0.88rem;
  }

  .button-nav {
    padding: 0 18px;
  }
}

@media (max-width: 920px) {
  .topbar .wrap {
    flex-direction: column;
    gap: 2px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .nav {
    min-height: 68px;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: none;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: grid;
    gap: 8px;
  }

  .nav-links .button-nav {
    width: 100%;
  }

  .hero,
  .page-hero {
    display: block;
    min-height: auto;
  }

  .builder-page .elementor-section.page-hero > .elementor-container {
    min-height: 330px;
  }

  .hero .wrap,
  .page-hero .wrap,
  .builder-page .hero > .elementor-container,
  .builder-page .page-hero > .elementor-container {
    padding: 104px 0 58px;
  }

  h1 {
    font-size: 3.1rem;
  }

  .page-hero h1,
  .builder-page .elementor-section.page-hero h1,
  .builder-page .elementor-section.page-hero .elementor-heading-title {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .service-grid,
  .why .wrap,
  .section-head,
  .split,
  .feature-layout,
  .quote-layout,
  .area-layout-wide,
  .city-grid,
  .post-grid,
  .resource-card-grid,
  .featured-post {
    grid-template-columns: 1fr;
  }

  .hero-strip .wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-title {
    padding: 54px 0 24px;
  }

  .why-grid {
    border-left: 0;
  }

  .callout {
    position: static;
  }

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

  .work-card,
  .work-card:first-child {
    min-height: 360px;
  }

  .featured-post img {
    min-height: 320px;
  }
}

@media (max-width: 620px) {
  section {
    padding: 58px 0;
  }

  .wrap {
    width: min(100% - 26px, 1140px);
  }

  .brand {
    width: 180px;
  }

  .topbar {
    font-size: 0.8rem;
  }

  .hero::before,
  .page-hero::before {
    background:
      linear-gradient(90deg, rgba(0, 68, 97, 0.96) 0%, rgba(0, 68, 97, 0.86) 72%, rgba(0, 68, 97, 0.68) 100%),
      rgba(0, 68, 97, 0.28);
  }

  .hero .wrap,
  .page-hero .wrap,
  .builder-page .hero > .elementor-container,
  .builder-page .page-hero > .elementor-container {
    padding: 60px 0 46px;
  }

  .builder-page .elementor-section.page-hero > .elementor-container {
    min-height: 300px;
  }

  h1 {
    font-size: 2.45rem;
  }

  .page-hero h1,
  .builder-page .elementor-section.page-hero h1,
  .builder-page .elementor-section.page-hero .elementor-heading-title {
    font-size: 2.18rem;
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .page-hero p,
  .builder-page .elementor-section.page-hero .elementor-widget-text-editor,
  .builder-page .elementor-section.page-hero .elementor-widget-text-editor p,
  .builder-page .elementor-section.page-hero .hero-copy,
  .builder-page .elementor-section.page-hero .hero-copy p {
    font-size: 1rem;
    line-height: 1.58;
  }

  .hero-actions,
  .cta-layout,
  .field-row {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

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

  .cookie {
    right: 13px;
    bottom: 13px;
    width: calc(100% - 26px);
    padding: 14px;
  }

  .cookie-actions {
    gap: 8px;
  }

  .cookie .button {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 10px;
  }

  .hero-strip .wrap {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .strip-item {
    padding: 14px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

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

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

  .why-item {
    border-right: 0;
  }

  .feature-layout img,
  .work-card,
  .work-card:first-child,
  .featured-post img {
    min-height: 280px;
  }

  .post-card img {
    height: 190px;
  }

  .featured-post div {
    padding: 24px;
  }

  .quote-form {
    padding: 20px;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

