/*
Theme Name: Zahnspange Horn
Theme URI: https://www.zahnspange-horn.at/
Author: Ordination Dr. Dietmar Zuran
Description: Schlankes, mobiles Block-Theme für die Ordination für Kieferorthopädie in Horn.
Version: 1.0.51
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: zahnspange-horn
*/

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("assets/fonts/source-sans-3-latin-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/cabin-latin-700.woff2") format("woff2");
}

:root {
  --zh-orange: #f6a72b;
  --zh-orange-dark: #d97d0b;
  --zh-ink: #29343b;
  --zh-grey: #73777b;
  --zh-cream: #fff8ed;
  --zh-sand: #f3eadc;
  --zh-white: #ffffff;
  --zh-green: #58766c;
  --zh-font-body: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --zh-font-heading: "Cabin", "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --zh-shadow: 0 18px 50px rgba(41, 52, 59, 0.10);
  --zh-radius: 24px;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  color: var(--zh-ink);
  background: var(--zh-white);
  font-family: var(--zh-font-body);
  font-size: 17px;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

:where(h1, h2, h3, h4, h5, h6, .wp-block-heading) {
  font-family: var(--zh-font-heading);
  font-weight: 700;
}

a {
  text-underline-offset: 0.18em;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  background: var(--zh-white);
  border-bottom: 1px solid rgba(41, 52, 59, 0.08);
  backdrop-filter: blur(14px);
}

.admin-bar .site-header {
  top: 32px;
}

.admin-bar .zh-mobile-layer {
  top: 32px;
}

.site-header__inner {
  min-height: 72px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-link img {
  display: block;
  width: min(220px, 39vw);
  height: auto;
}

.zh-main {
  padding-top: 72px;
}

.site-header .wp-block-navigation {
  font-size: 0.96rem;
  font-weight: 650;
}

.site-header .wp-block-navigation-item__content {
  text-decoration: none;
}

.site-header .wp-block-navigation-item__content:hover,
.site-header .wp-block-navigation-item__content:focus-visible {
  color: var(--zh-orange-dark);
}

.site-header .mobile-booking-link {
  display: none !important;
}

.zh-quick-actions {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 45;
  display: grid;
  justify-items: end;
  gap: 0.6rem;
  margin: 0;
}

.zh-quick-action {
  position: relative;
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  color: var(--zh-ink);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(41, 52, 59, 0.10);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(41, 52, 59, 0.14);
  text-decoration: none;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease;
}

.zh-quick-action svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.zh-quick-action > span {
  position: absolute;
  right: calc(100% + 0.65rem);
  width: max-content;
  max-width: 13rem;
  padding: 0.5rem 0.72rem;
  color: var(--zh-white);
  background: var(--zh-ink);
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transform: translateX(0.35rem);
  transition: opacity 160ms ease, transform 160ms ease;
}

.zh-quick-action:hover,
.zh-quick-action:focus-visible {
  color: var(--zh-white);
  background: var(--zh-orange-dark);
  transform: translateY(-2px);
}

.zh-quick-action--whatsapp {
  color: #168b50;
}

.zh-quick-action--booking {
  color: var(--zh-orange-dark);
}

.zh-quick-action:hover > span,
.zh-quick-action:focus-visible > span {
  opacity: 1;
  transform: translateX(0);
}

.zh-quick-action:focus-visible {
  outline: 3px solid rgba(246, 167, 43, 0.45);
  outline-offset: 3px;
}

@media (min-width: 901px) {
  .zh-quick-action--phone {
    display: none;
  }

  .zh-quick-action--whatsapp,
  .zh-quick-action--booking {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    width: auto;
    min-width: 8.8rem;
    padding: 0 1rem;
    color: var(--zh-white);
    border-color: transparent;
  }

  .zh-quick-action--whatsapp {
    background: #168b50;
  }

  .zh-quick-action--booking {
    background: var(--zh-orange-dark);
  }

  .zh-quick-action--whatsapp > span,
  .zh-quick-action--booking > span {
    position: static;
    width: auto;
    max-width: none;
    padding: 0;
    color: currentColor;
    background: transparent;
    border-radius: 0;
    font-size: 0.86rem;
    opacity: 1;
    transform: none;
  }

  .zh-quick-action--whatsapp:hover,
  .zh-quick-action--whatsapp:focus-visible {
    color: var(--zh-white);
    background: #107644;
  }

  .zh-quick-action--booking:hover,
  .zh-quick-action--booking:focus-visible {
    color: var(--zh-white);
    background: #c96f07;
  }

  .zh-quick-action--directions {
    color: var(--zh-ink);
  }
}

.zh-primary-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.zh-nav__desktop {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.6vw, 1.4rem);
}

.zh-nav__desktop a {
  color: var(--zh-ink);
  font-size: 0.96rem;
  font-weight: 650;
  text-decoration: none;
}

.zh-nav__desktop a:hover,
.zh-nav__desktop a:focus-visible {
  color: var(--zh-orange-dark);
}

.zh-menu-toggle {
  display: none;
  position: relative;
  width: 3rem;
  height: 3rem;
  padding: 0;
  background: var(--zh-cream);
  border: 1px solid rgba(41, 52, 59, 0.08);
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(41, 52, 59, 0.09);
  cursor: pointer;
}

.zh-menu-toggle span,
.zh-menu-close span {
  position: absolute;
  left: 50%;
  display: block;
  width: 1.25rem;
  height: 2px;
  background: var(--zh-ink);
  border-radius: 999px;
  transform: translateX(-50%);
  transition: top 180ms ease, transform 180ms ease, width 180ms ease;
}

.zh-menu-toggle span:first-child {
  top: 1.15rem;
}

.zh-menu-toggle span:last-child {
  top: 1.72rem;
  width: 0.85rem;
  margin-left: 0.2rem;
}

.zh-menu-toggle:hover span:last-child,
.zh-menu-toggle:focus-visible span:last-child {
  width: 1.25rem;
  margin-left: 0;
}

.zh-menu-toggle:focus-visible,
.zh-menu-close:focus-visible,
.zh-mobile-drawer a:focus-visible {
  outline: 3px solid rgba(246, 167, 43, 0.45);
  outline-offset: 3px;
}

.zh-mobile-layer {
  position: fixed;
  inset: 0;
  z-index: 100000;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 300ms;
}

.zh-menu-backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  background: rgba(25, 33, 38, 0.52);
  border: 0;
  opacity: 0;
  backdrop-filter: blur(3px);
  cursor: pointer;
  transition: opacity 240ms ease;
}

.zh-mobile-drawer {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: min(88vw, 430px);
  height: 100%;
  overflow-y: auto;
  padding: 1.15rem clamp(1.1rem, 5vw, 1.75rem) 2rem;
  background: #fffdf9;
  border-left: 1px solid rgba(41, 52, 59, 0.08);
  box-shadow: -28px 0 80px rgba(30, 39, 44, 0.22);
  transform: translateX(105%);
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.zh-menu-open {
  overflow: hidden;
}

.zh-menu-open body {
  overflow: hidden;
}

.zh-menu-open .zh-mobile-layer {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.zh-menu-open .zh-menu-backdrop {
  opacity: 1;
}

.zh-menu-open .zh-mobile-drawer {
  transform: translateX(0);
}

.zh-menu-open .zh-menu-toggle span:first-child,
.zh-menu-open .zh-menu-toggle span:last-child {
  top: 1.48rem;
  width: 1.25rem;
  margin-left: 0;
}

.zh-menu-open .zh-menu-toggle span:first-child {
  transform: translateX(-50%) rotate(45deg);
}

.zh-menu-open .zh-menu-toggle span:last-child {
  transform: translateX(-50%) rotate(-45deg);
}

.zh-mobile-drawer__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.2rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(41, 52, 59, 0.09);
}

.zh-mobile-drawer__head p {
  max-width: 15rem;
  margin: 0;
  color: #687278;
  font-size: 0.88rem;
  line-height: 1.45;
}

.zh-mobile-drawer__head p span {
  color: var(--zh-orange-dark);
  font-weight: 800;
}

.zh-menu-close {
  position: relative;
  flex: 0 0 auto;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  background: var(--zh-white);
  border: 1px solid rgba(41, 52, 59, 0.09);
  border-radius: 50%;
  cursor: pointer;
}

.zh-menu-close span {
  top: 50%;
}

.zh-menu-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.zh-menu-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.zh-mobile-links {
  display: grid;
  margin: 0.6rem 0 1rem;
}

.zh-mobile-links a {
  display: flex;
  align-items: center;
  min-height: 3.35rem;
  color: var(--zh-ink);
  border-bottom: 1px solid rgba(41, 52, 59, 0.08);
  font-size: 1.12rem;
  font-weight: 720;
  text-decoration: none;
}

.zh-mobile-links a::after {
  content: "→";
  margin-left: auto;
  color: var(--zh-orange-dark);
  font-size: 1rem;
  transform: translateX(-0.25rem);
  transition: transform 180ms ease;
}

.zh-mobile-links a:hover::after,
.zh-mobile-links a:focus-visible::after {
  transform: translateX(0);
}

.zh-mobile-booking {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
  padding: 1rem 1.1rem;
  color: var(--zh-white);
  background: var(--zh-orange-dark);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(217, 125, 11, 0.22);
  font-weight: 800;
  text-decoration: none;
}

.zh-mobile-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin: 0 0 1rem;
}

