:root {
  --ink: #171916;
  --paper: #fbfcf8;
  --mist: #eef3f1;
  --line: #d8e0dc;
  --field: #23594d;
  --field-dark: #15382f;
  --signal: #e3483e;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(23, 25, 22, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 52px);
  color: var(--white);
}

.site-header.scrolled {
  color: var(--ink);
  background: rgba(251, 252, 248, 0.92);
  border-bottom: 1px solid rgba(216, 224, 220, 0.75);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

.brand-logo {
  width: clamp(136px, 19vw, 220px);
  height: auto;
  max-height: 84px;
  border-radius: 8px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.38));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a {
  text-decoration: none;
}

.nav-cta {
  padding: 11px 16px;
  border: 1px solid currentColor;
  border-radius: 8px;
}

.nav-toggle {
  display: none;
  border: 1px solid currentColor;
  border-radius: 8px;
  padding: 9px 13px;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: center;
  padding: 112px clamp(18px, 5vw, 72px) 72px;
  overflow: hidden;
  color: var(--white);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("https://images.unsplash.com/photo-1505798577917-a65157d3320a?auto=format&fit=crop&w=1800&q=82");
  background-position: 58% center;
  background-size: cover;
  transform: scale(1.03);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 20, 17, 0.82), rgba(12, 20, 17, 0.56) 44%, rgba(12, 20, 17, 0.16)),
    linear-gradient(0deg, rgba(12, 20, 17, 0.45), rgba(12, 20, 17, 0.05) 46%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.7rem, 11vw, 9.4rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  margin: 28px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 13px 18px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.primary {
  color: var(--white);
  background: var(--signal);
}

.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.62);
}

.secondary.light {
  color: var(--ink);
  border-color: rgba(23, 25, 22, 0.34);
}

.hero-scroll {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 4vw, 56px);
  bottom: 28px;
  font-weight: 800;
  text-decoration: none;
}

.intro,
.trust,
.services,
.area,
.quote,
.final-cta {
  padding: clamp(70px, 9vw, 128px) clamp(18px, 5vw, 72px);
}

.intro {
  background: var(--white);
}

.intro-grid,
.section-heading,
.service-list,
.area {
  max-width: 1180px;
  margin: 0 auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: end;
}

.intro h2,
.section-heading h2,
.proof-copy h2,
.area-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 5.2rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.intro p:not(.section-kicker),
.proof-copy p:not(.section-kicker),
.area-copy p,
.final-cta p:not(.section-kicker) {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.22rem);
  color: #4b514d;
}

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

.trust {
  background: var(--paper);
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto;
  background: var(--line);
}

.trust-item {
  min-height: 230px;
  display: grid;
  align-content: space-between;
  gap: 28px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--paper);
}

.trust-item span {
  color: var(--signal);
  font-weight: 900;
}

.trust-item h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 2.35rem);
  font-weight: 900;
  line-height: 1.05;
}

.trust-item p {
  margin: 0;
  color: #4b514d;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.8fr 1.6fr;
  gap: clamp(24px, 5vw, 76px);
  align-items: start;
  margin-bottom: clamp(42px, 7vw, 84px);
}

.service-list {
  border-top: 1px solid var(--line);
}

.service-item {
  display: grid;
  grid-template-columns: 90px minmax(220px, 0.7fr) minmax(220px, 1fr);
  gap: clamp(18px, 4vw, 52px);
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.service-item span {
  color: var(--signal);
  font-weight: 800;
}

.service-item h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 2.4rem);
  font-weight: 900;
  line-height: 1.05;
}

.service-item p {
  margin: 0;
  color: #4b514d;
}

.proof {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  min-height: 720px;
  background: var(--field-dark);
  color: var(--white);
}

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

.proof-copy {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(42px, 7vw, 92px);
}

.proof-copy p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.78);
}

.area {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: center;
}

.area-map {
  position: relative;
  display: block;
  width: 100%;
  height: 520px;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  border: 0;
  object-fit: cover;
  object-position: center;
  background: var(--mist);
  box-shadow: var(--shadow);
}

.area-copy {
  display: grid;
  gap: 22px;
}

.area-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  font-weight: 800;
}

.area-copy li {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.final-cta {
  background: var(--white);
}

.service-link {
  width: fit-content;
  color: var(--field-dark);
  font-weight: 800;
}

.service-page .site-header {
  position: sticky;
  color: var(--ink);
  background: rgba(251, 252, 248, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.service-hero,
.service-detail,
.service-faq,
.service-page .quote {
  padding: clamp(70px, 9vw, 128px) clamp(18px, 5vw, 72px);
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 0.75fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: end;
  min-height: 74svh;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(12, 20, 17, 0.86), rgba(12, 20, 17, 0.58)),
    url("https://images.unsplash.com/photo-1505798577917-a65157d3320a?auto=format&fit=crop&w=1800&q=82") center / cover;
}

.service-hero h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3rem, 9vw, 8rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
}

.service-hero p:not(.section-kicker),
.service-proof p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.24rem);
}

