:root {
  --ink: #171a17;
  --paper: #f3f3ed;
  --white: #ffffff;
  --green: #173f35;
  --green-light: #d7e5da;
  --coral: #e76443;
  --yellow: #f0cf53;
  --line: #c8ccc3;
  --muted: #626961;
  --max: 1240px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.8rem 1rem;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  width: 100%;
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 0.7rem 2rem;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--ink);
  text-decoration: none;
}

.brand-logo {
  width: auto;
  height: 64px;
  object-fit: contain;
}

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

.site-header nav a {
  padding: 0.5rem 0;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 700;
}

.site-header nav a:hover {
  color: var(--ink);
}

.site-header nav a[aria-current="page"] {
  color: var(--ink);
  border-bottom: 2px solid var(--coral);
}

.header-action {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--ink);
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 800;
}

.header-action span {
  margin-left: 0.8rem;
}

.hero {
  position: relative;
  min-height: 690px;
  height: calc(100svh - 116px);
  max-height: 820px;
  overflow: hidden;
  color: var(--white);
  background: var(--green);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 48%;
}

.hero-shade {
  background: rgba(12, 26, 21, 0.54);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 4rem));
  height: 100%;
  margin: 0 auto;
  padding-top: 7rem;
}

.eyebrow,
.section-label,
.summary-kicker {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.73rem;
  font-weight: 800;
}

.eyebrow {
  display: inline-block;
  padding: 0.48rem 0.65rem;
  color: var(--ink);
  background: var(--yellow);
}

.hero h1 {
  max-width: 860px;
  margin: 1.4rem 0 1.1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.7rem;
  font-weight: 400;
  line-height: 0.94;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.2rem;
}

.primary-button,
.submit-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.2rem;
  border: 1px solid var(--coral);
  border-radius: 4px;
  background: var(--coral);
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}

.text-link {
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-caption {
  position: absolute;
  z-index: 1;
  right: 2rem;
  bottom: 1.5rem;
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
}

.intro-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem max(2rem, calc((100% - var(--max)) / 2));
  background: var(--yellow);
}

.intro-band p {
  max-width: 850px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.3;
}

.intro-band a {
  white-space: nowrap;
  font-size: 0.8rem;
  font-weight: 800;
}

.services {
  width: min(var(--max), calc(100% - 4rem));
  margin: 0 auto;
  padding: 7rem 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: start;
  gap: 3rem;
  margin-bottom: 4rem;
}

.section-label {
  color: var(--coral);
}

.section-heading h2,
.about h2,
.planner-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.04;
}

.service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
  margin-top: 1.5rem;
  overflow: hidden;
  border-radius: 6px;
}

.service-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem;
}

.residential-service .service-copy {
  background: var(--green);
  color: var(--white);
}

.commercial-service .service-copy {
  background: var(--coral);
  color: var(--white);
}

.service img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.service-number {
  margin: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 800;
}

.service h3 {
  margin: auto 0 0.8rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.2rem;
  font-weight: 400;
}

.service-copy > p:not(.service-number) {
  max-width: 520px;
  margin: 0;
  line-height: 1.65;
}

.service-select {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  padding: 0.7rem 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.service-select span {
  margin-left: 1rem;
}

.about {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 6rem;
  padding: 7rem max(2rem, calc((100% - var(--max)) / 2));
  background: var(--white);
}

.about-statement > p:last-child {
  max-width: 700px;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.about h2 {
  margin-top: 1.2rem;
}

.business-details {
  margin: 0;
  border-top: 2px solid var(--ink);
}

.business-details div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.business-details dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.business-details dd {
  margin: 0;
  line-height: 1.45;
}

.business-details address {
  font-style: normal;
}

.inline-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.6rem;
  font-size: 0.84rem;
  font-weight: 800;
  text-underline-offset: 0.28rem;
}

.process-section {
  padding: 7rem max(2rem, calc((100% - var(--max)) / 2));
  background: var(--white);
}

.compact-heading {
  margin-bottom: 3rem;
}

.compact-heading h2,
.prep-band h2,
.page-section h2,
.detail-band h2,
.page-cta h2,
.checklist-section h2,
.about-page-copy h2,
.owner-band h2,
.business-info-section h2,
.contact-options h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.04;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-grid article {
  min-height: 260px;
  padding: 2rem;
}

.process-grid article + article {
  border-left: 1px solid var(--line);
}

.process-grid span,
.detail-list span,
.contact-option-grid span {
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 800;
}

.process-grid h3,
.detail-list h3,
.service-path-grid h3,
.contact-option-grid h3 {
  margin: 4rem 0 0.7rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 400;
}

.process-grid p,
.detail-list p,
.contact-option-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.process-links {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  padding-top: 1.8rem;
  font-size: 0.84rem;
  font-weight: 800;
}

.prep-band {
  display: grid;
  grid-template-columns: 0.8fr 1fr 0.8fr;
  gap: 4rem;
  padding: 5rem max(2rem, calc((100% - var(--max)) / 2));
  background: var(--yellow);
}

.prep-band .section-label {
  color: var(--ink);
}

.prep-band h2 {
  margin-top: 0.8rem;
}

.prep-band ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--ink);
}

