/*
Theme Name: Gebhardshainer Gemeinschaftspraxis
Theme URI: https://www.gebhardshainer-gemeinschaftspraxis.de
Author: Gebhardshainer Gemeinschaftspraxis
Author URI: https://www.gebhardshainer-gemeinschaftspraxis.de
Description: Modernes, vollständig responsives WordPress-Theme für die Gebhardshainer Gemeinschaftspraxis. DSGVO-konform, SEO-optimiert und barrierefrei nach EU-Richtlinien (BFSG). Alle Inhalte sind im Customizer und inline editierbar. Kompatibel mit WordPress 7.0 inkl. Font Library, responsive controls und neuer Editor-Architektur.
Version: 2.7.1
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gmp-theme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-width-template, theme-options, translation-ready, accessibility-ready, block-styles, wide-blocks, responsive-layout
*/

/* ============================================================
   1. DESIGN TOKENS — refreshed for v2
   ============================================================ */
:root {
  /* Brand colors */
  --color-navy: #00264c;
  --color-navy-700: #062f5c;
  --color-navy-500: #0d4b8a;
  --color-sky: #56b5e5;
  --color-sky-600: #2891c4;
  --color-sky-100: #e8f4fb;
  --color-sky-50: #f4faff;
  --color-red: #e73a3a;
  --color-red-50: #fef2f2;

  /* Warm neutrals — replaces cold grays */
  --color-cream: #faf7f2;
  --color-bg-soft: #f5f1ea;
  --color-paper: #ffffff;
  --color-ink-900: #0a1929;
  --color-ink-700: #34495e;
  --color-ink-500: #5d7385;
  --color-ink-300: #a3b1bd;
  --color-ink-200: #d4dce3;
  --color-ink-100: #eef2f6;

  /* Typography */
  --font-display: 'Fraunces', 'DM Serif Display', Georgia, serif;
  --font-body: 'Inter', 'Source Sans 3', system-ui, -apple-system, sans-serif;

  /* Type scale (modular, base 16px) */
  --fs-xs: 0.8125rem;
  --fs-sm: 0.9375rem;
  --fs-base: 1.0625rem;
  --fs-lg: 1.1875rem;
  --fs-xl: 1.375rem;
  --fs-2xl: clamp(1.5rem, 2.4vw, 1.875rem);
  --fs-3xl: clamp(1.875rem, 3vw, 2.5rem);
  --fs-4xl: clamp(2.25rem, 4vw, 3.5rem);
  --fs-5xl: clamp(2.75rem, 5.5vw, 4.5rem);

  /* Spacing (4px base) */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* Layout */
  --max-w: 1280px;
  --max-w-narrow: 760px;
  --max-w-prose: 64ch;
  --header-h: 84px;
  --header-h-mobile: 68px;

  /* Border radius */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 32px;
  --radius-full: 9999px;

  /* Shadows — softer, more refined */
  --shadow-xs: 0 1px 2px rgba(10, 25, 41, 0.04);
  --shadow-sm: 0 2px 8px rgba(10, 25, 41, 0.06);
  --shadow-md: 0 8px 24px rgba(10, 25, 41, 0.08);
  --shadow-lg: 0 20px 48px rgba(10, 25, 41, 0.12);
  --shadow-glow: 0 0 0 6px rgba(86, 181, 229, 0.15);

  /* Motion */
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --duration: 280ms;
}

/* ============================================================
   2. RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: 1.65;
  color: var(--color-ink-900);
  background: var(--color-paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'kern', 'liga', 'ss01';
}

img, picture, video, svg { display: block; max-width: 100%; height: auto; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { color: var(--color-sky-600); text-decoration: none; transition: color var(--duration) var(--ease); }
a:hover, a:focus-visible { color: var(--color-navy); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 500;
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
  color: var(--color-navy);
  line-height: 1.15;
  letter-spacing: -0.02em;
}
h1 { font-size: var(--fs-5xl); font-variation-settings: 'opsz' 144, 'SOFT' 30; }
h2 { font-size: var(--fs-4xl); }
h3 { font-size: var(--fs-2xl); }
h4 { font-size: var(--fs-xl); }

p { max-width: var(--max-w-prose); }
.container { width: min(92%, var(--max-w)); margin-inline: auto; }
.container-narrow { width: min(92%, var(--max-w-narrow)); margin-inline: auto; }

/* ============================================================
   3. ACCESSIBILITY
   ============================================================ */
.skip-link {
  position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden;
  background: var(--color-navy); color: var(--color-paper);
  padding: 0.75rem 1.25rem; z-index: 100000;
  border-radius: 0 0 var(--radius-md) 0;
  font-weight: 600;
}
.skip-link:focus { left: 0; top: 0; width: auto; height: auto; }

:focus-visible {
  outline: 3px solid var(--color-sky);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

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

/* ============================================================
   4. HEADER (refreshed)
   ============================================================ */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  height: var(--header-h);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid transparent;
  transition: border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
}
.site-header.is-scrolled {
  border-bottom-color: var(--color-ink-100);
  box-shadow: var(--shadow-sm);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 100%; width: min(94%, var(--max-w)); margin-inline: auto;
  gap: var(--space-6);
}
.header-logo {
  display: flex; align-items: center; gap: var(--space-3);
  color: var(--color-navy);
}
.header-logo img { height: 52px; width: auto; }

