/* =========================================================================
   PhysioPuls — Demo
   Gebaut von Vivo Studio · Online-Terminbuchung powered by VivoPraxis
   Designsystem: deep pine green + brass on pure white. Spectral + Hanken Grotesk.
   ========================================================================= */

:root {
  /* --- Color (OKLCH) --- */
  /* PHYSIO theme — warm terracotta + calm teal on white */
  --bg:          oklch(1 0 0);
  --surface:     oklch(0.975 0.006 45);
  --surface-2:   oklch(0.957 0.010 45);
  --ink:         oklch(0.235 0.014 40);
  --muted:       oklch(0.455 0.016 40);
  --line:        oklch(0.905 0.008 45);
  --line-strong: oklch(0.855 0.011 45);

  --primary:     oklch(0.52 0.118 40);
  --primary-600: oklch(0.455 0.118 40);
  --primary-700: oklch(0.37 0.098 38);
  --primary-tint:oklch(0.962 0.022 45);
  --primary-tint-2:oklch(0.93 0.038 45);
  --on-primary:  oklch(0.99 0.012 60);

  --accent:      oklch(0.60 0.102 188);  /* calm teal — small details */
  --accent-ink:  oklch(0.46 0.090 190);  /* readable teal on white */
  --accent-tint: oklch(0.955 0.028 190);

  --good:        oklch(0.62 0.13 150);

  /* --- Hero (drenched immersive field) --- */
  --hero-bg:     oklch(0.300 0.060 35);
  --hero-bg-2:   oklch(0.235 0.048 33);
  --hero-ink:    oklch(0.978 0.012 50);
  --hero-muted:  oklch(0.855 0.026 45);
  --hero-line:   oklch(0.97 0.02 50 / 0.16);
  --hero-accent: oklch(0.745 0.105 192);                /* bright teal on dark */
  --hero-glow-1: oklch(0.58 0.120 40 / 0.50);           /* terracotta glow */
  --hero-glow-2: oklch(0.60 0.102 188 / 0.32);          /* teal glow */

  /* --- Type --- */
  --serif: "Spectral", Georgia, "Times New Roman", serif;
  --sans:  "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* fluid scale (~1.25) */
  --step--1: clamp(0.82rem, 0.80rem + 0.10vw, 0.88rem);
  --step-0:  clamp(1rem, 0.97rem + 0.16vw, 1.10rem);
  --step-1:  clamp(1.22rem, 1.15rem + 0.34vw, 1.45rem);
  --step-2:  clamp(1.50rem, 1.36rem + 0.70vw, 2.00rem);
  --step-3:  clamp(1.85rem, 1.58rem + 1.35vw, 2.85rem);
  --step-4:  clamp(2.30rem, 1.85rem + 2.25vw, 4.00rem);
  --step-5:  clamp(2.80rem, 2.10rem + 3.50vw, 5.25rem);

  /* --- Space --- */
  --gutter: clamp(1.15rem, 0.7rem + 2.2vw, 2.5rem);
  --section-y: clamp(4rem, 2.5rem + 6vw, 8rem);
  --maxw: 1200px;
  --maxw-narrow: 780px;
  --radius: 14px;
  --radius-lg: 22px;
  --radius-sm: 9px;

  --shadow-sm: 0 1px 2px oklch(0.30 0.04 165 / 0.06), 0 2px 6px oklch(0.30 0.04 165 / 0.05);
  --shadow-md: 0 8px 24px oklch(0.30 0.05 165 / 0.09), 0 2px 6px oklch(0.30 0.05 165 / 0.06);
  --shadow-lg: 0 24px 60px oklch(0.28 0.05 165 / 0.16), 0 6px 16px oklch(0.28 0.05 165 / 0.08);

  /* z-scale */
  --z-sticky: 100;
  --z-header: 200;
  --z-mobilebar: 250;
  --z-nav: 300;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);       /* ease-out-quint-ish */
  --ease-2: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ----------------------------- reset ----------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--sans);
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, picture, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 2.5px solid var(--primary); outline-offset: 3px; border-radius: 4px; }

/* ----------------------------- type ----------------------------- */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.018em;
  color: var(--ink);
  text-wrap: balance;
}
h1 { font-size: var(--step-5); line-height: 1.02; }
h2 { font-size: var(--step-4); }
h3 { font-size: var(--step-2); line-height: 1.15; }
h4 { font-size: var(--step-1); line-height: 1.2; }
p  { text-wrap: pretty; }

.lead {
  font-size: var(--step-1);
  line-height: 1.5;
  color: var(--muted);
  font-weight: 400;
  max-width: 62ch;
}

.kicker {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--sans);
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--primary);
}
.kicker::before {
  content: ""; width: 26px; height: 1.5px; background: var(--accent); border-radius: 2px;
}

.eyebrow-tag {
  display: inline-block;
  font-size: var(--step--1); font-weight: 600;
  color: var(--accent-ink); background: var(--accent-tint);
  padding: 0.35rem 0.75rem; border-radius: 100px;
}

