:root {
  color-scheme: light;
  --navy: #0a2744;
  --blue: #1167a8;
  --sky: #c8ebff;
  --ice: #eef9ff;
  --white: #ffffff;
  --text: #17324a;
  --muted: #607489;
  --line: #d7e7f2;
  --green: #087a55;
  --lime: #86e63a;
  --lime-dark: #397f10;
  --warning: #985b00;
  --warning-bg: #fff7df;
  --shadow: 0 22px 55px rgba(13, 70, 111, 0.15);
}

* { box-sizing: border-box; }

html { overflow-x: hidden; scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 8% 9%, rgba(255,255,255,.95) 0 3px, transparent 4px),
    radial-gradient(circle at 82% 14%, rgba(255,255,255,.8) 0 4px, transparent 5px),
    linear-gradient(145deg, #dff4ff 0%, #f8fcff 42%, #eaf7ff 100%);
}

button, input, select, textarea { font: inherit; }
button, a, summary, label { -webkit-tap-highlight-color: rgba(17,103,168,.14); }

.site-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 32px 0 50px;
}

.brandbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 16px;
  color: white;
  background: linear-gradient(145deg, #1599e5, #075187);
  box-shadow: 0 10px 24px rgba(17,103,168,.22);
}

.brand-mark svg { width: 27px; height: 27px; }
.brand-copy { min-width: 0; }
.brand-copy strong { display: block; color: var(--navy); font-size: 1rem; letter-spacing: -.01em; }
.brand-copy span { display: block; color: var(--muted); font-size: .78rem; margin-top: 2px; }

.season-chip {
  padding: 9px 13px;
  border: 1px solid rgba(17,103,168,.18);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(255,255,255,.72);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, .87fr) minmax(540px, 1.13fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: start;
}

.intro { padding: 34px 0 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--blue);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .085em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--blue);
}

h1 {
  max-width: 650px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.55rem, 6vw, 5rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.lede {
  max-width: 590px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.17rem);
  line-height: 1.65;
}

.hero-proof { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border: 1px solid #beddec; border-radius: 999px; color: var(--blue); background: rgba(255,255,255,.72); font-size: .67rem; font-weight: 800; }
.hero-proof span::before { content: "✓"; display: grid; width: 16px; height: 16px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--lime); font-size: .6rem; font-weight: 950; }

.trigger-card {
  display: flex;
  gap: 15px;
  align-items: center;
  max-width: 500px;
  margin-top: 30px;
  padding: 17px 18px;
  border: 1px solid #b7def4;
  border-radius: 18px;
  background: rgba(255,255,255,.66);
}

.trigger-number {
  color: var(--blue);
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: 1;
}

.trigger-card strong { display: block; color: var(--navy); font-size: .94rem; }
.trigger-card span:last-child { display: block; margin-top: 3px; color: var(--muted); font-size: .81rem; line-height: 1.4; }