/* Desktop nav */
.main-nav ul {
  list-style: none; display: flex; align-items: center; gap: var(--space-1);
}
.main-nav li { position: relative; }
.main-nav a {
  display: inline-flex; align-items: center;
  padding: var(--space-2) var(--space-4);
  font-size: var(--fs-sm); font-weight: 500;
  color: var(--color-ink-700);
  border-radius: var(--radius-full);
  transition: background var(--duration) var(--ease), color var(--duration) var(--ease);
  letter-spacing: 0.005em;
}
.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav .current-menu-item > a,
.main-nav .current-menu-ancestor > a,
.main-nav .current_page_item > a {
  color: var(--color-navy);
  background: var(--color-sky-100);
}

/* Dropdown */
.main-nav .sub-menu {
  position: absolute; top: calc(100% + 8px); left: 0;
  min-width: 280px; padding: var(--space-2);
  background: var(--color-paper);
  border: 1px solid var(--color-ink-100);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden;
  transform: translateY(8px);
  transition: all var(--duration) var(--ease);
  z-index: 100;
}
.main-nav li:hover > .sub-menu,
.main-nav li:focus-within > .sub-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.main-nav .sub-menu a {
  display: block; padding: var(--space-3) var(--space-4);
  font-size: var(--fs-sm); border-radius: var(--radius-sm);
}

/* Mobile toggle */
.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border-radius: var(--radius-full);
  /* Stack the three bars vertically */
  flex-direction: column;
  align-items: center; justify-content: center;
  gap: 5px;
  color: var(--color-navy);
  background: var(--color-sky-100);
  border: 1px solid var(--color-ink-100);
  cursor: pointer;
  transition: background var(--duration) var(--ease), border-color var(--duration) var(--ease);
}
.nav-toggle:hover, .nav-toggle:focus-visible {
  background: var(--color-navy);
  color: var(--color-paper);
  border-color: var(--color-navy);
}
.nav-toggle span {
  display: block; width: 22px; height: 2.5px;
  background: currentColor;
  transition: all var(--duration) var(--ease);
  border-radius: 2px;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Header CTA */
.header-cta {
  display: inline-flex; align-items: center; gap: var(--space-2);
  padding: 0.6rem 1.25rem;
  background: var(--color-navy); color: var(--color-paper) !important;
  border-radius: var(--radius-full);
  font-size: var(--fs-sm); font-weight: 600;
  transition: all var(--duration) var(--ease);
  border: 2px solid var(--color-navy);
}
.header-cta:hover, .header-cta:focus-visible {
  background: var(--color-sky); color: var(--color-navy) !important;
  border-color: var(--color-sky);
  transform: translateY(-1px);
}

/* ============================================================
   5. ANNOUNCEMENT BAR (new)
   ============================================================ */
.announcement-banner { margin-top: var(--header-h); }
.announcement-item {
  padding: var(--space-3) var(--space-6);
  font-size: var(--fs-sm); text-align: center;
  display: flex; align-items: center; justify-content: center;
  gap: var(--space-3); flex-wrap: wrap;
  border-bottom: 1px solid;
}
.announcement-item--info     { background: var(--color-sky-50); color: var(--color-navy); border-color: var(--color-sky-100); }
.announcement-item--warning  { background: var(--color-red-50); color: var(--color-red); border-color: #fecaca; }
.announcement-item--vacation { background: #fef9e7; color: #92400e; border-color: #fde68a; }
.announcement-item--holiday  { background: #f0fdf4; color: #166534; border-color: #bbf7d0; }
.announcement-dismiss {
  width: 32px; height: 32px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--radius-full);
  opacity: 0.6; transition: opacity var(--duration) var(--ease), background var(--duration) var(--ease);
}
.announcement-dismiss:hover { opacity: 1; background: rgba(0,0,0,0.06); }

/* ============================================================
   6. HERO — v4: Team-photo showcase design
   ============================================================ */
.hero {
  position: relative;
  overflow: hidden;
  padding: var(--space-20) 0 var(--space-24);
  background: var(--color-cream);
}
.hero:not(.has-announcements) { margin-top: var(--header-h); padding-top: var(--space-16); }

/* Soft organic background blobs */
.hero::before {
  content: '';
  position: absolute;
  top: -15%; right: -10%; width: 50%; aspect-ratio: 1;
  background: radial-gradient(circle, var(--color-sky-100) 0%, transparent 65%);
  z-index: 0;
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -30%; left: -15%; width: 50%; aspect-ratio: 1;
  background: radial-gradient(circle, rgba(86, 181, 229, 0.08) 0%, transparent 65%);
  z-index: 0;
  pointer-events: none;
}

/* Decorative dotted patterns */
.hero-dots {
  position: absolute;
  width: 100px; height: 100px;
  background-image: radial-gradient(circle, var(--color-sky-600) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.hero-dots--tr { top: 8%; right: 6%; }
.hero-dots--bl { bottom: 18%; left: 4%; }

/* === Hero intro: text block (centered, max-width) === */
.hero-intro {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto var(--space-12);
  text-align: center;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: var(--space-2);
  padding: 0.45rem 1rem 0.45rem 0.6rem;
  background: var(--color-paper);
  border: 1px solid var(--color-ink-100);
  border-radius: var(--radius-full);
  font-size: var(--fs-xs); font-weight: 600;
  color: var(--color-navy);
  letter-spacing: 0.02em;
  margin-bottom: var(--space-6);
  box-shadow: var(--shadow-xs);
}
.hero-badge::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: var(--color-sky);
  box-shadow: 0 0 0 4px rgba(86, 181, 229, 0.25);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(86, 181, 229, 0.25); }
  50%      { box-shadow: 0 0 0 9px rgba(86, 181, 229, 0.0);  }
}

.hero h1 {
  font-size: var(--fs-5xl);
  line-height: 1.02;
  margin-bottom: var(--space-5);
  letter-spacing: -0.025em;
  font-variation-settings: 'opsz' 144, 'SOFT' 20, 'wght' 500;
  margin-inline: auto;
  max-width: 14ch;
}
.hero h1 em {
  font-style: italic;
  color: var(--color-sky-600);
  font-variation-settings: 'opsz' 144, 'SOFT' 80, 'wght' 400;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.hero h1 em::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0.05em;
  width: 100%; height: 0.18em;
  background: var(--color-sky);
  opacity: 0.25;
  z-index: -1;
  border-radius: 4px;
}

.hero-lead {
  font-size: var(--fs-lg);
  color: var(--color-ink-700);
  max-width: 56ch;
  margin: 0 auto var(--space-7);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: var(--space-5);
}

/* Status pill */
.hero-status {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  padding: 0.55rem 1rem 0.55rem 0.7rem;
  background: var(--color-paper);
  border: 1px solid var(--color-ink-100);
  border-radius: var(--radius-full);
  font-size: var(--fs-sm);
  color: var(--color-ink-700);
  box-shadow: var(--shadow-xs);
}
.hero-status-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
  flex-shrink: 0;
}
.hero-status-dot--closed {
  background: var(--color-ink-300);
  box-shadow: 0 0 0 3px rgba(163, 177, 189, 0.2);
}
.hero-status strong { color: var(--color-navy); }

/* === Hero team photo showcase === */
.hero-team-photo {
  position: relative;
  z-index: 2;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 16 / 9;
  margin-top: var(--space-4);
}
.hero-team-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 1200ms var(--ease);
}
.hero-team-photo:hover img { transform: scale(1.02); }

/* Subtle gradient overlay at bottom for legibility of floating elements */
.hero-team-photo::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 38, 76, 0.45), transparent);
  pointer-events: none;
}