/* ----------------------------- layout --------------------------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); }
.section--tint { background: var(--surface); }
.section--ink { background: var(--primary-700); color: var(--primary-tint); }
.narrow { max-width: var(--maxw-narrow); }

.section-head { max-width: 64ch; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.section-head h2 { margin-top: 0.7rem; }
.section-head p { margin-top: 1rem; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .kicker { justify-content: center; }

/* ----------------------------- buttons -------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  font-family: var(--sans); font-weight: 600; font-size: var(--step-0);
  line-height: 1; padding: 0.95rem 1.5rem; border-radius: 100px;
  border: 1.5px solid transparent; white-space: nowrap;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease),
              box-shadow 0.25s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.btn svg { width: 1.15em; height: 1.15em; flex: none; }
.btn-primary { background: var(--primary); color: var(--on-primary); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--primary-600); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-primary:active { transform: translateY(0); }
.btn-accent { background: var(--accent-ink); color: oklch(0.99 0.01 75); box-shadow: var(--shadow-sm); }
.btn-accent:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); filter: brightness(1.05); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); }
.btn-onink { background: var(--on-primary); color: var(--primary-700); }
.btn-onink:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-lg { padding: 1.1rem 1.9rem; font-size: var(--step-1); }
.btn-block { width: 100%; }

/* on-dark hero buttons */
.btn-hero { background: var(--hero-accent); color: oklch(0.22 0.04 200); box-shadow: 0 12px 30px -10px color-mix(in oklch, var(--hero-accent), transparent 35%); }
.btn-hero:hover { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 18px 40px -10px color-mix(in oklch, var(--hero-accent), transparent 25%); }
.btn-hero:active { transform: translateY(0); }
.btn-ghost-light { background: oklch(1 0 0 / 0.06); color: var(--hero-ink); border-color: var(--hero-line); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.btn-ghost-light:hover { background: oklch(1 0 0 / 0.12); border-color: var(--hero-accent); color: var(--hero-ink); transform: translateY(-2px); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 600; color: var(--primary);
}
.link-arrow svg { width: 1.1em; height: 1.1em; transition: transform 0.3s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ----------------------------- header --------------------------- */
.site-header {
  position: sticky; top: 0; z-index: var(--z-header);
  background: oklch(1 0 0 / 0.82);
  backdrop-filter: saturate(1.4) blur(14px);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease);
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: var(--shadow-sm); }
.nav {
  display: flex; align-items: center; gap: 1.5rem;
  min-height: 76px; padding-block: 0.6rem;
}
.brand { display: flex; align-items: center; gap: 0.7rem; font-family: var(--serif); font-weight: 600; font-size: 1.22rem; letter-spacing: -0.02em; line-height: 1.08; }
.brand > span { display: inline-flex; flex-direction: column; justify-content: center; }
.brand .mark {
  width: 38px; height: 38px; border-radius: 11px; background: var(--primary);
  color: var(--on-primary); display: grid; place-items: center; flex: none;
  box-shadow: var(--shadow-sm);
}
.brand .mark svg { width: 21px; height: 21px; }
.brand small { display: block; font-family: var(--sans); font-weight: 500; font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 1px; }

.nav-links { display: flex; align-items: center; gap: 0.35rem; margin-left: auto; }
.nav-links a {
  padding: 0.5rem 0.85rem; border-radius: 8px; font-weight: 500; color: var(--ink);
  font-size: 0.98rem; position: relative; transition: color 0.2s var(--ease), background 0.2s var(--ease);
}
.nav-links a:hover { color: var(--primary); background: var(--primary-tint); }
.nav-links a[aria-current="page"] { color: var(--primary); }
.nav-links a[aria-current="page"]::after {
  content: ""; position: absolute; left: 0.85rem; right: 0.85rem; bottom: 0.25rem; height: 2px;
  background: var(--accent); border-radius: 2px;
}
.nav-cta { display: flex; align-items: center; gap: 0.75rem; }

.nav-toggle { display: none; }

/* mobile nav */
@media (max-width: 1200px) {
  /* iOS Safari glitches with backdrop-filter on a sticky header — use a solid bg on mobile */
  .site-header { background: var(--bg); backdrop-filter: none; -webkit-backdrop-filter: none; border-bottom: 1px solid var(--line); }
  .nav-links {
    position: fixed; inset: 76px 0 auto 0; z-index: var(--z-nav);
    flex-direction: column; align-items: stretch; gap: 0.2rem;
    background: var(--bg); padding: 1rem var(--gutter) 1.5rem;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg);
    transform: translateY(calc(-100% - 96px)); transition: transform 0.4s var(--ease); margin-left: 0;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 0.85rem 0.5rem; font-size: 1.1rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav-links a[aria-current="page"]::after { display: none; }
  .nav-cta { display: none; } /* booking handled by sticky bottom bar */
  .nav-toggle {
    display: inline-flex; flex-direction: column; gap: 5px; justify-content: center;
    width: 44px; height: 44px; padding: 0 11px; border-radius: 10px; border: 1px solid var(--line-strong);
    background: var(--bg);
  }
  .nav-toggle span { height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.3s var(--ease), opacity 0.2s; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* ----------------------------- status pill ---------------------- */
.status {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: var(--step--1); font-weight: 600; padding: 0.4rem 0.8rem;
  border-radius: 100px; background: var(--surface); border: 1px solid var(--line);
}
.status .dot { width: 9px; height: 9px; border-radius: 50%; flex: none; position: relative; }
.status.is-open .dot { background: var(--good); }
.status.is-open .dot::after {
  content: ""; position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid var(--good); animation: ping 2s var(--ease) infinite;
}
.status.is-closed .dot { background: oklch(0.62 0.16 28); }
@keyframes ping { 0% { transform: scale(0.6); opacity: 0.9; } 70%,100% { transform: scale(1.5); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .status .dot::after { animation: none; display: none; } }

/* ----------------------------- hero (immersive) ----------------- */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  background: var(--hero-bg); color: var(--hero-ink);
  padding-top: clamp(2.75rem, 4vw, 4.75rem);
}
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.hero-bg::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(115% 95% at 82% 4%, var(--hero-glow-2), transparent 52%),
    radial-gradient(95% 85% at 8% 96%, var(--hero-glow-1), transparent 58%),
    linear-gradient(176deg, var(--hero-bg) 0%, var(--hero-bg-2) 100%);
}
/* grainy texture for depth — soft-light noise */
.hero-bg::after {
  content: ""; position: absolute; inset: 0; opacity: 0.4; mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hero-inner {
  display: grid; grid-template-columns: 1.04fr 0.96fr;
  gap: clamp(2rem, 4.5vw, 4.75rem); align-items: center;
  padding-bottom: clamp(3rem, 5vw, 5.25rem);
}

.hero-copy { max-width: 38rem; }
.hero-title {
  font-size: var(--step-5); line-height: 1.0; letter-spacing: -0.026em;
  color: var(--hero-ink); margin: 1.35rem 0 0; text-wrap: balance;
}
.hero-title em { font-style: normal; color: var(--hero-accent); }
.hero-lead {
  margin-top: 1.5rem; color: var(--hero-muted); max-width: 40ch;
  font-size: var(--step-1); line-height: 1.5;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 2.1rem; align-items: center; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 1.3rem 2.2rem; margin-top: 2.5rem;
  padding-top: 1.9rem; border-top: 1px solid var(--hero-line);
}
.hero-trust .ti { display: flex; flex-direction: column; }
.hero-trust .ti b { font-family: var(--serif); font-size: var(--step-2); color: var(--hero-accent); line-height: 1; font-weight: 600; }
.hero-trust .ti span { font-size: var(--step--1); color: var(--hero-muted); margin-top: 0.35rem; }

/* status pill on dark */
.status--hero {
  border: 1px solid var(--hero-line); background: oklch(1 0 0 / 0.07);
  color: var(--hero-ink); padding: 0.42rem 0.85rem; border-radius: 100px;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); font-weight: 500;
}

/* stage: arched portrait + floating live card */
.hero-stage { position: relative; }
.hero-stage::before {       /* offset accent arch behind */
  content: ""; position: absolute; z-index: 0;
  width: 82%; aspect-ratio: 4/5; left: -7%; bottom: -7%;
  border-radius: 999px 999px var(--radius-lg) var(--radius-lg);
  border: 1.5px solid color-mix(in oklch, var(--hero-accent), transparent 56%);
}
.hero-portrait {
  position: relative; z-index: 2; aspect-ratio: 4/5; max-width: 460px;
  margin-left: auto; overflow: hidden;
  border-radius: 999px 999px var(--radius-lg) var(--radius-lg);
  box-shadow: 0 45px 90px -28px oklch(0 0 0 / 0.55);
}
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; }
.hero-portrait::after {     /* gentle top sheen so arch reads */
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(184deg, oklch(1 0 0 / 0.12), transparent 26%);
}

.hero-live {
  position: absolute; z-index: 3; right: clamp(-1rem, -2.2vw, -1.75rem); bottom: 7%;
  width: min(265px, 78%);
  background: var(--bg); color: var(--ink);
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 1.05rem 1.1rem;
}
.hero-live .hl-row { display: flex; align-items: center; gap: 0.55rem; font-weight: 600; }
.hero-live .hl-row .status { padding: 0; border: 0; background: none; }
.hero-live b { font-family: var(--serif); }
.hero-live .hl-time { margin: 0.55rem 0 0.85rem; font-size: 0.85rem; color: var(--muted); }
.hero-live .hl-time b { color: var(--primary); font-family: var(--sans); }
.hero-live .btn { padding: 0.6rem 1rem; font-size: 0.88rem; }

.hero-pill {
  position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 0.4rem;
  background: var(--bg); color: var(--ink); border: 1px solid var(--line);
  border-radius: 100px; padding: 0.55rem 0.9rem; box-shadow: var(--shadow-md);
  font-weight: 600; font-size: 0.9rem;
}
.hero-pill--rating { top: 5%; left: clamp(-1rem, -2.2vw, -1.6rem); }
.hero-pill .stars { color: var(--accent); font-size: 0.85rem; letter-spacing: 1px; }
.stars { color: var(--accent); letter-spacing: 1px; font-size: 0.95rem; }

/* ---- hero marquee (trust strip) ---- */
.hero-marquee {
  position: relative; z-index: 1; overflow: hidden;
  border-top: 1px solid var(--hero-line); background: oklch(1 0 0 / 0.035);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.hero-marquee .track { display: flex; width: max-content; gap: 0; padding-block: 1.05rem; animation: marquee 42s linear infinite; }
.hero-marquee:hover .track { animation-play-state: paused; }
.hero-marquee .ai {
  display: inline-flex; align-items: center; gap: 0.6rem; padding-inline: 1.75rem;
  color: var(--hero-muted); font-weight: 500; font-size: 0.95rem; white-space: nowrap;
}
.hero-marquee .ai::after { content: "·"; margin-left: 1.75rem; color: var(--hero-accent); opacity: 0.6; }
.hero-marquee .ai svg { width: 20px; height: 20px; color: var(--hero-accent); flex: none; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---- hero load choreography ---- */
@keyframes heroUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes heroStage { from { opacity: 0; transform: translateY(26px) scale(0.97); } to { opacity: 1; transform: none; } }
.hero-copy > * { opacity: 0; animation: heroUp 0.85s var(--ease-2) forwards; }
.hero-copy > *:nth-child(1) { animation-delay: 0.05s; }
.hero-copy > *:nth-child(2) { animation-delay: 0.13s; }
.hero-copy > *:nth-child(3) { animation-delay: 0.21s; }
.hero-copy > *:nth-child(4) { animation-delay: 0.29s; }
.hero-copy > *:nth-child(5) { animation-delay: 0.37s; }
.hero-stage { opacity: 0; animation: heroStage 1.05s var(--ease-2) 0.22s forwards; }
.hero-live { animation: heroUp 0.8s var(--ease-2) 0.72s both; }
.hero-pill--rating { animation: heroUp 0.8s var(--ease-2) 0.86s both; }

@media (max-width: 940px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-stage { order: -1; width: 100%; max-width: 420px; margin-inline: auto; }
  .hero-portrait { margin-inline: auto; }
  .hero-copy { max-width: none; }
}
@media (max-width: 460px) {
  .hero-pill--rating { left: 0.4rem; top: 0.6rem; }
  .hero-live { right: -0.4rem; width: min(220px, 82%); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy > *, .hero-stage, .hero-live, .hero-pill--rating {
    animation: none !important; opacity: 1 !important; transform: none !important;
  }
  .hero-marquee .track { animation: none; flex-wrap: wrap; justify-content: center; width: auto; }
}

/* ----------------------------- features ------------------------- */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: clamp(1.2rem, 2.5vw, 2rem); }
.feature {
  padding: 1.6rem; border-radius: var(--radius); background: var(--bg);
  border: 1px solid var(--line); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.section--tint .feature { background: var(--bg); }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.feature .ico {
  width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center;
  background: var(--primary-tint); color: var(--primary); margin-bottom: 1.1rem;
}
.feature .ico svg { width: 25px; height: 25px; }
.feature h3 { font-size: var(--step-1); }
.feature p { margin-top: 0.5rem; color: var(--muted); font-size: 0.98rem; }

/* ----------------------------- split content -------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split--reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); aspect-ratio: 4/3; object-fit: cover; }
.split-list { margin-top: 1.6rem; display: grid; gap: 1rem; }
.split-list li { display: flex; gap: 0.8rem; align-items: flex-start; }
.split-list .ck { width: 26px; height: 26px; border-radius: 50%; background: var(--primary-tint); color: var(--primary); display: grid; place-items: center; flex: none; margin-top: 2px; }
.split-list .ck svg { width: 15px; height: 15px; }
.split-list b { display: block; }
.split-list span { color: var(--muted); font-size: 0.95rem; }
@media (max-width: 820px) {
  .split { grid-template-columns: 1fr; }
  .split--reverse .split-media { order: 0; }
}

/* ----------------------------- treatments ----------------------- */
.treat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: clamp(1.2rem, 2.5vw, 1.8rem); }
.treat {
  position: relative; padding: 1.7rem 1.6rem; border-radius: var(--radius);
  border: 1px solid var(--line); background: var(--bg); overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.treat::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent)); transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s var(--ease);
}
.treat:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.treat:hover::before { transform: scaleX(1); }
.treat .ico { width: 48px; height: 48px; border-radius: 12px; background: var(--primary-tint); color: var(--primary); display: grid; place-items: center; margin-bottom: 1.1rem; }
.treat .ico svg { width: 24px; height: 24px; }
.treat h3 { font-size: var(--step-1); }
.treat p { color: var(--muted); margin-top: 0.5rem; font-size: 0.96rem; }
.treat .tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1rem; }
.treat .tags span { font-size: 0.78rem; color: var(--muted); background: var(--surface); border: 1px solid var(--line); padding: 0.2rem 0.6rem; border-radius: 100px; }