.hero-pricing { max-width: 500px; margin-top: 14px; padding: 17px 18px; border: 1px solid #b7def4; border-radius: 18px; background: rgba(255,255,255,.66); }
.hero-pricing-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.hero-pricing-head strong { color: var(--navy); font-size: .88rem; }
.hero-pricing-head span { max-width: 190px; color: var(--blue); font-size: .61rem; font-weight: 850; letter-spacing: .055em; line-height: 1.35; text-align: right; }
.hero-pricing > p { margin: 11px 1px 0; color: var(--muted); font-size: .68rem; line-height: 1.45; }

.calculator-card {
  overflow: hidden;
  border: 1px solid rgba(17,103,168,.18);
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.form-side { padding: clamp(24px, 4vw, 38px); }
.calculator-card .field + .field { margin-top: 27px; }
.calculator-card .label-row { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.calculator-card label, .calculator-card legend { color: var(--navy); font-weight: 800; }
.calculator-card .field-note { color: var(--muted); font-size: .77rem; }
.privacy-note { display: inline-flex; align-items: center; gap: 5px; color: var(--green); font-weight: 750; }
.privacy-note svg { width: 13px; height: 13px; }

.address-wrap { position: relative; }
.address-wrap > svg {
  position: absolute;
  z-index: 1;
  left: 17px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  color: var(--blue);
  pointer-events: none;
}
.address-wrap input {
  width: 100%;
  height: 56px;
  padding: 0 16px 0 48px;
  border: 1.5px solid #bfd9e9;
  border-radius: 16px;
  outline: 0;
  color: var(--navy);
  background: #fbfdff;
  font-size: .9rem;
  transition: border-color .2s, box-shadow .2s;
}
.address-wrap input::placeholder { color: #8ca0b1; }
.address-wrap input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(17,103,168,.11); }
.address-help { margin: 7px 2px 0; color: var(--muted); font-size: .69rem; }

.select-wrap { position: relative; }
.select-wrap select,
.property-grid select,
.property-grid textarea {
  width: 100%;
  border: 1.5px solid #bfd9e9;
  border-radius: 14px;
  outline: 0;
  color: var(--navy);
  background: #fbfdff;
  font: inherit;
  font-size: .84rem;
  transition: border-color .2s, box-shadow .2s;
}
.select-wrap select { height: 54px; padding: 0 44px 0 15px; appearance: none; }
.select-wrap > svg { position: absolute; right: 15px; top: 50%; width: 18px; height: 18px; transform: translateY(-50%); color: var(--blue); pointer-events: none; }
.select-wrap select:focus,
.property-grid select:focus,
.property-grid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(17,103,168,.11); }
.coverage-status { display: flex; align-items: flex-start; gap: 7px; margin: 8px 2px 0; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.coverage-status::before { content: "•"; flex: 0 0 auto; font-weight: 950; }
.coverage-status[data-state="eligible"] { color: var(--green); }
.coverage-status[data-state="review"] { color: var(--warning); }
.coverage-status[data-state="error"] { color: #a7372b; }

.property-details { padding: 0; border: 1.5px solid var(--line); border-radius: 16px; background: #fbfdff; }
.property-details summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 14px 15px; color: var(--navy); cursor: pointer; list-style: none; }
.property-details summary::-webkit-details-marker { display: none; }
.property-details summary > span { display: block; }
.property-details summary strong { display: block; font-size: .87rem; }
.property-details summary small { display: block; margin-top: 2px; color: var(--muted); font-size: .68rem; font-weight: 600; }
.property-details summary > svg { width: 18px; height: 18px; color: var(--blue); transition: transform .2s; }
.property-details[open] summary > svg { transform: rotate(180deg); }
.property-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; padding: 4px 15px 16px; }
.property-grid label > span { display: block; margin-bottom: 6px; font-size: .7rem; }
.property-grid select { height: 46px; padding: 0 11px; }
.property-grid textarea { min-height: 82px; padding: 11px; resize: vertical; line-height: 1.4; }
.property-notes-label { grid-column: 1 / -1; }
.property-notes-label span small { display: inline; margin-left: 4px; color: var(--muted); font-size: .63rem; }
.driveway-pricing-note { margin: 0 15px 16px; padding: 10px 11px; border-radius: 10px; color: var(--muted); background: #eef7fc; font-size: .68rem; line-height: 1.45; }
.driveway-pricing-note[data-state="average"] { color: #246644; background: #edf9f1; }
.driveway-pricing-note[data-state="review"] { color: #8a5812; background: #fff8e7; }

.depth-wrap { position: relative; }
.depth-wrap input[type="number"] {
  width: 100%;
  height: 66px;
  padding: 0 78px 0 18px;
  border: 1.5px solid #bfd9e9;
  border-radius: 16px;
  outline: 0;
  color: var(--navy);
  background: #fbfdff;
  font-size: 1.5rem;
  font-weight: 850;
  transition: border-color .2s, box-shadow .2s;
}

.depth-wrap input[type="number"]:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(17,103,168,.11); }
.depth-wrap input[aria-invalid="true"] { border-color: #c44536; }
.unit { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--muted); font-weight: 800; }

#snow-calculator input[type="range"] { width: 100%; margin: 16px 0 0; accent-color: var(--blue); }
.range-labels { display: flex; justify-content: space-between; margin-top: 3px; color: var(--muted); font-size: .69rem; font-weight: 700; }
#snow-calculator .error { min-height: 18px; margin: 5px 0 0; color: #a7372b; font-size: .76rem; }

#snow-calculator fieldset { margin: 0; padding: 0; border: 0; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 12px; }
.segmented label, .addon {
  position: relative;
  cursor: pointer;
}
.segmented input, .addon input { position: absolute; opacity: 0; pointer-events: none; }
.segment-content {
  display: block;
  height: 100%;
  padding: 14px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  background: #fbfdff;
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.segment-content strong { display: block; font-size: .9rem; }
.segment-content small { display: block; margin-top: 4px; color: var(--muted); font-size: .72rem; line-height: 1.35; }
.segmented input:checked + .segment-content { border-color: var(--blue); background: var(--ice); box-shadow: inset 0 0 0 1px var(--blue); }
.segmented input:focus-visible + .segment-content, .addon input:focus-visible + .addon-content { outline: 3px solid rgba(17,103,168,.25); outline-offset: 2px; }

.addons { display: grid; gap: 9px; margin-top: 12px; }
.addon-content {
  display: grid;
  grid-template-columns: 23px 1fr auto;
  gap: 11px;
  align-items: center;
  padding: 13px 14px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  background: #fbfdff;
}
.check-ui { display: grid; width: 22px; height: 22px; place-items: center; border: 1.5px solid #9fbdcf; border-radius: 7px; color: transparent; background: white; }
.check-ui::after { content: "✓"; font-size: .85rem; font-weight: 900; }
.addon-copy strong { display: block; font-size: .87rem; }
.addon-copy small { display: block; color: var(--muted); font-size: .7rem; margin-top: 2px; }
.addon-price { color: var(--blue); font-size: .82rem; font-weight: 850; }
.addon input:checked + .addon-content { border-color: #69aeda; background: var(--ice); }
.addon input:checked + .addon-content .check-ui { border-color: var(--blue); color: white; background: var(--blue); }

.estimate-side {
  padding: clamp(24px, 4vw, 36px);
  color: white;
  background: linear-gradient(145deg, #0c5182 0%, #092f52 100%);
}

.estimate-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.estimate-head h2 { margin: 0; font-size: 1.02rem; letter-spacing: -.01em; }
.live-pill { display: inline-flex; align-items: center; gap: 6px; color: #bdeaff; font-size: .69rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.live-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #74e0c0; box-shadow: 0 0 0 4px rgba(116,224,192,.12); }

.estimate-property { margin-top: 18px; padding: 12px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; background: rgba(255,255,255,.07); }
.estimate-property span { display: block; color: #a9cee4; font-size: .64rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.estimate-property strong { display: block; margin-top: 4px; color: white; font-size: .78rem; line-height: 1.4; overflow-wrap: anywhere; }

.itemized { display: grid; gap: 0; margin: 23px 0 0; padding: 0; list-style: none; }
.itemized li { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: .84rem; line-height: 1.35; }
.itemized li span { color: #d9edfa; }
.itemized li strong { flex: 0 0 auto; }
.itemized .included { color: #8de8cc; }
.itemized .excluded { color: #b9d7e9; font-size: .75rem; }
.itemized .empty-state { color: #d9edfa; }

.total-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-top: 24px; }
.total-row span { display: block; color: #b9d7e9; font-size: .75rem; }
.total-row strong { display: block; margin-top: 4px; font-size: clamp(2.25rem, 5vw, 3.25rem); line-height: 1; letter-spacing: -.055em; }
.estimate-badge { padding: 6px 9px; border-radius: 999px; color: #c6ebff; background: rgba(255,255,255,.09); font-size: .66rem; font-weight: 750; }

.notice { margin: 18px 0 0; padding: 11px 12px; border-radius: 11px; font-size: .73rem; line-height: 1.45; }
.notice.warning { color: #ffedb7; background: rgba(255,190,63,.12); border: 1px solid rgba(255,215,128,.2); }
.notice.info { color: #d2efff; background: rgba(122,211,255,.08); border: 1px solid rgba(150,222,255,.15); }
.notice.basis { color: #dff5ff; background: rgba(122,211,255,.1); border: 1px solid rgba(150,222,255,.18); }

.action-stack { display: grid; gap: 9px; margin-top: 20px; }
.request-button {
  display: grid;
  grid-template-columns: 22px 1fr 18px;
  gap: 10px;
  align-items: center;
  padding: 14px 15px;
  border-radius: 13px;
  color: var(--navy);
  background: var(--lime);
  box-shadow: 0 10px 25px rgba(47, 135, 18, .24);
  text-decoration: none;
  transition: transform .18s, box-shadow .18s, background .18s;
}
.request-button:hover { transform: translateY(-1px); background: #96ee4f; box-shadow: 0 13px 28px rgba(47, 135, 18, .3); }
.request-button:focus-visible { outline: 3px solid rgba(255,255,255,.75); outline-offset: 3px; }
.request-button > svg { width: 21px; height: 21px; }
.request-button span { min-width: 0; }
.request-button strong { display: block; font-size: .86rem; }
.request-button small { display: block; margin-top: 2px; color: #355424; font-size: .66rem; }
.request-button .action-arrow { width: 17px; height: 17px; }

.copy-button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 0;
  padding: 14px 18px;
  border: 0;
  border-radius: 13px;
  border: 1px solid rgba(255,255,255,.28);
  color: white;
  background: rgba(255,255,255,.08);
  font-weight: 850;
  cursor: pointer;
  transition: transform .18s, box-shadow .18s;
}
.copy-button:hover { transform: translateY(-1px); box-shadow: 0 10px 20px rgba(0,0,0,.18); }
.copy-button:active { transform: translateY(0); }
.copy-button svg { width: 17px; height: 17px; }

.estimate-service-notes { margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.17); }
.estimate-service-notes h3 { margin: 0; color: white; font-size: .87rem; }
.estimate-service-notes ul { display: grid; gap: 8px; margin: 12px 0 0; padding-left: 18px; color: #c9e0ed; font-size: .69rem; line-height: 1.48; }
.estimate-service-notes li::marker { color: var(--lime); }

.experience {
  margin-top: clamp(64px, 9vw, 104px);
  padding: clamp(32px, 5vw, 58px);
  border: 1px solid rgba(17,103,168,.14);
  border-radius: 30px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 24px 70px rgba(13,70,111,.09);
}
.section-heading { max-width: 790px; margin: 0 auto; text-align: center; }
.section-heading .eyebrow { margin-bottom: 14px; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.03; letter-spacing: -.045em; }
.section-heading > p:not(.eyebrow) { max-width: 700px; margin: 17px auto 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 38px; }
.value-card { padding: 22px 18px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.value-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 13px; color: var(--blue); background: var(--ice); }
.value-icon svg { width: 22px; height: 22px; }
.value-card h3 { margin: 15px 0 0; color: var(--navy); font-size: .95rem; }
.value-card p { margin: 8px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }

.journey-card { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(24px, 5vw, 64px); align-items: center; margin-top: 18px; padding: clamp(26px, 5vw, 48px); border-radius: 24px; color: white; background: linear-gradient(140deg, #0a2c4c, #0c5f94); }
.mini-label { display: inline-flex; color: #9de6ff; font-size: .69rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.journey-intro h3 { margin: 11px 0 0; font-size: clamp(1.75rem, 3.5vw, 2.7rem); line-height: 1.08; letter-spacing: -.04em; }
.journey-intro p { margin: 14px 0 0; color: #c6ddeb; font-size: .84rem; line-height: 1.6; }
.steps { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; padding: 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.07); }
.steps li > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; color: var(--navy); background: var(--lime); font-weight: 950; }
.steps strong { display: block; font-size: .86rem; }
.steps p { margin: 5px 0 0; color: #c7deec; font-size: .73rem; line-height: 1.45; }

.tier-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; margin-top: 13px; }
.tier { padding: 9px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.7); }
.tier span { display: block; color: var(--muted); font-size: .65rem; }
.tier small { display: inline-block; margin-top: 4px; color: var(--navy); font-size: .58rem; font-weight: 750; }
.tier strong { display: inline-block; margin: 4px 0 0 4px; color: var(--blue); font-size: .84rem; }

.request-section {
  position: relative;
  scroll-margin-top: 24px;
  margin-top: clamp(46px, 8vw, 84px);
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(17,103,168,.16);
  border-radius: 30px;
  background: white;
  box-shadow: var(--shadow);
}
.close-request { position: absolute; top: 18px; right: 18px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: white; cursor: pointer; }
.close-request:hover { color: var(--navy); background: var(--ice); }
.close-request svg { width: 18px; height: 18px; }
.request-heading { max-width: 700px; margin: 0 auto 28px; padding: 0 30px; text-align: center; }
.request-heading .mini-label { color: var(--blue); }
.request-heading h2 { margin: 10px 0 0; color: var(--navy); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; letter-spacing: -.045em; outline: 0; }
.request-heading p { margin: 15px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }
.request-summary-card { max-width: 820px; margin: 0 auto 16px; padding: 18px; border: 1px solid #bcdfee; border-radius: 18px; background: var(--ice); }
.request-summary-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.request-summary-head .mini-label { color: var(--blue); }
.request-summary-head h3 { margin: 5px 0 0; color: var(--navy); font-size: 1.05rem; }
.copy-request-details { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; padding: 9px 11px; border: 1px solid #afd4e7; border-radius: 10px; color: var(--blue); background: white; font: inherit; font-size: .7rem; font-weight: 850; cursor: pointer; }
.copy-request-details:hover { border-color: var(--blue); }
.copy-request-details svg { width: 15px; height: 15px; }
.request-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 15px 0 0; }
.request-summary div { min-width: 0; padding: 10px; border: 1px solid #d3e8f3; border-radius: 10px; background: rgba(255,255,255,.8); }
.request-summary dt { color: var(--muted); font-size: .61rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.request-summary dd { margin: 4px 0 0; color: var(--navy); font-size: .72rem; font-weight: 750; line-height: 1.4; overflow-wrap: anywhere; }
.request-summary-card > p { margin: 12px 2px 0; color: var(--muted); font-size: .69rem; line-height: 1.45; }
.jobber-form-shell { min-height: 260px; max-width: 820px; margin: 0 auto; padding: clamp(14px, 3vw, 28px); overflow-x: hidden; border: 1px solid var(--line); border-radius: 20px; background: #f8fcff; }
.jobber-form-shell > div,
.jobber-form-shell iframe { width: 100% !important; max-width: 100% !important; }
.form-fallback { margin: 16px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }
.form-fallback a { color: var(--blue); font-weight: 800; }
.legal { margin: 20px auto 0; max-width: 900px; color: #70869a; font-size: .68rem; line-height: 1.5; text-align: center; }

[hidden] { display: none !important; }

@media (min-width: 940px) {
  .calculator-card { display: grid; grid-template-columns: 1fr .86fr; }
}

@media (max-width: 939px) {
  .hero { grid-template-columns: 1fr; }
  .intro { padding-top: 10px; }
  .calculator-card { max-width: 720px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-card { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-shell { width: min(100% - 20px, 560px); padding: max(16px, env(safe-area-inset-top)) max(0px, env(safe-area-inset-right)) calc(36px + env(safe-area-inset-bottom)) max(0px, env(safe-area-inset-left)); }
  .brandbar { gap: 12px; margin-bottom: 18px; }
  .brand { gap: 10px; }
  .brand-mark { width: 44px; height: 44px; flex-basis: 44px; border-radius: 14px; }
  .brand-mark svg { width: 24px; height: 24px; }
  .brand-copy strong { font-size: .95rem; }
  .brand-copy span { font-size: .73rem; }
  .season-chip { display: none; }
  .eyebrow { margin-bottom: 12px; font-size: .76rem; }
  h1 { font-size: clamp(2.35rem, 13vw, 3.55rem); line-height: 1; }
  .lede { margin-top: 16px; font-size: 1rem; line-height: 1.55; }
  .hero-proof { margin-top: 18px; }
  .hero-proof span { min-height: 34px; padding: 7px 9px; font-size: .76rem; }
  .trigger-card { margin-top: 20px; padding: 15px; }
  .trigger-number { font-size: 1.95rem; }
  .trigger-card strong { font-size: .95rem; }
  .trigger-card span:last-child { font-size: .86rem; }
  .hero-pricing { padding: 15px; }
  .hero-pricing-head strong { font-size: .92rem; }
  .hero-pricing-head span { font-size: .68rem; }
  .hero-pricing > p { font-size: .8rem; }
  .hero { gap: 24px; }
  .calculator-card { border-radius: 22px; }
  .form-side, .estimate-side { padding: 22px 16px; }
  .calculator-card .field + .field { margin-top: 23px; }
  .calculator-card label, .calculator-card legend { font-size: 1rem; }
  .calculator-card .field-note { font-size: .8rem; }
  .address-wrap input,
  .select-wrap select,
  .property-grid select,
  .property-grid textarea { font-size: 1rem; }
  .address-help, .coverage-status { font-size: .8rem; }
  #snow-calculator input[type="range"] { min-height: 32px; margin-top: 12px; touch-action: pan-x; }
  .range-labels { font-size: .78rem; }
  .property-details summary { min-height: 54px; }
  .property-details summary strong { font-size: .95rem; }
  .property-details summary small { font-size: .78rem; }
  .property-grid label > span { font-size: .86rem; }
  .property-grid select { height: 50px; }
  .driveway-pricing-note { font-size: .8rem; }
  .segmented { grid-template-columns: 1fr; }
  .segment-content { min-height: 58px; padding: 13px 14px; }
  .segment-content strong { font-size: .95rem; }
  .segment-content small { font-size: .82rem; }
  .addon-content { min-height: 60px; grid-template-columns: 23px minmax(0, 1fr) auto; }
  .addon-copy { min-width: 0; }
  .addon-copy strong { font-size: .92rem; overflow-wrap: anywhere; }
  .addon-copy small { font-size: .8rem; }
  .addon-price { font-size: .9rem; }
  .estimate-head h2 { font-size: 1.08rem; }
  .live-pill { font-size: .74rem; }
  .estimate-property span { font-size: .72rem; }
  .estimate-property strong { font-size: .88rem; }
  .itemized li { font-size: .9rem; }
  .total-row span { font-size: .82rem; }
  .estimate-badge { font-size: .74rem; }
  .notice { font-size: .82rem; }
  .request-button { min-height: 60px; }
  .request-button strong { font-size: .92rem; }
  .request-button small { font-size: .78rem; }
  .copy-button { min-height: 50px; }
  .estimate-service-notes h3 { font-size: .95rem; }
  .estimate-service-notes ul { font-size: .8rem; }
  .tier-grid { grid-template-columns: repeat(2, 1fr); }
  .tier span { font-size: .78rem; }
  .tier small { font-size: .7rem; }
  .tier strong { font-size: .98rem; }
  .experience { margin-top: 46px; padding: 30px 16px 16px; border-radius: 22px; }
  .section-heading > p:not(.eyebrow) { font-size: .95rem; }
  .value-grid { grid-template-columns: 1fr; margin-top: 28px; }
  .value-card h3 { font-size: 1rem; }
  .value-card p { font-size: .86rem; }
  .journey-card { padding: 24px 16px; border-radius: 18px; }
  .journey-intro p { font-size: .9rem; }
  .steps strong { font-size: .92rem; }
  .steps p { font-size: .82rem; }
  .request-section { padding: 56px 14px 24px; border-radius: 22px; }
  .request-heading { padding: 0; }
  .request-heading p { font-size: .9rem; }
  .property-grid { grid-template-columns: 1fr; }
  .property-notes-label { grid-column: auto; }
  .request-summary-head { align-items: flex-start; }
  .request-summary { grid-template-columns: 1fr 1fr; }
  .request-summary dt { font-size: .7rem; }
  .request-summary dd { font-size: .82rem; }
  .request-summary-card > p, .form-fallback, .legal { font-size: .78rem; }
  .close-request, .copy-request-details { min-height: 44px; }
}

@media (max-width: 430px) {
  .hero-pricing-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .hero-pricing-head span { max-width: none; text-align: left; }
  .calculator-card .label-row { align-items: flex-start; flex-direction: column; gap: 5px; }
  .total-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .itemized li { gap: 12px; }
  .request-summary-head { flex-direction: column; }
  .request-summary { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
