/* ══════════════════════════════════════════
   Psychotherapie Tanja Ebner – Stylesheet
   ══════════════════════════════════════════ */

.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;
}

:root {
    --sage: #9DB88A;
    --sage-mid: #B5C5A3;
    --sage-light: #cddabe;
    --sage-pale: #e2edd8;
    --coral: #E09A74;
    --coral-mid: #E8AD8C;
    --coral-light: #f0c4a5;
    --coral-pale: #f7dece;
    --warmgray: #9E9893;
    --warmgray-light: #d6d3d1;
    --warmgray-pale: #eae8e6;
    --text: #44403c;
    --text-light: #6b6560;
    --bg: #FAFAF7;
    --white: #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    font-size: 20px;
}

body {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    color: var(--text);
    background: var(--bg);
    line-height: 1.7;
    overflow-x: hidden;
}

/* ── SITE FRAME (max-width container, no visual border) ── */
.site-frame {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    min-height: 100vh;
}

/* ── FLOATING WATERCOLOR CIRCLES ── */
.wc-layer {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: 0;
}

.wc-orb {
    position: absolute;
}

.wc-orb.sage-1 {
    width: 900px; height: 900px;
    background: radial-gradient(circle at 50% 50%, rgba(157, 184, 138, 0.7) 0%, rgba(157, 184, 138, 0.45) 12%, rgba(157, 184, 138, 0.2) 24%, rgba(157, 184, 138, 0.06) 34%, transparent 42%);
    top: -15%; left: -18%;
    filter: blur(40px);
}
.wc-orb.sage-2 {
    width: 700px; height: 700px;
    background: radial-gradient(circle at 50% 50%, rgba(181, 197, 163, 0.65) 0%, rgba(181, 197, 163, 0.4) 12%, rgba(181, 197, 163, 0.18) 24%, rgba(181, 197, 163, 0.05) 34%, transparent 42%);
    top: 50%; left: -5%;
    filter: blur(35px);
}
.wc-orb.sage-3 {
    width: 850px; height: 850px;
    background: radial-gradient(circle at 50% 50%, rgba(157, 184, 138, 0.55) 0%, rgba(181, 197, 163, 0.35) 12%, rgba(181, 197, 163, 0.15) 24%, rgba(181, 197, 163, 0.04) 34%, transparent 42%);
    top: 115%; right: -8%;
    filter: blur(40px);
}
.wc-orb.sage-4 {
    width: 650px; height: 650px;
    background: radial-gradient(circle at 50% 50%, rgba(205, 218, 190, 0.6) 0%, rgba(205, 218, 190, 0.38) 12%, rgba(205, 218, 190, 0.16) 24%, rgba(205, 218, 190, 0.04) 34%, transparent 42%);
    top: 195%; left: 5%;
    filter: blur(30px);
}
.wc-orb.coral-1 {
    width: 850px; height: 850px;
    background: radial-gradient(circle at 50% 50%, rgba(224, 154, 116, 0.65) 0%, rgba(224, 154, 116, 0.4) 12%, rgba(224, 154, 116, 0.18) 24%, rgba(224, 154, 116, 0.05) 34%, transparent 42%);
    top: 2%; left: 5%;
    filter: blur(38px);
}
.wc-orb.coral-2 {
    width: 750px; height: 750px;
    background: radial-gradient(circle at 50% 50%, rgba(232, 173, 140, 0.6) 0%, rgba(232, 173, 140, 0.38) 12%, rgba(232, 173, 140, 0.16) 24%, rgba(232, 173, 140, 0.04) 34%, transparent 42%);
    top: 70%; right: -12%;
    filter: blur(35px);
}
.wc-orb.coral-3 {
    width: 650px; height: 650px;
    background: radial-gradient(circle at 50% 50%, rgba(240, 196, 165, 0.6) 0%, rgba(240, 196, 165, 0.36) 12%, rgba(240, 196, 165, 0.14) 24%, rgba(240, 196, 165, 0.03) 34%, transparent 42%);
    top: 155%; left: 50%;
    filter: blur(32px);
}
.wc-orb.coral-4 {
    width: 800px; height: 800px;
    background: radial-gradient(circle at 50% 50%, rgba(224, 154, 116, 0.55) 0%, rgba(224, 154, 116, 0.34) 12%, rgba(224, 154, 116, 0.14) 24%, rgba(224, 154, 116, 0.03) 34%, transparent 42%);
    top: 245%; right: 0%;
    filter: blur(38px);
}
.wc-orb.gray-1 {
    width: 700px; height: 700px;
    background: radial-gradient(circle at 50% 50%, rgba(158, 152, 147, 0.45) 0%, rgba(158, 152, 147, 0.28) 12%, rgba(158, 152, 147, 0.12) 24%, rgba(158, 152, 147, 0.03) 34%, transparent 42%);
    top: 25%; right: 0%;
    filter: blur(30px);
}
.wc-orb.gray-2 {
    width: 600px; height: 600px;
    background: radial-gradient(circle at 50% 50%, rgba(214, 211, 209, 0.5) 0%, rgba(214, 211, 209, 0.3) 12%, rgba(214, 211, 209, 0.12) 24%, rgba(214, 211, 209, 0.03) 34%, transparent 42%);
    top: 135%; left: -10%;
    filter: blur(28px);
}
.wc-orb.gray-3 {
    width: 550px; height: 550px;
    background: radial-gradient(circle at 50% 50%, rgba(158, 152, 147, 0.4) 0%, rgba(158, 152, 147, 0.24) 12%, rgba(158, 152, 147, 0.1) 24%, rgba(158, 152, 147, 0.02) 34%, transparent 42%);
    top: 215%; left: 35%;
    filter: blur(26px);
}