/* ----------------------------- team ----------------------------- */
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: clamp(1.2rem, 2.5vw, 1.8rem); }
.member { border-radius: var(--radius); overflow: hidden; background: var(--bg); border: 1px solid var(--line); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.member:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.member .photo { aspect-ratio: 1/1; overflow: hidden; background: var(--surface-2); }
.member .photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.member:hover .photo img { transform: scale(1.05); }
.member .info { padding: 1.2rem 1.3rem 1.4rem; }
.member .role { color: var(--accent-ink); font-weight: 600; font-size: 0.82rem; }
.member h3 { font-size: var(--step-1); margin-top: 0.15rem; }
.member p { color: var(--muted); font-size: 0.92rem; margin-top: 0.5rem; }

/* ----------------------------- gallery -------------------------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 0.9rem; }
.gallery figure { overflow: hidden; border-radius: var(--radius); position: relative; background: var(--surface-2); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.gallery figure:hover img { transform: scale(1.06); }
.gallery .g-tall { grid-row: span 2; }
.gallery .g-wide { grid-column: span 2; }
.gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 1.4rem 1rem 0.9rem;
  color: oklch(0.98 0 0); font-size: 0.85rem; font-weight: 500;
  background: linear-gradient(to top, oklch(0.2 0.02 165 / 0.7), transparent);
  opacity: 0; transform: translateY(8px); transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
}
.gallery figure:hover figcaption { opacity: 1; transform: translateY(0); }
@media (max-width: 760px) {
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .gallery .g-wide { grid-column: span 2; }
}

/* ----------------------------- hours / info --------------------- */
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 3vw, 2.5rem); }
@media (max-width: 820px) { .info-grid { grid-template-columns: 1fr; } }

