.page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(80px, 10vw, 142px) clamp(72px, 9vw, 124px);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 18%, rgba(183, 98, 36, 0.16), transparent 28%),
    linear-gradient(145deg, var(--paper-strong), var(--mist));
}

.page-hero::after {
  position: absolute;
  right: -8%;
  bottom: -190px;
  width: min(50vw, 720px);
  aspect-ratio: 1;
  border: 1px solid rgba(157, 77, 26, 0.18);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.page-kicker {
  margin-bottom: 20px;
  color: var(--copper-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 15ch;
  margin-bottom: 26px;
  font-size: clamp(3rem, 6.1vw, 5.4rem);
}

.page-hero-lead {
  max-width: 780px;
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
  line-height: 1.65;
}

.page-hero-actions,
.section-actions,
.direct-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.offer-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin: 34px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 760;
}

.offer-summary span {
  display: inline-flex;
  gap: 9px;
  align-items: center;
}

.offer-summary i {
  color: var(--copper);
  font-size: 20px;
}

.content-section {
  padding-block: clamp(78px, 10vw, 140px);
}

.content-section + .content-section {
  border-top: 1px solid var(--line);
}

.content-section-tint {
  background: var(--mist);
}

.content-section-dark {
  border-color: var(--line-dark);
  background: var(--ink);
  color: var(--white-soft);
}

.content-section-dark h2,
.content-section-dark h3 {
  color: var(--white-soft);
}

.content-section-dark p,
.content-section-dark li {
  color: #c0ccda;
}

.content-section-dark .text-link,
.cta-band .text-link {
  color: #f1a56f;
}

.content-section-dark .button-secondary,
.cta-band .button-secondary {
  border-color: rgba(246, 249, 252, 0.7);
  color: var(--white-soft);
}

.section-heading {
  max-width: 830px;
  margin-bottom: clamp(42px, 6vw, 78px);
}

.section-heading h2 {
  max-width: 16ch;
}

.section-heading p {
  max-width: 720px;
  font-size: 18px;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(48px, 8vw, 118px);
  align-items: start;
}

.split-layout-even {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sticky-intro {
  position: sticky;
  top: calc(var(--header-height) + 42px);
}

.sticky-intro p + p,
.prose p + p {
  margin-top: 18px;
}

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

.service-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 28px;
  padding-block: 34px;
  border-bottom: 1px solid var(--line);
}

.service-index {
  color: var(--copper);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 760;
}

.service-row h2,
.service-row h3 {
  max-width: 24ch;
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
}

.service-row ul,
.clean-list,
.standard-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.service-row li,
.clean-list li {
  position: relative;
  padding: 9px 0 9px 29px;
  color: var(--body);
}

.service-row li::before,
.clean-list li::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--copper);
  content: "";
}

.boundary-note,
.disclosure-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 3px solid var(--copper);
  background: rgba(157, 77, 26, 0.07);
  color: var(--ink-soft);
  font-size: 15px;
}

.boundary-note strong,
.disclosure-note strong {
  color: var(--ink);
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
  color: var(--copper-dark);
  font-weight: 760;
}

.fact-grid,
.principle-grid,
.inspect-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.fact-card,
.principle,
.inspect-card {
  min-height: 240px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fact-card i,
.principle i {
  display: block;
  margin-bottom: 42px;
  color: var(--copper);
  font-size: 32px;
}

.inspect-card span {
  display: block;
  margin-bottom: 44px;
  color: var(--copper);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
}

.fact-card p,
.principle p,
.inspect-card p {
  font-size: 16px;
}

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

.standard-list li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  padding-block: 28px;
  border-bottom: 1px solid var(--line);
  counter-increment: standard;
}

.standard-list li::before {
  color: var(--copper);
  content: counter(standard, decimal-leading-zero);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
}

.standard-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 20px;
}

.example-frame {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow-soft);
}

.example-frame img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.example-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(11, 27, 49, 0.88);
  color: var(--white-soft);
  font-size: 13px;
  backdrop-filter: blur(14px);
}

.comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
}

.comparison-column {
  padding: clamp(28px, 4vw, 48px);
}

.comparison-column + .comparison-column {
  border-left: 1px solid var(--line);
  background: var(--mist);
}

.comparison-column h2,
.comparison-column h3 {
  margin-bottom: 24px;
}

.pricing-callout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: end;
  padding: clamp(34px, 6vw, 72px);
  border-radius: var(--radius);
  background: var(--ink);
}

.pricing-callout h2,
.pricing-callout strong {
  color: var(--white-soft);
}

.pricing-callout p {
  color: #c0ccda;
}

.pricing-callout .price-lockup {
  text-align: right;
}

.price-lockup strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 7vw, 6.5rem);
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.price-lockup span {
  color: #c0ccda;
  font-size: 14px;
}