/* "Ihr Praxisteam" label — top-left */
.hero-photo-label {
  position: absolute;
  top: var(--space-5); left: var(--space-5);
  z-index: 3;
  display: inline-flex; align-items: center; gap: var(--space-2);
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: var(--radius-full);
  font-size: var(--fs-xs); font-weight: 600;
  color: var(--color-navy);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
}
.hero-photo-label::before {
  content: ''; width: 6px; height: 6px;
  background: var(--color-sky); border-radius: 50%;
}

/* Floating stats — bottom-left over photo */
.hero-photo-stats {
  position: absolute;
  bottom: var(--space-5); left: var(--space-5);
  z-index: 3;
  display: flex; gap: var(--space-4);
}
.hero-photo-stat {
  padding: var(--space-3) var(--space-4);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: var(--radius-md);
  text-align: left;
  box-shadow: var(--shadow-sm);
}
.hero-photo-stat-value {
  font-family: var(--font-display);
  font-size: var(--fs-2xl);
  color: var(--color-navy);
  font-weight: 500;
  line-height: 1;
  font-variation-settings: 'opsz' 144, 'SOFT' 30;
}
.hero-photo-stat-label {
  font-size: var(--fs-xs);
  color: var(--color-ink-500);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
  font-weight: 600;
}

/* Floating "Termin buchen" CTA card — bottom-right */
.hero-photo-cta {
  position: absolute;
  bottom: var(--space-5); right: var(--space-5);
  z-index: 3;
  display: inline-flex; align-items: center; gap: var(--space-3);
  padding: 0.85rem 1.4rem 0.85rem 0.85rem;
  background: var(--color-navy);
  color: var(--color-paper);
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: var(--fs-sm);
  text-decoration: none;
  box-shadow: var(--shadow-lg);
  transition: all var(--duration) var(--ease);
}
.hero-photo-cta:hover, .hero-photo-cta:focus-visible {
  background: var(--color-sky);
  color: var(--color-navy);
  transform: translateY(-2px);
}
.hero-photo-cta svg {
  width: 28px; height: 28px;
  padding: 4px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
}
.hero-photo-cta:hover svg { background: rgba(0,38,76,0.1); }

/* Hide old hero classes from v3 */
.hero-collage, .hero-photo, .hero-floating-cta,
.hero-floating-card, .hero-image-wrap { display: none; }

