@font-face { font-family: "DM Sans"; src: url("fonts/dm-sans-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 800; font-display: swap; }
:root {
  --navy: #16323b;
  --navy-2: #294d55;
  --ink: #20343b;
  --muted: #627178;
  --line: #dfe5e2;
  --paper: #f7f8f5;
  --white: #fff;
  --copper: #bb714c;
  --copper-dark: #9b5736;
  --focus: #9b5736;
  --wide: 1260px;
}
html { scroll-padding-top: 86px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
body { color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, Helvetica, sans-serif; line-height: 1.6; }
h1, h2, h3 { color: var(--navy); letter-spacing: -.045em; }
h1, h2 { line-height: 1.06; }
h1 em, h2 em { font-family: inherit; font-style: normal; font-weight: inherit; letter-spacing: inherit; color: var(--copper-dark); }
.container { width: min(calc(100% - 64px), var(--wide)); }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--copper-dark); font-size: 11px; letter-spacing: .16em; margin-bottom: 25px; }
.eyebrow__line { display: inline-block; width: 22px; height: 1px; background: currentColor; }
.button { min-height: 52px; padding: 13px 21px; border-radius: 5px; background: var(--navy); font-size: 13px; letter-spacing: .005em; box-shadow: none; }
.button:hover { background: var(--navy-2); }
.button span { font-size: 18px; line-height: 0; }
.button--light { color: var(--navy); background: #fff; }
.button--light:hover { color: var(--navy); background: #e8f0ed; }
.button--outline { background: transparent; border: 1px solid #afc0bd; color: var(--navy); }
.button--text { color: var(--navy); background: transparent; padding-left: 6px; padding-right: 6px; }
.button--text:hover { color: var(--copper-dark); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-size: 13px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.text-link span { font-size: 20px; font-weight: 400; }
.text-link:hover { color: var(--copper-dark); }
.site-header { background: #fff; border-bottom: 1px solid #e8ece9; }
.site-header__inner { min-height: 81px; }
.brand { gap: 10px; min-width: 190px; }
.brand__mark { width: 43px; height: 43px; background: var(--navy); border-radius: 4px; clip-path: none; }
.brand__mark svg { width: 28px; height: 28px; fill: none; stroke: #fff; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.brand__text { display: grid; gap: 1px; line-height: 1; }
.brand__text strong { font-size: 19px; letter-spacing: -.055em; }
.brand__text small { font-size: 9px; font-weight: 800; letter-spacing: .23em; text-transform: uppercase; }
.brand { min-width: 0; gap: 0; }
.wordmark { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1; white-space: nowrap; }
.wordmark__name { color: var(--navy); font-size: 27px; font-weight: 800; letter-spacing: -.072em; }
.wordmark__accent, .wordmark__period { color: var(--copper-dark); }
.wordmark__tagline { margin-top: 5px; color: #6b7b79; font-size: 8px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.site-nav { gap: 32px; }
.site-nav ul { gap: 26px; }
.site-nav a { color: #30444b; font-size: 12px; font-weight: 750; }
.site-nav a:hover { color: var(--copper-dark); }
.site-nav .button--header { color: #fff; background: var(--navy); padding: 11px 17px; min-height: 44px; font-size: 12px; }
.site-nav .button--header:hover { color: #fff; background: var(--navy-2); }
.site-nav .header-cta .button { min-height: 44px; padding: 11px 17px; color: #fff; font-size: 12px; white-space: nowrap; }
.site-nav .header-cta .rn-phone-link { background: var(--copper-dark); }
.site-nav .header-cta .rn-phone-link:hover { background: #7f3f27; }
.home-hero { background: #eef2ee; overflow: hidden; }
.home-hero__grid { display: grid; grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr); align-items: stretch; min-height: 616px; gap: 46px; }
.home-hero__copy { align-self: center; padding: 68px 0 58px; }
.home-hero h1 { font-size: clamp(55px, 5.55vw, 83px); max-width: 750px; margin: 0 0 25px; }
.home-hero h1 em { color: var(--copper-dark); }
.home-hero__lede { color: #5e6d72; font-size: clamp(16px, 1.4vw, 18px); line-height: 1.7; max-width: 510px; margin-bottom: 0; }
.home-hero .button-row { margin-top: 29px; gap: 19px; align-items: center; }
.hero-cues { display: flex; flex-wrap: wrap; gap: 0; margin-top: 59px; }
.hero-cues span { color: #617176; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.hero-cues span + span { border-left: 1px solid #bfcac7; margin-left: 14px; padding-left: 14px; }
.home-hero__visual { position: relative; min-height: 570px; margin-right: calc((min(100vw - 64px, var(--wide)) - 100vw) / 2); overflow: hidden; }
.home-hero__visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(10,27,31,.33)); pointer-events: none; }
.home-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.hero-visual-card { position: absolute; left: 29px; bottom: 30px; z-index: 1; display: flex; align-items: center; gap: 14px; padding: 15px 18px; background: #fff; box-shadow: 0 18px 40px #132b3433; border-radius: 5px; }
.hero-visual-card__icon { width: 36px; height: 36px; display: grid; place-items: center; color: var(--copper-dark); background: #f6e9df; border-radius: 3px; font-size: 25px; }
.hero-visual-card strong, .hero-visual-card span:not(.hero-visual-card__icon) { display: block; }
.hero-visual-card strong { font-size: 13px; color: var(--navy); line-height: 1.25; }
.hero-visual-card div span { font-size: 11px; color: var(--muted); }
.hero-bottom { display: flex; justify-content: space-between; gap: 20px; align-items: center; min-height: 61px; border-top: 1px solid #d6dfdb; }
.hero-bottom > span { color: #6d7e7d; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.hero-bottom a { color: var(--navy); font-size: 11px; font-weight: 800; text-decoration: none; }
.hero-bottom a span { margin-left: 10px; font-size: 17px; }
.quick-paths { background: #fff; border-bottom: 1px solid var(--line); }
.quick-paths__grid { display: grid; grid-template-columns: 1.17fr 1fr 1fr 1fr; align-items: stretch; }
.quick-paths__intro { display: flex; flex-direction: column; justify-content: center; padding: 24px 22px 24px 0; }
.mini-label { color: var(--copper-dark); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.quick-paths__intro strong { font-size: 16px; line-height: 1.35; color: var(--navy); }
.quick-paths__grid > a { display: flex; align-items: center; gap: 11px; padding: 20px 16px; color: var(--navy); text-decoration: none; font-size: 12px; font-weight: 750; border-left: 1px solid var(--line); transition: background .15s ease; }
.quick-paths__grid > a:hover { background: #f2f6f3; }
.quick-paths__symbol { display: grid; place-items: center; flex: 0 0 27px; width: 27px; height: 27px; border: 1px solid #d3e0da; border-radius: 50%; color: var(--copper-dark); font-size: 15px; }
.quick-paths__grid > a b { margin-left: auto; color: #91a19d; font-size: 17px; font-weight: 400; }
.coverage-band { background: #224149; color: #e1ece9; }
.coverage-band__inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; padding-block: 34px; }
.coverage-band .eyebrow { color: #e6a985; margin: 0 0 8px; }
.coverage-band h2 { color: #fff; font-size: 30px; margin: 0 0 3px; }
.coverage-band p:not(.eyebrow) { font-size: 12px; color: #c5d8d3; margin: 0; }
.coverage-band__form-wrap { width: 100%; min-width: 0; }
.coverage-form { display: flex; background: #fff; padding: 5px; border-radius: 5px; min-height: 52px; }
.coverage-form input { flex: 1; width: 0; min-width: 0; border: 0; outline: 0; padding: 8px 12px; color: var(--navy); font-size: 14px; }
.coverage-form input:focus-visible { outline: 2px solid var(--focus); outline-offset: -2px; }
.coverage-form button { border: 0; border-radius: 3px; padding: 8px 19px; background: var(--copper-dark); color: #fff; font-size: 12px; font-weight: 800; white-space: nowrap; }
.coverage-form button:hover { background: #7b3e27; }
.coverage-form button:disabled { cursor: wait; opacity: .7; }
.coverage-form button span { font-size: 17px; padding-left: 5px; }
.coverage-band .coverage-result { min-height: 17px; margin-top: 5px; color: #fff; }
.coverage-result--no, .coverage-result--error { color: #f7d9c5 !important; }
.section { padding: clamp(72px, 8vw, 116px) 0; }
.section-heading { align-items: end; margin-bottom: 37px; }
.section-heading h2 { font-size: clamp(38px, 4.2vw, 58px); margin: 0; }
.section-heading h2 em { color: var(--copper-dark); }
.section-heading > p { max-width: 355px; color: var(--muted); font-size: 15px; line-height: 1.65; margin: 0 0 6px; }
.services-section { background: #f7f8f5; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #d9e2dd; border-left: 1px solid #d9e2dd; }
.service-card { display: flex; flex-direction: column; justify-content: space-between; gap: 38px; min-height: 316px; padding: 30px; background: #fff; border-right: 1px solid #d9e2dd; border-bottom: 1px solid #d9e2dd; transition: background .2s ease, transform .2s ease; }
.service-card:hover { background: #f2f6f2; }
.service-card--featured { background: #e7f0eb; }
.service-card--quiet { background: #eff1eb; }
.service-card__top { display: flex; justify-content: space-between; align-items: start; }
.service-card__index { color: #506d63; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.service-card__icon { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid #d5e2db; border-radius: 50%; color: #577c6b; font-size: 22px; line-height: 1; }
.service-card h3 { font-size: 26px; margin: 0 0 11px; letter-spacing: -.045em; }
.service-card p { font-size: 13px; line-height: 1.65; color: #68777b; max-width: 36ch; margin: 0; }
.service-card a { display: inline-flex; justify-content: space-between; gap: 10px; color: var(--navy); font-size: 12px; font-weight: 800; text-decoration: none; border-top: 1px solid #dbe4de; padding-top: 15px; }
.service-card a span { font-size: 18px; font-weight: 400; line-height: 1; }
.service-card a:hover { color: var(--copper-dark); }
.published-guides { margin-top: 85px; }
.decision-section { background: #e9efea; }
.decision-grid { display: grid; grid-template-columns: 1fr .88fr; align-items: center; gap: clamp(60px, 9vw, 145px); }
.decision-copy h2 { font-size: clamp(39px, 4.5vw, 62px); margin: 0 0 27px; }
.decision-copy h2 em { color: var(--copper-dark); }
.decision-copy .lede { color: #35494b; font-size: 18px; max-width: 45ch; margin-bottom: 20px; }
.decision-copy > p:not(.eyebrow):not(.lede) { color: #617174; font-size: 14px; max-width: 54ch; }
.decision-copy .button { margin-top: 10px; }
.decision-panel { padding: 34px 38px 25px; background: #fff; border: 1px solid #dce7df; box-shadow: 24px 24px 0 #d8e4dc; }
.decision-panel__head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 22px; color: var(--copper-dark); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.decision-panel__head span:last-child { font-size: 20px; font-weight: 400; }
.decision-panel h3 { font-size: 29px; margin: 28px 0 16px; }
.decision-panel ol { list-style: none; margin: 0; padding: 0; }
.decision-panel li { display: flex; gap: 22px; align-items: baseline; border-top: 1px solid #e9eeea; padding: 13px 0; margin: 0; }
.decision-panel li span { color: var(--copper-dark); font-size: 11px; font-weight: 800; }
.decision-panel li p { margin: 0; font-size: 13px; color: #536368; }
.steps-section { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid #dce4df; }
.steps-grid article { padding: 33px 45px 0 0; }
.steps-grid article + article { border-left: 1px solid #dce4df; padding-left: 45px; }
.steps-grid article > span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #e9f1eb; color: #426555; font-size: 12px; font-weight: 800; }
.steps-grid h3 { font-size: 23px; margin: 23px 0 10px; }
.steps-grid p { color: #65747a; font-size: 14px; line-height: 1.7; }
.locations-section { background: #f7f8f5; }
.state-links { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 30px; }
.state-links a { display: inline-flex; align-items: center; gap: 16px; border: 1px solid #d1e0d5; background: #fff; color: var(--navy); padding: 9px 14px; font-size: 12px; font-weight: 750; text-decoration: none; }
.state-links a:hover { background: #e7f1e9; border-color: #acc5b2; }
.state-links a span { color: var(--copper-dark); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.locations-section .card, .guides-preview .card { min-height: 200px; display: flex; flex-direction: column; justify-content: center; }
.guides-preview { background: #fff; }
.guides-preview h2 em { color: var(--copper-dark); }
.home-faq { background: #e9f1eb; }
.home-faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 130px); }
.home-faq h2 { font-size: clamp(38px, 4vw, 55px); }
.home-faq h2 em { color: var(--copper-dark); }
.home-faq__grid > div > p:not(.eyebrow) { color: #647679; font-size: 14px; }
.home-faq__items details { border-bottom: 1px solid #cbd9d0; padding: 19px 0; }
.home-faq__items details:first-child { border-top: 1px solid #cbd9d0; }
.home-faq__items summary { list-style: none; cursor: pointer; position: relative; padding-right: 35px; color: var(--navy); font-size: 15px; font-weight: 750; }
.home-faq__items summary::-webkit-details-marker { display: none; }
.home-faq__items summary:after { content: "+"; position: absolute; right: 5px; top: -5px; color: var(--copper-dark); font-size: 24px; font-weight: 400; }
.home-faq__items details[open] summary:after { content: "−"; }
.home-faq__items p { color: #5c6f70; font-size: 13px; line-height: 1.75; margin: 15px 35px 0 0; }
.final-cta { background: var(--navy); color: #d6e1df; padding: 70px 0; }
.final-cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.final-cta .eyebrow { color: #d79a77; }
.final-cta h2 { color: #fff; font-size: clamp(38px, 4.3vw, 60px); margin: 0 0 18px; }
.final-cta h2 em { color: #e3a57f; }
.final-cta p:not(.eyebrow) { color: #c0d0cd; font-size: 14px; margin: 0; }
.final-cta .button { white-space: nowrap; }
.final-cta .button:not(.button--light) { background: #fff; color: var(--navy); }
.final-cta .button:hover { background: #e9f1eb; color: var(--navy); }
.site-footer { background: #102831; padding: 65px 0 26px; }
.site-footer h2 { font-size: 25px; letter-spacing: -.04em; margin-bottom: 17px; }
.site-footer h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 20px; }
.site-footer p { font-size: 13px; max-width: 50ch; color: #afc0c2; line-height: 1.7; }
.site-footer a { font-size: 13px; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-grid { grid-template-columns: 2fr 1fr 1fr; gap: 70px; }
.footer-phone { margin-top: 25px; }
.footer-phone .button { background: #fff; color: var(--navy); }
.footer-phone .button:hover { background: #e7efea; }
.site-footer .footer-wordmark { margin: 0 0 20px; line-height: 1; }
.site-footer .wordmark__name { color: #fff; font-size: 36px; }
.site-footer .wordmark__accent, .site-footer .wordmark__period { color: #e3a57f; }
.site-footer .wordmark__tagline { color: #b9cac6; font-size: 9px; }
.footer-bottom { margin-top: 55px; font-size: 11px; color: #9fb2b5; }
.card { border-radius: 4px; box-shadow: 0 10px 28px #19373f0a; }
.resource-card { position: relative; display: flex; flex-direction: column; justify-content: flex-start; min-height: 232px; padding: 25px 26px 54px; border: 1px solid #dce6df; transition: border-color .18s ease, transform .18s ease; }
.resource-card:hover { border-color: #a7c4ae; transform: translateY(-2px); }
.resource-card:focus-within { outline: 3px solid var(--focus); outline-offset: 3px; }
.resource-card__kicker { color: var(--copper-dark); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 21px; }
.resource-card h3 { font-size: 22px; line-height: 1.2; margin: 0 0 12px; }
.resource-card .card__link { color: var(--navy); }
.resource-card .card__link:after { content: ""; position: absolute; inset: 0; }
.resource-card p { color: #66777a; font-size: 13px; line-height: 1.58; }
.resource-card__arrow { position: absolute; left: 26px; bottom: 21px; color: var(--copper-dark); font-size: 20px; }
.breadcrumbs { padding: 18px 0; color: #73827e; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--copper-dark); text-decoration: underline; }
.page-intro { padding: 73px 0 63px; }
.page-intro .eyebrow { margin-bottom: 19px; }
.page-intro h1 { font-size: clamp(44px, 5vw, 66px); margin-bottom: 23px; }
.page-intro .lede { color: #607278; }
.prose { max-width: 760px; color: #43555a; line-height: 1.82; }
.prose h2, .prose h3 { color: var(--navy); }
.prose h2 { font-size: clamp(31px, 3vw, 42px); }
.prose h3 { font-size: 25px; }
.archive-list .card { min-height: 232px; display: flex; flex-direction: column; justify-content: flex-start; border-color: #dfe7e1; }
.archive-list .card h3 { margin-bottom: 10px; }
.archive-list .card__link:after { content: ""; }
.listing-hero { background: #eaf1eb; border-block: 1px solid #dce6df; padding: clamp(58px, 7vw, 94px) 0; }
.listing-hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) 235px; align-items: center; gap: clamp(40px, 8vw, 120px); }
.listing-hero h1 { max-width: 930px; font-size: clamp(47px, 5.3vw, 76px); margin: 0 0 23px; }
.listing-hero__lede { max-width: 690px; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; color: #5b6e70; margin: 0; }
.listing-hero__mark { width: 235px; height: 235px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #1d3942; color: white; border-radius: 50%; box-shadow: 0 0 0 16px #1d394213, 0 0 0 34px #1d39420a; }
.listing-hero__mark span { font-family: "DM Sans", Arial, Helvetica, sans-serif; font-size: 78px; font-style: normal; font-weight: 800; line-height: .9; letter-spacing: -.075em; }
.listing-hero__mark small { font-size: 8px; font-weight: 800; letter-spacing: .16em; margin-top: 18px; }
.listing-section { background: #fff; }
.listing-heading { margin-bottom: 34px; }
.roof-types-section { background: #f0f5ef; }
.roof-types-section .resource-card { min-height: 255px; }
.error-hero__mark span { font-family: "DM Sans", Arial, sans-serif; font-size: 65px; font-style: normal; font-weight: 800; letter-spacing: -.07em; padding: 0 8px 0 0; }
.error-links a { color: var(--navy); text-decoration: none; }
.error-links a:hover { color: var(--navy); }
.error-links strong { font-size: 22px; line-height: 1.2; margin: 0 0 10px; }
.error-links a > span:not(.resource-card__kicker):not(.resource-card__arrow) { color: #66777a; font-size: 13px; line-height: 1.58; }
.empty-state { border: 1px solid #dce6df; border-radius: 4px; background: #f2f6f2; padding: 32px; }
.hero:not(.home-hero) { background: linear-gradient(115deg, #edf3ed 0%, #f7f8f5 65%); color: var(--ink); border-bottom: 1px solid #dce6df; padding: 82px 0 88px; }
.hero:not(.home-hero):after { display: none; }
.hero:not(.home-hero) h1 { color: var(--navy); max-width: 850px; font-size: clamp(46px, 5.5vw, 76px); }
.hero:not(.home-hero) .hero__lede { color: #607278; }
.hero:not(.home-hero) .hero__note { color: #607278; }
.hero:not(.home-hero) .eyebrow { color: var(--copper-dark); }
.editorial-hero { padding: 76px 0 82px; background: #eaf1eb; border-bottom: 1px solid #dbe5de; }
.editorial-hero__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: center; gap: clamp(48px, 7vw, 112px); }
.editorial-hero h1 { max-width: 900px; font-size: clamp(50px, 5.65vw, 78px); margin: 0 0 23px; }
.editorial-hero__lede { max-width: 650px; color: #5b6e70; font-size: clamp(17px, 1.55vw, 20px); line-height: 1.65; margin: 0; }
.editorial-hero .button-row { margin-top: 30px; }
.editorial-hero__aside { min-height: 285px; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: end; background: #214149; color: #c8d9d4; position: relative; overflow: hidden; }
.editorial-hero__aside:before { content: ""; position: absolute; width: 245px; height: 245px; border: 1px solid #ffffff2b; border-radius: 50%; right: -57px; top: -88px; box-shadow: 0 0 0 50px #ffffff0a, 0 0 0 100px #ffffff07; }
.editorial-hero__badge { position: absolute; left: 30px; top: 22px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #ffffff50; border-radius: 50%; color: #e4b79b; font-size: 24px; }
.editorial-hero__aside > span:not(.editorial-hero__badge) { color: #e2b497; font-size: 10px; font-weight: 800; letter-spacing: .15em; margin-bottom: 12px; }
.editorial-hero__aside strong { color: #fff; font-size: 25px; line-height: 1.2; letter-spacing: -.04em; max-width: 270px; }
.editorial-hero__aside p { font-size: 13px; line-height: 1.65; margin: 13px 0 0; max-width: 275px; }
.editorial-hero--location { background: #f1f5ee; }
.location-hero-card { min-height: 320px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; background: #fff; border: 1px solid #d6e2d8; box-shadow: 18px 18px 0 #dce8df; }
.location-hero-card__label { color: var(--copper-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; margin-bottom: 18px; }
.location-hero-card strong { font-size: 26px; color: var(--navy); line-height: 1.18; letter-spacing: -.045em; }
.location-hero-card p { font-size: 13px; color: #667779; line-height: 1.65; margin: 15px 0 25px; }
.location-hero-card a { color: var(--navy); font-size: 12px; font-weight: 800; text-decoration: none; border-top: 1px solid var(--line); padding-top: 15px; }
.location-hero-card a span { float: right; font-size: 18px; }
.city-topic-nav { background: #fff; border-bottom: 1px solid #dce6df; }
.city-topic-nav__inner { display: flex; align-items: center; gap: clamp(14px, 2vw, 29px); overflow-x: auto; scrollbar-width: thin; }
.city-topic-nav strong { flex: 0 0 auto; color: var(--copper-dark); font-size: 10px; letter-spacing: .12em; white-space: nowrap; }
.city-topic-nav a { flex: 0 0 auto; color: var(--navy); font-size: 12px; font-weight: 750; text-decoration: none; white-space: nowrap; padding: 18px 0; border-bottom: 2px solid transparent; }
.city-topic-nav a:hover, .city-topic-nav a:focus-visible { color: var(--copper-dark); border-bottom-color: var(--copper-dark); }
.editorial-hero--simple { padding: 76px 0; }
.editorial-hero--simple h1 { max-width: 900px; }
.editorial-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); align-items: start; gap: clamp(55px, 7vw, 108px); }
.editorial-content { background: #fff; }
.editorial-sidebar { position: sticky; top: 36px; }
.content-toc { border-left: 1px solid #d7e3dd; padding-left: 20px; }
.content-toc__label { display: block; color: var(--copper-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; margin: 0 0 19px; }
.content-toc ol { list-style: none; padding: 0; margin: 0; }
.content-toc li { margin: 0; }
.content-toc a { display: block; color: #62737a; text-decoration: none; font-size: 12px; font-weight: 650; line-height: 1.4; padding: 9px 0; }
.content-toc a:hover, .content-toc a:focus-visible { color: var(--copper-dark); }
.editorial-sidebar__help { margin-top: 40px; padding: 25px; background: #23434a; color: #d9e6e1; }
.editorial-sidebar__help > span { display: block; color: #e5af8e; font-size: 10px; letter-spacing: .13em; font-weight: 800; margin-bottom: 15px; }
.editorial-sidebar__help strong { display: block; font-size: 23px; line-height: 1.2; letter-spacing: -.035em; color: #fff; }
.editorial-sidebar__help .button { display: flex; margin-top: 23px; padding-inline: 10px; font-size: 11px; color: var(--navy); background: #fff; }
.editorial-sidebar__help .button:hover { background: #e7efea; }
.editorial-body { max-width: 790px; font-size: 16px; }
.editorial-body .content-opening { color: #344e52; font-size: clamp(19px, 2vw, 23px); line-height: 1.6; margin: 0 0 38px; }
.editorial-body section { scroll-margin-top: 95px; }
.editorial-body section + section { border-top: 1px solid #e3ebe5; margin-top: 44px; padding-top: 33px; }
.editorial-body section h2 { font-size: clamp(30px, 3.2vw, 42px); margin: 0 0 19px; }
.editorial-body p { color: #56676b; line-height: 1.8; }
.editorial-body li { color: #506368; margin-bottom: 10px; padding-left: 4px; }
.editorial-body ul { margin: 23px 0 0; }
.editorial-body ul li::marker { color: var(--copper-dark); }
.editorial-body .content-faq details { border-bottom: 1px solid #dbe6df; padding: 17px 0; }
.editorial-body .content-faq details:first-of-type { border-top: 1px solid #dbe6df; }
.editorial-body .content-faq summary { color: var(--navy); cursor: pointer; font-weight: 750; list-style: none; position: relative; padding-right: 30px; }
.editorial-body .content-faq summary::-webkit-details-marker { display: none; }
.editorial-body .content-faq summary:after { content: "+"; position: absolute; right: 2px; top: -5px; font-size: 24px; font-weight: 400; color: var(--copper-dark); }
.editorial-body .content-faq details[open] summary:after { content: "−"; }
.editorial-body .content-faq details p { margin: 13px 0 2px; font-size: 14px; }
.editorial-body .content-sources { background: #f1f6f1; padding: 27px 30px; border-top: 0; }
.editorial-body .content-sources h2 { font-size: 25px; }
.editorial-body .content-sources p { font-size: 13px; }
.editorial-body .content-sources ul { margin: 12px 0 0; }
.editorial-body .content-sources li { font-size: 13px; margin-bottom: 8px; }
.editorial-body .content-reviewed { color: #788985; font-size: 11px; margin-top: 22px; }
.editorial-body .content-callout { background: #f0f5ef; border-left: 3px solid var(--copper-dark); padding: 20px 24px; margin-top: 30px; }
.editorial-body .content-callout strong { color: var(--navy); }
.editorial-body .content-callout p { margin: 8px 0 0; font-size: 14px; }
.city-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 28px 0 8px; }
.city-service-card { display: flex; flex-direction: column; background: #f5f8f4; border: 1px solid #dce7df; padding: 24px; scroll-margin-top: 100px; }
.editorial-body .city-service-card h3 { font-size: 22px; line-height: 1.24; margin: 0 0 13px; }
.editorial-body .city-service-card p { font-size: 14px; line-height: 1.7; margin: 0 0 20px; }
.city-service-card__links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.city-service-card__links a { display: inline-flex; align-items: center; gap: 7px; padding: 7px 9px; background: #fff; border: 1px solid #d6e2d9; color: var(--navy); font-size: 11px; font-weight: 750; line-height: 1.35; text-decoration: none; }
.city-service-card__links a:hover { border-color: var(--copper-dark); color: var(--copper-dark); }
.editorial-body .content-scenario { background: #f1f6f1; border-left: 3px solid var(--copper-dark); padding: 22px 26px; color: #40575a; }
.decision-table { overflow-x: auto; border: 1px solid #dce7df; margin: 25px 0 4px; }
.decision-table table { border-collapse: collapse; width: 100%; }
.decision-table th, .decision-table td { padding: 16px 19px; text-align: left; vertical-align: top; border-bottom: 1px solid #dce7df; font-size: 14px; line-height: 1.6; }
.decision-table tr:last-child th, .decision-table tr:last-child td { border-bottom: 0; }
.decision-table thead th { background: #eaf2eb; color: var(--navy); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.decision-table tbody th { color: var(--navy); font-weight: 750; width: 42%; }
.decision-table tbody tr:nth-child(even) { background: #f8faf7; }
.related-section { background: #f6f8f5; }
.nearby-section { background: #e9f1eb; }
.related-section .card, .nearby-section .card { min-height: 190px; display: flex; flex-direction: column; justify-content: center; }
.contact-section { background: #f7f8f5; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr); gap: 38px; align-items: start; }
.contact-form-card { background: #fff; border: 1px solid #dfe8e1; padding: clamp(28px, 4vw, 50px); }
.contact-form-card h2 { font-size: clamp(33px, 3.2vw, 45px); margin: 0 0 18px; }
.contact-form-card .content-opening { color: #617277; font-size: 15px; }
.contact-form { display: grid; gap: 21px; margin-top: 31px; }
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label:not(.contact-form__consent) { display: block; color: var(--navy); font-size: 12px; font-weight: 800; margin-bottom: 8px; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { display: block; width: 100%; border: 1px solid #cbd9d1; border-radius: 3px; background: #fff; color: var(--ink); padding: 12px 13px; font-size: 14px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--navy-2); outline: 2px solid #c3d5c9; }
.contact-form .form-optional { color: #7a8987; font-weight: 400; }
.contact-form__trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.contact-form__consent { display: flex; align-items: flex-start; gap: 10px; color: #617277; font-size: 12px; line-height: 1.55; }
.contact-form__consent input { margin-top: 3px; flex: 0 0 auto; }
.contact-form .button { justify-self: start; border: 0; }
.form-message { padding: 13px 17px; margin: 20px 0; font-size: 13px; }
.form-message--success { background: #e6f4e8; border-left: 3px solid #37714b; color: #1d5231; }
.form-message--error { background: #fff0ec; border-left: 3px solid #a04431; color: #813021; }
.contact-side__card { background: #224149; color: #d4e0db; padding: 34px; }
.contact-side__symbol { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; border: 1px solid #ffffff5c; color: #e8b898; font-size: 27px; margin-bottom: 35px; }
.contact-side .eyebrow { color: #e6ad8b; margin-bottom: 12px; }
.contact-side h2 { color: #fff; font-size: 34px; margin-bottom: 13px; }
.contact-side p { font-size: 13px; line-height: 1.7; }
.contact-side .button { background: #fff; color: var(--navy); width: 100%; margin-top: 15px; }
.contact-side .button:hover { background: #e9f1eb; }
.contact-side .contact-side__note { margin: 13px 0 0; font-size: 11px; color: #b9cfca; }
.contact-side__links { border: 1px solid #dfe8e1; background: #fff; padding: 27px 32px; margin-top: 20px; }
.contact-side__links h3 { font-size: 19px; margin: 0 0 16px; }
.contact-side__links a { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid #e2ebe4; padding: 13px 0; font-size: 12px; color: var(--navy); font-weight: 750; text-decoration: none; }
.contact-side__links a:hover { color: var(--copper-dark); }
@media (max-width: 1100px) {
  .site-nav ul { gap: 15px; }
  .site-nav { gap: 16px; }
  .home-hero__grid { gap: 20px; min-height: 580px; }
  .home-hero h1 { font-size: clamp(52px, 6vw, 70px); }
  .quick-paths__grid { grid-template-columns: repeat(3, 1fr); }
  .quick-paths__intro { grid-column: 1 / -1; padding: 17px 0 6px; }
  .quick-paths__grid > a:first-of-type { border-left: 0; }
}
@media (max-width: 1020px) {
  .site-header__inner { min-height: 69px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 9px; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; padding: 16px 19px 24px; border-bottom: 1px solid var(--line); box-shadow: 0 20px 26px #10283121; }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: block; }
  .site-nav li { border-bottom: 1px solid var(--line); }
  .site-nav a { display: block; padding: 13px 4px; font-size: 14px; }
  .header-cta { display: block; margin-top: 15px; }
  .site-nav .header-cta .button { display: inline-flex; padding: 13px 20px; }
}
@media (max-width: 780px) {
  .container { width: min(calc(100% - 38px), var(--wide)); }
  .site-header__inner { min-height: 69px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 9px; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; padding: 16px 19px 24px; border-bottom: 1px solid var(--line); box-shadow: 0 20px 26px #10283121; }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: block; }
  .site-nav li { border-bottom: 1px solid var(--line); }
  .site-nav a { display: block; padding: 13px 4px; font-size: 14px; }
  .header-cta { display: block; margin-top: 15px; }
  .site-nav .button--header { display: inline-flex; padding: 13px 20px; }
  .home-hero__grid { display: flex; flex-direction: column; gap: 0; min-height: 0; }
  .home-hero__copy { padding: 61px 0 38px; width: 100%; }
  .home-hero h1 { font-size: clamp(51px, 9vw, 76px); max-width: 690px; }
  .hero-cues { margin-top: 37px; }
  .home-hero__visual { width: calc(100% + 38px); margin: 0 -19px; height: 390px; min-height: 0; }
  .hero-bottom { min-height: 57px; }
  .quick-paths__grid { grid-template-columns: 1fr; }
  .quick-paths__intro { grid-column: auto; padding: 22px 0 12px; }
  .quick-paths__grid > a { border-left: 0; border-top: 1px solid var(--line); padding: 14px 0; }
  .coverage-band__inner { grid-template-columns: minmax(0, 1fr); gap: 18px; padding-block: 31px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .decision-grid { grid-template-columns: 1fr; gap: 45px; }
  .decision-panel { max-width: 620px; }
  .steps-grid article { padding-right: 25px; }
  .steps-grid article + article { padding-left: 25px; }
  .footer-grid { gap: 35px; }
  .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-faq__grid { grid-template-columns: 1fr; gap: 26px; }
  .editorial-hero { padding: 62px 0 67px; }
  .listing-hero__inner { grid-template-columns: minmax(0, 1fr) 150px; gap: 35px; }
  .listing-hero__mark { width: 150px; height: 150px; }
  .listing-hero__mark span { font-size: 56px; }
  .listing-hero__mark small { display: none; }
  .editorial-hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .editorial-hero__aside, .location-hero-card { min-height: 230px; max-width: 600px; }
  .editorial-layout { grid-template-columns: 1fr; gap: 38px; }
  .editorial-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
  .editorial-sidebar__help { margin-top: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-side { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .contact-side__links { margin-top: 0; }
}
@media (max-width: 700px) {
  body.has-mobile-call { padding-bottom: calc(108px + env(safe-area-inset-bottom)); }
  .mobile-call { display: block; position: fixed; z-index: 50; left: max(14px, env(safe-area-inset-left)); right: max(14px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); padding: 0; background: var(--navy); border: 1px solid #3a575e; border-radius: 15px; box-shadow: 0 14px 36px #10283155; }
  .mobile-call__button { display: flex; align-items: center; gap: 12px; min-height: 70px; padding: 9px 15px; color: #fff; text-decoration: none; border-radius: 14px; }
  .mobile-call__button:hover { color: #fff; background: #24454c; }
  .mobile-call__button:focus-visible { outline: 3px solid #e4ad87; outline-offset: 3px; }
  .mobile-call__icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; background: #ffffff17; border: 1px solid #ffffff38; border-radius: 11px; }
  .mobile-call__icon svg { width: 22px; height: 22px; fill: none; stroke: #f2ba96; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-call__copy { display: flex; flex-direction: column; line-height: 1.2; }
  .mobile-call__copy strong { font-size: 15px; font-weight: 800; letter-spacing: .01em; }
  .mobile-call__copy small { margin-top: 4px; color: #d9e8e3; font-size: 13px; font-weight: 650; letter-spacing: .02em; }
  .mobile-call__arrow { margin-left: auto; color: #e8b392; font-size: 24px; line-height: 1; }
}
@media (max-width: 600px) {
  .city-topic-nav__inner { gap: 18px; }
  .city-topic-nav strong { display: none; }
  .city-service-grid { grid-template-columns: 1fr; }
  .city-service-card { padding: 22px; }
  .decision-table th, .decision-table td { padding: 13px 11px; font-size: 12px; }
  .site-header__inner { gap: 8px; }
  .brand { min-width: 0; }
  .brand .wordmark__name { font-size: 24px; }
  .home-hero__copy { padding: 48px 0 32px; }
  .home-hero h1 { font-size: clamp(46px, 12vw, 67px); }
  .home-hero__lede { font-size: 16px; }
  .home-hero .button-row { align-items: stretch; gap: 4px; }
  .home-hero .button-row .button:first-child { width: 100%; }
  .hero-cues { gap: 8px 0; margin-top: 24px; }
  .hero-cues span { font-size: 9px; }
  .hero-cues span + span { margin-left: 9px; padding-left: 9px; }
  .home-hero__visual { height: 310px; }
  .hero-visual-card { left: 18px; right: 18px; bottom: 16px; padding: 12px; }
  .hero-bottom > span { display: none; }
  .hero-bottom { justify-content: flex-end; }
  .section { padding: 72px 0; }
  .coverage-form button { padding-inline: 12px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading h2 { font-size: clamp(37px, 9vw, 48px); }
  .section-heading > p { margin-top: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 276px; padding: 24px; gap: 25px; }
  .decision-copy h2 { font-size: clamp(39px, 9vw, 50px); }
  .decision-panel { padding: 25px 25px 15px; box-shadow: 12px 12px 0 #d8e4dc; }
  .decision-panel h3 { font-size: 25px; }
  .steps-grid { display: block; }
  .steps-grid article, .steps-grid article + article { padding: 23px 0; border-left: 0; }
  .steps-grid article + article { border-top: 1px solid var(--line); }
  .steps-grid h3 { margin: 12px 0 7px; }
  .steps-grid p { margin: 0; }
  .final-cta { padding: 59px 0; }
  .final-cta__inner { display: block; }
  .final-cta .button { margin-top: 27px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .grid--4 { grid-template-columns: 1fr; }
  .site-footer { padding-top: 52px; }
  .editorial-hero { padding: 52px 0 56px; }
  .listing-hero { padding: 55px 0 60px; }
  .listing-hero__inner { display: block; }
  .listing-hero h1 { font-size: clamp(43px, 10.5vw, 58px); }
  .listing-hero__lede { font-size: 16px; }
  .listing-hero__mark { display: none; }
  .editorial-hero h1 { font-size: clamp(42px, 10.5vw, 57px); }
  .editorial-hero__lede { font-size: 16px; }
  .editorial-hero .button-row { align-items: stretch; gap: 4px; }
  .editorial-hero .button-row .button:first-child { width: 100%; }
  .editorial-hero__aside { min-height: 235px; }
  .location-hero-card { min-height: 240px; padding: 25px; box-shadow: 9px 9px 0 #dce8df; }
  .editorial-sidebar { display: block; }
  .location-page .editorial-sidebar { display: none; }
  .content-toc { margin-bottom: 25px; }
  .editorial-sidebar__help { display: none; }
  .editorial-body { font-size: 15px; }
  .editorial-body .content-opening { font-size: 19px; }
  .contact-side { display: block; }
  .contact-side__links { margin-top: 20px; }
  .contact-form__row { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .quick-paths__grid > a, .service-card, .resource-card { transition: none; }
  .resource-card:hover { transform: none; }
}
