@font-face { font-family: "IBM Plex Sans"; src: url("/fonts/ibm-plex-sans-latin-variable.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; } :root { --accent: #145ad3; --accent-strong: #1047a7; --accent-soft: #e1ebfc; --emergency: #ad2a1f; --emergency-strong: #941b13; --emergency-soft: #fcedea; --ink: #17394a; --ink-soft: #304d5b; --bg: #f6f2e9; --surface: #ffffff; --sand: #f6f2e9; --footer: #17394a; --surface-muted: #dce9ec; --text: #304d5b; --text-soft: #4b6471; --line: #cedadc; --control-line: #718390; --line-soft: #dde5e5; --success: #19613b; --success-soft: #e9f4ed; --warning: #7c5200; --warning-soft: #fff4d6; --signal-bg: #020812; --signal-bg-mid: #061424; --signal-cyan: #27c5ff; --signal-coral: #ff5d57; --signal-amber: #ffb454; --signal-ice: #f5faff; --signal-copy: #bfe7fa; --signal-panel: #081a2e; --signal-panel-strong: #061322; --signal-line: rgba(126, 207, 241, 0.24); --signal-grid: rgba(104, 196, 236, 0.09); --signal-glow: rgba(39, 197, 255, 0.2); --brand-navy: #17394a; --brand-blue: #145ad3; --banner: #17394a; --banner-copy: #ffffff; --warm-signal: #f0af7a; --font: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; --font-display: var(--font); --display: 500 clamp(1.75rem, 2.6vw, 2.25rem)/1.2 var(--font-display); --h2: 500 clamp(1.35rem, 2vw, 1.6rem)/1.3 var(--font-display); --h3: 500 1.15rem/1.35 var(--font-display); --body: 400 1rem/1.6 var(--font); --label: 500 0.875rem/1.4 var(--font); --r-card: 12px; --r-lg: 16px; --r-sm: 6px; --r-pill: 999px; --shadow-sm: 0 1px 2px rgba(16, 36, 62, 0.06); --shadow: 0 8px 18px rgba(16, 36, 62, 0.08); --s1: 6px; --s2: 8px; --s3: 12px; --s4: 16px; --s5: 20px; --s6: 32px; --s7: 48px; --s8: 72px; --s9: 96px; --gutter: clamp(18px, 4vw, 32px); --maxw: 1320px; --copy: 64ch; } * { box-sizing: border-box; } html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; } body { margin: 0; min-width: 320px; font: var(--body); color: var(--text); background: var(--bg); } a { color: var(--accent-strong); text-decoration-thickness: 1px; text-underline-offset: 0.16em; } a:hover { color: var(--accent); } a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; } [hidden] { display: none !important; } h1, h2, h3 { color: var(--ink); letter-spacing: -0.02em; margin: 0 0 var(--s3); text-wrap: balance; } p, li, dd, figcaption, caption { text-wrap: pretty; } strong { font-weight: 700; } ::selection { color: var(--ink); background: var(--accent-soft); } :root { --signal-field-image: url("/images/signal-field-1200.webp"); } .wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); } .skip-link { position: fixed; inset: 8px auto auto 8px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--ink); border-radius: 6px; transform: translateY(-160%); } .skip-link:focus { transform: translateY(0); } .site-header { position: sticky; top: 0; z-index: 50; color: var(--ink); background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); } .site-header .wrap { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: var(--s4); } .brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font: 400 1.3rem/1 var(--font-display); letter-spacing: -0.02em; text-decoration: none; white-space: nowrap; } .brand span { color: var(--brand-navy); } .brand strong { color: var(--brand-blue); font-weight: 650; } .brand:hover { color: var(--accent-strong); } .brand-mark { width: 36px; height: 36px; flex: 0 0 auto; border-radius: var(--r-sm); box-shadow: none; } .nav { display: flex; align-items: center; gap: clamp(12px, 2vw, 24px); } .nav a { color: var(--text); font: var(--label); text-decoration: none; white-space: nowrap; } .nav a:hover { color: var(--accent); } .header-find { display: inline-flex; min-height: 38px; align-items: center; padding: 8px 13px; color: #fff; background: var(--accent); border: 1px solid var(--accent); box-shadow: none; border-radius: var(--r-sm); font: var(--label); text-decoration: none; white-space: nowrap; } .header-find:hover { color: #fff; background: var(--accent-strong); } .nav-menu { display: none; position: relative; } .nav-menu summary { min-height: 44px; padding: 8px 12px; color: var(--ink); background: var(--surface-muted); border: 1px solid var(--line); border-radius: var(--r-sm); font: var(--label); cursor: pointer; list-style: none; } .nav-menu summary::-webkit-details-marker { display: none; } .nav-panel { position: absolute; top: calc(100% + 10px); right: 0; width: min(310px, calc(100vw - 36px)); display: grid; padding: 10px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); box-shadow: var(--shadow); } .nav-panel a { min-height: 44px; padding: 11px 12px; color: var(--text); border-radius: var(--r-sm); font: var(--label); text-decoration: none; } .nav-panel a:hover { color: var(--accent-strong); background: var(--accent-soft); } .btn { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; padding: 10px 16px; color: var(--ink); background: transparent; border: 1px solid transparent; border-radius: var(--r-sm); font: var(--label); line-height: 1.25; text-align: center; text-decoration: none; cursor: pointer; transition: background-color .15s ease, border-color .15s ease, color .15s ease, transform .15s ease; } .btn:hover { transform: translateY(-1px); } .btn-primary { color: #fff; background: var(--accent); } .btn-primary:hover { color: #fff; background: var(--accent-strong); } .btn-emergency { color: #fff; background: var(--emergency); } .btn-emergency:hover { color: #fff; background: var(--emergency-strong); } .btn-ghost { color: var(--ink); background: var(--surface); border-color: var(--control-line); } .btn-ghost:hover { color: var(--ink); background: var(--surface-muted); border-color: var(--ink-soft); } .hero { padding-block: clamp(28px, 4vw, 46px) var(--s6); } .hero-shell { position: relative; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); } .hero-card { padding: clamp(28px, 4vw, 48px); } .hero-copy { min-width: 0; } .hero h1 { max-width: 34ch; font: var(--display); } .hero .bluff { max-width: 64ch; margin: var(--s4) 0 var(--s5); color: var(--text-soft); font-size: clamp(1.05rem, 2vw, 1.18rem); line-height: 1.6; } .hero .cta-row { display: flex; flex-wrap: wrap; gap: var(--s3); } .eyebrow { margin-bottom: var(--s3); color: var(--emergency-strong); font: var(--label); text-transform: uppercase; letter-spacing: .09em; } .trust { display: flex; flex-wrap: wrap; gap: var(--s3) var(--s5); margin-top: var(--s6); color: var(--text-soft); font: var(--label); } .trust span { display: inline-flex; gap: 4px; } .trust b { color: var(--ink); } .hero-standard .hero-shell, .hero-money .hero-shell, .hero-profile .hero-shell, .hero-service .hero-shell { color: var(--ink); background: var(--surface); border: 0; border-radius: 0; box-shadow: none; } .hero-standard .hero-card, .hero-money .hero-card { padding: 8px 0 16px; } .hero-standard, .hero-money { padding-block: 16px 8px; } .hero-standard .hero-copy, .hero-money .hero-copy { max-width: 100%; } .hero-standard .bluff, .hero-money .bluff, .hero-profile .bluff { color: var(--text-soft); } .hero-standard .trust, .hero-money .trust, .hero-profile .trust { color: var(--text-soft); } .hero-standard .trust b, .hero-money .trust b, .hero-profile .trust b { color: var(--ink); } .home-hero-grid { display: grid; color: var(--text); background: transparent; } .hero-home { padding-block: 0 var(--s4); overflow: clip; background: var(--sand); } .home-hero-stage { position: relative; isolation: isolate; display: grid; align-items: center; min-height: 350px; padding-block: var(--s6); } .hero-home .home-hero-stage .hero-copy { position: relative; z-index: 1; min-width: 0; max-width: 48%; padding-block: var(--s4) var(--s5); } .hero-service .hero-art { display: none; } .home-hero-art { display: block; position: absolute; inset-block: 0; left: 50%; width: 100vw; transform: translateX(-50%); margin: 0; overflow: hidden; z-index: 0; background: var(--signal-bg); } .home-hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,13,24,.78) 0%, rgba(3,13,24,.65) 40%, rgba(3,13,24,.08) 70%, transparent 100%); } .home-hero-art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; } .hero-home h1 { max-width: 17ch; color: #fff; font-size: clamp(30px, 3.4vw, 49px); font-weight: 500; line-height: 1.12; } .hero-home .bluff { max-width: 39ch; margin-block: var(--s3) 0; color: var(--banner-copy); font-size: 18px; } .home-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s3) var(--s5); } .home-hero-actions .text-link { min-height: 44px; color: var(--accent-strong); } .home-hero-directory { display: grid; grid-template-columns: minmax(200px, .7fr) minmax(0, 2fr); align-items: end; gap: var(--s6); scroll-margin-top: 84px; padding-block: var(--s5); border-block: 1px solid var(--line); } .home-directory-intro h2 { color: var(--ink); font: 500 1.25rem/1.3 var(--font); margin-bottom: var(--s2); } .home-directory-intro p { max-width: 40ch; margin: 0; color: var(--text-soft); font-size: .9rem; } .home-hero-directory .route-finder { grid-template-columns: repeat(2, minmax(0, 1fr)) auto; align-items: end; margin: 0; padding: 0; border: 0; box-shadow: none; background: transparent; } .home-hero-directory .route-finder .btn { grid-column: auto; } .hero-home .route-note { color: var(--text-soft); font-size: .875rem; } .hero-service .hero-card { padding: 8px 0 20px; } .hero-service .hero-copy { max-width: 80ch; } .hero-service h1 { max-width: 36ch; } .hero-service .bluff { color: var(--text-soft); } .lead-frontdoor { padding-top: 0; padding-bottom: var(--s5); } .route-finder { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: var(--s5); padding: var(--s3); background: #fff; border: 1px solid var(--line); border-radius: var(--r-card); box-shadow: var(--shadow-sm); } .route-finder label { display: grid; gap: 6px; color: var(--text-soft); font: 500 .875rem/1.4 var(--font); } .route-finder label span { padding: 0; } .route-finder select { width: 100%; min-height: 48px; padding: 10px 36px 10px 11px; color: var(--text); background: var(--surface-muted); border: 1px solid var(--line); border-radius: var(--r-sm); font: var(--body); } .route-finder .btn { grid-column: 1 / -1; min-height: 48px; } .route-note { margin: var(--s3) 0 0; color: var(--signal-copy); font: .75rem/1.5 var(--font); } .signal-field { position: relative; min-height: 530px; margin: 0; overflow: hidden; background: var(--signal-bg-mid); } .signal-field::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, color-mix(in srgb, var(--signal-bg) 30%, transparent), transparent 36%), linear-gradient(0deg, color-mix(in srgb, var(--signal-bg) 88%, transparent), transparent 48%); pointer-events: none; } .signal-field img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; } .signal-field figcaption { position: absolute; z-index: 1; inset: auto var(--s5) var(--s5); display: grid; gap: 5px; max-width: 28ch; color: var(--signal-ice); } .signal-field figcaption span { color: var(--signal-amber); font: 700 .7rem/1 var(--font); text-transform: uppercase; letter-spacing: .1em; } .signal-field figcaption strong { font: 600 1.05rem/1.45 var(--font); } .hero-proof { display: flex; flex-wrap: wrap; gap: var(--s4) var(--s6); padding-block: var(--s4); } .hero-proof span { display: inline-flex; align-items: center; gap: 8px; color: var(--text-soft); font: .875rem/1.4 var(--font); } .hero-proof .icon { color: var(--accent); } .hero-proof b { color: var(--ink); font-weight: 500; } .hero-money h1 { max-width: 44ch; font-size: clamp(1.65rem, 2.3vw, 2rem); font-weight: 500; text-wrap: pretty; } .hero-money .hero-copy { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 24px; } .hero-money h1, .hero-money .bluff, .hero-money .trust { grid-column: 1; } .hero-money .cta-row { grid-column: 2; grid-row: 1 / span 3; align-self: center; } .hero-money .bluff { font-size: 1rem; margin-block: 8px; } .hero-money .trust { margin: 0; padding: 0; border: 0; } .hero-profile { padding-top: var(--s4); } .hero-profile .hero-card { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); gap: clamp(28px, 5vw, 56px); border-top: 3px solid var(--signal-cyan); } .hero-profile .hero-card > * { min-width: 0; } .hero-profile .hero-copy { grid-column: 1; } .hero-profile h1 { max-width: 24ch; font-size: clamp(2rem, 4vw, 3.35rem); } .profile-glance { grid-column: 2; grid-row: 1 / span 2; align-self: start; padding: var(--s5); color: var(--signal-ice); background: rgba(8, 26, 46, .88); border: 1px solid var(--signal-line); box-shadow: inset 0 1px rgba(255, 255, 255, .05); border-radius: var(--r-card); } .profile-glance h2 { color: #fff; font: var(--h3); } .profile-glance dl { display: grid; gap: var(--s3); margin: 0; } .profile-glance dt { color: var(--signal-copy); font: var(--label); } .profile-glance dd { margin: 2px 0 0; color: #fff; font-weight: 700; } .profile-glance p { margin: var(--s4) 0 0; color: var(--signal-copy); font-size: .8rem; line-height: 1.5; } .profile-summary-panel { margin-top: calc(-1 * var(--s4)); background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); } .profile-summary-panel summary { min-height: 50px; padding: 14px var(--s4); color: var(--ink); font: var(--label); cursor: pointer; } .profile-summary-panel p { max-width: var(--copy); margin: 0; padding: 0 var(--s4) var(--s4); color: var(--text-soft); } .section { padding-block: clamp(30px, 5vw, 52px); } main > .section:not(.wrap) { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); } .section > h2 { max-width: 24ch; font: var(--h2); } .lede { max-width: var(--copy); margin-bottom: var(--s6); color: var(--text-soft); } .section-heading { display: flex; gap: var(--s6); align-items: end; justify-content: space-between; margin-bottom: var(--s6); } .section-heading h2 { max-width: 18ch; font: var(--h2); } .section-heading p { max-width: 54ch; margin: 0; color: var(--text-soft); } .section-heading > div { position: relative; } .service-picker { margin-top: var(--s4); color: var(--text); } .service-picker .section-heading h2 { color: var(--ink); } .service-picker .section-heading p { color: var(--text-soft); } .service-picker .card { color: var(--text); background: var(--surface); border-color: var(--line); box-shadow: none; } .service-picker .card:hover { color: var(--text); background: var(--accent-soft); border-color: var(--accent); box-shadow: none; } .service-picker .card h3 { color: var(--ink); } .service-picker .card .meta { color: var(--text-soft); } .service-picker .card-topline, .service-picker .card-link { color: var(--accent-strong); } .service-picker .service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } .home-match { padding-top: var(--s4); } .method-preview { display: grid; grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr); gap: var(--s6); align-items: start; } .method-preview h2 { max-width: 14ch; font: var(--h2); } .method-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); } .method-steps article { position: relative; padding: var(--s5); background: linear-gradient(180deg, rgba(39, 197, 255, .035), transparent 55%); } .method-steps article + article { border-left: 1px solid var(--line); } .method-steps span, .card-topline { color: var(--accent-strong); font: 700 .7rem/1.2 var(--font); text-transform: uppercase; letter-spacing: .07em; } .method-steps h3 { margin-top: var(--s5); } .method-steps p { margin: 0; color: var(--text-soft); font-size: .9rem; line-height: 1.6; } .method-preview > .text-link { grid-column: 2; } .text-link, .card-link, .card-secondary { display: inline-flex; align-items: center; gap: 7px; color: var(--accent-strong); font: var(--label); text-decoration: none; } .text-link:hover, .card-link:hover, .card-secondary:hover { text-decoration: underline; } .service-card { min-height: 245px; } .service-card .card-link { margin-top: auto; } .directory { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: var(--s6); align-items: start; } .results { min-width: 0; } .directory-section { padding-block: 0 var(--s7); scroll-margin-top: 84px; } .results-heading { display: flex; gap: var(--s5); align-items: end; justify-content: space-between; margin-bottom: var(--s5); padding: var(--s4) var(--s5); background: var(--signal-panel-strong); border: 1px solid var(--signal-line); border-radius: var(--r-card); } .results-heading h2 { margin-bottom: 6px; color: var(--signal-ice); font: var(--h2); } .results-heading p { margin: 0; color: var(--signal-copy); } .results-heading .text-link { color: var(--signal-cyan); } .active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 var(--s4) 277px; } .filter-chip { min-height: 34px; padding: 7px 10px; color: var(--accent-strong); background: var(--accent-soft); border: 1px solid #b8ccdf; border-radius: var(--r-pill); font: 700 .75rem/1 var(--font); cursor: pointer; } .no-results { padding: var(--s6); background: var(--surface); border: 1px dashed var(--line); border-radius: var(--r-card); } .no-results p { margin: 0; color: var(--text-soft); } .filter-panel { position: sticky; top: 84px; } .filters { overflow: hidden; color: var(--signal-ice); background: linear-gradient(145deg, rgba(39, 197, 255, .08), transparent 45%), var(--signal-panel-strong); border: 1px solid var(--signal-line); border-radius: var(--r-card); box-shadow: 0 18px 44px rgba(2, 8, 18, .12); } .filters summary { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: var(--s3); padding: 14px var(--s4); color: var(--signal-ice); border-radius: var(--r-card); font: var(--label); cursor: pointer; list-style: none; } .filters summary::-webkit-details-marker { display: none; } .filters summary::after { content: "+"; margin-left: auto; color: var(--signal-cyan); font-size: 1.2rem; } .filters[open] summary::after { content: "−"; } .filters summary small { color: var(--signal-copy); font-size: .72rem; } .filters-body { padding: 0 var(--s4) var(--s4); border-top: 1px solid var(--signal-line); } .filters .f-group { margin-block: var(--s3); } .filters label { display: flex; align-items: center; gap: 8px; min-height: 44px; padding-block: 6px; color: var(--signal-ice); font: var(--label); cursor: pointer; } .filters input { width: 18px; height: 18px; accent-color: var(--signal-cyan); } .filter-clear { display: inline-flex; min-height: 44px; align-items: center; padding: 0; color: var(--signal-cyan); background: transparent; border: 0; font: var(--label); text-decoration: underline; cursor: pointer; } .grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: var(--s4); } .card { position: relative; isolation: isolate; display: flex; flex-direction: column; gap: var(--s3); min-width: 0; padding: clamp(20px, 3vw, 28px); background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); overflow: hidden; box-shadow: none; transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; } .card[id^="provider-"] { scroll-margin-top: var(--s5); } .card::after { content: ""; position: absolute; z-index: -1; width: 180px; height: 180px; inset: -92px -88px auto auto; border-radius: 50%; background: radial-gradient(circle, rgba(39, 197, 255, .08), transparent 70%); pointer-events: none; } a.card { color: var(--text); text-decoration: none; } a.card:hover { color: var(--text); border-color: #8ab8dc; box-shadow: 0 16px 36px rgba(16, 36, 62, .1); transform: translateY(-2px); } .card-topline { display: flex; min-height: 22px; align-items: center; justify-content: space-between; gap: var(--s2); } .card h3 { margin: 0; font: var(--h3); } .card h3 a { color: var(--ink); text-decoration-thickness: 1px; } .card .meta { color: var(--text-soft); font: var(--label); } .card .loc { line-height: 1.5; } .rating { color: var(--warning); } .badges { display: flex; flex-wrap: wrap; gap: 6px; } .badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; color: var(--text); background: var(--surface-muted); border: 1px solid var(--line); border-radius: var(--r-sm); font: 600 .75rem/1.2 var(--font); } .badge.ok { color: var(--accent-strong); background: var(--accent-soft); border-color: #b8ccdf; } .badge.now { color: var(--emergency-strong); background: var(--emergency-soft); border-color: color-mix(in srgb, var(--emergency) 28%, var(--surface)); } .badge.cert { color: var(--success); background: var(--success-soft); border-color: color-mix(in srgb, var(--success) 28%, var(--surface)); } .badge.sample { color: var(--warning); background: var(--warning-soft); border-color: color-mix(in srgb, var(--warning) 28%, var(--surface)); } .badge.award { color: var(--warning); background: var(--warning-soft); border-color: color-mix(in srgb, var(--warning) 34%, var(--surface)); font-weight: 700; text-decoration: none; } a.badge.award:hover, a.badge.award:focus { color: var(--warning); border-color: var(--warning); } .sponsored { align-self: center; padding: 5px 8px; color: #fff; background: var(--accent-strong); border-radius: 6px; font: 700 .67rem/1 var(--font); text-transform: uppercase; letter-spacing: .08em; } .card .actions { display: grid; gap: var(--s2); margin-top: auto; padding-top: var(--s2); } .card .card-secondary { justify-content: center; min-height: 38px; } .card-claim { color: var(--text-soft); font-size: .78rem; } .card.is-featured { background: var(--accent-soft); border-color: var(--accent); box-shadow: 0 18px 42px rgba(16, 36, 62, .12); } .key-takeaways > h2 { margin-bottom: var(--s4); font: var(--h2); } .kt { display: grid; gap: var(--s4); padding: var(--s6); color: var(--signal-ice); background: linear-gradient(120deg, rgba(39, 197, 255, .1), transparent 48%), var(--signal-panel); border: 1px solid var(--signal-line); border-radius: var(--r-card); } .kt-row { display: grid; gap: 4px; } .kt-row + .kt-row { padding-top: var(--s4); border-top: 1px solid var(--signal-line); } .kt dt { color: var(--signal-copy); font: var(--label); } .kt dd { margin: 0; color: var(--signal-ice); line-height: 1.55; } .kt dd strong { color: #fff; } .verified-stamp { display: flex; align-items: flex-start; gap: 9px; margin: var(--s3) auto var(--s5); color: var(--text-soft); font: var(--label); } .verified-stamp .icon { flex: 0 0 auto; margin-top: 1px; color: var(--accent-strong); } .verified-stamp time { color: var(--ink); font-weight: 700; } .guide-review { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: var(--s3); margin: var(--s3) auto var(--s5); padding: var(--s4) var(--s5); color: var(--text-soft); background: var(--surface-muted); border: 1px solid var(--line); border-radius: var(--r-card); font: var(--label); } .guide-review .icon { margin-top: 2px; color: var(--accent-strong); } .guide-review p { margin: 0; line-height: 1.55; } .guide-review p + p { margin-top: 4px; } .guide-review time { color: var(--ink); font-weight: 700; } .source-refs { display: inline-flex; gap: 3px; margin-left: 4px; font: 700 .72rem/1 var(--font); vertical-align: super; } .source-refs a { color: var(--accent-strong); text-decoration-thickness: 1px; text-underline-offset: 2px; } .guide-sources { display: grid; gap: var(--s3); padding-left: var(--s5); } .guide-sources li { padding-left: 4px; color: var(--text); } .guide-sources a { font-weight: 700; } .guide-sources span { display: block; margin-top: 3px; color: var(--text-soft); font: var(--label); line-height: 1.45; } .guide-article > .section > h2 { max-width: 28ch; } .guide-article > .section > p, .guide-review p { max-width: 68ch; } .guide-direct-answer { padding-top: clamp(28px, 4vw, 48px); } .guide-direct-answer .lede { color: var(--ink); font-size: clamp(1.08rem, 1.5vw, 1.22rem); line-height: 1.7; } .guide-groups { display: grid; gap: var(--s7); margin-top: var(--s5); } .guide-group > h2 { margin-bottom: var(--s4); } .company-index { overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); } .company-index summary { display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: var(--s4) var(--s5); color: var(--ink); cursor: pointer; font: var(--label); font-weight: 700; list-style: none; } .company-index summary::-webkit-details-marker { display: none; } .company-index summary::after { content: "+"; color: var(--accent-strong); font-size: 1.25rem; } .company-index[open] summary { border-bottom: 1px solid var(--line); } .company-index[open] summary::after { content: "−"; } .company-index .compare-scroll { border: 0; border-radius: 0; } .compare-scroll { overflow-x: auto; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); } .compare { width: 100%; min-width: 480px; border-collapse: collapse; } .compare caption { caption-side: top; padding: var(--s4) var(--s5); color: var(--text-soft); font: .78rem/1.55 var(--font); text-align: left; } .compare th, .compare td { padding: var(--s3) var(--s4); border-bottom: 1px solid var(--line-soft); text-align: left; vertical-align: middle; } .compare thead th { color: var(--signal-copy); background: var(--signal-panel-strong); border-bottom-color: var(--signal-line); font: var(--label); white-space: nowrap; } .compare tbody th[scope="row"] { color: var(--ink); font: var(--label); font-weight: 700; } .compare tbody td { color: var(--text); font: var(--label); white-space: nowrap; } .compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: 0; } .guide-checklist th, .guide-checklist td { vertical-align: top; } .guide-checklist tbody th[scope="row"] { width: 22%; } .guide-checklist tbody td { width: 39%; white-space: normal; line-height: 1.55; } .compare .cmp-blank { color: var(--text-soft); } .compare .cmp-rating strong { color: var(--ink); } .compare td.wt-how { min-width: 300px; white-space: normal; } .compare .cmp-spon { display: inline-block; margin-left: 6px; padding: 3px 6px; color: #fff; background: var(--accent-strong); border-radius: var(--r-sm); font: 700 .65rem/1 var(--font); text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; } .market-chart { margin: 0; overflow: hidden; background: var(--signal-bg); border: 1px solid var(--signal-line); border-radius: var(--r-card); box-shadow: 0 18px 44px rgba(2, 8, 18, .12); } .market-chart img { display: block; width: 100%; height: auto; background: var(--signal-bg); } .market-chart figcaption { display: flex; align-items: center; justify-content: space-between; gap: var(--s4); padding: var(--s4) var(--s5); color: var(--signal-copy); background: var(--signal-panel-strong); border-top: 1px solid var(--signal-line); font: .8rem/1.55 var(--font); } .market-chart figcaption span { max-width: 72ch; } .market-chart .text-link { flex: 0 0 auto; color: var(--signal-cyan); } .verification-receipt { padding: clamp(22px, 4vw, 36px); background: linear-gradient(135deg, var(--surface) 0%, var(--accent-soft) 100%); border: 1px solid var(--line); border-radius: var(--r-lg); } .receipt-heading { display: flex; gap: var(--s4); align-items: flex-end; justify-content: space-between; } .receipt-heading h2 { margin: 4px 0 0; } .receipt-level { display: grid; min-width: 170px; gap: 4px; padding: 12px 14px; background: var(--ink); border-radius: 10px; color: #fff; } .receipt-level span { font: 700 .68rem/1.2 var(--font); letter-spacing: .07em; text-transform: uppercase; } .receipt-level strong { font: 700 1rem/1.3 var(--font); } .receipt-statuses { display: flex; flex-wrap: wrap; gap: 8px; margin: var(--s4) 0; } .receipt-status { display: inline-flex; gap: 5px; align-items: center; padding: 7px 10px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 999px; font: var(--label); } .receipt-status .icon { width: 15px; color: var(--accent-strong); } .receipt-meta { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--s3); margin: 0 0 var(--s4); } .receipt-meta div { padding: var(--s3); background: rgba(255,255,255,.82); border-radius: 9px; } .receipt-meta dt { color: var(--text-soft); font: 700 .68rem/1.3 var(--font); letter-spacing: .05em; text-transform: uppercase; } .receipt-meta dd { margin: 5px 0 0; color: var(--ink); font: var(--label); overflow-wrap: anywhere; } .receipt-claims { min-width: 860px; background: #fff; } .receipt-claims tbody td { white-space: normal; vertical-align: top; } .receipt-date { color: var(--text-soft); font-size: .75rem; } .receipt-empty { padding: var(--s4); background: #fff; border-radius: 9px; } .verification-receipt details { margin-top: var(--s3); padding: var(--s3) var(--s4); background: rgba(255,255,255,.75); border-radius: 9px; } .verification-receipt summary { cursor: pointer; color: var(--ink); font-weight: 700; } .verification-receipt li, .verification-receipt details p { max-width: 88ch; color: var(--text); line-height: 1.6; } .receipt-report { margin: var(--s4) 0 0; color: var(--text-soft); } .embed-snippet { overflow-x: auto; padding: 14px 16px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-sm); font-size: 13px; line-height: 1.55; } .ad-slot { padding: var(--s3) var(--gutter); margin: var(--s4) auto; } .ad-label { margin-bottom: 8px; color: var(--text-soft); font: 700 .65rem/1 var(--font); text-transform: uppercase; letter-spacing: .08em; } .ad-frame { display: flex; min-height: 90px; align-items: center; justify-content: center; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); } .ad-frame:empty { display: none; } .house-ad { display: flex; flex-wrap: wrap; gap: var(--s3); align-items: center; justify-content: space-between; padding: var(--s4); background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); } .house-ad .house-copy { flex: 1 1 320px; margin: 0; color: var(--text-soft); } .house-ad .house-copy strong { color: var(--ink); } .house-ad .house-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; } .lead { position: relative; isolation: isolate; overflow: hidden; scroll-margin-top: 84px; padding: clamp(24px, 4vw, 38px); background: var(--surface-muted); border: 1px solid var(--line); border-radius: var(--r-card); color: var(--text); } .lead-request { display: grid; grid-template-columns: minmax(0, 1fr); padding: 0; } .lead-content { min-width: 0; padding: clamp(24px, 4vw, 38px); } .lead-art { display: none; } .lead .eyebrow { color: var(--accent-strong); } .lead h2, .lead h3 { color: var(--ink); font: var(--h2); } .lead > p { max-width: var(--copy); } .lead-intro { color: var(--text-soft); } .lead .row { display: grid; gap: var(--s4); margin-top: var(--s4); } .lead-grid, .claim-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s3); } .lead-progress { max-width: 760px; margin-top: var(--s5); } .lead-progress-meta { display: flex; justify-content: space-between; gap: var(--s3); margin-bottom: 9px; color: var(--text-soft); font: 600 .72rem/1.3 var(--font); letter-spacing: .08em; text-transform: uppercase; } .lead-progress-meta [data-lead-step-label] { color: var(--accent-strong); } .lead-progress-track { height: 3px; overflow: hidden; background: var(--line); border-radius: var(--r-pill); } .lead-progress-track span { display: block; width: 100%; height: 100%; background: var(--accent); border-radius: inherit; transform: scaleX(0); transform-origin: left center; transition: transform 180ms ease; } .lead-flow { max-width: 760px; } .lead-step { min-width: 0; margin: 0; padding: clamp(18px, 3vw, 26px); background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025); } .lead-step[hidden] { display: none; } .lead-step[tabindex="-1"]:focus { outline: 3px solid var(--accent); outline-offset: 3px; } .lead-step legend { max-width: 24ch; padding: 0; color: var(--ink); font: 500 1.125rem/1.4 var(--font-display); letter-spacing: -.02em; } .lead-step-copy { max-width: 54ch; margin: 4px 0 var(--s5); color: var(--text-soft); font-size: .9rem; line-height: 1.55; } .lead-choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } .lead-choice { min-height: 76px; display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: center; padding: 14px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-sm); cursor: pointer; transition: background-color 140ms ease, border-color 140ms ease, transform 140ms ease; } .lead-choice:hover { background: var(--accent-soft); border-color: var(--accent); } .lead-choice:has(input:checked) { background: var(--accent-soft); border-color: var(--accent-strong); box-shadow: none; } .lead-choice span { display: grid; gap: 3px; } .lead-choice strong { font: 600 .95rem/1.25 var(--font); } .lead-choice small { color: var(--text-soft); font: .76rem/1.4 var(--font); } .lead-step-actions { display: flex; justify-content: flex-end; align-items: center; gap: 12px; margin-top: var(--s5); } .lead-step-actions .btn { min-width: 168px; } .lead-back, [data-lead-review-edit] { min-height: 44px; padding: 8px 4px; color: var(--ink); background: transparent; border: 0; font: var(--label); text-decoration: underline; text-underline-offset: .2em; cursor: pointer; } .lead-back:hover, [data-lead-review-edit]:hover { color: var(--accent-strong); } .lead-step-error { margin: var(--s3) 0 0; color: var(--emergency-strong); font: 600 .82rem/1.4 var(--font); } .lead-step-error:empty { display: none; } .lead-submit-status { min-height: 1.4em; margin: var(--s2) 0 0; color: var(--text-soft); font: var(--label); } .lead-review { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) auto; gap: 10px; align-items: center; margin-bottom: var(--s4); padding: 13px 14px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-sm); } .lead-review div { display: grid; gap: 2px; min-width: 0; } .lead-review span { color: var(--text-soft); font: 600 .68rem/1.3 var(--font); letter-spacing: .08em; text-transform: uppercase; } .lead-review strong { overflow: hidden; color: var(--ink); font: 600 .86rem/1.35 var(--font); text-overflow: ellipsis; white-space: nowrap; } .lead-review [data-lead-review-edit] { padding-inline: 8px; } .lead-optional { padding: 0; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--surface); } .lead-optional summary { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 14px; color: var(--ink); cursor: pointer; font: var(--label); } .lead-optional summary span { color: var(--text-soft); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; } .lead-optional[open] summary { border-bottom: 1px solid var(--line); } .lead-optional:not([open]) > :not(summary) { display: none; } .lead-grid-optional { padding: var(--s3); } .lead .field { display: grid; gap: 7px; color: var(--ink); font: var(--label); } .lead .field span { display: flex; justify-content: space-between; gap: 8px; } .lead .field small { color: var(--text-soft); font-weight: 500; } .lead input, .lead select, .lead textarea { width: 100%; min-height: 48px; padding: 12px 13px; color: var(--text); background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); font: var(--body); } .lead textarea { min-height: 104px; resize: vertical; } .lead .lead-choice input { appearance: none; width: 20px; height: 20px; min-height: 20px; display: grid; place-content: center; margin: 0; padding: 0; background: transparent; border: 2px solid var(--text-soft); border-radius: 50%; cursor: pointer; } .lead .lead-choice input::before { width: 10px; height: 10px; background: var(--accent-strong); border-radius: 50%; content: ''; transform: scale(0); transition: transform 140ms ease; } .lead .lead-choice input:checked { border-color: var(--accent-strong); } .lead .lead-choice input:checked::before { transform: scale(1); } .lead .lead-choice input:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; } .lead input::placeholder, .lead textarea::placeholder { color: var(--text-soft); opacity: 1; } .lead .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; } .lead .consent { display: flex; gap: 10px; align-items: flex-start; color: var(--text-soft); font-size: .8rem; line-height: 1.5; } .lead .consent input { width: 18px; height: 18px; min-height: 18px; flex: none; margin-top: 2px; } .lead .consent a, .lead .disclosure a { color: var(--ink); } .lead-submit-actions { justify-content: space-between; } .lead-submit-actions .btn { min-width: min(100%, 230px); } .lead-submit-note { margin: var(--s3) 0 0; color: var(--text-soft); font: 600 .8rem/1.4 var(--font); text-align: right; } .lead-submit-note span { padding-inline: 5px; color: var(--accent-strong); } .lead-next-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: var(--s4) 0 0; padding: var(--s4) 0 0; border-top: 1px solid var(--line); list-style: none; counter-reset: lead-next; } .lead-next-steps li { position: relative; min-height: 44px; display: flex; align-items: center; padding: 0 12px 0 34px; color: var(--text-soft); counter-increment: lead-next; } .lead-next-steps li::before { content: counter(lead-next); position: absolute; left: 0; width: 24px; height: 24px; display: grid; place-items: center; color: var(--accent-strong); border: 1px solid var(--line); border-radius: 50%; font: 700 .68rem/1 var(--font); } .lead-next-steps li + li { border-left: 1px solid var(--line); padding-left: 46px; } .lead-next-steps li + li::before { left: 12px; } .lead-next-steps strong { font: 600 .74rem/1.35 var(--font); } .lead-success { margin-top: var(--s3); padding: var(--s4) var(--s5); color: var(--text); background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); line-height: 1.6; } .disclosure { margin-top: var(--s3); color: var(--text-soft); font: .75rem/1.5 var(--font); } .lead .disclosure { max-width: 68ch; color: var(--text-soft); } .glossary-index { margin-top: var(--s5); padding: var(--s4) var(--s5); background: var(--surface-muted); border: 1px solid var(--line); border-radius: var(--r-sm); } .glossary-index > p { margin: 0 0 var(--s2); color: var(--ink); font: var(--label); } .glossary-index ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 var(--s5); padding: 0; margin: 0; list-style: none; } .glossary-index a { display: flex; align-items: center; min-height: 44px; padding: 6px 0; color: var(--accent-strong); border-bottom: 1px solid var(--line); font-weight: 600; text-underline-offset: 3px; } .glossary { margin: var(--s6) 0 0; border-top: 1px solid var(--line); } .glossary-item { display: grid; grid-template-columns: minmax(12rem, .34fr) minmax(0, 1fr); gap: clamp(var(--s5), 4vw, var(--s7)); padding: var(--s6) 0; border-bottom: 1px solid var(--line); scroll-margin-top: 96px; } .glossary-item:target { background: var(--accent-soft); box-shadow: 0 0 0 8px var(--accent-soft); } .glossary-item > dt { color: var(--accent-strong); font: 600 clamp(1.15rem, 2vw, 1.35rem)/1.3 var(--font-display); letter-spacing: -.015em; } .glossary-item > dd { min-width: 0; max-width: 72ch; margin: 0; } .glossary-definition, .glossary-plain, .glossary-sources { margin: 0; } .glossary-definition { color: var(--ink); font-size: 1.05rem; line-height: 1.65; } .glossary-definition > span, .glossary-plain > strong { display: block; margin-bottom: 5px; color: var(--text-soft); font: var(--label); } .glossary-plain { margin-top: var(--s3); padding: var(--s3) var(--s4); color: var(--text); background: var(--surface-muted); border-radius: var(--r-sm); line-height: 1.6; } .glossary-plain > strong { color: var(--ink); } .glossary-sources { display: flex; flex-wrap: wrap; gap: 5px 9px; align-items: baseline; margin-top: var(--s3); color: var(--text-soft); font: var(--label); } .glossary-sources > strong { color: var(--ink); } .glossary-sources > span { color: var(--line); } .glossary-sources a { display: inline-flex; align-items: center; min-height: 24px; font-weight: 600; } .faq { display: grid; gap: var(--s3); } .faq-item { position: relative; overflow: hidden; padding: var(--s5); background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); } .faq dt { color: var(--ink); font: var(--h3); } .faq dd { max-width: var(--copy); margin: var(--s3) 0 0; color: var(--text); line-height: 1.65; } .rail { display: flex; flex-wrap: wrap; gap: var(--s2); } .rail a { padding: 8px 11px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-sm); font: var(--label); text-decoration: none; } .rail a:hover { border-color: var(--accent); } .crumbs { padding-top: var(--s5); color: var(--text-soft); font: var(--label); } .crumbs a { color: var(--text-soft); } .site-footer { margin-top: var(--s9); padding-block: var(--s7); color: var(--text-soft); background: var(--surface-muted); border-top: 1px solid var(--line); font: var(--label); } .site-footer .cols { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: var(--s6); } .site-footer .brand, .site-footer strong { color: var(--ink); } .site-footer .brand strong { color: var(--brand-blue); } .site-footer a { color: var(--accent-strong); } .site-footer p a { display: inline-flex; align-items: center; min-height: 32px; } .site-footer .disclosure { max-width: 68ch; color: var(--text-soft); } .bbb-seal { margin-top: var(--s4); } .bbb-seal a { display: inline-flex; border-radius: var(--r-sm); line-height: 0; } .bbb-seal img { display: block; width: 160px; max-width: 100%; height: auto; } .bbb-seal a:focus-visible { outline: 3px solid var(--signal-ice); outline-offset: 4px; } .vh { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .icon { display: inline-block; width: 16px; height: 16px; flex: 0 0 auto; vertical-align: -3px; } .btn .icon { width: 18px; height: 18px; } .filters label .icon { color: var(--text-soft); } #estimator { scroll-margin-top: 88px; } .estimator-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: var(--s5); align-items: start; } .estimator-form { display: flex; flex-direction: column; gap: var(--s4); } .est-field { display: flex; flex-direction: column; gap: var(--s2); padding: 0; margin: 0; border: 0; } .est-field legend { padding: 0; margin-bottom: var(--s2); color: var(--ink); font: var(--label); } .est-opt { display: flex; gap: var(--s3); align-items: flex-start; padding: var(--s3) var(--s4); background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); cursor: pointer; } .est-opt:hover { border-color: var(--accent); } .est-opt:has(input:checked) { background: var(--accent-soft); border-color: var(--accent); } .est-opt input { flex: none; margin-top: 3px; accent-color: var(--accent); } .est-opt-l { display: flex; flex-direction: column; gap: 2px; } .est-opt-l strong { color: var(--ink); font: var(--label); } .est-opt-d { color: var(--text-soft); font: .8rem/1.5 var(--font); } .est-inline { display: flex; flex-wrap: wrap; gap: var(--s2); } .est-opt-inline { align-items: center; } .estimator-result { position: sticky; top: 88px; display: flex; flex-direction: column; gap: var(--s3); padding: var(--s6); background: var(--emergency-soft); border: 1px solid color-mix(in srgb, var(--emergency) 28%, var(--surface)); border-radius: var(--r-card); } .est-amount { color: var(--ink); font: 700 clamp(1.9rem, 5vw, 2.5rem)/1.05 var(--font-display); } .est-basis, .est-read, .est-urgent, .est-source { margin: 0; color: var(--text); font: .875rem/1.6 var(--font); } .est-read, .est-source { color: var(--text-soft); } .est-urgent { color: var(--emergency-strong); font-weight: 600; } .est-source { font-size: .78rem; } .estimator-result .btn { margin-top: var(--s2); } @media (max-width: 940px) { .nav-desktop { display: none; } .nav-menu { display: block; order: 3; } .header-find { margin-left: auto; } .home-hero-grid { grid-template-columns: 1fr; } .hero-home .home-hero-stage .hero-copy { max-width: 65%; } .home-hero-art::after { background: linear-gradient(90deg, rgba(3,13,24,.78), rgba(3,13,24,.65) 65%, rgba(3,13,24,.08)); } .home-hero-directory { grid-template-columns: 1fr; gap: var(--s4); } .hero-service .hero-card { grid-template-columns: 1fr; } .lead-request { grid-template-columns: 1fr; } .lead-art { min-height: 230px; border-top: 1px solid var(--signal-line); border-left: 0; } .hero-profile .hero-card { grid-template-columns: 1fr; } .hero-profile .hero-copy, .hero-profile .profile-glance { grid-column: 1; grid-row: auto; } .directory { grid-template-columns: 1fr; } .filter-panel { position: static; width: 100%; } .active-filters { margin-left: 0; } .filters .f-group { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s2); } .filters label { align-items: flex-start; padding: 10px; background: rgba(255, 255, 255, .045); border: 1px solid var(--signal-line); border-radius: var(--r-sm); } .method-preview { grid-template-columns: 1fr; } .method-preview > .text-link { grid-column: 1; } .service-picker .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .site-footer .cols { grid-template-columns: 1fr 1fr; } .receipt-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 700px) { :root { --signal-field-image: url("/images/signal-field-800.webp"); } .site-header .wrap { min-height: 58px; } .brand { gap: 6px; font-size: 1.1rem; } .brand-mark { width: 32px; height: 32px; } .header-find { min-height: 44px; padding-inline: 10px; } .nav-menu summary { min-height: 44px; padding-inline: 10px; } .hero { padding-block: var(--s5) var(--s4); } .hero .wrap, .crumbs { padding-inline: var(--gutter); } .hero-card { padding: 24px; } .hero h1 { font-size: clamp(1.75rem, 7vw, 2.15rem); } .hero-standard .hero-copy, .hero-money .hero-copy { max-width: 100%; display: block; } .home-hero-grid { grid-template-columns: 1fr; } .hero-home { padding-top: 0; } .home-hero-stage { min-height: 250px; padding-block: var(--s5); } .hero-home .home-hero-stage .hero-copy { padding: 0; max-width: 100%; } .home-hero-art { height: 100%; } .home-hero-art::after { background: rgba(3,13,24,.70); } .home-hero-art img { object-position: 68% 50%; } .home-hero-directory { gap: var(--s4); } .home-hero-actions { display: grid; } .home-hero-actions .btn { width: 100%; } .home-hero-directory { grid-template-columns: 1fr; padding-block: var(--s4); } .home-hero-directory .route-finder { grid-template-columns: 1fr; } .home-hero-directory .route-finder .btn { grid-column: 1; } .route-finder { grid-template-columns: 1fr; } .route-finder .btn { grid-column: 1; } .signal-field { min-height: 230px; } .signal-field figcaption { inset: auto 18px 18px; } .lead-request .lead-art { display: none; } .hero-proof { display: grid; gap: var(--s3); } .hero-home .btn, .hero-profile .btn, .card .btn { width: 100%; } .trust { display: grid; gap: 8px; } .section { padding-block: 30px; } .section-heading, .results-heading { display: grid; align-items: start; } .method-steps { grid-template-columns: 1fr; } .method-steps article + article { border-top: 1px solid var(--line); border-left: 0; } .grid { grid-template-columns: 1fr; } .service-picker .service-grid { grid-template-columns: 1fr; } .card { padding: 20px; } .filters .f-group { grid-template-columns: 1fr; } .lead-grid, .claim-grid { grid-template-columns: 1fr; } .kt, .lead, .estimator-result { padding: 22px; } .lead { border-radius: var(--r-card); } .lead-step { padding: 18px; } .lead-choices { grid-template-columns: 1fr; } .lead-choice { min-height: 70px; } .lead-review { grid-template-columns: 1fr auto; } .lead-review div { grid-column: 1; } .lead-review [data-lead-review-edit] { grid-column: 2; grid-row: 1 / span 2; } .lead-step-actions { justify-content: space-between; } .lead-step-actions .btn { min-width: 0; flex: 1; } .lead-submit-actions .btn { flex: 1; } .lead-submit-note { text-align: center; } .lead-next-steps { grid-template-columns: 1fr; } .lead-next-steps li + li { border-top: 1px solid var(--signal-line); border-left: 0; padding-left: 34px; } .lead-next-steps li + li::before { left: 0; } .verified-stamp { padding-inline: var(--gutter); } .glossary-index { padding: var(--s3) var(--s4); } .glossary-index ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap-inline: var(--s3); } .glossary { margin-top: var(--s5); } .glossary-item { grid-template-columns: 1fr; gap: var(--s3); padding: var(--s5) 0; } .glossary-item > dt { font-size: 1.25rem; } .glossary-definition { font-size: 1rem; } .glossary-plain { padding: var(--s3); } .site-footer { margin-top: var(--s7); } .site-footer .cols { grid-template-columns: 1fr; } .estimator-grid { grid-template-columns: 1fr; } .estimator-result { position: static; } .compare caption { padding: var(--s3); } .guide-checklist-scroll { overflow: visible; background: transparent; border: 0; } .guide-checklist { display: block; min-width: 0; } .guide-checklist thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .guide-checklist tbody { display: grid; gap: var(--s3); } .guide-checklist tbody tr { display: block; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); } .guide-checklist tbody th[scope="row"] { display: block; width: auto; padding: var(--s4); color: var(--signal-copy); background: var(--signal-panel-strong); border-bottom: 1px solid var(--signal-line); } .guide-checklist tbody td { display: block; width: auto; padding: var(--s4); border-bottom: 1px solid var(--line-soft); white-space: normal; } .guide-checklist tbody td::before { display: block; margin-bottom: 6px; color: var(--text-soft); font: 700 .68rem/1.2 var(--font); letter-spacing: .06em; text-transform: uppercase; } .guide-checklist tbody td:nth-child(2)::before { content: "Ask for and verify"; } .guide-checklist tbody td:nth-child(3)::before { content: "Stop if"; } .guide-checklist tbody tr:last-child th, .guide-checklist tbody tr:last-child td { border-bottom: 1px solid var(--line-soft); } .guide-checklist tbody tr td:last-child { border-bottom: 0; } .market-chart figcaption { align-items: flex-start; flex-direction: column; padding: var(--s4); } .receipt-heading { align-items: stretch; flex-direction: column; } .receipt-meta { grid-template-columns: 1fr; } } @media (max-width: 360px) { .site-header .wrap { gap: 6px; padding-inline: 10px; } .header-find, .nav-menu summary { padding-inline: 8px; font-size: .8rem; } .route-finder select { padding-left: 9px; font-size: .92rem; } } @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } } .route-finder select, .lead input, .lead select, .lead textarea, .city-index-toolbar .directory-search, .nav-menu summary, .share-option, .profile-share-fallback input { border-color: var(--control-line); } .directory-search input::placeholder { color: var(--text-soft); opacity: 1; } .directory-sort:focus-within { outline: 3px solid var(--accent); outline-offset: 3px; } .directory-sort select:focus-visible { outline: none; } .key-takeaways .kt { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; color: var(--text); background: transparent; border: 0; } .key-takeaways .kt-row, .key-takeaways .kt-row + .kt-row { min-width: 0; padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-sm); } .key-takeaways .kt dt { color: var(--text-soft); } .key-takeaways .kt dd { color: var(--text); } .key-takeaways .kt dd strong { color: var(--ink); } .service-city-start { display: grid; grid-template-columns: 130px minmax(0, 1fr) minmax(0, 1fr); gap: var(--s4); align-items: start; padding-block: var(--s3); font-size: .9rem; } .service-city-start h2 { margin: 0; font: 500 1rem/1.4 var(--font); } .service-city-start .text-link { min-height: 0; } .service-city-confirm { grid-column: 2 / -1; } .service-city-start p { margin: 0; color: var(--text-soft); } .city-service-coverage h2 { max-width: 29ch; } .city-service-coverage > .lede { max-width: 82ch; } .sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; } .directory-section { padding-block: 8px var(--s7); scroll-margin-top: 72px; } .directory-heading { display: flex; align-items: start; justify-content: space-between; gap: var(--s4); margin-top: 0; margin-bottom: var(--s3); } .directory-heading h2 { max-width: 30ch; margin-bottom: 0; font: 500 1.15rem/1.4 var(--font); } .directory-heading p { max-width: 68ch; margin: 0; color: var(--text-soft); } .directory-context { max-width: 42rem; font: var(--label); } .directory-context summary { min-height: 44px; padding: 10px 0; color: var(--accent-strong); cursor: pointer; } .directory-context-choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s4); padding: var(--s4); margin-bottom: var(--s3); border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--surface); } .directory-context nav { display: grid; align-content: start; } .directory-context nav strong { margin-bottom: var(--s2); } .directory-context a { display: flex; align-items: center; min-height: 44px; padding: 6px; } .directory-context a[aria-current] { color: var(--ink); font-weight: 600; background: var(--accent-soft); } .directory-match { flex: 0 0 auto; padding-bottom: 3px; color: var(--accent-strong); font: var(--label); text-decoration-thickness: 1px; } .directory-toolbar { position: sticky; z-index: 24; top: 74px; display: grid; grid-template-columns: minmax(240px, 1fr) minmax(210px, .38fr); gap: 10px; align-items: end; padding: 0; background: var(--surface); border: 0; border-radius: 0; box-shadow: none; } .directory-search { display: flex; min-width: 0; align-items: center; gap: 10px; padding-inline: 13px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-sm); } .directory-search:focus-within { border-color: var(--accent); } .directory-toolbar .directory-search { display: grid; gap: 6px; padding: 0; border: 0; background: transparent; } .directory-toolbar .directory-search > span:first-child { color: var(--text); font: var(--label); } .directory-search-field { display: flex; align-items: center; gap: 10px; padding-inline: 13px; border: 1px solid var(--control-line); border-radius: var(--r-sm); background: var(--surface); } .directory-search-field:focus-within { outline: 3px solid var(--accent); outline-offset: 3px; } .directory-search .icon { flex: 0 0 auto; color: var(--text-soft); } .directory-search input { width: 100%; min-width: 0; min-height: 46px; padding: 0; color: var(--ink); background: transparent; border: 0; outline: 0; font: var(--body); } .city-index-toolbar { display: flex; align-items: center; justify-content: space-between; gap: var(--s4); padding: 10px; margin-bottom: 12px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); box-shadow: var(--shadow-sm); } .city-index-toolbar .directory-search { flex: 1 1 480px; max-width: 660px; } .city-index-toolbar p { flex: 0 0 auto; margin: 0; color: var(--text-soft); font: var(--label); white-space: nowrap; } .city-company-table { min-width: 720px; } .city-service-coverage-table { min-width: 860px; } .city-company-table th:first-child { width: 38%; } .city-company-table tbody th a { color: var(--ink); text-decoration-thickness: 1px; text-underline-offset: 3px; } .city-company-services { display: flex; flex-wrap: wrap; gap: 6px; } .city-company-services a { display: inline-flex; align-items: center; min-height: 32px; padding: 5px 9px; color: var(--accent-strong); background: var(--surface-muted); border: 1px solid var(--line-soft); border-radius: 999px; font: 700 .78rem/1.2 var(--font); text-decoration: none; } .city-company-services a:hover { background: var(--surface); border-color: var(--accent); } .city-company-empty { margin-top: 12px; } .directory-sort { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 8px; padding-inline: 12px; background: var(--surface); border: 1px solid var(--control-line); border-radius: 9px; } .directory-sort span { color: var(--text-soft); font: 700 .72rem/1 var(--font); text-transform: uppercase; letter-spacing: .07em; } .directory-sort select { min-width: 0; min-height: 44px; color: var(--ink); background: transparent; border: 0; font: var(--label); } [data-desktop-sort] .directory-sort { min-height: 48px; } [data-mobile-sort]:not(:empty) { margin-bottom: var(--s4); } .filters label.directory-sort { display: grid; } .directory-view { display: flex; padding: 3px; background: var(--surface-muted); border-radius: 9px; } .directory-view button { min-width: 74px; min-height: 44px; padding: 8px 10px; color: var(--text-soft); background: transparent; border: 0; border-radius: 7px; font: var(--label); cursor: pointer; } .directory-view button.is-active { color: var(--ink); background: var(--surface); box-shadow: var(--shadow-sm); } .results-summary { display: flex; justify-content: space-between; gap: var(--s5); align-items: center; padding: 8px 0; color: var(--text-soft); border-bottom: 1px solid var(--line-soft); font: var(--label); } .results-summary p { margin: 0; } .results-summary strong { color: var(--ink); } .active-filters { margin: var(--s3) 0 var(--s4); } .directory { grid-template-columns: 250px minmax(0, 1fr); gap: var(--s5); margin-top: var(--s4); } .filter-panel { top: 150px; } .filters { color: var(--text); background: var(--surface); border-color: var(--line); box-shadow: none; } .filters summary { color: var(--ink); border-radius: var(--r-card); } .filters summary .icon, .filters summary::after { color: var(--accent-strong); } .filters summary small { color: var(--text-soft); } .filters-body { border-top-color: var(--line-soft); } .filters fieldset { padding: 0; border: 0; } .filters legend { margin-bottom: 7px; color: var(--text-soft); font: 700 .68rem/1.3 var(--font); text-transform: uppercase; letter-spacing: .08em; } .filters .f-group + .f-group { padding-top: var(--s3); border-top: 1px solid var(--line-soft); } .filters label { min-height: 44px; color: var(--text); font-weight: 500; } .filters label .icon { color: var(--text-soft); } .filters input { accent-color: var(--accent); } .filters .disclosure { margin-bottom: 0; color: var(--text-soft); font-size: .74rem; } .filter-clear { color: var(--accent-strong); } .provider-grid { display: grid; gap: 12px; } .provider-overflow { grid-column: 1 / -1; padding: 14px; background: var(--surface-muted); border: 1px solid var(--line); border-radius: var(--r-card); } .provider-overflow > summary { min-height: 44px; color: var(--accent-strong); font: var(--label); cursor: pointer; } .provider-overflow-list { display: grid; gap: 12px; margin-top: 12px; } [data-provider-directory][data-capability-comparison="fire-damage-restoration"] a:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; } [data-provider-directory][data-capability-comparison="fire-damage-restoration"] .fire-capability-list { display: grid; gap: 6px; } [data-provider-directory][data-capability-comparison="fire-damage-restoration"] .fire-capability-list > strong { color: var(--ink); font: var(--label); } [data-provider-directory][data-capability-comparison="fire-damage-restoration"] .fire-capability-chips { display: flex; flex-wrap: wrap; gap: 6px; } [data-provider-directory][data-capability-comparison="fire-damage-restoration"] [data-fire-capability] { color: var(--text); font: var(--label); } [data-fire-capability] + [data-fire-capability]::before { content: '· '; color: var(--text-soft); } [data-provider-directory][data-capability-comparison="fire-damage-restoration"] [data-fire-capability-evidence] { margin: 0; color: var(--text-soft); font-size: .875rem; line-height: 1.45; } .provider-card { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: var(--s5); padding: 18px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); transition: border-color .15s ease; } .provider-card:hover { border-color: var(--control-line); } .provider-card[id^="provider-"] { scroll-margin-top: 160px; } .provider-card.is-featured { background: var(--accent-soft); border-color: var(--accent); box-shadow: none; } .provider-card-main { display: grid; min-width: 0; align-content: start; gap: 8px; } .provider-card-heading { display: flex; align-items: start; justify-content: space-between; gap: var(--s3); } .provider-card .card-topline:empty { display: none; } .provider-card .card-topline { justify-content: flex-start; min-height: 18px; } .provider-card .card-topline > span:first-child { display: inline-flex; align-items: center; gap: 5px; } .provider-card .card-topline .icon { width: 14px; height: 14px; } .provider-card .sponsored { margin-left: auto; } .provider-card h3 { margin: 0; font: 600 clamp(1.15rem, 2vw, 1.35rem)/1.3 var(--font-display); } .provider-card h3 a { color: var(--accent); text-decoration: none; } .provider-card h3 a:hover { color: var(--accent-strong); text-decoration: underline; } .provider-card .rating { display: inline-flex; width: fit-content; align-items: baseline; gap: 5px; color: var(--warning); font: var(--label); text-decoration: none; } .provider-card .rating span:last-child { color: var(--text-soft); font-weight: 500; } .rating-unavailable { color: var(--text-soft); font: .78rem/1.4 var(--font); } .provider-location { display: flex; gap: 7px; align-items: flex-start; color: var(--text-soft); font: .84rem/1.45 var(--font); } .provider-location .icon { flex: 0 0 auto; margin-top: 1px; color: var(--accent-strong); } .provider-services { margin: 0; color: var(--text); font: .875rem/1.5 var(--font); } .provider-services strong { margin-right: 6px; color: var(--ink); font-weight: 500; } .provider-statements { display: flex; flex-wrap: wrap; gap: 6px 16px; margin: 0; padding: 0; list-style: none; color: var(--text-soft); font: .875rem/1.5 var(--font); } .provider-card .badges:not(:has(*)) { display: none; } .provider-card .badges { margin-top: 4px; gap: 8px 16px; } .provider-card .badge { padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--text-soft); font: 400 .8125rem/1.4 var(--font); } .provider-card .badge .icon { color: var(--accent-strong); } .provider-card .badge.cert { color: var(--success); } .provider-card .badge.cert .icon { color: inherit; } .provider-card-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-self: start; align-content: start; gap: 8px; padding-left: var(--s4); border-left: 1px solid var(--line-soft); } .provider-card-actions .btn { width: 100%; min-height: 44px; padding: 8px 10px; } .provider-card-actions > .btn { grid-column: 1 / -1; } .provider-card-actions .btn-ghost { color: var(--accent-strong); border-color: var(--control-line); } .provider-card-actions .btn-ghost:hover { background: var(--accent-soft); border-color: var(--accent); } .provider-action-link { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 5px; color: var(--accent-strong); font: var(--label); text-decoration: none; } .provider-action-link .icon { width: 14px; height: 14px; } .compare-choice { display: flex; min-height: 44px; align-items: center; justify-content: center; gap: 7px; flex: 0 0 auto; color: var(--ink); background: transparent; font: var(--label); cursor: pointer; } .compare-choice input { width: 17px; height: 17px; accent-color: var(--accent); } .provider-card .card-claim { grid-column: 1 / -1; padding-top: 0; border: 0; font-size: .75rem; } .load-more { width: min(100%, 360px); margin: var(--s5) auto 0; } .compare-tray { position: sticky; z-index: 28; bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: var(--s4); margin-top: var(--s5); padding: 12px 14px 12px 18px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-sm); } .compare-tray > div { display: flex; align-items: center; gap: var(--s3); } .compare-tray > div:first-child { min-width: 0; flex: 1; } .compare-tray > div:first-child > span { overflow: hidden; color: var(--text-soft); font: var(--label); text-overflow: ellipsis; white-space: nowrap; } .compare-tray .btn { min-height: 44px; } .directory-comparison { padding-top: var(--s7); scroll-margin-top: 150px; } .directory-comparison .section-heading { align-items: center; } .is-compact .provider-card { grid-template-columns: minmax(0, 1fr) auto; align-items: center; padding: 14px 16px; } .is-compact .provider-card .badges, .is-compact .provider-card .provider-statements, .is-compact .provider-card .provider-services, .is-compact .provider-card .card-claim { display: none; } .is-compact .provider-card-actions { display: flex; flex-direction: row; align-items: center; padding-left: 14px; } .is-compact .provider-card-actions .btn { width: auto; white-space: nowrap; } .is-compact .provider-action-link { display: none; } .is-compact .compare-choice { min-width: 96px; margin-top: 0; padding-inline: 10px; } .profile-masthead { padding-block: 24px; background: var(--surface-muted); border-bottom: 1px solid var(--line-soft); } .profile-masthead-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr); gap: clamp(24px, 5vw, 56px); align-items: start; } .profile-masthead-grid.profile-masthead-single { grid-template-columns: minmax(0, 1fr); } .profile-masthead-single .profile-identity { width: 100%; } .profile-identity { padding-block: var(--s3); } .profile-record-label { display: inline-flex; align-items: center; gap: 7px; margin-bottom: var(--s4); color: var(--accent-strong); font: 700 .72rem/1.2 var(--font); text-transform: uppercase; letter-spacing: .09em; } .profile-record-label .icon { width: 16px; height: 16px; } .profile-identity h1 { max-width: 32ch; font: 500 clamp(1.8rem, 3vw, 2.25rem)/1.2 var(--font-display); } .profile-primary-meta { display: flex; flex-wrap: wrap; gap: 10px var(--s5); margin-block: var(--s4); color: var(--text-soft); font: var(--label); } .profile-primary-meta > span { display: inline-flex; align-items: center; gap: 6px; } .profile-primary-meta .icon { color: var(--accent-strong); } .profile-rating { display: inline-flex; align-items: baseline; gap: 5px; color: var(--warning); text-decoration: none; } .profile-rating span:last-child { color: var(--text-soft); font-weight: 500; } .profile-service-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-block: var(--s4); } .profile-service-chips span { padding: 7px 10px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 7px; font: var(--label); } .profile-intro { max-width: 62ch; color: var(--text-soft); font-size: 1.04rem; line-height: 1.65; } .profile-identity .cta-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: var(--s5); } .profile-contact-panel { padding: 20px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); } .profile-contact-panel h2 { font: 600 1.05rem/1.35 var(--font); margin: 0 0 12px; } .profile-identity .profile-contact-panel .cta-row { display: grid; margin-top: 0; gap: 8px; } .profile-contact-panel .btn { width: 100%; justify-content: center; } @media (min-width: 1000px) { .profile-masthead-single .profile-identity { display: grid; grid-template-columns: minmax(0, 1fr) 310px; column-gap: 48px; align-items: start; } .profile-identity > h1, .profile-identity > .profile-primary-meta, .profile-identity > .profile-service-chips, .profile-identity > .profile-tools { grid-column: 1; } .profile-contact-panel { grid-column: 2; grid-row: 1 / span 4; } .profile-identity > .profile-primary-meta, .profile-identity > .profile-service-chips { margin-block: 8px; } } @media (max-width: 999px) { .profile-contact-panel { margin-top: 20px; } } .profile-quick-facts { overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 42px rgba(16, 36, 62, .09); } .profile-quick-heading { display: flex; align-items: center; justify-content: space-between; gap: var(--s3); padding: 15px 18px; border-bottom: 1px solid var(--line-soft); } .profile-quick-heading span { color: var(--ink); font: 700 1rem/1.3 var(--font-display); } .profile-quick-heading a { font: var(--label); } .profile-quick-facts dl { margin: 0; } .profile-quick-facts dl div { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: var(--s3); padding: 13px 18px; } .profile-quick-facts dl div + div { border-top: 1px solid var(--line-soft); } .profile-quick-facts dt { color: var(--text-soft); font: .75rem/1.35 var(--font); } .profile-quick-facts dd { margin: 0; color: var(--ink); font: var(--label); text-align: right; overflow-wrap: anywhere; } .profile-quick-facts > p { margin: 0; padding: 14px 18px; color: var(--text-soft); background: var(--surface-muted); font: .75rem/1.5 var(--font); } .profile-overview { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: var(--s7); align-items: start; padding-block: var(--s7); border-bottom: 1px solid var(--line-soft); } .profile-overview h2 { max-width: 13ch; font: var(--h2); } .profile-overview > div:last-child > p { max-width: 72ch; margin: 0; color: var(--text); font-size: 1.05rem; line-height: 1.75; } .profile-identity-ledger { display: grid; gap: 8px; margin: var(--s4) 0 0; } .profile-identity-ledger > div { display: grid; grid-template-columns: minmax(150px, .42fr) minmax(0, 1fr); gap: 12px; padding-top: 8px; border-top: 1px solid var(--line-soft); } .profile-identity-ledger dt { color: var(--text-soft); font: 700 .72rem/1.4 var(--font); text-transform: uppercase; letter-spacing: .05em; } .profile-identity-ledger dd { margin: 0; color: var(--ink); font: var(--label); overflow-wrap: anywhere; } .profile-fact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; } .profile-fact-grid > div { min-width: 0; padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; } .profile-fact-grid dt { margin-bottom: 8px; color: var(--text-soft); font: 500 .875rem/1.4 var(--font); } .profile-fact-grid dd { margin: 0; color: var(--ink); font: 700 1rem/1.4 var(--font); overflow-wrap: anywhere; } .profile-fact-ref { margin-left: 4px; color: var(--accent-strong); font: 700 .72rem/1 var(--font); } .profile-source-ledger { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 14px; } .profile-source-ledger span { max-width: 56ch; } .profile-organization { margin-block: var(--s5); padding-inline: clamp(20px, 4vw, 42px); background: linear-gradient(135deg, rgba(39, 197, 255, .06), transparent 48%), var(--surface); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 14px 38px rgba(16, 38, 58, .06); } .profile-organization .section-heading { align-items: center; } .profile-organization .section-heading h2 { max-width: 24ch; } .profile-organization > .lede { max-width: 76ch; margin-bottom: var(--s5); } .profile-organization-status { display: grid; gap: 5px; min-width: min(100%, 260px); padding: 12px 14px; color: var(--text-soft); background: var(--surface-muted); border: 1px solid var(--line-soft); border-radius: 10px; font-size: .78rem; line-height: 1.4; } .profile-organization-status strong { color: var(--ink); font: var(--label); } .profile-organization-status span { color: var(--text-soft); } .profile-sibling-records { display: flex; flex-wrap: wrap; align-items: stretch; gap: 10px; } .profile-sibling-records > span { display: flex; align-items: center; padding-right: 4px; color: var(--text-soft); font: 700 .7rem/1.3 var(--font); text-transform: uppercase; letter-spacing: .07em; } .profile-sibling-records a { display: grid; gap: 3px; min-width: min(100%, 260px); padding: 12px 14px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 10px; text-decoration: none; } .profile-sibling-records a:hover { border-color: var(--accent); box-shadow: 0 8px 20px rgba(16, 38, 58, .07); } .profile-sibling-records small { color: var(--text-soft); font-size: .78rem; } .profile-nearby-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; } .profile-nearby-card { display: flex; min-width: 0; flex-direction: column; gap: 7px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); color: var(--ink); text-decoration: none; box-shadow: 0 8px 24px rgba(16, 38, 58, .05); transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; } .profile-nearby-card:hover { transform: translateY(-2px); border-color: var(--accent); box-shadow: 0 14px 30px rgba(16, 38, 58, .09); } .profile-nearby-card strong { font-size: 1rem; line-height: 1.25; } .profile-nearby-card span { color: var(--text-soft); font-size: .9rem; line-height: 1.45; } .profile-related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .profile-related-grid article { min-width: 0; padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; } .profile-related-grid h3 { margin-bottom: var(--s3); } .profile-related-grid .rail { gap: 7px; } .verification-receipt { padding: 0; overflow: hidden; background: var(--surface); border-radius: 14px; } .receipt-summary { display: flex; align-items: center; justify-content: space-between; gap: var(--s5); min-height: 84px; padding: 16px 20px; cursor: pointer; list-style: none; } .receipt-summary::-webkit-details-marker { display: none; } .receipt-summary > div:first-child { display: grid; gap: 3px; } .receipt-summary > div:first-child span { color: var(--accent-strong); font: 700 .68rem/1.2 var(--font); text-transform: uppercase; letter-spacing: .08em; } .receipt-summary > div:first-child strong { color: var(--ink); font: 700 1.12rem/1.35 var(--font-display); } .receipt-summary::after { content: "+"; order: 3; color: var(--accent-strong); font-size: 1.4rem; } .verification-receipt[open] .receipt-summary::after { content: "−"; } .receipt-body { padding: 0 20px 20px; border-top: 1px solid var(--line-soft); } .receipt-level { min-width: 155px; padding: 9px 12px; } .profile-company-fit dl, .profile-decision-facts dl, .profile-hiring-questions ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; margin: 0; padding: 0; } .profile-fact-source { display: block; margin-top: var(--s2); font: var(--label); } .profile-company-fit, .profile-decision-facts, .profile-hiring-questions, .profile-qualified-alternatives { padding-block: 32px; } .profile-company-fit > h2, .profile-decision-facts > h2, .profile-hiring-questions > h2, .profile-qualified-alternatives > h2 { margin: 0 0 24px; font: var(--h2); } .profile-company-fit dl > div, .profile-decision-facts dl > div, .profile-hiring-questions li { min-width: 0; padding: 16px 0; border-top: 1px solid var(--line); } .profile-company-fit dt, .profile-decision-facts dt, .profile-alternative-grid dt { margin-bottom: 7px; color: var(--text-soft); font: 500 .875rem/1.4 var(--font); } .profile-company-fit dd, .profile-decision-facts dd, .profile-alternative-grid dd { margin: 0; color: var(--ink); font: 500 1rem/1.5 var(--font); overflow-wrap: anywhere; } .profile-company-fit dd small, .profile-decision-facts dd small, .profile-alternative-grid dd small { display: block; margin-top: 4px; color: var(--text-soft); font: 500 .76rem/1.4 var(--font); } .profile-company-fit dd > a, .profile-decision-facts dd > a { display: inline-block; margin-top: 7px; font: var(--label); } .profile-confirm-directly { display: grid; gap: 8px; margin: 16px 0 0; padding-left: 20px; color: var(--text-soft); line-height: 1.5; } .profile-hiring-questions ul { list-style: none; counter-reset: hiring-question; } .profile-hiring-questions li { position: relative; padding-left: 36px; color: var(--ink); line-height: 1.55; counter-increment: hiring-question; } .profile-hiring-questions li::before { position: absolute; top: 17px; left: 0; display: grid; width: 24px; height: 24px; place-items: center; color: var(--accent-strong); background: var(--accent-soft); border-radius: 50%; content: counter(hiring-question); font: 700 .72rem/1 var(--font); } .profile-alternative-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; } .profile-alternative-grid article { display: flex; min-width: 0; flex-direction: column; padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; } .profile-alternative-grid h3 { margin-bottom: 4px; font-size: 1.05rem; } .profile-alternative-locality { margin: 0 0 14px; color: var(--text-soft); font: var(--label); } .profile-alternative-grid dl { display: grid; gap: 10px; margin: 0 0 18px; } .profile-alternative-grid dl > div { padding-top: 10px; border-top: 1px solid var(--line-soft); } .profile-alternative-actions { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; margin-top: auto; } .profile-alternative-actions .btn { width: 100%; } .profile-decision-action { font: var(--label); } .profile-customer-sources { padding-block: var(--s5) var(--s7); } .profile-website-research { padding-block: var(--s6); } .profile-website-research .section-heading { align-items: end; } .profile-website-research-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; } .profile-website-research-grid article { min-width: 0; padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); box-shadow: var(--shadow-sm); } .profile-website-research-grid h3 { margin: 0 0 8px; font: 700 1rem/1.3 var(--font-display); } .profile-website-research-grid p { margin: 0; } .profile-website-research-grid a { overflow-wrap: anywhere; } .profile-website-research-checks { display: grid; gap: 8px; margin: 16px 0 0; padding: 0; list-style: none; } .profile-website-research-checks li { position: relative; padding-left: 24px; color: var(--text-soft); } .profile-website-research-checks li::before { position: absolute; left: 0; color: var(--trust); content: '\2713'; font-weight: 700; } @media (max-width: 760px) { .profile-website-research-grid { grid-template-columns: 1fr; } } .profile-customer-sources details { overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; } .profile-customer-sources summary { padding: 16px 18px; color: var(--ink); cursor: pointer; font: 700 1rem/1.4 var(--font-display); } .profile-customer-sources-body { padding: 0 18px 18px; border-top: 1px solid var(--line-soft); } .profile-customer-sources-body ul { display: grid; gap: 10px; margin: 16px 0; padding: 0; list-style: none; } .profile-customer-sources-body li { display: flex; flex-wrap: wrap; gap: 4px 10px; scroll-margin-top: 120px; } .profile-customer-sources-body li span, .profile-customer-sources-body p { color: var(--text-soft); font-size: .875rem; line-height: 1.5; } @media (max-width: 940px) { .directory { grid-template-columns: 1fr; } .directory-toolbar { position: static; grid-template-columns: 1fr; } [data-desktop-sort]:empty { display: none; } .directory-view { width: fit-content; } .profile-masthead-grid { grid-template-columns: 1fr; } .profile-quick-facts { max-width: 680px; } } @media (max-width: 700px) { .hero-standard .hero-shell::before, .hero-money .hero-shell::before { display: none; } .hero-standard .cta-row, .hero-money .cta-row { display: grid; grid-template-columns: 1fr; } .hero-standard .cta-row .btn, .hero-money .cta-row .btn { width: 100%; min-width: 0; white-space: normal; } .key-takeaways .kt { grid-template-columns: 1fr; } .service-city-start { grid-template-columns: 1fr; gap: 8px; padding-top: var(--s4); } .service-city-confirm { grid-column: 1; } .directory-heading { display: flex; flex-wrap: wrap; gap: 0 var(--s3); align-items: center; } .directory-context { margin-left: auto; } .directory-heading:has(.directory-context[open]) { display: block; } .directory-context-choices { grid-template-columns: 1fr; } .directory-heading h2 { max-width: 22ch; } .directory-match { width: fit-content; } .city-index-toolbar { display: grid; align-items: stretch; } .city-index-toolbar .directory-search { max-width: none; } .city-index-toolbar p { padding-inline: 4px; white-space: normal; } .directory-toolbar { position: static; grid-template-columns: 1fr; } .directory-view { width: auto; } .directory-view button { min-width: 56px; padding-inline: 8px; } .results-summary { display: flex; gap: 8px; } .directory { margin-top: 10px; } .filter-panel { position: static; } .provider-card, .is-compact .provider-card { grid-template-columns: 1fr; padding: 18px; } .provider-card-actions, .is-compact .provider-card-actions { display: flex; flex-direction: row; flex-wrap: wrap; padding: 14px 0 0; border-top: 1px solid var(--line-soft); border-left: 0; } .provider-card-actions .btn, .is-compact .provider-card-actions .btn { width: calc(50% - 4px); flex: 1 1 132px; } .provider-action-link { flex: 1 1 70px; } .compare-choice, .is-compact .compare-choice { min-width: 0; margin-top: 0; padding-inline: 0; } .provider-card .card-claim { grid-column: 1; } .is-compact .provider-card .provider-location { display: none; } .compare-tray { bottom: 16px; align-items: stretch; flex-wrap: wrap; padding: 12px; } .compare-tray > div:first-child { display: grid; gap: 2px; flex-basis: 100%; } .compare-tray > div:last-child { flex: 1 1 100%; } .compare-tray .btn { padding-inline: 11px; } .profile-masthead { padding-block: 24px 34px; } .profile-identity h1 { font-size: clamp(1.8rem, 7vw, 2.25rem); } .profile-primary-meta { display: grid; } .profile-identity .cta-row { display: grid; } .profile-identity .cta-row .btn { width: 100%; } .profile-company-fit dl, .profile-decision-facts dl, .profile-hiring-questions ul, .profile-alternative-grid { grid-template-columns: 1fr; } .profile-overview { grid-template-columns: 1fr; gap: var(--s3); } .profile-identity-ledger > div { grid-template-columns: 1fr; gap: 3px; } .profile-fact-grid { grid-template-columns: 1fr; } .profile-organization .section-heading { display: grid; gap: var(--s4); } .profile-organization-status { min-width: 0; width: 100%; } .profile-sibling-records { display: grid; } .profile-sibling-records a { min-width: 0; } .profile-market-comparison .compare-scroll { overflow: visible; border: 0; } .profile-market-comparison .compare { display: block; min-width: 0; background: transparent; border: 0; } .profile-market-comparison .compare caption { display: block; width: auto; margin-bottom: 10px; padding: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: 10px; text-align: left; } .profile-market-comparison .compare thead { display: none; } .profile-market-comparison .compare tbody { display: grid; gap: 10px; } .profile-market-comparison .compare tr { display: block; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: 10px; } .profile-market-comparison .compare th, .profile-market-comparison .compare td { display: block; width: 100%; border: 0; white-space: normal; } .profile-market-comparison .compare th { padding: 12px 14px 4px; color: var(--accent-strong); font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; } .profile-market-comparison .compare td { padding: 0 14px 14px; } .profile-nearby-grid { grid-template-columns: 1fr; } .profile-related-grid { grid-template-columns: 1fr; } .receipt-summary { align-items: flex-start; } .receipt-summary .receipt-level { display: none; } .receipt-summary::after { margin-left: auto; } .receipt-body { padding-inline: 14px; } } .saved-nav { padding: 0; border: 0; background: transparent; color: var(--text); font: var(--label); cursor: pointer; white-space: nowrap; } .nav-panel .saved-nav { min-height: 44px; padding: 11px 12px; text-align: left; border-radius: var(--r-sm); } .saved-nav:hover { color: var(--accent-strong); } .profile-tools { margin-top: var(--s4); } .profile-tool-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s2); } .profile-tool-buttons .btn { min-height: 44px; } .profile-saved-link, .saved-remove { min-height: 44px; padding: 8px; border: 0; background: transparent; color: var(--accent-strong); font: inherit; text-decoration: underline; cursor: pointer; } [data-company-save][aria-pressed="true"] .icon { fill: currentColor; } .profile-tool-status { margin: 8px 0 0; font-size: .875rem; } .profile-tool-status:empty { display: none; } .profile-share-fallback { margin-top: var(--s2); font-size: .875rem; } .profile-share-fallback input { display: block; width: 100%; margin-top: 6px; padding: 10px; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--surface); color: var(--text); } .saved-companies-dialog { width: min(560px, calc(100% - 32px)); max-height: calc(100dvh - 48px); margin: auto; padding: var(--s5); border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface); color: var(--text); box-shadow: var(--shadow); overflow-y: auto; } .saved-companies-dialog::backdrop { background: rgba(5, 20, 35, .6); } .saved-dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: var(--s3); } .saved-dialog-heading h2 { margin: 0; } .saved-companies-list { padding: 0; margin: var(--s3) 0 0; list-style: none; } .saved-companies-list li { display: flex; align-items: center; justify-content: space-between; gap: var(--s3); padding-block: var(--s3); border-top: 1px solid var(--line); } .saved-companies-list a { color: var(--accent-strong); overflow-wrap: anywhere; } .saved-companies-list .saved-remove { flex-shrink: 0; } [hidden].profile-tools, [hidden].saved-nav, [hidden].profile-share-fallback { display: none; } .share-company-name { font-weight: 700; } .share-options { display: grid; gap: var(--s3); } .share-option { display: grid; gap: 4px; width: 100%; min-height: 70px; padding: var(--s4); border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--surface); color: var(--text); font: inherit; text-align: left; text-decoration: none; cursor: pointer; } .share-option span { font-size: .875rem; color: var(--text-soft); } .share-option:hover { border-color: var(--accent); background: var(--bg); } .share-option[hidden] { display: none; } .page-contents { padding-block: 18px; } .page-contents > strong { display: block; margin-bottom: 10px; color: var(--ink); } .page-contents ul { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 0; padding: 0; list-style: none; } .page-contents a { display: inline-flex; align-items: center; min-height: 44px; text-underline-offset: 4px; font-size: .9rem; } .profile-contents { border-bottom: 1px solid var(--line); } .guide-article [id], .profile-masthead ~ section h2[id], #est-live { scroll-margin-top: 100px; } @media print { .page-contents { display: none; } } select, .route-finder select, .directory-sort select, .lead select { -webkit-appearance: none; appearance: none; min-height: 48px; padding-right: 36px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4' fill='none' stroke='%235B6873' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; } .route-finder select, .route-finder .btn { height: 48px; } .home-match { background: var(--accent-soft); border-radius: var(--r-card); padding: var(--s5); } .method-preview { background: var(--surface); padding: var(--s5); border-block: 1px solid var(--line); } .hero-money .hero-card, .directory-toolbar { background: transparent; } .hero-money { background: var(--surface-muted); } .hero-money .hero-shell { background: transparent; } .home-hero-directory .route-finder select { background-color: var(--surface); border-color: var(--control-line); } .home-hero-directory { border-top: 0; } .service-picker { position: relative; isolation: isolate; } .service-picker::before, .home-cities::before { content: ""; position: absolute; inset: 0; left: 50%; width: 100vw; transform: translateX(-50%); z-index: -1; background: var(--surface); } .home-cities { position: relative; isolation: isolate; } .home-cities::before { background: var(--surface-muted); } .site-footer { color: #e0edf2; background: var(--footer); border-color: var(--footer); } .site-footer .brand, .site-footer .brand span, .site-footer .brand strong, .site-footer strong, .site-footer a { color: #fff; } .site-footer .brand-mark { filter: brightness(0) invert(1); } .site-footer .disclosure { color: #e0edf2; } .site-footer a:focus-visible { outline-color: #fff; } @media(max-width:380px){.site-header .brand{font-size:.95rem;gap:4px}.site-header .brand-mark{width:28px;height:28px}.header-find,.nav-menu summary{font-size:.75rem;padding-inline:6px}} .service-picker { margin-top: 0; } .home-compare .method-steps { gap: var(--s6); border: 0; } .home-compare .method-steps article { padding: 0; background: none; border: 0; } .home-compare .method-steps h3 { margin-top: 0; font-size: 22px; font-weight: 600; } .home-cities .rail { gap: 16px 40px; } .home-cities .rail a { min-height: 44px; padding: 4px 0; color: var(--accent); background: transparent; border: 0; border-radius: 0; font-size: 18px; text-decoration: underline; } .home-match { position: relative; isolation: isolate; background: var(--surface-muted); border-radius: 0; } .home-match::before { content: ""; position: absolute; inset: 0; left: 50%; width: 100vw; transform: translateX(-50%); background: var(--surface-muted); z-index: -1; } @media(max-width:700px){.hero-home h1{font-size:33px}.hero-home .bluff{font-size:16px}} .service-picker .service-card { min-height: 180px; padding: 0 24px 0 0; border: 0; border-right: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; } .service-picker .service-card:last-child { border-right: 0; } .service-picker .service-card:hover { background: transparent; border-color: var(--line); } .service-picker .service-card:hover .card-link { text-decoration: underline; } .home-hero-directory { row-gap: 8px; } @media(max-width:700px){.service-picker .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-picker .service-card{padding-right:0;border:0}.service-picker .service-card h3{font-size:18px}.service-picker .service-card .meta{font-size:14px}} .service-picker .service-card::after { display: none; } .service-picker a.service-card:hover { transform: none; }
