
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300 600; font-display: swap; src: url(/fonts/inter-latin.woff2) format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 300 600; font-display: swap; src: url(/fonts/cormorant-garamond-latin.woff2) format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 300 400; font-display: swap; src: url(/fonts/cormorant-garamond-italic-latin.woff2) format('woff2'); }

/* ═══════════════════════════════════════════════════════════════
   V5 Design System — Serene Gold Editorial Luxury
   Leo Health Massage — BookingStudio 2
   ═══════════════════════════════════════════════════════════════ */

:root {
  --cream: #FAF7F2; --cream-dark: #F0EBE1; --ink: #1A1613; --ink-light: #3D3630;
  --gold: #B8956A; --gold-hover: #A07B52; --gold-light: #D4B896; --white: #FFFFFF;
  --text-muted: #8A7E72; --ink-faint: #B8AFA5; --border: #F0EBE1; --border-light: #F5F1EB;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --transition: 0.3s ease; --transition-fast: 0.2s ease;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: var(--cream); line-height: 1.7; overflow-x: hidden; }
::selection { background: rgba(184, 149, 106, 0.2); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
*:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } }

.container { max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 48px); }
.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; }

/* ═══ ARIA HIDDEN ═══ */
[aria-hidden="true"] { display: none; }

/* ═══ LOGIN MODAL ═══ */
.login-backdrop { display: none; position: fixed; inset: 0; z-index: 9000; background: rgba(26,22,19,0.6); backdrop-filter: blur(8px); align-items: center; justify-content: center; }
.login-backdrop[aria-hidden="false"] { display: flex; }
.login-modal { background: var(--white); padding: 48px; max-width: 420px; width: 90%; position: relative; }
.login-modal-close { position: absolute; top: 16px; right: 16px; background: none; border: none; cursor: pointer; color: var(--text-muted); padding: 8px; min-width: 44px; min-height: 44px; display: flex; align-items: center; justify-content: center; }
.login-modal-header { text-align: center; margin-bottom: 32px; }
.login-modal-header h2 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 400; color: var(--ink); margin-bottom: 4px; }
.login-modal-header p { font-size: 0.85rem; color: var(--text-muted); font-weight: 300; }
.login-modal-logo { width: 48px; height: 48px; margin: 0 auto 16px; }
.login-form-group { margin-bottom: 20px; }
.login-form-group label { display: block; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 8px; }
.login-form-input-wrap { position: relative; }
.login-form-input-wrap svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--ink-faint); pointer-events: none; }
.login-form-input { width: 100%; padding: 12px 12px 12px 42px; font-size: 0.9rem; border: 1px solid var(--border); background: var(--cream); font-family: var(--font-body); min-height: 48px; }
.login-form-input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,149,106,0.15); }
.login-form-error { display: none; align-items: center; gap: 8px; padding: 12px; background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; font-size: 0.8rem; margin-bottom: 16px; }
.login-form-error svg { width: 18px; height: 18px; flex-shrink: 0; }
.login-form-error.visible { display: flex; }
.login-form-submit { width: 100%; padding: 14px; background: var(--ink); color: var(--white); border: none; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; min-height: 48px; cursor: pointer; transition: background var(--transition-fast); }
.login-form-submit:hover { background: var(--ink-light); }
.login-modal-footer { text-align: center; margin-top: 20px; }
.login-modal-footer a { font-size: 0.8rem; color: var(--gold); border-bottom: 1px solid transparent; }
.login-modal-footer a:hover { border-bottom-color: var(--gold); }
.login-spinner { display: none; }

/* ═══ SKIP LINK ═══ */
.skip-link { position: absolute; top: -100px; left: 16px; background: var(--ink); color: var(--white); padding: 12px 24px; z-index: 9999; font-size: 0.85rem; transition: top 0.2s; }
.skip-link:focus { top: 8px; }