.prep-band li {
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(23, 26, 23, 0.35);
  font-weight: 700;
}

.prep-band > p {
  margin: 0;
  line-height: 1.7;
}

.page-hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: var(--green);
  color: var(--white);
}

.split-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
}

.split-hero > img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
}

.page-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 6rem max(2rem, calc((100vw - var(--max)) / 2));
}

.split-hero .page-hero-copy {
  padding-right: 4rem;
}

.page-hero h1,
.page-title-block h1,
.contact-intro h1 {
  max-width: 850px;
  margin: 1.2rem 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.4rem;
  font-weight: 400;
  line-height: 0.98;
}

.page-hero-copy > p:not(.eyebrow),
.page-title-block > p:last-child,
.contact-intro > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.65;
}

.page-hero .primary-button {
  margin-top: 2rem;
}

.image-hero > img,
.page-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.image-hero > img {
  object-fit: cover;
}

.image-hero .page-hero-shade {
  background: linear-gradient(90deg, rgba(15, 37, 31, 0.94), rgba(15, 37, 31, 0.35));
}

.image-hero .page-hero-copy {
  width: min(var(--max), calc(100% - 4rem));
  min-height: 610px;
  margin: 0 auto;
  padding-right: 40%;
  padding-left: 0;
}

.office-hero > img {
  filter: saturate(0.78) contrast(1.06);
}

.page-section,
.business-info-section,
.contact-options {
  padding: 7rem max(2rem, calc((100% - var(--max)) / 2));
  background: var(--paper);
}

.service-path-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.service-path-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.service-path-grid img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.service-path-grid article > div {
  padding: 2rem;
}

.card-label {
  margin: 0;
  color: var(--coral);
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
}

.service-path-grid h3 {
  margin-top: 1rem;
}

.service-path-grid article > div > p:not(.card-label) {
  color: var(--muted);
  line-height: 1.65;
}

.detail-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 7rem max(2rem, calc((100% - var(--max)) / 2));
  background: var(--green);
  color: var(--white);
}

.detail-band .section-label {
  color: var(--yellow);
}

.detail-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #537065;
  border-left: 1px solid #537065;
}

.detail-list article {
  min-height: 210px;
  padding: 1.5rem;
  border-right: 1px solid #537065;
  border-bottom: 1px solid #537065;
}

.detail-list h3 {
  margin-top: 2.5rem;
}

.detail-list p {
  color: #c8d5d0;
}

.page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: 5rem max(2rem, calc((100% - var(--max)) / 2));
  background: var(--yellow);
}

.page-cta .section-label {
  color: var(--ink);
}

.page-cta h2 {
  max-width: 760px;
  margin-top: 0.8rem;
}

.two-column-copy {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 5rem;
}

.two-column-copy h2 {
  margin-top: 1rem;
}

.prose-stack p {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.checklist-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 7rem max(2rem, calc((100% - var(--max)) / 2));
  background: var(--white);
}

.checklist-intro h2 {
  margin: 1rem 0 1.5rem;
}

.checklist-intro > p:last-child {
  color: var(--muted);
  line-height: 1.65;
}

.large-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--ink);
}

.large-checklist li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--line);
}

.large-checklist li > span {
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 800;
}

.large-checklist strong {
  font-size: 1.05rem;
}