/* Hero responsive */
@media (max-width: 1024px) {
  .hero-dots { width: 70px; height: 70px; }
  .hero-photo-stats { gap: var(--space-2); }
  .hero-photo-stat { padding: var(--space-2) var(--space-3); }
  .hero-photo-stat-value { font-size: var(--fs-xl); }
}
@media (max-width: 768px) {
  .hero { padding: var(--space-12) 0 var(--space-16); }
  .hero h1 { font-size: var(--fs-4xl); max-width: 100%; }
  .hero h1 em { white-space: normal; }
  .hero-team-photo { aspect-ratio: 4/3; }
  .hero-photo-stats { display: none; }
  .hero-photo-cta {
    bottom: var(--space-3); right: var(--space-3);
    padding: 0.65rem 1rem 0.65rem 0.65rem;
    font-size: var(--fs-xs);
  }
  .hero-photo-cta svg { width: 24px; height: 24px; }
  .hero-photo-label {
    top: var(--space-3); left: var(--space-3);
    padding: 0.35rem 0.75rem;
    font-size: 0.7rem;
  }
  .hero-dots { display: none; }
}
@media (max-width: 480px) {
  .hero-team-photo { aspect-ratio: 5/4; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn-primary, .hero-actions .btn-secondary { width: 100%; justify-content: center; }
}

/* ============================================================
   7. BUTTONS
   ============================================================ */
.btn-primary, .btn-secondary, .btn-ghost {
  display: inline-flex; align-items: center; gap: var(--space-2);
  padding: 0.85rem 1.6rem;
  font-size: var(--fs-base); font-weight: 600;
  border-radius: var(--radius-full);
  transition: all var(--duration) var(--ease);
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  letter-spacing: 0.005em;
}
.btn-primary {
  background: var(--color-navy); color: var(--color-paper) !important;
  border-color: var(--color-navy);
}
.btn-primary:hover, .btn-primary:focus-visible {
  background: var(--color-navy-700); border-color: var(--color-navy-700);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.btn-secondary {
  background: transparent; color: var(--color-navy) !important;
  border-color: var(--color-ink-200);
}
.btn-secondary:hover, .btn-secondary:focus-visible {
  background: var(--color-paper); border-color: var(--color-navy);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.btn-ghost {
  padding: 0.6rem 1.2rem;
  background: transparent; color: var(--color-navy) !important;
}
.btn-ghost:hover { background: var(--color-sky-100); }

.btn-primary[data-variant="sky"] {
  background: var(--color-sky); color: var(--color-navy) !important; border-color: var(--color-sky);
}
.btn-primary[data-variant="sky"]:hover { background: var(--color-paper); border-color: var(--color-paper); }

/* ============================================================
   8. TRUST STRIP (new)
   ============================================================ */
.trust-strip {
  padding: var(--space-8) 0;
  background: var(--color-paper);
  border-top: 1px solid var(--color-ink-100);
  border-bottom: 1px solid var(--color-ink-100);
}
.trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-8);
  text-align: center;
}
.trust-item {
  display: flex; flex-direction: column; gap: var(--space-1);
}
.trust-value {
  font-family: var(--font-display);
  font-size: var(--fs-3xl);
  color: var(--color-navy);
  font-weight: 500;
  line-height: 1;
  font-variation-settings: 'opsz' 144, 'SOFT' 30;
}
.trust-label {
  font-size: var(--fs-xs);
  color: var(--color-ink-500);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

/* ============================================================
   9. INFO BAR
   ============================================================ */
.info-bar {
  padding: var(--space-4) 0;
  background: var(--color-navy);
  color: var(--color-paper);
  font-size: var(--fs-sm);
}
.info-bar-inner {
  display: flex; justify-content: center; gap: var(--space-10);
  flex-wrap: wrap;
}
.info-bar-item { display: flex; align-items: center; gap: var(--space-2); opacity: 0.9; }
.info-bar-item svg { color: var(--color-sky); flex-shrink: 0; }
.info-bar-item a { color: var(--color-paper); }
.info-bar-item a:hover { color: var(--color-sky); }

/* ============================================================
   10. NOTICE / ALERT
   ============================================================ */
.notice {
  width: min(92%, var(--max-w));
  margin: var(--space-16) auto;
  padding: var(--space-6) var(--space-8);
  background: var(--color-red-50);
  border: 1px solid #fecaca;
  border-left: 4px solid var(--color-red);
  border-radius: var(--radius-md);
  display: flex; gap: var(--space-4);
}
.notice::before {
  content: '⚠';
  font-size: 1.5rem;
  color: var(--color-red);
  flex-shrink: 0;
}
.notice-content { flex: 1; }
.notice h3 {
  font-family: var(--font-body);
  font-size: var(--fs-lg);
  color: var(--color-red);
  margin-bottom: var(--space-2);
  font-weight: 700;
  letter-spacing: 0;
}
.notice p {
  font-size: var(--fs-sm);
  color: var(--color-ink-700);
  max-width: none;
}

/* ============================================================
   11. SECTIONS
   ============================================================ */
section, .wp-section { padding: var(--space-24) 0; }
.section-eyebrow {
  display: inline-block;
  font-size: var(--fs-xs); font-weight: 700;
  color: var(--color-sky-600);
  text-transform: uppercase; letter-spacing: 0.12em;
  margin-bottom: var(--space-3);
}
.section-header {
  text-align: center; max-width: 720px; margin: 0 auto var(--space-12);
}
.section-header p {
  font-size: var(--fs-lg);
  color: var(--color-ink-500);
  margin: var(--space-3) auto 0;
}

.bg-cream { background: var(--color-cream); }
.bg-soft  { background: var(--color-bg-soft); }
.bg-navy  { background: var(--color-navy); color: var(--color-paper); }
.bg-navy h2, .bg-navy h3, .bg-navy h4 { color: var(--color-paper); }
.bg-navy p { color: rgba(255,255,255,0.7); }
.bg-navy .section-eyebrow { color: var(--color-sky); }

/* ============================================================
   12. TWO COLUMN LAYOUT
   ============================================================ */
.two-col {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-16);
  align-items: center;
}
.two-col--reverse { direction: rtl; }
.two-col--reverse > * { direction: ltr; }
.two-col-text h2 { margin-bottom: var(--space-4); }
.two-col-text p { color: var(--color-ink-700); margin-bottom: var(--space-3); }
.two-col-img {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3;
}
.two-col-img img { width: 100%; height: 100%; object-fit: cover; }

/* Pull-quote style */
.pull-quote {
  font-family: var(--font-display);
  font-size: var(--fs-xl);
  line-height: 1.4;
  color: var(--color-navy);
  font-style: italic;
  padding-left: var(--space-6);
  border-left: 3px solid var(--color-sky);
  margin: var(--space-6) 0;
  font-variation-settings: 'opsz' 144, 'SOFT' 80;
}

/* ============================================================
   13. CARDS — refreshed
   ============================================================ */
.card-grid {
  display: grid; gap: var(--space-6);
}
.card-grid--2 { grid-template-columns: repeat(2, 1fr); }
.card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.card-grid--4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--color-paper);
  border: 1px solid var(--color-ink-100);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--duration) var(--ease);
  display: flex; flex-direction: column;
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--color-sky);
  box-shadow: var(--shadow-md);
}
.card-img {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--color-ink-100);
}
.card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 600ms var(--ease);
}
.card:hover .card-img img { transform: scale(1.04); }