/* ── NAV ── */
nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: rgba(250, 250, 247, 0.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(181, 197, 163, 0.15);
    transition: box-shadow 0.3s ease;
}

nav.scrolled {
    box-shadow: 0 2px 30px rgba(0,0,0,0.06);
}

.nav-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.7rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 0.85rem;
    color: var(--text);
    letter-spacing: 0.02em;
    text-decoration: none;
}

.nav-back {
    font-size: 0.6rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--text-light);
    transition: color 0.3s;
}

.nav-back:hover {
    color: var(--text);
}

.nav-links {
    display: flex;
    gap: 1.4rem;
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-light);
    font-size: 0.6rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 0.3s;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px; left: 0;
    width: 0; height: 1px;
    background: var(--sage);
    transition: width 0.3s ease;
}

.nav-links a:hover { color: var(--text); }
.nav-links a:hover::after { width: 100%; }

.nav-links a.active { color: var(--text); }
.nav-links a.active::after { width: 100%; }

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.nav-toggle span {
    width: 24px;
    height: 1.5px;
    background: var(--text);
    transition: all 0.3s;
}

/* ── HERO ── */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 8rem 2rem 4rem;
}

.hero-content {
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.hero-logo {
    width: 180px;
    height: 180px;
    margin: 0 auto 2.5rem;
    opacity: 0;
    animation: fadeSlideUp 1s ease 0.3s forwards;
}

.hero-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-name {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(2rem, 4.2vw, 3.15rem);
    color: var(--text);
    letter-spacing: 0.02em;
    line-height: 1.1;
    margin-bottom: 1.2rem;
    opacity: 0;
    animation: fadeSlideUp 1s ease 0.5s forwards;
}

.hero-title {
    font-size: 0.95rem;
    font-weight: 300;
    color: var(--text-light);
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin-bottom: 1rem;
    opacity: 0;
    animation: fadeSlideUp 1s ease 0.7s forwards;
}

.hero-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.05rem;
    color: var(--text-light);
    margin-bottom: 2.5rem;
    opacity: 0;
    animation: fadeSlideUp 1s ease 0.85s forwards;
}

.hero-divider {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, var(--sage), var(--coral-mid));
    margin: 0 auto 2.5rem;
    opacity: 0;
    animation: fadeSlideUp 1s ease 0.9s forwards;
}

.hero-cta {
    display: inline-block;
    padding: 0.9rem 2.8rem;
    border: 1px solid var(--sage);
    color: var(--text);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.4s ease;
    opacity: 0;
    animation: fadeSlideUp 1s ease 1.1s forwards;
    background: transparent;
}

.hero-cta:hover {
    background: var(--sage);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(157, 184, 138, 0.35);
}