.hours { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--bg); }
.hours-head { padding: 1.2rem 1.5rem; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.hours-head h3 { font-size: var(--step-1); }
.hours table { width: 100%; border-collapse: collapse; }
.hours td { padding: 0.85rem 1.5rem; border-bottom: 1px solid var(--line); }
.hours tr:last-child td { border-bottom: 0; }
.hours td:last-child { text-align: right; color: var(--muted); font-variant-numeric: tabular-nums; }
.hours tr.today { background: var(--primary-tint); }
.hours tr.today td { color: var(--ink); font-weight: 600; }
.hours tr.today td:first-child::after { content: " · heute"; color: var(--primary); font-weight: 600; font-size: 0.8rem; }
.hours tr.closed td:last-child { color: oklch(0.58 0.13 28); }

.contact-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); padding: 1.5rem; display: grid; gap: 1.1rem; align-content: start; }
.contact-row { display: flex; gap: 0.9rem; align-items: flex-start; }
.contact-row .ico { width: 42px; height: 42px; border-radius: 11px; background: var(--primary-tint); color: var(--primary); display: grid; place-items: center; flex: none; }
.contact-row .ico svg { width: 21px; height: 21px; }
.contact-row b { display: block; }
.contact-row a, .contact-row span { color: var(--muted); }
.contact-row a:hover { color: var(--primary); }

