:root {
  --ink: #191715;
  --muted: #6c655d;
  --line: #d2c7b8;
  --paper: #efebe4;
  --panel: #fffaf4;
  --brand: #8f6742;
  --brand-deep: #1d1915;
  --active-warm: #5f5246;
  --gold: #c09a64;
  --rose: #8b6352;
  --shadow: 0 28px 70px rgba(24, 19, 15, 0.16);
  --soft-shadow: 0 16px 42px rgba(42, 34, 28, 0.08);
  --max: 1160px;
  --font-body: "Noto Sans TC", "Microsoft JhengHei", system-ui, sans-serif;
  --font-display: "Noto Serif TC", "Source Han Serif TC", "Songti TC", "PMingLiU", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.82;
  background:
    linear-gradient(90deg, rgba(25, 23, 21, 0.032) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, #f2eee7 0, var(--paper) 360px, #faf8f4 100%);
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brand); }
.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 20;
  padding: 10px 14px;
  color: #fff;
  background: var(--brand-deep);
}
.skip-link:focus { top: 16px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 250, 243, 0.14);
  background: rgba(29, 25, 21, 0.9);
  box-shadow: 0 1px 0 rgba(255, 250, 243, 0.04), 0 14px 36px rgba(17, 14, 12, 0.18);
  backdrop-filter: blur(20px);
}
.nav {
  width: min(100% - 32px, var(--max));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 12px;
  color: #fffaf3;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
}
.brand-name {
  display: block;
  white-space: nowrap;
}
.brand-mark {
  width: 50px;
  height: 50px;
  display: block;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.2));
}
.brand-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}
.brand-mark__beam {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.brand-mark__plane {
  stroke: rgba(255, 250, 243, 0.2);
  stroke-linejoin: round;
  stroke-width: 1;
}
.brand-mark__plane.plane-a {
  fill: #f6ead8;
  opacity: 0.96;
}
.brand-mark__plane.plane-b {
  fill: #8f6742;
  opacity: 0.95;
}
.brand-mark__plane.plane-c {
  fill: #1d1915;
  opacity: 0.94;
}
.brand-mark__void {
  fill: #2d2721;
  stroke: rgba(246, 234, 216, 0.58);
  stroke-linejoin: round;
  stroke-width: 1.2;
}
.brand-mark__focus-dot {
  fill: #f6ead8;
}
.brand-mark__beam {
  stroke: #f6ead8;
  stroke-width: 1.8;
  opacity: 0.72;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.nav-links a {
  min-height: 38px;
  padding: 7px 12px;
  color: #d8d0c6;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
}
.nav-links a:hover,
.nav-links a.active {
  color: #fffaf3;
  border-color: rgba(255, 250, 243, 0.1);
  background: rgba(255, 250, 243, 0.12);
}
.home-hero {
  min-height: clamp(620px, 84vh, 780px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
  background: #151311;
}
.home-hero__media {
  min-height: 460px;
  background:
    linear-gradient(90deg, rgba(21, 19, 17, 0.06), rgba(21, 19, 17, 0.72)),
    url("hero-product-brand-photography.png") center / cover no-repeat;
  filter: saturate(0.84) contrast(1.08);
}
.home-hero__content {
  position: relative;
  display: grid;
  align-content: center;
  padding: 72px clamp(24px, 5vw, 78px);
  color: #fff;
}
.home-hero__content::before {
  content: "";
  width: 74px;
  height: 2px;
  margin-bottom: 28px;
  background: #f3dfbd;
}
.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
}
.home-hero .eyebrow { color: #f1d1b2; }
h1, h2, h3 {
  margin-top: 0;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}
h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: 64px;
}
h2 {
  margin-bottom: 16px;
  font-size: 38px;
}
h3 {
  margin-bottom: 12px;
  font-size: 24px;
}
p { margin-top: 0; }
.hero-lead {
  max-width: 640px;
  color: #e8ded2;
  font-size: 21px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.button,
.recommended-vendor__actions a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 900;
}
.button.primary {
  color: var(--brand-deep);
  background: #f3dfbd;
  box-shadow: var(--shadow);
}
.button.ghost {
  color: #fffaf3;
  border-color: rgba(243, 223, 189, 0.56);
  background: rgba(255, 250, 243, 0.08);
}
.button.blue,
.button.brand {
  color: #fffaf3;
  background: var(--brand-deep);
}
.section { padding: 72px 0; }
.section.alt { background: rgba(231, 224, 215, 0.72); }
.article-page .section {
  padding: 92px 0;
  background:
    linear-gradient(90deg, rgba(29, 25, 21, 0.92), rgba(70, 61, 52, 0.66)),
    url("hero-product-brand-photography.png") center / cover fixed no-repeat;
}
.wrap {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}
.section-head {
  max-width: 820px;
  margin-bottom: 34px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(23, 21, 19, 0.14);
}
.split {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}
.reader-copy {
  color: #3f494f;
  font-size: 17px;
  line-height: 1.9;
}
.topic-grid,
.article-list,
.brand-grid,
.provider-grid,
.source-grid,
.join-steps {
  display: grid;
  gap: 16px;
}
.topic-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.article-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.brand-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.provider-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.source-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 22px; }
.topic-card,
.article-card,
.brand-card,
.source-card,
.join-steps article {
  display: grid;
  align-content: space-between;
  min-height: 245px;
  padding: 24px;
  border: 1px solid rgba(91, 75, 62, 0.14);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 250, 244, 0.86)),
    var(--panel);
  box-shadow: var(--soft-shadow);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.topic-card {
  align-content: start;
  min-height: 190px;
  gap: 10px;
  padding: 26px;
}
.topic-card h3 {
  margin: 0;
  font-size: 30px;
}
.topic-card p {
  margin: 0;
  color: #53616a;
  font-size: 15px;
  line-height: 1.7;
}
.article-card h3,
.brand-card h3,
.source-card strong {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.35;
}
.topic-card:hover,
.article-card:hover,
.brand-card:hover,
.source-card:hover {
  transform: translateY(-3px);
  border-color: rgba(143, 103, 66, 0.42);
  box-shadow: 0 28px 68px rgba(42, 34, 28, 0.14);
}
.topic-card span,
.article-card span,
.tag,
.source-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fffaf3;
  background: var(--brand-deep);
  font-size: 12px;
  font-weight: 900;
}
.article-card strong,
.text-link {
  color: var(--brand);
  font-weight: 900;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: #f5ece4;
  font-weight: 800;
}
.breadcrumb a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.area-switch {
  margin: 30px 0 26px;
}
.area-switch__regions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}
.area-switch__regions a,
.area-switch__cities a {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(91, 75, 62, 0.16);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 250, 243, 0.7)),
    rgba(255, 250, 243, 0.62);
  color: #3d352d;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 900;
  box-shadow: var(--soft-shadow);
}
.area-switch__regions a.is-active,
.area-switch__cities a.is-active {
  border-color: var(--active-warm);
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.08), rgba(0, 0, 0, 0.12)),
    var(--active-warm);
  color: #fffaf3;
}
.area-switch__regions span,
.area-switch__cities span {
  color: #7a7167;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 900;
}
.area-switch__regions a.is-active span,
.area-switch__cities a.is-active span {
  color: rgba(255, 250, 243, 0.86);
}
.area-switch__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.area-switch__cities a {
  min-width: 178px;
  min-height: 54px;
  justify-content: space-between;
  padding: 10px 20px;
  background: rgba(255, 250, 243, 0.78);
  font-size: 20px;
}
.area-switch__cities a.is-active {
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.14), rgba(91, 75, 62, 0.08)),
    #b39877;
  border-color: #b39877;
}
.city-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 24px;
  margin: 26px 0;
  padding: 24px;
  border: 1px solid rgba(91, 75, 62, 0.14);
  border-radius: 6px;
  background: rgba(255, 250, 244, 0.88);
  box-shadow: var(--soft-shadow);
}
.city-overview h2 {
  margin-bottom: 8px;
  font-size: 34px;
}
.directory-note {
  margin: 0 0 26px;
  padding: 14px 16px;
  border-left: 4px solid var(--brand);
  background: rgba(237, 231, 223, 0.78);
}
.directory-note p {
  margin: 0;
  color: #52605a;
  font-weight: 800;
}
.provider-region {
  margin-top: 42px;
}
.provider-region__head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.provider-region__head h2 {
  margin-bottom: 8px;
  font-size: 36px;
}
.provider-region__head p:not(.section-kicker) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}
.district-filter {
  display: grid;
  gap: 14px;
  margin: 8px 0 28px;
  padding: 18px;
  border: 1px solid rgba(91, 75, 62, 0.14);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.94), rgba(244, 238, 229, 0.82)),
    #fffaf3;
}
.district-filter__head h3 {
  margin: 2px 0 0;
  font-size: 22px;
}
.district-filter__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.district-filter__buttons button,
.district-filter__buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 9px 15px;
  border: 1px solid rgba(91, 75, 62, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(42, 34, 28, 0.06);
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.district-filter__buttons button:hover,
.district-filter__buttons a:hover {
  transform: translateY(-1px);
  border-color: rgba(91, 75, 62, 0.34);
}
.district-filter__buttons button.is-active,
.district-filter__buttons a.is-active {
  border-color: var(--brand-deep);
  background: var(--brand-deep);
  color: #fffaf3;
}
.district-filter__buttons span {
  color: inherit;
  opacity: 0.74;
  font-size: 14px;
}
.provider-region__head > strong,
.county-block__head span {
  display: inline-flex;
  width: fit-content;
  white-space: nowrap;
  padding: 5px 12px;
  border-radius: 999px;
  color: #fffaf3;
  background: var(--brand-deep);
  font-weight: 900;
}
.county-block {
  margin-top: 24px;
}
.county-block[hidden] {
  display: none;
}
.county-block__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.county-block__head h3 {
  margin: 0;
  font-size: 28px;
}
.county-block__head h3 a,
.county-block__head span a {
  color: var(--brand);
  font-weight: 900;
}
.provider-card {
  min-height: 288px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(91, 75, 62, 0.14);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 250, 244, 0.9)),
    #fffaf3;
  box-shadow: var(--soft-shadow);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.provider-card:hover {
  transform: translateY(-3px);
  border-color: rgba(143, 103, 66, 0.36);
  box-shadow: 0 28px 68px rgba(42, 34, 28, 0.14);
}
.provider-card__county {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fffaf3;
  background: var(--brand-deep);
  font-size: 14px;
  font-weight: 900;
}
.provider-card h4 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.35;
}
.provider-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.provider-card__info {
  display: grid;
  gap: 8px;
}
.provider-card__info a {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 10px 12px;
  border: 1px solid rgba(91, 75, 62, 0.12);
  border-radius: 6px;
  background: rgba(248, 242, 234, 0.72);
}
.provider-card__info strong {
  color: var(--brand);
  font-size: 14px;
}
.provider-card__info span {
  overflow-wrap: anywhere;
  color: #344250;
  font-size: 14px;
  font-weight: 800;
}
.featured-vendor-section {
  position: relative;
  margin-top: 34px;
  padding: 34px;
  border: 1px solid rgba(143, 103, 66, 0.34);
  border-top: 7px solid var(--brand);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(241, 234, 224, 0.94)),
    #f6efe6;
  box-shadow: 0 28px 78px rgba(42, 34, 28, 0.16);
}
.featured-vendor-section .section-head {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(143, 103, 66, 0.2);
}
.featured-vendor-section .section-head h2 {
  font-size: 38px;
}
.featured-vendor-section .section-head p:last-child {
  max-width: 820px;
  color: var(--muted);
}
.featured-vendor-section .recommended-vendor {
  margin: 0 0 18px;
}
.recommended-vendor__join--inline {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(91, 75, 62, 0.14);
}
.featured-vendor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.featured-provider-card {
  min-height: 286px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(143, 103, 66, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 244, 0.98)),
    #fffaf3;
  box-shadow: 0 18px 48px rgba(42, 34, 28, 0.12);
}
.featured-provider-card__label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fffaf3;
  background: var(--brand);
  font-size: 13px;
  font-weight: 900;
}
.featured-provider-card h2,
.featured-provider-card h3,
.featured-provider-card h4 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  line-height: 1.35;
}
.featured-provider-card h2,
.featured-provider-card h3 {
  font-size: 28px;
}
.featured-provider-card h4 {
  font-size: 24px;
}
.featured-provider-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}
.district-featured-vendors {
  margin: 12px 0 16px;
  padding: 16px;
  border: 1px solid rgba(143, 103, 66, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.68);
}
.district-featured-vendors__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.district-featured-vendors__head span {
  color: var(--brand);
  font-weight: 900;
}
.district-featured-vendors__head strong {
  color: #6b756f;
  font-size: 14px;
}
.featured-vendor-grid--district {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.featured-provider-card--compact {
  min-height: 246px;
  padding: 18px;
}
.city-provider-region {
  margin-top: 32px;
}
.city-faq {
  display: grid;
  gap: 14px;
  margin-top: 48px;
}
.city-faq article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffaf3;
}
.city-faq h3 {
  font-size: 21px;
}
.city-faq p {
  margin: 0;
  color: #53616a;
}
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(24, 20, 17, 0.96), rgba(35, 30, 26, 0.76)),
    url("hero-product-brand-photography.png") center / cover no-repeat;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.035) 1px, transparent 1px) 0 0 / 64px 100%,
    linear-gradient(180deg, rgba(255, 250, 243, 0.08), transparent 38%, rgba(0, 0, 0, 0.12));
}
.page-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}
.page-hero p {
  max-width: 760px;
  color: #f5ece4;
  font-size: 20px;
  line-height: 1.86;
}
.article-shell {
  position: relative;
  overflow: hidden;
  width: min(100% - 32px, 960px);
  margin: 0 auto;
  padding: 0 58px 58px;
  border: 1px solid rgba(91, 75, 62, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 250, 244, 0.96)),
    #fffaf3;
  box-shadow: 0 34px 88px rgba(34, 27, 22, 0.17);
}
.article-shell::before {
  content: "";
  display: block;
  height: 260px;
  margin: 0 -58px 46px;
  border-bottom: 1px solid rgba(255, 250, 243, 0.18);
  background:
    linear-gradient(90deg, rgba(25, 21, 18, 0.12), rgba(25, 21, 18, 0.76)),
    url("hero-product-brand-photography.png") center 45% / cover no-repeat;
}
.article-shell > h1 {
  max-width: 820px;
  font-size: 48px;
}
.article-meta {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  color: #fffaf3;
  background: var(--brand);
  font-weight: 900;
}
.article-body {
  color: #37322d;
  font-size: 18px;
  line-height: 2;
}
.article-body h2 {
  margin-top: 34px;
  padding-top: 6px;
  font-size: 31px;
  border-top: 1px solid rgba(91, 75, 62, 0.1);
}
.refs {
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.refs li {
  margin-bottom: 12px;
  color: #4f565a;
  font-size: 15px;
}
.recommended-vendor,
.join-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.42fr);
  gap: 22px;
  align-items: center;
  margin-top: 38px;
  padding: 24px;
  border: 1px solid rgba(122, 79, 63, 0.2);
  border-left: 6px solid var(--brand);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.44), rgba(242, 234, 223, 0.88)),
    #f2eadf;
  box-shadow: var(--soft-shadow);
}
.article-repair-cta {
  display: grid;
  gap: 18px;
  margin-top: 38px;
}
.recommended-vendor {
  grid-template-areas:
    "copy actions"
    "join join";
}
.recommended-vendor > div:first-child {
  grid-area: copy;
}
.recommended-vendor__actions {
  grid-area: actions;
}
.recommended-vendor__join {
  grid-area: join;
}
.article-repair-cta__join,
.recommended-vendor__join {
  align-self: end;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(91, 75, 62, 0.14);
  text-align: right;
}
.article-repair-cta__join p,
.recommended-vendor__join p {
  margin: 0;
  max-width: 620px;
  color: #4f565a;
  font-weight: 900;
  white-space: nowrap;
}
.article-repair-cta__join a,
.recommended-vendor__join a {
  min-width: max-content;
  padding: 11px 16px;
  border-radius: 999px;
  color: #fffaf3;
  background: var(--brand-deep);
  font-weight: 900;
}
.recommended-vendor__label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fffaf3;
  background: var(--brand-deep);
  font-size: 13px;
  font-weight: 900;
}
.recommended-vendor h2,
.join-panel h2 {
  margin: 0 0 8px;
  font-size: 32px;
}
.recommended-vendor p,
.join-panel p {
  color: var(--muted);
}
.recommended-vendor__actions {
  display: grid;
  gap: 8px;
}
.join-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.join-minor-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
}
.join-minor-links a {
  color: #6b756f;
  border-bottom: 1px solid rgba(91, 75, 62, 0.18);
  font-weight: 900;
}
.join-minor-links a:hover {
  color: var(--brand);
  border-color: var(--brand);
}
.button.ghost-light {
  color: var(--brand-deep);
  border-color: rgba(91, 75, 62, 0.18);
  background: rgba(255, 250, 243, 0.74);
}
.join-section {
  margin-top: 58px;
}
.join-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.join-feature-grid article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(91, 75, 62, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 250, 244, 0.92)),
    #fffaf3;
  box-shadow: var(--soft-shadow);
}
.join-feature-grid h3 {
  font-size: 27px;
}
.join-feature-grid p {
  margin: 0;
  color: #53616a;
  font-size: 17px;
  line-height: 1.9;
}
.recommended-vendor__actions a {
  justify-content: space-between;
  color: var(--brand-deep);
  border-color: var(--line);
  background: #fffaf3;
}
.recommended-vendor__actions a.primary {
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
}
.recommended-vendor__actions a:hover {
  color: #fff;
  border-color: var(--brand-deep);
  background: var(--brand-deep);
}
.join-panel aside {
  padding: 22px;
  color: #fffaf3;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--brand-deep), #2b2722);
}
.join-panel aside strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.35;
}
.join-panel aside p { color: #f5ece4; }
.join-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}
.join-steps span {
  color: var(--brand);
  font-size: 26px;
  font-weight: 900;
}
.contact-strip {
  min-height: 82px;
  margin: 28px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 16px 20px;
  border-radius: 6px;
  background: #ede7df;
  text-align: right;
}
.contact-strip p {
  justify-self: end;
  margin: 0;
  max-width: 520px;
  color: #52605a;
  font-weight: 900;
}
.contact-strip a {
  justify-self: end;
  padding: 12px 18px;
  color: var(--brand-deep);
  border-radius: 999px;
  background: #f3dfbd;
  font-weight: 900;
}
.site-footer {
  border-top: 1px solid rgba(222, 216, 208, 0.88);
  color: #fffaf3;
  background: #171513;
}
.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  gap: 42px;
  padding: 44px 0;
}
.footer-brand h2 { font-size: 28px; }
.footer-brand p { color: #d4cabd; }
.footer-link-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.footer-link-group h3 {
  margin-bottom: 12px;
  color: #fffaf3;
  font-size: 17px;
}
.footer-link-group a {
  display: block;
  margin-bottom: 8px;
  color: #d4cabd;
  font-weight: 700;
}
.footer-credit {
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.footer-credit p { margin: 0; color: #d4cabd; }
.footer-credit a { color: #fffaf3; font-weight: 900; }
@media (max-width: 980px) {
  .home-hero,
  .split,
  .city-overview,
  .recommended-vendor,
  .join-panel,
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .topic-grid,
  .article-list,
  .brand-grid,
  .provider-grid,
  .featured-vendor-grid,
  .source-grid,
  .join-feature-grid,
  .join-steps,
  .footer-link-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .recommended-vendor {
    grid-template-areas:
      "copy"
      "actions"
      "join";
  }
  .area-switch__regions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  h1 { font-size: 50px; }
  h2 { font-size: 34px; }
  .article-shell { padding: 0 40px 40px; }
  .article-shell::before {
    height: 220px;
    margin: 0 -40px 38px;
  }
  .article-shell > h1 { font-size: 42px; }
}
@media (max-width: 640px) {
  .nav { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .home-hero { grid-template-columns: 1fr; }
  .home-hero__media { min-height: 320px; }
  .topic-grid,
  .article-list,
  .brand-grid,
  .provider-grid,
  .featured-vendor-grid,
  .source-grid,
  .join-feature-grid,
  .join-steps,
  .footer-link-groups {
    grid-template-columns: 1fr;
  }
  .article-repair-cta__join,
  .recommended-vendor__join {
    align-items: center;
    justify-content: flex-end;
  }
  .article-repair-cta__join a,
  .recommended-vendor__join a {
    flex: 0 0 auto;
    text-align: center;
  }
  h1 { font-size: 38px; }
  h2 { font-size: 29px; }
  h3 { font-size: 22px; }
  .hero-lead,
  .page-hero p {
    font-size: 18px;
  }
  .topic-card h3 {
    font-size: 27px;
  }
  .article-shell {
    width: min(100% - 20px, 960px);
    padding: 0 20px 28px;
  }
  .article-page .section {
    padding: 54px 0;
    background:
      linear-gradient(90deg, rgba(29, 25, 21, 0.94), rgba(70, 61, 52, 0.7)),
      url("hero-product-brand-photography.png") center / cover no-repeat;
  }
  .article-shell::before {
    height: 176px;
    margin: 0 -20px 28px;
  }
  .article-shell > h1 {
    font-size: 34px;
  }
  .article-body {
    font-size: 17px;
  }
  .area-switch__regions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
  }
  .area-switch__regions a,
  .area-switch__cities a {
    flex: 1 1 calc(50% - 10px);
    min-height: 44px;
    width: auto;
    min-width: 0;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 17px;
  }
  .area-switch__cities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
  }
  .area-switch__cities a {
    flex: 1 1 calc(50% - 10px);
    justify-content: space-between;
  }
  .district-filter {
    gap: 10px;
    margin: 6px 0 18px;
    padding: 12px;
  }
  .district-filter__head .section-kicker {
    margin-bottom: 2px;
  }
  .district-filter__head h3 {
    font-size: 18px;
  }
  .district-filter__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
  }
  .district-filter__buttons button,
  .district-filter__buttons a {
    flex: 1 1 calc(33.333% - 8px);
    min-height: 40px;
    min-width: 86px;
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 15px;
    white-space: nowrap;
  }
  .contact-strip { grid-template-columns: minmax(0, 1fr) auto; }
  .provider-region__head,
  .county-block__head {
    align-items: flex-start;
    flex-direction: column;
  }
  .provider-card__info a {
    grid-template-columns: 1fr;
  }
}