/* ═══ NAV ═══ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(26,22,19,0.92); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); border-bottom: 1px solid rgba(255,255,255,0.06); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px,5vw,48px); display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav-brand { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.25em; text-transform: uppercase; color: var(--white); }
.nav-links { display: flex; gap: 40px; list-style: none; }
.nav-links a { font-size: 0.7rem; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.85); transition: color var(--transition-fast); padding: 10px 0; min-height: 44px; display: inline-flex; align-items: center; }
.nav-links a:hover { color: var(--gold-light); }
.nav-links a.active { color: var(--white); font-weight: 500; }
.nav-right { display: flex; align-items: center; }
.nav-lang { display: flex; gap: 4px; list-style: none; }
.nav-lang a { font-size: 0.65rem; color: rgba(255,255,255,0.45); transition: color var(--transition-fast); padding: 10px 8px; min-height: 44px; min-width: 36px; display: inline-flex; align-items: center; justify-content: center; text-transform: uppercase; }
.nav-lang a:hover { color: var(--gold-light); }
.nav-lang a.active { color: var(--white); font-weight: 500; }
.nav-cta { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink); background: var(--gold-light); padding: 8px 20px; min-height: 36px; display: inline-flex; align-items: center; transition: background var(--transition-fast); margin-left: 24px; }
.nav-cta:hover { background: var(--gold); }

/* ═══ HERO ═══ */
.hero { position: relative; width: 100%; height: 100vh; min-height: 700px; max-height: 1000px; overflow: hidden; display: flex; align-items: flex-end; }
.hero--half { height: 50vh; min-height: 400px; max-height: 600px; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-color: #2a2520; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,22,19,0.85) 0%, rgba(26,22,19,0.5) 40%, rgba(26,22,19,0.15) 70%, rgba(26,22,19,0.3) 100%); }
.hero-content { position: relative; z-index: 2; padding: 0 clamp(20px,5vw,48px) clamp(60px,8vw,100px); max-width: 1200px; margin: 0 auto; width: 100%; }
.hero-label { font-size: 0.65rem; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 20px; }
.hero-title { font-family: var(--font-display); font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 300; line-height: 1.05; color: var(--white); }
.hero-title em { font-style: italic; font-weight: 300; }
.hero-title .gold { color: var(--gold-light); }
.hero-subtitle { font-size: clamp(14px,1.1vw,16px); font-weight: 300; line-height: 1.7; color: rgba(255,255,255,0.8); max-width: 440px; margin-top: 20px; margin-bottom: 36px; }

/* ═══ BUTTONS ═══ */
.btn-hero { display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-body); font-size: 0.75rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink); background: var(--white); border: none; padding: 18px 48px; min-height: 52px; cursor: pointer; transition: background var(--transition-fast), transform var(--transition-fast); }
.btn-hero:hover { background: var(--cream); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); }
.btn-primary { display: inline-flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--white); background: var(--ink); border: none; padding: 16px 40px; min-height: 48px; cursor: pointer; transition: background var(--transition-fast), transform var(--transition-fast); }
.btn-primary:hover { background: var(--ink-light); transform: translateY(-1px); }

/* ═══ SECTIONS ═══ */
.section { padding: clamp(60px,8vw,120px) 0; }
.section-number { font-family: var(--font-display); font-size: 0.75rem; color: var(--gold); font-style: italic; display: block; margin-bottom: 16px; }
.section-label { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.heading-2 { font-family: var(--font-display); font-size: clamp(2rem,4vw,3.2rem); font-weight: 300; line-height: 1.15; color: var(--ink); margin-bottom: 24px; }
.heading-2 em { font-style: italic; }
.heading-2 .gold { color: var(--gold); }
.heading-3 { font-family: var(--font-display); font-size: clamp(1.3rem,2.5vw,1.8rem); font-weight: 400; line-height: 1.25; color: var(--ink); margin-bottom: 16px; }
.body-text { font-size: clamp(14px,1.1vw,16px); line-height: 1.7; color: var(--ink-light); font-weight: 300; margin-bottom: 16px; max-width: 440px; }

/* ═══ LINK ARROW ═══ */
.link-arrow { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink); display: inline-flex; align-items: center; gap: 12px; padding: 12px 0; min-height: 44px; transition: color var(--transition-fast), gap var(--transition-fast); cursor: pointer; }
.link-arrow::after { content: ''; display: inline-block; width: 32px; height: 1px; background: var(--ink); transition: width var(--transition-fast), background var(--transition-fast); }
.link-arrow:hover { color: var(--gold); }
.link-arrow:hover::after { width: 48px; background: var(--gold); }

/* ═══ ABOUT ═══ */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.about-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px,6vw,100px); background: var(--cream); position: relative; }
.about-image { position: relative; overflow: hidden; min-height: 500px; }
.about-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }

/* ═══ SERVICES ═══ */
.services-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; padding-bottom: 24px; border-bottom: 1px solid var(--gold-light); }
.services-count { font-size: 0.8rem; color: var(--text-muted); font-weight: 300; }
.service-list { list-style: none; }
.service-item { display: grid; grid-template-columns: 40px 1fr 160px 140px 120px; align-items: center; padding: 28px 16px; border-bottom: 1px solid var(--border); cursor: pointer; min-height: 80px; transition: background var(--transition-fast), padding-left var(--transition-fast); }
.service-item:hover { background: rgba(184,149,106,0.05); padding-left: 24px; }
.service-num { font-family: var(--font-display); font-size: 0.85rem; color: var(--gold); font-style: italic; }
.service-name { font-family: var(--font-display); font-size: clamp(1.1rem,1.8vw,1.4rem); font-weight: 400; color: var(--ink); }
.service-duration { font-size: 0.8rem; color: var(--text-muted); font-weight: 300; text-align: center; }
.service-price { font-size: 0.85rem; color: var(--ink); font-weight: 500; font-variant-numeric: tabular-nums; }
.service-link { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); display: inline-flex; align-items: center; gap: 6px; padding: 10px 0; min-height: 44px; justify-content: flex-end; transition: color var(--transition-fast); }
.service-item:hover .service-link { color: var(--gold); }
.service-link svg { width: 14px; height: 14px; transition: transform var(--transition-fast); }
.service-item:hover .service-link svg { transform: translateX(3px); }