.large-checklist p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.commercial-checklist {
  background: #e7ece8;
}

.page-title-block {
  padding: 8rem max(2rem, calc((100% - var(--max)) / 2));
  background: var(--green);
  color: var(--white);
}

.about-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 650px;
  background: var(--white);
}

.about-page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page-copy {
  align-self: center;
  max-width: 720px;
  padding: 5rem;
}

.about-page-copy h2 {
  margin: 1rem 0 2rem;
}

.about-page-copy > p:not(.section-label) {
  color: var(--muted);
  line-height: 1.75;
}

.owner-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  padding: 5rem max(2rem, calc((100% - var(--max)) / 2));
  background: var(--yellow);
}

.owner-band .section-label {
  color: var(--ink);
}

.owner-band h2 {
  margin-top: 0.8rem;
}

.owner-band > p {
  max-width: 680px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.7;
}

.business-info-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
}

.business-info-section h2 {
  margin-top: 1rem;
}

.contact-page {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 660px;
  background: var(--green);
  color: var(--white);
}

.contact-intro,
.contact-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem max(2rem, calc((100vw - var(--max)) / 2));
}

.contact-intro {
  padding-right: 5rem;
}

.contact-intro .primary-button {
  align-self: flex-start;
  margin-top: 2rem;
}

.contact-panel {
  padding-left: 4rem;
  padding-right: max(2rem, calc((100vw - var(--max)) / 2));
  background: var(--yellow);
  color: var(--ink);
}

.contact-panel .section-label {
  color: var(--ink);
}

.contact-panel h2 {
  margin: 0.8rem 0 2rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.6rem;
  font-weight: 400;
}

.contact-panel dl {
  margin: 0;
  border-top: 2px solid var(--ink);
}

.contact-panel dl div {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(23, 26, 23, 0.35);
}

.contact-panel dt {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-panel dd {
  margin: 0;
}

.contact-panel address {
  font-style: normal;
  line-height: 1.55;
}

.contact-option-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-option-grid article {
  min-height: 260px;
  padding: 2rem;
}

.contact-option-grid article + article {
  border-left: 1px solid var(--line);
}

.contact-option-grid h3 {
  margin-top: 3.5rem;
}

.planner {
  padding: 7rem max(2rem, calc((100% - var(--max)) / 2));
  background: var(--green);
  color: var(--white);
}

.planner-heading {
  display: grid;
  grid-template-columns: 0.55fr 1.1fr 0.75fr;
  gap: 3rem;
  align-items: start;
  margin-bottom: 4rem;
}

.planner-heading .section-label {
  color: var(--yellow);
}

.planner-heading > p:last-child {
  margin: 0;
  color: #d5dfda;
  line-height: 1.65;
}

.planner-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 5rem;
  align-items: start;
}

form {
  min-width: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend,
label {
  font-size: 0.78rem;
  font-weight: 800;
}

.segmented-control {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 0.75rem;
  border: 1px solid #789087;
  border-radius: 4px;
  overflow: hidden;
}

.segmented-control label {
  position: relative;
}

.segmented-control label + label {
  border-left: 1px solid #789087;
}

.segmented-control input {
  position: absolute;
  opacity: 0;
}

.segmented-control span {
  display: grid;
  min-height: 48px;
  place-items: center;
  color: #dce7e2;
  cursor: pointer;
}

.segmented-control input:checked + span {
  background: var(--yellow);
  color: var(--ink);
}

.field-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.field,
.field-pair,
.volume-fields {
  margin-top: 1.4rem;
}

.field label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.55rem;
}

.field label span {
  color: #b6c6c0;
  font-weight: 400;
}

input,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.8rem;
  border: 1px solid #789087;
  border-radius: 3px;
  background: #f8faf8;
  color: var(--ink);
}

textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.5;
}

.volume-fields {
  padding-top: 1.2rem;
  border-top: 1px solid #789087;
  border-bottom: 1px solid #789087;
}

.volume-fields > p {
  margin: 0.3rem 0 0;
  color: #b6c6c0;
  font-size: 0.78rem;
}

.counter-list {
  margin-top: 1rem;
}

.counter-row {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid #536f65;
}

.counter-row:first-child {
  border-top: 0;
}

