@font-face {
  font-family: Manrope;
  src: url("fonts/manrope-variable.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Lora;
  src: url("fonts/lora-variable.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --pine: #203d33;
  --pine-dark: #172e27;
  --cream: #faf8f2;
  --paper: #fffefa;
  --ink: #253d33;
  --muted: #656b62;
  --copper: #a65032;
  --copper-dark: #884126;
  --line: #dedfd4;
  --sage: #e9eee5;
  --serif: Lora, Georgia, serif;
  --sans: Manrope, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 14px/1.8 var(--sans);
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -1.8px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 650;
  letter-spacing: -0.4px;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #b5673f;
  outline-offset: 5px;
}
img {
  max-width: 100%;
}
.container {
  width: min(1184px, calc(100% - 96px));
  margin-inline: auto;
}
.icon {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  vertical-align: middle;
}
.eyebrow {
  font: 650 10px/1.6 var(--sans);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--copper);
  margin-bottom: 18px;
}
.section {
  padding-top: 88px;
  padding-bottom: 88px;
}
.section-intro {
  max-width: 660px;
  margin-top: 22px;
  margin-bottom: 36px;
  color: var(--muted);
  line-height: 1.9;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 54px;
  background: var(--copper);
  border: 1px solid var(--copper);
  border-radius: 4px;
  color: #fff;
  padding: 14px 22px;
  font-size: 12px;
  font-weight: 650;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  background: var(--copper-dark);
  border-color: var(--copper-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 16px #0002;
}
.button .icon {
  width: 18px;
  height: 18px;
}
.text-link,
.inline-call,
.service-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 700;
  color: var(--pine);
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: #a2aba0;
}
.text-link:hover,
.inline-call:hover,
.service-detail-link:hover {
  color: var(--copper);
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 500;
  padding: 10px 20px;
  background: var(--paper);
}
.skip-link:focus {
  top: 10px;
}
.topbar {
  background: var(--pine);
  color: #f5f4e9;
  font-size: 10px;
  letter-spacing: 0.4px;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 33px;
}
.topbar .icon {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.site-header {
  position: sticky;
  top: 0;
  background: #faf8f2f5;
  backdrop-filter: blur(14px);
  z-index: 50;
  border-bottom: 1px solid #dedfd466;
}
.header-inner {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
}
.brand-mark {
  width: 51px;
  height: 47px;
  color: var(--pine);
}
.wordmark {
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: 1.6px;
}
.wordmark > span {
  display: block;
  font: 600 8px/1 var(--sans);
  letter-spacing: 3.3px;
  margin-top: 8px;
}
.site-header nav {
  display: flex;
  gap: 30px;
  font-size: 12px;
  font-weight: 600;
}
.site-header nav a {
  padding: 8px 0;
  position: relative;
}
.site-header nav a:hover,
.site-header nav a[aria-current] {
  color: var(--copper);
}
.site-header nav a[aria-current]::after {
  content: "";
  height: 1px;
  background: var(--copper);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
}
.header-call {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.header-call > .icon {
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  padding: 9px;
}
.header-call small {
  display: block;
  font-size: 9px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.3px;
}
.header-call:hover {
  color: var(--copper);
}
.hero {
  position: relative;
  overflow: hidden;
  background: var(--pine-dark);
  color: var(--cream);
}
.hero-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(17, 38, 31, 0.83) 0%,
      rgba(17, 38, 31, 0.62) 38%,
      rgba(17, 38, 31, 0.15) 78%
    ),
    linear-gradient(0deg, rgba(11, 30, 27, 0.42), transparent 70%);
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 110px;
  align-items: center;
  padding-top: 58px;
  padding-bottom: 60px;
}
.hero-text > .eyebrow {
  color: #fff5dd;
  font-size: 10px;
  letter-spacing: 1.8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-text > .eyebrow > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d7b28d;
  display: inline-block;
}
.hero h1 {
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1.06;
  letter-spacing: -2.8px;
}
.hero h1 em {
  font-style: normal;
  color: #e3c7a4;
}
.hero-description {
  font-size: 15px;
  line-height: 1.9;
  max-width: 400px;
  margin-top: 26px;
  color: #f0f0e5;
}
.hero-call {
  margin-top: 30px;
  min-width: 210px;
  background: var(--cream);
  border-color: var(--cream);
  color: var(--pine);
  font-size: 12px;
}
.hero-call:hover {
  background: #e4d5bd;
  border-color: #e4d5bd;
  color: var(--pine);
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  letter-spacing: 0.15px;
  margin-top: 22px;
  color: #fff;
}
.hero-note .icon {
  width: 14px;
  height: 14px;
}
.hero-note > span {
  color: #d4b58d;
  margin: 0 4px;
}
.hero-caption {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #f3f2e6;
  font-size: 9px;
  letter-spacing: 0.35px;
  margin-top: -29px;
  padding-bottom: 17px;
}
.hero-caption .icon {
  width: 12px;
  height: 12px;
}
.quote-card {
  background: var(--paper);
  border-radius: 7px;
  padding: 28px 30px 20px;
  color: var(--ink);
  box-shadow: 0 18px 60px #05191125;
  scroll-margin-top: 120px;
}
.quote-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quote-topline .eyebrow {
  margin: 0;
  font-size: 8px;
  letter-spacing: 1.5px;
}
.quote-topline .icon {
  color: var(--copper);
  height: 22px;
  width: 22px;
}
.quote-card h2 {
  font-size: 29px;
  letter-spacing: -1.1px;
  margin-top: 13px;
}
.hint {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
  margin: 12px 0 22px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.field {
  min-width: 0;
  margin-bottom: 13px;
}
.field label {
  display: block;
  font-size: 11px;
  font-weight: 650;
  margin-bottom: 6px;
}
.field label > span {
  color: var(--copper);
}
.field label > .optional {
  color: var(--muted);
  font-weight: 400;
}
.field input,
.field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #d9dcd2;
  background: #fafaf5;
  color: var(--ink);
  border-radius: 3px;
  padding: 11px 12px;
  font-size: 10px;
  line-height: 1.6;
  transition: border-color 0.15s;
}
.field input {
  height: 42px;
}
.field textarea {
  resize: vertical;
  min-height: 84px;
  display: block;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #70756b;
  opacity: 1;
}
.field input:focus,
.field textarea:focus {
  border-color: #6f8977;
  background: white;
}
.quote-card .button {
  width: 100%;
  font-size: 11px;
  min-height: 47px;
  padding: 12px 16px;
}
.form-note {
  font-size: 9px;
  text-align: center;
  color: var(--muted);
  margin-top: 11px;
}
.form-consent {
  text-align: center;
  font-size: 8px;
  color: var(--muted);
  margin-top: 4px;
  line-height: 1.5;
}
.form-status {
  font-size: 12px;
  line-height: 1.7;
}
.form-status:not(:empty) {
  padding: 14px 0 4px;
}
.form-status.error {
  color: #a23427;
}
.form-status.success {
  color: #235d3f;
}
.quote-card button:disabled {
  opacity: 0.6;
  cursor: wait;
  transform: none;
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.trust-strip {
  border-bottom: 1px solid var(--line);
  background: #eeeee4;
}
.trust-strip .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  min-height: 68px;
  align-items: center;
}
.trust-strip span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  letter-spacing: 0.1px;
}
.trust-strip .icon {
  width: 20px;
  height: 20px;
  color: #527059;
}
#help-options {
  padding-bottom: 74px;
}
#help-options > .section-intro {
  max-width: 720px;
}
.intent-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.intent {
  position: relative;
  padding: 28px 32px 28px 78px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #f4f3e9;
}
.intent.planned {
  background: var(--sage);
}
.intent-icon {
  position: absolute;
  top: 28px;
  left: 28px;
  color: var(--copper);
}
.intent h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.6px;
}
.intent p {
  color: var(--muted);
  font-size: 12px;
  margin: 12px 0 18px;
  line-height: 1.9;
}
.intent .inline-call {
  font-size: 11px;
}
#services {
  border-top: 1px solid var(--line);
  padding-top: 72px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.service-card {
  padding: 25px 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
}
.service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
  color: var(--pine);
}
.service-top > .icon {
  width: 28px;
  height: 28px;
}
.service-top > span {
  font-family: var(--serif);
  font-size: 12px;
  color: #687460;
}
.service-card h3 {
  font-size: 15px;
  min-height: 45px;
}
.service-card p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  margin-top: 12px;
}
.service-detail-link {
  font-size: 10px;
  margin-top: 18px;
  line-height: 1.7;
}
.why-section {
  border-top: 1px solid var(--line);
  padding-top: 72px;
}
.why-section .service-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
.why-section .service-card {
  background: none;
  border: 0;
  padding: 0;
}
.step-number {
  display: block;
  color: var(--copper);
  font-family: var(--serif);
  font-size: 30px;
  margin: 2px 0 15px;
}
.why-section .service-card h3 {
  min-height: 0;
  font-size: 16px;
}
.why-section .service-card p {
  font-size: 12px;
}
.cta-panel {
  padding: 45px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-radius: 5px;
  color: var(--cream);
  background:
    linear-gradient(90deg, #17372ceb, #17372c92),
    url("images/bridger-mountains.jpg") center 49% / cover;
}
.cta-panel .eyebrow {
  color: #e6c39e;
  margin-bottom: 14px;
  font-size: 9px;
}
.cta-panel h2 {
  font-size: 39px;
  letter-spacing: -1.4px;
}
.cta-panel p:not(.eyebrow) {
  font-size: 12px;
  margin-top: 17px;
  color: #e5eadd;
}
.button-light {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--pine);
  white-space: nowrap;
}
.button-light:hover {
  background: #e4d5bd;
  border-color: #e4d5bd;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.82fr 1.3fr;
  gap: 96px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.faq-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 12px;
  margin: 22px 0;
  max-width: 250px;
}
.faq-heading .text-link {
  font-size: 11px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  position: relative;
  padding: 23px 34px 23px 0;
  list-style: none;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  line-height: 1.7;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 18px;
  font: 400 24px var(--sans);
  color: var(--copper);
}
details[open] summary::after {
  content: "−";
}
details[open] summary {
  color: var(--copper);
}
details p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
  padding: 0 25px 24px 0;
}
.coverage-section {
  background: #e9eee6;
  padding: 76px 0;
}
.coverage-inner {
  display: grid;
  grid-template-columns: 1fr 1.13fr;
  gap: 76px;
  align-items: center;
}
.coverage-copy > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.9;
  color: #526352;
  margin-top: 22px;
  max-width: 430px;
}
.coverage-copy .text-link {
  margin-top: 26px;
}
.location-note {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  margin-top: 27px;
  color: #566953;
}
.location-note .icon {
  width: 14px;
  height: 14px;
}
.coverage-map {
  position: relative;
  width: 100%;
  aspect-ratio: 1.3;
  background: #f6f5eb;
  border: 1px solid #d5ddcf;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 25px #203d3307;
}
.map-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.map-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  font-size: 10px;
  font-weight: 650;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  padding: 4px 8px;
  background: #f6f5ebd9;
  border: 1px solid #d7ddcf;
  border-radius: 3px;
}
.map-pin::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -11px;
  width: 6px;
  height: 6px;
  background: #66816d;
  border: 2px solid #f6f5eb;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #66816d;
}
.map-pin.primary {
  color: white;
  background: var(--pine);
  font-size: 12px;
  padding: 5px 12px;
}
.map-pin.primary::before {
  width: 10px;
  height: 10px;
  background: var(--copper);
  box-shadow: 0 0 0 1px var(--copper);
  top: -17px;
}
.map-mountains {
  position: absolute;
  top: 16%;
  right: 5%;
  font-size: 8px;
  letter-spacing: 2.3px;
  color: #70836e;
  transform: rotate(13deg);
}
.map-compass {
  position: absolute;
  bottom: 24px;
  right: 20px;
  font-size: 10px;
  letter-spacing: 2px;
}
.map-note {
  position: absolute;
  bottom: 11px;
  left: 12px;
  font-size: 7px;
  color: var(--muted);
}
#areas {
  padding-top: 72px;
  padding-bottom: 76px;
}
.areas {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid #c6cec0;
  padding: 20px 0 0;
  transition: color 0.2s;
}
.area > .icon:first-child {
  width: 18px;
  height: 18px;
  color: var(--copper);
  margin-bottom: 16px;
}
.area strong {
  font-size: 12px;
  font-weight: 650;
}
.area span {
  font-size: 10px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 6px;
  max-width: 150px;
}
.area > .icon:last-child {
  position: absolute;
  right: 0;
  top: 20px;
  width: 15px;
  height: 15px;
  transition: transform 0.2s;
}
.area:hover {
  color: var(--copper);
}
.area:hover > .icon:last-child {
  transform: translateX(4px);
}
footer {
  background: var(--pine-dark);
  color: #f1f1e4;
  padding-top: 46px;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 39px;
}
.footer-main .brand-mark {
  color: #e4d0b2;
}
.footer-main .wordmark {
  font-size: 21px;
}
.footer-main p {
  font-size: 10px;
  color: #c2cdbd;
  margin-top: 15px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 11px;
}
.footer-links a:hover {
  color: #e6c39e;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer-contact small,
.footer-contact span {
  font-size: 10px;
  color: #c2cdbd;
}
.footer-contact a {
  font-size: 19px;
  font-family: var(--serif);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
  padding-bottom: 20px;
  border-top: 1px solid #4d605344;
  color: #c2cdbd;
  font-size: 8px;
}
.footer-bottom a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.call-bar {
  display: none;
}
@media (min-width: 1600px) {
  .hero-inner {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .hero-background {
    object-position: center 46%;
  }
}
@media (max-width: 1150px) {
  .container {
    width: calc(100% - 64px);
  }
  .hero-inner {
    gap: 50px;
    grid-template-columns: 1.1fr 1fr;
  }
  .hero h1 {
    font-size: 60px;
  }
  .site-header nav {
    gap: 18px;
  }
  .header-inner {
    gap: 20px;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card h3 {
    min-height: 0;
  }
  .service-card p {
    font-size: 12px;
  }
  .faq-section {
    gap: 50px;
  }
  .coverage-inner {
    gap: 40px;
  }
  .coverage-copy h2 {
    font-size: 34px;
  }
  .trust-strip span {
    font-size: 9px;
    gap: 8px;
  }
  .quote-card {
    padding: 25px;
  }
  .hero-note {
    font-size: 8px;
  }
  .hero-text > .eyebrow {
    font-size: 8px;
  }
  .quote-card h2 {
    font-size: 27px;
  }
}
@media (max-width: 900px) {
  .site-header nav {
    display: none;
  }
  .hero-inner {
    gap: 32px;
  }
  .hero h1 {
    font-size: 51px;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-note {
    flex-wrap: wrap;
    max-width: 245px;
  }
  .hero-note > span {
    display: none;
  }
  .quote-card {
    padding: 23px 20px;
  }
  .quote-card h2 {
    font-size: 24px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .quote-topline .eyebrow {
    font-size: 7px;
  }
  .hero-caption {
    font-size: 8px;
  }
  .trust-strip .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding-block: 20px;
  }
  .intent {
    padding: 24px;
  }
  .intent-icon {
    position: static;
    display: block;
    margin-bottom: 12px;
  }
  .intent h3 {
    font-size: 21px;
  }
  .coverage-inner {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .coverage-map {
    aspect-ratio: 1;
  }
  .map-pin {
    font-size: 8px;
  }
  .map-pin.primary {
    font-size: 10px;
  }
  .map-mountains {
    font-size: 6px;
  }
  .map-note {
    font-size: 6px;
    max-width: 180px;
  }
  .areas {
    gap: 16px;
  }
  .area strong {
    font-size: 10px;
  }
  .area span {
    font-size: 9px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 7px;
  }
  .cta-panel {
    padding: 36px;
  }
  .cta-panel h2 {
    font-size: 33px;
  }
  .cta-panel .button {
    padding: 12px 15px;
    gap: 12px;
  }
  .why-section .service-grid {
    gap: 25px;
  }
}
@media (max-width: 650px) {
  html {
    scroll-padding-top: 88px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .topbar .container {
    justify-content: center;
    min-height: 28px;
  }
  .topbar .container > span:first-child {
    display: none;
  }
  .topbar {
    font-size: 9px;
  }
  .header-inner {
    height: 77px;
    gap: 12px;
  }
  .brand {
    gap: 9px;
  }
  .brand-mark {
    width: 39px;
    height: 36px;
  }
  .wordmark {
    font-size: 19px;
    letter-spacing: 1px;
  }
  .wordmark > span {
    font-size: 6px;
    letter-spacing: 2.6px;
    margin-top: 6px;
  }
  .header-call {
    font-size: 12px;
    gap: 6px;
  }
  .header-call small {
    font-size: 7px;
  }
  .header-call > .icon {
    display: none;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 43px;
    padding-bottom: 44px;
  }
  .hero-background {
    object-position: 42% top;
    height: 570px;
    mask-image: linear-gradient(black 70%, transparent 100%);
  }
  .hero-shade {
    background: linear-gradient(90deg, #112b238f, #112b2326);
    height: 570px;
  }
  .hero h1 {
    font-size: 46px;
    letter-spacing: -2.6px;
    line-height: 1.08;
  }
  .hero-text > .eyebrow {
    font-size: 8px;
    letter-spacing: 1.4px;
    margin-bottom: 23px;
  }
  .hero-description {
    font-size: 13px;
    margin-top: 22px;
    max-width: 345px;
  }
  .hero-call {
    margin-top: 24px;
  }
  .hero-note {
    max-width: none;
    font-size: 8px;
    gap: 5px;
    margin-top: 20px;
  }
  .hero-note > span {
    display: inline;
  }
  .quote-card {
    padding: 26px 24px 20px;
    scroll-margin-top: 97px;
  }
  .quote-card h2 {
    font-size: 30px;
  }
  .quote-topline .eyebrow {
    font-size: 8px;
  }
  .hint {
    font-size: 12px;
    margin-bottom: 21px;
  }
  .form-row {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .field label {
    font-size: 10px;
  }
  .field input,
  .field textarea {
    font-size: 16px;
    padding: 10px;
  }
  .field input {
    height: 46px;
  }
  .field input::placeholder,
  .field textarea::placeholder {
    font-size: 11px;
  }
  .quote-card .button {
    min-height: 51px;
    font-size: 12px;
  }
  .form-note {
    font-size: 10px;
  }
  .form-consent {
    font-size: 9px;
  }
  .hero-caption {
    font-size: 7px;
    margin-top: -22px;
    padding-bottom: 15px;
  }
  .trust-strip .container {
    gap: 18px 8px;
    padding-block: 22px;
  }
  .trust-strip span {
    font-size: 8px;
    gap: 7px;
  }
  .trust-strip .icon {
    width: 18px;
    height: 18px;
  }
  .section {
    padding-top: 57px;
    padding-bottom: 57px;
  }
  h2 {
    font-size: 32px;
    letter-spacing: -1.3px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.8px;
    margin-bottom: 15px;
  }
  .section-intro {
    font-size: 12px;
    margin-top: 19px;
    margin-bottom: 28px;
  }
  .intent-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .intent {
    padding: 25px;
  }
  .intent h3 {
    font-size: 23px;
  }
  .intent p {
    font-size: 12px;
  }
  .intent-icon {
    margin-bottom: 15px;
  }
  #help-options {
    padding-bottom: 50px;
  }
  #services,
  .why-section {
    padding-top: 52px;
  }
  .service-grid {
    gap: 12px;
  }
  .service-card {
    padding: 20px 17px;
  }
  .service-top {
    margin-bottom: 20px;
  }
  .service-top > .icon {
    width: 25px;
    height: 25px;
  }
  .service-card h3 {
    font-size: 13px;
    letter-spacing: -0.25px;
    line-height: 1.5;
  }
  .service-card p {
    font-size: 12px;
    line-height: 1.85;
  }
  .service-detail-link {
    font-size: 10px;
  }
  .why-section .service-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .why-section .service-card {
    position: relative;
    padding-left: 54px;
  }
  .step-number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    margin: 0;
  }
  .why-section .service-card h3 {
    font-size: 15px;
  }
  .why-section .service-card p {
    font-size: 12px;
    margin-top: 9px;
  }
  .cta-panel {
    display: block;
    padding: 33px 28px;
  }
  .cta-panel h2 {
    font-size: 32px;
  }
  .cta-panel .button {
    margin-top: 24px;
    font-size: 11px;
  }
  .cta-panel p:not(.eyebrow) {
    font-size: 11px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .faq-heading > p:not(.eyebrow) {
    max-width: 100%;
    margin: 17px 0;
  }
  .faq-heading .text-link {
    margin-top: 0;
  }
  .faq-list summary {
    font-size: 12px;
  }
  .coverage-section {
    padding: 52px 0;
  }
  .coverage-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .coverage-copy h2 {
    font-size: 33px;
  }
  .coverage-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .coverage-map {
    aspect-ratio: 1.3;
  }
  .map-pin {
    font-size: 9px;
  }
  .map-pin.primary {
    font-size: 11px;
  }
  .map-note {
    max-width: none;
    font-size: 6px;
  }
  .map-mountains {
    font-size: 7px;
  }
  #areas {
    padding: 52px 0;
  }
  .areas {
    grid-template-columns: 1fr 1fr;
    gap: 26px 24px;
  }
  .area strong {
    font-size: 12px;
  }
  .area span {
    font-size: 10px;
  }
  .footer-main {
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 32px;
  }
  .footer-main > div:first-child {
    width: 100%;
  }
  .footer-main .brand-mark {
    width: 44px;
    height: 40px;
  }
  .footer-main p {
    margin-top: 12px;
  }
  .footer-links {
    font-size: 10px;
  }
  .footer-contact a {
    font-size: 17px;
  }
  .footer-bottom {
    font-size: 7px;
    padding-bottom: 88px;
    gap: 10px;
  }
  .call-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    justify-content: center;
    align-items: center;
    gap: 9px;
    background: var(--pine);
    color: #fff;
    padding: 16px 12px calc(16px + env(safe-area-inset-bottom));
    font-size: 10px;
    border-top: 1px solid #6f8576;
    box-shadow: 0 -4px 20px #10251b18;
  }
  .call-bar .icon {
    width: 16px;
    height: 16px;
  }
  .call-bar strong {
    font-size: 11px;
    margin-left: 5px;
  }
}
@media (max-width: 370px) {
  .container {
    width: calc(100% - 30px);
  }
  .hero h1 {
    font-size: 50px;
  }
  .header-call {
    font-size: 11px;
  }
  .wordmark {
    font-size: 17px;
  }
  .brand-mark {
    width: 34px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card p {
    font-size: 12px;
  }
  .hero-note {
    font-size: 7px;
  }
  .quote-card {
    padding: 24px 20px;
  }
  .quote-card h2 {
    font-size: 27px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
