:root {
  --evergreen: #174f42;
  --evergreen-dark: #071f1b;
  --navy: #0b2339;
  --navy-deep: #061827;
  --orange: #e9773e;
  --orange-light: #ff9a62;
  --cream: #fcfaf6;
  --cream-2: #f3ecdf;
  --ink: #142433;
  --muted: #6d7b82;
  --line: rgba(11, 35, 57, 0.16);
  --soft: #f6f1e8;
  --white: #ffffff;
  --shadow: 0 24px 65px rgba(6, 24, 39, 0.18);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-bottom: 4.4rem;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

picture {
  display: block;
}

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--navy);
}

.skip-link:focus {
  top: 1rem;
}

.top-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0.45rem clamp(1rem, 4vw, 3rem);
  color: rgba(255, 255, 255, 0.88);
  background: var(--navy);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.status-dot {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.42rem;
  background: #54c878;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(84, 200, 120, 0.14);
  vertical-align: 0.02rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5.3rem;
  padding: 0.85rem clamp(1rem, 4vw, 3rem);
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(11, 35, 57, 0.12);
  box-shadow: 0 14px 34px rgba(6, 24, 39, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: max-content;
  color: var(--navy);
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 3.45rem;
  height: 3.45rem;
  place-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(145deg, var(--navy), var(--evergreen-dark));
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 0 0 5px rgba(233, 119, 62, 0.14);
  font-size: 0.96rem;
  font-weight: 950;
}

.brand-mark::after {
  content: "";
  position: absolute;
  right: 0.52rem;
  bottom: 0.54rem;
  width: 0.58rem;
  height: 0.58rem;
  background: var(--orange);
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
}

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

.brand strong {
  color: var(--navy);
  font-size: clamp(1.12rem, 1.35vw, 1.36rem);
  font-weight: 950;
  line-height: 1;
}

.brand small {
  margin-top: 0.18rem;
  color: var(--orange);
  font-size: clamp(0.82rem, 0.95vw, 0.94rem);
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 850;
}

.nav-links a,
.footer-links a,
.service-card a,
.form-note a {
  text-decoration: none;
}

.nav-links a:hover,
.footer-links a:hover,
.service-card a:hover,
.form-note a:hover {
  color: var(--orange);
}

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.1rem;
  padding: 0 1.2rem;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 12px 24px rgba(11, 35, 57, 0.18);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.header-call svg,
.button svg {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero {
  position: relative;
  isolation: isolate;
  display: block;
  height: min(690px, calc(100vh - 2.25rem));
  min-height: 600px;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(6, 24, 39, 0.92), rgba(6, 24, 39, 0.98)),
    var(--navy-deep);
}

.hero-photo {
  position: absolute;
  inset: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--navy);
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 24, 39, 0.92) 0%, rgba(6, 24, 39, 0.78) 38%, rgba(6, 24, 39, 0.18) 74%),
    linear-gradient(180deg, rgba(6, 24, 39, 0.18), rgba(6, 24, 39, 0.42));
  pointer-events: none;
}

.hero-photo picture,
.hero-photo img {
  width: 100%;
  height: 100%;
}

.hero-photo img {
  object-fit: cover;
  object-position: center center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - clamp(2rem, 8vw, 6rem)));
  margin: 0 auto;
  padding-top: clamp(3rem, 6vh, 4.6rem);
  padding-bottom: 2rem;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--orange-light);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1.05;
}

h1 {
  max-width: 10ch;
  color: var(--white);
  font-size: clamp(4rem, 6vw, 5.75rem);
}

h2 {
  max-width: 15ch;
  font-size: clamp(2rem, 3.7vw, 3.55rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.hero-text {
  max-width: 43rem;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3.35rem;
  padding: 0.9rem 1.45rem;
  border: 1px solid transparent;
  background: transparent;
  font-size: 0.83rem;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button.primary {
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 18px 32px rgba(233, 119, 62, 0.26);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.34);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  max-width: 44rem;
  margin: 1.15rem 0 0;
}

.trust-strip div {
  padding: 0;
}

.trust-strip dt {
  color: var(--white);
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: 950;
  line-height: 1;
}

.trust-strip dd {
  margin: 0.3rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.25;
}

.mobile-hero-actions {
  display: none;
}

.services,
.proof,
.process,
.answer,
.faq,
.reviews,
.estimate {
  padding: clamp(4rem, 7vw, 7rem) clamp(1rem, 4vw, 3rem);
}

.services,
.reviews {
  background: var(--cream-2);
}

.process,
.faq {
  background: var(--cream);
}

.section-head,
.service-grid,
.proof,
.steps,
.answer,
.faq-list,
.estimate-panel,
.review-grid,
.site-footer {
  max-width: var(--max);
  margin-inline: auto;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  align-items: end;
  margin-bottom: clamp(1.4rem, 3vw, 2.4rem);
}

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

.service-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: var(--navy);
  box-shadow: 0 24px 55px rgba(6, 24, 39, 0.16);
}

.service-card picture,
.service-card img {
  width: 100%;
}

.service-card img {
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card div {
  display: grid;
  gap: 0.85rem;
  padding: 1.35rem;
}

.service-card h3 {
  color: var(--white);
}

.service-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.service-card a {
  align-self: end;
  color: var(--orange-light);
  font-weight: 950;
}

.proof {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
  color: var(--white);
  background: var(--navy);
}

.proof h2,
.proof h3 {
  color: var(--white);
}

.proof-copy p,
.proof-list p {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.03rem;
}

.proof-list {
  display: grid;
  gap: 0.9rem;
}

.proof-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 45px rgba(6, 24, 39, 0.08);
}

.proof-list span,
.steps span {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  color: var(--white);
  background: var(--orange);
  border-radius: 50%;
  font-weight: 950;
}

.proof-list h3,
.proof-list p {
  grid-column: 2;
}

.proof-list p {
  margin-top: 0.35rem;
}

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

.review-card,
.steps li,
details {
  border: 1px solid rgba(11, 35, 57, 0.14);
  box-shadow: 0 18px 45px rgba(6, 24, 39, 0.08);
}

.review-card {
  display: grid;
  gap: 0.9rem;
  padding: 1.35rem;
  background: var(--white);
}

.review-source {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.google-review-logo {
  display: inline-grid;
  width: 1.72rem;
  height: 1.72rem;
  place-items: center;
  color: var(--white);
  background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 6px 14px rgba(20, 36, 51, 0.14);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.98rem;
  font-weight: 950;
  line-height: 1;
}

.stars {
  color: var(--orange);
  font-size: 1.05rem;
  font-weight: 950;
  letter-spacing: 0;
}

.review-card p {
  margin: 0;
  color: var(--ink);
  font-size: 1.05rem;
}

.review-card strong {
  color: var(--navy);
}

.review-card span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
  list-style: none;
}

.steps li {
  padding: 1.25rem;
  background: var(--white);
}

.steps h3 {
  margin-top: 1rem;
}

.steps p,
.faq p,
.estimate-panel p {
  color: var(--muted);
}

.steps p {
  margin: 0.7rem 0 0;
}

.answer {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(20rem, 1.15fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: start;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(11, 35, 57, 0.96), rgba(23, 79, 66, 0.92)),
    var(--navy);
}

.answer h2,
.answer p {
  color: var(--white);
}

.answer p {
  margin: 0;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

details {
  padding: 1rem 1.1rem;
  background: var(--white);
}

summary {
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 950;
  cursor: pointer;
}

details p {
  margin: 0.75rem 0 0;
}

.estimate {
  background: var(--navy-deep);
}

.estimate-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(20rem, 1.15fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
  color: var(--white);
}

.estimate-panel h2 {
  color: var(--white);
}

.estimate-panel p {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.03rem;
}

.lead-form {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  background: var(--white);
  box-shadow: var(--shadow);
}

.lead-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 950;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.8rem 0.9rem;
  color: var(--ink);
  background: #fbfdfb;
  border: 1px solid #cddbd3;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form button {
  width: 100%;
}

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

.form-note a {
  color: var(--orange);
  font-weight: 950;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 2rem clamp(1rem, 4vw, 3rem) 6rem;
  background: var(--navy-deep);
  color: var(--white);
}

.site-footer p {
  max-width: 36rem;
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.68);
}

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

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 850;
}

.sticky-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 4rem;
  box-shadow: 0 -18px 34px rgba(6, 24, 39, 0.22);
}

.sticky-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 4rem;
  color: var(--white);
  background: var(--navy);
  font-size: 0.82rem;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.sticky-actions a + a {
  background: var(--orange);
}

.sticky-actions svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

:focus-visible {
  outline: 3px solid var(--orange-light);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .site-header {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    padding-top: 0.4rem;
  }

  .hero {
    display: grid;
    height: auto;
    min-height: 0;
  }

  .hero-photo {
    order: -1;
    position: relative;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .hero-photo::after {
    background: linear-gradient(180deg, rgba(6, 24, 39, 0.04), rgba(6, 24, 39, 0.4));
  }

  .hero-copy,
  .proof,
  .answer,
  .estimate-panel {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    position: static;
    width: auto;
    padding: 1.65rem clamp(1rem, 4vw, 3rem) 2.2rem;
  }

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

  h1,
  h2,
  .hero-text {
    max-width: none;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 4rem;
  }

  .top-strip {
    min-height: 2.15rem;
    padding-inline: 0.7rem;
    font-size: clamp(0.58rem, 2.45vw, 0.7rem);
  }

  .site-header {
    position: relative;
    min-height: 0;
    padding: 0.75rem 1rem;
  }

  .brand {
    width: 100%;
    justify-content: flex-start;
  }

  .brand-mark {
    width: 3rem;
    height: 3rem;
  }

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

  .brand small {
    font-size: 0.78rem;
  }

  .header-call {
    width: 100%;
  }

  .nav-links {
    display: flex;
    justify-content: center;
    gap: min(5rem, 18vw);
    overflow: visible;
    font-size: 0.85rem;
    text-align: center;
  }

  .nav-links a[href="#faq"] {
    display: none;
  }

  .nav-links a[href="#process"] {
    display: none;
  }

  .hero-photo {
    width: 100%;
    aspect-ratio: 16 / 10;
  }

  .hero-photo::after {
    display: none;
  }

  .hero-copy {
    padding-bottom: 5rem;
  }

  h1 {
    font-size: clamp(2.35rem, 11vw, 3.8rem);
  }

  h2 {
    font-size: clamp(1.95rem, 8.5vw, 3rem);
  }

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

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

  .mobile-hero-actions {
    order: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .mobile-hero-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.65rem;
    padding: 0.7rem;
    color: var(--white);
    background: var(--orange);
    font-size: 0.78rem;
    font-weight: 950;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-hero-actions a + a {
    background: var(--navy);
  }

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

  .proof-list h3,
  .proof-list p {
    grid-column: auto;
  }

  .proof-list h3 {
    margin-top: 0.8rem;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .sticky-actions,
  .sticky-actions a {
    min-height: 3.85rem;
  }
}
