:root {
  --ink: #111827;
  --muted: #5b6473;
  --navy: #14213d;
  --navy-2: #0f172a;
  --slate: #e7ebf0;
  --soft: #f7f8fa;
  --white: #ffffff;
  --gold: #f5b31b;
  --gold-dark: #c17f00;
  --border: #d6dce5;
  --shadow: 0 22px 70px rgba(15, 23, 42, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: inherit;
}

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

:focus-visible {
  outline: 3px solid rgba(245, 179, 27, 0.85);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 20;
  padding: 0.6rem 0.8rem;
  color: var(--navy-2);
  background: var(--gold);
  border-radius: var(--radius);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: calc(100% - 32px);
  max-width: 1120px;
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px);
}

.header-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.2rem;
  align-items: center;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--navy-2);
  background: var(--gold);
  border-radius: var(--radius);
  font-weight: 900;
}

.brand strong,
.site-footer strong {
  display: block;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  gap: 1.4rem;
  justify-content: center;
  color: var(--muted);
  font-weight: 700;
}

.site-nav a,
.footer-grid a,
.text-link {
  text-decoration: none;
}

.site-nav a:hover,
.footer-grid a:hover,
.text-link:hover {
  color: var(--gold-dark);
}

.menu-toggle {
  display: none;
}

.header-call,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
}

.header-call,
.btn-primary {
  color: var(--navy-2);
  background: var(--gold);
  box-shadow: 0 12px 28px rgba(245, 179, 27, 0.26);
}

.btn-primary:hover,
.header-call:hover {
  background: #ffc33d;
}

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

.btn-secondary:hover {
  background: #1d3159;
}

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

.btn-ghost:hover {
  border-color: var(--gold);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(15, 23, 42, 0.96), rgba(20, 33, 61, 0.86)),
    radial-gradient(circle at 80% 20%, rgba(245, 179, 27, 0.24), transparent 32%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: 3rem;
  align-items: center;
  min-height: 680px;
  padding: 5.4rem 0 4.5rem;
}

.hero-grid > *,
.split-grid > *,
.reviews-grid > *,
.area-grid > *,
.contact-grid > *,
.process-grid > * {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 1.2rem;
  font-size: clamp(2.7rem, 7vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h2 {
  margin-bottom: 0.85rem;
  color: var(--navy-2);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  color: var(--navy-2);
  font-size: 1.18rem;
  line-height: 1.25;
}

.hero-text {
  max-width: 650px;
  color: #e7ebf0;
  font-size: 1.12rem;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.4rem 0 1.7rem;
}

.trust-line span {
  max-width: 100%;
  padding: 0.45rem 0.7rem;
  color: #eef3f8;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-media {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.hero-card {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: min(240px, calc(100% - 2rem));
  padding: 1rem;
  color: var(--navy-2);
  background: rgba(255, 255, 255, 0.93);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.24);
}

.hero-card strong {
  display: block;
  color: var(--navy);
  font-size: 2rem;
  line-height: 1;
}

.hero-card span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.trust-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
}

.trust-grid article {
  min-height: 190px;
  padding: 1.5rem;
  background: var(--white);
}

.trust-icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;
  place-items: center;
  color: var(--navy-2);
  background: var(--gold);
  border-radius: var(--radius);
  font-weight: 900;
}

.trust-grid strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--navy-2);
}

.trust-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.section {
  padding: 5.25rem 0;
}

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

.section-heading p {
  color: var(--muted);
  font-size: 1.04rem;
}

.section-heading.compact {
  margin-bottom: 0;
}

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

.service-card,
.review-list figure,
.nap-card,
.quote-form,
.process-list li {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.service-card {
  min-height: 230px;
  padding: 1.35rem;
}

.service-card span {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--gold-dark);
  font-weight: 900;
}

.service-card p,
.choice-grid p,
.review-list figcaption,
.process-list p,
.nap-card p,
.contact-section p,
.site-footer p {
  color: var(--muted);
}

.wide-card {
  grid-column: span 2;
}

.contrast-section {
  color: var(--white);
  background: var(--navy-2);
}

.contrast-section h2,
.contrast-section strong {
  color: var(--white);
}

.split-grid,
.reviews-grid,
.area-grid,
.contact-grid,
.process-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3rem;
  align-items: start;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.choice-grid div {
  padding-top: 1rem;
  border-top: 2px solid rgba(245, 179, 27, 0.7);
}

.review-list {
  display: grid;
  gap: 1rem;
}

.review-list figure {
  margin: 0;
  padding: 1.35rem;
}

.review-list blockquote {
  margin: 0 0 0.9rem;
  color: var(--navy-2);
  font-size: 1.08rem;
  font-weight: 800;
}

.review-list figcaption {
  font-size: 0.9rem;
}

