/* Provider profile — decision-first grammar shared by every published profile.
   Derived from the approved Leeds concept and generalised so that every module is
   optional. Nothing here assumes a module exists; empty modules are never rendered. */
.provider-page-v2 main > section,
.provider-page-v2 main > header,
.provider-page-v2 .breadcrumbs { width: min(1180px, calc(100% - 36px)); }

.profile-v2-hero { padding: 34px 0 30px; }
.profile-v2-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 400px); gap: 38px; align-items: start; }
.profile-v2-hero-grid > * { min-width: 0; }
.profile-v2-title h1 { max-width: 16ch; font-size: clamp(40px, 5.4vw, 66px); line-height: 1.02; overflow-wrap: anywhere; text-wrap: balance; }
.profile-v2-title .lede { max-width: 52ch; margin-top: 16px; font-size: 18px; line-height: 1.5; text-wrap: pretty; }
.profile-v2-location { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 14px; padding: 5px 11px 5px 8px; border-radius: 999px; background: var(--mint); }
.profile-v2-location svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; }
.profile-v2-network { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.profile-v2-rating { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; margin: 22px 0 0; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--muted); font-size: 12px; }
.profile-v2-rating-score { display: inline-flex; align-items: center; gap: 8px; padding: 5px 10px; border-radius: 8px; background: #fcf3e2; }
.profile-v2-rating .stars { color: #b07a15; font-size: 15px; letter-spacing: 1px; }
.profile-v2-rating strong { color: #5a3d05; font-size: 18px; }
.profile-v2-rating-count { color: var(--ink); font-weight: 700; }
.profile-v2-rating .text-link { display: inline-flex; gap: 5px; margin: 0 0 0 auto; text-decoration: none; border-bottom: 1px solid #a9cbbb; }
.profile-v2-rating .text-link::after { content: "↗"; font-size: 12px; }
.profile-v2-separator { width: 4px; height: 4px; overflow: hidden; border-radius: 50%; background: #c6ccc6; color: transparent; font-size: 0; }
.profile-v2-fit { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; margin-top: 14px; }
.profile-v2-fit.is-single { grid-template-columns: minmax(0, 1fr); max-width: 560px; }
.profile-v2-fit article { min-width: 0; padding: 16px; border: 1px solid #c6d8d1; border-radius: 14px; background: #f0f7f3; }
.profile-v2-fit article.profile-v2-fit-limits { border-color: #e3c7b5; background: var(--amber-soft); }
.profile-v2-fit-label { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; font: 800 14px/1.2 var(--sans); letter-spacing: 0; }
.profile-v2-fit-label svg { width: 22px; height: 22px; padding: 4px; border-radius: 7px; background: var(--green); fill: none; stroke: white; stroke-width: 2.8; flex: 0 0 22px; }
.profile-v2-fit-limits .profile-v2-fit-label { color: #6b3612; }
.profile-v2-fit-limits .profile-v2-fit-label svg { background: #9a4f21; }
.profile-v2-fit ul { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.profile-v2-fit li { position: relative; padding-left: 16px; line-height: 1.4; }
.profile-v2-fit li::before { content: ""; position: absolute; top: .55em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.profile-v2-fit-limits li::before { background: #c08a63; }
.profile-v2-signal-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; padding: 0; list-style: none; }
.profile-v2-signal-row li { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid #c9dcd3; border-radius: 999px; background: var(--paper); color: var(--ink); font-size: 12px; font-weight: 700; }
.profile-v2-signal-row li svg { width: 15px; height: 15px; fill: none; stroke: var(--green); stroke-width: 1.8; flex: 0 0 15px; }
.profile-v2-signal-row li b { color: var(--green); font-weight: 850; }

.profile-v2-contact { position: sticky; top: 88px; overflow: hidden; border: 1px solid var(--line); border-top: 5px solid var(--forest); border-radius: 16px; background: var(--paper); box-shadow: 0 18px 40px -28px rgba(18,53,42,.45); }
.profile-v2-contact-main { padding: 22px; }
.profile-v2-contact .eyebrow { margin-bottom: 5px; }
.profile-v2-phone { display: block; margin-top: 6px; color: var(--green); font: 700 32px/1.05 var(--serif); text-decoration: none; overflow-wrap: anywhere; }
.profile-v2-contact-main > p { margin: 10px 0 15px; color: var(--muted); font-size: 13px; }
.profile-v2-contact .actions { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 16px; }
.profile-v2-contact .button { width: 100%; min-height: 48px; border-radius: 11px; }
.profile-v2-contact .button.secondary::after { content: "↗"; margin-left: 7px; }
.profile-v2-contact .button.map-button::after { content: none; }
.profile-v2-claim-row { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-top: 14px; }
.profile-v2-claim-row span,
.profile-v2-claim-row b { padding: 5px 8px; border-radius: 7px; background: var(--mint); color: var(--green); font-size: 10px; line-height: 1.25; }
.profile-v2-claim-row b::before { content: "✓"; margin-right: 4px; }
.profile-v2-claim-row span { background: transparent; color: var(--muted); font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding-left: 0; }
.profile-v2-contact-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); background: #f9faf7; }
.profile-v2-contact-facts div { min-width: 0; padding: 14px 16px; border-right: 1px solid var(--line); }
.profile-v2-contact-facts div:nth-child(even) { border-right: 0; }
.profile-v2-contact-facts div:nth-child(n+3) { border-top: 1px solid var(--line); }
/* A profile may support an odd number of hero facts; the last one fills the row. */
.profile-v2-contact-facts div:last-child:nth-child(odd) { grid-column: 1 / -1; border-right: 0; }
.profile-v2-contact-facts small,
.profile-v2-contact-facts strong { display: block; }
.profile-v2-contact-facts small { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.profile-v2-contact-facts strong { margin-top: 4px; color: var(--forest); font: 600 17px/1.1 var(--serif); }
.profile-v2-contact-note { margin: 0; padding: 12px 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.45; }

.profile-v2-nav-shell { position: sticky; top: 76px; z-index: 18; width: 100%; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(247,245,238,.97); backdrop-filter: blur(10px); }
.profile-v2-nav { display: flex; gap: 6px; width: min(1180px, calc(100% - 36px)); margin: 0 auto; overflow-x: auto; padding: 10px 0; scrollbar-width: thin; }
.profile-v2-nav a { flex: 0 0 auto; min-height: 38px; display: inline-flex; align-items: center; padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-size: 12px; font-weight: 700; text-decoration: none; transition: background .15s ease, color .15s ease, border-color .15s ease; }
.profile-v2-nav a.is-active { border-color: var(--forest); background: var(--forest); color: white; }
.profile-v2-nav a.profile-v2-nav-call { background: var(--forest); color: white; }

.profile-v2-section { padding: 52px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 132px; }
.profile-v2-nav-shell + .profile-v2-section { padding-top: 44px; }
.profile-v2-section-head { display: grid; grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr); gap: 30px 54px; margin-bottom: 24px; align-items: end; }
.profile-v2-section-head h2 { max-width: 18ch; margin-bottom: 0; font-size: clamp(34px, 3.5vw, 46px); }
.profile-v2-section-head > p:last-child { max-width: 690px; margin: 0; color: var(--muted); font-size: 14px; }

.profile-v2-job-shell { display: grid; grid-template-columns: minmax(230px, 300px) minmax(0, 1fr); overflow: hidden; border: 1px solid #c3d3cc; border-radius: 18px; background: var(--paper); }
.profile-v2-job-shell.is-single { grid-template-columns: minmax(0, 1fr); }
.profile-v2-job-tabs { display: grid; align-content: start; gap: 2px; padding: 12px; border-right: 1px solid var(--line); background: #edf4f0; }
.profile-v2-job-tab { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 48px; padding: 11px 13px; border: 0; border-radius: 10px; background: transparent; color: var(--ink); font: inherit; font-size: 12px; font-weight: 800; text-align: left; cursor: pointer; }
.profile-v2-job-tab::after { content: "›"; flex: 0 0 auto; font-size: 20px; line-height: 1; opacity: .35; }
.profile-v2-job-tab:hover { background: #e1ede7; }
.profile-v2-job-tab[aria-selected="true"] { background: var(--forest); color: white; box-shadow: none; }
.profile-v2-job-tab[aria-selected="true"]::after { opacity: 1; }
.profile-v2-job-panel { min-width: 0; padding: 30px; scroll-margin-top: 130px; }
.profile-v2-job-panel[hidden] { display: none; }
.profile-v2-job-panel h3 { font: 600 31px/1.08 var(--serif); }
.profile-v2-job-panel > p { max-width: 700px; margin: 9px 0 18px; color: var(--muted); font-size: 14px; }
.profile-v2-job-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 22px; padding: 0; list-style: none; }
.profile-v2-job-meta li { padding: 6px 10px; border-radius: 7px; background: var(--mint); color: var(--green); font-size: 11px; font-weight: 820; }
.profile-v2-job-meta li.is-limit { background: var(--amber-soft); color: #8a4519; }
.profile-v2-job-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.profile-v2-job-columns.is-single { grid-template-columns: minmax(0, 1fr); }
.profile-v2-job-columns h4 { margin: 0 0 10px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.profile-v2-job-columns ul,
.profile-v2-job-columns ol { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.profile-v2-job-columns li { position: relative; line-height: 1.5; }
.profile-v2-job-columns ul li { padding-left: 18px; }
.profile-v2-job-columns ul li::before { content: ""; position: absolute; top: .55em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 2px #eaf4da; }
.profile-v2-job-columns ol { counter-reset: profile-step; }
.profile-v2-job-columns ol li { display: flex; gap: 9px; }
.profile-v2-job-columns ol li::before { counter-increment: profile-step; content: counter(profile-step); display: grid; place-items: center; flex: 0 0 19px; width: 19px; height: 19px; border-radius: 50%; background: var(--forest); color: white; font-size: 10px; font-weight: 800; }
.profile-v2-job-prep { padding: 17px; border: 1px solid #dfe8e2; border-radius: 12px; background: #f1f5f2; }
.profile-v2-job-panel > .text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 22px; padding-bottom: 2px; text-decoration: none; border-bottom: 1px solid #a9cbbb; }
.profile-v2-job-panel > .text-link::after { content: "→"; }

.profile-v2-signal-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 12px; }
.profile-v2-signal { min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.profile-v2-signal-top { display: flex; justify-content: space-between; gap: 10px; align-items: start; }
.profile-v2-signal h3 { max-width: 150px; font: 750 14px/1.25 var(--sans); }
.profile-v2-signal strong { color: var(--green); font: 600 28px/1 var(--serif); }
.profile-v2-signal strong small { display: block; margin-top: 3px; color: var(--muted); font: 750 9px/1.1 var(--sans); letter-spacing: .04em; text-align: right; text-transform: uppercase; }
.profile-v2-signal-bar { height: 5px; margin-top: 14px; overflow: hidden; border-radius: 999px; background: #edebe2; }
.profile-v2-signal-bar span { display: block; height: 100%; border-radius: inherit; background: var(--green); }
.profile-v2-signal p { margin: 11px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.profile-v2-signal .provenance-tag { display: block; margin-top: 9px; color: var(--muted); font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.profile-v2-evidence-note { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 13px; align-items: start; margin-top: 13px; padding: 14px 16px; border-left: 3px solid var(--green); background: var(--mint); }
.profile-v2-evidence-note svg { width: 21px; height: 21px; fill: none; stroke: var(--green); stroke-width: 1.8; }
.profile-v2-evidence-note strong,
.profile-v2-evidence-note span { display: block; }
.profile-v2-evidence-note strong { font-size: 13px; }
.profile-v2-evidence-note span { margin-top: 2px; color: var(--muted); font-size: 12px; }
.profile-v2-checks { margin-top: 13px; padding: 18px 20px; border: 1px solid #e3c7b5; border-radius: 14px; background: var(--amber-soft); }
.profile-v2-checks h3 { margin: 6px 0 0; font: 600 24px/1.1 var(--serif); }
.profile-v2-checks ul { margin: 14px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.profile-v2-checks li strong { display: block; font-size: 13px; }
.profile-v2-checks li span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }
.profile-v2-checks li small { display: block; margin-top: 4px; color: #8a4519; font-size: 11px; }
.profile-v2-checks .fine { margin: 14px 0 0; }
.profile-v2-distinctive { margin-top: 13px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.profile-v2-distinctive h3 { margin: 6px 0 0; font: 600 22px/1.1 var(--serif); }
.profile-v2-distinctive ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 0; padding: 0; list-style: none; }
.profile-v2-distinctive li { padding: 8px 11px; border: 1px solid var(--line); border-radius: 10px; background: #f9faf7; font-size: 12px; }
.profile-v2-distinctive li strong { display: block; }
.profile-v2-distinctive li span { color: var(--muted); font-size: 11px; }

.profile-v2-price-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr); gap: 22px; align-items: start; }
.profile-v2-price-grid.is-single { grid-template-columns: minmax(0, 1fr); max-width: 640px; }
.profile-v2-prices { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.profile-v2-prices table { width: 100%; border-collapse: collapse; }
.profile-v2-prices caption { padding: 13px 17px; border-bottom: 1px solid var(--line); color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
.profile-v2-prices th,
.profile-v2-prices td { padding: 13px 17px; border-bottom: 1px solid var(--line); text-align: left; }
.profile-v2-prices tr:last-child th,
.profile-v2-prices tr:last-child td { border-bottom: 0; }
.profile-v2-prices th { color: var(--muted); font-size: 13px; font-weight: 500; }
.profile-v2-prices td { color: var(--green); font: 600 20px/1.05 var(--serif); white-space: nowrap; text-align: right; }
.profile-v2-price-check { position: sticky; top: 130px; padding: 24px; border-radius: 14px; background: var(--forest); color: white; }
.profile-v2-price-check h3 { font: 600 25px/1.08 var(--serif); }
.profile-v2-price-check ol { display: grid; gap: 11px; margin: 18px 0 0; padding: 0; list-style: none; counter-reset: price-step; color: #cfddd7; font-size: 13px; }
.profile-v2-price-check li { display: flex; gap: 10px; line-height: 1.45; }
.profile-v2-price-check li::before { counter-increment: price-step; content: counter(price-step); display: grid; place-items: center; flex: 0 0 20px; width: 20px; height: 20px; border-radius: 50%; background: var(--lime); color: var(--forest); font-size: 10px; font-weight: 800; }
.profile-v2-price-check p { margin: 15px 0 0; padding-top: 13px; border-top: 1px solid #405e55; color: #aebfba; font-size: 11px; }
.profile-v2-price-check a { color: var(--lime); }

.profile-v2-trust-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.profile-v2-trust-grid.is-single { grid-template-columns: minmax(0, 1fr); max-width: 620px; }
.profile-v2-trust-card { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.profile-v2-trust-card h3 { margin-top: 10px; font: 600 24px/1.12 var(--serif); }
.profile-v2-trust-card p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.profile-v2-trust-card ul { margin: 12px 0 0; padding: 0; list-style: none; }
.profile-v2-trust-card li { position: relative; margin-top: 7px; padding-left: 19px; color: var(--muted); font-size: 12px; }
.profile-v2-trust-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.profile-v2-trust-card li .provenance-tag { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.profile-v2-source-label { display: inline-flex; align-items: center; padding: 4px 9px; border-radius: 999px; background: var(--mint); color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.profile-v2-mobile-warning { border-color: #e2c2ad; background: var(--amber-soft); }
.profile-v2-mobile-warning .profile-v2-source-label { background: #f2d8c4; color: #8a4519; }

.profile-v2-area-box { display: grid; grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr); gap: 28px; padding: 24px; border-radius: 15px; background: var(--forest); color: white; }
.profile-v2-area-box h2 { font-size: 38px; }
.profile-v2-area-box p { margin: 9px 0 0; color: #bed0ca; font-size: 13px; }
.profile-v2-area-box .eyebrow { color: var(--lime); }
.profile-v2-area-tags { display: flex; flex-wrap: wrap; gap: 7px; align-content: start; margin: 0; padding: 0; list-style: none; }
.profile-v2-area-tags li { padding: 7px 9px; border: 1px solid #49665d; border-radius: 999px; color: #d3dfdb; font-size: 12px; }
.profile-v2-area-tags li.is-base { border-color: var(--lime); background: var(--lime); color: var(--forest); font-weight: 850; }
.profile-v2-map { margin-top: 16px; }

.profile-v2-hours { margin-top: 16px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.profile-v2-hours h3 { margin: 0; padding: 13px 17px; border-bottom: 1px solid var(--line); color: var(--green); font: 850 11px/1.2 var(--sans); letter-spacing: .06em; text-transform: uppercase; }
.profile-v2-hours table { width: 100%; border-collapse: collapse; }
.profile-v2-hours th,
.profile-v2-hours td { padding: 10px 17px; border-bottom: 1px solid var(--line); font-size: 13px; text-align: left; }
.profile-v2-hours th { color: var(--muted); font-weight: 500; }
.profile-v2-hours td { text-align: right; }
.profile-v2-hours tr:last-child th,
.profile-v2-hours tr:last-child td { border-bottom: 0; }
.profile-v2-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: start; }
.profile-v2-contact-grid.is-single { grid-template-columns: minmax(0, 1fr); max-width: 620px; }
.profile-v2-contact-card { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.profile-v2-contact-card h3 { font: 600 24px/1.12 var(--serif); overflow-wrap: anywhere; }
.profile-v2-contact-card p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.profile-v2-contact-card .actions { margin-top: 16px; }

.profile-v2-alternatives { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 12px; }
.profile-v2-alternative { min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.profile-v2-alternative h3 { font: 600 21px/1.12 var(--serif); }
.profile-v2-alternative ul { margin: 14px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.profile-v2-alternative li { display: flex; flex-wrap: wrap; gap: 6px 12px; justify-content: space-between; align-items: baseline; }
.profile-v2-alternative li > div:first-child { min-width: 0; }
.profile-v2-alternative li a { overflow-wrap: anywhere; }
.profile-v2-alternative li span { display: block; color: var(--muted); font-size: 12px; }
.profile-v2-alternative > .text-link { display: inline-block; margin-top: 14px; }

.profile-v2-final { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 26px; align-items: center; padding: 26px; border-radius: 15px; background: var(--mint); }
.profile-v2-final h2 { font-size: 35px; }
.profile-v2-final p { max-width: 720px; margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.profile-v2-final .actions { min-width: 220px; }
.profile-v2-final .button { width: 100%; }
.profile-v2-context { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 18px; color: var(--muted); font-size: 12px; }
.profile-v2-context a { color: var(--green); }
.profile-v2-sources { padding-top: 26px !important; padding-bottom: 55px !important; border-bottom: 0; }
.profile-v2-sources details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-v2-sources summary { padding: 15px 0; color: var(--green); font-size: 12px; font-weight: 800; cursor: pointer; }
.profile-v2-sources details > div { padding-bottom: 15px; color: var(--muted); font-size: 12px; }
.profile-v2-sources details ul { margin: 10px 0 0; padding: 0; list-style: none; display: grid; gap: 6px; }
.profile-v2-sources a { color: var(--green); overflow-wrap: anywhere; }
.provider-page-v2 .correction-pending { margin-bottom: 14px; }

.provider-page-v2 .mobile-callbar a { display: flex; align-items: center; justify-content: center; gap: 10px; }
.provider-page-v2 .mobile-callbar .callbar-number { font-size: 11px; font-weight: 700; opacity: .85; }

@media (max-width: 860px) {
  .profile-v2-hero-grid { grid-template-columns: minmax(0, 1fr); }
  .profile-v2-contact { position: static; max-width: 520px; }
  .profile-v2-price-check { position: static; }
  .profile-v2-signal-grid { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
  .profile-v2-section-head { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .profile-v2-area-box { grid-template-columns: minmax(0, 1fr); }
  .profile-v2-contact-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 680px) {
  .provider-page-v2 main > section,
  .provider-page-v2 main > header,
  .provider-page-v2 .breadcrumbs { width: min(1180px, calc(100% - 28px)); }
  .profile-v2-hero { padding-top: 27px; }
  .profile-v2-title h1 { font-size: 40px; }
  .profile-v2-title .lede { font-size: 16px; }
  .profile-v2-rating { column-gap: 10px; }
  .profile-v2-rating .text-link { margin-left: 0; }
  .profile-v2-separator { display: none; }
  .profile-v2-fit { grid-template-columns: minmax(0, 1fr); }
  .profile-v2-contact { max-width: none; }
  .profile-v2-nav-shell { top: 68px; }
  .profile-v2-nav { width: 100%; padding-right: 14px; padding-left: 14px; }
  .profile-v2-section { padding-top: 42px; padding-bottom: 42px; scroll-margin-top: 118px; }
  .profile-v2-section-head h2 { font-size: 35px; }
  .profile-v2-job-shell { display: block; overflow: visible; border: 0; background: transparent; }
  .profile-v2-job-tabs { display: flex; gap: 6px; overflow-x: auto; margin: 0 -10px 10px; padding: 5px 10px 10px; border: 0; background: transparent; scrollbar-width: thin; }
  .profile-v2-job-tab { flex: 0 0 auto; min-height: 42px; padding: 9px 11px; border: 1px solid #becbc6; border-radius: 999px; background: var(--paper); }
  .profile-v2-job-tab::after { display: none; }
  .profile-v2-job-tab[aria-selected="true"] { border-color: var(--forest); }
  .profile-v2-job-panel { padding: 20px 16px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
  .profile-v2-job-panel h3 { font-size: 27px; }
  .profile-v2-job-columns { grid-template-columns: minmax(0, 1fr); gap: 15px; }
  .profile-v2-signal-grid { grid-template-columns: minmax(0, 1fr); }
  .profile-v2-signal { padding: 14px; }
  .profile-v2-signal h3 { max-width: 115px; font-size: 11px; }
  .profile-v2-signal strong { font-size: 24px; }
  .profile-v2-price-grid,
  .profile-v2-trust-grid,
  .profile-v2-contact-grid { grid-template-columns: minmax(0, 1fr); }
  .profile-v2-area-box { padding: 20px; }
  .profile-v2-final { grid-template-columns: minmax(0, 1fr); padding: 20px; }
  .profile-v2-final .actions { width: 100%; min-width: 0; }
  .provider-page-v2 .mobile-callbar a { justify-content: space-between; padding-right: 16px; padding-left: 16px; }
}

@media (max-width: 380px) {
  .profile-v2-signal-grid { grid-template-columns: minmax(0, 1fr); }
  .profile-v2-title h1 { font-size: 34px; }
  .profile-v2-phone { font-size: 27px; }
}

/* Recurring customer signals in the hero. Rendered only when at least one
   theme recurs across separate written accounts, so the block can be absent. */
.profile-v2-signals { margin-top: 14px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.profile-v2-signals-label { margin: 0 0 9px; color: var(--muted); font: 800 10px/1.2 var(--sans); letter-spacing: .07em; text-transform: uppercase; }
.profile-v2-signals ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.profile-v2-signals li { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 9px; align-items: start; color: var(--muted); font-size: 13px; line-height: 1.4; }
.profile-v2-signals svg { width: 20px; height: 20px; padding: 3px; border-radius: 6px; background: var(--mint); fill: none; stroke: var(--green); stroke-width: 1.9; }

/* A profile with no published price still needs a decision-shaped panel. */
.profile-v2-no-price { padding: 22px; color: var(--muted); font-size: 13px; }
.profile-v2-no-price p { margin: 0 0 10px; }
.profile-v2-no-price strong { color: var(--ink); }
.profile-v2-no-price .text-link { color: var(--green); }

/* Distinctive detail lists reuse the production evidence-chip styling. */
.profile-v2-distinctive { margin-top: 13px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.profile-v2-distinctive h3 { margin: 0 0 10px; font: 750 14px/1.25 var(--sans); }

.provider-page-v2 .evidence-concerns { margin-top: 13px; }
.provider-page-v2 .evidence-method-link { margin-top: 14px; }
.provider-page-v2 .profile-context-links { margin: 0 auto; padding: 22px 0; }
.provider-page-v2 .provider-alternatives { padding: 44px 0; border-bottom: 1px solid var(--line); }
.provider-page-v2 .review-cta { margin: 0; }
.provider-page-v2 .review-cta > div { min-width: 0; }
.provider-page-v2 .review-cta h2 { overflow-wrap: anywhere; }
.profile-v2-job-columns > div:only-child { grid-column: 1 / -1; }

@media (max-width: 680px) {
  .profile-v2-signals { padding: 12px 13px; }
  .profile-v2-job-columns > div:only-child { grid-column: auto; }
}

/* Checks that apply to every job this business takes on, shown once. */
.profile-v2-job-checks { margin-top: 14px; padding: 18px 20px; border-left: 3px solid var(--green); border-radius: 0 12px 12px 0; background: var(--mint); }
.profile-v2-job-checks h3 { margin: 0 0 10px; font: 750 14px/1.25 var(--sans); }
.profile-v2-job-checks ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.profile-v2-job-checks li { position: relative; padding-left: 18px; line-height: 1.45; }
.profile-v2-job-checks li::before { content: ""; position: absolute; top: .55em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }

/* Released evidence groups keep their headings above the signal grid. */
.profile-v2-signal-group + .profile-v2-signal-group { margin-top: 20px; }
.profile-v2-signal-group > header { margin-bottom: 11px; }
.profile-v2-signal-group > header h3 { margin: 0; font: 600 22px/1.12 var(--serif); }
.profile-v2-signal-group > header p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.profile-v2-signals > a { display: inline-block; margin-top: 11px; color: var(--green); font-size: 12px; font-weight: 700; }
