/* Generated design: clinic | profile: breradent-berlin | build: 697b5d6850d0 */
:root {
  --paper: #f4f9fb;
  --ink: #17324d;
  --muted: #607786;
  --accent: #168c9e;
  --accent-dark: #0e6675;
  --card: #ffffff;
  --line: #d6e5ea;
  --positive: #247a5a;
}

/* Shared responsive foundation. A variant file is appended during site generation. */
:root {
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 26px;
  --shadow-sm: 0 1px 2px rgb(16 43 58 / 0.06), 0 8px 24px rgb(16 43 58 / 0.05);
  --shadow-lg: 0 24px 70px rgb(16 43 58 / 0.13);
  --content-width: 1200px;
  --heading-font: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  --body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --surface-soft: color-mix(in srgb, var(--accent) 7%, var(--card));
  --surface-strong: color-mix(in srgb, var(--ink) 94%, var(--accent));
  --focus: color-mix(in srgb, var(--accent) 40%, transparent);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--accent); color: #fff; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, select, input { font: inherit; }
button, a, select, input, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.shell { width: min(var(--content-width), calc(100% - 48px)); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 82%, transparent);
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  backdrop-filter: blur(18px) saturate(150%);
}
.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -0.035em;
}
.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: var(--radius-sm);
  background: var(--accent);
  box-shadow: 0 7px 18px color-mix(in srgb, var(--accent) 25%, transparent);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.site-header nav { display: flex; align-items: center; gap: 8px; }
.site-header nav a {
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
  transition: color 160ms ease, background 160ms ease;
}
.site-header nav a:hover { background: var(--surface-soft); color: var(--accent-dark); }

/* Hero */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 9vw, 118px) 0 clamp(68px, 8vw, 104px);
  background: var(--surface-strong);
  color: #fff;
}
.hero::before, .hero::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.hero::before {
  width: 540px;
  height: 540px;
  top: -330px;
  right: -80px;
  border: 86px solid color-mix(in srgb, var(--accent) 34%, transparent);
}
.hero::after {
  width: 330px;
  height: 330px;
  right: 23%;
  bottom: -270px;
  background: color-mix(in srgb, var(--accent) 28%, transparent);
  filter: blur(2px);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: clamp(40px, 7vw, 96px);
}
.eyebrow {
  display: block;
  margin: 0 0 11px;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.hero .eyebrow { color: color-mix(in srgb, var(--accent) 45%, #fff); }
.hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(44px, 7vw, 84px);
  font-weight: 740;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}
.hero p {
  max-width: 690px;
  margin: 27px 0 0;
  color: rgb(255 255 255 / 0.72);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.62;
}
.hero-stats {
  display: grid;
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: var(--radius-md);
  background: rgb(255 255 255 / 0.12);
  box-shadow: var(--shadow-lg);
}
.hero-stats div { padding: 19px 23px; background: rgb(4 25 39 / 0.42); }
.hero-stats dt { font-size: 31px; font-weight: 850; letter-spacing: -0.045em; line-height: 1; }
.hero-stats dd { margin: 6px 0 0; color: rgb(255 255 255 / 0.63); font-size: 12px; font-weight: 650; }

/* Sections and headings */
.home-sections, .entity-sections { display: flex; flex-direction: column; }
.section { padding: 72px 0; }
.section + .section { padding-top: 10px; }
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 29px;
}
.section-heading h2, .page-heading h1, .content-section h2, .panel h2 {
  margin: 0;
  font-family: var(--heading-font);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.1;
}
.section-heading h2 { font-size: clamp(30px, 4vw, 42px); }
.section-heading p { max-width: 430px; margin: 0; color: var(--muted); }
.section-link { color: var(--accent-dark); font-size: 14px; font-weight: 820; }
.section-link:hover { color: var(--accent); }
.page-heading { max-width: 870px; padding: 41px 0 31px; }
.page-heading h1 { font-size: clamp(39px, 6vw, 68px); text-wrap: balance; }
.page-heading p { max-width: 700px; margin: 15px 0 0; color: var(--muted); font-size: 18px; }

/* District and taxonomy navigation */
.city-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.city-link {
  position: relative;
  display: flex;
  min-height: 112px;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--card);
  box-shadow: var(--shadow-sm);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.city-link::after {
  position: absolute;
  width: 72px;
  height: 72px;
  right: -38px;
  bottom: -38px;
  border-radius: 50%;
  background: var(--surface-soft);
  content: "";
}
.city-link:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: var(--shadow-lg); }
.city-link strong { font-size: 18px; letter-spacing: -0.02em; }
.city-link span { position: relative; z-index: 1; color: var(--muted); font-size: 13px; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pill {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
  color: var(--ink);
  font-size: 13px;
  font-weight: 680;
}
.pill small {
  display: grid;
  min-width: 23px;
  height: 23px;
  padding: 0 5px;
  place-items: center;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 11px;
}
a.pill { transition: border-color 160ms ease, color 160ms ease, transform 160ms ease; }
a.pill:hover { transform: translateY(-1px); border-color: var(--accent); color: var(--accent-dark); }
.pill.small { min-height: 28px; padding: 4px 8px; font-size: 11px; font-weight: 650; }
.taxonomy-links { margin-bottom: 28px; }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--card);
  box-shadow: var(--shadow-sm);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.card:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--accent) 50%, var(--line)); box-shadow: var(--shadow-lg); }