/* Hero personal variant */
.hero-personal {
    min-height: 100vh;
    padding: 8rem 2rem 5rem;
}

.hero-content-wide {
    max-width: 750px;
}

.hero-greeting {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.1rem;
    color: var(--sage);
    margin-bottom: 0.8rem;
    opacity: 0;
    animation: fadeSlideUp 1s ease 0.5s forwards;
}

.hero-intro {
    font-size: 0.95rem;
    font-weight: 300;
    color: var(--text-light);
    line-height: 1.9;
    max-width: 600px;
    margin: 0 auto 1rem;
    opacity: 0;
    animation: fadeSlideUp 1s ease 0.85s forwards;
}

.hero-intro-sub {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.05rem;
    color: var(--text-light);
    margin-bottom: 2.5rem;
    opacity: 0;
    animation: fadeSlideUp 1s ease 0.95s forwards;
}

.hero-cta-group {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-cta-secondary {
    border-color: var(--warmgray-light);
    color: var(--text-light);
}

.hero-cta-secondary:hover {
    background: var(--warmgray-pale);
    color: var(--text);
    border-color: var(--warmgray);
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

/* ── SECTION DIVIDER ── */
.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 1rem 2rem;
    position: relative;
    z-index: 1;
}

.section-divider::before,
.section-divider::after {
    content: '';
    flex: 1;
    max-width: 200px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--sage-light, #c2cdb8), transparent);
    opacity: 0.5;
}

.section-divider-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--sage-light, #c2cdb8);
    opacity: 0.5;
    flex-shrink: 0;
}

/* ── PAGE HEADER (Section headers) ── */
.page-header {
    padding: 5rem 2rem 1rem;
    position: relative;
    z-index: 1;
    text-align: center;
}

.section-title-h1 {
    font-size: 1.9rem;
}

.page-header-logo {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    opacity: 0;
    animation: fadeSlideUp 0.8s ease 0.2s forwards;
}

.page-header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-header .section-label {
    opacity: 0;
    animation: fadeSlideUp 0.8s ease 0.3s forwards;
}

.page-header .section-title {
    opacity: 0;
    animation: fadeSlideUp 0.8s ease 0.45s forwards;
}

/* ── SECTIONS ── */
section {
    padding: 3.5rem 2rem;
    position: relative;
    z-index: 1;
}

.content-section {
    padding: 3rem 2rem;
    position: relative;
    z-index: 1;
}

.content-section.alt-bg {
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(4px);
}

.container {
    max-width: 900px;
    margin: 0 auto;
}

.section-label {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 0.8rem;
}

.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: var(--text);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── TEASER SECTION (Landing Page) ── */
.teaser-section {
    padding: 3rem 2rem;
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(4px);
}

.teaser-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
}

.teaser-card {
    display: block;
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(4px);
    padding: 2.2rem 1.8rem;
    border-radius: 2px;
    text-decoration: none;
    color: var(--text);
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.teaser-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--sage), var(--coral));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.teaser-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
}

.teaser-card:hover::before { opacity: 1; }

.teaser-icon {
    width: 40px; height: 40px;
    border-radius: 50%;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sage-pale);
}

.teaser-card:nth-child(even) .teaser-icon {
    background: var(--coral-pale);
}

.teaser-icon svg {
    width: 18px; height: 18px;
    stroke: var(--text-light);
    stroke-width: 1.5;
    fill: none;
}

.teaser-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
}

.teaser-card p {
    font-size: 0.85rem;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.teaser-link {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--sage);
    transition: color 0.3s;
}

.teaser-card:hover .teaser-link {
    color: var(--text);
}

/* ── CTA SECTION ── */
.cta-section {
    padding: 2.5rem 2rem;
    position: relative;
    z-index: 1;
}

/* ── ÜBER MICH ── */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 3rem;
    align-items: center;
}

