:root {
  --ink: #071b33;
  --ink-2: #0c2748;
  --blue: #0c69f0;
  --blue-dark: #0755c7;
  --sky: #dcecff;
  --mist: #f2f7fc;
  --paper: #ffffff;
  --muted: #607087;
  --line: #d9e3ed;
  --green: #23bd83;
  --radius: 20px;
  --shadow: 0 26px 70px rgba(7, 27, 51, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.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;
}
.skip-link {
  position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px;
  color: white; background: var(--blue); border-radius: 8px; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(217, 227, 237, .85);
  background: rgba(255, 255, 255, .9); backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; line-height: 1; }
.brand-mark { width: 46px; height: 46px; color: var(--ink); flex: none; }
.brand b { display: block; font-size: 20px; letter-spacing: .09em; }
.brand small { display: block; margin-top: 6px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .19em; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) { color: #36485e; text-decoration: none; font-size: 14px; font-weight: 700; }
.site-nav > a:not(.button):hover { color: var(--blue); }
.site-nav .nav-phone { padding-left: 28px; border-left: 1px solid var(--line); color: var(--ink) !important; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s ease; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px;
  padding: 0 24px; border: 1px solid var(--blue); border-radius: 8px; color: white;
  background: var(--blue); box-shadow: 0 12px 26px rgba(12, 105, 240, .22);
  text-decoration: none; font-weight: 800; cursor: pointer; transition: .2s ease;
}
.button:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 16px 32px rgba(12, 105, 240, .3); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible {
  outline: 3px solid rgba(12, 105, 240, .38); outline-offset: 3px;
}
.button-small { min-height: 43px; padding: 0 18px; font-size: 13px; }
.button-light { border-color: white; color: var(--ink); background: white; box-shadow: none; }
.button-light:hover { color: white; border-color: var(--blue); background: var(--blue); }

.hero { position: relative; overflow: hidden; min-height: 700px; color: white; background: var(--ink); }
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .28;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 54px 54px; mask-image: linear-gradient(to right, black, transparent 74%);
}
.hero-glow { position: absolute; width: 760px; height: 760px; right: -260px; top: -220px; border-radius: 50%; background: rgba(12,105,240,.32); filter: blur(2px); }
.hero-grid { position: relative; z-index: 1; min-height: 700px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding-block: 76px 92px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: #9ec8ff; font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 2px; background: var(--blue); }
.eyebrow.dark { color: var(--blue); }
.hero h1, .section h2 { margin: 0; line-height: 1.04; letter-spacing: -.045em; }
.hero h1 { max-width: 690px; font-size: clamp(48px, 6.2vw, 76px); }
.hero h1 em { color: #7db6ff; font-style: normal; }
.hero-lede { max-width: 610px; margin: 26px 0 32px; color: #c4cfdb; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: white; text-decoration: none; font-weight: 800; }
.phone-dot { display: inline-grid; place-items: center; width: 30px; height: 30px; color: #9ec8ff; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.trust-row { display: flex; gap: 26px; margin-top: 45px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); }
.trust-row span { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 8px; color: #9caabd; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.trust-row b { grid-row: 1 / 2; color: #5b9eff; font-size: 10px; }

.hero-visual { position: relative; min-height: 470px; }
.sun-orbit { position: absolute; inset: -34px -60px -55px -30px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.sun-orbit::after { content: ""; position: absolute; width: 10px; height: 10px; top: 45px; left: 62px; border-radius: 50%; background: #62a7ff; box-shadow: 0 0 20px #0c69f0; }
.solar-card { position: absolute; inset: 38px 20px 20px 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; background: #dcebfa; box-shadow: 0 35px 80px rgba(0,0,0,.35); transform: rotate(1.4deg); }
.solar-sky { position: absolute; inset: 0 0 43% 0; background: linear-gradient(145deg, #eaf5ff 0%, #b9d9f6 58%, #7ab1e4 100%); }
.sun { position: absolute; width: 68px; height: 68px; top: 38px; right: 55px; border-radius: 50%; background: #fff6bc; box-shadow: 0 0 45px rgba(255,247,181,.8); }
.cloud { position: absolute; width: 95px; height: 16px; border-radius: 20px; background: rgba(255,255,255,.5); filter: blur(5px); }
.cloud-one { top: 67px; left: 45px; }.cloud-two { top: 123px; right: 110px; transform: scale(.7); }
.roof-line { position: absolute; left: -14%; right: -14%; bottom: -4%; height: 62%; background: linear-gradient(145deg, #283a4b, #172533); transform: skewY(-12deg); transform-origin: right; }
.panel-array { position: absolute; z-index: 2; left: 12%; right: 12%; bottom: 16%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; padding: 7px; border: 3px solid #d7e2ea; background: #aebdca; transform: skewY(-12deg); box-shadow: 0 20px 25px rgba(0,0,0,.3); }
.panel-array span { aspect-ratio: 1.35; border: 1px solid #5890c9; background: linear-gradient(145deg, #173b6e, #0b61bd 55%, #174a85); }
.panel-array span::after { content: ""; display: block; width: 48%; height: 100%; border-right: 1px solid rgba(255,255,255,.3); }
.guard-line { position: absolute; z-index: 3; left: 11%; right: 11%; bottom: 11%; height: 24px; border: 3px solid #b4c3ce; border-top: 0; background: repeating-linear-gradient(90deg, transparent 0 12px, #93a4b0 12px 14px); transform: skewY(-12deg); }
.visual-label { position: absolute; z-index: 4; right: 22px; bottom: 20px; display: flex; align-items: center; gap: 11px; padding: 12px 15px; color: var(--ink); border: 1px solid rgba(7,27,51,.12); border-radius: 10px; background: rgba(255,255,255,.92); box-shadow: 0 10px 25px rgba(0,0,0,.16); }
.visual-label b, .visual-label small { display: block; }.visual-label b { font-size: 12px; }.visual-label small { color: var(--muted); font-size: 9px; }
.status-pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(35,189,131,.14); }
.float-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; min-width: 190px; padding: 14px 16px; color: var(--ink); border: 1px solid rgba(255,255,255,.55); border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: 0 15px 35px rgba(0,0,0,.22); }
.float-card small, .float-card b { display: block; }.float-card small { color: var(--muted); font-size: 10px; }.float-card b { font-size: 13px; }
.float-icon { display: grid; place-items: center; width: 35px; height: 35px; color: white; border-radius: 9px; background: var(--blue); font-weight: 900; }
.float-clean { top: 7px; left: -25px; }.float-guard { right: -18px; bottom: 74px; }

.proof-strip { border-bottom: 1px solid var(--line); background: white; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid p { position: relative; display: grid; grid-template-columns: auto 1fr; column-gap: 16px; margin: 0; padding: 28px 34px; }
.proof-grid p + p { border-left: 1px solid var(--line); }
.proof-grid span { grid-row: 1 / 3; color: var(--blue); font-size: 11px; font-weight: 900; }
.proof-grid b { font-size: 14px; }.proof-grid small { max-width: 300px; color: var(--muted); font-size: 12px; line-height: 1.45; }

.section { padding-block: 112px; }
.section h2 { max-width: 720px; font-size: clamp(38px, 5vw, 58px); }
.section-heading { display: grid; grid-template-columns: 1.45fr .7fr; gap: 70px; align-items: end; margin-bottom: 55px; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.service-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #b5cee9; box-shadow: var(--shadow); }
.service-card.primary { grid-column: span 3; min-height: 590px; padding: 34px; }
.service-card.compact { grid-column: span 2; min-height: 350px; padding: 30px; background: var(--mist); }
.service-number { color: #9aabc0; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.service-icon { display: grid; place-items: center; width: 76px; height: 76px; margin: 25px 0 30px; color: var(--blue); border-radius: 18px; background: #e9f3ff; }
.service-icon svg { width: 48px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.card-kicker { margin: 0 0 5px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.service-card h3 { margin: 0 0 13px; font-size: 27px; line-height: 1.2; letter-spacing: -.025em; }
.service-card p { color: var(--muted); }.service-card.primary > p:not(.card-kicker) { min-height: 52px; }
.service-card ul { margin: 22px 0 30px; padding: 0; list-style: none; }
.service-card li { position: relative; padding: 8px 0 8px 24px; border-top: 1px solid #e5edf4; font-size: 13px; font-weight: 700; }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); }
.service-card .decision-list { margin-top: 18px; }
.service-card .decision-list li { display: grid; gap: 3px; padding: 13px 0; }
.service-card .decision-list li::before { content: none; }
.decision-list b { color: var(--blue); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.decision-list span { color: #40536a; font-weight: 650; line-height: 1.45; }
.service-card a, .treatment-card a { color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 900; }
.service-card a span, .treatment-card a span { margin-left: 8px; color: var(--blue); }
.service-card.compact h3 { margin-top: 42px; font-size: 21px; }
.mini-decision { display: grid; grid-template-columns: 58px 1fr; gap: 8px 11px; min-height: 176px; margin: 17px 0 25px; padding-top: 15px; border-top: 1px solid var(--line); }
.mini-decision b { color: var(--blue); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.mini-decision span { color: var(--muted); font-size: 12px; line-height: 1.4; }

.process-section { position: relative; overflow: hidden; color: white; background: var(--blue); }
.process-section::after { content: ""; position: absolute; width: 650px; height: 650px; left: -240px; bottom: -400px; border: 120px solid rgba(255,255,255,.055); border-radius: 50%; }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.process-copy h2 { max-width: 520px; }.process-copy > p:not(.eyebrow) { margin: 26px 0 34px; color: #d9eaff; font-size: 17px; }
.process-section .eyebrow { color: #dcecff; }.process-section .eyebrow span { background: white; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.24); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.24); }
.steps > li > span { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 13px; font-weight: 900; }
.steps small { display: block; margin-bottom: 3px; color: #d6e8ff; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.steps b { display: block; font-size: 20px; }.steps p { margin: 5px 0 0; color: #d9eaff; font-size: 14px; }

.treatment-section { background: var(--mist); }
.treatment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.treatment-card { position: relative; overflow: hidden; min-height: 480px; padding: 45px; border-radius: 24px; }
.treatment-card::before { content: ""; position: absolute; width: 270px; height: 270px; top: -95px; right: -85px; border: 56px solid rgba(255,255,255,.08); border-radius: 50%; }
.treatment-card.blue { color: white; background: var(--blue); }
.treatment-card.dark { color: white; background: var(--ink); }
.material-tag { display: inline-block; padding: 7px 10px; border: 1px solid rgba(255,255,255,.32); border-radius: 6px; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.treatment-card h3 { margin: 65px 0 15px; font-size: clamp(32px, 4vw, 45px); letter-spacing: -.04em; }
.treatment-card > p { max-width: 500px; color: rgba(255,255,255,.78); }
.treatment-points { display: grid; gap: 10px; margin: 27px 0 38px; }
.treatment-points span { padding-left: 23px; position: relative; color: rgba(255,255,255,.83); font-size: 13px; }
.treatment-points b { display: block; color: white; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.treatment-points span::before { content: "+"; position: absolute; left: 0; color: #9ec8ff; }
.treatment-card a { color: white; }

.quote-section { color: white; background: var(--ink); }
.quote-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 80px; align-items: start; }
.quote-copy { position: sticky; top: 120px; }
.quote-copy h2 { font-size: clamp(40px, 4vw, 55px); }.quote-copy > p:not(.eyebrow) { color: #b9c6d3; font-size: 17px; }
.quote-points { display: grid; gap: 0; margin: 30px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.quote-points li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.quote-points span { color: #72adfb; font-size: 10px; font-weight: 900; }.quote-points b { font-size: 13px; }
.contact-card { margin-top: 42px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-card span, .contact-card small { display: block; color: #91a1b4; }.contact-card span { font-size: 10px; font-weight: 900; letter-spacing: .15em; }.contact-card a { display: block; margin: 7px 0 3px; color: white; text-decoration: none; font-size: 26px; font-weight: 800; }
.quote-form { padding: 42px; color: var(--ink); border-radius: 22px; background: white; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.form-head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-head span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .15em; }.form-head p { margin: 0; color: var(--muted); font-size: 12px; }
.form-stage { margin-bottom: 26px; padding-bottom: 6px; border-bottom: 1px solid var(--line); }
.form-stage:last-of-type { margin-bottom: 12px; }
.form-stage-title { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.form-stage-title > span { display: grid; place-items: center; width: 38px; height: 38px; flex: none; color: white; border-radius: 50%; background: var(--blue); font-size: 10px; font-weight: 900; }
.form-stage-title b, .form-stage-title small { display: block; }.form-stage-title b { font-size: 15px; }.form-stage-title small { color: var(--muted); font-size: 11px; }
.field-grid { display: grid; gap: 16px; }.field-grid.two { grid-template-columns: 1fr 1fr; }.field-grid.three { grid-template-columns: repeat(3, 1fr); }.field-grid .span-two { grid-column: span 2; }
.quote-form label, .quote-form legend { display: block; color: #30445c; font-size: 12px; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin: 7px 0 18px; border: 1px solid #cad7e3; border-radius: 7px; color: var(--ink); background: white; }
.quote-form input, .quote-form select { min-height: 48px; padding: 0 13px; }.quote-form textarea { padding: 12px 13px; resize: vertical; }
.quote-form input:hover, .quote-form select:hover, .quote-form textarea:hover { border-color: #92abc4; }
.quote-form fieldset { margin: 4px 0 22px; padding: 0; border: 0; }.quote-form legend { margin-bottom: 10px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.choice-grid label { position: relative; cursor: pointer; }.choice-grid input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-grid span { display: flex; align-items: center; min-height: 48px; padding: 9px 13px 9px 40px; border: 1px solid #cad7e3; border-radius: 7px; font-size: 12px; }
.choice-grid span::before { content: ""; position: absolute; left: 13px; width: 15px; height: 15px; border: 1px solid #9dafc1; border-radius: 4px; }
.choice-grid input:checked + span { color: var(--blue-dark); border-color: var(--blue); background: #eef6ff; }
.choice-grid input:checked + span::before { content: "✓"; display: grid; place-items: center; color: white; border-color: var(--blue); background: var(--blue); font-size: 10px; }
.choice-grid input:focus-visible + span { outline: 3px solid rgba(12,105,240,.3); outline-offset: 2px; }
.bot-field { position: absolute !important; left: -9999px !important; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 8px; padding-top: 22px; border-top: 1px solid var(--line); }
.form-footer p { max-width: 310px; margin: 0; color: var(--muted); font-size: 11px; }
.submit-button { flex: none; border: 0; }
.submit-button[disabled] { cursor: wait; opacity: .65; transform: none; }
.form-status { display: none; margin-top: 18px; padding: 13px 15px; border-radius: 7px; font-size: 13px; font-weight: 700; }
.form-status.success { display: block; color: #0e6c4c; background: #e2f8ef; }.form-status.error { display: block; color: #a32727; background: #ffebeb; }

.site-footer { color: white; background: #041324; }
.footer-main { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 45px; align-items: center; padding-block: 55px; }
.footer-brand { color: white; }.footer-main > div span, .footer-main > div a { display: block; }.footer-main > div span { margin-bottom: 8px; color: #7590ab; font-size: 9px; font-weight: 900; letter-spacing: .15em; }.footer-main > div a { color: white; text-decoration: none; font-size: 14px; font-weight: 750; overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #7790a9; font-size: 11px; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .site-nav { gap: 16px; }.site-nav .nav-phone { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 70px; }.hero-visual { min-height: 500px; width: min(620px, 100%); margin-inline: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .service-card.compact { grid-column: span 3; }
  .process-grid, .quote-grid { grid-template-columns: 1fr; gap: 55px; }.quote-copy { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 68px; }.brand-mark { width: 40px; height: 40px; }.brand b { font-size: 17px; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 68px 0 auto 0; display: grid; gap: 0; padding: 18px 20px 25px; border-top: 1px solid var(--line); background: white; box-shadow: 0 22px 35px rgba(7,27,51,.15); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .25s ease; }
  .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }.site-nav > a:not(.button) { padding: 13px 5px; border-bottom: 1px solid var(--line); }.site-nav .button { margin-top: 14px; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero, .hero-grid { min-height: auto; }.hero-grid { padding-block: 60px 70px; }.hero h1 { font-size: clamp(43px, 13vw, 62px); }.hero-lede { font-size: 17px; }.hero-actions { align-items: stretch; flex-direction: column; }.text-link { justify-content: center; }
  .trust-row { display: grid; gap: 12px; }.hero-visual { min-height: 390px; margin-top: 15px; }.solar-card { inset: 35px 4px 8px; }.float-card { min-width: 165px; padding: 10px 12px; }.float-clean { left: 0; }.float-guard { right: -4px; bottom: 35px; }.float-card b { font-size: 11px; }
  .proof-grid { grid-template-columns: 1fr; }.proof-grid p + p { border-left: 0; border-top: 1px solid var(--line); }.proof-grid p { padding: 21px 12px; }
  .section { padding-block: 78px; }.section h2 { font-size: 39px; }.section-heading { margin-bottom: 38px; }
  .feature-grid { grid-template-columns: 1fr; }.service-card.primary, .service-card.compact { grid-column: auto; min-height: 0; padding: 27px; }.service-card.primary > p:not(.card-kicker), .service-card.compact p { min-height: 0; }.service-card.compact h3 { margin-top: 28px; }
  .process-grid { gap: 45px; }.steps li { grid-template-columns: 50px 1fr; gap: 14px; }.steps > li > span { width: 42px; height: 42px; }
  .treatment-grid { grid-template-columns: 1fr; }.treatment-card { min-height: 0; padding: 32px 26px; }.treatment-card h3 { margin-top: 48px; }
  .quote-grid { gap: 40px; }.quote-form { padding: 26px 18px; }.field-grid.two, .field-grid.three, .choice-grid { grid-template-columns: 1fr; }.field-grid .span-two { grid-column: auto; }.form-head, .form-footer { align-items: stretch; flex-direction: column; }.submit-button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