/* ═══ USP ═══ */
.usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); }
.usp-card { background: var(--cream); padding: 40px 32px; }
.usp-num { font-family: var(--font-display); font-size: 1.8rem; font-weight: 300; color: var(--gold-light); margin-bottom: 20px; line-height: 1; }
.usp-title { font-family: var(--font-display); font-size: 1.15rem; font-weight: 400; color: var(--ink); margin-bottom: 12px; line-height: 1.3; }
.usp-desc { font-size: 0.8rem; color: var(--text-muted); font-weight: 300; line-height: 1.6; }

/* ═══ TESTIMONIAL ═══ */
.testimonial { background: var(--ink); padding: clamp(60px,8vw,100px) 0; position: relative; overflow: hidden; }
.testimonial .container { text-align: center; }
.testimonial-stars { display: flex; gap: 6px; justify-content: center; margin-bottom: 32px; }
.testimonial-star { color: var(--gold); font-size: 14px; }
.testimonial-quote { font-family: var(--font-display); font-size: clamp(1.3rem,2.5vw,2rem); font-weight: 300; font-style: italic; line-height: 1.5; color: var(--white); max-width: 700px; margin: 0 auto 24px; }
.testimonial-divider { width: 40px; height: 1px; background: var(--gold); margin: 24px auto; }
.testimonial-author { font-size: 0.7rem; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; text-align: left; }
.review-card { background: var(--white); border-radius: 12px; padding: 32px; border: 1px solid var(--border); }
.review-card-stars { display: flex; gap: 4px; margin-bottom: 16px; }
.review-card-stars .testimonial-star { color: var(--gold); font-size: 14px; }
.review-card-quote { font-family: var(--font-display); font-size: 1rem; font-weight: 300; font-style: italic; line-height: 1.5; color: var(--ink); margin-bottom: 20px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.review-card-footer { border-top: 1px solid var(--border); padding-top: 16px; }
.review-card-author { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); margin-bottom: 4px; }
.review-card-verified { font-size: 0.7rem; color: var(--gold); font-weight: 400; }
@media (max-width: 768px) { .reviews-grid { grid-template-columns: 1fr; gap: 24px; } }

/* ═══ TEAM ═══ */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.team-card { text-align: center; }
.team-avatar { width: 120px; height: 120px; border-radius: 50%; overflow: hidden; margin: 0 auto 20px; background: var(--cream-dark); }
.team-avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-name { font-family: var(--font-display); font-size: 1.2rem; font-weight: 400; color: var(--ink); margin-bottom: 4px; }
.team-role { font-size: 0.8rem; color: var(--text-muted); font-weight: 300; margin-bottom: 12px; }
.team-badge { display: inline-flex; padding: 6px 16px; border: 1px solid var(--gold-light); font-size: 0.65rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); font-style: italic; }

/* ═══ TEAM CARDS (detail renderer) ═══ */
.team-card-avatar { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; margin: 0 auto 16px; display: block; }
.team-card-avatar-placeholder { width: 120px; height: 120px; border-radius: 50%; background: var(--cream-dark); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-family: var(--font-display); font-size: 1.8rem; color: var(--gold); }
.team-card-name { font-family: var(--font-display); font-size: 1.2rem; font-weight: 400; color: var(--ink); margin-bottom: 4px; }
.team-card-role { font-size: 0.8rem; color: var(--text-muted); font-weight: 300; margin-bottom: 12px; }
.team-card-badge { display: inline-flex; padding: 6px 16px; border: 1px solid var(--gold-light); font-size: 0.65rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); font-style: italic; }
.team-card-bio { font-size: 0.8rem; color: var(--ink-light); font-weight: 300; line-height: 1.6; margin-top: 12px; max-width: 280px; }

