/* The directory homepage has its own palette; account and directory detail pages
   continue using the shared Tailwind styles. Propshaft includes this via :app. */
.rr-home {
  --rr-paper: #f8f7f2;
  --rr-surface: #fffefa;
  --rr-ink: #122731;
  --rr-muted: #536267;
  --rr-line: #dce1d9;
  --rr-green: #087759;
  --rr-tint: #e9efe7;
  --rr-amber: #efb35b;
  background: var(--rr-paper);
  color: var(--rr-ink);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.rr-home .rr-container { width: min(100% - 88px, 1200px); margin-inline: auto; }
.rr-home .rr-heading { font: 400 38px/1.15 "DM Serif Display", Georgia, serif; letter-spacing: -.6px; }
.rr-home .rr-eyebrow { display: flex; align-items: center; gap: 9px; color: var(--rr-green); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.rr-home .rr-eyebrow::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.rr-home .rr-text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--rr-green); font-size: 14px; font-weight: 500; cursor: pointer; text-underline-offset: 5px; }
.rr-home .rr-text-link:hover { text-decoration: underline; }
.rr-home .rr-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border-radius: 5px; background: var(--rr-green); color: white; font-size: 14px; font-weight: 600; }
.rr-home .rr-button:hover { background: #075c46; }
.rr-home :is(.rr-header, .rr-footer, #main-content) :is(a, button, input, summary):focus-visible { outline: 2px solid var(--rr-green); outline-offset: 4px; }
.rr-home :is(#browse-states, #find-a-roofer, #all-states) { scroll-margin-top: 24px; }

.rr-home .rr-header { border-bottom: 1px solid var(--rr-line); }
.rr-home .rr-header-inner { display: flex; align-items: center; gap: 30px; min-height: 90px; }
.rr-home .rr-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--rr-ink); font-size: 27px; font-weight: 700; letter-spacing: -1px; white-space: nowrap; }
.rr-home .rr-brand svg { width: 30px; height: 30px; color: var(--rr-green); }
.rr-home .rr-navigation { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 14px; font-weight: 500; }
.rr-home .rr-navigation a { display: inline-flex; align-items: center; min-height: 44px; }
.rr-home .rr-navigation a:hover { color: var(--rr-green); }
.rr-home .rr-phone { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 10px 15px; border: 1px solid var(--rr-line); border-radius: 5px; font-size: 14px; font-weight: 600; white-space: nowrap; }
.rr-home .rr-phone svg { width: 18px; height: 18px; color: var(--rr-green); }
.rr-home .rr-phone:hover { border-color: var(--rr-green); }

.rr-home .rr-hero { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 54px; padding-block: 54px 44px; }
.rr-home .rr-hero-copy { min-width: 0; padding-block: 8px; }
.rr-home .rr-headline { margin: 23px 0 27px; font: 400 clamp(64px, 6vw, 82px)/1.04 "DM Serif Display", Georgia, serif; letter-spacing: -2px; }
.rr-home .rr-headline > * { display: block; }
.rr-home .rr-headline em { color: var(--rr-green); }
.rr-home .rr-intro { max-width: 500px; color: var(--rr-muted); font-size: 17px; line-height: 1.75; }
.rr-home .rr-search { margin-top: 31px; }
.rr-home .rr-search-label { display: block; margin-bottom: 9px; font-size: 13px; font-weight: 600; }
.rr-home .rr-search-field { position: relative; display: flex; align-items: center; gap: 12px; padding: 7px 7px 7px 16px; border: 1px solid var(--rr-line); border-radius: 7px; background: var(--rr-surface); box-shadow: 0 4px 16px #102d3010; }
.rr-home .rr-search-pin { width: 21px; height: 21px; flex-shrink: 0; color: var(--rr-green); }
.rr-home .rr-search-field input { width: 100%; min-width: 0; flex: 1; padding: 10px 0; border: 0; background: transparent; color: var(--rr-ink); font-size: 16px; }
.rr-home .rr-search-field input::placeholder { color: var(--rr-muted); opacity: 1; }
.rr-home .rr-search-field button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-width: 108px; min-height: 48px; padding: 12px 19px; border-radius: 4px; background: var(--rr-amber); color: #152a2b; font-size: 14px; font-weight: 700; cursor: pointer; }
.rr-home .rr-search-field button:hover { background: #e5a448; }
.rr-home .rr-search-field button:disabled { cursor: wait; }
.rr-home .rr-search-bar { position: absolute; bottom: 0; left: 0; height: 3px; border-radius: 0 0 7px 7px; }
.rr-home .rr-match { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.rr-home .rr-match > span { color: var(--rr-muted); font-size: 13px; }
.rr-home .rr-match > button { min-height: 32px; }
.rr-home .rr-hero-image { position: relative; align-self: stretch; min-height: 540px; margin: 0; }
.rr-home .rr-hero-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 54%; border-radius: 8px 80px 8px 8px; }
.rr-home .rr-photo-label { position: absolute; top: 23px; left: 23px; display: flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid #fff7; border-radius: 4px; background: #f9f9f0ed; color: #193a35; font-size: 12px; font-weight: 600; }
.rr-home .rr-photo-label > span { color: var(--rr-green); font-size: 20px; line-height: 1; }
.rr-home .rr-photo-note { position: absolute; right: 23px; bottom: 23px; left: 23px; display: flex; align-items: center; gap: 17px; padding: 20px; border-radius: 5px; background: #f9f8f0f7; color: #193633; }
.rr-home .rr-photo-check { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 42px; height: 42px; border: 1px solid #bdd1c4; border-radius: 50%; color: var(--rr-green); }
.rr-home .rr-photo-note strong { display: block; margin-bottom: 3px; font-size: 15px; font-weight: 600; }
.rr-home .rr-photo-note div > span { font-size: 13px; color: #53675f; }

.rr-home .rr-trust { border-block: 1px solid var(--rr-line); }
.rr-home .rr-trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 23px; }
.rr-home .rr-trust p { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 500; }
.rr-home .rr-trust p span { color: var(--rr-green); font-size: 18px; }

.rr-home .rr-directory { padding-block: 46px 38px; }
.rr-home .rr-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 27px; }
.rr-home .rr-section-heading .rr-eyebrow { margin-bottom: 12px; }
.rr-home .rr-state-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.rr-home .rr-state-card { display: block; min-width: 0; padding: 24px 21px 20px; border: 1px solid var(--rr-line); border-radius: 6px; background: var(--rr-surface); transition: transform .16s ease, border-color .16s ease; }
.rr-home .rr-state-card:hover { transform: translateY(-3px); border-color: var(--rr-green); }
.rr-home .rr-state-abbr { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 25px; color: var(--rr-green); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.rr-home .rr-state-card h3 { font-size: 21px; font-weight: 600; line-height: 1.25; letter-spacing: -.5px; }
.rr-home .rr-state-card h3 small { display: block; margin-top: 5px; font-size: 12px; font-weight: 400; letter-spacing: 0; color: var(--rr-muted); }
.rr-home .rr-state-count { margin-top: 13px; color: var(--rr-green); font-size: 13px; font-weight: 500; }
.rr-home .rr-state-cities { display: flex; flex-direction: column; gap: 7px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--rr-line); color: var(--rr-muted); font-size: 13px; }
.rr-home .rr-all-states { margin-top: 23px; }
.rr-home .rr-all-states summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 14px 0; border-bottom: 1px solid var(--rr-line); list-style: none; color: var(--rr-green); font-size: 14px; font-weight: 500; cursor: pointer; }
.rr-home .rr-all-states summary::-webkit-details-marker { display: none; }
.rr-home .rr-all-states summary > span { font-size: 22px; transition: transform .16s ease; }
.rr-home .rr-all-states[open] summary > span { transform: rotate(45deg); }
.rr-home .rr-location-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 28px; }
.rr-home .rr-location-link { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 3px 10px; padding: 13px 0; border-bottom: 1px solid var(--rr-line); font-size: 13px; }
.rr-home .rr-location-link small { color: var(--rr-muted); font-size: 12px; }
.rr-home .rr-location-link:hover { color: var(--rr-green); }
.rr-home .rr-popular { margin-top: 28px; }
.rr-home .rr-popular h3 { margin-bottom: 10px; font-size: 14px; font-weight: 600; }

.rr-home .rr-quiz-section { padding-bottom: 42px; }
.rr-home .rr-quiz-invitation { display: flex; align-items: center; gap: 20px; padding: 27px 32px; border-radius: 7px; background: var(--rr-tint); }
.rr-home .rr-quiz-icon { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; flex-shrink: 0; border: 1px solid #c5d5c9; border-radius: 50%; color: var(--rr-green); background: var(--rr-surface); font: 400 26px/1 "DM Serif Display", Georgia, serif; }
.rr-home .rr-quiz-invitation h2 { font-size: 18px; font-weight: 500; }
.rr-home .rr-quiz-invitation p { margin-top: 3px; color: var(--rr-muted); font-size: 13px; }
.rr-home .rr-quiz-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 46px; margin-left: auto; padding: 11px 18px; border: 1px solid var(--rr-line); border-radius: 4px; background: var(--rr-surface); color: var(--rr-green); font-size: 14px; font-weight: 500; white-space: nowrap; cursor: pointer; }
.rr-home .rr-quiz-button:hover { border-color: var(--rr-green); }
.rr-home .rr-quiz-panel { position: fixed; top: auto; right: 24px; bottom: 24px; left: auto; z-index: 50; max-width: calc(100% - 32px); color: var(--rr-ink); }

.rr-home .rr-difference { background: #122f34; color: #f7f6ec; }
.rr-home .rr-difference-inner { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 50px; padding-block: 44px; }
.rr-home .rr-difference .rr-heading { font-size: 35px; }
.rr-home .rr-difference ul { display: grid; gap: 4px; margin-top: 17px; color: #c1d3cc; font-size: 13px; line-height: 1.65; }
.rr-home .rr-stats { display: grid; grid-template-columns: 1fr .85fr 1.3fr; gap: 23px; }
.rr-home .rr-stats > div { display: flex; flex-direction: column; border-left: 1px solid #68807866; padding-left: 21px; }
.rr-home .rr-stats dt { color: #c1d3cc; font-size: 12px; }
.rr-home .rr-stats dd { order: -1; margin-bottom: 9px; font: 400 clamp(27px, 2.6vw, 37px)/1.25 "DM Serif Display", Georgia, serif; }

.rr-home .rr-faq { display: grid; grid-template-columns: 1fr 1.5fr; gap: 55px; padding-block: 49px; }
.rr-home .rr-faq .rr-eyebrow { margin-bottom: 15px; }
.rr-home .rr-faq .rr-heading { max-width: 310px; font-size: 35px; }
.rr-home .rr-faq-item { border-bottom: 1px solid var(--rr-line); }
.rr-home .rr-faq-question { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; min-height: 58px; padding: 16px 0; text-align: left; cursor: pointer; }
.rr-home .rr-faq-label { font-size: 15px; font-weight: 500; }
.rr-home .rr-faq-question svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--rr-green); }
.rr-home .rr-faq-answer { padding: 0 30px 20px 0; color: var(--rr-muted); font-size: 14px; line-height: 1.8; }
.rr-home .rr-pro { display: flex; justify-content: space-between; align-items: center; gap: 45px; padding-block: 34px; border-top: 1px solid var(--rr-line); }
.rr-home .rr-pro .rr-heading { font-size: 30px; }
.rr-home .rr-pro p { max-width: 490px; margin-top: 12px; color: var(--rr-muted); font-size: 14px; line-height: 1.7; }
.rr-home .rr-pro-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; flex-shrink: 0; }
.rr-home .rr-pro-actions .rr-text-link { font-size: 12px; }

.rr-home .rr-footer { border-top: 1px solid var(--rr-line); }
.rr-home .rr-newsletter { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 55px; padding-block: 34px; border-bottom: 1px solid var(--rr-line); }
.rr-home .rr-newsletter h2 { font-size: 19px; font-weight: 500; }
.rr-home .rr-newsletter p { max-width: 520px; margin-top: 9px; color: var(--rr-muted); font-size: 13px; line-height: 1.7; }
.rr-home #newsletter-form { min-width: 0; color: var(--rr-green); font-size: 14px; }
.rr-home #newsletter-form input[type="email"] { min-width: 0; width: 100%; border-color: var(--rr-line); background: var(--rr-surface); color: var(--rr-ink); border-radius: 5px; font-size: 16px; }
.rr-home #newsletter-form input[type="email"]::placeholder { color: var(--rr-muted); }
.rr-home #newsletter-form input[type="submit"] { border-radius: 5px; font-size: 14px; background: var(--rr-green); }
.rr-home #newsletter-form .text-red-400 { color: #b42318; }
.rr-home .rr-footer-main { display: grid; grid-template-columns: 1fr 2fr; gap: 65px; padding-block: 36px; }
.rr-home .rr-footer-brand p { max-width: 295px; margin-top: 15px; color: var(--rr-muted); font-size: 13px; line-height: 1.8; }
.rr-home .rr-footer-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.rr-home .rr-footer-links h3 { margin-bottom: 13px; font-size: 12px; font-weight: 600; }
.rr-home .rr-footer-links ul { display: grid; gap: 8px; font-size: 13px; color: var(--rr-muted); }
.rr-home .rr-footer-links a:hover { color: var(--rr-green); text-decoration: underline; }
.rr-home .rr-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 21px; border-top: 1px solid var(--rr-line); color: var(--rr-muted); font-size: 12px; }
.rr-home .rr-footer-bottom > div { display: flex; gap: 20px; }

@media (max-width: 1050px) {
  .rr-home .rr-container { width: calc(100% - 64px); }
  .rr-home .rr-header-inner { gap: 22px; min-height: 82px; }
  .rr-home .rr-brand { font-size: 24px; }
  .rr-home .rr-navigation { gap: 20px; font-size: 12px; }
  .rr-home .rr-phone { padding-inline: 12px; font-size: 12px; }
  .rr-home .rr-hero { gap: 36px; padding-top: 42px; }
  .rr-home .rr-headline { font-size: 66px; }
  .rr-home .rr-intro { font-size: 15px; }
  .rr-home .rr-search-field { gap: 9px; padding-left: 12px; }
  .rr-home .rr-search-field button { min-width: 90px; padding-inline: 13px; }
  .rr-home .rr-search-field button > span { display: none; }
  .rr-home .rr-hero-image { min-height: 490px; }
  .rr-home .rr-state-grid { gap: 12px; }
  .rr-home .rr-state-card { padding: 21px 17px; }
  .rr-home .rr-state-card h3 { font-size: 19px; }
  .rr-home .rr-state-cities { font-size: 12px; }
  .rr-home .rr-difference-inner { gap: 32px; }
  .rr-home .rr-stats { gap: 15px; }
  .rr-home .rr-stats > div { padding-left: 13px; }
  .rr-home .rr-footer-main { gap: 35px; }
}

@media (max-width: 800px) {
  .rr-home .rr-container { width: calc(100% - 48px); }
  .rr-home .rr-header-inner { flex-wrap: wrap; column-gap: 20px; row-gap: 0; padding-top: 16px; }
  .rr-home .rr-phone { margin-left: auto; }
  .rr-home .rr-navigation { order: 3; justify-content: space-between; width: 100%; margin-left: 0; padding-block: 5px; font-size: 13px; }
  .rr-home .rr-hero { gap: 28px; }
  .rr-home .rr-headline { font-size: 54px; letter-spacing: -1.6px; }
  .rr-home .rr-intro { font-size: 14px; }
  .rr-home .rr-photo-label { top: 16px; left: 16px; padding: 8px 10px; font-size: 11px; }
  .rr-home .rr-photo-note { right: 14px; bottom: 14px; left: 14px; gap: 10px; padding: 14px; }
  .rr-home .rr-photo-check { display: none; }
  .rr-home .rr-photo-note strong { font-size: 13px; }
  .rr-home .rr-photo-note div > span { font-size: 12px; }
  .rr-home .rr-trust-inner { flex-wrap: wrap; gap: 14px 20px; }
  .rr-home .rr-trust p { font-size: 12px; }
  .rr-home .rr-state-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rr-home .rr-state-cities { flex-direction: row; flex-wrap: wrap; gap: 7px 14px; }
  .rr-home .rr-location-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; }
  .rr-home .rr-quiz-invitation { flex-wrap: wrap; gap: 14px; padding: 24px; }
  .rr-home .rr-quiz-invitation h2 { font-size: 16px; }
  .rr-home .rr-quiz-button { margin-left: 60px; }
  .rr-home .rr-difference-inner { grid-template-columns: 1fr; gap: 30px; }
  .rr-home .rr-difference .rr-heading br { display: none; }
  .rr-home .rr-stats > div:first-child { border-left: 0; padding-left: 0; }
  .rr-home .rr-stats dd { font-size: 35px; }
  .rr-home .rr-faq { grid-template-columns: 1fr; gap: 22px; }
  .rr-home .rr-faq .rr-heading { max-width: none; }
  .rr-home .rr-pro { align-items: flex-start; gap: 25px; }
  .rr-home .rr-pro-actions { flex-shrink: 1; min-width: 200px; }
  .rr-home .rr-newsletter { grid-template-columns: 1fr; gap: 22px; }
  .rr-home .rr-footer-main { grid-template-columns: 1fr; gap: 28px; }
  .rr-home .rr-footer-brand p { max-width: 460px; }
}

@media (max-width: 600px) {
  .rr-home .rr-container { width: calc(100% - 40px); }
  .rr-home .rr-heading { font-size: 31px; }
  .rr-home .rr-eyebrow { font-size: 11px; letter-spacing: .12em; }
  .rr-home .rr-header-inner { column-gap: 10px; }
  .rr-home .rr-brand { gap: 7px; font-size: 22px; }
  .rr-home .rr-brand svg { width: 25px; height: 25px; }
  .rr-home .rr-phone { gap: 6px; min-height: 44px; padding: 0; border: 0; font-size: 11px; }
  .rr-home .rr-phone svg { width: 14px; height: 14px; }
  .rr-home .rr-navigation { gap: 14px; font-size: 12px; }
  .rr-home .rr-hero { display: flex; flex-direction: column; align-items: stretch; gap: 26px; padding-block: 28px; }
  .rr-home .rr-hero-copy { padding: 0; }
  .rr-home .rr-headline { margin-block: 19px 22px; font-size: clamp(47px, 14.7vw, 68px); }
  .rr-home .rr-intro { font-size: 15px; line-height: 1.75; }
  .rr-home .rr-search { margin-top: 25px; }
  .rr-home .rr-search-field { gap: 8px; padding: 6px 6px 6px 11px; }
  .rr-home .rr-search-pin { width: 18px; height: 18px; }
  .rr-home .rr-search-field button { min-width: 76px; padding-inline: 12px; font-size: 13px; }
  .rr-home .rr-match { gap: 9px; margin-top: 12px; }
  .rr-home .rr-match > button { min-height: 44px; font-size: 13px; }
  .rr-home .rr-hero-image { min-height: 285px; }
  .rr-home .rr-hero-image > img { border-top-right-radius: 54px; object-position: 50% 58%; }
  .rr-home .rr-photo-note { padding: 13px 15px; }
  .rr-home .rr-photo-check { display: flex; width: 35px; height: 35px; }
  .rr-home .rr-trust-inner { padding-block: 18px; gap: 11px 19px; }
  .rr-home .rr-trust p { gap: 7px; font-size: 11px; }
  .rr-home .rr-trust p span { font-size: 15px; }
  .rr-home .rr-directory { padding-block: 30px; }
  .rr-home .rr-section-heading { align-items: flex-start; gap: 13px; margin-bottom: 20px; }
  .rr-home .rr-section-heading > .rr-text-link { max-width: 88px; padding-top: 24px; gap: 5px; font-size: 12px; }
  .rr-home .rr-state-grid { gap: 10px; }
  .rr-home .rr-state-card { padding: 18px 14px; }
  .rr-home .rr-state-abbr { margin-bottom: 19px; font-size: 11px; }
  .rr-home .rr-state-card h3 { font-size: 18px; }
  .rr-home .rr-state-card h3 small { font-size: 11px; }
  .rr-home .rr-state-count { font-size: 12px; }
  .rr-home .rr-state-cities { flex-direction: column; font-size: 11px; }
  .rr-home .rr-location-grid { gap: 0 16px; }
  .rr-home .rr-location-link { flex-direction: column; padding-block: 12px; font-size: 12px; }
  .rr-home .rr-location-link small { font-size: 11px; }
  .rr-home .rr-quiz-section { padding-bottom: 30px; }
  .rr-home .rr-quiz-invitation { padding: 21px 17px; gap: 12px; }
  .rr-home .rr-quiz-icon { width: 34px; height: 34px; }
  .rr-home .rr-quiz-invitation h2 { font-size: 14px; }
  .rr-home .rr-quiz-invitation p { font-size: 11px; }
  .rr-home .rr-quiz-button { margin-left: 46px; padding-inline: 13px; font-size: 13px; }
  .rr-home .rr-quiz-panel { right: 0; bottom: 0; left: 0; max-width: 100%; }
  .rr-home .rr-difference-inner { padding-block: 31px; }
  .rr-home .rr-difference .rr-heading { font-size: 29px; }
  .rr-home .rr-difference ul { font-size: 12px; }
  .rr-home .rr-stats { gap: 12px; }
  .rr-home .rr-stats > div { padding-left: 12px; }
  .rr-home .rr-stats dd { font-size: clamp(23px, 6.5vw, 32px); }
  .rr-home .rr-stats dt { font-size: 11px; }
  .rr-home .rr-faq { padding-block: 32px; }
  .rr-home .rr-faq .rr-heading { font-size: 31px; }
  .rr-home .rr-faq-question { gap: 18px; }
  .rr-home .rr-faq-label { font-size: 14px; }
  .rr-home .rr-faq-answer { padding-right: 12px; }
  .rr-home .rr-pro { flex-direction: column; padding-block: 29px; }
  .rr-home .rr-newsletter { padding-block: 29px; }
  .rr-home .rr-newsletter h2 { font-size: 18px; }
  .rr-home .rr-footer-main { padding-block: 29px; }
  .rr-home .rr-footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
  .rr-home .rr-footer-links a { display: inline-flex; align-items: center; min-height: 32px; }
  .rr-home .rr-footer-bottom { flex-wrap: wrap; gap: 12px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .rr-home .rr-state-card, .rr-home .rr-all-states summary > span { transition: none; }
}

@media (pointer: coarse) {
  .rr-home :is(.rr-text-link, .rr-location-link, .rr-footer-links a) { min-height: 44px; }
}