.zh-mobile-contacts > a {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  min-width: 0;
  padding: 0.85rem 0.75rem;
  color: var(--zh-ink);
  background: var(--zh-white);
  border: 1px solid rgba(41, 52, 59, 0.09);
  border-radius: 15px;
  text-decoration: none;
}

.zh-mobile-contacts > .zh-mobile-whatsapp {
  color: #126c42;
  background: #f1fbf5;
  border-color: rgba(18, 140, 80, 0.18);
}

.zh-contact-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  color: var(--zh-orange-dark);
  background: var(--zh-cream);
  border-radius: 50%;
}

.zh-contact-icon svg {
  width: 1.12rem;
  height: 1.12rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.zh-contact-icon--whatsapp {
  color: #128c50;
  background: rgba(37, 211, 102, 0.13);
}

.zh-mobile-contacts small,
.zh-mobile-contacts strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zh-mobile-contacts small {
  color: #737d82;
  font-size: 0.67rem;
}

.zh-mobile-contacts strong {
  font-size: 0.84rem;
}

.zh-menu-map {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--zh-white);
  border: 1px solid rgba(41, 52, 59, 0.09);
  border-radius: 18px;
}

.zh-menu-map > a {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  min-height: 6rem;
  color: var(--zh-ink);
  text-decoration: none;
}

.zh-menu-map img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 6rem;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.zh-menu-map figcaption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.12rem;
  padding: 0.65rem 0.75rem;
}

.zh-menu-map figcaption strong,
.zh-menu-map figcaption small {
  display: block;
}

.zh-menu-map figcaption small {
  color: #697379;
}

.zh-menu-map figcaption b {
  margin-top: 0.25rem;
  color: var(--zh-orange-dark);
  font-size: 0.8rem;
  white-space: nowrap;
}

.zh-map-credit {
  position: absolute;
  bottom: 0.22rem;
  left: 0.28rem;
  padding: 0.08rem 0.22rem;
  color: #59646a;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 3px;
  font-size: 0.5rem;
  line-height: 1.2;
}

.header-booking .wp-block-button__link {
  white-space: nowrap;
  padding: 0.76rem 1rem;
  font-size: 0.92rem;
}

.zh-main {
  overflow: clip;
}

.zh-section {
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.zh-section--soft {
  background: var(--zh-cream);
}

.zh-section--sand {
  background: var(--zh-sand);
}

.zh-eyebrow {
  margin-bottom: 0.9rem;
  color: var(--zh-orange-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.zh-lead {
  color: #4d585e;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.65;
}

.zh-hero {
  position: relative;
  padding-top: clamp(3.4rem, 7vw, 6.8rem);
  padding-bottom: clamp(3.8rem, 8vw, 7.2rem);
  background:
    radial-gradient(circle at 86% 16%, rgba(246, 167, 43, 0.24) 0 11%, transparent 11.5%),
    linear-gradient(135deg, #fffdf9 0%, var(--zh-cream) 64%, #f8ebd6 100%);
}

.zh-hero::after {
  content: "";
  position: absolute;
  right: -7rem;
  bottom: -9rem;
  width: 23rem;
  height: 23rem;
  border: 3rem solid rgba(246, 167, 43, 0.10);
  border-radius: 50%;
  pointer-events: none;
}

.zh-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(300px, 0.84fr);
  gap: clamp(2.4rem, 6vw, 6rem);
  align-items: center;
}

.zh-hero h1 {
  max-width: 850px;
  margin-bottom: 1.25rem;
  font-size: clamp(2.55rem, 6.3vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.zh-hero h1 strong {
  color: var(--zh-orange-dark);
  font-weight: inherit;
}

.zh-hero__copy {
  max-width: 710px;
}

.zh-hero-photo {
  position: relative;
  align-self: start;
  margin: 2rem 0 0;
  overflow: hidden;
  background: var(--zh-white);
  border: 1px solid rgba(41, 52, 59, 0.08);
  border-radius: 32px;
  box-shadow: var(--zh-shadow);
}

.zh-hero-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.zh-hero-photo figcaption {
  padding: 0.9rem 1.15rem 1rem;
  color: #59646a;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.4;
}

.zh-first-visit {
  background: var(--zh-white);
}

.zh-first-visit__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.zh-first-visit__image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--zh-shadow);
}

.zh-first-visit__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.zh-first-visit__image figcaption {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  padding: 0.38rem 0.65rem;
  color: var(--zh-ink);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 750;
  box-shadow: 0 6px 20px rgba(41, 52, 59, 0.12);
}

.zh-first-visit__copy h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.zh-concerns__intro {
  max-width: 780px;
}

.zh-concerns,
.zh-first-visit {
  scroll-margin-top: 155px;
}

.zh-concerns__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.2rem;
  border-top: 1px solid rgba(41, 52, 59, 0.12);
  border-bottom: 1px solid rgba(41, 52, 59, 0.12);
}

.zh-concern-column {
  padding: 1.7rem clamp(1rem, 3vw, 2.5rem) 1.8rem 0;
}

.zh-concern-column + .zh-concern-column {
  padding-right: 0;
  padding-left: clamp(1rem, 3vw, 2.5rem);
  border-left: 1px solid rgba(41, 52, 59, 0.12);
}

.zh-concern-column h3 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.zh-concern-column .zh-faq {
  gap: 0.65rem;
  margin-top: 1rem;
}

.zh-concern-column .zh-faq details {
  background: rgba(255, 255, 255, 0.78);
  border-radius: 14px;
  box-shadow: none;
}

.zh-concern-column .zh-faq summary {
  min-height: 3.35rem;
  padding: 0.72rem 3.2rem 0.72rem 1rem;
  box-sizing: border-box;
  font-size: 1.05rem;
  line-height: 1.35;
}

.zh-concern-column .zh-faq summary::after {
  right: 0.85rem;
  width: 1.7rem;
  height: 1.7rem;
}

.zh-concern-column .zh-faq details p {
  padding: 0 1rem 1rem;
  font-size: 1rem;
}

.zh-concern-column > p {
  margin: 0 0 1rem;
  color: #59646a;
}

.zh-concern-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.zh-concern-column li {
  position: relative;
  margin: 0;
  padding: 0.72rem 0 0.72rem 1.35rem;
  border-top: 1px solid rgba(41, 52, 59, 0.08);
  font-weight: 650;
}

.zh-concern-column li::before {
  position: absolute;
  top: 0.72rem;
  left: 0;
  color: var(--zh-orange-dark);
  content: "?";
  font-weight: 850;
}

.zh-concerns__note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.6rem;
  padding: 1rem 1.15rem;
  background: var(--zh-cream);
  border-radius: 16px;
}

.zh-concerns__note p {
  margin: 0;
}

.zh-concerns__links {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.zh-concerns__links a {
  color: var(--zh-orange-dark);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  white-space: nowrap;
}

.zh-kassen-info__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.zh-kassen-info__copy h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.zh-kassen-facts {
  margin: 0;
  border-top: 1px solid rgba(41, 52, 59, 0.16);
}

.zh-kassen-facts > div {
  display: grid;
  grid-template-columns: minmax(125px, 0.42fr) minmax(0, 1fr);
  gap: 1.2rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(41, 52, 59, 0.16);
}

.zh-kassen-facts dt {
  color: var(--zh-orange-dark);
  font-weight: 800;
}

.zh-kassen-facts dd {
  margin: 0;
  color: #59646a;
  line-height: 1.65;
}

.zh-hero__buttons {
  margin-top: 1.8rem;
}

.zh-trustline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.2rem;
  margin-top: 1.75rem;
  color: #526067;
  font-size: 0.94rem;
}

.zh-trustline span::before {
  content: "✓";
  margin-right: 0.42rem;
  color: var(--zh-green);
  font-weight: 800;
}

.zh-hero-card {
  --zh-card-padding: clamp(1.6rem, 4vw, 2.5rem);
  position: relative;
  overflow: hidden;
  padding: var(--zh-card-padding);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(41, 52, 59, 0.08);
  border-radius: 32px;
  box-shadow: var(--zh-shadow);
}

.zh-hero-card::before {
  content: "";
  display: block;
  aspect-ratio: 3 / 2;
  margin: calc(-1 * var(--zh-card-padding)) calc(-1 * var(--zh-card-padding)) 1.65rem;
  background-image: url("/wp-content/uploads/2026/08/stock-beratung-zahnmodell.jpg");
  background-position: center;
  background-size: cover;
 }

.zh-hero-card::after,
.zh-location-card::after {
  content: "Demo-Foto";
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  padding: 0.35rem 0.62rem;
  color: var(--zh-ink);
  background: rgba(255, 255, 255, 0.90);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 20px rgba(41, 52, 59, 0.12);
}

.zh-hero-card::after {
  display: none;
}

.zh-hero-card h2::before {
  content: "";
  display: block;
  width: 4.4rem;
  height: 0.5rem;
  margin-bottom: 1.25rem;
  background: var(--zh-orange);
  border-radius: 999px;
}

.zh-hero-card h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.zh-hero-card__list {
  display: grid;
  gap: 0.9rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.zh-hero-card__list li {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  gap: 0.8rem;
  align-items: center;
  margin: 0;
}

.zh-hero-card__list b {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  color: var(--zh-orange-dark);
  background: var(--zh-cream);
  border-radius: 50%;
}

.zh-note {
  margin-top: 1.2rem;
  color: #667177;
  font-size: 0.94rem;
  line-height: 1.6;
}

.zh-section-heading {
  max-width: 760px;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.zh-section-heading h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4.7vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.zh-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.zh-card {
  height: 100%;
  padding: clamp(1.45rem, 3vw, 2rem);
  background: var(--zh-white);
  border: 1px solid rgba(41, 52, 59, 0.09);
  border-radius: var(--zh-radius);
  box-shadow: 0 9px 28px rgba(41, 52, 59, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.zh-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--zh-shadow);
}

.zh-card__number,
.zh-card__icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.25rem;
  color: var(--zh-orange-dark);
  background: var(--zh-cream);
  border-radius: 15px;
  font-size: 1.05rem;
  font-weight: 850;
}

.zh-card h3 {
  margin-bottom: 0.65rem;
  font-size: 1.35rem;
}

.zh-card p {
  color: #59646a;
  line-height: 1.65;
}

.zh-card a {
  color: var(--zh-orange-dark);
  font-weight: 750;
}

.zh-steps .zh-card {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.zh-steps .zh-card:hover {
  transform: none;
}

.zh-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  gap: clamp(2.4rem, 7vw, 6.5rem);
  align-items: center;
}

.zh-location-card {
  --zh-location-padding: clamp(1.6rem, 4vw, 2.6rem);
  position: relative;
  overflow: hidden;
  padding: var(--zh-location-padding);
  color: var(--zh-white);
  background: var(--zh-ink);
  border-radius: 30px;
  box-shadow: var(--zh-shadow);
}

.zh-location-card::before {
  content: "";
  display: block;
  aspect-ratio: 3 / 2;
  margin: calc(-1 * var(--zh-location-padding)) calc(-1 * var(--zh-location-padding)) 1.65rem;
  background-image: url("/wp-content/uploads/2026/08/blick-auf-horn.jpg");
  background-position: center;
  background-size: cover;
}

.zh-location-card::after {
  display: none;
}

.zh-location-card a {
  color: var(--zh-white);
}

.zh-location-card hr {
  margin: 1.4rem 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.zh-access-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.15rem 0 0.25rem;
  padding: 0.72rem 0.8rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
}

.zh-access-badge__symbol {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  color: var(--zh-ink);
  background: var(--zh-orange);
  border-radius: 999px;
  font-size: 1.35rem;
  line-height: 1;
}

.zh-access-badge strong,
.zh-access-badge small {
  display: block;
}

body .zh-access-badge strong {
  color: var(--zh-white);
  font-size: 0.98rem;
}

body .zh-access-badge small {
  margin-top: 0.08rem;
  color: #cbd3d7;
  font-size: 0.875rem;
  line-height: 1.35;
}

.zh-page-hero + .zh-page-content,
.entry-content > .wp-block-group + .wp-block-group {
  margin-block-start: 0;
}

.zh-doctor {
  background: linear-gradient(135deg, var(--zh-white) 0%, var(--zh-cream) 100%);
}

.zh-doctor__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
}

.zh-doctor__photo {
  margin: 0;
  overflow: hidden;
  background: #f2f2f1;
  border: 1px solid rgba(41, 52, 59, 0.08);
  border-radius: 28px;
  box-shadow: var(--zh-shadow);
}

.zh-doctor__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 11 / 8;
  object-fit: cover;
  object-position: center;
}