.about-visual {
    position: relative;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-deco {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.about-deco.d1 {
    width: 200px; height: 200px;
    background: radial-gradient(circle at 45% 45%, rgba(157, 184, 138, 0.5) 0%, rgba(157, 184, 138, 0.08) 55%, transparent 72%);
    top: 15%; left: 5%;
    filter: blur(15px);
}
.about-deco.d2 {
    width: 170px; height: 170px;
    background: radial-gradient(circle at 55% 40%, rgba(224, 154, 116, 0.5) 0%, rgba(224, 154, 116, 0.08) 55%, transparent 72%);
    top: 25%; left: 30%;
    filter: blur(12px);
}
.about-deco.d3 {
    width: 150px; height: 150px;
    background: radial-gradient(circle at 50% 55%, rgba(158, 152, 147, 0.4) 0%, rgba(158, 152, 147, 0.06) 55%, transparent 72%);
    bottom: 15%; left: 15%;
    filter: blur(14px);
}

.about-photo-frame {
    position: relative;
    z-index: 2;
    width: 280px;
    max-width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.about-photo-frame img {
    width: 100%;
    height: auto;
    display: block;
}

.about-text p {
    margin-bottom: 1.2rem;
    font-size: 0.95rem;
    color: var(--text-light);
}

.about-text p:first-of-type::first-letter {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.2rem;
    float: left;
    line-height: 1;
    margin-right: 0.3rem;
    margin-top: 0.1rem;
    color: var(--sage);
}

.about-quote {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1.15rem;
    color: var(--text);
    border-left: 2px solid var(--sage-mid);
    padding-left: 1.5rem;
    margin: 2rem 0;
    line-height: 1.6;
}

/* ── LEBENSLAUF / CV ── */
.cv-timeline {
    margin-top: 2rem;
}

.cv-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--warmgray-light);
}

.cv-item:last-child {
    border-bottom: none;
}

.cv-year {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--sage);
}

.cv-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
    color: var(--text);
}

.cv-content p {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.7;
}

.cv-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cv-list li {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.7;
    padding: 0.3rem 0 0.3rem 1.2rem;
    position: relative;
}

.cv-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.85em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--sage-mid);
}

/* ── PRAXIS GALLERY ── */
.praxis-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.praxis-placeholder {
    aspect-ratio: 4 / 3;
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(4px);
    border: 2px dashed var(--warmgray-light);
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    transition: border-color 0.3s;
}

.praxis-placeholder:hover {
    border-color: var(--sage-mid);
}

.praxis-placeholder svg {
    width: 32px; height: 32px;
    stroke: var(--warmgray);
    stroke-width: 1.5;
    fill: none;
}

.praxis-placeholder span {
    font-size: 0.75rem;
    color: var(--warmgray);
    letter-spacing: 0.05em;
}

/* ── THERAPIEFORMEN (Angebot) ── */
.therapie-forms {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 1rem;
}

.therapie-card {
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(4px);
    padding: 2.5rem 2rem;
    border-radius: 2px;
    border-top: 3px solid var(--sage);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.therapie-card:nth-child(2) {
    border-top-color: var(--coral);
}

.therapie-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
}

.therapie-card-icon {
    width: 48px; height: 48px;
    border-radius: 50%;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sage-pale);
}

.therapie-card:nth-child(2) .therapie-card-icon {
    background: var(--coral-pale);
}

.therapie-card-icon svg {
    width: 22px; height: 22px;
    stroke: var(--text-light);
    stroke-width: 1.5;
    fill: none;
}

.therapie-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
}

.therapie-card p {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.therapie-price {
    display: flex;
    align-items: baseline;
    gap: 0.8rem;
}

.price-amount {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--text);
}

.price-detail {
    font-size: 0.8rem;
    color: var(--warmgray);
}

/* ── ANGEBOT ── */
.angebot-intro {
    max-width: 650px;
    margin-bottom: 3rem;
    font-size: 0.95rem;
    color: var(--text-light);
}

.angebot-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.angebot-card {
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(4px);
    padding: 2.2rem 1.8rem;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    text-align: center;
}

.angebot-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--sage), var(--coral));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.angebot-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
}

.angebot-card:hover::before { opacity: 1; }

.angebot-icon {
    width: 56px; height: 56px;
    border-radius: 50%;
    margin: 0 auto 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.angebot-card:nth-child(odd) .angebot-icon { background: var(--sage-pale); }
.angebot-card:nth-child(even) .angebot-icon { background: var(--coral-pale); }

.angebot-icon svg {
    width: 24px; height: 24px;
    stroke: var(--text-light);
    stroke-width: 1.5;
    fill: none;
}

.angebot-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
}