.faq-list {
  max-width: 900px;
  border-top: 1px solid var(--line);
}

.faq-list .faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-list .faq-item summary::after {
  flex: 0 0 auto;
  color: var(--copper);
  content: "\e3d4";
  font-family: "Phosphor";
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.faq-list .faq-item[open] summary::after {
  content: "\e32a";
}

.cta-band {
  padding-block: clamp(78px, 10vw, 130px);
  background:
    linear-gradient(110deg, rgba(11, 27, 49, 0.94), rgba(11, 27, 49, 0.82)),
    url("../images/southwest-landscape-path.avif") center / cover;
}

.cta-band-inner {
  max-width: 850px;
}

.cta-band h2 {
  color: var(--white-soft);
}

.cta-band p {
  max-width: 680px;
  color: #c0ccda;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
}

.contact-intro {
  position: sticky;
  top: calc(var(--header-height) + 42px);
}

.direct-contact {
  flex-direction: column;
  align-items: flex-start;
}

.direct-contact a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--ink);
  font-weight: 760;
}

.footer-contact p {
  max-width: 360px;
  color: #c0ccda;
  font-size: 14px;
}

.contact-form-panel {
  padding: clamp(26px, 5vw, 54px);
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow-soft);
}

#walkthrough-form {
  scroll-margin-top: calc(var(--header-height) + 28px);
}

.contact-form-panel h2 {
  color: var(--white-soft);
}

.contact-form-panel > p {
  margin-bottom: 28px;
  color: #c0ccda;
}

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

.form-reassurance {
  margin-top: 14px;
  color: #b9c5d2;
  font-size: 12px;
  line-height: 1.55;
}

.process-list {
  border-top: 1px solid var(--line);
  counter-reset: next;
}

.process-list li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  padding-block: 30px;
  border-bottom: 1px solid var(--line);
  counter-increment: next;
}

.process-list li::before {
  color: var(--copper);
  content: "0" counter(next);
  font-family: var(--font-display);
  font-weight: 800;
}

.process-list strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 21px;
}

.legal-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.3fr) minmax(0, 0.7fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
}

.legal-nav {
  position: sticky;
  top: calc(var(--header-height) + 42px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 18px;
  border-left: 2px solid var(--line);
}

.legal-nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
  text-decoration: none;
}

.legal-content {
  max-width: 820px;
}

.legal-content section {
  padding-block: 34px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: calc(var(--header-height) + 28px);
}

.legal-content section:first-child {
  padding-top: 0;
}

.legal-content h2 {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.legal-content h3 {
  margin-top: 24px;
}

.legal-content p + p,
.legal-content p + ul,
.legal-content ul + p {
  margin-top: 16px;
}

.legal-content li + li {
  margin-top: 8px;
}

.not-found {
  min-height: calc(100svh - var(--header-height));
  display: grid;
  place-items: center;
  padding-block: 80px;
  text-align: center;
}

.not-found-inner {
  max-width: 720px;
}

.not-found-code {
  display: block;
  margin-bottom: 20px;
  color: var(--copper);
  font-family: var(--font-display);
  font-size: clamp(5rem, 16vw, 10rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

@media (hover: hover) and (pointer: fine) {
  .content-section-dark .button-secondary:hover,
  .cta-band .button-secondary:hover {
    border-color: var(--white-soft);
    background: rgba(246, 249, 252, 0.1);
  }
}

@media (max-width: 980px) {
  .split-layout,
  .split-layout-even,
  .contact-layout,
  .legal-shell,
  .pricing-callout {
    grid-template-columns: 1fr;
  }

  .sticky-intro,
  .contact-intro,
  .legal-nav {
    position: static;
  }

  .fact-grid,
  .principle-grid,
  .inspect-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-callout .price-lockup {
    text-align: left;
  }

  .legal-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .cta-band {
    background:
      linear-gradient(110deg, rgba(11, 27, 49, 0.94), rgba(11, 27, 49, 0.82)),
      url("../images/southwest-landscape-path-768.avif") center / cover;
  }

  .page-hero {
    padding-block: 68px 72px;
  }

  .page-hero h1 {
    font-size: clamp(2.65rem, 13vw, 3.8rem);
  }

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

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

  .fact-grid,
  .principle-grid,
  .inspect-grid,
  .comparison {
    grid-template-columns: 1fr;
  }

  .comparison-column + .comparison-column {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .service-row {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .fact-card,
  .principle,
  .inspect-card {
    min-height: 0;
  }

  .example-frame,
  .example-frame img {
    min-height: 420px;
  }

  .legal-nav {
    grid-template-columns: 1fr;
  }

  .process-list li {
    grid-template-columns: 44px minmax(0, 1fr);
  }
}