.card-photo { display: block; height: 188px; overflow: hidden; background: var(--surface-soft); }
.card-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.card:hover .card-photo img { transform: scale(1.045); }
.photo-placeholder, .entity-photo > span {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background: linear-gradient(145deg, var(--surface-soft), color-mix(in srgb, var(--accent) 14%, var(--card)));
  color: color-mix(in srgb, var(--accent) 65%, var(--ink));
  font-family: var(--heading-font);
  font-size: 46px;
  font-weight: 800;
}
.card-body { padding: 18px; }
.card-meta { display: flex; min-height: 20px; justify-content: space-between; gap: 9px; color: var(--muted); font-size: 11px; }
.rating { color: #a85d00; font-weight: 850; }
.card h3 { margin: 9px 0 6px; font-size: 17px; letter-spacing: -0.018em; line-height: 1.28; }
.card h3 a:hover { color: var(--accent-dark); }
.card p { min-height: 42px; margin: 0 0 12px; color: var(--muted); font-size: 13px; line-height: 1.48; }
.card .card-taxonomies { min-height: 20px; margin-bottom: 6px; color: var(--accent-dark); font-size: 12px; font-weight: 760; }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.card-features { margin-top: 13px; }
.distance { color: var(--muted); font-size: 11px; white-space: nowrap; }
.status { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 760; }
.status::before { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: #929ba1; content: ""; }
.status-open { color: var(--positive); }
.status-open::before { background: var(--positive); box-shadow: 0 0 0 3px color-mix(in srgb, var(--positive) 15%, transparent); }
.status-closed { color: #a13f43; }
.status-closed::before { background: #a13f43; }
.status-unknown { color: var(--muted); }

/* Filters */
.filters {
  display: grid;
  grid-template-columns: 185px 180px minmax(260px, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin: 25px 0 31px;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--card);
  box-shadow: var(--shadow-sm);
}
.filters-with-city { grid-template-columns: 160px 190px 170px minmax(240px, 1fr) auto; }
.filter-title { align-self: center; font-size: 14px; font-weight: 850; }
.filters label, .filters legend { color: var(--ink); font-size: 12px; font-weight: 760; }
.filters select {
  width: 100%;
  height: 42px;
  margin-top: 6px;
  padding: 0 34px 0 11px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  outline: none;
  background: var(--paper);
  color: var(--ink);
}
.filters select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--focus); }
.filters fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.checks { display: flex; max-height: 76px; overflow: auto; flex-wrap: wrap; gap: 6px 13px; margin-top: 6px; scrollbar-width: thin; }
.checks label { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-weight: 580; }
.checks input { width: 15px; height: 15px; margin: 0; accent-color: var(--accent); }
.filter-actions { display: flex; align-items: center; gap: 12px; }
.filters button, .button {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: var(--accent);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--accent) 18%, transparent);
  color: #fff;
  font-size: 13px;
  font-weight: 820;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.filters button:hover, .button:hover { transform: translateY(-1px); background: var(--accent-dark); box-shadow: none; }
.filter-actions a { color: var(--muted); font-size: 12px; }
.filter-actions a:hover { color: var(--accent-dark); }

/* Pagination and empty states */
.pagination { display: flex; align-items: center; justify-content: center; gap: 22px; padding: 44px 0 76px; }
.pagination a { padding: 9px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--card); font-size: 13px; font-weight: 720; }
.pagination a:hover { border-color: var(--accent); color: var(--accent-dark); }
.pagination span { color: var(--muted); font-size: 12px; }
.empty { margin: 32px 0 76px; padding: 65px 28px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius-md); }
.empty h2 { margin: 0 0 8px; }
.empty p { margin: 0; color: var(--muted); }

/* Breadcrumbs and directory overview */
.breadcrumbs { display: flex; overflow: hidden; flex-wrap: wrap; gap: 8px; padding: 27px 0 5px; color: var(--muted); font-size: 12px; }
.breadcrumbs a:hover { color: var(--accent-dark); }
.directory-description {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  margin: 0 0 65px;
  padding: 27px 29px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--card) 60%, var(--surface-soft));
  box-shadow: var(--shadow-sm);
}
.directory-description p { margin: 0; color: color-mix(in srgb, var(--ink) 78%, var(--muted)); }
.directory-cities { padding-bottom: 76px; }
.city-grid-all .city-link { min-height: 92px; }

