/* Reparaturorte: search first, supporting detail only when requested.
   Keep every selector scoped so the other directory brands remain independent. */
body.repair-redesign {
  --ink: #14283d;
  --muted: #64716e;
  --paper: #fafbf9;
  --line: #dde4df;
  --accent: #185640;
  --soft: #edf3ee;
  --white: #fff;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.repair-redesign .wrap { width: min(1160px, calc(100% - 64px)); }
body.repair-redesign header { background: var(--white); border-top: 0; border-bottom: 1px solid var(--line); }
body.repair-redesign .nav { min-height: 78px; padding-block: 12px; gap: 20px; flex-wrap: nowrap; }
body.repair-redesign .brand { font-size: 25px; letter-spacing: -.9px; gap: 10px; }
body.repair-redesign .brand-symbol { width: 30px; height: 30px; color: var(--accent); }
body.repair-redesign .nav nav { width: auto; padding: 0; border: 0; gap: 8px 25px; font-size: 14px; font-weight: 600; }
body.repair-redesign .nav nav a { min-height: 42px; flex-basis: auto; }
body.repair-redesign .nav nav a:last-child { gap: 7px; }
body.repair-redesign .country { font-family: inherit; font-size: 12px; letter-spacing: 0; color: var(--muted); }
body.repair-redesign h1,
body.repair-redesign h2,
body.repair-redesign h3 { font-family: Arial, Helvetica, sans-serif; }
body.repair-redesign .eyebrow { font-family: inherit; font-size: 11px; font-weight: 700; letter-spacing: 1.6px; line-height: 1.5; color: var(--accent); }
body.repair-redesign .button { background: var(--accent); border-color: var(--accent); color: #fff; border-radius: 9px; min-height: 46px; font-size: 14px; line-height: 1.4; padding: 12px 18px; }
body.repair-redesign .button:hover { background: #124431; border-color: #124431; }
body.repair-redesign .button.secondary { background: var(--white); color: var(--ink); border-color: var(--line); }
body.repair-redesign .button.secondary:hover { background: var(--soft); border-color: #b9cbbf; }
body.repair-redesign :is(button, a, input, select, textarea, summary):focus-visible { outline: 3px solid #549878; outline-offset: 3px; }
body.repair-redesign select { border: 1px solid #cbd6ce; border-radius: 8px; background: #fff; min-height: 46px; padding: 11px 12px; margin: 0; line-height: 1.4; }
body.repair-redesign .save-place { border-radius: 8px; border-color: var(--line); color: var(--accent); min-height: 42px; font-size: 13px; }
body.repair-redesign .save-place:hover { background: var(--soft); }
body.repair-redesign .save-place[aria-pressed="true"] { background: var(--soft); border-color: #a8c4b2; color: var(--accent); }
body.repair-redesign footer { background: #172f2a; color: #fff; padding-block: 36px 24px; margin-top: 20px; }
body.repair-redesign footer .brand-symbol { color: #bdd7c7; }
body.repair-redesign .footer-main .brand { font-size: 24px; }
body.repair-redesign .footer-main>div { gap: 6px 20px; }
body.repair-redesign .footer-bottom { border-color: #ffffff26; font-size: 12px; color: #d4dfd8; }
body.repair-redesign footer :is(a, button):focus-visible { outline-color: #c8e5d5; }

/* A short introduction leaves the search visible on the first screen. */
body.repair-home .repair-hero { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(230px, .8fr); gap: 66px; align-items: center; padding-block: 32px 25px; }
body.repair-home .repair-hero-copy { min-width: 0; }
body.repair-home .repair-hero h1 { font-size: clamp(36px, 3.7vw, 46px); line-height: 1.08; font-weight: 750; letter-spacing: -1.65px; max-width: 22ch; margin: 13px 0 17px; }
body.repair-home .repair-hero h1 em,
body.repair-home .repair-hero h1 span { color: var(--accent); font-style: normal; }
body.repair-home .repair-hero p { font-size: 16px; line-height: 1.65; max-width: 52ch; margin: 0; color: var(--muted); }
body.repair-home .repair-hero-image { min-width: 0; margin: 0; height: 200px; border-radius: 18px; overflow: hidden; background: var(--soft); }
body.repair-home .repair-hero-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 58% 52%; }
body.repair-home .repair-hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; margin-top: 19px; font-size: 12px; line-height: 1.5; color: var(--muted); }
body.repair-home .repair-hero-meta span { display: inline-flex; align-items: center; gap: 6px; }
body.repair-home .repair-hero-meta svg { width: 15px; height: 15px; color: var(--accent); }

/* None of the former sidebar grid areas may position children of this form. */
body.repair-home .repair-search-form.filter-form { display: block; position: static; grid-area: auto; border: 0; border-radius: 0; background: none; padding: 0; margin-block: 0 28px; }
body.repair-home .repair-search-bar { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .85fr) auto; align-items: center; gap: 0; padding: 9px; border: 1px solid #d4ded6; border-radius: 13px; background: #fff; box-shadow: 0 4px 16px #143b2510; }
body.repair-home .repair-query,
body.repair-home .repair-location { min-width: 0; padding: 4px 18px; }
body.repair-home .repair-location { border-left: 1px solid var(--line); }
body.repair-home .repair-search-bar label { display: block; font-size: 11px; line-height: 1.5; font-weight: 700; margin: 0 0 3px; color: var(--muted); }
body.repair-home .repair-search-bar :is(.search-input, .repair-input) { display: flex; align-items: center; gap: 9px; grid-area: auto; border: 0; min-height: 27px; border-radius: 0; padding: 0; margin: 0; background: transparent; }
body.repair-home .repair-search-bar :is(.search-input, .repair-input) svg { width: 18px; height: 18px; color: var(--accent); }
body.repair-home .repair-search-bar input { display: block; width: 100%; min-width: 0; height: 31px; font: inherit; font-size: 15px; line-height: 1.4; border: 0; padding: 0; background: transparent; color: var(--ink); }
body.repair-home .repair-search-bar input::placeholder { color: #75807a; opacity: 1; }
body.repair-home .repair-search-bar input:focus-visible { outline: 0; }
body.repair-home .repair-query:focus-within,
body.repair-home .repair-location:focus-within { outline: 2px solid #548a70; outline-offset: 0; border-radius: 5px; }
body.repair-home .repair-search-bar .search-input:focus-within { outline: 0; }
body.repair-home .repair-search-bar>.button { min-height: 54px; padding-inline: 26px; margin: 0; white-space: nowrap; }
body.repair-home .repair-quick-filters { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding-block: 16px 0; }
body.repair-home .repair-quick-filters>span { color: var(--muted); font-size: 12px; margin-right: 3px; }
body.repair-home .repair-quick-filters button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 36px; max-width: 100%; padding: 7px 12px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); color: var(--ink); font: inherit; font-size: 12px; line-height: 1.4; text-align: left; }
body.repair-home .repair-quick-filters button svg { width: 16px; height: 16px; color: var(--accent); }
body.repair-home .repair-quick-filters button:hover { border-color: #a8c3b0; background: var(--soft); }
body.repair-home .repair-quick-filters button[aria-pressed="true"] { background: var(--accent); color: #fff; border-color: var(--accent); }
body.repair-home .repair-quick-filters button[aria-pressed="true"] svg { color: currentColor; }
body.repair-home .repair-quick-filters>a { display: inline-flex; align-items: center; gap: 5px; min-height: 36px; padding: 5px 4px; margin-left: 6px; font-size: 12px; line-height: 1.4; color: var(--accent); }
body.repair-home .repair-quick-filters>a svg { width: 14px; height: 14px; }

body.repair-home .repair-filter-panel { margin-top: 14px; min-width: 0; }
body.repair-home .repair-filter-toggle { display: flex; align-items: center; justify-content: center; width: fit-content; gap: 8px; margin-left: auto; min-height: 40px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: 13px; font-weight: 600; line-height: 1.4; list-style: none; cursor: pointer; }
body.repair-home .repair-filter-toggle::-webkit-details-marker { display: none; }
body.repair-home .repair-filter-toggle svg { width: 16px; height: 16px; }
body.repair-home .repair-filter-panel[open]>.repair-filter-toggle { background: var(--soft); border-color: #b7cdbd; }
body.repair-home .repair-filter-content { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 24px; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 22px; margin-top: 12px; }
body.repair-home .repair-filter-content>* { min-width: 0; grid-area: auto; }
body.repair-home .repair-filter-selects { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
body.repair-home .repair-filter-selects>label { display: grid; gap: 7px; font-size: 13px; line-height: 1.5; font-weight: 700; }
body.repair-home .repair-filter-content>label,
body.repair-home .repair-filter-field>label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 7px; }
body.repair-home .repair-filter-content>label.checkbox { display: flex; margin: 0; font-weight: 400; }
body.repair-home .repair-filter-content :is(#canton, #type-filter) { grid-area: auto; min-width: 0; width: 100%; font-size: 15px; margin: 0; }
body.repair-home .repair-filter-content :is(label[for="canton"], label[for="type-filter"]) { grid-area: auto; }
body.repair-home .repair-filter-content .nearby-controls { grid-area: auto; grid-column: 1 / -1; display: grid; grid-template-columns: minmax(140px, .5fr) minmax(0, 1fr); grid-template-areas: "radius-label help" "radius help" "clear method" "status status"; align-items: start; gap: 7px 24px; padding: 18px; margin: 0; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); }
body.repair-home .repair-filter-content .nearby-controls>legend { font-size: 12px; margin-bottom: 2px; }
body.repair-home .repair-filter-content .nearby-controls>select { min-width: 0; margin: 0; font-size: 15px; border-radius: 7px; }
body.repair-home .repair-filter-content>fieldset:not(.nearby-controls) { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px 22px; margin: 0; min-width: 0; }
body.repair-home .repair-filter-content legend { margin-bottom: 8px; font-size: 13px; }
body.repair-home .repair-filter-content .checkbox { display: flex; align-items: flex-start; font-size: 13px; font-weight: 400; min-height: 38px; line-height: 1.5; padding: 7px 0; margin: 0; gap: 9px; }
body.repair-home .repair-filter-content .checkbox input { width: 17px; height: 17px; margin-top: 1px; accent-color: var(--accent); }
body.repair-home .repair-filter-content .filter-note { grid-area: auto; grid-column: 1 / -1; margin: 0; max-width: 80ch; font-size: 12px; line-height: 1.6; }
body.repair-home .repair-filter-content .filter-actions { grid-area: auto; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 8px 12px; margin: 0; }
body.repair-home .repair-search-status { margin: 8px 0 0; font-size: 12px; color: var(--muted); line-height: 1.5; }
body.repair-home .repair-search-status:empty { display: none; }
body.repair-home .repair-search-form>#nearby-status { font-size: 12px!important; margin: 8px 0 0!important; }
body.repair-home .repair-search-form>#nearby-status:empty { display: none; }
body.repair-home .repair-filter-panel.repair-enhanced { margin-top: 0; }
body.repair-home .repair-filter-panel.repair-enhanced>summary { display: none; }
body.repair-home .repair-filter-panel.repair-enhanced:not([open]) { margin: 0; padding: 0; border: 0; }
body.repair-home .repair-filter-panel.repair-enhanced[open] .repair-filter-content { margin-top: 0; }

/* The list is the primary content, with a readable, consistent card rhythm. */
body.repair-home .repair-directory { display: block; padding-block: 0 24px; scroll-margin-top: 20px; }
body.repair-home .repair-directory>.results { grid-area: auto; }
body.repair-home .repair-results-toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 20px; margin: 29px 0 0; }
body.repair-home .repair-results-toolbar h2 { margin: 0; font-size: 23px; font-weight: 700; line-height: 1.3; letter-spacing: -.6px; }
body.repair-home .repair-results-toolbar>p,
body.repair-home .repair-results-toolbar>span { font-size: 12px; color: var(--muted); margin: 0; }
body.repair-home .repair-results-toolbar>div { min-width: 0; }
body.repair-home .repair-results-toolbar>div>p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
body.repair-home .repair-results-toolbar>div>p a { text-decoration: underline; text-underline-offset: 3px; }
body.repair-home .repair-results-toolbar>button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 40px; padding: 9px 14px; border: 1px solid #d3ded5; border-radius: 8px; background: #fff; color: var(--ink); font-size: 13px; font-weight: 600; line-height: 1.4; }
body.repair-home .repair-results-toolbar>button svg { width: 16px; height: 16px; }
body.repair-home .repair-results-toolbar>button[aria-expanded="true"] { background: var(--soft); border-color: #a7c2af; }
body.repair-home .repair-active-summary { margin: 12px 0 0; padding: 9px 12px; border-radius: 7px; background: var(--soft); font-size: 12px; line-height: 1.5; color: var(--accent); }
body.repair-home [data-repair-filter-count] { min-width: 19px; height: 19px; border-radius: 50%; padding: 1px 5px; background: var(--accent); color: #fff; font-size: 11px; line-height: 17px; }
body.repair-home .repair-results-tools { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 14px; }
body.repair-home .repair-results-tools>button,
body.repair-home .repair-results-tools>a { display: inline-flex; align-items: center; gap: 6px; min-height: 38px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); font-size: 12px; line-height: 1.4; }
body.repair-home .repair-results-tools svg { width: 15px; height: 15px; }
body.repair-redesign .repair-grid.entries { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; }
body.repair-redesign .repair-grid .entry.repair-entry { display: grid; grid-template-columns: 148px minmax(0, 1fr) auto; grid-template-areas: "media main save" "media footer footer"; align-items: start; gap: 0 22px; min-width: 0; border: 1px solid var(--line); border-radius: 13px; padding: 17px; background: #fff; box-shadow: 0 2px 5px #1b382503; transition: border-color .16s ease, box-shadow .16s ease; contain-intrinsic-size: auto 196px; overflow-wrap: anywhere; }
body.repair-redesign .repair-grid .entry.repair-entry:hover { border-color: #bdcfc2; box-shadow: 0 4px 18px #173b2810; }
body.repair-redesign .repair-entry-media { grid-area: media; display: block; min-width: 0; width: 100%; margin: 0; }
body.repair-redesign .repair-entry-media img { display: block; width: 100%; height: 151px; object-fit: cover; border-radius: 8px; background: var(--soft); }
body.repair-redesign .repair-entry-media .entry-photo { margin: 0; }
body.repair-redesign .repair-entry-media figcaption { font-size: 10px; line-height: 1.45; margin-top: 5px; overflow-wrap: anywhere; color: var(--muted); }
body.repair-redesign .repair-entry-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; width: 100%; min-height: 151px; padding: 15px; border-radius: 8px; background: #eaf0e9; color: #5b7c68; text-align: center; }
body.repair-redesign .repair-entry-placeholder svg { width: 38px; height: 38px; stroke-width: 1.3; }
body.repair-redesign .repair-entry-placeholder span { font-size: 11px; line-height: 1.4; }
body.repair-redesign .repair-entry-main { grid-area: main; min-width: 0; padding-top: 2px; }
body.repair-redesign .repair-entry .entry-meta { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 6px 10px; grid-area: auto; font-family: inherit; font-size: 11px; line-height: 1.5; margin: 0 0 7px; color: var(--muted); }
body.repair-redesign .repair-entry .entry-meta>span:last-child { font: inherit; opacity: 1; }
body.repair-redesign .repair-entry .entry-meta svg { width: 13px; height: 13px; }
body.repair-redesign .repair-entry h3 { grid-area: auto; font-size: 21px; line-height: 1.22; font-weight: 700; letter-spacing: -.4px; margin: 0 0 7px; }
body.repair-redesign .repair-entry p.repair-entry-summary { grid-area: auto; font-size: 13px; line-height: 1.55; color: var(--muted); margin: 0 0 12px; max-width: 76ch; }
body.repair-redesign .repair-entry .tags { grid-area: auto; display: flex; gap: 5px; flex-wrap: wrap; margin: 0; }
body.repair-redesign .repair-entry .tag { border: 0; background: #eff4ef; color: #375d47; padding: 4px 8px; border-radius: 5px; font-size: 11px; font-weight: 400; line-height: 1.35; }
body.repair-redesign .repair-entry .repair-entry-cue { display: flex; align-items: center; gap: 6px; font-size: 11px; line-height: 1.5; color: #526960; margin: 10px 0 0; }
body.repair-redesign .repair-entry .repair-entry-cue svg { width: 13px; height: 13px; }
body.repair-redesign .repair-entry>.save-place,
body.repair-redesign .repair-entry>.save-entry,
body.repair-redesign .repair-entry>.repair-save-entry { grid-area: save; justify-self: end; align-self: start; display: inline-flex; align-items: center; justify-content: center; gap: 5px; min-width: 39px; min-height: 39px; margin: 0; padding: 9px; font-size: 12px; border-radius: 8px; }
body.repair-redesign .repair-entry>.save-place svg { width: 17px; height: 17px; }
body.repair-redesign .repair-save-entry [data-save-label] { display: none; }
body.repair-redesign .repair-save-entry[aria-pressed="true"] svg { fill: currentColor; }
body.repair-redesign .repair-entry .entry-bottom { grid-area: footer; display: flex; align-self: end; align-items: center; justify-content: space-between; flex-wrap: wrap; min-height: 35px; gap: 5px 12px; border: 0; padding: 9px 0 0; margin: 0; }
body.repair-redesign .repair-entry .entry-bottom>span { font-size: 10px; line-height: 1.5; color: var(--muted); }
body.repair-redesign .repair-entry .entry-bottom>a { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 34px; padding: 7px 12px; border: 1px solid #d6e1d8; border-radius: 7px; color: var(--accent); font-size: 12px; line-height: 1.4; font-weight: 700; text-decoration: none; }
body.repair-redesign .repair-entry .entry-bottom>a:hover { background: var(--soft); border-color: #a8c3b0; }
body.repair-redesign .repair-entry .entry-bottom svg { width: 14px; height: 14px; }
body.repair-redesign .repair-entry .nearby-card-distance { font-size: 11px!important; color: var(--accent); margin: 0 0 7px; }
body.repair-home .directory-pagination { justify-content: center; gap: 12px 22px; text-align: center; padding: 22px 0 12px; }
body.repair-home .directory-page-status { font-family: inherit; font-size: 12px; }
body.repair-home .empty { border-radius: 12px; }

/* Saved-search management and provenance stay available without dominating. */
body.repair-home .repair-save-search { margin: 0 0 18px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
body.repair-home .repair-save-search>summary { display: list-item; padding: 12px 16px; min-height: 44px; font-size: 12px; line-height: 1.5; color: var(--accent); cursor: pointer; }
body.repair-home .repair-save-search .planner-search-save { border: 0; margin: 0; padding: 8px 16px 16px; background: transparent; }
body.repair-home .repair-save-search .planner-inline-form { margin: 12px 0; }
body.repair-home .repair-save-search .planner-help { font-size: 12px!important; }
body.repair-home #repair-search-tools { margin: 18px 0 0; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
body.repair-home #repair-search-tools>summary { display: list-item; padding: 12px 16px; min-height: 44px; font-size: 12px; line-height: 1.5; color: var(--accent); cursor: pointer; }
body.repair-home #repair-search-tools>summary svg { width: 14px; height: 14px; vertical-align: -.2em; margin-right: 5px; }
body.repair-home #repair-search-tools .planner-search-save { border: 0; margin: 0; padding: 8px 16px 16px; background: transparent; }
body.repair-home #repair-search-tools .planner-inline-form { margin: 12px 0; }
body.repair-home #repair-search-tools .planner-help { font-size: 12px!important; }
body.repair-home .repair-coverage { margin: 18px 0 0; padding: 0; max-width: 85ch; color: var(--muted); font-size: 12px; line-height: 1.6; }
body.repair-home .repair-coverage summary { padding-block: 10px; cursor: pointer; }
body.repair-home .repair-coverage .coverage-note,
body.repair-home .repair-coverage p { margin: 0; padding: 0; border: 0; font-size: 12px; line-height: 1.65; }
body.repair-home .repair-source-details { color: var(--muted); margin-top: 9px; font-size: 12px; line-height: 1.6; }
body.repair-home .repair-source-details>summary { cursor: pointer; min-height: 40px; padding: 10px 0; }
body.repair-home .repair-source-details .coverage-note { border: 0; padding: 0; margin-bottom: 10px; font-size: 12px; }
body.repair-home .repair-source-details p { max-width: 95ch; margin-bottom: 12px; }
body.repair-home .repair-support { margin-block: 24px 35px; padding: 25px 28px; border: 1px solid #dae5dc; border-radius: 12px; background: var(--soft); }
body.repair-home .repair-support h2 { font-size: 23px; line-height: 1.25; margin: 0 0 8px; letter-spacing: -.4px; }
body.repair-home .repair-support p { font-size: 14px; line-height: 1.6; color: var(--muted); margin: 0; }
body.repair-home .repair-support-links { display: flex; flex-wrap: wrap; gap: 9px 24px; margin-top: 17px; }
body.repair-home .repair-support-links a { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; font-size: 13px; font-weight: 700; color: var(--accent); }
body.repair-home .repair-support-links svg { width: 17px; height: 17px; }
body.repair-home .repair-bottom-help { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-block: 16px 26px; padding: 26px 28px; border: 1px solid #dae5dc; border-radius: 12px; background: var(--soft); }
body.repair-home .repair-bottom-help>div { min-width: 0; }
body.repair-home .repair-bottom-help>svg { width: 28px; height: 28px; color: var(--accent); }
body.repair-home .repair-bottom-help>div { flex: 1; }
body.repair-home .repair-bottom-help strong { display: block; font-size: 18px; line-height: 1.4; margin-bottom: 4px; letter-spacing: -.25px; }
body.repair-home .repair-bottom-help>a { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; font-size: 13px; line-height: 1.4; font-weight: 700; color: var(--accent); }
body.repair-home .repair-bottom-help>a svg { width: 16px; height: 16px; }
body.repair-home .repair-bottom-help h2 { font-size: 24px; line-height: 1.25; letter-spacing: -.5px; margin: 0 0 8px; }
body.repair-home .repair-bottom-help p { font-size: 14px; color: var(--muted); line-height: 1.6; max-width: 64ch; margin: 0; }
body.repair-home .repair-bottom-help .button { flex-shrink: 0; }
body.repair-home .repair-more-content { margin-block: 0 35px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
body.repair-home .repair-more-content>summary { min-height: 50px; padding-block: 17px; font-size: 14px; font-weight: 600; cursor: pointer; }
body.repair-home .repair-more-content>.wrap,
body.repair-home .repair-more-content .wrap { width: 100%; }
body.repair-home .repair-more-content .regions { padding-top: 12px; }
body.repair-home .repair-more-content .guides-home { margin-bottom: 26px; }
body.repair-home .repair-more-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; padding-block: 17px 25px; }
body.repair-home .repair-more-grid h2 { font-size: 23px; line-height: 1.3; letter-spacing: -.4px; margin: 0 0 20px; }
body.repair-home .repair-more-grid .guide-links { gap: 0; }
body.repair-home .repair-more-grid .guide-links a { padding-block: 13px; min-height: 45px; font-size: 14px; line-height: 1.6; }
body.repair-home .repair-more-grid .guide-links a:first-child { padding-top: 0; }
body.repair-home .repair-more-grid .region-links { gap: 0 25px; }
body.repair-home .repair-more-grid .region-links a { font-size: 13px; min-height: 45px; padding-block: 10px; }

/* Supporting pages use the same quieter brand without changing their flows. */
body.repair-redesign .prose h1,
body.repair-redesign .collection h1 { font-size: clamp(32px, 4vw, 48px); line-height: 1.12; letter-spacing: -1.5px; }
body.repair-redesign .prose h2 { font-size: 26px; }
body.repair-redesign .breadcrumbs { font-family: inherit; font-size: 12px; }
body.repair-redesign .facts { border-top: 1px solid var(--line); }
body.repair-redesign .source-note { border-radius: 8px; border-left-color: var(--accent); }
body.repair-redesign .repair-tool-grid>a,
body.repair-redesign .repair-options details,
body.repair-redesign .repair-help-note,
body.repair-redesign .repair-entry-help { border-radius: 10px; }
body.repair-redesign .repair-tool-grid>a { border-top-width: 1px; }
body.repair-home .regions { grid-template-columns: .8fr 1.2fr; gap: 40px; padding-block: 35px 42px; }
body.repair-home .regions h2,
body.repair-home .guides-home h2 { font-size: 29px; font-weight: 700; line-height: 1.2; letter-spacing: -.7px; margin-top: 10px; }
body.repair-home .region-links a { font-size: 14px; min-height: 46px; padding-block: 12px; }
body.repair-home .region-links a>span:last-child { font-family: inherit; }
body.repair-home .guides-home { display: grid; grid-template-columns: .8fr 1.2fr; gap: 0 40px; border: 1px solid var(--line); border-radius: 12px; padding: 28px; margin-bottom: 42px; background: #fff; }
body.repair-home .guide-links a { font-size: 16px; font-weight: 600; line-height: 1.5; border-color: var(--line); }
body.repair-home .note { margin-top: 26px; border-left-color: #a9c6b4; font-size: 13px; line-height: 1.7; }
body.repair-home .rv-home { padding: 24px 0; margin-block: 28px; gap: 24px; }
body.repair-home .rv-home h2 { font-size: 27px; }
body.repair-home .rv-home p { font-size: 14px; }

@media (max-width: 1000px) {
  body.repair-redesign .wrap { width: calc(100% - 48px); }
  body.repair-redesign .nav { gap: 16px; }
  body.repair-redesign .nav nav { gap: 4px 16px; font-size: 13px; }
  body.repair-redesign .country { display: none; }
  body.repair-home .repair-hero { gap: 35px; grid-template-columns: minmax(0, 1.25fr) minmax(225px, .8fr); }
  body.repair-home .repair-hero h1 { font-size: 42px; }
  body.repair-home .repair-hero-image { height: 200px; }
  body.repair-redesign .repair-grid .entry.repair-entry { grid-template-columns: 130px minmax(0, 1fr) auto; gap: 0 18px; }
  body.repair-redesign .repair-entry-media img,
  body.repair-redesign .repair-entry-placeholder { min-height: 140px; height: 140px; }
}
@media (max-width: 760px) {
  body.repair-redesign .wrap { width: calc(100% - 32px); }
  body.repair-redesign .nav { min-height: 0; padding-block: 15px 9px; flex-wrap: wrap; gap: 9px; }
  body.repair-redesign .brand { font-size: 24px; }
  body.repair-redesign .brand-symbol { width: 28px; height: 28px; }
  body.repair-redesign .nav nav { width: 100%; justify-content: flex-start; border: 0; padding: 0; column-gap: 20px!important; row-gap: 0; font-size: 12px; }
  body.repair-redesign .nav nav a,
  body.repair-redesign .nav nav a:first-child { min-height: 35px; flex-basis: auto; }
  body.repair-home .repair-hero { padding-block: 28px 24px; gap: 20px; grid-template-columns: minmax(0, 1fr) minmax(125px, .6fr); }
  body.repair-home .repair-hero h1 { font-size: 36px; letter-spacing: -1.3px; margin: 10px 0 13px; }
  body.repair-home .repair-hero p { font-size: 14px; }
  body.repair-home .repair-hero-image { height: 195px; border-radius: 12px; }
  body.repair-home .repair-hero-meta { font-size: 11px; gap: 6px 13px; margin-top: 14px; }
  body.repair-home .repair-search-bar { grid-template-columns: minmax(0, 1fr) minmax(0, .85fr); padding: 8px; gap: 8px 0; }
  body.repair-home .repair-query,
  body.repair-home .repair-location { padding: 5px 10px; }
  body.repair-home .repair-search-bar>.button { grid-column: 1 / -1; min-height: 45px; }
  body.repair-home .repair-search-bar input { font-size: 16px; }
  body.repair-home .repair-quick-filters { gap: 7px; padding-top: 12px; }
  body.repair-home .repair-quick-filters button { min-height: 37px; font-size: 12px; }
  body.repair-home .repair-search-form.filter-form { margin-bottom: 23px; }
  body.repair-home .repair-filter-content { gap: 16px; padding: 17px; }
  body.repair-home .repair-filter-content .filter-actions { grid-column: 1 / -1; justify-content: flex-start; }
  body.repair-home .repair-results-toolbar { gap: 10px 14px; margin-top: 23px; }
  body.repair-home .repair-results-toolbar h2 { font-size: 21px; }
  body.repair-redesign .repair-grid .entry.repair-entry { grid-template-columns: 104px minmax(0, 1fr) 39px; gap: 0 14px; padding: 14px; border-radius: 11px; }
  body.repair-redesign .repair-entry h3 { font-size: 19px; }
  body.repair-redesign .repair-entry-media img,
  body.repair-redesign .repair-entry-placeholder { min-height: 127px; height: 127px; }
  body.repair-redesign .repair-entry p.repair-entry-summary { font-size: 13px; }
  body.repair-redesign .repair-entry .entry-bottom { padding-top: 10px; }
  body.repair-redesign .repair-entry>.save-place,
  body.repair-redesign .repair-entry>.save-entry,
  body.repair-redesign .repair-entry>.repair-save-entry { min-height: 39px; margin: 0; }
  body.repair-home .repair-support { padding: 22px; }
  body.repair-home .repair-bottom-help { flex-direction: column; align-items: flex-start; gap: 17px; padding: 22px; }
  body.repair-home .repair-bottom-help h2 { font-size: 23px; }
  body.repair-home .repair-bottom-help>svg { display: none; }
  body.repair-home .repair-more-grid { grid-template-columns: minmax(0, 1fr); gap: 27px; }
  body.repair-home .regions { grid-template-columns: 1fr; gap: 12px; padding-block: 24px 32px; }
  body.repair-home .regions h2,
  body.repair-home .guides-home h2 { max-width: none; font-size: 27px; }
  body.repair-home .guides-home { display: block; padding: 23px; margin-bottom: 32px; }
  body.repair-home .guides-home h2 { margin-bottom: 20px; }
  body.repair-home .guide-links a { font-size: 16px; }
  body.repair-redesign .prose h1,
  body.repair-redesign .collection h1 { font-size: 35px; letter-spacing: -1px; }
}
@media (max-width: 540px) {
  body.repair-home .repair-hero { grid-template-columns: minmax(0, 1fr); padding-block: 26px 22px; }
  body.repair-home .repair-hero h1 { font-size: 38px; max-width: 17ch; }
  body.repair-home .repair-hero-image { display: none; }
  body.repair-home .repair-hero p { max-width: 44ch; font-size: 15px; }
  body.repair-home .repair-search-bar { grid-template-columns: minmax(0, 1fr); padding: 9px; gap: 0; }
  body.repair-home .repair-query,
  body.repair-home .repair-location { padding: 8px 9px; }
  body.repair-home .repair-location { border-left: 0; border-top: 1px solid var(--line); margin-top: 6px; padding-top: 11px; }
  body.repair-home .repair-search-bar>.button { margin-top: 9px; }
  body.repair-home .repair-quick-filters>span { flex-basis: 100%; }
  body.repair-home .repair-quick-filters button { padding-inline: 10px; }
  body.repair-home .repair-filter-content { grid-template-columns: minmax(0, 1fr); padding: 15px; }
  body.repair-home .repair-filter-selects { grid-template-columns: minmax(0, 1fr); gap: 15px; }
  body.repair-home .repair-filter-content .nearby-controls { grid-template-columns: minmax(0, 1fr); grid-template-areas: "radius-label" "radius" "clear" "help" "status" "method"; padding: 13px; gap: 7px; }
  body.repair-home .repair-filter-content>fieldset:not(.nearby-controls) { grid-template-columns: minmax(0, 1fr); }
  body.repair-home .repair-filter-content .filter-actions { display: grid; grid-template-columns: minmax(0, 1fr); width: 100%; }
  body.repair-redesign .repair-grid .entry.repair-entry { grid-template-columns: 76px minmax(0, 1fr); grid-template-areas: "media main" "footer footer"; gap: 0 12px; padding: 13px; position: relative; }
  body.repair-redesign .repair-entry-main { padding: 0 31px 0 0; }
  body.repair-redesign .repair-entry h3 { font-size: 18px; letter-spacing: -.25px; margin-bottom: 7px; }
  body.repair-redesign .repair-entry .entry-meta { font-size: 11px; margin-bottom: 6px; }
  body.repair-redesign .repair-entry-media img,
  body.repair-redesign .repair-entry-placeholder { min-height: 89px; height: 89px; border-radius: 7px; }
  body.repair-redesign .repair-entry-placeholder { padding: 10px 4px; gap: 7px; }
  body.repair-redesign .repair-entry-placeholder svg { width: 28px; height: 28px; }
  body.repair-redesign .repair-entry-placeholder span { font-size: 9px; }
  body.repair-redesign .repair-entry p.repair-entry-summary { font-size: 13px; line-height: 1.55; margin-bottom: 9px; }
  body.repair-redesign .repair-entry .tag { font-size: 11px; padding: 4px 6px; }
  body.repair-redesign .repair-entry .tags { gap: 4px; }
  body.repair-redesign .repair-entry .repair-entry-cue { font-size: 11px; }
  body.repair-redesign .repair-entry>.save-place,
  body.repair-redesign .repair-entry>.save-entry,
  body.repair-redesign .repair-entry>.repair-save-entry { position: absolute; inset: 8px 8px auto auto; grid-area: auto; min-width: 34px; min-height: 36px; max-width: 36px; padding: 8px; border-color: transparent; font-size: 0; }
  body.repair-redesign .repair-entry>.save-place svg { width: 17px; height: 17px; }
  body.repair-redesign .repair-entry .entry-bottom { margin-top: 12px; padding-top: 9px; border-top: 1px solid #edf0ed; gap: 7px 9px; }
  body.repair-redesign .repair-entry .entry-bottom>span { flex: 1; font-size: 11px; }
  body.repair-redesign .repair-entry .entry-bottom>a { min-height: 36px; padding: 7px 10px; font-size: 11px; }
  body.repair-redesign .repair-entry-media figcaption { font-size: 9px; }
  body.repair-home .repair-support { padding: 20px; }
  body.repair-home .repair-support-links { display: grid; gap: 3px; }
  body.repair-home .repair-support h2 { font-size: 22px; }
  body.repair-home .repair-results-toolbar h2 { font-size: 20px; }
  body.repair-home .directory-pagination { flex-direction: column; align-items: stretch; }
  body.repair-home .directory-pagination .button { width: 100%; }
}
@media (max-width: 360px) {
  body.repair-redesign .wrap { width: calc(100% - 24px); }
  body.repair-redesign .brand { font-size: 22px; }
  body.repair-redesign .nav nav { column-gap: 14px!important; font-size: 11px; }
  body.repair-home .repair-hero h1 { font-size: 33px; }
  body.repair-redesign .repair-grid .entry.repair-entry { grid-template-columns: 58px minmax(0, 1fr); gap: 0 10px; padding: 11px; }
  body.repair-redesign .repair-entry-media img,
  body.repair-redesign .repair-entry-placeholder { min-height: 77px; height: 77px; }
  body.repair-redesign .repair-entry h3 { font-size: 17px; }
  body.repair-redesign .repair-entry-placeholder span { font-size: 8px; }
  body.repair-redesign .repair-entry .entry-bottom { flex-wrap: wrap; }
  body.repair-redesign .repair-entry .entry-bottom>span { flex-basis: 100%; }
  body.repair-redesign .repair-entry .entry-bottom>a { margin-left: auto; }
}
@media (prefers-reduced-motion: reduce) {
  body.repair-redesign .repair-grid .entry.repair-entry { transition: none; }
}