.card-body {
  padding: var(--space-6);
  flex: 1; display: flex; flex-direction: column;
}
.card-icon {
  width: 48px; height: 48px;
  background: var(--color-sky-100);
  border-radius: var(--radius-md);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--color-sky-600);
  margin-bottom: var(--space-4);
}
.card h3 { margin-bottom: var(--space-2); font-size: var(--fs-xl); }
.card p {
  color: var(--color-ink-500);
  font-size: var(--fs-sm);
  flex: 1;
}
.card-link {
  display: inline-flex; align-items: center; gap: var(--space-1);
  color: var(--color-sky-600);
  font-weight: 600; font-size: var(--fs-sm);
  margin-top: var(--space-4);
}
.card:hover .card-link { color: var(--color-navy); }

/* Featured / large cards */
.feature-card {
  background: var(--color-paper);
  border-radius: var(--radius-xl);
  padding: var(--space-10);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-ink-100);
  transition: all var(--duration) var(--ease);
}
.feature-card:hover {
  border-color: var(--color-sky);
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.feature-card-img {
  position: absolute; top: 0; right: 0;
  width: 40%; height: 100%;
  background-size: cover; background-position: center;
  opacity: 0.15;
  mask-image: linear-gradient(to left, black, transparent);
  -webkit-mask-image: linear-gradient(to left, black, transparent);
}
.feature-card-content { position: relative; z-index: 1; max-width: 65%; }

/* ============================================================
   14. TEAM
   ============================================================ */
.doctor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-6);
}
.doctor-card {
  background: var(--color-paper);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-ink-100);
  text-align: center;
  transition: all var(--duration) var(--ease);
}
.doctor-card:hover {
  border-color: var(--color-sky);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.doctor-card-img {
  aspect-ratio: 1; overflow: hidden;
  background: var(--color-cream);
  position: relative;
}
.doctor-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 600ms var(--ease);
}
.doctor-card:hover .doctor-card-img img { transform: scale(1.05); }
.doctor-card-body { padding: var(--space-6); }
.doctor-card h3 {
  font-size: var(--fs-lg);
  margin-bottom: var(--space-1);
  line-height: 1.2;
}
.doctor-card p {
  font-size: var(--fs-sm);
  color: var(--color-ink-500);
  max-width: none;
}

/* Team members (smaller) */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: var(--space-8);
}
.team-card { text-align: center; }
.team-card-img {
  width: 140px; height: 140px;
  margin: 0 auto var(--space-3);
  border-radius: var(--radius-full);
  overflow: hidden;
  background: var(--color-cream);
  border: 3px solid var(--color-paper);
  box-shadow: var(--shadow-sm);
  transition: all var(--duration) var(--ease);
}
.team-card:hover .team-card-img {
  box-shadow: var(--shadow-md), 0 0 0 4px var(--color-sky-100);
  transform: scale(1.03);
}
.team-card-img img { width: 100%; height: 100%; object-fit: cover; }
.team-card h4 {
  font-size: var(--fs-base);
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--color-navy);
  margin-bottom: var(--space-1);
  letter-spacing: 0;
}
.team-card p {
  font-size: var(--fs-xs);
  color: var(--color-ink-500);
  max-width: none;
}