/* ----------------------------- map ------------------------------ */
.map-frame { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); aspect-ratio: 16/10; background: var(--surface-2); }
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: saturate(0.9); }

/* ----------------------------- form ----------------------------- */
.form { display: grid; gap: 1.1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.field { display: grid; gap: 0.4rem; }
.field label { font-weight: 600; font-size: 0.9rem; }
.field input, .field select, .field textarea {
  font: inherit; font-size: 0.98rem; padding: 0.8rem 0.95rem; border-radius: var(--radius-sm);
  border: 1.5px solid var(--line-strong); background: var(--bg); color: var(--ink);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.field textarea { resize: vertical; min-height: 120px; }
.field input::placeholder, .field textarea::placeholder { color: oklch(0.58 0.015 168); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px var(--primary-tint-2);
}
.form-note { font-size: 0.85rem; color: var(--muted); }
.form-success { display: none; padding: 1rem 1.2rem; border-radius: var(--radius-sm); background: var(--primary-tint); color: var(--primary-700); font-weight: 500; border: 1px solid var(--primary-tint-2); }
.form-success.show { display: block; }

/* ----------------------------- booking steps -------------------- */
.booking { position: relative; overflow: hidden; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 2rem); margin-top: 1rem; counter-reset: step; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding: 1.6rem; border-radius: var(--radius); background: oklch(1 0 0 / 0.06); border: 1px solid oklch(1 0 0 / 0.14); }
.step .num {
  font-family: var(--serif); font-size: 1.05rem; font-weight: 600; width: 40px; height: 40px;
  border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: oklch(0.25 0.04 70);
  margin-bottom: 1rem;
}
.step h3 { color: var(--on-primary); font-size: var(--step-1); }
.step p { color: var(--primary-tint); opacity: 0.85; margin-top: 0.45rem; font-size: 0.96rem; }

.booking-cta { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 1rem; margin-top: clamp(2.5rem, 5vw, 3.5rem); }
.powered { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: var(--primary-tint); opacity: 0.8; }
.powered b { color: var(--on-primary); }
.powered .vp { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.25rem 0.6rem; border-radius: 7px; background: oklch(1 0 0 / 0.1); border: 1px solid oklch(1 0 0 / 0.16); font-weight: 600; }
.powered .vp svg { width: 15px; height: 15px; }

/* ----------------------------- testimonials --------------------- */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(1.2rem, 2.5vw, 1.8rem); }
.quote { padding: 1.8rem; border-radius: var(--radius); background: var(--bg); border: 1px solid var(--line); display: flex; flex-direction: column; }
.section--tint .quote { background: var(--bg); }
.quote .stars { margin-bottom: 0.9rem; }
.quote blockquote { font-family: var(--serif); font-size: var(--step-1); line-height: 1.4; color: var(--ink); }
.quote .who { display: flex; align-items: center; gap: 0.7rem; margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.quote .who img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.quote .who b { display: block; font-size: 0.95rem; }
.quote .who span { color: var(--muted); font-size: 0.82rem; }

/* ----------------------------- cta band ------------------------- */
.cta-band { position: relative; background: var(--primary-700); color: var(--primary-tint); border-radius: var(--radius-lg); overflow: hidden; padding: clamp(2.5rem, 5vw, 4.5rem); text-align: center; }
.cta-band::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 120% at 100% 0%, oklch(0.42 0.082 162 / 0.8), transparent 60%); pointer-events: none; }
.cta-band > * { position: relative; }
.cta-band h2 { color: var(--on-primary); }
.cta-band p { color: var(--primary-tint); opacity: 0.9; margin: 1rem auto 0; max-width: 52ch; }
.cta-band .btns { display: flex; flex-wrap: wrap; gap: 0.9rem; justify-content: center; margin-top: 2rem; }

