:root {
  --ink: #0b0d12;
  --navy: #0e2a47;
  --navy-2: #15395d;
  --gray: #f3f5f7;
  --line: #d9dee5;
  --muted: #5e6875;
  --gold: #c79a35;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(6, 20, 35, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand > span:last-child {
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: var(--navy);
  border: 2px solid var(--gold);
  font-weight: 800;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

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

.nav-links {
  display: flex;
  gap: 22px;
  color: #263242;
  font-size: 0.95rem;
  font-weight: 700;
}

.nav-links a:hover,
.site-footer a:hover,
.contact-actions a:hover {
  color: var(--gold);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 2px solid transparent;
  font-size: 0.94rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.header-cta,
.btn-primary {
  color: var(--white);
  background: var(--gold);
}

.header-cta:hover,
.btn-primary:hover {
  transform: translateY(-1px);
  background: #b48626;
}

.btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
}

.btn-secondary:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.18);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  min-height: 720px;
  padding: 150px clamp(20px, 6vw, 76px) 118px;
  color: var(--white);
  background: var(--ink);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 13, 23, 0.86) 0%, rgba(5, 13, 23, 0.68) 43%, rgba(5, 13, 23, 0.24) 100%),
    linear-gradient(0deg, rgba(5, 13, 23, 0.46), rgba(5, 13, 23, 0.08));
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

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

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

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: 5.35rem;
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  font-size: 3.45rem;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-subhead {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.32rem;
}

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

.hero-card {
  position: absolute;
  z-index: 2;
  right: clamp(20px, 6vw, 76px);
  bottom: 32px;
  max-width: 430px;
  padding: 22px;
  background: rgba(14, 42, 71, 0.92);
  border-left: 5px solid var(--gold);
  box-shadow: var(--shadow);
}

.hero-card strong,
.hero-card span {
  display: block;
}

.hero-card strong {
  font-size: 1.15rem;
}

.hero-card span {
  color: rgba(255, 255, 255, 0.78);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip div {
  padding: 26px clamp(18px, 5vw, 58px);
  background: var(--white);
}

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

.trust-strip span {
  color: var(--muted);
  font-size: 0.94rem;
}

.section {
  padding: 92px clamp(20px, 6vw, 76px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.65fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 42px;
}

.section-heading p:not(.eyebrow),
.split p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading.compact {
  display: block;
  max-width: 760px;
}

.services {
  background: var(--gray);
}

.service-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
  padding: 22px 26px;
  color: var(--white);
  background: var(--ink);
  border-left: 6px solid var(--gold);
}

.service-banner span,
.service-banner strong {
  display: block;
}

.service-banner span {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-banner strong {
  font-size: 2.35rem;
  line-height: 1.05;
}

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

.service-card {
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(6, 20, 35, 0.06);
}

.service-card img {
  height: 240px;
  object-fit: cover;
  object-position: center;
}

.service-card h3,
.service-card p {
  padding: 0 22px;
}

.service-card h3 {
  margin: 22px 0 8px;
}

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

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

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1fr);
  gap: 58px;
  align-items: center;
}

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

.why p {
  color: rgba(255, 255, 255, 0.75);
}

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

.why-list div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.why-list span {
  color: var(--gold);
  font-weight: 900;
}

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

.gallery-grid {
  grid-template-columns: repeat(4, 1fr);
}

figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--gray);
}

figure img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

figcaption {
  position: relative;
  z-index: 2;
  padding: 16px 18px;
  color: var(--navy);
  background: var(--gray);
  font-weight: 800;
}

.process {
  background: var(--gray);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-steps article {
  padding: 28px;
  background: var(--white);
  border-top: 5px solid var(--gold);
  box-shadow: 0 10px 24px rgba(6, 20, 35, 0.06);
}

.process-steps span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 26px;
  color: var(--white);
  background: var(--navy);
  font-weight: 900;
}

.process-steps p,
blockquote p {
  color: var(--muted);
}

blockquote {
  margin: 0;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(6, 20, 35, 0.06);
}

blockquote p {
  font-size: 1.03rem;
}

cite {
  color: var(--navy);
  font-style: normal;
  font-weight: 900;
}

.service-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 56px clamp(20px, 6vw, 76px);
  color: var(--white);
  background: linear-gradient(90deg, var(--ink), var(--navy));
}

.service-area h2 {
  margin-bottom: 0;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 1fr);
  gap: 54px;
  align-items: start;
}

.contact-actions {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  color: var(--navy);
  font-weight: 900;
}

.estimate-form,
form[name="free-estimate"] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 28px;
  background: var(--gray);
  border: 1px solid var(--line);
}

label {
  display: grid;
  gap: 8px;
  color: #253244;
  font-size: 0.9rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #c9d1dc;
  border-radius: 0;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(199, 154, 53, 0.28);
  border-color: var(--gold);
}

.full {
  grid-column: 1 / -1;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(20px, 6vw, 76px);
  color: var(--white);
  background: var(--ink);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer span {
  color: rgba(255, 255, 255, 0.68);
}

.site-footer a {
  color: var(--gold);
  font-weight: 900;
}

.thank-you-section {
  display: grid;
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: 120px clamp(20px, 6vw, 76px);
  color: var(--white);
  background: linear-gradient(115deg, var(--ink), var(--navy));
}

.thank-you-section > div {
  max-width: 820px;
}

.thank-you-section h1 {
  font-size: 4.25rem;
}

.thank-you-copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.25rem;
}

@media (max-width: 1040px) {
  .nav-links {
    display: none;
  }

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

  h1 {
    font-size: 4.45rem;
  }

  .thank-you-section h1 {
    font-size: 3.45rem;
  }

  h2 {
    font-size: 3rem;
  }

  .hero-card {
    position: static;
    max-width: 760px;
    margin-top: 34px;
  }

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

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

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    gap: 12px;
    min-height: 0;
    padding: 12px 16px;
  }

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

  .brand small {
    display: none;
  }

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

  .header-cta {
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.82rem;
    white-space: nowrap;
  }

  .hero {
    min-height: 640px;
    padding: 118px 18px 34px;
  }

  .hero-bg-img {
    object-position: 58% center;
  }

  h1 {
    font-size: 2.52rem;
  }

  .thank-you-section h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .service-banner {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }

  .service-banner strong {
    font-size: 1.75rem;
  }

  .hero-subhead {
    font-size: 1.08rem;
  }

  .hero-actions,
  .service-area,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn,
  .service-area .btn {
    width: 100%;
  }

  .hero-card {
    max-width: none;
  }

  .trust-strip,
  .gallery-grid,
  .review-grid,
  .process-steps,
  .service-grid,
  .estimate-form,
  form[name="free-estimate"] {
    grid-template-columns: 1fr;
  }

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

  .section {
    padding: 64px 18px;
  }

  .trust-strip div {
    padding: 20px 18px;
  }

  .estimate-form,
  form[name="free-estimate"] {
    padding: 20px;
  }

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