.zh-doctor__role {
  color: var(--zh-orange-dark);
  font-weight: 750;
  line-height: 1.55;
}

.zh-doctor__copy > p:not(.zh-eyebrow, .zh-doctor__role) {
  max-width: 58ch;
  color: #59646a;
  line-height: 1.7;
}

.zh-faq {
  display: grid;
  gap: 0.8rem;
}

.zh-faq-jump-nav {
  margin: 1.6rem 0 2rem;
  padding: 1rem;
  background: var(--zh-white);
  border: 1px solid rgba(41, 52, 59, 0.1);
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(41, 52, 59, 0.055);
}

.zh-faq-jump-nav__label {
  margin: 0 0 0.7rem;
  color: var(--zh-ink);
  font-weight: 750;
}

.zh-faq-jump-nav__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.zh-faq-jump-nav__links a {
  display: inline-flex;
  align-items: center;
  min-height: 2.7rem;
  padding: 0.55rem 0.85rem;
  color: var(--zh-ink);
  background: var(--zh-cream);
  border: 1px solid rgba(41, 52, 59, 0.11);
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.zh-faq-jump-nav__links a::after {
  content: "\2193";
  margin-left: 0.45rem;
  color: var(--zh-orange-dark);
}

.zh-faq-jump-nav__links a:hover,
.zh-faq-jump-nav__links a:focus-visible {
  color: var(--zh-orange-dark);
  background: #fff8ed;
  border-color: rgba(201, 118, 14, 0.4);
}

.zh-faq-section h2[id] {
  scroll-margin-top: 10rem;
}

.zh-kassen-callout {
  margin: clamp(2.4rem, 6vw, 4.5rem) 0;
  padding: clamp(1.6rem, 4vw, 2.7rem) clamp(1.4rem, 4vw, 2.8rem);
  background: var(--zh-cream);
  border-left: 5px solid var(--zh-orange-dark);
  border-radius: 0 22px 22px 0;
}

.zh-kassen-callout h2 {
  max-width: 820px;
  margin: 0 0 1rem;
  font-size: clamp(1.8rem, 4.3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.zh-kassen-callout > p:not(.zh-eyebrow) {
  max-width: 850px;
  color: #4f5b61;
  font-size: 1.05rem;
  line-height: 1.7;
}

.zh-kassen-callout__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
  margin-top: 1.3rem;
}

.zh-kassen-callout__links a {
  color: var(--zh-orange-dark);
  font-weight: 800;
}

.zh-faq-page {
  display: grid;
  gap: clamp(3rem, 7vw, 5.5rem);
  margin: clamp(2.5rem, 6vw, 4.5rem) 0;
}

.zh-faq-section h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(1.75rem, 3.8vw, 2.65rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.zh-faq details {
  box-sizing: border-box;
  overflow: hidden;
  background: var(--zh-white);
  border: 1px solid rgba(41, 52, 59, 0.09);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(41, 52, 59, 0.045);
}

.zh-faq details > :not(summary) {
  transform-origin: top;
}

.zh-faq details.is-opening > :not(summary) {
  animation: zh-faq-content-in 180ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.zh-faq details.is-closing > :not(summary) {
  animation: zh-faq-content-out 150ms ease both;
}

.zh-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.7rem;
  padding: 1rem 3.4rem 1rem 1.25rem;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 750;
  line-height: 1.42;
  list-style: none;
}

.zh-faq summary::-webkit-details-marker {
  display: none;
}

.zh-faq summary::after {
  content: "+";
  position: absolute;
  right: 1.15rem;
  display: grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  color: var(--zh-orange-dark);
  background: var(--zh-cream);
  border-radius: 50%;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease;
}

.zh-faq details[open] summary {
  color: var(--zh-orange-dark);
}

.zh-faq details[open] summary::after {
  color: var(--zh-white);
  background: var(--zh-orange-dark);
  transform: rotate(45deg);
}

.zh-faq details.is-closing summary {
  color: inherit;
}

.zh-faq details.is-closing summary::after {
  color: var(--zh-orange-dark);
  background: var(--zh-cream);
  transform: rotate(0);
}

.zh-faq summary:focus-visible {
  outline: 3px solid rgba(246, 167, 43, 0.45);
  outline-offset: -3px;
}

.zh-faq details p {
  margin: 0;
  padding: 0 1.25rem 1.25rem;
  color: #59646a;
  line-height: 1.7;
}

@keyframes zh-faq-content-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zh-faq-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-3px);
  }
}