/* ----------------------------- footer --------------------------- */
.site-footer { background: oklch(0.20 0.018 168); color: oklch(0.82 0.012 168); padding-block: clamp(3rem, 5vw, 4.5rem) 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: clamp(1.5rem, 3vw, 3rem); }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid .brand { color: oklch(0.97 0 0); }
.footer-grid .brand small { color: oklch(0.65 0.01 168); }
.footer-about p { margin-top: 1rem; max-width: 34ch; font-size: 0.95rem; color: oklch(0.72 0.012 168); }
.footer-col h4 { color: oklch(0.95 0 0); font-family: var(--sans); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1.1rem; }
.footer-col a, .footer-col li { display: block; padding: 0.3rem 0; color: oklch(0.78 0.012 168); font-size: 0.95rem; }
.footer-col a:hover { color: oklch(0.95 0 0); }
.footer-bottom { margin-top: clamp(2.5rem, 4vw, 3.5rem); padding-top: 1.5rem; border-top: 1px solid oklch(1 0 0 / 0.1); display: flex; flex-wrap: wrap; gap: 0.8rem 1.5rem; align-items: center; justify-content: space-between; font-size: 0.85rem; color: oklch(0.62 0.012 168); }
.footer-bottom a:hover { color: oklch(0.9 0 0); }
.built-by { display: inline-flex; align-items: center; gap: 0.45rem; }
.built-by b { color: oklch(0.88 0.01 168); }

/* ----------------------------- mobile book bar ------------------ */
.mobile-book { display: none; }
@media (max-width: 1200px) {
  .mobile-book {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-mobilebar);
    gap: 0.7rem; padding: 0.7rem var(--gutter) calc(0.7rem + env(safe-area-inset-bottom));
    background: oklch(1 0 0 / 0.9); backdrop-filter: blur(14px); border-top: 1px solid var(--line);
  }
  .mobile-book .btn { flex: 1; }
  .mobile-book .btn-ghost { flex: 0 0 auto; }
  body { padding-bottom: 76px; }
}

/* ----------------------------- page hero (subpages) ------------- */
.page-hero { padding-block: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 2vw, 2rem); }
.breadcrumb { display: flex; gap: 0.5rem; align-items: center; font-size: 0.88rem; color: var(--muted); margin-bottom: 1rem; }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb span { opacity: 0.5; }
.page-hero h1 { font-size: var(--step-4); }
.page-hero .lead { margin-top: 1rem; }

/* ----------------------------- reveal motion -------------------- */
/* Premium one-shot reveal: Inhalt steigt beim Eintreten EINMAL sauber herein
   (GPU-leicht: nur opacity/transform — kein Blur, damit das Scrollen flüssig
   bleibt). Gestaffelt über data-delay (siehe main.js). */
.js [data-reveal] { opacity: 0; transform: translateY(34px) scale(0.99); }
.js [data-reveal].in {
  opacity: 1; transform: none;
  transition: opacity 0.7s var(--ease-2), transform 0.8s var(--ease-2);
}
.js [data-reveal][data-reveal="2"] { transform: translateY(48px) scale(0.985); }
@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
}
/* .s3d bleibt als Hook im Markup, animiert aber nicht mehr — die Choreografie
   liegt jetzt auf den inneren [data-reveal]-Elementen (feiner, gestaffelt). */

/* ----------------------------- misc ----------------------------- */
.divider { height: 1px; background: var(--line); border: 0; margin-block: 0; }
.stack-sm > * + * { margin-top: 0.6rem; }
.text-center { text-align: center; }
.mt-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.8rem; }
.badge-row { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.4rem; }
.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; }