.angebot-card p {
    font-size: 0.85rem;
    color: var(--text-light);
    line-height: 1.7;
}

/* ── SO ARBEITE ICH ── */
.methode-content {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 4rem;
    align-items: center;
}

.methode-text p {
    font-size: 0.95rem;
    color: var(--text-light);
    margin-bottom: 1.2rem;
}

.methode-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
}

.methode-photo-frame {
    width: 100%;
    max-width: 320px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.methode-photo-frame img {
    width: 100%;
    height: auto;
    display: block;
}

/* ── RAHMENBEDINGUNGEN ── */
.rahmen-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.rahmen-item {
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(4px);
    padding: 2rem 1.8rem;
    border-radius: 2px;
    border-left: 3px solid var(--sage-light);
    transition: transform 0.3s ease;
}

.rahmen-item:hover {
    transform: translateY(-2px);
}

.rahmen-item h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 1.25rem;
    margin-bottom: 0.6rem;
    color: var(--text);
}

.rahmen-item p {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.7;
}

.rahmen-highlight {
    display: inline-block;
    background: var(--sage-pale);
    padding: 0.2rem 0.8rem;
    border-radius: 2px;
    font-weight: 400;
    color: var(--text);
    margin-top: 0.5rem;
    margin-right: 0.5rem;
}

/* ── ABLAUF ── */
.timeline {
    display: flex;
    gap: 0;
    margin-top: 3rem;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 32px; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--sage), var(--coral), var(--warmgray-light));
}

.timeline-step {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0 1.5rem;
}

.step-dot {
    width: 18px; height: 18px;
    border-radius: 50%;
    margin: 23px auto 1.5rem;
    position: relative;
    z-index: 2;
}

.timeline-step:nth-child(1) .step-dot {
    background: var(--sage);
    box-shadow: 0 0 0 6px var(--sage-pale);
}
.timeline-step:nth-child(2) .step-dot {
    background: var(--coral);
    box-shadow: 0 0 0 6px var(--coral-pale);
}
.timeline-step:nth-child(3) .step-dot {
    background: var(--warmgray);
    box-shadow: 0 0 0 6px var(--warmgray-pale);
}

.step-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.9rem;
    color: var(--warmgray);
}

.timeline-step h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

.timeline-step p {
    font-size: 0.85rem;
    color: var(--text-light);
    line-height: 1.7;
}

/* ── FAQ ── */
.faq-list {
    margin-top: 1rem;
}

.faq-item {
    border-bottom: 1px solid var(--warmgray-light);
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: var(--text);
    text-align: left;
    transition: color 0.3s;
}

.faq-question:hover {
    color: var(--sage);
}

.faq-chevron {
    width: 20px; height: 20px;
    stroke: var(--warmgray);
    stroke-width: 1.5;
    fill: none;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-item.open .faq-chevron {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.open .faq-answer {
    max-height: 300px;
    padding-bottom: 1.5rem;
}

.faq-answer p {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.8;
}

/* ── KINDER & JUGENDLICHE ── */
.kiju-content {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 3rem;
    align-items: start;
}

.kiju-text p {
    font-size: 0.95rem;
    color: var(--text-light);
    margin-bottom: 1.2rem;
    line-height: 1.8;
}

.kiju-methods {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.kiju-method-item {
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(4px);
    padding: 1.5rem;
    border-radius: 2px;
    text-align: center;
    transition: transform 0.3s ease;
}

.kiju-method-item:hover {
    transform: translateY(-2px);
}

.kiju-method-icon {
    width: 40px; height: 40px;
    border-radius: 50%;
    margin: 0 auto 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sage-pale);
}

.kiju-method-item:nth-child(2) .kiju-method-icon { background: var(--coral-pale); }
.kiju-method-item:nth-child(3) .kiju-method-icon { background: var(--warmgray-pale); }
.kiju-method-item:nth-child(4) .kiju-method-icon { background: var(--sage-pale); }

.kiju-method-icon svg {
    width: 18px; height: 18px;
    stroke: var(--text-light);
    stroke-width: 1.5;
    fill: none;
}

.kiju-method-item span {
    font-size: 0.8rem;
    color: var(--text-light);
    letter-spacing: 0.03em;
}

.kiju-themen-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-top: 1rem;
}

.kiju-themen-col h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: var(--text);
}