/* ═══ LOCATION MAP ═══ */
.location-map { position: relative; background: var(--cream-dark); min-height: 400px; overflow: hidden; }
.location-map-inner { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px; }
.location-map-pin { width: 32px; height: 32px; color: var(--gold); }
.location-map-text { font-size: 0.8rem; color: var(--text-muted); text-align: center; line-height: 1.5; }
.location-map::before { content: ''; position: absolute; inset: 40px; border: 1px solid var(--border); opacity: 0.6; }

/* ═══ SHARED CONTENT BLOCKS ═══ */
.section-cream { background: var(--cream); }
.section-white { background: var(--white); }
.section-header { margin-bottom: 40px; }
.section-badge { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 12px; }
.section-title { font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 300; line-height: 1.15; color: var(--ink); }
.section-subtitle { font-size: 0.9rem; color: var(--text-muted); font-weight: 300; margin-top: 12px; max-width: 560px; line-height: 1.6; }

/* Benefits grid (USP/Vorteile from content blocks) */
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 32px; }
.benefit-card { padding: 24px 0; }
.benefit-card h3 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 400; color: var(--ink); margin-bottom: 8px; }
.benefit-card p { font-size: 0.85rem; color: var(--ink-light); font-weight: 300; line-height: 1.6; }
.benefit-icon { font-size: 1.5rem; margin-bottom: 12px; color: var(--gold); }

/* Team preview grid (from layout shared helper) */
.team-preview-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; }
.team-preview-card { text-align: center; }
.team-preview-card h3 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 400; color: var(--ink); margin-top: 12px; margin-bottom: 4px; }
.team-preview-card p { font-size: 0.8rem; color: var(--text-muted); font-weight: 300; }
.team-preview-photo { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; margin: 0 auto; }
.team-preview-placeholder { width: 100px; height: 100px; border-radius: 50%; background: var(--cream-dark); display: flex; align-items: center; justify-content: center; margin: 0 auto; font-family: var(--font-display); font-size: 1.5rem; color: var(--gold); }

/* Steps grid (numbered process steps) */
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; counter-reset: step; }
.step-card { position: relative; padding-top: 8px; }
.step-card::before { counter-increment: step; content: counter(step, decimal-leading-zero); font-family: var(--font-display); font-size: 2rem; font-weight: 300; color: var(--gold-light); line-height: 1; margin-bottom: 12px; display: block; }
.step-card h3 { font-family: var(--font-display); font-size: 1rem; font-weight: 400; color: var(--ink); margin-bottom: 8px; }
.step-card p { font-size: 0.8rem; color: var(--ink-light); font-weight: 300; line-height: 1.6; }

/* Content list (bullet items) */
.content-list { max-width: 640px; }
.content-list-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border-light); font-size: 0.9rem; color: var(--ink-light); font-weight: 300; line-height: 1.5; }
.content-list-icon { color: var(--gold); flex-shrink: 0; font-size: 1rem; }

/* Info pair grid (key/value pairs) */
.info-pair-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; }
.info-pair { padding: 16px 0; }
.info-pair dt { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.info-pair dd { font-size: 0.85rem; color: var(--ink-light); font-weight: 300; line-height: 1.5; }

/* Reviews grid */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.review-card { padding: 24px; background: var(--white); border: 1px solid var(--border); }
.review-card .review-stars { color: var(--gold); font-size: 0.85rem; margin-bottom: 12px; }
.review-card .review-text { font-size: 0.85rem; color: var(--ink-light); font-weight: 300; line-height: 1.6; font-style: italic; margin-bottom: 12px; }
.review-card .review-author { font-size: 0.75rem; color: var(--text-muted); font-weight: 400; }

/* Comparison table */
.comparison-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
.comparison-table th { text-align: left; font-size: 0.65rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); padding: 12px 16px; border-bottom: 2px solid var(--border); }
.comparison-table td { padding: 16px; border-bottom: 1px solid var(--border-light); color: var(--ink-light); font-weight: 300; }
.comparison-table tr:hover { background: rgba(184,149,106,0.03); }