/* v1.0.35: mobile Lesbarkeit und bildgestützte Informationsbereiche */
.zh-page-visual {
  margin: clamp(1.4rem, 4vw, 2.2rem) 0;
  overflow: hidden;
  background: var(--zh-white);
  border: 1px solid rgba(41, 52, 59, 0.08);
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(41, 52, 59, 0.08);
}

.zh-page-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.zh-page-visual figcaption {
  padding: 0.8rem 1rem 0.95rem;
  color: #59646a;
  font-size: 0.95rem;
  line-height: 1.45;
}

.zh-page-visual--faq img {
  aspect-ratio: 16 / 7;
  object-position: center 50%;
}

.zh-contact-visuals {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 1rem;
  align-items: stretch;
  margin: clamp(1.5rem, 4vw, 2.5rem) 0 clamp(2rem, 5vw, 3.2rem);
}

.zh-contact-visuals figure {
  margin: 0;
}

.zh-contact-photo img {
  min-height: 270px;
  aspect-ratio: 16 / 10;
}

.zh-contact-map {
  position: relative;
  overflow: hidden;
  background: var(--zh-white);
  border: 1px solid rgba(41, 52, 59, 0.08);
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(41, 52, 59, 0.08);
}

.zh-contact-map > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.zh-contact-map img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.zh-contact-map figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
}

.zh-contact-map figcaption span,
.zh-contact-map figcaption small {
  display: block;
}

.zh-contact-map figcaption b {
  color: var(--zh-orange-dark);
  white-space: nowrap;
}

.zh-contact-map .zh-map-credit {
  display: block;
  padding: 0 1rem 0.75rem;
  color: #73777b;
  font-size: 0.76rem;
}

.zh-hours-note {
  margin-top: 0.8rem;
  padding: 0.75rem 0.9rem;
  color: #59646a;
  background: var(--zh-cream);
  border-left: 3px solid var(--zh-orange-dark);
  border-radius: 0 12px 12px 0;
  font-size: 1rem;
  line-height: 1.55;
}

.zh-doctor-profile,
.zh-diagnostics-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  margin: clamp(2.4rem, 6vw, 4.5rem) 0;
  padding: clamp(1.35rem, 4vw, 2.5rem);
  background: var(--zh-cream);
  border: 1px solid rgba(41, 52, 59, 0.08);
  border-radius: var(--zh-radius);
}

.zh-doctor-profile figure,
.zh-diagnostics-block figure {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
}

.zh-doctor-profile img,
.zh-diagnostics-block img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.zh-doctor-profile img {
  aspect-ratio: 4 / 5;
  object-position: center top;
  background: var(--zh-white);
}

.zh-diagnostics-block img {
  aspect-ratio: 4 / 3;
}

.zh-doctor-profile h2,
.zh-diagnostics-block h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  line-height: 1.08;
}

.zh-doctor-profile p:not(.zh-eyebrow),
.zh-diagnostics-block p {
  color: #536067;
  line-height: 1.7;
}

.zh-diagnostics-block h3 {
  margin: 1.3rem 0 0.45rem;
  font-size: 1.28rem;
}

@media (max-width: 680px) {
  .zh-main .zh-eyebrow {
    font-size: 0.92rem;
    line-height: 1.48;
    letter-spacing: 0.09em;
  }

  .zh-hero .zh-lead {
    font-size: 1.125rem;
    line-height: 1.62;
  }

  .zh-hero .zh-trustline {
    gap: 0.62rem;
    font-size: 1.04rem;
    line-height: 1.55;
  }

  .zh-main .zh-note,
  .zh-main .zh-appliance-note,
  .zh-main .zh-hours-note {
    font-size: 1rem;
    line-height: 1.6;
  }

  .zh-main .zh-faq summary,
  .zh-main .zh-faq details p {
    font-size: 1.0625rem;
  }

  .zh-page-visual--faq img {
    aspect-ratio: 4 / 3;
  }

  .zh-contact-visuals,
  .zh-doctor-profile,
  .zh-diagnostics-block {
    grid-template-columns: 1fr;
  }

  .zh-contact-photo img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .zh-contact-map figcaption {
    align-items: flex-start;
  }

  .zh-doctor-profile,
  .zh-diagnostics-block {
    gap: 1.25rem;
    margin: 2.2rem 0;
    padding: 1.2rem;
    border-radius: 22px;
  }

  .zh-doctor-profile figure {
    max-width: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zh-faq summary::after {
    transition: none;
  }

  .zh-faq details > :not(summary) {
    animation: none;
  }
}

.zh-cta {
  position: relative;
  padding: clamp(2.2rem, 6vw, 4.5rem);
  color: var(--zh-white);
  background: var(--zh-orange-dark);
  border-radius: 32px;
  overflow: hidden;
}

.zh-cta::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -8rem;
  width: 18rem;
  height: 18rem;
  border: 2.2rem solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}

.zh-cta > * {
  position: relative;
  z-index: 1;
}

.zh-cta h2 {
  max-width: 760px;
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 4.7vw, 3.6rem);
  line-height: 1.08;
}

.zh-cta .wp-block-button__link {
  color: var(--zh-ink) !important;
  background: var(--zh-white) !important;
}

.site-footer {
  padding-top: clamp(3.5rem, 7vw, 5.5rem);
  padding-bottom: 2rem;
  color: #e9edef;
  background: #222d33;
}

.site-footer a {
  color: var(--zh-white);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  gap: clamp(2rem, 6vw, 5rem);
}

.site-footer__logo {
  display: block;
  width: min(270px, 80%);
  height: auto;
  padding: 0.65rem;
  box-sizing: border-box;
  object-fit: contain;
  background: var(--zh-white);
  border-radius: 12px;
}

.site-footer h3 {
  color: var(--zh-white);
  font-size: 1rem;
}

.site-footer p,
.site-footer li {
  color: #c7d0d4;
  font-size: 0.94rem;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__bottom {
  margin-top: 3.5rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #aeb9be;
  font-size: 0.82rem;
}

.zh-page-hero {
  padding-top: clamp(3.5rem, 7vw, 6rem);
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
  background: var(--zh-cream);
}

.zh-page-hero h1 {
  max-width: 920px;
  font-size: clamp(2.4rem, 5.5vw, 4.7rem);
  letter-spacing: -0.04em;
}

.zh-page-content {
  padding-top: clamp(3rem, 6vw, 5.5rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.page-id-12 .zh-page-hero {
  padding-top: clamp(2.25rem, 4.5vw, 3.75rem);
  padding-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
}

.page-id-12 .zh-page-content {
  padding-top: clamp(1.75rem, 3.5vw, 3rem);
}

.zh-iotn-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
  margin-bottom: clamp(3rem, 7vw, 5.5rem);
}

.zh-iotn-summary__copy,
.zh-iotn-summary__fact {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: var(--zh-radius);
}

.zh-iotn-summary__copy {
  background: var(--zh-cream);
  border: 1px solid rgba(41, 52, 59, 0.08);
}

.zh-iotn-summary__copy h2,
.zh-iotn-summary__fact h2 {
  margin-bottom: 0.85rem;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.zh-iotn-summary__copy p,
.zh-iotn-summary__fact p {
  margin-bottom: 0;
  line-height: 1.7;
}

.zh-iotn-summary__fact {
  color: var(--zh-white);
  background: var(--zh-green);
}

.zh-iotn-summary__fact h2,
.zh-iotn-summary__fact strong {
  color: var(--zh-white);
}

.zh-iotn-summary__fact a {
  color: var(--zh-white);
}

.zh-iotn-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.75rem 0 clamp(3.5rem, 8vw, 6rem);
  padding: 0;
  counter-reset: iotn-step;
  list-style: none;
}

.zh-iotn-steps li {
  position: relative;
  margin: 0;
  padding: 1.35rem 1.25rem 1.35rem 4rem;
  background: var(--zh-white);
  border: 1px solid rgba(41, 52, 59, 0.09);
  border-radius: 18px;
  counter-increment: iotn-step;
}

.zh-iotn-steps li::before {
  content: counter(iotn-step);
  position: absolute;
  top: 1.2rem;
  left: 1.15rem;
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  color: var(--zh-orange-dark);
  background: var(--zh-cream);
  border-radius: 50%;
  font-weight: 850;
}

.zh-iotn-steps strong {
  display: block;
  margin-bottom: 0.18rem;
}

.zh-malocclusion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.zh-malocclusion-card {
  height: 100%;
  overflow: hidden;
  background: var(--zh-white);
  border: 1px solid rgba(41, 52, 59, 0.09);
  border-radius: var(--zh-radius);
  box-shadow: 0 9px 28px rgba(41, 52, 59, 0.05);
}

.zh-malocclusion-card figure {
  margin: 0;
  overflow: hidden;
  background: #fffaf6;
  border-bottom: 1px solid rgba(41, 52, 59, 0.07);
}

.zh-malocclusion-card figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
}

.zh-malocclusion-card__body {
  padding: 1.35rem 1.4rem 1.5rem;
}

.zh-malocclusion-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.3rem;
}