.kiju-themen-list {
    list-style: none;
    padding: 0;
}

.kiju-themen-list li {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.7;
    padding: 0.65rem 0 0.65rem 1.5rem;
    position: relative;
    border-bottom: 1px solid rgba(214, 211, 209, 0.3);
}

.kiju-themen-list li:last-child {
    border-bottom: none;
}

.kiju-themen-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.95em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--sage-mid);
}

.kiju-themen-col:nth-child(2) .kiju-themen-list li::before {
    background: var(--coral-mid);
}

.praxis-placeholder-large {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 7;
}

/* ── ONLINE BOOKING ── */
.online-booking {
    margin-top: 1rem;
}

.booking-info {
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(4px);
    padding: 2.5rem 2rem;
    border-radius: 2px;
    border-left: 3px solid var(--sage-light);
    text-align: center;
}

.booking-icon {
    width: 56px; height: 56px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sage-pale);
}

.booking-icon svg {
    width: 24px; height: 24px;
    stroke: var(--text-light);
    stroke-width: 1.5;
    fill: none;
}

.booking-info h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

.booking-info p {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.7;
    max-width: 500px;
    margin: 0 auto 2rem;
}

.booking-cta-group {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.booking-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 2rem;
    border: 1px solid var(--sage);
    color: var(--text);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all 0.4s ease;
    border-radius: 2px;
}

.booking-cta:hover {
    background: var(--sage);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(157, 184, 138, 0.35);
}

.booking-cta svg {
    width: 16px; height: 16px;
    stroke: currentColor;
    stroke-width: 1.5;
    fill: none;
}

/* ── KONTAKT ── */
.kontakt-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.kontakt-info h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}

.kontakt-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.kontakt-item-icon {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--sage-pale);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.kontakt-item-icon svg {
    width: 16px; height: 16px;
    stroke: var(--text-light);
    stroke-width: 1.5;
    fill: none;
}

.kontakt-item span,
.kontakt-item a {
    color: var(--text-light);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.kontakt-item a:hover { color: var(--sage); }

.kontakt-note {
    margin-top: 2rem;
    font-size: 0.85rem;
    color: var(--text-light);
    line-height: 1.8;
}

.kontakt-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem 1.2rem;
    border: 1px solid var(--warmgray-light);
    background: rgba(255,255,255,0.65);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
    color: var(--text);
    outline: none;
    transition: border-color 0.3s ease;
    border-radius: 2px;
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--warmgray); }

.form-group input:focus,
.form-group textarea:focus { border-color: var(--sage); }

.form-group textarea {
    min-height: 140px;
    resize: vertical;
}

.form-submit {
    align-self: flex-start;
    padding: 0.9rem 2.5rem;
    background: var(--sage);
    color: var(--white);
    border: none;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease;
    border-radius: 2px;
}

.form-submit:hover {
    background: #8aaa72;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(157, 184, 138, 0.35);
}

.form-status {
    display: none;
    padding: 1.2rem 1.5rem;
    border-radius: 4px;
    font-size: 0.85rem;
    line-height: 1.6;
    margin-top: 1rem;
}

.form-status-success {
    background: rgba(157, 184, 138, 0.15);
    border: 1px solid rgba(157, 184, 138, 0.3);
    color: #4a6340;
}

.form-status-error {
    background: rgba(192, 57, 43, 0.1);
    border: 1px solid rgba(192, 57, 43, 0.25);
    color: #8b2a1e;
}

.form-privacy {
    font-size: 0.75rem;
    color: var(--warmgray);
    line-height: 1.6;
}

.form-privacy a {
    color: var(--sage);
    text-decoration: none;
}

.form-privacy a:hover {
    text-decoration: underline;
}

/* ── GOOGLE MAPS ── */
.map-container {
    margin-top: 1rem;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid var(--warmgray-light);
}

.map-container iframe {
    width: 100%;
    height: 300px;
    border: 0;
    display: block;
}

/* ── LEGAL PAGES ── */
.legal-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 8rem 2rem 4rem;
}

.legal-content h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--text);
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.legal-content .subtitle {
    font-size: 0.95rem;
    color: var(--text-light);
    margin-bottom: 3rem;
}

.legal-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: var(--text);
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--sage-pale);
}