/* Entity page */
.entity-page { max-width: 1120px; }
.entity-hero { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: clamp(36px, 6vw, 68px); padding: 34px 0 58px; }
.entity-photo {
  display: grid;
  min-height: 430px;
  overflow: hidden;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-soft);
  box-shadow: var(--shadow-lg);
}
.entity-photo img { width: 100%; height: 100%; object-fit: cover; }
.entity-photo > span { font-size: 76px; }
.entity-intro { align-self: center; }
.entity-taxonomies { margin-bottom: 17px; }
.entity-intro h1 { margin: 16px 0 13px; font-family: var(--heading-font); font-size: clamp(39px, 5vw, 63px); letter-spacing: -0.05em; line-height: 1; text-wrap: balance; }
.lead-rating { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.lead-rating strong { color: #985500; font-size: 21px; }
.lead-rating span { color: var(--muted); font-size: 13px; }
.hero-address { margin: 18px 0 12px; color: var(--muted); font-size: 16px; }
.entity-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.button-secondary { border-color: var(--line); background: var(--card); box-shadow: none; color: var(--ink); }
.button-secondary:hover { border-color: var(--accent); background: var(--surface-soft); color: var(--accent-dark); }
.content-section {
  margin: 18px 0;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--card);
  box-shadow: var(--shadow-sm);
}
.content-section h2 { margin: 0 0 17px; font-size: clamp(26px, 3vw, 33px); }
.content-section > p { max-width: 880px; margin: 0 0 22px; color: color-mix(in srgb, var(--ink) 78%, var(--muted)); }
.content-section > p:last-child { margin-bottom: 0; }
.content-lead { font-size: 17px; line-height: 1.72; }
.summary-panel { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(135deg, var(--card) 55%, var(--surface-soft)); }
.summary-panel::after {
  position: absolute;
  z-index: -1;
  width: 210px;
  height: 210px;
  right: -65px;
  bottom: -100px;
  border: 40px solid color-mix(in srgb, var(--accent) 8%, transparent);
  border-radius: 50%;
  content: "";
}
.highlights { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.highlights span { padding: 7px 11px; border: 1px solid color-mix(in srgb, var(--accent) 18%, var(--line)); border-radius: 999px; background: color-mix(in srgb, var(--card) 84%, transparent); font-size: 12px; font-weight: 720; }
.content-columns { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr); gap: 18px; }
.content-columns .content-section { margin: 0; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.data-table { width: 100%; border-collapse: collapse; background: var(--card); font-size: 13px; }
.data-table th, .data-table td { padding: 12px 14px; border-bottom: 1px solid color-mix(in srgb, var(--line) 75%, transparent); text-align: left; vertical-align: top; }
.data-table tr:last-child th, .data-table tr:last-child td { border-bottom: 0; }
.data-table thead th { background: var(--surface-soft); color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.data-table tbody th { width: 25%; color: var(--muted); font-size: 12px; font-weight: 740; }
.data-table a { color: var(--accent-dark); text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--accent) 30%, transparent); text-underline-offset: 3px; }
.confirmed { display: inline-flex; padding: 3px 8px; border-radius: 999px; background: color-mix(in srgb, var(--positive) 10%, var(--card)); color: var(--positive); font-size: 11px; font-weight: 820; }
.hours-table tbody th { width: 40%; }
.muted { color: var(--muted); }
.taxonomy-panel .pills { margin-top: 20px; }
.rating-panel { border-left: 4px solid #d69a3b; }
.comparison-panel { border-left: 4px solid var(--positive); background: color-mix(in srgb, var(--positive) 4%, var(--card)); }
.related-section { padding-top: 62px; }
.related-section .section-heading { margin-bottom: 8px; }
.section-intro { max-width: 760px; margin: 0 0 26px; color: var(--muted); }
.related-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.related-cards .card-photo { height: 160px; }
.faq-list { display: grid; gap: 9px; }
.faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--card); }
.faq-list summary { padding: 16px 45px 16px 17px; font-weight: 760; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { float: right; margin-right: -27px; color: var(--accent); content: "+"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 17px 17px; color: var(--muted); }

/* Footer and errors */
.not-found { padding: 110px 0 150px; text-align: center; }
.error-code { color: var(--accent); font-family: var(--heading-font); font-size: 100px; font-weight: 800; line-height: 1; }
.not-found h1 { margin: 12px 0; font-family: var(--heading-font); font-size: 43px; line-height: 1.05; }
.not-found p { margin: 0 0 30px; color: var(--muted); }
.site-footer { margin-top: 70px; padding: 34px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.site-footer .shell { display: flex; justify-content: space-between; gap: 24px; }
.site-footer strong { color: var(--ink); }

/* Default content order; individual variants can rearrange it. */
.section-summary { order: 1; }
.section-features { order: 2; }
.section-details { order: 3; }
.section-taxonomy { order: 4; }
.section-rating { order: 5; }
.section-comparison { order: 6; }
.section-similar { order: 7; }
.section-faq { order: 8; }
.home-cities { order: 1; }
.home-specialties { order: 2; }
.home-featured { order: 3; }

@media (max-width: 1050px) {
  .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .city-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .filters, .filters-with-city { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter-title, .filters fieldset { grid-column: 1 / -1; }
  .filter-actions { justify-content: flex-end; }
}

@media (max-width: 780px) {
  .shell { width: min(var(--content-width), calc(100% - 32px)); }
  .header-inner { min-height: 66px; }
  .hero-grid, .entity-hero, .content-columns, .directory-description { grid-template-columns: 1fr; }
  .hero-grid { gap: 42px; }
  .hero-stats { grid-template-columns: repeat(3, 1fr); }
  .hero-stats div { padding: 16px; }
  .cards, .related-cards, .city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .entity-photo { min-height: 360px; }
  .section-heading { align-items: start; flex-direction: column; gap: 12px; }
  .directory-description { gap: 14px; }
}

@media (max-width: 560px) {
  .shell { width: min(var(--content-width), calc(100% - 24px)); }
  .brand { font-size: 18px; }
  .brand-mark { width: 34px; height: 34px; flex-basis: 34px; }
  .site-header nav { gap: 2px; }
  .site-header nav a { padding: 8px; font-size: 12px; }
  .hero { padding: 60px 0 55px; }
  .hero h1 { font-size: clamp(39px, 13vw, 58px); }
  .hero-stats { grid-template-columns: 1fr; }
  .section { padding: 52px 0; }
  .cards, .related-cards, .city-grid { grid-template-columns: 1fr; }
  .card-photo { height: 210px; }
  .filters, .filters-with-city { grid-template-columns: 1fr; padding: 17px; }
  .filter-title, .filters fieldset { grid-column: auto; }
  .filter-actions { justify-content: flex-start; }
  .entity-hero { gap: 28px; padding-top: 23px; }
  .entity-photo { min-height: 280px; border-radius: var(--radius-md); }
  .entity-actions .button { flex: 1 1 145px; }
  .content-section { padding: 23px 17px; }
  .data-table th, .data-table td { padding: 10px; }
  .details > div, .hours > div { grid-template-columns: 100px 1fr; }
  .pagination { gap: 10px; }
  .pagination a { padding-inline: 10px; }
  .site-footer .shell { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* Clinic: calm, bright and trustworthy. */
:root {
  --heading-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius-sm: 11px;
  --radius-md: 18px;
  --radius-lg: 30px;
  --shadow-sm: 0 1px 2px rgb(20 72 91 / 0.04), 0 12px 34px rgb(20 72 91 / 0.07);
  --shadow-lg: 0 28px 80px rgb(20 72 91 / 0.14);
}
.design-clinic .site-header { background: color-mix(in srgb, var(--card) 92%, transparent); }
.design-clinic .brand-mark { border-radius: 50% 50% 42% 58%; }
.design-clinic .hero {
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 14%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 30%),
    linear-gradient(145deg, var(--card), color-mix(in srgb, var(--accent) 7%, var(--paper)));
  color: var(--ink);
}
.design-clinic .hero::before { border-color: color-mix(in srgb, var(--accent) 12%, transparent); }
.design-clinic .hero::after { background: color-mix(in srgb, var(--accent) 10%, transparent); }
.design-clinic .hero .eyebrow { color: var(--accent-dark); }
.design-clinic .hero h1 { max-width: 850px; font-weight: 790; letter-spacing: -0.065em; }
.design-clinic .hero p { color: var(--muted); }
.design-clinic .hero-stats { border-color: var(--line); background: var(--line); box-shadow: var(--shadow-sm); }
.design-clinic .hero-stats div { background: color-mix(in srgb, var(--card) 92%, var(--paper)); }
.design-clinic .hero-stats dt { color: var(--accent-dark); }
.design-clinic .hero-stats dd { color: var(--muted); }
.design-clinic .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.design-clinic .card-photo { height: 205px; }
.design-clinic .card { border-color: color-mix(in srgb, var(--accent) 12%, var(--line)); }
.design-clinic .content-section { border-color: color-mix(in srgb, var(--accent) 12%, var(--line)); }
.design-clinic .entity-photo { border-color: color-mix(in srgb, var(--accent) 22%, var(--line)); }
.design-clinic .summary-panel { background: linear-gradient(130deg, var(--card) 50%, color-mix(in srgb, var(--accent) 8%, var(--card))); }
@media (max-width: 900px) { .design-clinic .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .design-clinic .cards { grid-template-columns: 1fr; } }