.zh-malocclusion-card p {
  margin-bottom: 0;
  color: #59646a;
  line-height: 1.62;
}

.zh-orientation-note {
  margin-top: clamp(2.2rem, 5vw, 3.5rem);
  padding: clamp(1.35rem, 3vw, 2rem);
  background: var(--zh-cream);
  border-left: 5px solid var(--zh-orange);
  border-radius: 0 18px 18px 0;
}

.zh-orientation-note p:last-child {
  margin-bottom: 0;
}

.zh-practice-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  gap: 1rem;
  margin-top: 1.5rem;
}

.zh-practice-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.8rem, 5vw, 4rem);
  align-items: center;
  margin-bottom: clamp(2.8rem, 6vw, 4.5rem);
}

.zh-practice-intro__image {
  margin: 0;
  overflow: hidden;
  background: #f3f1ed;
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(41, 52, 59, 0.1);
}

.zh-practice-intro__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.zh-practice-intro__copy h2 {
  margin-top: 0;
}

.zh-practice-intro__copy > p:not(.zh-eyebrow) {
  max-width: 58ch;
  color: #59646a;
  line-height: 1.7;
}

.zh-practice-gallery--two {
  grid-template-columns: 1fr 1fr;
}

.zh-practice-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 9px 28px rgba(41, 52, 59, 0.07);
}

.zh-practice-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.zh-digital-image {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--zh-shadow);
}

.zh-digital-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.zh-appliance-gallery {
  margin: 1.6rem 0 3rem;
}

.zh-appliance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.zh-appliance-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  margin: 0;
  background: var(--zh-white);
  border: 1px solid rgba(41, 52, 59, 0.09);
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(41, 52, 59, 0.08);
}

.zh-appliance-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f5f2ec;
}

.zh-appliance-card--contain img {
  padding: 0.65rem;
  object-fit: contain;
  background: #f8f6f2;
}

.zh-appliance-card figcaption {
  display: grid;
  gap: 0.15rem;
  padding: 0.9rem 1rem 1rem;
  color: #59646a;
  font-size: 0.95rem;
  line-height: 1.4;
}

.zh-appliance-card figcaption strong {
  color: var(--zh-ink);
  font-size: 1.02rem;
}

.zh-appliance-note {
  margin: 1rem 0 0;
  color: #69747a;
  font-size: 0.95rem;
}

@media (max-width: 1120px) {
  .site-header .header-booking {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .site-header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .zh-page-hero {
    padding-top: 1.75rem;
    padding-bottom: 1.25rem;
  }

  .zh-page-hero h1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .zh-page-content {
    padding-top: 1.75rem;
    padding-bottom: 4rem;
  }

  .zh-steps .zh-card-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .zh-steps .zh-card {
    display: grid;
    grid-template-columns: 2.55rem minmax(0, 1fr);
    column-gap: 0.9rem;
    row-gap: 0.15rem;
    height: auto;
    padding: 1rem 1.05rem;
    background: var(--zh-white);
    border: 1px solid rgba(41, 52, 59, 0.09);
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(41, 52, 59, 0.055);
  }

  .zh-steps .zh-card__number {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0;
    color: var(--zh-white);
    background: var(--zh-orange-dark);
    border-radius: 999px;
    font-size: 0.78rem;
  }

  .zh-steps .zh-card h3 {
    grid-column: 2;
    margin: 0;
    font-size: 1.08rem;
  }

  .zh-steps .zh-card p {
    grid-column: 2;
    margin: 0.15rem 0 0;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .zh-services {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .zh-services .zh-section-heading {
    margin-bottom: 1.4rem;
  }

  .zh-services-grid {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .zh-services .zh-card {
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr);
    column-gap: 0.85rem;
    row-gap: 0.16rem;
    height: auto;
    padding: 0.95rem 1rem;
    border-radius: 17px;
  }

  .zh-services .zh-card__icon {
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 2.35rem;
    height: 2.35rem;
    margin: 0;
    border-radius: 999px;
    font-size: 0.78rem;
  }

  .zh-services .zh-card h3,
  .zh-services .zh-card p,
  .zh-services .zh-card a {
    grid-column: 2;
  }

  body .zh-services .zh-card h3 {
    margin: 0;
    font-size: 1.18rem;
  }

  body .zh-services .zh-card p {
    margin: 0.15rem 0 0;
    font-size: 1rem;
    line-height: 1.5;
  }

  body .zh-services .zh-card a {
    margin-top: 0.15rem;
    font-size: 0.94rem;
  }

  .zh-main {
    padding-top: 138px;
  }

  .zh-quick-actions {
    top: 72px;
    right: 0;
    bottom: auto;
    left: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-items: stretch;
    gap: 0.32rem;
    height: 66px;
    padding: 6px 8px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(41, 52, 59, 0.09);
    box-shadow: 0 4px 14px rgba(41, 52, 59, 0.07);
  }

  .admin-bar .zh-quick-actions {
    top: 104px;
  }

  .zh-quick-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.1rem;
    min-width: 0;
    width: auto;
    height: 54px;
    color: #34444d;
    background: #f4f6f7;
    border: 1px solid rgba(41, 52, 59, 0.11);
    border-radius: 12px;
    box-shadow: 0 2px 7px rgba(41, 52, 59, 0.08);
    -webkit-tap-highlight-color: transparent;
  }

  .zh-quick-action--directions {
    display: flex;
    color: #3d6573 !important;
    background: #f1f7f8 !important;
  }

  .zh-quick-action--phone {
    color: #34444d !important;
    background: #f4f6f7 !important;
    border-color: rgba(41, 52, 59, 0.11) !important;
  }

  .zh-quick-action--whatsapp {
    color: #137345 !important;
    background: #eef9f2 !important;
    border-color: rgba(19, 115, 69, 0.16) !important;
  }

  .zh-quick-action--booking {
    color: #a85f08 !important;
    background: #fff5e8 !important;
    border-color: rgba(217, 125, 11, 0.18) !important;
  }

  .zh-quick-action svg {
    box-sizing: content-box;
    width: 1rem;
    height: 1rem;
    padding: 0.31rem;
    color: var(--zh-white);
    background: #46565f;
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 2px 5px rgba(41, 52, 59, 0.13);
    stroke-width: 2.15;
  }

  .zh-quick-action--whatsapp svg {
    background: #168b50;
  }

  .zh-quick-action--booking svg {
    background: var(--zh-orange-dark);
  }

  .zh-quick-action--directions svg {
    background: #4b7381;
  }

  body .zh-quick-actions .zh-quick-action > span {
    position: static;
    width: auto;
    max-width: 100%;
    padding: 0;
    color: currentColor;
    background: transparent;
    border-radius: 0;
    font-size: 0.78rem;
    font-weight: 750;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    opacity: 1;
    transform: none;
  }

  .zh-quick-action:hover,
  .zh-quick-action:focus-visible {
    color: var(--zh-white);
    background: #26353d;
    transform: none;
  }

  .zh-quick-action--whatsapp:hover,
  .zh-quick-action--whatsapp:focus-visible {
    color: var(--zh-white);
    background: #107644;
  }

  .zh-quick-action--booking:hover,
  .zh-quick-action--booking:focus-visible {
    color: var(--zh-white);
    background: #c96f07;
  }

  .zh-quick-action:active {
    transform: scale(0.97);
  }

  .zh-hero-photo {
    order: -1;
  }

  .zh-nav__desktop {
    display: none;
  }

  .zh-menu-toggle {
    display: block;
  }

  .site-header .wp-block-navigation__responsive-container-open {
    display: flex !important;
  }

  .site-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .site-header .wp-block-navigation__responsive-container.is-menu-open {
    display: flex !important;
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 100000;
    box-sizing: border-box;
    width: min(86vw, 390px);
    max-width: 100vw;
    flex-direction: column;
    overflow-y: auto;
    padding: 1.25rem 1.25rem 2rem;
    color: var(--zh-ink);
    background: var(--zh-white);
    border-left: 1px solid rgba(41, 52, 59, 0.08);
    box-shadow: -18px 0 54px rgba(41, 52, 59, 0.20);
  }

  .site-header .wp-block-navigation__responsive-close,
  .site-header .wp-block-navigation__responsive-dialog {
    width: 100%;
    max-width: none;
  }

  .site-header .wp-block-navigation__responsive-container-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 4rem;
  }

  .site-header .wp-block-navigation__responsive-container .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
    align-items: stretch;
  }

  .site-header .wp-block-navigation__responsive-container .wp-block-navigation-item {
    width: 100%;
  }

  .site-header .wp-block-navigation__responsive-container .wp-block-navigation-item__content {
    display: block;
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(41, 52, 59, 0.10);
    font-size: 1.15rem;
  }

  .site-header .mobile-booking-link {
    display: block !important;
    margin-top: 1rem;
  }

  .site-header .mobile-booking-link .wp-block-navigation-item__content {
    padding: 0.9rem 1.2rem;
    color: var(--zh-white);
    background: var(--zh-orange-dark);
    border: 0;
    border-radius: 999px;
    text-align: center;
  }
}