/* ═══ FAQ ACCORDION ═══ */
.faq-list { max-width: 720px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { font-family: var(--font-display); font-size: clamp(1rem, 1.5vw, 1.2rem); font-weight: 400; color: var(--ink); padding: 24px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; min-height: 64px; transition: color var(--transition-fast); }
.faq-item summary:hover { color: var(--gold); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-family: var(--font-body); font-size: 1.2rem; font-weight: 300; color: var(--gold); flex-shrink: 0; margin-left: 24px; transition: transform var(--transition-fast); }
.faq-item[open] summary::after { content: '−'; }
.faq-answer { padding: 0 0 24px; font-size: 0.9rem; color: var(--ink-light); font-weight: 300; line-height: 1.7; max-width: 600px; overflow: hidden; }
.faq-answer p { margin-bottom: 12px; }
.faq-answer p:last-child { margin-bottom: 0; }

/* ═══ CTA ═══ */
.cta { padding: clamp(60px,8vw,100px) 0; text-align: center; border-top: 1px solid var(--border); }
.cta-heading { font-family: var(--font-display); font-size: clamp(2rem,4vw,3rem); font-weight: 300; line-height: 1.15; color: var(--ink); margin-bottom: 8px; }
.cta-heading em { font-style: italic; }
.cta-subtitle { font-size: 0.9rem; color: var(--text-muted); font-weight: 300; margin-bottom: 36px; }

/* ═══ FOOTER ═══ */
.footer { background: var(--cream); border-top: 1px solid var(--border); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand-name { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink); margin-bottom: 12px; }
.footer-brand-desc { font-size: 0.8rem; color: var(--text-muted); font-weight: 300; line-height: 1.6; }
.footer-heading { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 16px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-links a, .footer-links span { font-size: 0.85rem; color: var(--ink-light); font-weight: 300; padding: 4px 0; display: inline-block; min-height: 32px; line-height: 32px; }
.footer-links a { transition: color var(--transition-fast); }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; border-top: 1px solid var(--border); }
.footer-copy { font-size: 0.75rem; color: var(--ink-faint); font-weight: 300; }
.footer-social { display: flex; gap: 24px; list-style: none; }
.footer-social a { font-size: 0.75rem; color: var(--ink-faint); font-weight: 300; transition: color var(--transition-fast); padding: 8px 0; min-height: 44px; display: inline-flex; align-items: center; }
.footer-social a:hover { color: var(--gold); }
.footer-powered { font-size: 0.65rem; color: var(--ink-faint); font-weight: 300; opacity: 0.5; }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
  .service-item { grid-template-columns: 32px 1fr 120px 120px 100px; }
  .usp-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-cta { margin-left: auto; }
  .hero { min-height: 600px; }
  .hero--half { min-height: 300px; }
  .hero-title { font-size: clamp(2.2rem, 8vw, 3rem); }
  .about { grid-template-columns: 1fr; }
  .about-image { min-height: 300px; }
  .service-item { grid-template-columns: 1fr; gap: 8px; padding: 24px 16px; }
  .service-num { display: none; }
  .service-duration, .service-price { text-align: left; }
  .service-link { justify-content: flex-start; }
  .usp-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
}

/* ═══════════════════════════════════════════════════════════════
   PAGE-SPECIFIC CSS — Services
   ═══════════════════════════════════════════════════════════════ */

    /* ═══ FILTER BAR ═══ */
    .filter-bar { position: sticky; top: 64px; z-index: 50; background: var(--cream); border-bottom: 1px solid var(--border); }
    .filter-tabs { display: flex; gap: 0; list-style: none; max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px,5vw,48px); }
    .filter-tab { font-size: 0.7rem; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); background: none; border: none; border-bottom: 2px solid transparent; padding: 20px 24px; min-height: 56px; cursor: pointer; transition: all 0.3s ease; display: inline-flex; align-items: center; }
    .filter-tab:hover { color: var(--ink); }
    .filter-tab.active { color: var(--ink); font-weight: 500; border-bottom-color: var(--ink); }
    .filter-tab:focus-visible { outline: 2px solid var(--gold); outline-offset: -2px; }

    /* ═══ CATEGORY SECTIONS ═══ */
    .category { padding: clamp(48px,6vw,80px) 0; position: relative; overflow: hidden; }
    .category + .category { border-top: none; }
    .category-header { margin-bottom: 40px; }
    .category-header .section-number { display: block; margin-bottom: 16px; }
    .category-header .section-label { display: block; margin-bottom: 12px; }
    .category-header .heading-2 { margin-bottom: 16px; }
    .category-divider { width: 100%; height: 1px; background: var(--gold-light); margin-top: 8px; }

    /* ═══ CONTACT ADVICE ═══ */
    .advice { text-align: center; padding: clamp(48px,6vw,80px) 0; border-top: 1px solid var(--border); }
    .advice-divider { width: 40px; height: 1px; background: var(--gold-light); margin: 0 auto 32px; }
    .advice-text { font-size: 0.9rem; color: var(--text-muted); font-weight: 300; line-height: 1.7; margin-bottom: 24px; }
    .advice-phone { font-family: var(--font-display); font-size: clamp(1.8rem,3vw,2.5rem); font-weight: 300; color: var(--ink); display: inline-flex; align-items: center; min-height: 56px; padding: 8px 0; transition: color var(--transition-fast); border-bottom: 1px solid var(--border); }
    .advice-phone:hover { color: var(--gold); border-bottom-color: var(--gold); }
    .advice-phone:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
    .advice-hours { font-size: 0.8rem; color: var(--ink-faint); font-weight: 300; margin-top: 12px; }

    /* ═══ RESPONSIVE — Filter tabs ═══ */
    @media (max-width: 768px) {
      .filter-tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
      .filter-tabs::-webkit-scrollbar { display: none; }
      .filter-tab { white-space: nowrap; padding: 16px 20px; }
    }

