/* ==========================================================================
   Praxis Dr. med. Gülenay Pamuk & Andrea Schmitz – guelenaypamuk.de
   Stylesheet (2026 relaunch)
   ========================================================================== */

/* ---------- Fonts (self-hosted, GDPR-safe) ---------- */
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 300 900; font-display: swap;
  src: url('../fonts/fraunces-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 300 900; font-display: swap;
  src: url('../fonts/fraunces-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url('../fonts/manrope-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url('../fonts/manrope-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* ---------- Tokens ---------- */
:root {
  --green: #4E8A3C;          /* Logo-Grün (leicht vertieft für Kontrast) */
  --green-dark: #39682B;
  --green-soft: #E8F1E3;
  --orange: #F0642E;         /* Logo-Orange */
  --orange-dark: #C94A18;
  --orange-soft: #FDE9DF;
  --cream: #FBF7EF;
  --sand: #F3ECDD;
  --ink: #1E2A1B;
  --ink-2: #4A5446;
  --muted: #7C857A;
  --line: #E6E0D2;
  --white: #FFFFFF;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 2px 6px rgba(30, 42, 27, .06);
  --shadow: 0 14px 40px rgba(30, 42, 27, .10);
  --shadow-lg: 0 30px 70px rgba(30, 42, 27, .16);
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --container: 1180px;
  --header-h: 78px;
}

/* ---------- Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  hyphens: auto;
}
h1, h2, h3, .btn, .nav, .brand { hyphens: manual; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green-dark); text-decoration: none; }
a:hover { color: var(--orange-dark); }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.15; margin: 0 0 .5em; color: var(--ink); letter-spacing: -.01em; }
h1 { font-size: clamp(2.3rem, 5vw, 3.9rem); }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.8rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1.1em; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 4px; }
.skip-link { position: absolute; left: -9999px; top: 8px; background: var(--green-dark); color: #fff; padding: .6rem 1rem; border-radius: 8px; z-index: 2000; }
.skip-link:focus { left: 8px; }

.container { width: min(var(--container), 100% - 2.5rem); margin-inline: auto; }
.section { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.section--tight { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.section--white { background: var(--white); }
.section--sand { background: var(--sand); }
.section--green { background: var(--green-dark); color: #fff; }
.section--green h2, .section--green h3 { color: #fff; }
.section-head { max-width: 720px; margin-bottom: clamp(2rem, 4vw, 3.2rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--orange-dark); margin-bottom: .9rem; }
.eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--orange); border-radius: 2px; }
.section-head.center .eyebrow::before { display: none; }
.section--green .eyebrow { color: #FFC8AE; }
.lead { font-size: 1.15rem; color: var(--ink-2); }
.section--green .lead { color: rgba(255, 255, 255, .85); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .9rem 1.6rem; border-radius: 999px; font-weight: 700; font-size: .98rem;
  border: 2px solid transparent; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  line-height: 1.2; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--orange); color: #fff; box-shadow: 0 10px 24px rgba(240, 100, 46, .32); }
.btn--primary:hover { background: var(--orange-dark); color: #fff; box-shadow: 0 14px 30px rgba(240, 100, 46, .38); }
.btn--green { background: var(--green); color: #fff; box-shadow: 0 10px 24px rgba(78, 138, 60, .28); }
.btn--green:hover { background: var(--green-dark); color: #fff; }
.btn--outline { border-color: var(--green); color: var(--green-dark); background: transparent; }
.btn--outline:hover { background: var(--green); color: #fff; }
.btn--light { background: #fff; color: var(--green-dark); }
.btn--light:hover { background: var(--orange-soft); color: var(--orange-dark); }
.btn--ghost-light { border-color: rgba(255, 255, 255, .6); color: #fff; }
.btn--ghost-light:hover { background: #fff; color: var(--green-dark); }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; }

/* ---------- Topbar ---------- */
.topbar { background: var(--green-dark); color: #fff; font-size: .86rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 40px; }
.topbar-left { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.topbar a { color: #fff; display: inline-flex; align-items: center; gap: .4rem; }
.topbar a:hover { color: #FFD2BD; }
.topbar svg { width: 15px; height: 15px; opacity: .85; }
.topbar .hours { display: inline-flex; align-items: center; gap: .4rem; opacity: .92; }
.lang-switch { display: flex; gap: .15rem; }
.lang-switch a { padding: .15rem .5rem; border-radius: 6px; font-weight: 700; letter-spacing: .04em; opacity: .75; }
.lang-switch a:hover { opacity: 1; background: rgba(255, 255, 255, .12); color: #fff; }
.lang-switch a.active { opacity: 1; background: var(--orange); color: #fff; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 900;
  border-bottom: 1px solid transparent; transition: box-shadow .25s ease, border-color .25s ease;
}
/* Hintergrund + Blur auf einem Pseudo-Element: backdrop-filter direkt auf .site-header würde
   das mobile Menü (position: fixed) auf die Header-Box beschränken. */
.site-header::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: rgba(251, 247, 239, .92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
.site-header .brand, .site-header .nav-toggle { position: relative; z-index: 2; }
.site-header.scrolled { box-shadow: var(--shadow-sm); border-color: var(--line); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: .75rem; color: var(--ink); }
.brand img, .brand svg { width: 48px; height: 48px; flex: none; border-radius: 50%; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-family: var(--serif); font-weight: 600; font-size: 1.02rem; color: var(--orange-dark); white-space: nowrap; }
.brand-text span { font-size: .8rem; font-weight: 600; color: var(--green-dark); letter-spacing: .02em; }
.brand-text em { font-style: normal; font-size: .7rem; color: var(--muted); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; margin-top: .15rem; }
.nav { display: flex; align-items: center; gap: .2rem; }
.nav a { padding: .55rem .75rem; border-radius: 999px; font-weight: 600; font-size: .93rem; color: var(--ink-2); transition: background .2s, color .2s; white-space: nowrap; }
.nav a:hover { background: var(--green-soft); color: var(--green-dark); }
.nav a.active { color: var(--green-dark); background: var(--green-soft); }
.header-cta { display: inline-flex; }
.header-cta .btn { padding: .7rem 1.25rem; font-size: .9rem; }
.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: #fff; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; position: relative; transition: .3s; }
.nav-toggle span::before, .nav-toggle span::after { content: ''; position: absolute; left: 0; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }
.nav-toggle span::before { top: -7px; } .nav-toggle span::after { top: 7px; }
.nav-toggle.open span { background: transparent; }
.nav-toggle.open span::before { top: 0; transform: rotate(45deg); }
.nav-toggle.open span::after { top: 0; transform: rotate(-45deg); }

/* Header-CTA nur auf breiten Screens (Menü hat 7 Punkte; Mobilmenü enthält den CTA) */
@media (max-width: 1440px) {
  .header-cta { display: none; }
}
@media (max-width: 1180px) {
  .nav a { padding: .5rem .55rem; font-size: .88rem; }
  .brand-text em { display: none; }
  .brand-text strong { font-size: .95rem; }
}
@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; }
  .header-cta { display: none; }
  .nav {
    position: fixed; top: var(--nav-top, var(--header-h)); left: 0; right: 0; bottom: 0; z-index: 1;
    background: var(--cream);
    flex-direction: column; align-items: stretch; padding: 1.2rem 1.25rem 2rem; gap: .25rem;
    clip-path: circle(0 at calc(100% - 40px) 0);
    transition: clip-path .45s cubic-bezier(.77, 0, .18, 1), visibility 0s linear .45s;
    overflow-y: auto; visibility: hidden; pointer-events: none;
  }
  .nav.open { clip-path: circle(150% at calc(100% - 40px) 0); visibility: visible; pointer-events: auto; transition: clip-path .45s cubic-bezier(.77, 0, .18, 1), visibility 0s; }
  .nav a { font-size: 1.15rem; padding: .9rem 1rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav a.active { background: transparent; }
  .nav .nav-cta { margin-top: 1.2rem; border: 0; }
  .nav .nav-cta .btn { width: 100%; }
}
.nav .nav-cta { display: none; }
@media (max-width: 960px) { .nav .nav-cta { display: block; } }
@media (max-width: 600px) {
  .brand img { width: 42px; height: 42px; }
  .brand-text strong { white-space: normal; font-size: .9rem; line-height: 1.15; }
  .brand-text span { font-size: .72rem; }
  .topbar .hours { display: none; }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(3rem, 6vw, 5rem); }
.hero::before { content: ''; position: absolute; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(240, 100, 46, .18), transparent 65%); top: -260px; right: -160px; pointer-events: none; }
.hero::after { content: ''; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(78, 138, 60, .16), transparent 65%); bottom: -260px; left: -200px; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; position: relative; z-index: 1; }
.hero h1 { margin-bottom: 1.1rem; }
.hero h1 em { font-style: italic; color: var(--green-dark); font-weight: 400; }
.hero .lead { max-width: 560px; margin-bottom: 1.8rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; margin-top: 2rem; font-size: .92rem; color: var(--ink-2); font-weight: 600; }
.hero-badges li { display: inline-flex; align-items: center; gap: .5rem; }
.hero-badges svg { width: 20px; height: 20px; color: var(--green); }
.hero-visual { position: relative; }
.hero-photo { position: relative; border-radius: 36% 64% 60% 40% / 45% 38% 62% 55%; overflow: hidden; aspect-ratio: 4 / 3.6; box-shadow: var(--shadow-lg); animation: morph 14s ease-in-out infinite; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; animation: kenburns 22s ease-in-out infinite alternate; }
@keyframes morph { 0%, 100% { border-radius: 36% 64% 60% 40% / 45% 38% 62% 55%; } 50% { border-radius: 58% 42% 40% 60% / 40% 58% 42% 60%; } }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.08); } }
.hero-card {
  position: absolute; left: -2rem; bottom: 1.5rem; background: #fff; border-radius: var(--radius); padding: 1.1rem 1.3rem; box-shadow: var(--shadow);
  min-width: 250px; border-left: 4px solid var(--orange);
}
.hero-card .card-title { font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: .5rem; display: flex; align-items: center; gap: .5rem; }
.hero-card .card-title svg { width: 16px; height: 16px; color: var(--orange); }
.hero-card .status { font-weight: 700; font-size: 1rem; color: var(--green-dark); display: flex; align-items: center; gap: .5rem; }
.hero-card .status .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(78, 138, 60, .18); }
.hero-card .status.closed { color: var(--orange-dark); }
.hero-card .status.closed .dot { background: var(--orange); box-shadow: 0 0 0 4px rgba(240, 100, 46, .18); }
.hero-card small { display: block; color: var(--muted); font-size: .85rem; margin-top: .2rem; }
.hero-pill { position: absolute; right: -.5rem; top: 1.5rem; background: var(--green-dark); color: #fff; border-radius: 999px; padding: .6rem 1rem; font-size: .85rem; font-weight: 700; box-shadow: var(--shadow); display: inline-flex; gap: .5rem; align-items: center; }
.hero-pill svg { width: 16px; height: 16px; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 520px; margin: 1rem auto 0; }
  .hero-card { left: 0; bottom: -1rem; }
}
@media (max-width: 520px) { .hero-card { position: static; margin-top: 1.2rem; } .hero-pill { right: 0; top: .5rem; } }

/* ---------- Info strip ---------- */
.info-strip { position: relative; z-index: 2; margin-top: -1rem; }
.info-strip .container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.info-item { background: #fff; border-radius: var(--radius); padding: 1.3rem 1.4rem; display: flex; gap: 1rem; align-items: flex-start; box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: transform .2s, box-shadow .2s; }
.info-item:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.info-item .ico { width: 46px; height: 46px; border-radius: 14px; background: var(--green-soft); color: var(--green-dark); display: grid; place-items: center; flex: none; }
.info-item .ico svg { width: 22px; height: 22px; }
.info-item h3 { font-family: var(--sans); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: .3rem; }
.info-item p { margin: 0; font-weight: 600; font-size: .98rem; line-height: 1.45; }
.info-item p small { display: block; font-weight: 500; color: var(--ink-2); font-size: .88rem; }
@media (max-width: 860px) { .info-strip .container { grid-template-columns: 1fr; } }

/* ---------- Welcome ---------- */
.welcome-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.welcome-text p { color: var(--ink-2); }
.signature { font-family: var(--serif); font-style: italic; font-size: 1.25rem; color: var(--green-dark); margin-top: 1.4rem; }
.doctor-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.doc-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.doc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.doc-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.doc-card .doc-body { padding: 1rem 1.1rem 1.2rem; }
.doc-card h3 { font-size: 1.1rem; margin-bottom: .2rem; }
.doc-card p { margin: 0; font-size: .88rem; color: var(--ink-2); }
.doctor-duo .doc-card:nth-child(2) { transform: translateY(2rem); }
.doctor-duo .doc-card:nth-child(2):hover { transform: translateY(calc(2rem - 5px)); }
@media (max-width: 900px) { .welcome-grid { grid-template-columns: 1fr; } .doctor-duo { max-width: 560px; } }
@media (max-width: 480px) { .doctor-duo { grid-template-columns: 1fr; } .doctor-duo .doc-card:nth-child(2) { transform: none; } }

/* ---------- Services ---------- */
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.1rem; }
.service { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem 1.4rem 1.3rem; display: flex; flex-direction: column; gap: .6rem; position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service::after { content: ''; position: absolute; inset: auto -30% -60% auto; width: 140px; height: 140px; border-radius: 50%; background: var(--orange-soft); opacity: 0; transition: opacity .3s; }
.service:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.service:hover::after { opacity: 1; }
.service .ico { width: 50px; height: 50px; border-radius: 15px; background: var(--green-soft); color: var(--green-dark); display: grid; place-items: center; transition: background .3s, color .3s; }
.service:hover .ico { background: var(--orange); color: #fff; }
.service .ico svg { width: 25px; height: 25px; }
.service h3 { font-size: 1.12rem; margin: .2rem 0 0; position: relative; }
.service p { margin: 0; font-size: .93rem; color: var(--ink-2); position: relative; }
.services-cta { margin-top: 2.2rem; text-align: center; }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
.team-card { text-align: center; }
.team-card .photo { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 3 / 4; box-shadow: var(--shadow-sm); margin-bottom: 1rem; position: relative; }
.team-card .photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(57, 104, 43, .35), transparent 45%); opacity: 0; transition: opacity .3s; }
.team-card:hover .photo::after { opacity: 1; }
.team-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.team-card:hover img { transform: scale(1.05); }
.team-card h3 { font-size: 1.15rem; margin-bottom: .15rem; }
.team-card p { margin: 0; color: var(--ink-2); font-size: .9rem; }
.team-card .role-tag { display: inline-block; margin-top: .5rem; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--orange-dark); background: var(--orange-soft); padding: .25rem .65rem; border-radius: 999px; }
@media (max-width: 900px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 1rem; }
.gallery a { position: relative; display: block; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.gallery a img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery a:hover img { transform: scale(1.06); }
.gallery a span { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.6rem 1rem .9rem; color: #fff; font-weight: 700; font-size: .92rem; background: linear-gradient(to top, rgba(30, 42, 27, .75), transparent); }
.gallery a.wide { grid-column: span 2; }
.gallery a.tall { grid-row: span 2; }
@media (max-width: 800px) { .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; } .gallery a.wide { grid-column: span 2; } .gallery a.tall { grid-row: span 1; } }

/* Lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(20, 28, 18, .92); display: none; align-items: center; justify-content: center; z-index: 1500; padding: 2rem; }
.lightbox.open { display: flex; }
.lightbox img { max-width: min(1100px, 100%); max-height: 85vh; border-radius: 12px; box-shadow: var(--shadow-lg); }
.lightbox .lb-cap { position: absolute; bottom: 1.5rem; left: 0; right: 0; text-align: center; color: #fff; font-weight: 600; }
.lightbox button { position: absolute; background: rgba(255, 255, 255, .12); border: 0; color: #fff; width: 48px; height: 48px; border-radius: 50%; cursor: pointer; display: grid; place-items: center; transition: background .2s; }
.lightbox button:hover { background: var(--orange); }
.lightbox button svg { width: 22px; height: 22px; }
.lightbox .lb-close { top: 1.2rem; right: 1.2rem; }
.lightbox .lb-prev { left: 1.2rem; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 1.2rem; top: 50%; transform: translateY(-50%); }

/* ---------- Quote band ---------- */
.quote-band { position: relative; overflow: hidden; }
.quote-band .bg { position: absolute; inset: 0; background: url('../img/praxis/kneipp-flower.jpg') 70% 35% / cover no-repeat; opacity: .3; filter: saturate(.9) blur(1.5px); transform: scale(1.04); }
.quote-band .bg::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--green-dark) 30%, rgba(57, 104, 43, .35) 100%); }
.quote-band .container { position: relative; text-align: center; max-width: 860px; }
.quote-band blockquote { margin: 0; font-family: var(--serif); font-style: italic; font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.35; color: #fff; }
.quote-band cite { display: block; margin-top: 1.2rem; font-style: normal; font-family: var(--sans); font-weight: 800; letter-spacing: .18em; text-transform: uppercase; font-size: .85rem; color: #FFD2BD; }

/* ---------- Hours ---------- */
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { padding: .7rem .4rem; border-bottom: 1px solid var(--line); font-size: .98rem; }
.hours-table td:last-child { text-align: right; font-weight: 600; }
.hours-table tr.today td { color: var(--green-dark); font-weight: 700; }
.hours-table tr.today td:first-child::after { content: attr(data-today); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; background: var(--orange); color: #fff; padding: .15rem .5rem; border-radius: 999px; margin-left: .6rem; vertical-align: middle; }
.hours-note { font-size: .9rem; color: var(--ink-2); margin-top: 1rem; }

/* ---------- Contact / CTA band ---------- */
.cta-band { background: linear-gradient(135deg, var(--green-dark), var(--green)); color: #fff; border-radius: var(--radius-lg); padding: clamp(2rem, 4vw, 3.2rem); display: grid; grid-template-columns: 1.3fr 1fr; gap: 2rem; align-items: center; position: relative; overflow: hidden; }
.cta-band::after { content: ''; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(255, 255, 255, .07); right: -120px; bottom: -160px; }
.cta-band h2 { color: #fff; margin-bottom: .5rem; }
.cta-band p { color: rgba(255, 255, 255, .85); margin: 0; }
.cta-band .btn-row { justify-content: flex-end; position: relative; z-index: 1; }
@media (max-width: 800px) { .cta-band { grid-template-columns: 1fr; } .cta-band .btn-row { justify-content: flex-start; } }

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.contact-card { background: #fff; border-radius: var(--radius); padding: 1.6rem; border: 1px solid var(--line); box-shadow: var(--shadow-sm); margin-bottom: 1.2rem; }
.contact-card h3 { font-size: 1.1rem; display: flex; align-items: center; gap: .6rem; margin-bottom: .7rem; }
.contact-card h3 svg { width: 20px; height: 20px; color: var(--orange); }
.contact-card p { margin: 0; color: var(--ink-2); }
.contact-card a.big { font-size: 1.3rem; font-weight: 700; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- Forms ---------- */
.form-card { background: #fff; border-radius: var(--radius-lg); padding: clamp(1.5rem, 3vw, 2.4rem); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-card h2 { font-size: 1.7rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.2rem; }
.form-field { display: flex; flex-direction: column; gap: .4rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field > label { font-size: .86rem; font-weight: 700; color: var(--ink-2); }
.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field input[type="number"], .form-field select, .form-field textarea {
  width: 100%; padding: .85rem 1rem; border: 1.5px solid var(--line); border-radius: 12px; background: var(--cream); font: inherit; font-size: .98rem; color: var(--ink); transition: border-color .2s, box-shadow .2s, background .2s;
}
.form-field textarea { min-height: 140px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--green); background: #fff; box-shadow: 0 0 0 4px rgba(78, 138, 60, .14); }
.radio-row { display: flex; flex-wrap: wrap; gap: .5rem .6rem; }
.radio-row label { display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .9rem; border: 1.5px solid var(--line); border-radius: 999px; background: var(--cream); font-size: .92rem; cursor: pointer; transition: .2s; font-weight: 600; color: var(--ink-2); }
.radio-row label:has(input:checked) { border-color: var(--green); background: var(--green-soft); color: var(--green-dark); }
.radio-row input { accent-color: var(--green); margin: 0; }
.captcha-row { display: flex; align-items: center; gap: .8rem; }
.captcha-q { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; color: var(--orange-dark); background: var(--orange-soft); padding: .45rem .9rem; border-radius: 10px; min-width: 90px; text-align: center; letter-spacing: .05em; }
.captcha-row input { max-width: 120px; }
.form-consent { font-size: .86rem; color: var(--ink-2); display: flex; gap: .6rem; align-items: flex-start; }
.form-consent input { margin-top: .3rem; accent-color: var(--green); flex: none; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: .4rem; }
.form-status { font-weight: 600; font-size: .95rem; min-height: 1.4em; }
.form-status.ok { color: #2e7d32; } .form-status.err { color: #c62828; }
.form-note { background: var(--orange-soft); border-left: 4px solid var(--orange); border-radius: 10px; padding: .9rem 1.1rem; font-size: .92rem; color: var(--ink-2); }
.form-note strong { color: var(--orange-dark); }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }

/* ---------- Map / Directions ---------- */
.map-wrap { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--sand); min-height: 420px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }
.map-consent { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2rem; gap: 1rem; background: linear-gradient(160deg, var(--sand), var(--green-soft)); }
.map-consent > svg { width: 54px; height: 54px; color: var(--green); }
.map-consent h3 { margin: 0; }
.map-consent p { max-width: 460px; color: var(--ink-2); font-size: .95rem; margin: 0; }
.map-wrap.loaded .map-consent { display: none; }
.directions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 1.5rem; }
.dir-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; }
.dir-card h3 { font-size: 1.1rem; display: flex; align-items: center; gap: .6rem; }
.dir-card h3 svg { width: 22px; height: 22px; color: var(--orange); }
.dir-card ul { display: grid; gap: .5rem; color: var(--ink-2); font-size: .95rem; }
.dir-card li { display: flex; gap: .6rem; align-items: flex-start; }
.dir-card li::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--green); margin-top: .55rem; flex: none; }
.line-badge { display: inline-block; font-size: .75rem; font-weight: 800; padding: .1rem .45rem; border-radius: 5px; color: #fff; background: #009BD5; margin-right: .2rem; }
.line-badge.bus { background: #95276E; }
@media (max-width: 760px) { .directions-grid { grid-template-columns: 1fr; } }

/* ---------- Page hero (subpages) ---------- */
.page-hero { position: relative; overflow: hidden; padding: clamp(2.8rem, 6vw, 4.5rem) 0 clamp(2.2rem, 5vw, 3.5rem); background: linear-gradient(135deg, var(--sand) 0%, var(--cream) 60%); }
.page-hero::after { content: ''; position: absolute; right: -120px; top: -140px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(240, 100, 46, .2), transparent 65%); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { margin-bottom: .6rem; }
.page-hero .lead { max-width: 700px; margin: 0; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .4rem; font-size: .82rem; font-weight: 600; color: var(--muted); margin-bottom: 1rem; }
.breadcrumb a { color: var(--green-dark); }
.breadcrumb span::before { content: '›'; margin-right: .4rem; opacity: .6; }

/* ---------- Services page (detailed list) ---------- */
.service-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 1.2rem; }
.service-row { display: flex; gap: 1.1rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem; align-items: flex-start; transition: transform .25s, box-shadow .25s; }
.service-row:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.service-row .ico { width: 52px; height: 52px; border-radius: 15px; background: var(--orange-soft); color: var(--orange-dark); display: grid; place-items: center; flex: none; }
.service-row .ico svg { width: 26px; height: 26px; }
.service-row h3 { font-size: 1.12rem; margin-bottom: .25rem; }
.service-row p { margin: 0; color: var(--ink-2); font-size: .93rem; }

/* ---------- Legal pages ---------- */
.legal { max-width: 820px; }
.legal h2 { font-size: 1.55rem; margin-top: 2.2rem; }
.legal h3 { font-size: 1.15rem; margin-top: 1.5rem; }
.legal p, .legal li { color: var(--ink-2); }
.legal ul { list-style: disc; padding-left: 1.3rem; }
.legal li { margin-bottom: .3rem; }
.legal address { font-style: normal; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(255, 255, 255, .78); padding: 3.5rem 0 0; margin-top: 0; font-size: .94rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .9fr .7fr 1.3fr; gap: 2rem; padding-bottom: 2.5rem; }
.site-footer h4 { color: #fff; font-family: var(--sans); font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1rem; }
.site-footer a { color: rgba(255, 255, 255, .78); }
.site-footer a:hover { color: #FFB894; }
.site-footer li { margin-bottom: .45rem; }
.footer-brand { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; color: #fff; }
.footer-brand img { width: 46px; height: 46px; border-radius: 50%; }
.footer-brand strong { font-family: var(--serif); font-size: 1.05rem; display: block; line-height: 1.2; }
.footer-brand span { font-size: .8rem; opacity: .75; }
.footer-hours td { padding: .2rem 0; }
.footer-hours td:last-child { text-align: right; padding-left: 1rem; color: #fff; white-space: nowrap; font-size: .9rem; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); padding: 1.2rem 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .8rem; font-size: .84rem; color: rgba(255, 255, 255, .55); }
.footer-bottom ul { display: flex; gap: 1.2rem; }
.footer-bottom li { margin: 0; }
@media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Floating call button (mobile) ---------- */
.call-fab { display: none; position: fixed; right: 1rem; bottom: 1rem; z-index: 800; width: 56px; height: 56px; border-radius: 50%; background: var(--orange); color: #fff; box-shadow: 0 12px 28px rgba(240, 100, 46, .45); place-items: center; }
.call-fab svg { width: 24px; height: 24px; }
@media (max-width: 960px) { .call-fab { display: grid; } }

/* ---------- Reveal animations ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.in { opacity: 1; transform: none; }
.noanim *, .noanim *::before, .noanim *::after { transition: none !important; animation: none !important; }
.noanim .reveal { opacity: 1 !important; transform: none !important; }
.reveal[data-delay="1"] { transition-delay: .1s; } .reveal[data-delay="2"] { transition-delay: .2s; } .reveal[data-delay="3"] { transition-delay: .3s; } .reveal[data-delay="4"] { transition-delay: .4s; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
@media (max-width: 800px) { .grid-2 { grid-template-columns: 1fr; } }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); }
.card h3 { display: flex; align-items: center; gap: .6rem; font-size: 1.15rem; }
.card h3 svg { width: 22px; height: 22px; color: var(--orange); }
.check-list { display: grid; gap: .55rem; }
.check-list li { display: flex; gap: .65rem; align-items: flex-start; color: var(--ink-2); }
.check-list svg { width: 20px; height: 20px; color: var(--green); flex: none; margin-top: .15rem; }