.legal-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: var(--text);
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
}

.legal-content p {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 1rem;
    line-height: 1.8;
}

.legal-content ul {
    list-style: none;
    margin-bottom: 1rem;
    padding-left: 0;
}

.legal-content ul li {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.8;
    padding-left: 1.2rem;
    position: relative;
}

.legal-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.8em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--sage-mid);
}

.legal-content a {
    color: var(--sage);
    text-decoration: none;
    transition: color 0.3s;
}

.legal-content a:hover {
    color: var(--text);
    text-decoration: underline;
}

.legal-date {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--warmgray-light);
    font-size: 0.85rem;
    color: var(--warmgray);
}

.contact-block {
    background: rgba(255,255,255,0.55);
    padding: 1.5rem;
    border-radius: 2px;
    border-left: 3px solid var(--sage-light);
    margin: 1rem 0;
}

.contact-block p {
    margin-bottom: 0.3rem;
}

.legal-content h1 + h2 {
    margin-top: 2.5rem;
}

/* ── FOOTER ── */
footer {
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(4px);
    padding: 3rem 2rem;
    border-top: 1px solid rgba(181, 197, 163, 0.15);
    position: relative;
    z-index: 1;
}

.footer-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-brand {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 1rem;
    color: var(--text-light);
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    color: var(--warmgray);
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    transition: color 0.3s;
}

.footer-links a:hover { color: var(--text); }

/* ── TOUCH DEVICES: disable hover, add tap feedback ── */
@media (hover: none) {
    .teaser-card:hover,
    .therapie-card:hover,
    .angebot-card:hover,
    .rahmen-item:hover,
    .kiju-method-item:hover,
    .praxis-placeholder:hover {
        transform: none;
        box-shadow: none;
    }
    .teaser-card:hover::before,
    .angebot-card:hover::before { opacity: 0; }

    /* Tap feedback for interactive elements */
    .teaser-card:active,
    .therapie-card:active,
    .angebot-card:active { transform: scale(0.98); }
    .hero-cta:active,
    .booking-cta:active,
    .form-submit:active { transform: scale(0.96); }
    .faq-question:active { color: var(--sage); }
}