.counter-row > span {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.counter-row small {
  color: #b6c6c0;
}

.stepper {
  display: grid;
  grid-template-columns: 38px 42px 38px;
  min-width: 118px;
  height: 38px;
  overflow: hidden;
  border: 1px solid #789087;
  border-radius: 3px;
}

.stepper button,
.stepper output {
  display: grid;
  min-width: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--white);
}

.stepper button {
  cursor: pointer;
  font-size: 1.2rem;
}

.stepper output {
  border-right: 1px solid #789087;
  border-left: 1px solid #789087;
  font-weight: 800;
}

.form-error {
  margin: 1rem 0 0;
  padding: 0.8rem;
  border-left: 3px solid var(--yellow);
  color: var(--white);
  background: #2a574c;
}

.submit-button {
  width: 100%;
  margin-top: 1.5rem;
  justify-content: space-between;
}

.plan-summary {
  position: sticky;
  top: 1.5rem;
  padding: 1.6rem;
  border: 1px solid #789087;
  border-radius: 6px;
  background: #234f43;
}

.summary-kicker {
  color: var(--yellow);
}

.plan-summary h3 {
  margin: 0.7rem 0 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
}

.plan-summary dl {
  margin: 0;
}

.plan-summary dl div {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #537065;
}

.plan-summary dt {
  color: #c8d5d0;
  font-size: 0.8rem;
}

.plan-summary dd {
  margin: 0;
  font-weight: 800;
}

.plan-summary > p:not(.summary-kicker) {
  margin: 1.5rem 0;
  color: #c8d5d0;
  font-size: 0.85rem;
  line-height: 1.6;
}

.plan-summary > a {
  overflow-wrap: anywhere;
  color: var(--yellow);
  font-size: 0.84rem;
  font-weight: 800;
}

.confirmation {
  max-width: 760px;
  padding: 3rem;
  border: 1px solid #789087;
  border-radius: 6px;
  background: #234f43;
}

.confirmation h3 {
  margin: 0.8rem 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.confirmation p:not(.section-label) {
  color: #d5dfda;
  line-height: 1.6;
}

.confirmation a {
  display: inline-block;
  color: var(--yellow);
  font-weight: 800;
}

.confirmation button {
  display: block;
  margin-top: 1.5rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--white);
  border-radius: 3px;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  padding: 3rem max(2rem, calc((100% - var(--max)) / 2));
  background: var(--ink);
  color: var(--white);
}

footer p {
  margin: 0;
  color: #c5c9c5;
  font-size: 0.82rem;
  line-height: 1.6;
}

footer p:last-child {
  text-align: right;
}

.footer-brand {
  padding: 0.45rem;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
}

.footer-brand .brand-logo {
  height: 76px;
}

@media (max-width: 1200px) {
  .compact-heading h2,
  .prep-band h2,
  .page-section h2,
  .detail-band h2,
  .page-cta h2,
  .checklist-section h2,
  .about-page-copy h2,
  .owner-band h2,
  .business-info-section h2,
  .contact-options h2 {
    font-size: 3rem;
  }

  .page-hero h1,
  .page-title-block h1,
  .contact-intro h1 {
    font-size: 4.5rem;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    grid-column: 1 / -1;
    order: 3;
    gap: 1.4rem;
    width: 100%;
    overflow-x: auto;
    border-top: 1px solid var(--line);
  }

  .hero {
    min-height: 620px;
    height: 78svh;
  }

  .hero h1 {
    font-size: 4.4rem;
  }

  .compact-heading h2,
  .prep-band h2,
  .page-section h2,
  .detail-band h2,
  .page-cta h2,
  .checklist-section h2,
  .about-page-copy h2,
  .owner-band h2,
  .business-info-section h2,
  .contact-options h2 {
    font-size: 2.3rem;
  }

  .page-hero h1,
  .page-title-block h1,
  .contact-intro h1 {
    font-size: 3.4rem;
  }

  .section-heading,
  .about,
  .planner-heading,
  .planner-layout,
  .prep-band,
  .detail-band,
  .two-column-copy,
  .checklist-section,
  .owner-band,
  .business-info-section {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .planner-heading {
    gap: 1.5rem;
  }

  .about {
    gap: 3rem;
  }

  .service-copy {
    padding: 2.6rem;
  }

  .plan-summary {
    position: static;
  }

  .split-hero,
  .about-page-grid,
  .contact-page {
    grid-template-columns: 1fr;
  }

  .split-hero > img {
    min-height: 420px;
  }

  .page-hero-copy,
  .split-hero .page-hero-copy,
  .contact-intro,
  .contact-panel {
    padding: 5rem 2rem;
  }

  .contact-panel {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  footer p:last-child {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 66px;
    padding: 0.6rem 1rem;
  }

  .site-header nav {
    margin: 0 -1rem -0.6rem;
    padding: 0.35rem 1rem;
  }

  .brand-logo {
    height: 52px;
  }

  .header-action {
    min-height: 40px;
    padding: 0.6rem 0.7rem;
    font-size: 0.72rem;
  }

  .header-action span {
    display: none;
  }

  .hero {
    min-height: 570px;
    height: 76svh;
  }

  .hero-copy {
    width: calc(100% - 2rem);
    padding-top: 5rem;
  }

  .hero h1 {
    font-size: 3.35rem;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .hero-caption {
    right: 1rem;
    bottom: 1rem;
  }

  .intro-band {
    align-items: flex-start;
    flex-direction: column;
    padding: 1.5rem 1rem;
  }

  .intro-band p {
    font-size: 1.2rem;
  }

  .services {
    width: calc(100% - 2rem);
    padding: 4.5rem 0;
  }

  .process-section,
  .page-section,
  .detail-band,
  .checklist-section,
  .business-info-section,
  .contact-options {
    padding: 4.5rem 1rem;
  }

  .process-grid,
  .service-path-grid,
  .detail-list,
  .contact-option-grid {
    grid-template-columns: 1fr;
  }

  .process-grid article + article,
  .contact-option-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .process-grid article,
  .contact-option-grid article {
    min-height: 220px;
    padding: 1.5rem 0;
  }

  .process-grid h3,
  .contact-option-grid h3 {
    margin-top: 2.5rem;
  }

  .process-links {
    justify-content: flex-start;
    flex-direction: column;
    gap: 0.8rem;
  }

  .prep-band,
  .owner-band {
    gap: 2rem;
    padding: 4rem 1rem;
  }

  .page-hero,
  .image-hero .page-hero-copy {
    min-height: 560px;
  }

  .page-hero h1,
  .page-title-block h1,
  .contact-intro h1 {
    font-size: 3rem;
  }

  .image-hero .page-hero-copy {
    width: calc(100% - 2rem);
    padding: 4rem 0;
  }

  .image-hero .page-hero-shade {
    background: rgba(15, 37, 31, 0.72);
  }

  .split-hero > img {
    min-height: 300px;
  }

  .service-path-grid img {
    height: 230px;
  }

  .detail-list article {
    min-height: 180px;
  }

  .page-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 4rem 1rem;
  }

  .about-page-image img {
    min-height: 390px;
  }

  .about-page-copy {
    padding: 4rem 1rem;
  }

  .page-title-block {
    padding: 5rem 1rem;
  }

  .contact-intro,
  .contact-panel {
    padding: 4rem 1rem;
  }

  .section-heading h2,
  .about h2,
  .planner-heading h2 {
    font-size: 2.55rem;
  }

  .service {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .service img {
    min-height: 280px;
    aspect-ratio: 4 / 3;
  }

  .commercial-service img {
    order: 2;
  }

  .commercial-service .service-copy {
    order: 1;
  }

  .service-copy {
    min-height: 360px;
    padding: 2rem;
  }

  .service h3 {
    font-size: 2.5rem;
  }

  .about,
  .planner {
    padding: 4.5rem 1rem;
  }

  .business-details div {
    grid-template-columns: 75px 1fr;
  }

  .field-pair {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .counter-row {
    align-items: flex-start;
    flex-direction: column;
    padding: 1rem 0;
  }

  .stepper {
    align-self: stretch;
    grid-template-columns: 44px 1fr 44px;
    width: 100%;
  }

  .plan-summary,
  .confirmation {
    padding: 1.4rem;
  }

  footer {
    grid-template-columns: 1fr;
    padding: 2.5rem 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