/* ═══════════════════════════════════════════════════════════════
   PAGE-SPECIFIC CSS — Service Detail
   ═══════════════════════════════════════════════════════════════ */

    /* ═══ BREADCRUMB ═══ */
    .breadcrumb { padding: 16px 0; border-bottom: 1px solid var(--border); }
    .breadcrumb-inner {
      max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 48px);
      display: flex; align-items: center; gap: 8px;
      font-size: 0.75rem; color: var(--text-muted); font-weight: 300;
    }
    .breadcrumb-inner a {
      color: var(--text-muted); transition: color var(--transition-fast);
      padding: 4px 0; min-height: 32px; display: inline-flex; align-items: center;
    }
    .breadcrumb-inner a:hover { color: var(--gold); }
    .breadcrumb-sep { color: var(--ink-faint); }
    .breadcrumb-current { color: var(--ink-light); }

    /* ═══ CONTENT ═══ */
    .content-section { margin-bottom: 48px; }
    .content-heading {
      font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.5rem);
      font-weight: 300; line-height: 1.15; color: var(--ink); margin-bottom: 24px;
    }
    .content-text {
      font-size: clamp(14px, 1.1vw, 16px); line-height: 1.7; color: var(--ink-light);
      font-weight: 300; margin-bottom: 16px; max-width: 600px;
    }
    .content-divider { width: 100%; height: 1px; background: var(--border); margin: 40px 0; }

    /* "Was Sie erwartet" list */
    .expect-heading {
      font-family: var(--font-display); font-size: clamp(1.4rem, 2.5vw, 1.8rem);
      font-weight: 400; color: var(--ink); margin-bottom: 32px;
    }
    .expect-list { list-style: none; }
    .expect-item {
      display: grid; grid-template-columns: 40px 1fr; gap: 16px;
      padding: 24px 0; border-bottom: 1px solid var(--border);
    }
    .expect-num {
      font-family: var(--font-display); font-size: 0.85rem; color: var(--gold);
      font-weight: 400; font-style: italic; padding-top: 2px;
    }
    .expect-title {
      font-family: var(--font-body); font-size: 0.85rem; font-weight: 600;
      color: var(--ink); margin-bottom: 6px;
    }
    .expect-desc {
      font-size: 0.8rem; color: var(--ink-light); font-weight: 300; line-height: 1.6;
    }

    /* ═══ SIDEBAR ═══ */
    .sidebar { position: sticky; top: 88px; align-self: start; background: var(--white); padding: 40px; border: 1px solid var(--border); }
    .sidebar-price { font-family: var(--font-display); font-size: clamp(2rem,3vw,2.8rem); font-weight: 300; color: var(--ink); margin-bottom: 4px; }
    .sidebar-cta { display: flex; align-items: center; justify-content: center; width: 100%; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--white); background: var(--ink); padding: 18px 32px; min-height: 52px; cursor: pointer; transition: background var(--transition-fast), transform var(--transition-fast); }
    .sidebar-cta:hover { background: var(--ink-light); transform: translateY(-1px); }
    .duration-item { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--border-light); cursor: pointer; min-height: 52px; transition: all 0.3s; }
    .duration-item:hover { padding-left: 8px; background: rgba(184,149,106,0.04); }
    .duration-item.selected { padding-left: 8px; border-left: 2px solid var(--gold); background: rgba(184,149,106,0.06); }
    .sidebar-service-name {
      font-size: 0.8rem; color: var(--text-muted); font-weight: 300; margin-bottom: 32px;
    }
    .sidebar-label {
      font-size: 0.6rem; font-weight: 500; letter-spacing: 0.2em;
      text-transform: uppercase; color: var(--text-muted); margin-bottom: 16px;
    }
    .duration-list { list-style: none; margin-bottom: 32px; }
    .duration-time { font-size: 0.9rem; color: var(--ink); font-weight: 400; }
    .duration-price { font-size: 0.9rem; color: var(--ink); font-weight: 500; font-variant-numeric: tabular-nums; }
    .sidebar-location { margin-bottom: 32px; }
    .sidebar-location-text { font-size: 0.85rem; color: var(--ink-light); font-weight: 300; line-height: 1.5; }
    .sidebar-meta {
      text-align: center; margin-top: 16px;
      font-size: 0.75rem; color: var(--ink-faint); font-weight: 300; line-height: 1.5;
    }

    /* ═══ RELATED SERVICES ═══ */
    .related { padding: clamp(60px, 8vw, 120px) 0; border-top: 1px solid var(--border); }
    .related-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 32px; }
    .related-heading {
      font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2.2rem);
      font-weight: 300; color: var(--ink);
    }
    .related-view-all {
      font-size: 0.7rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase;
      color: var(--text-muted); display: inline-flex; align-items: center; gap: 8px;
      padding: 12px 0; min-height: 44px; transition: color var(--transition-fast);
    }
    .related-view-all:hover { color: var(--gold); }

    /* ═══ RESPONSIVE ═══ */
    @media (max-width: 1024px) {
      .main { grid-template-columns: 1fr 320px !important; gap: 48px !important; }
    }
    @media (max-width: 768px) {
      .main { grid-template-columns: 1fr !important; gap: 0 !important; }
      .sidebar { position: relative; top: 0; order: -1; margin-bottom: 48px; }
      .related-header { flex-direction: column; align-items: flex-start; gap: 8px; }
    }