/* ── ANIMATIONS ── */
@keyframes fadeSlideUp {
    from { opacity: 0; transform: translateY(25px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ── RESPONSIVE ── */

/* Tablet landscape */
@media (max-width: 1024px) {
    .nav-links { gap: 1rem; }
    .nav-links a { font-size: 0.55rem; }
    .about-grid { gap: 2.5rem; }
    .methode-content { gap: 2.5rem; }
    .kontakt-grid { gap: 2.5rem; }
    .teaser-grid { gap: 1.2rem; }
    .teaser-card { padding: 1.8rem 1.4rem; }
}

/* Tablet portrait & small screens */
@media (max-width: 768px) {
    .site-frame nav { position: fixed; left: 0; right: 0; }
    .site-frame .hero-personal { padding-top: 5rem; }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: rgba(250, 250, 247, 0.97);
        backdrop-filter: blur(20px);
        flex-direction: column;
        padding: 1.5rem 2rem;
        gap: 1.2rem;
        border-bottom: 1px solid rgba(181, 197, 163, 0.2);
    }
    .nav-links.open { display: flex; }
    .nav-links a { font-size: 0.85rem; letter-spacing: 0.08em; }
    .nav-toggle { display: flex; }

    .hero { padding: 5rem 1.5rem 3rem; min-height: auto; min-height: 100dvh; }
    .hero-personal { padding: 5rem 1.5rem 3rem; }
    .hero-logo { width: 120px; height: 120px; margin-bottom: 1.5rem; }
    .hero-name { margin-bottom: 1rem; }
    .hero-intro { font-size: 0.9rem; line-height: 1.7; }
    .hero-intro-sub { font-size: 0.95rem; margin-bottom: 2rem; }
    .hero-cta { padding: 0.8rem 2rem; font-size: 0.75rem; }
    .hero-cta-group { gap: 0.8rem; }

    .section-divider { padding: 0.5rem 1.5rem; }
    .teaser-section { padding: 2rem 1.5rem; }
    .page-header { padding: 4.5rem 1.5rem 1rem; }
    .page-header-logo { width: 50px; height: 50px; margin-bottom: 0.5rem; }

    section { padding: 2rem 1.5rem; }
    .content-section { padding: 1.5rem 1.5rem; }

    .about-grid { grid-template-columns: 1fr; gap: 2rem; }
    .about-visual { height: auto; min-height: 200px; order: -1; }
    .about-photo-frame { width: 220px; margin: 0 auto; }

    .teaser-grid { grid-template-columns: 1fr; gap: 1rem; }
    .teaser-card { padding: 1.8rem 1.5rem; }

    .angebot-grid { grid-template-columns: 1fr; gap: 1rem; }
    .therapie-forms { grid-template-columns: 1fr; gap: 1.5rem; }

    .methode-content { grid-template-columns: 1fr; gap: 2rem; }
    .methode-visual { min-height: auto; }
    .methode-photo-frame { max-width: 280px; margin: 0 auto; }

    .rahmen-grid { grid-template-columns: 1fr; }

    .timeline { flex-direction: column; gap: 2rem; }
    .timeline::before {
        top: 0; bottom: 0; left: 32px; right: auto;
        width: 1px; height: auto;
    }
    .timeline-step { text-align: left; padding-left: 4.5rem; padding-right: 0; }
    .step-dot { position: absolute; left: 0; top: 0; margin: 0; }

    .kontakt-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .form-submit { align-self: stretch; }

    .praxis-gallery { grid-template-columns: 1fr; gap: 1rem; }

    .kiju-content { grid-template-columns: 1fr; gap: 2rem; }
    .kiju-themen-grid { grid-template-columns: 1fr; gap: 2rem; }
    .kiju-methods { grid-template-columns: 1fr 1fr; }

    .footer-inner { flex-direction: column; text-align: center; }
    .wc-orb { transform: scale(0.55) !important; opacity: 0.35; }
    .legal-content { padding: 6rem 1.5rem 3rem; }

    .booking-cta { padding: 0.7rem 1.5rem; font-size: 0.75rem; }
}

/* Mobile */
@media (max-width: 480px) {
    html { font-size: 18px; }

    .hero { padding: 4.5rem 1.2rem 2.5rem; }
    .hero-personal { padding: 4.5rem 1.2rem 2.5rem; }
    .hero-logo { width: 100px; height: 100px; margin-bottom: 1.2rem; }
    .hero-greeting { font-size: 1.15rem; }
    .hero-cta { padding: 0.75rem 1.6rem; font-size: 0.7rem; width: 100%; text-align: center; }
    .hero-cta-group { flex-direction: column; align-items: stretch; gap: 0.6rem; }
    .hero-divider { margin-bottom: 1.8rem; }

    .section-divider { padding: 0.3rem 1.2rem; }
    .teaser-section { padding: 1.5rem 1.2rem; }
    .page-header { padding: 4rem 1.2rem 0.8rem; }
    .page-header-logo { width: 45px; height: 45px; margin-bottom: 0.4rem; }

    section { padding: 1.5rem 1.2rem; }
    .content-section { padding: 1.2rem 1.2rem; }

    .teaser-card { padding: 1.5rem 1.2rem; }
    .teaser-card h3 { font-size: 1.15rem; }
    .teaser-card p { font-size: 0.8rem; }

    .angebot-grid { grid-template-columns: 1fr; }
    .angebot-card { padding: 1.8rem 1.4rem; }

    .therapie-card { padding: 2rem 1.5rem; }

    .about-photo-frame { width: 180px; }
    .methode-photo-frame { max-width: 240px; }

    .kiju-methods { grid-template-columns: 1fr; }

    .kontakt-item { gap: 0.8rem; }
    .kontakt-item-icon { width: 36px; height: 36px; }
    .kontakt-item span,
    .kontakt-item a { font-size: 0.85rem; }

    .map-container iframe { height: 220px; }

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

    .booking-cta-group { flex-direction: column; align-items: stretch; }
    .booking-cta { justify-content: center; }

    .footer-brand { font-size: 0.9rem; }
    .footer-links { gap: 1.2rem; }
    .footer-links a { font-size: 0.75rem; }

    .wc-orb { transform: scale(0.4) !important; opacity: 0.2; }
}

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
    outline: 2px solid var(--sage);
    outline-offset: 2px;
}