:root {
  --ink: #101c2a;
  --bg: #0c1520;
  --panel: #172736;
  --text: #eff4f9;
  --muted: #b7c4d2;
  --blue: #a5cdec;
  --action: #3472b7;
  --line: #3a5165;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Instrument Sans', sans-serif;
  --type-body: 16px;
  --type-small: 14px;
  --type-note: 13px;
  --type-label: 12px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 400 var(--type-body)/1.7 var(--sans);
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
button { color: inherit; border: 0; }
img { max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 600; text-wrap: balance; }
h1 { font-family: var(--serif); line-height: 1.04; letter-spacing: -.025em; }
h2, h3 { font-family: var(--sans); line-height: 1.18; letter-spacing: -.035em; }
h2 { font-size: clamp(34px, 3.4vw, 46px); }
h3 { font-size: 28px; }
em { color: var(--blue); font-style: normal; font-weight: inherit; }
.hero h1 em { font-style: italic; font-weight: 500; }
p { text-wrap: pretty; }
p + p { margin-top: 18px; }
strong { font-weight: 600; }
svg { display: block; width: 100%; height: auto; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #abd9ff; outline-offset: 5px; }
::selection { background: #adcceb; color: #111d29; }
.wrap { width: min(1260px, calc(100% - 88px)); margin: auto; }
.section { padding: 96px 0; }
.eyebrow {
  font: 600 var(--type-label)/1.6 var(--sans);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--blue);
}
.section-note { font-size: var(--type-note); line-height: 1.7; color: var(--muted); }
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 56px;
  margin-bottom: 42px;
}
.section-heading > div { min-width: 0; }
.section-heading .eyebrow { margin-bottom: 18px; }
.section-heading > p { max-width: 350px; flex-shrink: 0; color: var(--muted); font-size: var(--type-body); }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 23px;
  min-height: 52px;
  background: var(--action);
  border: 1px solid transparent;
  border-radius: 5px;
  color: white;
  font: 600 var(--type-small)/1.5 var(--sans);
  letter-spacing: 0;
  transition: background .18s, border-color .18s;
}
.button:hover { background: #2e65a3; }
.button:disabled { opacity: .65; cursor: wait; }
.button span { font-size: 19px; font-weight: 400; flex-shrink: 0; }
.button.small { padding: 10px 18px; min-height: 44px; }
.text-link {
  font-size: var(--type-small);
  font-weight: 600;
  border-bottom: 1px solid #58738d;
  padding-bottom: 3px;
  display: inline-flex;
  gap: 20px;
  align-items: center;
}
.text-link:hover { color: var(--blue); }
.skip { position: fixed; top: -100px; background: white; color: #101c2a; padding: 12px; z-index: 100; }
.skip:focus { top: 0; }

.header { position: sticky; top: 0; background: #0c1520f7; border-bottom: 1px solid #293c4c; z-index: 20; }
.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { line-height: 0; flex-shrink: 0; }
.brand img { width: 260px; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: var(--type-small); font-weight: 500; }
.nav-links > a:hover { color: var(--blue); }
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  padding: 8px 14px;
  border-radius: 4px;
  font-size: var(--type-small);
  min-height: 44px;
  white-space: nowrap;
}
.menu-toggle span { margin-left: 12px; }

.hero {
  padding-top: 56px;
  background: radial-gradient(ellipse at 79% 27%, #233f56, transparent 52%), linear-gradient(130deg, #101b29, #0c1520 75%);
}
.hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 0 64px; align-items: start; }
.hero-copy { min-width: 0; padding-top: 32px; }
.hero .eyebrow { display: flex; gap: 10px; align-items: center; }
.signal { width: 6px; height: 6px; border-radius: 50%; background: #8dbca7; box-shadow: 0 0 0 4px #8dbca710; flex-shrink: 0; }
.hero h1 { font-size: clamp(62px, 6vw, 84px); margin: 26px 0; }
.tagline { font-size: 19px; font-weight: 500; line-height: 1.55; max-width: 510px; }
.hero-description { font-size: 19px; line-height: 1.7; color: #c6d2de; max-width: 450px; margin: 0; text-wrap: pretty; }
.hero .actions { margin-top: 30px; }
.hero .actions .text-link { min-height: 44px; }
.hero-note { max-width: 490px; font-size: var(--type-note); color: #aebdcb; margin-top: 21px; line-height: 1.7; }
.hero-note a { color: var(--blue); text-decoration: underline; text-decoration-color: #587189; text-underline-offset: 4px; }
.hero-note a:hover { color: var(--text); text-decoration-color: currentColor; }
.evidence-preview {
  min-width: 0;
  background: linear-gradient(145deg, #1b3145e6, #142231);
  border: 1px solid #48647d;
  border-radius: 9px;
  box-shadow: 0 26px 70px #0004;
  overflow: hidden;
  animation: enter .6s both .1s;
}
.preview-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 18px 22px;
  font-size: var(--type-note);
  font-weight: 500;
  border-bottom: 1px solid #354c61;
}
.preview-label {
  font-size: var(--type-label);
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--blue);
  border: 1px solid #466682;
  padding: 4px 7px;
  border-radius: 3px;
  white-space: nowrap;
}
.property-drawing { padding: 6px 12px 0; }
.evidence-list { padding: 0 22px; }
.evidence-list > div { padding: 16px 0; border-top: 1px solid #354c61; display: flex; align-items: center; gap: 15px; }
.number, .card-index { font-size: var(--type-label); color: var(--blue); font-weight: 500; font-variant-numeric: lining-nums tabular-nums; }
.evidence-list strong { display: block; font-size: var(--type-small); }
.evidence-list small { display: block; font-size: var(--type-note); color: var(--muted); margin-top: 2px; }
.evidence-list > div > span:last-child { margin-left: auto; color: var(--blue); }
.preview-foot { font-size: var(--type-note); color: #a8bbcb; padding: 12px 22px 18px; line-height: 1.6; }
.proof-strip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #354858; margin-top: 40px; padding: 27px 0; }
.proof-strip > div { display: flex; gap: 14px; align-items: baseline; justify-content: center; border-right: 1px solid #354858; padding: 0 20px; }
.proof-strip > div:first-child { justify-content: start; padding-left: 0; }
.proof-strip > div:last-child { border: 0; padding-right: 0; }
.proof-strip strong { font-size: var(--type-small); flex-shrink: 0; }
.proof-strip span { font-size: var(--type-note); color: var(--muted); }

.services { background: linear-gradient(180deg, #142230, #111e2b); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 20px; }
.service-card {
  min-width: 0;
  background: var(--panel);
  border: 1.5px solid #557996;
  border-radius: 8px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 35px #0001;
}
.service-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.card-index { color: #96adc1; white-space: nowrap; }
.service-card h3 { margin: 22px 0 14px; font-size: 30px; letter-spacing: -.03em; }
.service-promise { font-size: var(--type-body); line-height: 1.6; font-weight: 500; min-height: 78px; }
.service-card > p:not(.service-promise):not(.plan-detail) { font-size: var(--type-body); line-height: 1.7; color: var(--muted); min-height: 136px; }
.price {
  font-size: 44px;
  font-weight: 600;
  font-variant-numeric: lining-nums tabular-nums;
  letter-spacing: -.04em;
  line-height: 1.2;
  margin: 24px 0;
}
.price span { font-size: var(--type-small); color: var(--muted); letter-spacing: 0; font-weight: 400; white-space: nowrap; }
.scope-list { padding: 0; list-style: none; margin: 24px 0; font-size: var(--type-small); color: #dce5ed; }
.scope-list li { position: relative; padding-left: 18px; margin: 10px 0; line-height: 1.65; }
.scope-list li:before { content: '+'; position: absolute; left: 0; color: var(--blue); }
.plan-detail { font-size: var(--type-small); min-height: 24px; color: var(--muted); margin: 0 0 22px !important; }
.plan-detail strong { color: var(--text); margin-left: 5px; }
.service-card .button { margin-top: auto; width: 100%; min-height: 50px; }
.service-card details { margin-top: 20px; border-top: 1px solid var(--line); padding-top: 16px; }
summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; list-style: none; font-size: var(--type-small); font-weight: 500; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 19px; font-weight: 400; color: var(--blue); flex-shrink: 0; }
details[open] > summary span { transform: rotate(45deg); }
.detail-body { margin-top: 17px; }
.detail-body p { font-size: var(--type-small); line-height: 1.75; color: var(--muted); }
.services > .wrap > .section-note { margin-top: 25px; }

/* Shared tracks keep prices and actions aligned without fixed text heights. */
@supports (grid-template-rows: subgrid) {
  @media (min-width: 851px) {
    .service-card { display: grid; grid-template-rows: subgrid; grid-row: span 9; row-gap: 0; }
    .service-promise, .service-card > p:not(.service-promise):not(.plan-detail) { min-height: 0; }
  }
}

.deliverables { background: #f2f4f2; color: var(--ink); }
.deliverables em, .deliverables .eyebrow { color: #376997; }
.deliverables .section-heading > p { color: #48596a; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #b8c8d1; margin-top: 48px; }
.process-grid article { padding: 28px 34px 20px 0; }
.process-grid article + article { border-left: 1px solid #cbd5db; padding-left: 34px; }
.step-number { font: 500 42px/1.1 var(--sans); letter-spacing: -.04em; font-variant-numeric: lining-nums tabular-nums; color: #3974ac; }
.process-grid h3 { font-size: 18px; font-weight: 600; line-height: 1.4; letter-spacing: -.015em; margin: 20px 0 12px; }
.process-grid p { font-size: var(--type-body); color: #48596a; }
.delivery-bar { border-top: 1px solid #becbd2; margin-top: 36px; padding-top: 29px; display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 30px; align-items: center; }
.delivery-bar h3 { font-size: 24px; margin-top: 10px; line-height: 1.3; }
.delivery-bar p { font-size: var(--type-small); color: #48596a; }
.delivery-bar .text-link { white-space: nowrap; }

.coverage { background: radial-gradient(ellipse at 20% 20%, #1a3249, transparent 70%), #101e2d; }
.coverage-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center; }
.coverage h2 { margin: 19px 0 25px; }
.coverage-grid > div > p:not(.eyebrow) { font-size: var(--type-body); color: var(--muted); }
.route-times { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; border-top: 1px solid #38536b; padding-top: 24px; margin: 32px 0 25px; }
.route-times strong { display: block; font: 500 40px/1.2 var(--sans); font-variant-numeric: lining-nums tabular-nums; letter-spacing: -.04em; }
.route-times span { display: block; font-size: var(--type-note); color: var(--muted); line-height: 1.6; margin-top: 7px; }
.coverage-panel { min-width: 0; padding: 31px; background: #182b3e; border: 1px solid #4a6d89; border-radius: 8px; }
.coverage-panel h3 { margin: 12px 0 25px; font-size: 28px; }
.zip-row { display: flex; gap: 10px; }
.zip-row input { width: 130px; flex: 1; }
.zip-row .button { white-space: nowrap; padding: 12px 18px; gap: 17px; }
.coverage-result { margin-top: 16px; font-size: var(--type-small); min-height: 52px; }
.coverage-grid > div > p.section-note { font-size: var(--type-note); }
.routing-prices { padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 12px 0 17px; }
.routing-prices span { display: flex; justify-content: space-between; gap: 12px; font-size: var(--type-small); margin: 9px 0; color: var(--muted); }
.routing-prices strong { color: var(--text); white-space: nowrap; font-variant-numeric: lining-nums tabular-nums; }
.coverage-panel .section-note { margin-bottom: 22px; }
.coverage-panel > p.coverage-result { font-size: var(--type-small); }

.limits { padding: 64px 0; background: #0c1824; border-top: 1px solid #2a4054; border-bottom: 1px solid #2a4054; }
.limits-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; }
.limits h2 { margin-top: 18px; }
.limits-grid > div > p:not(.eyebrow) { font-size: var(--type-body); color: var(--muted); }
.limits-grid > div > p:first-child { color: var(--text); font-size: 18px; font-weight: 500; }
.limits .text-link { margin-top: 25px; }
.faq { background: #101b27; }
.faq-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 80px; }
.faq h2 { margin-top: 17px; }
.faq-list details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq-list details:first-child { padding-top: 0; }
.faq summary { font-size: var(--type-body); font-weight: 500; line-height: 1.6; }
.faq-list p { font-size: var(--type-body); color: var(--muted); margin-top: 15px; line-height: 1.75; }

.order { background: linear-gradient(160deg, #19334b, #102131); }
.order-layout { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.order-card { padding: 32px; background: #111f2d; border: 1px solid #496b86; border-radius: 8px; }
.form-progress { font-size: var(--type-note); color: var(--blue); font-weight: 500; padding-bottom: 21px; border-bottom: 1px solid var(--line); margin-bottom: 26px; }
fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }
legend {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  font: 600 24px/1.35 var(--sans);
  letter-spacing: -.025em;
  padding: 0;
  margin: 0 0 25px;
}
legend span { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid #567991; border-radius: 50%; width: 32px; height: 32px; font: 500 var(--type-label)/1 var(--sans); color: var(--blue); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.full { grid-column: 1/-1; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; font-size: var(--type-small); font-weight: 500; margin-bottom: 8px; color: #d3dfeb; }
input:not([type=checkbox]), select, textarea {
  width: 100%;
  min-width: 0;
  background: #0b1825;
  color: var(--text);
  border: 1px solid #587187;
  border-radius: 4px;
  padding: 12px 13px;
  font-size: var(--type-body);
  line-height: 1.5;
  min-height: 50px;
  outline-offset: 2px;
}
input::placeholder, textarea::placeholder { color: #9ab2c7; opacity: 1; }
input:focus, select:focus, textarea:focus { border-color: #9dcef2; }
textarea { resize: vertical; }
.field-note { font-size: var(--type-note); color: #aabfd0; margin-top: 8px; line-height: 1.7; }
.optional { font-weight: 400; color: var(--muted); font-size: var(--type-note); margin-left: 5px; }
.form-message { font-size: var(--type-small); background: #1b3043; padding: 14px 16px; border-left: 2px solid #7dabd1; margin-top: 24px; }
.step-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; }
.step-actions > .button:only-child { margin-left: auto; }
.back { font-size: var(--type-small); font-weight: 500; background: transparent; color: var(--blue); padding: 10px 0; text-align: left; min-height: 44px; }
.consent, .plan-consent label { display: flex; gap: 11px; align-items: start; font-size: var(--type-small); line-height: 1.7; }
.consent input, .plan-consent input { width: 18px; height: 18px; flex-shrink: 0; margin: 3px 0 0; accent-color: var(--action); }
.consent a { text-decoration: underline; text-underline-offset: 3px; }
.plan-consent { margin-top: 24px; padding: 16px; border: 1px solid #435b70; border-radius: 4px; }
.plan-consent p { font-size: var(--type-note); color: var(--muted); padding-left: 29px; }
.confirmation-address { margin: 25px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.confirmation-address strong { display: block; font-size: var(--type-body); margin-top: 9px; overflow-wrap: anywhere; }
.form-error { margin-top: 20px; background: #45252c; color: #ffdae2; padding: 15px; font-size: var(--type-small); border: 1px solid #96535d; border-radius: 4px; }
.order-summary { border: 1px solid #4c6d88; border-radius: 8px; background: #1b3248; padding: 30px; position: sticky; top: 112px; }
.order-summary h3 { margin: 18px 0 7px; font-size: 30px; }
.order-summary > p { font-size: var(--type-small); color: var(--muted); }
.order-summary dl { margin: 26px 0 20px; }
.order-summary dl > div { display: flex; justify-content: space-between; gap: 18px; font-size: var(--type-small); margin: 12px 0; }
.order-summary dd { margin: 0; font-weight: 600; text-align: right; font-variant-numeric: lining-nums tabular-nums; }
.order-summary dt { color: var(--muted); }
.order-summary .total { border-top: 1px solid #506a81; padding-top: 18px; margin-top: 18px; align-items: center; }
.total dd { font-size: 30px; letter-spacing: -.035em; }
.total dt { color: var(--text); font-weight: 500; }
.summary-delivery { display: flex; gap: 13px; align-items: center; padding: 23px 0; margin-top: 22px; border-top: 1px solid #506a81; font-size: var(--type-small); font-weight: 600; }
.summary-delivery > span:first-child { color: var(--blue); font-size: 23px; }
.summary-delivery small { display: block; font-size: var(--type-note); font-weight: 400; color: var(--muted); }
.summary-delivery br { display: none; }

.footer { padding: 64px 0 24px; background: #0b1420; }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1.35fr 1.2fr; gap: 36px; }
.footer-brand img { width: 250px; display: block; }
.footer-brand p { font-size: var(--type-small); line-height: 1.75; color: var(--muted); max-width: 310px; margin-top: 16px; }
.footer h2 { font: 600 var(--type-label)/1.6 var(--sans); letter-spacing: .1em; text-transform: uppercase; color: #96b5cf; margin-bottom: 15px; }
.footer-main > div:not(:first-child) > a { display: block; font-size: var(--type-small); color: var(--muted); padding: 6px 0; }
.footer a:hover { color: var(--blue); }
.legal-scope { font-size: var(--type-note); line-height: 1.75; color: #9cb1c3; border-top: 1px solid #31475b; margin-top: 43px; padding-top: 23px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 22px; font-size: var(--type-note); color: #9cb1c3; margin-top: 20px; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 23px; }
dialog { width: min(540px, calc(100% - 30px)); border: 1px solid #7494af; border-radius: 12px; background: #15293c; color: var(--text); padding: 0; box-shadow: 0 30px 100px #0009; }
dialog::backdrop { background: #06101dcc; backdrop-filter: blur(5px); }
.success-content { padding: 38px; }
.success-content h2 { font-size: 36px; margin: 16px 0 19px; }
.success-content > p { font-size: var(--type-body); color: var(--muted); }
.success-reference { margin: 27px 0; background: #0b1b2a; padding: 17px; border-radius: 5px; }
.success-reference span { display: block; font-size: var(--type-label); text-transform: uppercase; letter-spacing: .1em; color: var(--blue); }
.success-reference strong { display: block; font-size: var(--type-body); margin-top: 6px; overflow-wrap: anywhere; font-variant-numeric: lining-nums tabular-nums; }
.noscript { padding: 20px; background: #fff; color: #111; }
.noscript a { text-decoration: underline; }
@keyframes enter {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
  .wrap { width: calc(100% - 56px); }
  .nav-links { gap: 18px; font-size: var(--type-note); }
  .brand img { width: 220px; }
  .hero-grid { gap: 0 35px; }
  .hero h1 { font-size: 64px; }
  .service-card { padding: 23px; }
  .service-card h3 { font-size: 28px; }
  .proof-strip > div { flex-direction: column; align-items: start; gap: 3px; padding-left: 24px; }
  .proof-strip > div:first-child { padding: 0; }
  .section-heading { gap: 36px; }
  .section-heading > p { max-width: 300px; }
  .coverage-grid { gap: 40px; }
  .footer-main { gap: 25px; }
  .footer-brand img { width: 220px; }
}
@media (max-width: 850px) {
  .section { padding: 74px 0; }
  .nav { height: 76px; }
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 20px 28px; background: #101f2d; border-bottom: 1px solid #49657e; gap: 0; box-shadow: 0 16px 20px #0004; font-size: var(--type-small); }
  .nav-links.open { display: flex; flex-direction: column; align-items: stretch; }
  .nav-links > a { padding: 12px 0; }
  .nav-links .button { padding: 12px 17px; margin-top: 9px; align-self: start; }
  .hero { padding-top: 50px; }
  .hero-grid { gap: 25px; }
  .hero h1 { font-size: 53px; }
  .hero .eyebrow { font-size: var(--type-label); letter-spacing: .08em; }
  .tagline { font-size: 18px; }
  .hero .actions { gap: 18px; }
  .hero .button { padding: 12px 17px; gap: 18px; }
  .preview-top { padding: 16px; flex-wrap: wrap; gap: 10px; }
  .evidence-list { padding: 0 16px; }
  .evidence-list > div { gap: 12px; }
  .preview-foot { padding: 12px 16px 18px; }
  .proof-strip { margin-top: 43px; }
  .section-heading { gap: 30px; }
  .section-heading > p { max-width: 280px; }
  .service-grid { grid-template-columns: 1fr; gap: 20px; }
  .service-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 34px; padding: 30px; }
  .service-top, .service-card details { grid-column: 1/-1; }
  .service-card h3 { grid-column: 1; font-size: 30px; }
  .service-promise { grid-column: 1; min-height: 0; grid-row: 3; }
  .service-card .price { grid-column: 2; grid-row: 2/4; align-self: center; justify-self: end; margin: 18px 0; }
  .service-card > p:not(.service-promise):not(.plan-detail) { min-height: 0; margin-top: 22px; }
  .scope-list { margin-top: 22px; }
  .service-card .plan-detail { align-self: center; margin: 10px 0 !important; }
  .service-card .button { margin-top: 5px; }
  .process-grid article { padding-right: 20px; }
  .process-grid article + article { padding-left: 20px; }
  .delivery-bar { grid-template-columns: 1fr 1fr; }
  .delivery-bar .text-link { justify-self: start; }
  .coverage-grid { grid-template-columns: 1fr; gap: 34px; }
  .coverage-grid > div:first-child { max-width: 64ch; }
  .route-times { max-width: 540px; }
  .coverage-panel { padding: 30px; }
  .limits-grid, .faq-grid { gap: 40px; }
  .order-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .form-grid { grid-template-columns: 1fr; }
  .full { grid-column: auto; }
  .step-actions { flex-wrap: wrap; }
  .step-actions .button { gap: 16px; }
  .footer-main { grid-template-columns: 1.4fr 1fr; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 90px; }
  .wrap { width: calc(100% - 40px); }
  h2 { font-size: clamp(30px, 7.7vw, 36px); }
  .nav { height: 72px; gap: 15px; }
  .nav-links { top: 72px; padding: 17px 20px; }
  .brand img { width: 207px; }
  .hero { padding-top: 38px; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero h1 { font-size: clamp(49px, 12.5vw, 68px); margin: 24px 0 21px; }
  .hero .actions { gap: 25px; }
  .hero .button { min-height: 52px; padding: 13px 21px; }
  .evidence-preview { margin: 0; animation: none; }
  .preview-top { padding: 16px 18px; }
  .property-drawing { padding: 0 12px; }
  .evidence-list { padding: 0 18px; }
  .evidence-list > div { padding: 15px 0; }
  .preview-foot { padding: 12px 18px 17px; }
  .proof-strip { margin-top: 33px; padding: 23px 0; gap: 16px; }
  .proof-strip > div { padding: 0; justify-content: start; border: 0; }
  .proof-strip strong { font-size: var(--type-note); }
  .proof-strip span { font-size: var(--type-note); line-height: 1.6; }
  .section { padding: 64px 0; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading > p { max-width: 100%; margin-top: 22px; }
  .section-heading .eyebrow { margin-bottom: 16px; }
  .service-card { display: flex; padding: 26px; gap: 0; }
  .service-card h3 { font-size: 30px; }
  .service-promise { min-height: 0; }
  .service-card .price { margin: 22px 0; font-size: 42px; align-self: start; }
  .service-card > p:not(.service-promise):not(.plan-detail) { margin-top: 0; }
  .scope-list { margin: 22px 0; }
  .service-card .plan-detail { align-self: start; margin: 0 0 22px !important; }
  .service-card .button { margin: 0; }
  .service-card details { width: 100%; }
  .process-grid { display: block; margin-top: 32px; }
  .process-grid article, .process-grid article + article { padding: 28px 0; border-left: 0; border-bottom: 1px solid #bdccd5; display: grid; grid-template-columns: 44px minmax(0, 1fr); column-gap: 18px; }
  .step-number { font-size: 32px; grid-row: 1/3; }
  .process-grid h3 { margin: 0 0 12px; }
  .process-grid p { grid-column: 2; }
  .delivery-bar { display: block; border-top: 0; margin-top: 0; padding-top: 30px; }
  .delivery-bar p { margin-top: 17px; }
  .delivery-bar .text-link { margin-top: 18px; }
  .coverage h2 { margin: 16px 0 22px; }
  .route-times { gap: 12px; }
  .route-times strong { font-size: 34px; }
  .coverage-panel { padding: 25px; }
  .coverage-panel h3 { font-size: 26px; }
  .zip-row { flex-wrap: wrap; }
  .zip-row input { width: 115px; flex: 1 1 110px; }
  .zip-row .button { padding: 12px 15px; gap: 10px; }
  .limits-grid, .faq-grid { grid-template-columns: 1fr; gap: 28px; }
  .limits h2 { margin-top: 12px; }
  .limits-grid > div > p:first-child { font-size: 18px; }
  .order-card { width: 100%; padding: 25px 20px; }
  .order-summary { width: 100%; padding: 25px; }
  .form-grid { gap: 22px; }
  legend { font-size: 22px; }
  .step-actions .button { min-height: 52px; flex: 1; justify-content: center; }
  .step-actions .back { flex-shrink: 0; }
  .footer { padding: 48px 0 25px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 32px 23px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-brand img { width: 240px; }
  .footer-brand p { max-width: 340px; }
  .footer-main > div:last-child { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: 14px; }
  .legal-scope { margin-top: 32px; }
  .success-content { padding: 28px 24px; }
  .success-content h2 { font-size: 30px; }
}
@media (max-width: 360px) {
  .brand img { width: 174px; }
  .menu-toggle { padding: 8px 10px; }
  .menu-toggle span { margin-left: 7px; }
  .proof-strip { grid-template-columns: 1fr; gap: 14px; }
  .proof-strip > div { gap: 0; }
  .service-card { padding: 23px; }
  .zip-row .button { width: 100%; }
}
.report-preview { min-width: 0; width: 100%; max-width: 520px; justify-self: end; }
.report-preview-top { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 16px; font-size: 12px; color: #b7c7d4; }
.report-preview-top .eyebrow { font-size: 11px; letter-spacing: .1em; }
.report-preview-top > span:last-child { white-space: nowrap; }
.report-sheet { background: #fbfcfa; color: #172b3a; border: 1px solid #d9e2e8; border-top: 4px solid #8bb8d9; border-radius: 4px; padding: 18px 22px 0; box-shadow: 0 18px 44px #0000002b, 0 4px 0 -1px #dce3e5, 0 8px 0 -2px #b6c4cd; }
.report-sheet-brand { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 14px; border-bottom: 1px solid #d7e0e5; }
.report-sheet-brand img { display: block; width: 174px; height: auto; }
.report-sheet-brand > span { padding: 3px 7px; border: 1px solid #c8d6df; border-radius: 3px; color: #455e70; font-size: 10px; font-weight: 500; line-height: 1.5; white-space: nowrap; }
.report-sheet-heading { padding: 15px 0 16px; }
.report-sheet-kicker { color: #526b7d; font-size: 10px; font-weight: 600; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.report-sheet-heading h2 { margin-top: 4px; font-size: 29px; line-height: 1.15; letter-spacing: -.035em; }
.report-sheet-location {margin-top:6px;color:#5d7282;font-size:10px;line-height:1.45;letter-spacing:.02em}
.report-property { margin: 0; }
/* One complete frame: no triptych extraction, crop, tint, or evidence-covering overlay. */
.report-property > img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; border-radius: 2px; background: #e8edf0; }
.report-property figcaption { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 5px 16px; padding: 9px 0 12px; border-bottom: 1px solid #d7e0e5; color: #294357; }
.report-property figcaption > span { font-size: 9px; letter-spacing: .07em; text-transform: uppercase; color: #526b7d; }
.report-property figcaption strong { font-size: 11px; font-weight: 600; line-height: 1.5; }
.report-sheet-notes { display: grid; grid-template-columns: 1fr 1.12fr; gap: 20px; padding: 15px 0 18px; }
.report-sheet-notes h3 { color: #213b50; font-size: 11px; line-height: 1.5; letter-spacing: 0; }
.report-sheet-notes p { color: #516575; font-size: 11px; line-height: 1.6; margin-top: 5px; }
.report-sheet-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 11px 0; border-top: 1px solid #d7e0e5; }
.report-sheet-footer p { color: #536b7b; font-size: 10px; line-height: 1.6; }
.report-sheet-footer > span { color: #294357; font-size: 11px; font-weight: 600; }
.report-preview-link { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 25px; padding: 0 0 10px; border-bottom: 1px solid #587189; }
.report-preview-link strong { display: block; font-size: 15px; font-weight: 600; }
.report-preview-link > span > span { display: block; color: var(--muted); font-size: 13px; margin-top: 3px; }
.report-link-arrow { font-size: 25px; color: var(--blue); transition: transform .2s ease; }
.report-preview-link:hover .report-link-arrow { transform: translate(3px, -3px); }
.report-preview-link:hover { border-color: var(--blue); }
.hero a:focus-visible { outline: 2px solid var(--blue); outline-offset: 6px; border-radius: 3px; }
.service-collection + .service-collection { margin-top: 50px; }
.collection-heading { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 6px 16px; padding: 0 0 24px; }
.collection-heading > span { color: var(--blue); font-size: 13px; }
.collection-heading h3 { font-size: 24px; }
.collection-heading p { grid-column: 2; font-size: 14px; color: var(--muted); }
.service-grid-pair { grid-template-columns: repeat(2,minmax(0,1fr)); }
.service-card-default { border-color: #82b9df; background: linear-gradient(145deg, #1d354b, #172737); }
.service-card-default .service-top .eyebrow { color: #c2e1f7; font-size: 10px; letter-spacing: .08em; }
.service-grid-entry .service-top { min-height: 34px; }
#curb-upgrade { margin-top: 0; background: #152c40; }
.service-context-note { max-width: 78ch; font-size: 14px; color: var(--muted); margin: 25px 0 40px; }
.partners-band { display: grid; grid-template-columns: minmax(0,1.8fr) minmax(0,1fr); gap: 60px; padding: 36px; background: linear-gradient(115deg,#213a50,#192b3b); border: 1px solid #6286a5; border-radius: 8px; }
.partners-band h3 { margin: 16px 0; font-size: 32px; }
.partners-band p:not(.eyebrow):not(.price) { color: var(--muted); font-size: 16px; }
.partners-band .scope-list { margin: 22px 0; }
.partners-band details { border-top: 1px solid var(--line); padding-top: 20px; }
.partners-action { border-left: 1px solid #4a657d; padding-left: 36px; }
.partners-action .price { margin: 0 0 18px; }
.partners-action .button { margin: 24px 0 18px; width: 100%; }
.order-extras { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px 0; margin-top: 24px; }
.order-extras .detail-body > p { font-size: 13px; }
.visit-dates { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 18px; }
.service-fields a { text-decoration: underline; text-underline-offset: 3px; }
@media (min-width: 851px) and (max-width: 1100px) { .nav-links { gap: 13px; font-size: 13px; } .nav { gap: 20px; } .nav-links .button { padding: 10px 12px; gap: 8px; } .brand img { width: 208px; } .hero h1 {font-size:58px;} }
@media (min-width: 851px) and (max-width: 1000px) {
  .nav {height:76px;}
  .menu-toggle {display:block;}
  .nav-links {display:none;position:absolute;top:76px;left:0;right:0;padding:20px 28px;background:#101f2d;border-bottom:1px solid #49657e;font-size:14px;gap:0;}
  .nav-links.open {display:flex;flex-direction:column;align-items:stretch;}
  .nav-links > a {padding:12px 0;}
  .nav-links .button {padding:12px 17px;margin-top:9px;align-self:start;}
}
@media (max-width: 850px) {
  .hero-grid {grid-template-columns:1fr;gap:0;}
  .hero-copy {max-width:640px;padding-top:0;}
  .hero-description {max-width:540px;}
  .report-preview {max-width:520px;width:100%;order:3;margin:0 auto 38px;justify-self:center;}
  .proof-strip {order:2;margin-top:28px;padding:20px 0;border-bottom:1px solid #354858;margin-bottom:30px;}
  .proof-strip > div {align-items:center;padding:0;gap:0;}
  .proof-strip > div:first-child {align-items:start;}
  .proof-strip > div:last-child {align-items:end;}
  .proof-strip span {display:none;}
  .service-grid-pair { grid-template-columns: 1fr; }
  .partners-band { gap: 30px; padding: 30px; }
  .partners-action { padding-left: 25px; }
}
@media (max-width: 600px) {
  .hero h1 {margin:22px 0;}
  .hero-description {font-size:17px;line-height:1.65;}
  .hero .actions {margin-top:24px;gap:24px;}
  .hero-note {margin-top:17px;font-size:12px;}
  .hero .report-preview-top .eyebrow {font-size:10px;letter-spacing:.06em;}
  .report-preview-top {gap:8px;font-size:11px;margin-bottom:13px;}
  .report-sheet {padding:18px 18px 0;}
  .report-sheet-brand {gap:10px;padding-bottom:14px;}
  .report-sheet-brand img {width:150px;}
  .report-sheet-brand > span {font-size:9px;padding:3px 5px;}
  .report-sheet-heading {padding:16px 0 14px;}
  .report-sheet-heading h2 {font-size:28px;}
  .report-property figcaption {gap:5px 12px;padding:9px 0 11px;}
  .report-property figcaption > span {font-size:10px;letter-spacing:.05em;}
  .report-property figcaption strong {font-size:11px;}
  .report-sheet-notes {grid-template-columns:1fr;gap:13px;padding:14px 0;}
  .report-sheet-notes h3 {font-size:12px;}
  .report-sheet-notes p {font-size:12px;margin-top:3px;}
  .report-sheet-footer p {font-size:11px;}
  .report-preview-link {margin-top:24px;}
  .report-preview-link strong {font-size:14px;}
  .report-preview-link > span > span {font-size:12px;}
  .proof-strip {grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:23px;margin-bottom:26px;padding:16px 0;}
  .collection-heading h3 { font-size: 22px; }
  .partners-band { grid-template-columns: 1fr; padding: 26px; gap: 28px; }
  .partners-action { border-left: 0; border-top: 1px solid #4a657d; padding: 25px 0 0; }
  .partners-band h3 { font-size: 29px; }
  .visit-dates { grid-template-columns: 1fr; }
}
@media (max-width: 360px) {
  .hero h1 {font-size:42px;}
  .hero > .hero-grid > .hero-copy > .eyebrow {font-size:10px;letter-spacing:.06em;}
  .hero .actions {gap:12px;}
  .hero .button {font-size:13px;padding:13px 12px;gap:10px;}
  .hero .actions .text-link {font-size:13px;gap:10px;}
  .hero .report-preview-top .eyebrow {max-width:165px;}
  .report-sheet-brand {flex-wrap:wrap;gap:9px;}
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation: none !important; transition: none !important; }
}
