:root {
  --green-950: #0b2c24;
  --green-900: #123c31;
  --green-700: #2b6452;
  --sage: #d9eadb;
  --cream: #f7f3e9;
  --paper: #fffdf7;
  --orange: #d94718;
  --yellow: #ffca57;
  --ink: #17231f;
  --muted: #65716b;
  --line: rgba(18, 60, 49, .16);
  --display: "Fjalla One", sans-serif;
  --body: "DM Sans", sans-serif;
  --shadow: 0 24px 70px rgba(11, 44, 36, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 1000; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(100% - 40px, 1320px);
  height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .78rem; text-decoration: none; font-size: 1.28rem; letter-spacing: .04em; }
.brand b { font-weight: 800; }
.brand-mark { width: 60px; height: 60px; display: grid; flex: 0 0 auto; place-items: center; color: var(--green-900); }
.brand-mark img { display: block; width: 58px; height: 58px; object-fit: contain; }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name > span { white-space: nowrap; }
.brand-name small { margin-top: .42rem; color: var(--green-700); font-size: .64rem; font-weight: 800; letter-spacing: .18em; }
nav { display: flex; gap: 2rem; }
nav a { text-decoration: none; font-size: .86rem; font-weight: 700; }
nav a:hover { color: var(--orange); }
.header-call { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; text-decoration: none; line-height: 1.1; }
.header-call span { color: var(--muted); text-transform: uppercase; font-size: .66rem; font-weight: 700; letter-spacing: .12em; }
.header-call strong { color: var(--green-900); font-size: 1.05rem; }

.hero {
  width: min(100% - 40px, 1320px);
  min-height: 680px;
  margin: 0 auto;
  padding: 74px 0 66px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 76px;
}
.eyebrow { margin: 0 0 1.1rem; color: var(--green-700); font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; line-height: .96; letter-spacing: -.02em; text-transform: uppercase; }
h1 { margin-bottom: 1.6rem; font-size: clamp(4rem, 6.5vw, 7.4rem); color: var(--green-950); }
h1 em { color: var(--orange); font-style: normal; }
.hero-lede { max-width: 630px; color: #46534e; font-size: 1.16rem; }
.hero-promise { max-width: 650px; margin: -0.35rem 0 .8rem; color: var(--green-900); font: 400 1.45rem/1.15 var(--display); letter-spacing: .01em; text-transform: uppercase; }
.hero-actions { display: flex; align-items: center; gap: 1rem; margin: 2rem 0 1.75rem; }
.button { min-height: 64px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border: 0; border-radius: 4px; padding: 1rem 1.65rem; font: 800 1.12rem/1.15 var(--body); letter-spacing: .01em; text-decoration: none; text-align: center; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); box-shadow: none; }
.button-primary:hover { background: #c94317; box-shadow: none; }
.button-primary svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2.5; }
.button-secondary { color: var(--green-900); border: 1px solid var(--green-900); }
.button-secondary:hover { background: rgba(18, 60, 49, .06); }
.button-quote { color: white; background: var(--orange); box-shadow: none; }
.button-quote:hover { background: #c94317; box-shadow: none; }
.page-hero .hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 220px)); align-items: stretch; }
.page-hero .hero-actions .button { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: .7rem 1.25rem; color: var(--muted); font-size: .78rem; font-weight: 600; }
.trust-row i { color: var(--green-700); font-style: normal; }
.hero-visual { position: relative; }
.photo-hero { min-height: 570px; border-radius: 28px; background: var(--green-900); box-shadow: 0 30px 60px rgba(11,44,36,.2); }
.photo-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; border-radius: inherit; object-fit: cover; object-position: 61% center; filter: saturate(.88) contrast(1.03); }
.photo-wash { position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(180deg, rgba(11,44,36,.03) 35%, rgba(11,44,36,.62) 100%); }
.weather-badge { position: absolute; z-index: 2; top: -18px; right: -18px; width: 128px; height: 128px; display: grid; place-content: center; text-align: center; border: 7px solid var(--cream); border-radius: 50%; color: var(--green-950); background: var(--yellow); transform: rotate(6deg); box-shadow: var(--shadow); }
.weather-badge span { font-size: .56rem; font-weight: 800; letter-spacing: .1em; }
.weather-badge b { width: 80px; font-family: var(--display); font-size: 1.25rem; line-height: 1; }
.response-card { position: absolute; left: -35px; bottom: 30px; min-width: 310px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .75rem; padding: 1rem; border: 1px solid rgba(255,255,255,.5); border-radius: 6px; color: white; background: rgba(11, 44, 36, .93); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.response-card div { display: flex; flex-direction: column; line-height: 1.25; }
.response-card small { color: rgba(255,255,255,.65); font-size: .69rem; }
.response-card a { color: var(--yellow); font-size: .73rem; font-weight: 800; text-decoration: none; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: #7bed9f; box-shadow: 0 0 0 6px rgba(123,237,159,.12); }

.problem-strip { display: flex; align-items: center; justify-content: center; gap: 0; color: white; background: var(--green-900); overflow-x: auto; }
.problem-strip p, .problem-strip a { margin: 0; padding: 1.35rem 1.8rem; white-space: nowrap; }
.problem-strip p { color: var(--yellow); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.problem-strip a { border-left: 1px solid rgba(255,255,255,.13); font-size: .78rem; font-weight: 700; text-decoration: none; }
.problem-strip a:hover { background: rgba(255,255,255,.07); }

.canby-benefits { display: grid; grid-template-columns: 1.03fr .97fr; min-height: 760px; color: white; background: var(--green-950); }
.canby-photo { position: relative; min-height: 700px; overflow: hidden; }
.canby-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 58%, rgba(11,44,36,.72) 100%), linear-gradient(0deg, rgba(11,44,36,.5), transparent 40%); }
.canby-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 54% center; filter: saturate(.9) contrast(1.04); }
.canby-photo > span { position: absolute; z-index: 1; left: max(24px, 5vw); bottom: 38px; padding: .55rem .75rem; border: 1px solid rgba(255,255,255,.35); color: white; background: rgba(11,44,36,.72); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.canby-benefits-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px max(26px, 7vw) 80px 6vw; }
.canby-benefits-copy h2 { max-width: 670px; color: white; font-size: clamp(3rem,4.7vw,5.4rem); }
.benefits-lede { max-width: 650px; color: rgba(255,255,255,.67); font-size: 1.03rem; }
.benefit-points { margin-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); }
.benefit-points article { display: grid; grid-template-columns: 42px 1fr; gap: .8rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.benefit-points article > span { color: var(--orange); font: 400 .95rem var(--display); }
.benefit-points h3 { margin: 0 0 .2rem; font: 400 1.13rem var(--display); text-transform: uppercase; }
.benefit-points p { margin: 0; color: rgba(255,255,255,.58); font-size: .78rem; }
.benefits-actions { display: flex; align-items: center; gap: 1rem 1.4rem; margin-top: 1.7rem; }
.incentive-link { color: var(--yellow); font-size: .72rem; font-weight: 800; text-decoration: none; }
.savings-note { max-width: 650px; margin-top: 1.1rem; color: rgba(255,255,255,.4); font-size: .62rem; line-height: 1.5; }

.section { width: min(100% - 40px, 1180px); margin: 0 auto; padding: 115px 0; }
.section-heading { max-width: 720px; margin-bottom: 3.3rem; }
h2 { margin-bottom: 1.3rem; color: var(--green-950); font-size: clamp(3rem, 5vw, 5.4rem); }
.section-heading > p:last-child { max-width: 620px; color: var(--muted); font-size: 1.05rem; }
.whole-home-board { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr); overflow: hidden; border: 1px solid var(--line); border-radius: 6px 58px 6px 6px; background: var(--paper); box-shadow: var(--shadow); }
.system-diagram { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 530px; padding: 1.5rem 2rem; background: #f8f3e9; }
.diagram-label { position: absolute; z-index: 1; top: 1.4rem; left: 1.5rem; padding: .45rem .7rem; border-radius: 99px; color: white; background: var(--green-900); font-size: .6rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.system-diagram svg { width: 100%; height: auto; }
.house-roof, .house-shell, .house-floor { fill: none; stroke: var(--green-950); stroke-linejoin: round; }
.house-roof { stroke-width: 14; }
.house-shell { fill: rgba(255,255,255,.5); stroke-width: 6; }
.house-floor { stroke-width: 4; }
.duct { fill: none; stroke: var(--orange); stroke-width: 17; stroke-linecap: round; stroke-linejoin: round; }
.return-duct { fill: none; stroke: var(--green-700); stroke-width: 13; stroke-linecap: round; stroke-linejoin: round; }
.registers path { stroke: var(--green-950); stroke-width: 7; stroke-linecap: round; }
.air-arrows path { fill: none; stroke: var(--yellow); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.outdoor-unit rect, .air-handler path:first-child { fill: var(--green-900); stroke: var(--green-950); stroke-width: 4; }
.outdoor-unit circle, .outdoor-unit path, .air-handler path:not(:first-child) { fill: none; stroke: var(--cream); stroke-width: 3; }
.line-set { fill: none; stroke: var(--orange); stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; }
.diagram-key { display: flex; justify-content: center; gap: 1.5rem; color: var(--muted); font-size: .68rem; font-weight: 700; }
.diagram-key span { display: inline-flex; align-items: center; gap: .4rem; }.diagram-key i { width: 18px; height: 4px; border-radius: 9px; }.key-orange { background: var(--orange); }.key-green { background: var(--green-700); }
.system-facts { display: flex; flex-direction: column; padding: 1.4rem; color: white; background: var(--green-950); }
.system-facts article { display: grid; grid-template-columns: 34px 1fr; gap: .8rem; padding: 1rem .25rem; border-bottom: 1px solid rgba(255,255,255,.13); }
.system-facts article b { color: var(--orange); font: 1rem var(--display); }.system-facts h3 { margin: 0 0 .25rem; font: 400 1.18rem/1 var(--display); text-transform: uppercase; }.system-facts p { margin: 0; color: rgba(255,255,255,.62); font-size: .76rem; line-height: 1.45; }
.system-facts .fact-featured { margin: .7rem -.25rem 1rem; padding: 1rem .5rem; border: 0; border-radius: 4px; color: var(--green-950); background: var(--yellow); }.system-facts .fact-featured b { color: var(--green-700); }.system-facts .fact-featured p { color: rgba(11,44,36,.7); }
.system-facts .button { width: 100%; margin-top: auto; }
.service-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { position: relative; min-height: 390px; padding: 2.3rem 2rem; border-left: 1px solid var(--line); }
.service-card:first-child { border-left: 0; }
.service-card.featured { color: white; background: var(--green-900); transform: translateY(-18px); box-shadow: var(--shadow); }
.service-number { position: absolute; top: 1.2rem; right: 1.2rem; color: var(--muted); font: 1rem var(--display); }
.featured .service-number { color: rgba(255,255,255,.4); }
.service-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 3.7rem; border: 1px solid var(--line); border-radius: 50%; color: var(--green-700); font-size: 1.8rem; }
.featured .service-icon { border-color: rgba(255,255,255,.2); color: var(--yellow); }
.service-card h3 { margin-bottom: .7rem; font: 400 1.8rem/1.05 var(--display); text-transform: uppercase; }
.service-card p { min-height: 102px; color: var(--muted); font-size: .88rem; }
.featured p { color: rgba(255,255,255,.7); }
.service-card a { font-size: .77rem; font-weight: 800; text-decoration: none; }
.service-card a span { color: var(--orange); }
.featured a { color: white; }

.real-service { position: relative; display: grid; grid-template-columns: .76fr 1.2fr .62fr; align-items: end; gap: 1.2rem; padding-top: 40px; }
.real-service::before { content: "FIELD NOTES"; position: absolute; top: 110px; left: -100px; color: rgba(18,60,49,.06); font: 400 9rem/1 var(--display); writing-mode: vertical-rl; }
.real-service-copy { align-self: center; padding-right: 2rem; }
.real-service-copy h2 { font-size: clamp(2.8rem,4vw,4.7rem); }
.real-service-copy > p:last-of-type { color: var(--muted); font-size: .93rem; }
.real-service-copy ul { margin: 1.6rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.real-service-copy li { padding: .7rem 0; border-bottom: 1px solid var(--line); color: var(--green-900); font-size: .78rem; font-weight: 800; }
.real-service-copy li::before { content: "✓"; margin-right: .65rem; color: var(--orange); }
.real-service-copy .text-link { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.35rem; color: var(--green-900); font-size: .78rem; font-weight: 900; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; border-bottom: 2px solid var(--orange); padding-bottom: .25rem; }
.real-service-copy .text-link span { color: var(--orange); transition: transform .2s ease; }
.real-service-copy .text-link:hover span { transform: translateX(4px); }
.brand-note { display: block; margin-top: 1rem; max-width: 34rem; color: var(--muted); font-size: .64rem; line-height: 1.55; }
.service-photo { position: relative; margin: 0; overflow: hidden; background: var(--green-900); box-shadow: var(--shadow); }
.service-photo-main { height: 560px; border-radius: 5px 5px 5px 64px; }
.service-photo-detail { height: 390px; border-radius: 5px 44px 5px 5px; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-photo:hover img { transform: scale(1.025); }
.service-photo-main img { object-position: 48% center; }
.service-photo-detail img { object-position: 76% center; }
.service-photo figcaption { position: absolute; inset: auto 0 0; padding: 1rem 1.2rem; color: white; background: linear-gradient(transparent,rgba(11,44,36,.9)); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.service-photo figcaption span { margin-right: .65rem; color: var(--yellow); }

.why { width: 100%; max-width: none; padding: 0; display: grid; grid-template-columns: 1.35fr .65fr; background: var(--green-950); }
.why-panel { padding: 110px max(6vw, calc((100vw - 1180px) / 2)); padding-right: 7vw; color: white; }
.why h2 { color: white; }
.eyebrow.light { color: #91c0ab; }
.why-intro { max-width: 680px; color: rgba(255,255,255,.65); font-size: 1.04rem; }
.why-list { margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.14); }
.why-list > div { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.why-list b { color: var(--orange); font: 1rem var(--display); }
.why-list span { display: flex; flex-direction: column; }
.why-list strong { font: 400 1.25rem var(--display); text-transform: uppercase; }
.why-list small { color: rgba(255,255,255,.55); }
.proof-panel { display: flex; flex-direction: column; justify-content: center; padding: 5vw; color: var(--green-950); background: var(--yellow); }
.quote-mark { height: 75px; color: var(--orange); font: 8rem/1 Georgia, serif; }
blockquote { margin: 1rem 0; font: 400 clamp(2.3rem,3vw,3.5rem)/1.08 var(--display); text-transform: uppercase; }
.proof-panel > p { font-size: .9rem; }
.credential-placeholder { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2rem; }
.credential-placeholder span { padding: .4rem .6rem; border: 1px solid rgba(11,44,36,.3); font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.placeholder-note { margin-top: .75rem; opacity: .6; }

.page-directory { padding-top: 105px; }
.page-directory-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 6vw; align-items: end; margin-bottom: 3rem; }
.page-directory-heading h2 { margin-bottom: 0; }
.page-directory-heading > p { max-width: 540px; margin: 0 0 .4rem; color: var(--muted); font-size: 1rem; }
.page-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 360px; gap: 1rem; }
.page-card { position: relative; min-height: 360px; overflow: hidden; border-radius: 5px 34px 5px 5px; color: white; background: var(--green-950); box-shadow: 0 14px 42px rgba(11,44,36,.12); text-decoration: none; }
.page-card-wide { grid-column: 1 / -1; min-height: 430px; }
.page-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.page-card-wide img { object-position: center 57%; }
.page-card-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,31,26,.06) 22%, rgba(7,31,26,.91) 100%); }
.page-card-number { position: absolute; top: 1.2rem; right: 1.2rem; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font: .78rem var(--display); }
.page-card-copy { position: absolute; right: 1.5rem; bottom: 1.5rem; left: 1.5rem; display: grid; }
.page-card-copy small { margin-bottom: .3rem; color: var(--yellow); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.page-card-copy strong { font: 400 clamp(2rem,3vw,3.3rem)/1 var(--display); text-transform: uppercase; }
.page-card-copy em { margin-top: .75rem; color: rgba(255,255,255,.75); font-size: .72rem; font-style: normal; font-weight: 800; }
.page-card:hover img { transform: scale(1.035); filter: saturate(1.08); }
.page-card:hover .page-card-copy em { color: var(--yellow); }

.contact { display: grid; grid-template-columns: .78fr 1.22fr; gap: 9vw; align-items: center; }
.contact-copy > p:not(.eyebrow):not(.fine-print) { color: var(--muted); font-size: 1.04rem; }
.phone-block { display: grid; grid-template-columns: 1fr auto; align-items: end; margin: 2.5rem 0 .8rem; padding: 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.phone-block span { grid-column: 1; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.phone-block strong { grid-column: 1; font: 400 2.1rem var(--display); color: var(--green-900); }
.phone-block small { grid-column: 2; grid-row: 1 / 3; color: var(--orange); font-weight: 800; }
.fine-print { color: var(--muted); font-size: .75rem; }
.lead-form { position: relative; padding: 2.3rem; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: var(--shadow); }
.form-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.8rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.form-head span { font: 400 1.55rem var(--display); text-transform: uppercase; }
.form-head small { color: var(--green-700); font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: block; margin-bottom: 1rem; color: var(--green-950); font-size: .72rem; font-weight: 800; }
label small { color: var(--muted); font-weight: 500; }
input, select, textarea { width: 100%; margin-top: .4rem; padding: .9rem 1rem; border: 1px solid #cbd2cc; border-radius: 3px; color: var(--ink); background: white; font: 400 .89rem var(--body); outline: none; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(43,100,82,.1); }
.form-submit { width: 100%; }
.form-privacy { margin: .7rem 0 0; text-align: center; color: var(--muted); font-size: .65rem; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-success { display: none; position: absolute; inset: 0; place-content: center; gap: .5rem; padding: 3rem; text-align: center; border-radius: 8px; color: white; background: var(--green-900); }
.form-success strong { font: 400 2.2rem var(--display); text-transform: uppercase; }
.form-success span { color: rgba(255,255,255,.7); }
.lead-form.is-complete .form-success { display: grid; }

footer { padding: 3.5rem max(20px, calc((100vw - 1180px) / 2)); color: rgba(255,255,255,.65); background: #071f1a; text-align: center; }
.footer-brand { justify-content: center; color: white; }
.footer-brand .brand-mark { filter: drop-shadow(0 2px 8px rgba(0,0,0,.18)); }
.footer-brand .brand-name small { color: rgba(255,255,255,.55); }
footer > p { margin: 1.2rem 0 .6rem; font-size: .85rem; }
footer div { display: flex; justify-content: center; gap: .75rem; margin-bottom: 1.6rem; color: white; font-weight: 700; }
.footer-pages { flex-wrap: wrap; margin: 1.5rem auto 1rem; font-size: .72rem; }
.footer-pages a { padding: .35rem .55rem; border: 1px solid rgba(255,255,255,.15); text-decoration: none; }
footer small { font-size: .66rem; }
.mobile-call { display: none; }

.reveal { opacity: 0; animation: rise .7s ease forwards; }
.delay-1 { animation-delay: .08s; }
.delay-2 { animation-delay: .16s; }
.delay-3 { animation-delay: .24s; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; animation: none; } * { transition: none !important; } }

@media (max-width: 980px) {
  body { padding-bottom: 72px; }
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; gap: 55px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { max-width: 740px; }
  .canby-benefits { grid-template-columns: 1fr; }
  .canby-photo { min-height: 520px; }
  .canby-photo::after { background: linear-gradient(0deg, rgba(11,44,36,.65), transparent 50%); }
  .canby-benefits-copy { padding: 80px max(20px, 7vw); }
  .service-grid { grid-template-columns: 1fr; border: 0; gap: 1rem; }
  .whole-home-board { grid-template-columns: 1fr; }
  .system-diagram { min-height: 0; }
  .system-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 1.5rem; }
  .system-facts .button { grid-column: 1 / -1; margin-top: 1rem; }
  .service-card, .service-card:first-child { min-height: 0; border: 1px solid var(--line); }
  .service-card.featured { transform: none; }
  .service-icon { margin-bottom: 2rem; }
  .service-card p { min-height: 0; }
  .real-service { grid-template-columns: 1fr 1fr; }
  .real-service-copy { grid-column: 1 / -1; max-width: 760px; padding-right: 0; }
  .real-service::before { display: none; }
  .why { grid-template-columns: 1fr; }
  .why-panel, .proof-panel { padding: 80px max(20px, 7vw); }
  .contact { grid-template-columns: 1fr; gap: 3rem; }
  .page-directory-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .contact-copy { max-width: 700px; }
  .mobile-call { position: fixed; z-index: 100; inset: auto 0 0; height: 72px; display: flex; align-items: center; justify-content: center; gap: .8rem; color: white; background: var(--orange); text-decoration: none; box-shadow: 0 -10px 30px rgba(0,0,0,.14); }
  .mobile-call span { font-size: .72rem; font-weight: 700; }
  .mobile-call strong { font-size: 1rem; }
}

@media (max-width: 600px) {
  .site-header { width: calc(100% - 24px); height: 78px; gap: .5rem; }
  .brand { gap: .5rem; font-size: .94rem; }
  .brand-mark { width: 46px; height: 46px; }
  .brand-mark img { width: 44px; height: 44px; }
  .brand-name small { margin-top: .3rem; font-size: .5rem; letter-spacing: .1em; }
  .whole-home-board { border-radius: 5px 28px 5px 5px; }
  .system-diagram { padding: 2.6rem .5rem 1.3rem; }
  .diagram-label { top: .8rem; left: .8rem; }
  .diagram-key { gap: .8rem; }
  .system-facts { grid-template-columns: 1fr; padding: 1.1rem; }
  .header-call span { display: none; }
  .header-call strong { font-size: .8rem; }
  .hero, .section { width: calc(100% - 28px); }
  .hero { min-height: 0; padding: 48px 0 45px; }
  h1 { font-size: clamp(3.45rem, 17vw, 5.5rem); }
  .hero-lede { font-size: 1rem; }
  .hero-promise { margin-top: -.2rem; font-size: 1.18rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .weather-badge { top: -28px; right: -8px; width: 100px; height: 100px; border-width: 5px; }
  .weather-badge b { font-size: 1rem; }
  .response-card { position: relative; left: auto; bottom: auto; min-width: 0; margin-top: -16px; }
  .photo-hero { min-height: 470px; }
  .photo-hero > img { object-position: 66% center; }
  .problem-strip { justify-content: flex-start; }
  .canby-photo { min-height: 360px; }
  .canby-photo img { object-position: 56% center; }
  .canby-benefits-copy { padding: 64px 20px; }
  .canby-benefits-copy h2 { font-size: 3.2rem; }
  .benefits-actions { align-items: stretch; flex-direction: column; }
  .benefits-actions .button { width: 100%; }
  .incentive-link { text-align: center; }
  .section { padding: 80px 0; }
  h2 { font-size: 3.2rem; }
  .service-card { padding: 2rem 1.5rem; }
  .real-service { grid-template-columns: 1fr; }
  .service-photo-main, .service-photo-detail { height: 390px; border-radius: 5px 34px 5px 5px; }
  .why { width: 100%; }
  .why h2 { font-size: 3.5rem; }
  .page-card-grid { grid-template-columns: 1fr; grid-auto-rows: 320px; }
  .page-card-wide { grid-column: auto; min-height: 320px; }
  .page-card { min-height: 320px; }
  .page-card-copy { right: 1rem; bottom: 1rem; left: 1rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .lead-form { padding: 1.3rem; }
  .form-head { align-items: flex-start; flex-direction: column; }
}

/* Mobile usability refinements shared by the homepage and service pages */
body { overflow-x: hidden; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }

@media (max-width: 760px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .button { min-height: 56px; padding: .95rem 1rem; }
  input, select, textarea { min-height: 50px; font-size: 16px; }
  textarea { min-height: 110px; }
  .mobile-call { height: calc(72px + env(safe-area-inset-bottom)); padding: 0 16px env(safe-area-inset-bottom); }
  .hero { gap: 38px; }
  .hero-copy { min-width: 0; }
  .hero h1 { font-size: clamp(3.2rem, 14.5vw, 4.5rem); line-height: .98; }
  .trust-row { display: grid; grid-template-columns: 1fr; gap: .55rem; }
  .photo-hero { min-height: 430px; border-radius: 18px 42px 18px 18px; }
  .response-card { grid-template-columns: auto 1fr; padding: .85rem; }
  .response-card a { grid-column: 2; padding-top: .2rem; }
  .problem-strip { scrollbar-width: none; }
  .problem-strip::-webkit-scrollbar { display: none; }
  .problem-strip p, .problem-strip a { padding: 1.1rem 1.25rem; }
  .canby-benefits-copy h2, h2 { font-size: clamp(2.75rem, 12vw, 3.5rem); line-height: .98; }
  .canby-photo { min-height: 330px; }
  .benefit-points article { grid-template-columns: 34px 1fr; }
  .whole-home-board { box-shadow: 0 16px 42px rgba(11,44,36,.12); }
  .system-diagram svg { max-height: 340px; }
  .real-service { gap: 1rem; }
  .service-photo-main, .service-photo-detail { height: 340px; }
  .why-panel, .proof-panel { padding: 64px 20px; }
  .page-directory { padding-top: 72px; }
  .page-card-grid { gap: .8rem; }
  .page-card, .page-card-wide { min-height: 290px; }
  .page-card-grid { grid-auto-rows: 290px; }
  .page-card-copy strong { font-size: 2.1rem; }
  .contact { padding-top: 72px; padding-bottom: 72px; }
  .phone-block strong { font-size: 1.8rem; }
  .lead-form { margin: 0; border-radius: 6px; box-shadow: 0 14px 38px rgba(11,44,36,.1); }
  footer { padding: 3rem 18px; }
  .footer-pages { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
  .footer-pages a { display: grid; min-height: 44px; place-items: center; }
}

@media (max-width: 390px) {
  .brand-name > span { font-size: .84rem; }
  .header-call strong { font-size: .72rem; }
  .hero h1 { font-size: 3rem; }
  .weather-badge { width: 88px; height: 88px; }
  .weather-badge b { font-size: .9rem; }
  .photo-hero { min-height: 390px; }
  .page-card, .page-card-wide { min-height: 270px; }
  .page-card-grid { grid-auto-rows: 270px; }
  .mobile-call { gap: .55rem; }
  .mobile-call span { font-size: .64rem; }
  .mobile-call strong { font-size: .88rem; }
}

.quote-page { background: var(--cream); }
.quote-intro { width: min(100% - 40px, 1180px); margin: 0 auto; padding: 34px 0 22px; }
.quote-intro .eyebrow { margin-bottom: .45rem; }
.quote-intro h1 { margin-bottom: 0; font-size: clamp(2.5rem,4vw,4rem); line-height: 1; }
.quote-intro h1 em { color: var(--orange); font-style: normal; }
.quote-embed { position: relative; width: min(100% - 40px, 1180px); min-height: 680px; margin: 0 auto 100px; padding: 1.25rem; overflow: hidden; border: 1px solid var(--line); border-radius: 8px 54px 8px 8px; background: white; box-shadow: var(--shadow); }
.quote-loading { position: absolute; z-index: 0; inset: 0; display: grid; place-content: center; gap: 1rem; color: var(--green-900); text-align: center; }
.quote-loading span { width: 40px; height: 40px; margin: auto; border: 4px solid var(--sage); border-top-color: var(--orange); border-radius: 50%; animation: quote-spin .8s linear infinite; }
.quote-loading strong { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.quote-embed > :not(.quote-loading) { position: relative; z-index: 1; }
@keyframes quote-spin { to { transform: rotate(360deg); } }
.quote-help { display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: center; padding: 78px max(20px,calc((100vw - 1180px)/2)); color: white; background: var(--green-950); }
.quote-help h2 { margin-bottom: .8rem; color: white; font-size: clamp(2.8rem,4.5vw,4.7rem); }
.quote-help p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.62); }
.quote-help > div:last-child { display: grid; gap: .75rem; min-width: 240px; }
.quote-contact-button { color: white; border: 1px solid rgba(255,255,255,.45); }
.legal-hero { grid-template-columns: minmax(0, 760px); padding-bottom: 35px; }
.legal-hero .page-hero-copy { max-width: 760px; }
.legal-shell { grid-template-columns: minmax(0, 760px); padding-top: 55px; }
.error-page { min-height: calc(100vh - 150px); display: flex; flex-direction: column; justify-content: center; }
.error-page > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 1.1rem; }

.reviews-section { padding: 92px max(20px, calc((100vw - 1180px) / 2)); background: var(--paper); }
.reviews-heading { display: grid; grid-template-columns: 1fr minmax(280px, 430px); gap: 3rem; align-items: end; margin-bottom: 2.5rem; }
.reviews-heading h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(3rem, 5vw, 5.3rem); }
.reviews-heading > p { margin: 0; color: var(--muted); font-size: .95rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.review-card { position: relative; min-height: 255px; padding: 2rem; background: var(--cream); }
.review-card::before { content: "“"; display: block; height: 46px; color: var(--orange); font: 4.8rem/.8 Georgia, serif; }
.review-card blockquote { margin: 1.2rem 0 1.6rem; color: var(--green-950); font-size: .96rem; line-height: 1.68; }
.review-card cite { display: block; color: var(--green-700); font-size: .68rem; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.review-card.review-featured { color: white; background: var(--green-900); }
.review-card.review-featured blockquote { color: white; }
.review-card.review-featured cite { color: #a8d1be; }

@media (max-width: 900px) {
  .reviews-heading { grid-template-columns: 1fr; gap: 1rem; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .reviews-section { padding: 68px 14px; }
  .reviews-heading h2 { font-size: 3.1rem; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 0; padding: 1.55rem; }
}

@media (max-width: 760px) {
  .quote-intro { width: calc(100% - 28px); padding: 24px 0 16px; }
  .quote-intro h1 { font-size: clamp(2.25rem,10vw,3rem); }
  .quote-embed { width: calc(100% - 20px); min-height: 720px; margin-bottom: 64px; padding: .5rem; border-radius: 5px 28px 5px 5px; }
  .quote-help { grid-template-columns: 1fr; gap: 1.5rem; padding: 60px 14px; }
  .quote-help > div:last-child { width: 100%; min-width: 0; }
  .quote-help .button { width: 100%; }
}