/* ═══════════════════════════════════════════════════════════════
   PAGE-SPECIFIC CSS — Location
   ═══════════════════════════════════════════════════════════════ */

    /* ═══ INFO BAR ═══ */
    .info-bar { background: var(--white); border-bottom: 1px solid var(--border); }
    .info-bar-inner { max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px,5vw,48px); display: grid; grid-template-columns: repeat(4, 1fr); }
    .info-item { padding: 20px 24px; text-align: center; border-right: 1px solid var(--border); }
    .info-item:last-child { border-right: none; }
    .info-label { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
    .info-value { font-size: 0.85rem; color: var(--ink); font-weight: 400; }
    .info-value a { border-bottom: 1px solid var(--border); transition: all 0.3s; }
    .info-value a:hover { color: var(--gold); border-color: var(--gold); }

    /* ═══ DIRECTIONS ═══ */
    .directions { padding: clamp(60px,8vw,120px) 0; border-top: 1px solid var(--border); }
    .directions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 48px; }
    .directions-content { padding-right: clamp(20px,4vw,60px); }
    .directions-heading { font-family: var(--font-display); font-size: clamp(1.5rem,3vw,2.2rem); font-weight: 300; color: var(--ink); margin-bottom: 32px; }
    .directions-group { margin-bottom: 24px; }
    .directions-label { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
    .directions-value { font-size: 0.85rem; color: var(--ink-light); font-weight: 300; line-height: 1.6; }
    .directions-map { position: relative; background: var(--cream-dark); min-height: 400px; overflow: hidden; }
    .directions-map-inner { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px; }
    .directions-map-pin { width: 32px; height: 32px; color: var(--gold); }
    .directions-map-text { font-size: 0.8rem; color: var(--text-muted); text-align: center; line-height: 1.5; }
    .directions-map::before { content: ''; position: absolute; inset: 40px; border: 1px solid var(--border); opacity: 0.6; }

    /* ═══ OTHER LOCATIONS ═══ */
    .other-locations { padding: clamp(48px,6vw,80px) 0; border-top: 1px solid var(--border); text-align: center; }
    .other-heading { font-size: 0.9rem; color: var(--text-muted); font-weight: 300; margin-bottom: 24px; }
    .location-card { display: inline-block; background: var(--white); border: 1px solid var(--border); padding: 32px 48px; text-align: center; transition: border-color var(--transition-fast), transform var(--transition-fast); cursor: pointer; }
    .location-card:hover { border-color: var(--gold-light); transform: translateY(-2px); }
    .location-card-name { font-family: var(--font-display); font-size: 1.1rem; font-weight: 400; color: var(--ink); margin-bottom: 4px; }
    .location-card-address { font-size: 0.8rem; color: var(--text-muted); font-weight: 300; margin-bottom: 16px; }
    .location-card-link { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 6px; padding: 8px 0; min-height: 44px; transition: color var(--transition-fast); }
    .location-card-link:hover { color: var(--gold-hover); }
    .location-card-link svg { width: 14px; height: 14px; }

    /* ═══ RESPONSIVE ═══ */
    @media (max-width: 768px) {
      .info-bar-inner { grid-template-columns: 1fr 1fr; }
      .info-item:nth-child(2) { border-right: none; }
      .directions-grid { grid-template-columns: 1fr; }
      .directions-map { min-height: 280px; }
    }

/* ═══════════════════════════════════════════════════════════════
   PAGE-SPECIFIC CSS — Contact
   ═══════════════════════════════════════════════════════════════ */

    /* ═══ PAGE HEADER ═══ */
    .page-header { padding-top: calc(64px + clamp(60px,8vw,100px)); padding-bottom: clamp(40px,5vw,60px); text-align: center; }
    .page-label { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
    .page-title { font-family: var(--font-display); font-size: clamp(2.5rem,5vw,4rem); font-weight: 300; line-height: 1.1; color: var(--ink); }

    /* ═══ CONTACT LAYOUT ═══ */
    .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px,6vw,100px); padding-bottom: clamp(60px,8vw,120px); }

    /* ═══ FORM ═══ */
    .form-section-label { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
    .form-heading { font-family: var(--font-display); font-size: clamp(1.4rem, 2.5vw, 1.8rem); font-weight: 300; color: var(--ink); margin-bottom: 32px; line-height: 1.3; }
    .form-group { margin-bottom: 24px; }
    .form-label { display: block; font-size: 0.6rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 8px; }
    .form-input, .form-select, .form-textarea { width: 100%; font-family: var(--font-body); font-size: 0.9rem; font-weight: 300; color: var(--ink); background: var(--white); border: 1px solid var(--border); padding: 14px 16px; min-height: 48px; transition: border-color 0.3s, box-shadow 0.3s; -webkit-appearance: none; }
    .form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,149,106,0.15); }
    .form-input::placeholder, .form-textarea::placeholder { color: var(--ink-faint); font-weight: 300; }
    .form-input:hover, .form-select:hover, .form-textarea:hover { border-color: var(--gold-light); }
    .form-textarea { min-height: 140px; resize: vertical; line-height: 1.6; }
    .form-select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238A7E72' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; cursor: pointer; }
    .form-submit { display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-body); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--white); background: var(--ink); border: none; padding: 16px 40px; min-height: 48px; cursor: pointer; transition: background var(--transition-fast), transform var(--transition-fast); }
    .form-submit:hover { background: var(--ink-light); transform: translateY(-1px); }
    .form-hint { font-size: 0.75rem; color: var(--ink-faint); font-weight: 300; margin-top: 16px; }

    /* ═══ CONTACT INFO ═══ */
    .contact-info { padding-top: 8px; }
    .contact-phone { font-family: var(--font-display); font-size: clamp(1.8rem,3vw,2.5rem); font-weight: 300; color: var(--ink); display: inline-flex; min-height: 56px; padding: 8px 0; margin-bottom: 32px; border-bottom: 1px solid var(--border); transition: all 0.3s; }
    .contact-phone:hover { color: var(--gold); border-color: var(--gold); }
    .contact-group { margin-bottom: 24px; }
    .contact-label { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
    .contact-value { font-size: 0.85rem; color: var(--ink-light); font-weight: 300; line-height: 1.6; }
    .contact-value a { border-bottom: 1px solid var(--border); transition: all 0.3s; padding: 2px 0; min-height: 32px; display: inline-flex; align-items: center; }
    .contact-value a:hover { color: var(--gold); border-color: var(--gold); }
    .contact-divider { width: 100%; height: 1px; background: var(--border); margin: 32px 0; }
    .contact-social-label { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
    .contact-social { display: flex; gap: 24px; list-style: none; }
    .contact-social a { font-size: 0.85rem; color: var(--ink-light); font-weight: 300; transition: color var(--transition-fast); padding: 8px 0; min-height: 44px; display: inline-flex; align-items: center; }
    .contact-social a:hover { color: var(--gold); }

    /* ═══ RESPONSIVE ═══ */
    @media (max-width: 768px) {
      .contact-grid { grid-template-columns: 1fr; gap: 48px; }
      .contact-info { order: -1; }
    }

/* ═══════════════════════════════════════════════════════════════
   PAGE-SPECIFIC CSS — About
   ═══════════════════════════════════════════════════════════════ */

    /* ═══ TIMELINE ═══ */
    .timeline { list-style: none; position: relative; padding-left: 40px; }
    .timeline::before { content: ''; position: absolute; left: 7px; top: 8px; bottom: 8px; width: 1px; background: var(--border); }
    .timeline-item { position: relative; padding-bottom: 40px; }
    .timeline-item:last-child { padding-bottom: 0; }
    .timeline-dot { position: absolute; left: -40px; top: 6px; width: 15px; height: 15px; border-radius: 50%; border: 2px solid var(--gold-light); background: var(--cream); z-index: 1; }
    .timeline-item:first-child .timeline-dot { background: var(--gold); border-color: var(--gold); }
    .timeline-year { font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; color: var(--gold); margin-bottom: 6px; font-style: italic; }
    .timeline-title { font-size: 0.85rem; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
    .timeline-desc { font-size: 0.8rem; color: var(--ink-light); font-weight: 300; line-height: 1.6; max-width: 480px; }

/* ═══ SCROLL REVEAL ═══ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease-out, transform 0.7s ease-out; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }
