:root {
  --paper: #f4f5fb;
  --cream: #fbfbff;
  --ink: #14152a;
  --muted: #5a5d73;
  --subtle: #7a7d90;
  --navy: #2e3093;
  --navy-deep: #1a1b63;
  --navy-soft: #ececf8;
  --yellow: #fdf027;
  --line: #e2e3ee;
  --line-strong: #c8cadb;
  --surface: #fff;
  --danger: #b42318;
  --shadow: 0 0 0 1px rgba(20, 21, 42, 0.06), 0 8px 24px -8px rgba(20, 21, 42, 0.1);
  --shadow-lift: 0 0 0 1px rgba(20, 21, 42, 0.08), 0 12px 32px -10px rgba(20, 21, 42, 0.16);
  --sans: Figtree, ui-sans-serif, system-ui, sans-serif;
  --display: Oswald, ui-sans-serif, system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--display); letter-spacing: 0.02em; line-height: 1.12; text-wrap: balance; margin: 0; }
p { margin: 0; text-wrap: pretty; }
button, .btn { cursor: pointer; font-family: inherit; }
.wrap { width: min(72rem, calc(100% - 2rem)); margin-inline: auto; }
@media (min-width: 640px) { .wrap { width: min(72rem, calc(100% - 3rem)); } }
.section { padding-block: 4rem; position: relative; }
@media (min-width: 768px) { .section { padding-block: 5.5rem; } }

.site-header {
  position: sticky; top: 0; z-index: 40;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--cream) 95%, transparent);
  backdrop-filter: blur(8px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 4.5rem; gap: 0.75rem; }
.logo { display: flex; align-items: center; gap: 0.65rem; text-decoration: none; }
.logo img { height: 2.75rem; width: auto; }
.logo span { display: none; font-family: var(--display); font-size: 0.875rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy); }
@media (min-width: 640px) { .logo span { display: block; } .logo img { height: 3rem; } }
.header-actions { display: flex; align-items: center; gap: 0.5rem; }
.phone-link { display: inline-flex; align-items: center; gap: 0.5rem; min-height: 2.75rem; padding: 0 0.5rem; color: var(--navy); text-decoration: none; font-family: var(--display); font-weight: 600; }
.header-cta { display: none; }
@media (min-width: 768px) { .header-cta.is-visible { display: inline-flex; } }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  min-height: 2.75rem; padding: 0 1.25rem; border-radius: 0.5rem; border: 0;
  font-weight: 600; letter-spacing: 0.02em; text-decoration: none; font-size: 0.9375rem;
}
.btn-lg { min-height: 3rem; padding: 0 1.5rem; border-radius: 0.75rem; font-size: 1rem; }
.btn-yellow { background: var(--yellow); color: var(--navy); }
.btn-yellow:hover { background: #e8d50f; }
.btn-navy { background: var(--navy); color: var(--cream); }
.btn-navy:hover { background: var(--navy-deep); }
.btn-outline { background: transparent; color: var(--cream); border: 2px solid color-mix(in srgb, var(--cream) 80%, transparent); }
.btn-block { width: 100%; }

.strip { background: var(--navy-deep); color: var(--cream); }
.strip p { display: flex; align-items: center; gap: 0.5rem; padding: 0.65rem 0; font-size: 0.8rem; }
.strip svg { flex-shrink: 0; color: var(--yellow); }

.hero { position: relative; isolation: isolate; overflow: hidden; color: var(--cream); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-wash { position: absolute; inset: 0; background: color-mix(in srgb, var(--navy-deep) 78%, transparent); }
.hero-grid { position: relative; display: grid; gap: 2rem; padding-block: 2.5rem; }
@media (min-width: 1024px) {
  .hero-grid { grid-template-columns: 1.1fr 0.9fr; align-items: center; padding-block: 4rem; }
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: 1px solid color-mix(in srgb, var(--cream) 20%, transparent);
  background: color-mix(in srgb, var(--navy) 40%, transparent);
  border-radius: 999px; padding: 0.25rem 0.75rem;
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
}
.hero h1 { margin-top: 0.75rem; font-size: 2.25rem; font-weight: 600; }
@media (min-width: 640px) { .hero h1 { font-size: 3rem; } }
@media (min-width: 1024px) { .hero h1 { font-size: 3.4rem; } }
.hero h1 em { font-style: normal; color: var(--yellow); }
.hero-lede { margin-top: 1rem; max-width: 36rem; color: color-mix(in srgb, var(--cream) 85%, transparent); }
.badges { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.25rem; padding: 0; list-style: none; }
.badges li {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: color-mix(in srgb, var(--cream) 10%, transparent);
  border-radius: 999px; padding: 0.35rem 0.75rem; font-size: 0.875rem;
}
.hero-ctas { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.75rem; }
@media (min-width: 640px) { .hero-ctas { flex-direction: row; } }

.card {
  background: var(--surface); color: var(--ink); border-radius: 1rem; padding: 1.25rem;
  box-shadow: var(--shadow);
}
.card h2, .form-card h3, .card h3 { font-size: 1.35rem; }
.form-note { margin-top: 0.5rem; color: var(--muted); font-size: 0.9rem; }
.steps { display: flex; gap: 0.35rem; margin: 1rem 0 1.1rem; }
.step-pill {
  flex: 1; text-align: center; font-size: 0.72rem; font-weight: 600;
  padding: 0.4rem 0.2rem; border-radius: 999px; background: var(--navy-soft); color: var(--navy);
}
.step-pill.is-on { background: var(--yellow); color: var(--navy); }
.fields { display: grid; gap: 0.75rem; }
.fields.two { grid-template-columns: 1fr; }
@media (min-width: 640px) { .fields.two { grid-template-columns: 1fr 1fr; } }
label span, .lbl { display: block; font-size: 0.75rem; font-weight: 600; margin-bottom: 0.25rem; }
.field {
  width: 100%; height: 2.75rem; border-radius: 0.5rem; border: 1px solid var(--line-strong);
  background: var(--cream); padding: 0 0.85rem; color: var(--ink); font-size: 1rem; font-family: inherit;
}
.field:focus { outline: none; border-color: #4547ad; box-shadow: 0 0 0 3px var(--navy-soft); }
textarea.field { height: auto; min-height: 5.5rem; padding: 0.7rem 0.85rem; resize: vertical; }
.honey { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.form-error { color: var(--danger); font-size: 0.875rem; margin: 0.5rem 0 0; }
.form-nav { display: flex; gap: 0.5rem; margin-top: 1rem; }
.hidden { display: none !important; }

.trust { background: var(--cream); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; gap: 1px; background: var(--line); }
@media (min-width: 640px) { .trust-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .trust-grid { grid-template-columns: repeat(5, 1fr); } }
.trust-item { background: var(--cream); padding: 1.25rem; }
.icon-box {
  display: flex; width: 2.5rem; height: 2.5rem; align-items: center; justify-content: center;
  border-radius: 0.5rem; background: var(--navy-soft); color: var(--navy);
}
.trust-item h3 { margin-top: 0.75rem; font-size: 1.125rem; color: var(--navy); }
.trust-item p { margin-top: 0.25rem; font-size: 0.875rem; color: var(--muted); }

.center { text-align: center; }
.kicker { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--navy); }
.section h2 { margin-top: 0.5rem; font-size: 1.875rem; }
@media (min-width: 640px) { .section h2 { font-size: 2.25rem; } }
.lede { margin-top: 0.75rem; color: var(--muted); max-width: 40rem; }
.center .lede { margin-inline: auto; }

.faded { position: relative; isolation: isolate; overflow: hidden; }
.faded-photo {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0.14; pointer-events: none;
}
.faded-wash { position: absolute; inset: 0; background: color-mix(in srgb, var(--paper) 82%, transparent); }
.relative { position: relative; }

.services { display: grid; gap: 1rem; margin-top: 2.5rem; }
@media (min-width: 640px) { .services { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .services { grid-template-columns: 1fr 1fr 1fr; } }
.service {
  overflow: hidden; border-radius: 1rem; background: var(--surface); box-shadow: var(--shadow);
  text-decoration: none; color: inherit; display: block;
}
.service:hover { box-shadow: var(--shadow-lift); }
.service-img { aspect-ratio: 4 / 3; overflow: hidden; position: relative; }
.service-img img { width: 100%; height: 100%; object-fit: cover; }
.service:hover img { transform: scale(1.03); transition: transform 0.3s; }
.popular {
  position: absolute; top: 0.75rem; left: 0.75rem;
  background: var(--yellow); color: var(--navy); border-radius: 999px;
  padding: 0.25rem 0.65rem; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
}
.service-body { padding: 1.25rem; }
.service h3 { font-size: 1.25rem; }
.service p { margin-top: 0.5rem; font-size: 0.875rem; color: var(--muted); }
.more { margin-top: 0.75rem; display: inline-flex; align-items: center; gap: 0.25rem; font-size: 0.875rem; font-weight: 600; color: var(--navy); }

.process { display: grid; gap: 1rem; margin-top: 2rem; }
@media (min-width: 768px) { .process { grid-template-columns: repeat(4, 1fr); } }
.process article { background: var(--surface); border-radius: 1rem; padding: 1.25rem; box-shadow: var(--shadow); }
.process .n { font-family: var(--display); font-size: 1.5rem; color: var(--navy); }
.process h3 { margin-top: 0.5rem; font-size: 1.15rem; }
.process p { margin-top: 0.4rem; font-size: 0.9rem; color: var(--muted); }

.how { background: var(--navy); color: var(--cream); isolation: isolate; overflow: hidden; }
.how h2 { color: var(--cream); }
.how .process article { background: color-mix(in srgb, var(--navy-deep) 70%, transparent); box-shadow: none; }
.how .process .n { color: var(--yellow); }
.how .process h3 { color: var(--cream); }
.how .process p { color: color-mix(in srgb, var(--cream) 75%, transparent); }

.estimator { display: grid; gap: 1rem; margin-top: 2rem; background: var(--surface); border-radius: 1rem; padding: 1.5rem; box-shadow: var(--shadow); }
.estimator-grid { display: grid; gap: 2.5rem; }
@media (min-width: 1024px) { .estimator-grid { grid-template-columns: 1fr 1fr; align-items: center; } }
.estimator .fields { display: grid; gap: 1rem; }
input[type=range] { width: 100%; accent-color: var(--navy); margin-top: 0.75rem; }
.estimate-out { background: var(--navy); color: var(--cream); border-radius: 1rem; padding: 1.5rem; }
.estimate-out strong { display: block; font-family: var(--display); font-size: 2rem; color: var(--yellow); margin-top: 0.35rem; }
.estimate-out p { color: color-mix(in srgb, var(--cream) 80%, transparent); font-size: 0.9rem; }

.why { display: grid; gap: 3rem; }
@media (min-width: 1024px) { .why { grid-template-columns: 1fr 1fr; align-items: start; } }
.benefits { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: 1rem; }
.benefits li { display: flex; gap: 0.75rem; }
.benefits h3 { font-family: var(--sans); font-size: 1rem; letter-spacing: 0; }
.benefits p { font-size: 0.875rem; color: var(--muted); }
.faq { margin-top: 1.5rem; border-radius: 1rem; overflow: hidden; background: var(--surface); box-shadow: var(--shadow); }
.faq details { border-bottom: 1px solid var(--line); padding: 0 1.25rem; }
.faq details:last-child { border-bottom: 0; }
.faq summary {
  min-height: 3.5rem; display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
  cursor: pointer; font-weight: 600; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq details p { padding-bottom: 1rem; font-size: 0.9rem; color: var(--muted); }

.gallery { background: var(--navy-deep); color: var(--cream); }
.gallery .kicker { color: var(--yellow); }
.shots { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-top: 2rem; }
@media (min-width: 768px) { .shots { grid-template-columns: 1fr 1fr 1fr; } }
.shots figure { margin: 0; overflow: hidden; border-radius: 0.75rem; position: relative; }
.shots img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.shots figcaption {
  background: var(--navy);
  color: var(--cream);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.55rem 0.75rem;
  position: static;
}

.areas { isolation: isolate; overflow: hidden; }
.area-map {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0.22; filter: grayscale(0.3);
}
.area-wash { position: absolute; inset: 0; background: color-mix(in srgb, var(--paper) 78%, transparent); }
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; padding: 0; list-style: none; }
.chips li {
  background: var(--surface); border-radius: 999px; padding: 0.4rem 0.85rem;
  font-size: 0.875rem; box-shadow: var(--shadow);
}

.feedback { background: var(--navy); color: var(--cream); }
.feedback .kicker { color: var(--yellow); }
.feedback .lede { color: color-mix(in srgb, var(--cream) 80%, transparent); }
.quotes { display: grid; gap: 1rem; margin-top: 2.5rem; }
@media (min-width: 768px) { .quotes { grid-template-columns: 1fr 1fr 1fr; } }
blockquote {
  margin: 0; background: color-mix(in srgb, var(--navy-deep) 55%, transparent);
  border-radius: 1rem; padding: 1.5rem;
}
.stars { color: var(--yellow); letter-spacing: 0.1em; }
blockquote p { margin-top: 1rem; }
.who { display: flex; align-items: center; gap: 0.75rem; margin-top: 1.25rem; }
.who i {
  width: 2.5rem; height: 2.5rem; border-radius: 999px; background: var(--yellow); color: var(--navy);
  display: flex; align-items: center; justify-content: center; font-family: var(--display); font-style: normal; font-weight: 600;
}
.who small { color: color-mix(in srgb, var(--cream) 65%, transparent); }

.final { background: var(--navy); color: var(--cream); padding-block: 4rem; }
.final-grid { display: grid; gap: 2.5rem; }
@media (min-width: 1024px) { .final-grid { grid-template-columns: 1fr 1fr; align-items: center; } }
.final h2 { font-size: 2rem; }
.final .big-phone {
  display: inline-flex; align-items: center; gap: 0.75rem; margin-top: 1.5rem;
  font-family: var(--display); font-size: 1.85rem; font-weight: 600; color: var(--yellow); text-decoration: none;
}

.site-footer { background: var(--ink); color: var(--cream); padding: 3rem 0 6rem; }
@media (min-width: 768px) { .site-footer { padding-bottom: 2.5rem; } }
.footer-grid { display: grid; gap: 2rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr 1fr; } }
.site-footer a { color: color-mix(in srgb, var(--cream) 80%, transparent); text-decoration: none; }
.site-footer a:hover { color: var(--cream); }
.site-footer .muted { color: color-mix(in srgb, var(--cream) 55%, transparent); font-size: 0.875rem; }
.copy { border-top: 1px solid color-mix(in srgb, #fff 10%, transparent); margin-top: 2rem; padding-top: 1rem; text-align: center; font-size: 0.75rem; color: color-mix(in srgb, var(--cream) 45%, transparent); }

.sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  display: flex; gap: 0.5rem; padding: 0.75rem 1rem;
  background: var(--cream); border-top: 1px solid var(--line);
}
@media (min-width: 768px) { .sticky { display: none; } }
.sticky .btn { flex: 1; }

.logo-inv { background: var(--cream); border-radius: 0.4rem; padding: 0.15rem; }
.thanks { min-height: 70vh; display: grid; place-items: center; padding: 3rem 1rem; }
.thanks-card { width: min(36rem, 100%); background: var(--surface); border-radius: 1.25rem; padding: 2rem; box-shadow: var(--shadow); text-align: center; }
.thanks-card h1 { font-size: 2rem; margin-top: 0.75rem; }
.thanks-card p { margin-top: 0.75rem; color: var(--muted); }
