:root {
  --navy: #071b5d;
  --navy-2: #102a73;
  --red: #e52420;
  --red-dark: #bd1715;
  --ink: #101828;
  --muted: #667085;
  --line: #dce3f1;
  --soft: #f4f7fb;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 27, 93, 0.12);
  --shadow-soft: 0 14px 34px rgba(7, 27, 93, 0.1);
  --radius: 8px;
  --container: min(1180px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

body.nav-open {
  overflow: hidden;
}

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

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

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

.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;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section-pad {
  padding: 104px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 84px;
  padding: 14px max(24px, calc((100vw - 1180px) / 2));
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(220, 227, 241, 0.88);
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled {
  box-shadow: 0 14px 36px rgba(7, 27, 93, 0.08);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  color: var(--navy);
}

.brand img,
.footer-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand span,
.footer-brand span {
  max-width: 140px;
  line-height: 1.05;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  color: #344054;
  font-size: 0.94rem;
  font-weight: 750;
}

.site-nav a {
  position: relative;
  padding: 12px 0;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 0;
  height: 2px;
  content: "";
  background: var(--red);
  transition: width 180ms ease;
}

.site-nav a:hover::after {
  width: 100%;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  color: var(--white);
  background: var(--red);
  border-radius: 999px;
  font-weight: 850;
  box-shadow: 0 12px 22px rgba(229, 36, 32, 0.22);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.header-cta:hover,
.btn-primary:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 18px 28px rgba(229, 36, 32, 0.26);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  background: var(--white);
  border: 1px solid rgba(7, 27, 93, 0.22);
  border-radius: 999px;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px auto;
  background: var(--navy);
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding-top: 88px;
  padding-bottom: 80px;
  background:
    linear-gradient(122deg, rgba(244, 247, 251, 0.9) 0%, rgba(255, 255, 255, 0.98) 46%, rgba(237, 242, 250, 0.86) 100%);
}

.angle {
  position: absolute;
  pointer-events: none;
  transform: skewX(-18deg);
}

.angle-one {
  top: 120px;
  right: -120px;
  width: 340px;
  height: 560px;
  background: rgba(7, 27, 93, 0.07);
}

.angle-two {
  left: -140px;
  bottom: 40px;
  width: 260px;
  height: 360px;
  border-right: 18px solid rgba(229, 36, 32, 0.18);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 64px;
  align-items: center;
}

.hero-copy,
.trust-copy,
.quote-copy,
.coverage-copy {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 3px;
  content: "";
  background: var(--red);
}

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

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--navy);
  font-size: clamp(3rem, 5vw, 4.55rem);
  line-height: 1;
  font-weight: 850;
}

h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  line-height: 1.08;
  font-weight: 850;
}

h3 {
  color: var(--navy);
  line-height: 1.2;
}

.hero-subtitle {
  max-width: 660px;
  color: #344054;
  font-size: 1.14rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin: 32px 0 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.btn-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 16px 30px rgba(229, 36, 32, 0.24);
}

.btn-secondary {
  color: var(--navy);
  background: var(--white);
  border-color: var(--line);
  box-shadow: 0 12px 26px rgba(7, 27, 93, 0.08);
}

.btn-secondary:hover {
  border-color: rgba(7, 27, 93, 0.22);
  transform: translateY(-2px);
}

.btn-light {
  color: var(--navy);
  background: var(--white);
}

.btn-outline-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-outline-light:hover,
.btn-light:hover {
  transform: translateY(-2px);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 700px;
  margin-top: 34px;
}

.trust-row div {
  min-height: 92px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(220, 227, 241, 0.95);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.trust-row strong,
.trust-row span {
  display: block;
}

.trust-row strong {
  color: var(--navy);
  font-size: 1.04rem;
}

.trust-row span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.hero-visual {
  position: relative;
  min-height: 580px;
}

.hero-image {
  position: absolute;
  inset: 0 0 0 32px;
  overflow: hidden;
  background: var(--navy);
  border-radius: 8px;
  box-shadow: var(--shadow);
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(120deg, rgba(7, 27, 93, 0.12), rgba(7, 27, 93, 0));
}

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

.floating-card {
  position: absolute;
  z-index: 2;
  max-width: 250px;
  padding: 18px 20px;
  background: var(--white);
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.floating-card span,
.project-card span,
.quick-contact span,
.badge-card span {
  display: block;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.floating-card strong {
  display: block;
  margin-top: 5px;
  color: var(--navy);
  line-height: 1.22;
}

.card-response {
  top: 46px;
  left: 0;
}

.card-services {
  right: 14px;
  bottom: 58px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 46px;
}

.section-heading p,
.trust-copy p,
.coverage-copy p,
.quote-copy p,
.final-cta p,
.site-footer p {
  color: var(--muted);
}

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

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 292px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card::after {
  position: absolute;
  right: -44px;
  bottom: -68px;
  width: 120px;
  height: 210px;
  content: "";
  background: rgba(7, 27, 93, 0.06);
  transform: skewX(-18deg);
}

.service-card:hover,
.project-card:hover {
  border-color: rgba(229, 36, 32, 0.28);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  color: var(--navy);
  background: #eef3fb;
  border-radius: 8px;
}

.icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.service-card:nth-child(2n) .icon {
  color: var(--red);
  background: #fff0ef;
}

.service-card h3 {
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.service-card p {
  color: var(--muted);
}

.service-card a,
.project-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 6px;
  color: var(--navy);
  font-weight: 900;
}

.service-card a::after,
.project-card a::after {
  width: 26px;
  height: 2px;
  margin: auto 0 auto 10px;
  content: "";
  background: var(--red);
  transition: width 180ms ease;
}

.service-card a:hover::after,
.project-card a:hover::after {
  width: 42px;
}

.trust-section,
.coverage {
  position: relative;
  overflow: hidden;
  background: var(--soft);
}

.trust-section::before,
.coverage::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 42vw;
  height: 100%;
  content: "";
  background: rgba(7, 27, 93, 0.05);
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}

.trust-grid,
.coverage-grid,
.quote-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: 56px;
  align-items: center;
}

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

.cred-list span {
  position: relative;
  min-height: 56px;
  padding: 15px 16px 15px 42px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 850;
}

.cred-list span::before {
  position: absolute;
  top: 18px;
  left: 17px;
  width: 12px;
  height: 12px;
  content: "";
  background: var(--red);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.credential-panel {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 18px;
  background: linear-gradient(135deg, rgba(7, 27, 93, 0.98), rgba(16, 42, 115, 0.93));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.credential-panel::after {
  position: absolute;
  right: -34px;
  bottom: 36px;
  width: 88px;
  height: 240px;
  content: "";
  border-left: 12px solid rgba(229, 36, 32, 0.52);
  transform: skewX(-18deg);
}

.trust-photo-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 100%;
  gap: 14px;
}

.trust-photo-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.trust-photo-grid .trust-photo-large {
  height: 270px;
}

.badge-card {
  position: relative;
  z-index: 1;
  padding: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius);
}

.badge-card strong {
  display: block;
  margin-top: 8px;
  color: var(--navy);
  font-size: 1.25rem;
  line-height: 1.18;
}

.badge-card small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
}

.main-badge {
  min-height: 120px;
  display: grid;
  align-content: end;
  border-left: 5px solid var(--red);
}

.badge-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.projects {
  background: linear-gradient(180deg, var(--white), #f8fafd);
}

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

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

.project-card div {
  padding: 26px;
}

.project-card h3 {
  margin: 9px 0 10px;
  font-size: 1.22rem;
}

.project-card p {
  color: var(--muted);
}

.quote-section {
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(7, 27, 93, 0.98) 0%, rgba(7, 27, 93, 0.94) 52%, rgba(229, 36, 32, 0.9) 100%),
    url("https://images.unsplash.com/photo-1604014237800-1c9102c219da?auto=format&fit=crop&w=1500&q=82");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.quote-copy h2,
.quote-copy .eyebrow,
.final-cta h2 {
  color: var(--white);
}

.quote-copy .eyebrow::before,
.final-cta .eyebrow::before {
  background: var(--white);
}

.quote-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.quick-contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.quick-contact div {
  min-height: 112px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
}

.quick-contact strong {
  display: block;
  margin-top: 8px;
  color: var(--white);
  line-height: 1.24;
}

.quote-form {
  padding: 34px;
  color: var(--ink);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
}

.form-row {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.form-row.split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #f8fafd;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  background: var(--white);
  border-color: rgba(229, 36, 32, 0.55);
  box-shadow: 0 0 0 4px rgba(229, 36, 32, 0.1);
}

.form-submit {
  width: 100%;
  margin-top: 6px;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.coverage-grid {
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
}

.coverage-visual {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 14px;
  align-items: stretch;
}

.coverage-photo,
.map-card {
  min-height: 320px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.coverage-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(237, 242, 250, 0.94)),
    radial-gradient(circle at 16% 84%, rgba(229, 36, 32, 0.15), transparent 34%),
    radial-gradient(circle at 74% 22%, rgba(7, 27, 93, 0.12), transparent 36%);
  border: 1px solid var(--line);
}

.map-card::before {
  position: absolute;
  inset: 26px 32px;
  content: "";
  border-right: 76px solid rgba(7, 27, 93, 0.1);
  border-bottom: 220px solid rgba(7, 27, 93, 0.08);
  clip-path: polygon(60% 0, 88% 18%, 76% 44%, 100% 68%, 78% 100%, 35% 84%, 20% 58%, 42% 30%);
  transform: rotate(8deg);
}

.map-route {
  position: absolute;
  top: 52px;
  right: 70px;
  width: 110px;
  height: 220px;
  border-right: 3px dashed rgba(229, 36, 32, 0.52);
  border-radius: 60% 40% 50% 50%;
  transform: rotate(11deg);
}

.map-pin {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px 7px 28px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(7, 27, 93, 0.12);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(7, 27, 93, 0.12);
  font-size: 0.78rem;
  font-weight: 900;
}

.map-pin::before {
  position: absolute;
  left: 10px;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--red);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(229, 36, 32, 0.14);
}

.pin-palm {
  top: 40px;
  right: 24px;
}

.pin-boca {
  top: 92px;
  right: 58px;
}

.pin-fort {
  top: 154px;
  right: 34px;
}

.pin-hollywood {
  top: 210px;
  right: 80px;
}

.pin-miami {
  right: 42px;
  bottom: 34px;
}

.area-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.area-list span {
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 18px 22px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  font-weight: 900;
}

.faq-section {
  background: var(--white);
}

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

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(7, 27, 93, 0.05);
}

.faq-item summary {
  position: relative;
  min-height: 70px;
  padding: 22px 58px 22px 24px;
  color: var(--navy);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 22px;
  height: 22px;
  content: "+";
  display: grid;
  place-items: center;
  color: var(--red);
  transform: translateY(-50%);
  font-size: 1.35rem;
  font-weight: 900;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: -6px 24px 24px;
  color: var(--muted);
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  color: var(--white);
  background: var(--navy);
}

.final-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(110deg, rgba(7, 27, 93, 0.94), rgba(7, 27, 93, 0.78)),
    url("https://images.unsplash.com/photo-1600573472592-401b489a3cdc?auto=format&fit=crop&w=1500&q=82");
  background-position: center;
  background-size: cover;
}

.final-cta::after {
  position: absolute;
  top: -90px;
  right: 8%;
  width: 240px;
  height: 360px;
  content: "";
  border-left: 20px solid rgba(229, 36, 32, 0.65);
  transform: skewX(-18deg);
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.final-cta .hero-actions {
  justify-content: center;
}

.final-cta p {
  max-width: 620px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  padding: 64px 0 24px;
  color: rgba(255, 255, 255, 0.76);
  background: #050f32;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr 1fr;
  gap: 36px;
}

.footer-brand {
  color: var(--white);
}

.footer-brand img {
  background: var(--white);
  border-radius: 50%;
}

.site-footer h3 {
  margin-bottom: 16px;
  color: var(--white);
  font-size: 1rem;
}

.site-footer a {
  display: block;
  margin-bottom: 10px;
  transition: color 180ms ease;
}

.site-footer a:hover {
  color: var(--white);
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-bottom {
  width: var(--container);
  margin: 44px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: start;
    gap: 14px;
    width: 100vw;
    max-width: 100vw;
  }

  .menu-toggle {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: start;
    position: static;
    z-index: 80;
    opacity: 1;
    visibility: visible;
    background: var(--navy);
    border-color: var(--navy);
  }

  .menu-toggle span:not(.sr-only) {
    background: var(--white);
  }

  .site-nav,
  .header-cta {
    position: fixed;
    left: 24px;
    right: 24px;
    z-index: 60;
    display: none;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .site-nav {
    top: 86px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border-radius: 16px 16px 8px 8px;
  }

  .site-nav a {
    padding: 14px 16px;
    border-radius: 8px;
  }

  .site-nav a:hover {
    background: var(--soft);
  }

  .site-nav a::after {
    display: none;
  }

  .header-cta {
    top: 430px;
    min-height: 52px;
  }

  body.nav-open .site-nav,
  body.nav-open .header-cta {
    display: flex;
  }

  body.nav-open .menu-toggle span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  body.nav-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.nav-open .menu-toggle span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  .hero-grid,
  .trust-grid,
  .coverage-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-image {
    inset: 0;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 10% 100%, 0 100%);
  }

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

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

@media (max-width: 760px) {
  :root {
    --container: min(1180px, calc(100vw - 32px));
  }

  .section-pad {
    padding: 72px 0;
  }

  .site-header {
    left: 0;
    right: 0;
    width: 100%;
    min-height: 74px;
    padding: 10px 16px;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand span {
    font-size: 0.92rem;
  }

  .site-nav {
    top: 76px;
    left: 16px;
    right: 16px;
  }

  .header-cta {
    left: 16px;
    right: 16px;
    top: 420px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    gap: 40px;
  }

  h1 {
    font-size: clamp(2.1rem, 8vw, 2.65rem);
    line-height: 1.05;
  }

  h1 span {
    display: block;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  h2 {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  .hero-actions,
  .final-cta .hero-actions {
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

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

  .hero-visual {
    min-height: 420px;
  }

  .floating-card {
    max-width: 210px;
    padding: 14px 16px;
  }

  .card-response {
    top: 16px;
  }

  .card-services {
    right: 10px;
    bottom: 18px;
  }

  .service-grid,
  .project-grid,
  .cred-list,
  .quick-contact,
  .coverage-visual,
  .trust-photo-grid,
  .area-list,
  .form-row.split,
  .badge-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .coverage-photo,
  .map-card {
    min-height: 260px;
  }

  .trust-photo-grid img,
  .trust-photo-grid .trust-photo-large {
    height: 220px;
  }

  .quote-form,
  .credential-panel {
    padding: 22px;
  }

  .project-card img {
    height: 220px;
  }
}

@media (max-width: 430px) {
  .trust-row {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 370px;
  }

  .floating-card {
    position: static;
    max-width: none;
    margin: 10px 0 0;
  }

  .hero-image {
    position: relative;
    height: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
