@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/cinzel-700.ttf") format("truetype");
}

@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/cinzel-800.ttf") format("truetype");
}

:root {
  --navy: #07111f;
  --navy-2: #0c1b2d;
  --navy-3: #132337;
  --ink: #162231;
  --muted: #667383;
  --orange: #ff7618;
  --orange-2: #d95f08;
  --blue: #5fa8d6;
  --paper: #f7f5f0;
  --cream: #ebe4d8;
  --white: #ffffff;
  --line: rgba(22, 34, 49, 0.14);
  --shadow: 0 24px 70px rgba(7, 17, 31, 0.2);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body,
button,
input,
textarea,
select {
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

.svg-defs {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 82px;
  padding: 0.8rem 4.5rem;
  color: var(--white);
  background: rgba(7, 17, 31, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.brand-mark {
  width: 90px;
  height: 47px;
  flex: 0 0 auto;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.brand-copy {
  display: inline-flex;
  min-width: 0;
  flex-direction: column;
  text-transform: uppercase;
}

.brand-name {
  font-family: "Cinzel", Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 0.98;
  white-space: nowrap;
}

.brand-line {
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 0.9rem;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.site-nav .nav-call {
  margin-left: 0.35rem;
  color: var(--navy);
  background: var(--orange);
}

.site-nav .nav-call:hover,
.site-nav .nav-call:focus-visible {
  color: var(--navy);
  background: #ff9346;
}

.site-nav .nav-phone {
  color: rgba(255, 255, 255, 0.9);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: var(--white);
  background: transparent;
  cursor: pointer;
}

.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
  border-radius: 999px;
  content: "";
}

.nav-toggle-bars::before {
  transform: translateY(-7px);
}

.nav-toggle-bars::after {
  transform: translateY(5px);
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: clamp(500px, 64svh, 640px);
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/residential-cleanout.jpg") center / cover no-repeat;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.9) 0%, rgba(7, 17, 31, 0.72) 42%, rgba(7, 17, 31, 0.18) 74%),
    linear-gradient(0deg, rgba(7, 17, 31, 0.68), rgba(7, 17, 31, 0.08) 52%);
  content: "";
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: linear-gradient(90deg, var(--orange), var(--blue), var(--orange));
  content: "";
}

.hero-content {
  width: min(760px, calc(100% - 2rem));
  margin-left: clamp(1rem, 7vw, 6rem);
  padding: 4rem 0;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--orange);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1,
.brand-name {
  font-family: "Cinzel", Georgia, "Times New Roman", serif;
}

h1 {
  max-width: 740px;
  margin-bottom: 0.8rem;
  font-size: clamp(2.9rem, 5.5vw, 4.9rem);
  font-weight: 800;
  line-height: 0.98;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.4);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  line-height: 1.08;
}

h3 {
  margin-bottom: 0.5rem;
  font-size: 1.16rem;
  line-height: 1.25;
}

.hero-tagline {
  margin-bottom: 1rem;
  color: var(--white);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 900;
  text-transform: uppercase;
}

.hero-copy {
  width: min(620px, 100%);
  margin-bottom: 1.6rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.12rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.8rem 1.2rem;
  border: 2px solid transparent;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: var(--navy);
  background: var(--orange);
  box-shadow: 0 12px 30px rgba(255, 118, 24, 0.34);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ff9346;
  outline: none;
}

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

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.15);
  outline: none;
}

.button-tertiary {
  color: var(--navy);
  border-color: rgba(7, 17, 31, 0.18);
  background: var(--white);
}

.button-tertiary:hover,
.button-tertiary:focus-visible {
  border-color: rgba(255, 118, 24, 0.55);
  outline: none;
}

.proof-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  color: var(--white);
  background: var(--navy);
  border-bottom: 0;
}

.proof-strip::after {
  position: absolute;
  right: 0;
  bottom: -72px;
  left: 0;
  z-index: 2;
  height: 72px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.26), rgba(7, 17, 31, 0));
  content: "";
}

.proof-item {
  position: relative;
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  background: var(--navy-2);
}

.proof-item + .proof-item {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.service-card svg,
.process-step svg,
.check-list svg,
.contact-card svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section {
  padding: 5rem;
}

.section-light {
  background: linear-gradient(180deg, #f3f6f8 0%, var(--white) 9rem);
}

.section-header {
  width: min(840px, 100%);
  margin: 0 auto 2.25rem;
  text-align: center;
}

#services .section-header {
  width: min(1160px, 100%);
}

#services .section-header h2 {
  white-space: nowrap;
}

.section-header p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.service-card {
  position: relative;
  min-height: 224px;
  padding: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 30px rgba(7, 17, 31, 0.06);
}

.service-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--orange);
  content: "";
}

.service-card svg {
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  color: var(--orange);
  stroke-width: 3;
}

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

.service-card-dark {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.service-card-dark p {
  color: rgba(255, 255, 255, 0.76);
}

.photo-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 0;
  align-items: stretch;
  color: var(--white);
  background: var(--navy);
}

.photo-panel {
  min-height: 560px;
  margin: 0;
}

.photo-panel img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}

.split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5rem;
  background:
    linear-gradient(135deg, rgba(12, 27, 45, 0.98), rgba(7, 17, 31, 0.98)),
    var(--navy);
}

.split-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

.check-list {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 1.3rem 0 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.75rem;
  align-items: center;
  font-weight: 800;
}

.check-list svg {
  width: 30px;
  height: 30px;
  color: var(--orange);
  stroke-width: 3.2;
}

.process-section {
  padding: 5rem;
  background: var(--cream);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(1080px, 100%);
  margin: 0 auto;
}

.process-step {
  position: relative;
  min-height: 244px;
  padding: 1.5rem;
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(7, 17, 31, 0.1);
  box-shadow: 0 12px 30px rgba(7, 17, 31, 0.07);
}

.process-step svg {
  width: 42px;
  height: 42px;
  margin-bottom: 1.1rem;
  color: var(--orange);
  stroke-width: 3;
}

.step-number {
  position: absolute;
  top: 1.35rem;
  right: 1.35rem;
  color: rgba(22, 34, 49, 0.18);
  font-family: "Cinzel", Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.process-step p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-section {
  padding: 5rem;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.96), rgba(7, 17, 31, 0.84)),
    url("assets/residential-cleanout.jpg") center / cover no-repeat;
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 2rem;
  align-items: center;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.contact-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.contact-methods {
  display: grid;
  gap: 1rem;
}

.contact-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  align-items: center;
  min-height: 122px;
  padding: 1.25rem;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  text-decoration: none;
}

.contact-card:hover,
.contact-card:focus-visible {
  border-color: rgba(255, 118, 24, 0.7);
  background: rgba(255, 255, 255, 0.14);
  outline: none;
}

.contact-card svg {
  grid-row: 1 / 3;
  width: 52px;
  height: 52px;
  padding: 0.72rem;
  color: var(--navy);
  background: var(--orange);
  border-radius: 8px;
  stroke-width: 3;
}

.contact-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 1.35rem;
  line-height: 1.25;
}

.quote-card-header {
  width: min(720px, 100%);
  margin-bottom: 1.1rem;
}

.quote-card-header h2 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.8rem, 4vw, 2.55rem);
}

.quote-card-header p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
}

.quote-form {
  display: block;
}

.quote-form[hidden],
[data-quote-panel][hidden] {
  display: none;
}

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

.field {
  display: grid;
  gap: 0.38rem;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

.field span,
.field legend,
.field > label {
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  padding: 0.72rem 0.82rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(22, 34, 49, 0.16);
  border-radius: 8px;
  font: inherit;
}

.field textarea {
  min-height: 104px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(255, 118, 24, 0.72);
  box-shadow: 0 0 0 4px rgba(255, 118, 24, 0.13);
  outline: none;
}

.choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.radio-card {
  position: relative;
  flex: 1 1 180px;
  cursor: pointer;
}

.radio-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.75rem 1rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(22, 34, 49, 0.16);
  border-radius: 8px;
  text-transform: none;
}

.radio-card input:checked + span {
  color: var(--navy);
  background: rgba(255, 118, 24, 0.13);
  border-color: var(--orange);
  box-shadow: inset 0 0 0 1px var(--orange);
}

.radio-card input:focus-visible + span {
  box-shadow: 0 0 0 4px rgba(255, 118, 24, 0.13);
}

.date-picker-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(22, 34, 49, 0.16);
  border-radius: 8px;
}

.date-picker-control:focus-within {
  border-color: rgba(255, 118, 24, 0.72);
  box-shadow: 0 0 0 4px rgba(255, 118, 24, 0.13);
}

.date-picker-control input[type="date"] {
  min-height: 46px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.date-picker-control input[type="date"]:focus {
  box-shadow: none;
}

.date-picker-control input[type="date"]:disabled {
  color: rgba(22, 34, 49, 0.42);
  background: rgba(7, 17, 31, 0.03);
}

.asap-choice {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.72rem 0.95rem;
  color: var(--ink);
  background: rgba(7, 17, 31, 0.035);
  border-left: 1px solid rgba(22, 34, 49, 0.12);
  font-weight: 900;
  cursor: pointer;
}

.asap-choice:has(input:checked) {
  color: var(--navy);
  background: rgba(255, 118, 24, 0.13);
  border-color: var(--orange);
  box-shadow: inset 0 0 0 1px var(--orange);
}

.asap-choice input {
  width: auto;
  min-height: auto;
  accent-color: var(--orange);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1rem;
}

.form-confirmation {
  display: grid;
  justify-items: start;
  gap: 0.85rem;
  padding: 2rem;
  background: var(--white);
  border: 1px solid rgba(22, 34, 49, 0.1);
  border-radius: 8px;
}

.form-confirmation[hidden] {
  display: none;
}

.confirmation-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--navy);
  background: var(--orange);
  border-radius: 8px;
}

.confirmation-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.form-confirmation h3 {
  margin-bottom: 0;
  font-size: 1.45rem;
}

.form-confirmation p {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
}

.quote-page {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  background: var(--paper);
}

.quote-page main {
  display: flex;
  flex: 1;
}

.quote-landing {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  flex: 1;
  gap: 2rem;
  align-items: start;
  padding: 5rem;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.94), rgba(7, 17, 31, 0.78)),
    url("assets/residential-cleanout.jpg") center / cover no-repeat;
}

.quote-landing-copy {
  position: sticky;
  top: 110px;
  max-width: 560px;
  color: var(--white);
}

.quote-landing-copy h1 {
  margin-bottom: 1rem;
  font-size: clamp(3rem, 5vw, 5rem);
}

.quote-landing-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
}

.quote-landing-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}

.quote-landing-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.7rem;
  align-items: center;
  font-weight: 800;
}

.quote-landing-list svg {
  width: 24px;
  height: 24px;
  color: var(--orange);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.quote-page-card {
  padding: clamp(1.35rem, 3vw, 1.85rem);
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.site-footer {
  padding: 2.75rem 5rem 1.5rem;
  color: rgba(255, 255, 255, 0.76);
  background: var(--navy);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(520px, 1.05fr);
  gap: 2rem;
  align-items: start;
  width: min(1180px, 100%);
  margin: 0 auto 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand-block {
  display: grid;
  gap: 0.85rem;
  justify-items: start;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: max-content;
  max-width: 100%;
  color: var(--white);
  text-decoration: none;
}

.footer-mark {
  width: 110px;
  height: 57px;
  flex: 0 0 auto;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.footer-tagline {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer-actions {
  display: grid;
  gap: 1rem;
  justify-items: end;
}

.footer-nav,
.footer-contact,
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  align-items: center;
  justify-content: flex-end;
}

.footer-nav a,
.footer-contact a,
.footer-social a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  text-decoration: none;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible,
.footer-social a:hover,
.footer-social a:focus-visible {
  color: var(--white);
  outline: none;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 42px;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.footer-social a:hover,
.footer-social a:focus-visible {
  border-color: rgba(255, 118, 24, 0.65);
  background: rgba(255, 255, 255, 0.1);
}

.footer-social svg {
  width: 19px;
  height: 19px;
  color: var(--orange);
  fill: currentColor;
}

.footer-bottom {
  display: flex;
  width: min(1180px, 100%);
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.58);
}

.footer-bottom p {
  margin: 0;
}

.site-footer a {
  color: var(--white);
  font-weight: 800;
}

@media (max-width: 1120px) {
  .site-header {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .section,
  .process-section,
  .contact-section,
  .site-footer,
  .quote-landing {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .contact-inner,
  .quote-landing {
    grid-template-columns: 1fr;
  }

  .quote-landing-copy {
    position: static;
  }

  .photo-split {
    grid-template-columns: 1fr;
  }

  .photo-panel,
  .photo-panel img {
    min-height: 440px;
  }

  #services .section-header h2 {
    white-space: normal;
  }

  .split-copy {
    padding: 3rem 2rem;
  }

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

  .footer-actions {
    justify-items: start;
  }

  .footer-contact,
  .footer-nav,
  .footer-social {
    justify-content: flex-start;
  }
}

@media (max-width: 880px) {
  .site-header {
    min-height: 72px;
    padding: 0.65rem 1rem;
  }

  .brand-mark {
    width: 70px;
    height: 37px;
  }

  .brand-name {
    font-size: 1.25rem;
  }

  .brand-line {
    font-size: 0.62rem;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    max-height: 0;
    overflow: hidden;
    background: var(--navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transition: max-height 180ms ease;
  }

  .site-header.nav-open .site-nav {
    max-height: 320px;
  }

  .site-nav a,
  .site-nav .nav-call {
    justify-content: flex-start;
    min-height: 56px;
    margin-left: 0;
    padding: 1rem 1.25rem;
    border-radius: 0;
    color: var(--white);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-nav .nav-call {
    color: var(--orange);
  }

  .hero {
    min-height: 570px;
  }

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

  .hero::before {
    background:
      linear-gradient(90deg, rgba(7, 17, 31, 0.88), rgba(7, 17, 31, 0.62)),
      linear-gradient(0deg, rgba(7, 17, 31, 0.72), rgba(7, 17, 31, 0.12));
  }

  .hero-content {
    margin: 0 auto;
    padding: 4rem 0;
    text-align: center;
  }

  .hero-copy {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .site-nav .nav-phone {
    color: rgba(255, 255, 255, 0.82);
  }

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

  .proof-item {
    min-height: 74px;
  }

  .proof-item + .proof-item {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 0;
  }

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

  .service-card,
  .process-step {
    min-height: auto;
  }

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

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

@media (max-width: 560px) {
  .brand {
    gap: 0.55rem;
  }

  .brand-mark {
    width: 58px;
    height: 31px;
  }

  .brand-name {
    font-size: 1rem;
  }

  .brand-line {
    font-size: 0.55rem;
  }

  .hero {
    min-height: 560px;
  }

  .hero-content {
    width: calc(100% - 2rem);
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
  }

  h2 {
    font-size: clamp(1.7rem, 9vw, 2.15rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .section,
  .process-section,
  .contact-section,
  .quote-landing {
    padding: 3.75rem 1rem;
  }

  .photo-panel,
  .photo-panel img {
    min-height: 300px;
  }

  .split-copy {
    padding: 3rem 1rem;
  }

  .contact-inner {
    grid-template-columns: 1fr;
  }

  .contact-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .contact-card svg {
    grid-row: auto;
    margin-bottom: 0.45rem;
  }

  .contact-actions,
  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .quote-page-card {
    padding: 1.25rem;
  }

  .choice-row {
    flex-direction: column;
  }

  .date-picker-control {
    grid-template-columns: 1fr;
  }

  .asap-choice {
    border-top: 1px solid rgba(22, 34, 49, 0.12);
    border-left: 0;
  }

  .radio-card {
    flex-basis: auto;
  }

  .footer-brand {
    align-items: flex-start;
  }

  .footer-mark {
    width: 86px;
    height: 45px;
  }

  .footer-social a {
    width: 100%;
    justify-content: center;
  }
}