.text-link {
  display: inline-flex;
  margin-top: 0.45rem;
  color: var(--navy);
  font-weight: 900;
}

.gallery-section {
  background: var(--soft);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}

.gallery-grid figcaption {
  padding: 0.9rem 1rem 1rem;
  color: var(--muted);
  font-weight: 800;
}

.process-section {
  background: linear-gradient(180deg, var(--white), #f5f7fa);
}

.process-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  position: relative;
  min-height: 130px;
  padding: 1.3rem 1.3rem 1.3rem 5rem;
}

.process-list span {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--navy-2);
  background: var(--gold);
  border-radius: var(--radius);
  font-weight: 900;
}

.process-list strong {
  display: block;
  margin-bottom: 0.35rem;
}

.area-section {
  background: var(--navy-2);
}

.area-section h2,
.area-section p,
.area-section a {
  color: var(--white);
}

.area-section .nap-card p {
  color: var(--ink);
}

.area-section .nap-card a {
  color: var(--navy);
}

.nap-card {
  margin-top: 1.5rem;
  padding: 1.35rem;
}

.map-frame {
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: #d9dee7;
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.contact-section {
  background: var(--soft);
}

.large-phone {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--navy);
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 900;
  text-decoration: none;
}

.quote-form {
  padding: 1.35rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-field {
  margin-bottom: 0.95rem;
}

.form-field label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--navy-2);
  font-weight: 850;
}

.optional {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 650;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 0.72rem 0.8rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid #bfc8d4;
  border-radius: var(--radius);
}

.form-field textarea {
  resize: vertical;
}

.form-field.has-error input,
.form-field.has-error select,
.form-field.has-error textarea {
  border-color: #b42318;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.1);
}

.field-error {
  min-height: 1.15rem;
  margin: 0.25rem 0 0;
  color: #9f1d15;
  font-size: 0.86rem;
  font-weight: 750;
}

.verify-field {
  padding: 0.85rem;
  background: #f8fafc;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.form-submit {
  width: 100%;
}

.form-status {
  min-height: 1.2rem;
  margin: 0.7rem 0 0;
  color: var(--navy);
  font-weight: 850;
}

.form-status.error {
  color: #9f1d15;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer {
  padding: 2rem 0 5rem;
  color: #dce3ec;
  background: #090f1f;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: start;
}

.footer-grid a {
  display: block;
  margin-bottom: 0.45rem;
  color: #f6f8fb;
  font-weight: 800;
}

.footer-grid p {
  margin: 0.25rem 0;
}

.mobile-call-bar {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 12;
  display: none;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  color: var(--navy-2);
  background: var(--gold);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.28);
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 940px) {
  .header-grid {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.55rem 0.8rem;
    color: var(--navy-2);
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-weight: 900;
  }

  .site-nav {
    grid-column: 1 / -1;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 0.5rem 0 1rem;
  }

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

  .site-nav a {
    padding: 0.7rem 0;
    border-top: 1px solid var(--border);
  }

  .header-call {
    display: none;
  }

  .hero-grid,
  .split-grid,
  .reviews-grid,
  .area-grid,
  .contact-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding: 4rem 0 3.5rem;
  }

  .hero-media img {
    aspect-ratio: 16 / 10;
  }

  .trust-grid,
  .service-grid,
  .gallery-grid,
  .choice-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wide-card {
    grid-column: auto;
  }

  .section {
    padding: 4rem 0;
  }

  .mobile-call-bar {
    display: flex;
  }
}

@media (max-width: 640px) {
  .container {
    width: 340px;
    max-width: calc(100vw - 24px);
    margin-left: 12px;
    margin-right: auto;
  }

  .hero-copy,
  .hero-text,
  .hero-actions,
  .trust-line,
  .hero-media {
    width: 340px;
    max-width: calc(100vw - 24px);
  }

  .brand small {
    max-width: 178px;
  }

  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .hero-actions,
  .inline-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .trust-grid,
  .service-grid,
  .gallery-grid,
  .choice-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

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

  .trust-line span {
    width: 100%;
  }

  .hero-media {
    width: 100%;
    max-width: 100%;
  }

  .hero-card {
    right: 0.75rem;
    left: 0.75rem;
    width: auto;
  }

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

  .process-list li {
    padding-left: 1.2rem;
  }

  .process-list span {
    position: static;
    margin-bottom: 0.8rem;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 320px;
    height: 320px;
  }

  .site-footer {
    padding-bottom: 5.75rem;
  }

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

@media (max-width: 420px) {
  .container,
  .hero-copy,
  .hero-text,
  .hero-actions,
  .trust-line,
  .hero-media,
  .quote-form,
  .map-frame {
    width: 340px;
    max-width: calc(100vw - 24px);
  }
}

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