@media (max-width: 980px) {
  .zh-hero__grid,
  .zh-split,
  .zh-doctor__grid,
  .zh-first-visit__grid,
  .zh-practice-intro,
  .zh-kassen-info__grid,
  .zh-concerns__grid {
    grid-template-columns: 1fr;
  }

  .zh-concern-column,
  .zh-concern-column + .zh-concern-column {
    padding: 1.35rem 0;
    border-left: 0;
  }

  .zh-concern-column + .zh-concern-column {
    border-top: 1px solid rgba(41, 52, 59, 0.12);
  }

  .zh-concerns__note {
    align-items: flex-start;
    flex-direction: column;
  }

  .zh-doctor__photo {
    max-width: 520px;
  }

  .zh-hero-card {
    max-width: 650px;
  }

  .zh-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .zh-iotn-summary {
    grid-template-columns: 1fr;
  }

  .zh-malocclusion-grid {
    grid-template-columns: 1fr 1fr;
  }

  .zh-practice-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .zh-appliance-grid {
    grid-template-columns: 1fr 1fr;
  }

  .zh-practice-gallery > :first-child {
    grid-column: 1 / -1;
  }

  .zh-practice-gallery--two > :first-child {
    grid-column: auto;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__grid > :first-child {
    grid-column: 1 / -1;
  }

}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .admin-bar .zh-mobile-layer {
    top: 46px;
  }

  .admin-bar .zh-quick-actions {
    top: 118px;
  }
}