.service-proof {
  display: grid;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.service-detail {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(300px, 1.2fr);
  gap: clamp(32px, 6vw, 96px);
  max-width: 1180px;
  margin: 0 auto;
}

.service-detail h2,
.service-faq h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 5.2rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.service-detail-body {
  display: grid;
  gap: 18px;
}

.service-detail-body p,
.service-detail-body li,
.service-faq p {
  color: #4b514d;
}

.service-detail-body ul {
  display: grid;
  gap: 12px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  font-weight: 800;
}

.service-detail-body li {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.service-faq {
  max-width: 1180px;
  margin: 0 auto;
  background: var(--mist);
}

.service-faq-list {
  display: grid;
  gap: 1px;
  margin-top: clamp(34px, 6vw, 72px);
  background: var(--line);
}

.service-faq details {
  padding: clamp(18px, 4vw, 30px);
  background: var(--mist);
}

.service-faq summary {
  cursor: pointer;
  font-weight: 900;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
}

.service-faq details p {
  max-width: 760px;
  margin: 14px 0 0;
}

.quote {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(300px, 1.25fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.quote-copy {
  display: grid;
  gap: 18px;
}

.quote-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 5.2rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.quote-copy p:not(.section-kicker) {
  margin: 0;
  color: #4b514d;
  font-size: clamp(1rem, 2vw, 1.22rem);
}

.admin-link {
  width: fit-content;
  color: var(--field-dark);
  font-weight: 800;
}

.quote-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

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

.quote-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.quote-form textarea {
  min-height: 150px;
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 3px solid rgba(227, 72, 62, 0.22);
  border-color: var(--signal);
}

.file-field {
  padding: 16px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.file-field input {
  padding: 10px;
  background: var(--white);
}

.file-field span,
.form-note {
  color: #4b514d;
  font-size: 0.92rem;
  font-weight: 500;
}

.form-note,
.form-success {
  margin: 0;
}

.form-success {
  padding: 14px 16px;
  border-radius: 8px;
  color: var(--white);
  background: var(--field);
  font-weight: 800;
}

.final-inner {
  max-width: 980px;
  margin: 0 auto;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: var(--ink);
  font-weight: 700;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.footer-logo {
  width: min(220px, 76vw);
  height: auto;
  border-radius: 8px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.32));
}

.site-header.scrolled .brand-logo {
  filter: drop-shadow(0 8px 14px rgba(23, 25, 22, 0.18));
}

.admin-page {
  background: var(--paper);
}

.private-admin {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(12, 20, 17, 0.78), rgba(12, 20, 17, 0.54)),
    url("https://images.unsplash.com/photo-1505798577917-a65157d3320a?auto=format&fit=crop&w=1800&q=82") center / cover;
}

.login-panel {
  display: grid;
  gap: 18px;
  width: min(460px, 100%);
  padding: clamp(24px, 5vw, 42px);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.login-logo {
  width: min(220px, 76vw);
  border-radius: 8px;
}

.login-panel h1 {
  margin: 0;
  font-size: clamp(2.1rem, 7vw, 4rem);
  font-weight: 900;
  line-height: 0.98;
}

.login-panel label,
.lead-detail label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.login-panel input,
.lead-detail select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.login-error {
  margin: 0;
  color: var(--signal);
  font-weight: 800;
}

.admin-shell[hidden],
.private-admin[hidden] {
  display: none;
}

.admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px clamp(18px, 4vw, 52px);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.admin-header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.admin-header-actions button {
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: 800;
}

.admin-main {
  display: grid;
  gap: 26px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(48px, 8vw, 92px) 0;
}

.admin-intro h1 {
  margin: 0;
  font-size: clamp(2.4rem, 7vw, 6rem);
  font-weight: 900;
  line-height: 0.95;
}

.admin-intro p:not(.section-kicker) {
  color: #4b514d;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.submission-list {
  display: grid;
  gap: 16px;
}

.lead-panel {
  overflow-x: auto;
}

.leads-table {
  min-width: 980px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.lead-row {
  display: grid;
  grid-template-columns: 1fr 0.9fr 1.2fr 1.4fr 1.1fr 0.9fr 1fr;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
  font: inherit;
  text-align: left;
}

.lead-row:last-child {
  border-bottom: 0;
}

.lead-head {
  color: var(--field-dark);
  background: var(--mist);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lead-item {
  cursor: pointer;
}

.lead-item:hover {
  background: var(--paper);
}

.status-pill {
  display: inline-flex;
  width: fit-content;
  border-radius: 8px;
  padding: 6px 10px;
  color: var(--white);
  background: var(--field);
  font-size: 0.82rem;
  font-weight: 900;
}

.submission-card {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 4vw, 28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.submission-card h2 {
  margin: 0;
  font-size: clamp(1.25rem, 3vw, 2rem);
}

.submission-meta,
.submission-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.submission-card span {
  display: block;
  color: #4b514d;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.submission-card p {
  margin: 0;
}

.submission-photo {
  width: min(260px, 100%);
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.empty-state {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.lead-dialog {
  width: min(920px, calc(100% - 28px));
  border: 0;
  border-radius: 8px;
  padding: clamp(22px, 4vw, 34px);
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}

.lead-dialog::backdrop {
  background: rgba(23, 25, 22, 0.68);
}

.dialog-close {
  float: right;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
  font-weight: 800;
}

.lead-detail {
  display: grid;
  gap: 18px;
}

.lead-detail h2 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 900;
  line-height: 0.98;
}

.estimate-editor {
  display: grid;
  gap: 18px;
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.invoice-editor,
.job-editor,
.review-request-panel,
.jobs-dashboard {
  display: grid;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.estimate-heading,
.estimate-total-row,
.estimate-actions {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.estimate-heading h3 {
  margin: 0;
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1;
}

.estimate-line-items {
  display: grid;
  gap: 12px;
}

.estimate-line-item {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(80px, 0.3fr) minmax(100px, 0.4fr) auto;
  gap: 12px;
  align-items: end;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.estimate-line-item label,
.estimate-editor label,
.invoice-editor label,
.job-editor label,
.job-filters label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.estimate-line-item input,
.estimate-editor select,
.estimate-editor textarea,
.invoice-editor input,
.invoice-editor select,
.job-editor input,
.job-editor select,
.job-editor textarea,
.job-filters input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.estimate-editor textarea,
.job-editor textarea {
  resize: vertical;
}

.invoice-grid,
.job-filters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.estimate-remove {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-weight: 800;
}

.estimate-total-row {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-weight: 900;
}

.estimate-total-row strong {
  font-size: clamp(1.8rem, 5vw, 3rem);
}

.estimate-actions {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.estimate-message {
  margin: 0;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--white);
  background: var(--field);
  font-weight: 800;
}

.review-request-panel h3 {
  margin: 0;
  font-size: clamp(1.4rem, 4vw, 2.3rem);
  line-height: 1;
}

.review-request-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.jobs-dashboard {
  border-top: 0;
  padding-top: clamp(40px, 6vw, 70px);
}

.jobs-dashboard .admin-intro h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.6rem);
  font-weight: 900;
  line-height: 0.98;
}

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

.job-card {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1.2fr 1.2fr 1fr;
  gap: 12px;
  align-items: center;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  text-align: left;
}

.job-card:hover {
  background: var(--paper);
}

.job-card h3,
.job-card p {
  margin: 0;
}

.job-card h3 {
  font-size: 1.05rem;
  font-weight: 900;
}

.job-detail span {
  display: block;
  color: #4b514d;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

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

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 68px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    color: var(--ink);
    background: var(--white);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    padding: 14px;
  }

  .nav-cta {
    border-color: var(--line);
  }

  .hero {
    min-height: 88svh;
    padding-top: 96px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 17vw, 5.4rem);
  }

  .hero-media {
    background-position: 68% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(12, 20, 17, 0.86), rgba(12, 20, 17, 0.45)),
      linear-gradient(0deg, rgba(12, 20, 17, 0.56), rgba(12, 20, 17, 0.08));
  }

  .hero-scroll {
    display: none;
  }

  .intro-grid,
  .section-heading,
  .service-item,
  .proof,
  .area,
  .quote {
    grid-template-columns: 1fr;
  }

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

  .proof {
    min-height: 0;
  }

  .proof img {
    height: 360px;
  }

  .area-map {
    height: 360px;
    min-height: 360px;
  }

  .form-grid,
  .submission-meta,
  .submission-fields {
    grid-template-columns: 1fr;
  }

  .admin-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-header-actions,
  .admin-header-actions .nav-cta {
    width: 100%;
  }

  .lead-panel {
    overflow: visible;
  }

  .leads-table {
    min-width: 0;
    display: grid;
    gap: 14px;
    border: 0;
    background: transparent;
  }

  .lead-head {
    display: none;
  }

  .lead-row {
    grid-template-columns: 1fr;
    gap: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 16px;
  }

  .lead-row span::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 2px;
    color: #4b514d;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .estimate-heading,
  .estimate-total-row,
  .estimate-actions,
  .estimate-line-item {
    align-items: stretch;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .invoice-grid,
  .job-filters,
  .job-card {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 520px) {
  .brand {
    max-width: 180px;
  }

  .button {
    width: 100%;
  }

  .area-copy ul {
    grid-template-columns: 1fr;
  }
}