/* ----------------------------- pitch sheet (sales one-pager) ---- */
.pitch { max-width: 980px; margin-inline: auto; padding: clamp(1.5rem, 4vw, 3rem) var(--gutter) 4rem; }
.pitch-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: clamp(1.5rem,3vw,2.5rem); }
.pitch-logo { display: flex; align-items: center; gap: 0.6rem; font-weight: 700; font-size: 1.15rem; }
.pitch-logo .mark { width: 34px; height: 34px; border-radius: 9px; background: var(--primary); color: var(--on-primary); display: grid; place-items: center; }
.pitch-logo .mark svg { width: 19px; height: 19px; }
.pitch-print { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.55rem 1rem; border-radius: 100px; border: 1.5px solid var(--line-strong); background: var(--bg); font-weight: 600; font-size: 0.9rem; cursor: pointer; }
.pitch-print:hover { border-color: var(--primary); color: var(--primary); }
.pitch-print svg { width: 16px; height: 16px; }
.pitch h1 { font-size: clamp(1.9rem, 1.4rem + 2.2vw, 3rem); }
.pitch .sub { font-size: var(--step-1); color: var(--muted); margin-top: 0.8rem; max-width: 58ch; }
.pitch h2 { font-size: var(--step-2); margin-top: clamp(2rem,4vw,2.8rem); margin-bottom: 1rem; }
.pitch-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
@media (max-width: 640px) { .pitch-cols { grid-template-columns: 1fr; } }
.pitch-card { padding: 1.4rem 1.5rem; border-radius: var(--radius); border: 1px solid var(--line); background: var(--bg); }
.pitch-card.tint { background: var(--primary-tint); border-color: var(--primary-tint-2); }
.pitch-card h3 { font-size: var(--step-1); display: flex; align-items: center; gap: 0.5rem; }
.pitch-card h3 svg { width: 20px; height: 20px; color: var(--primary); flex: none; }
.pitch-card ul { margin-top: 0.8rem; display: grid; gap: 0.55rem; }
.pitch-card li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.96rem; }
.pitch-card li svg { width: 18px; height: 18px; color: var(--primary); flex: none; margin-top: 2px; }
.pitch-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: 1rem; }
.pitch-feat { padding: 1.3rem; border-radius: var(--radius); border: 1px solid var(--line); }
.pitch-feat .ico { width: 42px; height: 42px; border-radius: 11px; background: var(--primary-tint); color: var(--primary); display: grid; place-items: center; margin-bottom: 0.8rem; }
.pitch-feat .ico svg { width: 21px; height: 21px; }
.pitch-feat b { display: block; font-family: var(--serif); font-size: 1.05rem; }
.pitch-feat p { color: var(--muted); font-size: 0.9rem; margin-top: 0.3rem; }
.pitch-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 0.8rem; padding: 1.4rem 1.5rem; border-radius: var(--radius); background: var(--primary-700); color: var(--primary-tint); }
.pitch-flow .node { background: oklch(1 0 0 / 0.1); border: 1px solid oklch(1 0 0 / 0.18); border-radius: 100px; padding: 0.5rem 1rem; font-weight: 600; color: var(--on-primary); font-size: 0.95rem; }
.pitch-flow .arr { color: var(--accent); font-weight: 700; }
.pitch-flow .node.vp { background: var(--accent); color: oklch(0.25 0.04 70); }
.pitch-qa { display: grid; gap: 0.8rem; }
.pitch-qa .qa { padding: 1.1rem 1.3rem; border-radius: var(--radius); border: 1px solid var(--line); }
.pitch-qa .q { font-weight: 600; display: flex; gap: 0.5rem; }
.pitch-qa .q::before { content: "„"; color: var(--accent-ink); font-family: var(--serif); font-size: 1.3rem; line-height: 1; }
.pitch-qa .a { color: var(--muted); margin-top: 0.4rem; font-size: 0.95rem; }
.pitch-cta { margin-top: clamp(2rem,4vw,3rem); padding: clamp(1.5rem,3vw,2.2rem); border-radius: var(--radius-lg); background: var(--primary); color: var(--on-primary); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; }
.pitch-cta h3 { color: var(--on-primary); font-size: var(--step-2); }
.pitch-cta p { color: var(--primary-tint); margin-top: 0.3rem; font-size: 0.95rem; }
.pitch-cta a { background: var(--on-primary); color: var(--primary-700); padding: 0.8rem 1.4rem; border-radius: 100px; font-weight: 600; white-space: nowrap; }
.pitch-foot { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.85rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem; }
.pitch-tag { display:inline-block; font-size: var(--step--1); font-weight: 700; letter-spacing: 0.04em; color: var(--accent-ink); background: var(--accent-tint); padding: 0.3rem 0.8rem; border-radius: 100px; }