/* ============================================================
   15. LISTS
   ============================================================ */
.service-list { list-style: none; }
.service-list li {
  padding: var(--space-4) 0 var(--space-4) var(--space-8);
  position: relative;
  border-bottom: 1px solid var(--color-ink-100);
  font-size: var(--fs-base);
  color: var(--color-ink-700);
}
.service-list li:last-child { border-bottom: 0; }
.service-list li::before {
  content: '';
  position: absolute; left: 0; top: 1.5em;
  width: 20px; height: 20px;
  background: var(--color-sky-100);
  border-radius: var(--radius-full);
  transform: translateY(-50%);
}
.service-list li::after {
  content: '';
  position: absolute; left: 6px; top: 1.5em;
  width: 8px; height: 4px;
  border-left: 2px solid var(--color-sky-600);
  border-bottom: 2px solid var(--color-sky-600);
  transform: translateY(-65%) rotate(-45deg);
}

/* ============================================================
   16. HOURS TABLE
   ============================================================ */
.hours-table {
  width: 100%; border-collapse: separate; border-spacing: 0;
  background: var(--color-paper);
  border: 1px solid var(--color-ink-100);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.hours-table th, .hours-table td {
  padding: var(--space-4) var(--space-5);
  text-align: left;
  border-bottom: 1px solid var(--color-ink-100);
}
.hours-table tr:last-child th,
.hours-table tr:last-child td { border-bottom: 0; }
.hours-table th {
  font-weight: 600; color: var(--color-navy);
  width: 40%; font-family: var(--font-body);
}
.hours-table td {
  color: var(--color-ink-700);
  font-variant-numeric: tabular-nums;
}

/* ============================================================
   17. CONTACT & MAP
   ============================================================ */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: var(--space-12); align-items: start;
}
.contact-info-item {
  display: flex; gap: var(--space-4);
  padding: var(--space-4) 0;
  border-bottom: 1px solid var(--color-ink-100);
}
.contact-info-item:last-child { border-bottom: 0; }
.contact-icon {
  width: 48px; height: 48px; flex-shrink: 0;
  background: var(--color-sky-100);
  border-radius: var(--radius-md);
  display: flex; align-items: center; justify-content: center;
  color: var(--color-sky-600);
}
.contact-info-text strong {
  display: block;
  color: var(--color-navy);
  margin-bottom: 4px;
  font-weight: 600;
}
.contact-info-text small {
  color: var(--color-ink-500);
  font-size: var(--fs-xs);
}

.map-container {
  width: 100%; aspect-ratio: 4/3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-ink-100);
  position: relative;
  border: 1px solid var(--color-ink-100);
}
.map-container .leaflet-container { width: 100%; height: 100%; }
.map-consent-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--color-cream), var(--color-paper));
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: var(--space-3); padding: var(--space-8); text-align: center;
  z-index: 10;
}
.map-consent-overlay p {
  font-size: var(--fs-sm); color: var(--color-ink-700);
  max-width: 360px;
}

/* ============================================================
   18. EMERGENCY
   ============================================================ */
.emergency-box {
  padding: var(--space-12);
  border-radius: var(--radius-xl);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.emergency-box--red {
  background: linear-gradient(135deg, var(--color-red), #c0392b);
  color: var(--color-paper);
}
.emergency-box--red h2 { color: var(--color-paper); }
.emergency-box--red p { color: rgba(255,255,255,0.85); max-width: none; }
.emergency-box--soft {
  background: var(--color-sky-50);
  border: 1px solid var(--color-sky-100);
  color: var(--color-navy);
}
.emergency-number {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 500;
  margin: var(--space-4) 0;
  line-height: 1;
  font-variation-settings: 'opsz' 144, 'SOFT' 30;
}
.emergency-number a { color: inherit; }

/* ============================================================
   19. PAGE HEADER
   ============================================================ */
.page-header-banner {
  margin-top: var(--header-h);
  background: var(--color-cream);
  padding: var(--space-16) 0 var(--space-12);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-header-banner::before {
  content: '';
  position: absolute;
  top: -30%; right: -10%; width: 50%; aspect-ratio: 1;
  background: radial-gradient(circle, var(--color-sky-100) 0%, transparent 70%);
  border-radius: 50%;
}
.page-header-banner > .container { position: relative; }
.page-header-banner h1 {
  margin-bottom: var(--space-2);
  color: var(--color-navy);
}
.page-header-banner p {
  font-size: var(--fs-lg);
  color: var(--color-ink-500);
  max-width: 640px;
  margin: 0 auto;
}
.page-header-banner--emergency {
  background: linear-gradient(135deg, #c0392b, var(--color-red));
}
.page-header-banner--emergency h1, .page-header-banner--emergency p { color: var(--color-paper); }
.page-header-banner--emergency p { color: rgba(255,255,255,0.85); }

/* ============================================================
   20. CONTENT BLOCKS
   ============================================================ */
.content-block { width: min(92%, var(--max-w-narrow)); margin-inline: auto; }
.content-block h2 { margin: var(--space-10) 0 var(--space-4); }
.content-block h2:first-child { margin-top: 0; }
.content-block h3 { margin: var(--space-6) 0 var(--space-3); font-size: var(--fs-lg); }
.content-block p { margin-bottom: var(--space-4); color: var(--color-ink-700); }
.content-block ul, .content-block ol {
  margin: var(--space-3) 0 var(--space-6) var(--space-6);
  color: var(--color-ink-700);
}
.content-block li { margin-bottom: var(--space-2); }

.highlight-box {
  background: var(--color-sky-50);
  border: 1px solid var(--color-sky-100);
  padding: var(--space-8);
  border-radius: var(--radius-lg);
  margin: var(--space-8) 0;
}
.highlight-box h3 { color: var(--color-navy); margin-top: 0; }

/* ============================================================
   21. CTA SECTION (new)
   ============================================================ */
.cta-section {
  padding: var(--space-20) 0;
  background: linear-gradient(135deg, var(--color-navy) 0%, var(--color-navy-500) 100%);
  color: var(--color-paper);
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(86, 181, 229, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(86, 181, 229, 0.1) 0%, transparent 50%);
}
.cta-inner {
  position: relative;
  text-align: center;
  max-width: 720px; margin: 0 auto;
}
.cta-inner h2 { color: var(--color-paper); margin-bottom: var(--space-4); }
.cta-inner p {
  color: rgba(255,255,255,0.8);
  font-size: var(--fs-lg);
  margin: 0 auto var(--space-8);
}
.cta-section .btn-primary {
  background: var(--color-sky); color: var(--color-navy) !important;
  border-color: var(--color-sky);
}
.cta-section .btn-primary:hover {
  background: var(--color-paper); border-color: var(--color-paper);
}

/* ============================================================
   22. DOCTOLIB FLOAT
   ============================================================ */
.doctolib-float {
  position: fixed; bottom: var(--space-6); right: var(--space-6);
  z-index: 900;
}
.doctolib-float a {
  display: inline-flex; align-items: center; gap: var(--space-2);
  padding: 0.85rem 1.4rem;
  background: var(--color-navy);
  color: var(--color-paper);
  border-radius: var(--radius-full);
  font-weight: 600; font-size: var(--fs-sm);
  box-shadow: var(--shadow-lg);
  transition: all var(--duration) var(--ease);
}
.doctolib-float a:hover {
  background: var(--color-sky); color: var(--color-navy);
  transform: translateY(-2px);
}

/* ============================================================
   23. COOKIE BANNER (GDPR)
   ============================================================ */
.cookie-banner {
  position: fixed; bottom: var(--space-4); left: var(--space-4); right: var(--space-4);
  max-width: 720px; margin: 0 auto;
  background: var(--color-paper);
  color: var(--color-ink-900);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-ink-100);
  z-index: 9999;
  display: none;
  flex-direction: column; gap: var(--space-4);
}
.cookie-banner.is-visible { display: flex; }
.cookie-banner__text {
  font-size: var(--fs-sm);
  color: var(--color-ink-700);
}
.cookie-banner__text a {
  color: var(--color-sky-600); text-decoration: underline;
}
.cookie-banner__actions {
  display: flex; gap: var(--space-2); flex-wrap: wrap;
}
.cookie-banner__actions button {
  padding: 0.6rem 1.4rem;
  border-radius: var(--radius-full);
  font-size: var(--fs-sm); font-weight: 600;
  cursor: pointer;
  transition: all var(--duration) var(--ease);
  border: 1px solid transparent;
}
.cookie-btn-accept {
  background: var(--color-navy); color: var(--color-paper);
  border-color: var(--color-navy);
}
.cookie-btn-accept:hover { background: var(--color-navy-700); border-color: var(--color-navy-700); }
.cookie-btn-reject {
  background: var(--color-paper); color: var(--color-ink-700);
  border-color: var(--color-ink-200);
}
.cookie-btn-reject:hover { border-color: var(--color-navy); color: var(--color-navy); }

/* ============================================================
   24. FOOTER
   ============================================================ */
.site-footer {
  background: var(--color-navy);
  color: rgba(255,255,255,0.7);
  padding: var(--space-20) 0 var(--space-8);
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: -20%; right: -10%; width: 35%; aspect-ratio: 1;
  background: radial-gradient(circle, rgba(86, 181, 229, 0.08) 0%, transparent 70%);
}
.footer-grid {
  position: relative;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-12);
  margin-bottom: var(--space-16);
}
.footer-brand img,
.footer-brand .footer-logo {
  max-height: 64px;
  width: auto;
  margin-bottom: var(--space-4);
  border-radius: var(--radius-sm);
  /* No brightness filter — logo's own sky-blue tile provides contrast on navy */
}
.footer-brand p { font-size: var(--fs-sm); line-height: 1.6; max-width: 360px; }
.footer-col h4 {
  font-family: var(--font-body);
  color: var(--color-paper);
  font-size: var(--fs-xs); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  margin-bottom: var(--space-4);
  letter-spacing: 0.1em;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: var(--space-2); }
.footer-col a {
  color: rgba(255,255,255,0.7);
  font-size: var(--fs-sm);
  transition: color var(--duration) var(--ease);
}
.footer-col a:hover { color: var(--color-sky); }

.footer-bottom {
  position: relative;
  padding-top: var(--space-6);
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: var(--space-4);
  font-size: var(--fs-xs);
}
.footer-legal {
  display: flex; gap: var(--space-6);
}
.footer-legal a,
.footer-legal .footer-cookie-settings { color: rgba(255,255,255,0.5); }
.footer-legal a:hover,
.footer-legal .footer-cookie-settings:hover { color: var(--color-sky); }

/* Cookie-Einstellungen button — styled to look like a footer link */
.footer-cookie-settings {
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: var(--fs-xs);
  cursor: pointer;
  text-decoration: none;
  transition: color var(--duration) var(--ease);
}
.footer-cookie-settings:focus-visible {
  outline: 2px solid var(--color-sky);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

/* ============================================================
   25. WORDPRESS SPECIFIC
   ============================================================ */
.wp-block-image img { border-radius: var(--radius-md); }
.entry-content > *:not(.alignfull):not(.alignwide) {
  max-width: var(--max-w-narrow); margin-left: auto; margin-right: auto;
}
.alignfull { width: 100vw; margin-left: calc(-50vw + 50%); max-width: 100vw; }
.alignwide { max-width: var(--max-w); margin-left: auto; margin-right: auto; }
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: var(--space-3); }

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

/* WP 7 responsive block controls support */
.hide-on-mobile { display: block; }
.hide-on-tablet, .hide-on-desktop { display: block; }
@media (max-width: 600px) { .hide-on-mobile { display: none !important; } }
@media (min-width: 600.1px) and (max-width: 1024px) { .hide-on-tablet { display: none !important; } }
@media (min-width: 1024.1px) { .hide-on-desktop { display: none !important; } }

/* ============================================================
   26. ANIMATIONS
   ============================================================ */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}
.fade-in.is-visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   27. RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .doctor-grid { grid-template-columns: repeat(2, 1fr); }
  .card-grid--3, .card-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  :root { --header-h: var(--header-h-mobile); }

  /* CRITICAL: remove backdrop-filter on mobile.
     `backdrop-filter` makes the header a containing block for
     position:fixed descendants — which would trap the slide-out
     .main-nav inside the header's 68px box instead of the viewport.
     We use a fully opaque background as the visual compensation. */
  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(255, 255, 255, 0.98);
  }

  .main-nav {
    position: fixed; inset: var(--header-h) 0 0 0;
    background: var(--color-paper);
    padding: var(--space-6);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: transform var(--duration) var(--ease);
    /* Above the header so the slide-out menu visually sits on top
       of any page content. Header itself remains clickable because
       the toggle button has its own higher z-index below. */
    z-index: 1100;
    box-shadow: -8px 0 24px rgba(10, 25, 41, 0.08);
  }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav a {
    padding: var(--space-4) 0;
    font-size: var(--fs-lg);
    border-bottom: 1px solid var(--color-ink-100);
    border-radius: 0;
  }
  .main-nav .sub-menu {
    position: static; box-shadow: none; border: 0;
    padding: 0 0 0 var(--space-4);
    opacity: 1; visibility: visible; transform: none;
  }
  /* Toggle button needs higher z-index than the menu so it stays
     tappable to close the menu */
  .nav-toggle {
    display: flex;
    position: relative;
    z-index: 1200;
  }
  .header-cta { display: none; }

  /* Prevent body scroll when mobile menu is open */
  body.gmp-nav-open { overflow: hidden; }

  section, .wp-section { padding: var(--space-16) 0; }

  .two-col { grid-template-columns: 1fr; gap: var(--space-8); }
  .two-col--reverse { direction: ltr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: var(--space-8); }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-legal { justify-content: center; }
  .info-bar-inner { gap: var(--space-4); }
  .doctolib-float { bottom: var(--space-4); right: var(--space-4); }
  .doctolib-float a { padding: 0.7rem 1.1rem; font-size: var(--fs-xs); }

  .feature-card-content { max-width: 100%; }
  .feature-card-img { display: none; }
}

@media (max-width: 480px) {
  .doctor-grid { grid-template-columns: 1fr; }
  .card-grid--3, .card-grid--4 { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-4); }
  .hero-actions .btn-primary, .hero-actions .btn-secondary { width: 100%; justify-content: center; }
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-4); }
  .team-card-img { width: 110px; height: 110px; }
  .notice { padding: var(--space-4); }
}

/* ============================================================
   28. PRINT
   ============================================================ */
@media print {
  .site-header, .site-footer, .cookie-banner, .doctolib-float,
  .nav-toggle, .announcement-banner { display: none !important; }
  body { color: #000; font-size: 12pt; }
  section, .wp-section { padding: 1rem 0; }
  a { color: #000; text-decoration: underline; }
}