@media (max-width: 680px) {
  .site-header__inner {
    min-height: 64px;
  }

  .brand-link img {
    width: min(175px, 54vw);
  }

  .zh-menu-toggle {
    width: 2.75rem;
    height: 2.75rem;
  }

  .zh-menu-toggle span:first-child {
    top: 1.03rem;
  }

  .zh-menu-toggle span:last-child {
    top: 1.55rem;
  }

  .zh-main {
    padding-top: 132px;
  }

  body .zh-main .zh-page-hero {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  body .zh-main .zh-page-content {
    padding-top: 1.25rem;
  }

  .zh-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .zh-eyebrow {
    letter-spacing: 0.1em;
  }

  .zh-faq-page {
    gap: 2.5rem;
    margin: 2rem 0;
  }

  .zh-faq-jump-nav {
    margin: 1.25rem 0 1.6rem;
    padding: 0.85rem;
    border-radius: 18px;
  }

  .zh-faq-jump-nav__links a {
    justify-content: space-between;
    width: 100%;
    border-radius: 14px;
  }

  .zh-appliance-grid {
    grid-template-columns: 1fr;
  }

  .zh-appliance-card figcaption {
    padding: 0.8rem 0.9rem 0.9rem;
  }

  .zh-faq-page .zh-faq {
    gap: 0.65rem;
  }

  .zh-faq-page .zh-faq summary {
    min-height: 3.4rem;
    padding: 0.75rem 3rem 0.75rem 1rem;
  }

  .zh-faq-page .zh-faq summary::after {
    right: 0.85rem;
    width: 1.7rem;
    height: 1.7rem;
    font-size: 1.15rem;
  }

  .zh-faq-page .zh-faq details p {
    padding: 0 1rem 1rem;
  }

  .zh-quick-actions {
    top: 64px;
  }

  .admin-bar .zh-quick-actions {
    top: 110px;
  }

  .zh-mobile-drawer {
    width: min(91vw, 430px);
  }

  .zh-card-grid,
  .zh-malocclusion-grid,
  .zh-iotn-steps,
  .zh-practice-gallery,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .zh-practice-gallery > :first-child {
    grid-column: auto;
  }

  .site-footer__grid > :first-child {
    grid-column: auto;
  }

  .zh-hero {
    padding-top: 1.25rem;
  }

  .zh-hero__grid {
    gap: 1.6rem;
  }

  .zh-hero-photo {
    margin: 0;
    border-radius: 22px;
  }

  .zh-hero-photo img {
    aspect-ratio: auto;
  }

  .zh-hero-photo figcaption {
    padding: 0.7rem 0.9rem 0.8rem;
    font-size: 0.78rem;
  }

  .zh-kassen-facts > div {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .zh-hero__buttons .wp-block-buttons,
  .zh-hero__buttons.wp-block-buttons {
    align-items: stretch;
  }

  .zh-hero__buttons .wp-block-button,
  .zh-hero__buttons .wp-block-button__link {
    width: 100%;
  }

  .zh-trustline {
    display: grid;
  }

  .zh-cta {
    border-radius: 24px;
  }
}

@media (min-width: 901px) {
  .zh-page-content > .entry-content > h2.wp-block-heading,
  .zh-page-content > .entry-content > .wp-block-columns h2.wp-block-heading {
    font-size: clamp(1.85rem, 2.5vw, 2.15rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}


/* Mobile readability refinement */
@media (max-width: 680px) {
  .zh-quick-action > span {
    font-size: 0.84rem;
    line-height: 1.15;
  }

  .zh-main .zh-eyebrow {
    font-size: 0.96rem;
  }

  .zh-main figcaption,
  .zh-main .wp-element-caption {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}

@media (max-width: 680px) {
  .zh-quick-actions .zh-quick-action > span {
    font-size: 0.84rem !important;
  }
}


/* Solid fallback for full-page screenshot renderers */
.zh-hero {
  background-color: #fff8ed;
}

/* Mobile readability pass */
@media (max-width: 680px) {
  .zh-main p:not(.zh-eyebrow),
  .zh-main li {
    font-size: 1.125rem;
    line-height: 1.65;
  }

  .zh-main .zh-eyebrow {
    font-size: 1rem;
    line-height: 1.5;
  }

  .zh-main .wp-block-button__link,
  .zh-main .wp-element-button {
    font-size: 1.025rem;
    line-height: 1.25;
  }

  .zh-main summary {
    font-size: 1.1rem;
    line-height: 1.45;
  }

  .zh-main figcaption,
  .zh-main .wp-element-caption,
  .zh-main small:not(.zh-map-credit) {
    font-size: 1rem;
    line-height: 1.5;
  }

  .zh-quick-actions .zh-quick-action > span {
    font-size: 0.88rem !important;
  }

  .zh-footer p,
  .zh-footer a,
  footer .wp-block-paragraph,
  footer a {
    font-size: 1rem;
    line-height: 1.55;
  }
}


@media (max-width: 680px) {
  .zh-main .zh-card p,
  .zh-main .zh-faq details p,
  .zh-main .zh-faq summary {
    font-size: 1.125rem !important;
    line-height: 1.55;
  }

  .zh-main .zh-card a {
    font-size: 1rem !important;
  }

  .zh-main .zh-concerns a {
    font-size: 1.0625rem;
  }
}


/* Ordination: scanner image and uncropped doctor portrait */
.zh-scanner-section {
  margin-top: clamp(2.4rem, 6vw, 4.5rem);
}

.zh-scanner-image {
  margin: 0;
  overflow: hidden;
  background: var(--zh-white);
  border-radius: 20px;
}

.zh-scanner-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  object-position: center;
}

.zh-doctor-profile img {
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 680px) {
  .zh-doctor-profile figure {
    width: 100%;
    max-width: none;
  }

  .zh-scanner-section {
    margin-top: 2.2rem;
  }
}


/* Uniform 4:3 format for clinical and practice photography */
.zh-practice-intro__image img,
.zh-practice-gallery img,
.zh-scanner-image img,
.zh-first-visit__image img,
.zh-treatment-photo img,
.zh-page-visual--faq img,
.zh-contact-photo img,
.zh-digital-image img,
.zh-diagnostics-block img {
  display: block;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover;
  object-position: center;
}


/* Keep appliance detail images in the same 4:3 frame */
.zh-appliance-card {
  container-type: inline-size;
}

.zh-appliance-card img {
  flex: 0 0 auto;
  height: 75cqw !important;
}


.zh-appliance-card img {
  box-sizing: border-box;
}


/* Compact contact map: consistent 4:3 frame without grid stretching */
.zh-contact-map {
  align-self: start;
  container-type: inline-size;
}

.zh-contact-map img {
  display: block;
  width: 100%;
  height: 75cqw !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover;
  object-position: center;
}


/* Tighter opening rhythm on the malocclusion guide */
.page-id-30 .zh-page-content .entry-content > .zh-section:first-child {
  padding-top: 1.5rem;
}

@media (max-width: 680px) {
  .page-id-30 .zh-page-content {
    padding-top: 0.75rem;
  }

  .page-id-30 .zh-page-content .entry-content > .zh-section:first-child {
    padding-top: 0;
  }
}


/* Compact mobile IOTN steps without reducing readability */
@media (max-width: 680px) {
  .page-id-30 .zh-iotn-steps {
    gap: 0.65rem;
    margin: 1rem 0 2rem;
  }

  .page-id-30 .zh-iotn-steps li {
    min-height: 0;
    padding: 0.85rem 0.9rem 0.85rem 3.45rem;
    border-radius: 14px;
    line-height: 1.5;
  }

  .page-id-30 .zh-iotn-steps li::before {
    top: 0.78rem;
    left: 0.8rem;
    width: 1.85rem;
    height: 1.85rem;
  }

  .page-id-30 .zh-iotn-steps strong {
    margin-bottom: 0.05rem;
  }
}


/* Compact linked overview of all malocclusion illustrations */
.zh-malocclusion-mosaic {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0 auto clamp(1.5rem, 3vw, 2.25rem);
}

.zh-malocclusion-mosaic a {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #fffaf6;
  border: 1px solid rgba(41, 52, 59, 0.09);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(41, 52, 59, 0.05);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.zh-malocclusion-mosaic a:hover,
.zh-malocclusion-mosaic a:focus-visible {
  border-color: rgba(217, 122, 0, 0.5);
  box-shadow: 0 9px 24px rgba(41, 52, 59, 0.1);
  transform: translateY(-2px);
}

.zh-malocclusion-mosaic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 680px) {
  .page-id-30 .zh-malocclusion-mosaic {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    margin-bottom: 1.25rem;
  }

  .page-id-30 .zh-malocclusion-mosaic a {
    border-radius: 10px;
  }
}

/* Contact-page photographic wayfinding */
.zh-wayfinding {
  color: var(--zh-ink);
  margin: clamp(2.4rem, 6vw, 4.8rem) 0 0;
}

.zh-wayfinding__intro {
  max-width: 48rem;
  margin-bottom: 1.35rem;
}

.zh-wayfinding__intro h2 {
  margin: .25rem 0 .55rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -.025em;
}

.zh-wayfinding__intro > p:last-child {
  margin: 0;
  color: #536068;
  font-size: 1.08rem;
  line-height: 1.55;
}

.zh-wayfinding__eyebrow {
  margin: 0;
  color: #b66b00;
  font-size: .8rem;
  font-weight: 750;
  letter-spacing: .14em;
}

.zh-wayfinding__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.zh-wayfinding__card {
  overflow: hidden;
  border: 1px solid #e7e1d8;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 .35rem 1.4rem rgba(37, 49, 57, .07);
}

.zh-wayfinding__card > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #f4f1ec;
}

.zh-wayfinding__body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .8rem;
  padding: 1rem 1.05rem 1.15rem;
}

.zh-wayfinding__number {
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  background: #fff1dc;
  color: #b86500;
  font-weight: 800;
  font-size: 1rem;
}

.zh-wayfinding__body h3 {
  margin: .05rem 0 .3rem;
  font-size: 1.16rem;
  line-height: 1.2;
}

.zh-wayfinding__body p {
  margin: 0;
  color: #536068;
  font-size: 1rem;
  line-height: 1.48;
}

.zh-wayfinding__accessible {
  margin: 1rem 0 0;
  padding: .9rem 1rem;
  border-left: .25rem solid #dc8300;
  border-radius: .65rem;
  background: var(--zh-cream);
  color: #39464d;
  font-weight: 650;
}

.zh-wayfinding__accessible span {
  margin-right: .45rem;
}

.zh-wayfinding__swipe {
  display: none;
}

.zh-content-reviewed {
  max-width: var(--wp--style--global--wide-size, 1120px);
  margin: clamp(2rem, 5vw, 3.5rem) auto 0;
  padding: .8rem 1rem;
  border-top: 1px solid #e5ddd2;
  color: #657078;
  font-size: .96rem;
  line-height: 1.45;
}

@media (max-width: 680px) {
  .zh-wayfinding {
    margin-top: 2.25rem;
  }

  .zh-wayfinding__intro {
    margin-bottom: 1rem;
  }

  .zh-wayfinding__intro h2 {
    font-size: 2rem;
  }

  .zh-wayfinding__intro > p:last-child {
    font-size: 1.05rem;
  }

  .zh-wayfinding__grid {
    display: flex;
    gap: .8rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: .15rem .1rem .7rem;
    scrollbar-width: thin;
    scrollbar-color: #d9a45c transparent;
  }

  .zh-wayfinding__card {
    flex: 0 0 min(82vw, 22rem);
    scroll-snap-align: start;
    border-radius: 1.1rem;
  }

  .zh-wayfinding__body {
    padding: .9rem .9rem 1rem;
  }

  .zh-wayfinding__body h3 {
    font-size: 1.15rem;
  }

  .zh-wayfinding__body p,
  .zh-wayfinding__accessible {
    font-size: 1rem;
  }

  .zh-wayfinding__swipe {
    display: block;
    margin: .25rem 0 0;
    color: #6a7479;
    font-size: .95rem;
  }

  .zh-content-reviewed {
    margin: 2rem 1.25rem 0;
    padding-right: 0;
    padding-left: 0;
    font-size: 1rem;
  }
}

/* End contact-page photographic wayfinding */


/* Wayfinding images: full arrows, compact mobile cards */
.zh-wayfinding__card > img {
  width: 100%;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: contain !important;
  object-position: center !important;
}

@media (max-width: 680px) {
  .zh-wayfinding__card {
    flex-basis: min(74vw, 18rem);
  }

  .zh-wayfinding__body {
    gap: .65rem;
    padding: .75rem .8rem .85rem;
  }

  .zh-wayfinding__number {
    width: 1.9rem;
    height: 1.9rem;
    font-size: .92rem;
  }

  .zh-wayfinding__body h3 {
    margin-bottom: .2rem;
  }

  .zh-wayfinding__body p {
    line-height: 1.4;
  }
}


/* Dedicated Gratis-Zahnspange page */
.zh-gz-wrap {
  width: min(calc(100% - 2.5rem), 1120px);
  margin-inline: auto;
}

.zh-page-hero .zh-gz-wrap {
  padding-block: clamp(2rem, 5vw, 4.5rem);
}

.zh-page-hero .zh-gz-wrap h1 {
  max-width: 16ch;
  margin: .35rem 0 .8rem;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: .98;
  letter-spacing: -.035em;
}

.zh-page-hero .zh-gz-wrap .zh-lead {
  max-width: 48rem;
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.zh-gz-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, .95fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.zh-gz-intro h2,
.zh-gz-types h2,
.zh-gz-assessment h2,
.zh-gz-billing h2,
.zh-gz-cta h2 {
  margin: .35rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.zh-gz-intro p,
.zh-gz-types p,
.zh-gz-assessment p,
.zh-gz-billing p,
.zh-gz-cta p {
  font-size: 1.08rem;
  line-height: 1.6;
}

.zh-gz-photo {
  overflow: hidden;
  margin: 0;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: var(--zh-shadow);
}

.zh-gz-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.zh-gz-photo figcaption {
  padding: .8rem 1rem 1rem;
  color: #647078;
  font-size: .95rem;
  line-height: 1.45;
}

.zh-gz-checks {
  display: grid;
  gap: .6rem;
  margin: 1.25rem 0 1.6rem;
  padding: 0;
  list-style: none;
}

.zh-gz-checks li {
  position: relative;
  padding-left: 1.8rem;
  font-size: 1.06rem;
  line-height: 1.45;
}

.zh-gz-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--zh-green);
  font-weight: 800;
}

.zh-gz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.1rem;
  align-items: center;
}

.zh-gz-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3.15rem;
  padding: .75rem 1.25rem;
  color: #fff;
  background: var(--zh-orange-dark);
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
}