@media print {
  .pitch-print { display: none; }
  body { background: #fff; }
  .pitch { padding: 0; max-width: 100%; }
  .pitch-card, .pitch-feat, .pitch-qa .qa, .pitch-flow, .pitch-cta { break-inside: avoid; box-shadow: none; }
  .pitch h2 { break-after: avoid; }
  a { color: inherit; }
}

/* ----------------------------- prose / legal pages -------------- */
.prose { max-width: 72ch; }
.prose h2 { font-size: var(--step-2); margin-top: clamp(2rem, 4vw, 3rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: var(--step-1); margin-top: 1.8rem; }
.prose p, .prose ul { margin-top: 0.9rem; color: var(--ink); }
.prose ul { display: grid; gap: 0.5rem; padding-left: 1.2rem; list-style: disc; }
.prose ul li::marker { color: var(--primary); }
.prose a { color: var(--primary); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.prose a:hover { color: var(--primary-600); }
.prose .muted { color: var(--muted); }
.prose .data-note {
  margin-top: 0.9rem; padding: 0.9rem 1.1rem; border-radius: var(--radius-sm);
  background: var(--accent-tint); border: 1px solid oklch(0.85 0.06 75); color: var(--accent-ink); font-size: 0.92rem;
}
.prose dl { margin-top: 1rem; display: grid; gap: 0.6rem; }
.prose dt { font-weight: 600; }
.prose dd { color: var(--muted); }
.legal-meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.88rem; }

/* ----------------------------- FAQ (native details) ------------- */
.faq { display: grid; gap: 0.8rem; max-width: 760px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg); overflow: hidden; transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease); }
.faq-item[open] { border-color: var(--primary-tint-2); box-shadow: var(--shadow-sm); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 1.15rem 1.3rem; display: flex; align-items: center; gap: 1rem;
  font-family: var(--serif); font-weight: 600; font-size: var(--step-1); color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .chev { margin-left: auto; flex: none; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--primary-tint); color: var(--primary); transition: transform 0.3s var(--ease); }
.faq-item[open] summary .chev { transform: rotate(45deg); }
.faq-item summary .chev svg { width: 15px; height: 15px; }
.faq-item .answer { padding: 0 1.3rem 1.3rem; color: var(--muted); }
.faq-item .answer p + p { margin-top: 0.7rem; }
@media (prefers-reduced-motion: reduce) { .faq-item summary .chev { transition: none; } }

/* ----------------------------- info cards (steps row) ----------- */
.info-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(1rem, 2.5vw, 1.6rem); }
.info-cards .ic { padding: 1.5rem; border-radius: var(--radius); border: 1px solid var(--line); background: var(--bg); }
.info-cards .ic .ico { width: 46px; height: 46px; border-radius: 12px; background: var(--primary-tint); color: var(--primary); display: grid; place-items: center; margin-bottom: 1rem; }
.info-cards .ic .ico svg { width: 23px; height: 23px; }
.info-cards .ic h3 { font-size: var(--step-1); }
.info-cards .ic p { color: var(--muted); margin-top: 0.5rem; font-size: 0.96rem; }

/* ----------------------------- emergency callout ---------------- */
.callout {
  display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; justify-content: space-between;
  padding: clamp(1.4rem, 3vw, 2rem); border-radius: var(--radius-lg);
  background: var(--accent-tint); border: 1px solid oklch(0.85 0.06 75);
}
.callout .ct { display: flex; gap: 1rem; align-items: flex-start; }
.callout .ico { width: 48px; height: 48px; flex: none; border-radius: 12px; background: var(--accent-ink); color: oklch(0.99 0.01 75); display: grid; place-items: center; }
.callout .ico svg { width: 24px; height: 24px; }
.callout h3 { font-size: var(--step-1); }
.callout p { color: var(--accent-ink); margin-top: 0.3rem; font-size: 0.96rem; }

/* ----------------------------- map consent gate ----------------- */
.map-consent {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.9rem; text-align: center; padding: 1.5rem; background: var(--surface-2);
}
.map-consent .ico { width: 48px; height: 48px; border-radius: 14px; background: var(--primary-tint); color: var(--primary); display: grid; place-items: center; }
.map-consent .ico svg { width: 25px; height: 25px; }
.map-consent p { color: var(--muted); max-width: 46ch; font-size: 0.95rem; }
.map-consent p a { color: var(--primary); font-weight: 600; text-decoration: underline; }
.map-frame { position: relative; }

/* ----------------------------- cookie banner -------------------- */
:root { --z-cookie: 400; }
.cookie {
  position: fixed; z-index: var(--z-cookie); left: clamp(0.8rem, 2vw, 1.5rem); bottom: clamp(0.8rem, 2vw, 1.5rem);
  width: min(420px, calc(100vw - 1.6rem)); background: var(--bg); border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 1.4rem 1.5rem;
  transform: translateY(140%); opacity: 0; transition: transform 0.5s var(--ease-2), opacity 0.4s var(--ease-2);
}
.cookie.show { transform: translateY(0); opacity: 1; }
.cookie h4 { font-size: var(--step-1); display: flex; align-items: center; gap: 0.55rem; }
.cookie h4 svg { width: 20px; height: 20px; color: var(--primary); }
.cookie p { color: var(--muted); font-size: 0.92rem; margin-top: 0.6rem; line-height: 1.55; }
.cookie p a { color: var(--primary); font-weight: 600; text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.1rem; }
.cookie-actions .btn { flex: 1 1 auto; padding: 0.7rem 1rem; font-size: 0.92rem; }
@media (max-width: 1200px) { .cookie { bottom: calc(76px + 0.8rem); } } /* clear mobile book bar */
@media (prefers-reduced-motion: reduce) { .cookie { transition: opacity 0.3s; transform: none; } }

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

.hero-trust.stats-hell .ti b{color:var(--accent-ink)}
