:root {
  --ink: #14222d;
  --muted: #5b6974;
  --line: #d8e2e8;
  --surface: #f7fafb;
  --primary: #153e5c;
  --primary-dark: #0b2b42;
  --accent: #e8752b;
  --accent-dark: #b94d12;
  --highlight: #eaf4f9;
  --white: #fff;
  --shadow: 0 18px 50px rgba(16, 43, 62, .12);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(216,226,232,.85); background: rgba(255,255,255,.96); backdrop-filter: blur(9px); }
.header-row { min-height: 73px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--primary-dark); font-weight: 750; letter-spacing: -.02em; line-height: 1.05; }
.wordmark-mark { width: 31px; height: 31px; border: 3px solid var(--accent); border-radius: 3px; box-shadow: inset 11px 0 0 rgba(232,117,43,.18), inset -11px 0 0 rgba(21,62,92,.1); }
.wordmark span { max-width: 160px; }
.desktop-nav { display: none; align-items: center; gap: 22px; color: #40515e; font-size: .9rem; font-weight: 600; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.phone-link { display: none; color: var(--primary); font-size: .9rem; font-weight: 700; white-space: nowrap; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 17px; border: 0; border-radius: 8px; background: var(--accent); color: var(--white); font-weight: 750; text-decoration: none; box-shadow: 0 7px 18px rgba(185,77,18,.18); cursor: pointer; transition: transform .16s ease, background .16s ease; }
.button:hover { background: var(--accent-dark); text-decoration: none; transform: translateY(-1px); }
.button--secondary { background: var(--white); color: var(--primary); border: 1px solid var(--primary); box-shadow: none; }
.button--secondary:hover { color: var(--primary-dark); background: var(--highlight); }
.button--quiet { min-height: auto; padding: 0; color: var(--primary); background: none; box-shadow: none; text-decoration: underline; }
.eyebrow { margin: 0 0 10px; color: var(--accent-dark); text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 800; }
h1, h2, h3 { margin: 0; color: var(--primary-dark); line-height: 1.13; letter-spacing: -.03em; }
h1, h2 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; }
h1 { font-size: clamp(2.35rem, 5.5vw, 4.6rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
h3 { font-size: 1.12rem; letter-spacing: -.015em; }
p { margin: 0 0 1.05rem; }
.lede { max-width: 650px; color: #455762; font-size: 1.13rem; }
.hero { position: relative; isolation: isolate; overflow: hidden; color: var(--white); background: var(--primary-dark); }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,31,47,.88) 0%, rgba(7,31,47,.68) 40%, rgba(7,31,47,.21) 75%, rgba(7,31,47,.12) 100%), url('/images/window-replacement-hero.webp') center / cover no-repeat; }
.hero .container { min-height: 590px; display: grid; align-content: center; padding-top: 72px; padding-bottom: 72px; }
.hero h1 { max-width: 750px; color: var(--white); }
.hero .lede { max-width: 610px; margin-top: 21px; color: #edf6f9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.hero .button--secondary { background: transparent; color: var(--white); border-color: rgba(255,255,255,.8); }
.hero .button--secondary:hover { background: rgba(255,255,255,.14); }
.hero-note { margin-top: 18px; color: #d6e4eb; font-size: .88rem; }
.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-strip .container { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.trust-item { display: flex; align-items: center; gap: 9px; padding: 17px 9px; color: #48606e; font-size: .84rem; font-weight: 700; }
.trust-icon { color: var(--accent); font-size: 1rem; }
.section { padding: 74px 0; }
.section--tight { padding: 52px 0; }
.section--surface { background: var(--surface); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 34px; }
.section-heading .lede { margin-bottom: 0; max-width: 570px; }
.grid { display: grid; gap: 18px; }
.cards-3 { grid-template-columns: 1fr; }
.cards-4 { grid-template-columns: 1fr; }
.card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.card--link { display: block; height: 100%; transition: transform .16s ease, box-shadow .16s ease; }
.card--link:hover { text-decoration: none; transform: translateY(-3px); box-shadow: var(--shadow); }
.card-icon { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 17px; border-radius: 10px; background: var(--highlight); color: var(--primary); font-size: 1.25rem; }
.card p { color: var(--muted); font-size: .95rem; }
.arrow-link { display: inline-block; margin-top: 9px; color: var(--primary); font-size: .92rem; font-weight: 750; }
.answer-box { max-width: 880px; margin-top: 32px; padding: 25px; border-left: 5px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; background: var(--highlight); }
.answer-box h2 { font-family: Inter, Arial, sans-serif; font-size: 1rem; font-weight: 800; letter-spacing: .01em; }
.answer-box p { margin: 8px 0 0; color: #314957; }
.split { display: grid; gap: 34px; align-items: center; }
.image-frame { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-frame img { width: 100%; min-height: 330px; object-fit: cover; }
.feature-list { display: grid; gap: 17px; margin: 26px 0 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start; }
.feature-list strong { display: block; color: var(--primary-dark); }
.feature-list span { color: var(--muted); }
.check { color: var(--accent); font-weight: 900; }
.cta-panel { overflow: hidden; padding: 39px 28px; border-radius: var(--radius); background: var(--primary-dark); color: var(--white); }
.cta-panel h2 { color: var(--white); }
.cta-panel p { max-width: 700px; margin-top: 11px; color: #d8e7ee; }
.cta-panel .hero-actions { margin-top: 20px; }
.quotes-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 26px; }
.quote { padding: 22px; border-radius: 12px; background: var(--white); border: 1px solid var(--line); }
.quote p { color: #3d505d; font-size: .96rem; }
.quote cite { color: var(--muted); font-size: .85rem; font-style: normal; }
.note { color: var(--muted); font-size: .86rem; }
.breadcrumbs { padding: 20px 0 0; color: var(--muted); font-size: .85rem; }
.breadcrumbs a { color: var(--primary); }
.page-hero { padding: 57px 0 44px; background: linear-gradient(130deg, #f5fafc, #e5f1f6); }
.page-hero h1 { max-width: 830px; }
.page-hero .lede { margin-top: 18px; }
.form-shell { max-width: 720px; margin: 30px auto 0; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.progress { height: 8px; overflow: hidden; margin-bottom: 24px; border-radius: 99px; background: #e6edf1; }
.progress > span { display: block; height: 100%; width: 12.5%; border-radius: inherit; background: var(--accent); transition: width .22s ease; }
.form-step { display: none; }
.form-step.is-active { display: block; }
.step-label { margin: 0 0 7px; color: var(--accent-dark); text-transform: uppercase; letter-spacing: .11em; font-size: .73rem; font-weight: 800; }
.form-step h2 { font-family: Inter, Arial, sans-serif; font-size: 1.4rem; font-weight: 800; }
.form-step > p { color: var(--muted); }
.field { display: block; margin-top: 19px; }
.field > span { display: block; margin-bottom: 7px; color: #374852; font-size: .9rem; font-weight: 750; }
.field input, .field select { width: 100%; min-height: 51px; padding: 12px 14px; border: 1px solid #b9c9d2; border-radius: 8px; background: var(--white); color: var(--ink); outline: none; }
.field input:focus, .field select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(21,62,92,.12); }
.field-row { display: grid; grid-template-columns: 1fr; gap: 12px; }
.form-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; }
.error-message { min-height: 1.4em; margin-top: 11px; color: #a32918; font-size: .88rem; font-weight: 650; }
.consent { margin-top: 17px; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.calculator { max-width: 920px; margin: 32px auto 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.calc-grid { display: grid; grid-template-columns: 1fr; gap: 15px; }
.calc-result { margin-top: 25px; padding: 24px; border-radius: 12px; background: var(--highlight); }
.calc-result small { display: block; color: var(--muted); font-weight: 700; }
.calc-result strong { display: block; margin-top: 2px; color: var(--primary-dark); font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(2.25rem, 6vw, 3.6rem); font-weight: 400; line-height: 1; }
.calc-result p { margin: 12px 0 0; color: #46606f; font-size: .9rem; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
table { width: 100%; min-width: 610px; border-collapse: collapse; background: var(--white); }
th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); }
th { background: #f0f6f8; color: #395161; font-size: .82rem; text-transform: uppercase; letter-spacing: .055em; }
td { color: #42545f; font-size: .93rem; }
.site-footer { padding: 52px 0 25px; background: #0b2b42; color: #dce9ef; }
.footer-grid { display: grid; gap: 31px; }
.site-footer .wordmark { color: var(--white); }
.site-footer .wordmark-mark { border-color: var(--accent); }
.site-footer h3 { color: var(--white); }
.footer-links { display: grid; gap: 7px; margin-top: 12px; font-size: .92rem; }
.footer-links a { color: #cbdde6; }
.footer-disclaimer { margin-top: 34px; padding-top: 19px; border-top: 1px solid rgba(216,235,244,.18); color: #9db5c1; font-size: .76rem; }
@media (min-width: 700px) { .trust-strip .container { grid-template-columns: repeat(4, 1fr); } .cards-3 { grid-template-columns: repeat(3, 1fr); } .cards-4 { grid-template-columns: repeat(2, 1fr); } .quotes-grid { grid-template-columns: repeat(3, 1fr); } .field-row, .calc-grid { grid-template-columns: repeat(2, 1fr); } .form-shell { padding: 35px; } .footer-grid { grid-template-columns: 1.35fr 1fr 1fr; } }
@media (min-width: 980px) { .desktop-nav, .phone-link { display: flex; } .cards-4 { grid-template-columns: repeat(4, 1fr); } .split { grid-template-columns: .94fr 1.06fr; } .calculator { padding: 37px; } .site-footer { padding-top: 70px; } }
@media (max-width: 390px) { .container { width: min(100% - 28px, 1120px); } .header-row { min-height: 64px; } .wordmark span { max-width: 118px; font-size: .86rem; } .header-actions .button { padding-inline: 12px; font-size: .84rem; } }

.city-directory a { color: var(--primary); font-weight: 600; }
.city-directory a:hover { text-decoration: underline; }