.zh-gz-button:hover,
.zh-gz-button:focus-visible {
  color: #fff;
  background: #bd6905;
}

.zh-gz-link {
  color: #9b5705;
  font-weight: 700;
  text-underline-offset: .2em;
}

.zh-gz-types {
  background: var(--zh-cream);
}

.zh-gz-type-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.zh-gz-type {
  display: grid;
  grid-template-columns: minmax(9rem, 28%) minmax(0, 1fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e0d4;
  border-radius: 1.25rem;
  box-shadow: 0 .4rem 1.6rem rgba(41, 52, 59, .06);
}

.zh-gz-age {
  display: grid;
  place-content: center;
  min-height: 12rem;
  padding: 1.25rem;
  color: #fff;
  background: #56766c;
  text-align: center;
}

.zh-gz-type--main .zh-gz-age {
  background: #d77c0b;
}

.zh-gz-age strong {
  display: block;
  font-family: var(--zh-font-heading);
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: .95;
}

.zh-gz-age span {
  margin-top: .35rem;
  font-size: .92rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.zh-gz-type > div:last-child {
  padding: clamp(1.15rem, 3vw, 2rem);
}

.zh-gz-type h3 {
  margin: 0 0 .55rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.zh-gz-type p {
  margin: .45rem 0 0;
}

.zh-gz-note {
  margin: 1rem 0 0;
  color: #667178;
  font-size: .98rem !important;
}

.zh-gz-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}

.zh-gz-steps article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .75rem;
  padding: 1.15rem;
  border: 1px solid #e8e0d4;
  border-radius: 1.1rem;
  background: #fff;
}

.zh-gz-steps article > span {
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  color: #aa6208;
  background: #fff2df;
  border-radius: 50%;
  font-weight: 800;
}

.zh-gz-steps h3 {
  margin: .1rem 0 .25rem;
  font-size: 1.25rem;
}

.zh-gz-steps p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.zh-gz-callout {
  padding: clamp(1.25rem, 3vw, 2rem);
  border-left: .3rem solid var(--zh-orange);
  border-radius: 1rem;
  background: var(--zh-cream);
}

.zh-gz-callout h3 {
  margin: 0 0 .5rem;
  font-size: 1.4rem;
}

.zh-gz-callout p {
  margin: 0 0 .75rem;
}

.zh-gz-callout a {
  color: #955304;
  font-weight: 750;
}

.zh-gz-billing {
  color: #fff;
  background: var(--zh-ink);
}

.zh-gz-billing .zh-eyebrow {
  color: #ffc872;
}

.zh-gz-billing__grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 4.5rem);
}

.zh-gz-billing p {
  margin-top: 0;
  color: #e5e9eb;
}

.zh-gz-cta {
  background: #fff8ee;
  text-align: center;
}

.zh-gz-cta .zh-gz-wrap {
  max-width: 52rem;
}

.zh-gz-cta p:not(.zh-eyebrow) {
  max-width: 42rem;
  margin: 0 auto 1.35rem;
}

.zh-gz-actions--center {
  justify-content: center;
}

/* Keep the expanded desktop menu spacious; switch to the drawer before it crowds. */
@media (max-width: 1180px) {
  .zh-nav__desktop {
    display: none;
  }

  .zh-menu-toggle {
    display: block;
  }
}

@media (max-width: 760px) {
  .zh-gz-wrap {
    width: min(calc(100% - 2rem), 1120px);
  }

  .zh-page-hero .zh-gz-wrap {
    padding-block: 1.5rem 1.75rem;
  }

  .zh-page-hero .zh-gz-wrap h1 {
    font-size: 2.5rem;
  }

  .zh-gz-split,
  .zh-gz-billing__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .zh-gz-photo {
    order: -1;
    border-radius: 1.1rem;
  }

  .zh-gz-intro h2,
  .zh-gz-types h2,
  .zh-gz-assessment h2,
  .zh-gz-billing h2,
  .zh-gz-cta h2 {
    font-size: 2rem;
  }

  .zh-gz-type {
    grid-template-columns: minmax(6.9rem, 32%) minmax(0, 1fr);
    border-radius: 1rem;
  }

  .zh-gz-age {
    min-height: 100%;
    padding: .85rem .55rem;
  }

  .zh-gz-age strong {
    font-size: 2.1rem;
  }

  .zh-gz-type > div:last-child {
    padding: 1rem;
  }

  .zh-gz-type h3 {
    font-size: 1.35rem;
  }

  .zh-gz-type p,
  .zh-gz-intro p,
  .zh-gz-types p,
  .zh-gz-assessment p,
  .zh-gz-billing p,
  .zh-gz-cta p {
    font-size: 1.05rem;
  }

  .zh-gz-steps {
    grid-template-columns: 1fr;
    gap: .7rem;
  }

  .zh-gz-steps article {
    padding: .9rem;
  }

  .zh-gz-actions {
    align-items: stretch;
  }

  .zh-gz-button {
    width: 100%;
  }
}
/* End dedicated Gratis-Zahnspange page */


/* Gratis page and expanded navigation refinements */
.zh-nav__desktop a {
  white-space: nowrap;
}

body.page-id-178 .zh-main > .zh-page-hero {
  padding-top: clamp(2.25rem, 5vw, 4.5rem);
  padding-bottom: clamp(2.25rem, 5vw, 4.5rem);
}

.zh-gz-opening {
  margin: 0 0 1.75rem;
  color: #4e5a61;
}

@media (max-width: 680px) {
  body.page-id-178 .zh-main > .zh-page-hero {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .zh-gz-opening {
    margin-bottom: 1.35rem;
  }
}
/* End Gratis page and navigation refinements */

/* Desktop: page titles aligned with the text column, calmer sizes and spacing */
@media (min-width: 901px) {
  .zh-page-hero > .alignwide {
    max-width: calc(var(--wp--style--global--content-size, 760px) + 40px);
  }

  body[class] .zh-main > .zh-page-hero {
    padding-top: clamp(2.5rem, 4vw, 3.5rem);
    padding-bottom: clamp(2rem, 3vw, 2.75rem);
  }

  .zh-page-hero h1 {
    font-size: clamp(2.5rem, 3.6vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: -0.025em;
  }

  .zh-main > .zh-page-content {
    padding-top: 3rem;
  }

  .zh-page-content > .entry-content > .zh-section:first-child,
  .zh-page-content > .entry-content > style:first-child + .zh-section {
    padding-top: 0;
  }

  .zh-gz-split {
    align-items: start;
  }

  .zh-gz-intro h2,
  .zh-gz-types h2,
  .zh-gz-assessment h2,
  .zh-gz-billing h2,
  .zh-gz-cta h2 {
    font-size: clamp(1.85rem, 2.5vw, 2.15rem);
  }
}
/* End desktop alignment */

/* Gratis-Zahnspange: sections use the full text column on all screen sizes */
.zh-page-content .zh-gz-wrap {
  width: 100%;
}

/* Buttons: logo orange with dark text for readable contrast (6.4:1, hover 5.2:1) */
body .wp-element-button:not(.is-style-outline > *),
.zh-gz-button,
.zh-mobile-booking,
.site-header .mobile-booking-link .wp-block-navigation-item__content {
  color: var(--zh-ink);
  background: var(--zh-orange);
}

body .wp-element-button:not(.is-style-outline > *):hover,
body .wp-element-button:not(.is-style-outline > *):focus-visible,
.zh-gz-button:hover,
.zh-gz-button:focus-visible,
.zh-mobile-booking:hover,
.zh-mobile-booking:focus-visible {
  color: var(--zh-ink);
  background: #e8931a;
}

@media (min-width: 901px) {
  .zh-quick-action--booking {
    color: var(--zh-ink);
    background: var(--zh-orange);
  }

  .zh-quick-action--booking:hover,
  .zh-quick-action--booking:focus-visible {
    color: var(--zh-ink);
    background: #e8931a;
  }
}
/* End button contrast */

/* Gratis-Zahnspange: coloured sections run full width, text stays on the column */
.zh-page-content .zh-gz-types,
.zh-page-content .zh-gz-billing,
.zh-page-content .zh-gz-cta {
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
}

.zh-page-content .zh-gz-types,
.zh-page-content .zh-gz-assessment,
.zh-page-content .zh-gz-billing,
.zh-page-content .zh-gz-cta {
  padding-block: clamp(2.75rem, 5vw, 4rem);
}

.zh-page-content .zh-gz-intro {
  padding-bottom: clamp(2.75rem, 5vw, 4rem);
}
/* End Gratis-Zahnspange sections */
