/*
Theme Name: Gefühlswelten
Theme URI: https://gefuehls-welten.de
Author: Helena Maria Buchen
Author URI: https://gefuehls-welten.de
Description: Individuelles WordPress-Theme für Gefühlswelten – Traumasensible systemische Beratung von Helena Maria Buchen. Barrierefrei, DSGVO-konform, performance-optimiert (Core Web Vitals), KI-auffindbar (schema.org, llms.txt) und für Blog-Nutzung ausgelegt. Gehostet bei dogado.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gefuehlswelten
*/

/* ==========================================================================
   Fonts (selbst gehostet, keine Google Fonts / kein externer Netzwerk-Call)
   ========================================================================== */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/cormorant-garamond-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/cormorant-garamond-300italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/cormorant-garamond-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/cormorant-garamond-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/jost-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/jost-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/jost-500.woff2') format('woff2');
}

/* ==========================================================================
   Brand-Variablen (aus Gefuehlswelten_Brand_Styleguide.pdf)
   ========================================================================== */
:root {
  --rose: #c9a5a0;
  --rose-light: #e8d5d2;
  --rose-pale: #f5eeec;
  --cream: #faf7f5;
  --warm-white: #fffcfa;
  --text-dark: #5c4641;
  --text-mid: #6b5754;
  --text-soft: #9c8480;
  --footer-bg: #4a3935;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

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

body {
  font-family: 'Jost', sans-serif;
  background: var(--warm-white);
  color: var(--text-dark);
  overflow-x: hidden;
}

a { color: inherit; }
img { max-width: 100%; display: block; }

/* Sichtbarer Fokus-Ring für Tastaturnutzung (Barrierefreiheit) */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 2px;
}

.skip-link {
  position: absolute; top: -100%; left: 1rem;
  padding: 0.5rem 1rem; background: var(--rose); color: #fff;
  font-size: 0.85rem; text-decoration: none; z-index: 999; transition: top 0.2s;
}
.skip-link:focus { top: 1rem; }

/* Nur für Screenreader sichtbarer Text (Barrierefreiheit) */
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
  height: 1px; width: 1px; overflow: hidden; position: absolute !important;
  word-wrap: normal !important; margin: -1px; padding: 0;
}
.screen-reader-text:focus {
  background: var(--warm-white); border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.3);
  clip: auto !important; clip-path: none; color: var(--text-dark); display: block;
  font-size: 0.9rem; height: auto; left: 5px; line-height: normal; padding: 1rem 1.5rem;
  text-decoration: none; top: 5px; width: auto; z-index: 100000;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
nav.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 9999;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.2rem 4rem;
  background: rgba(255,252,250,0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,165,160,0.2);
  transition: padding 0.3s;
}
.nav-brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.nav-brand svg,
.nav-brand-mark { width: 60px; height: auto; flex-shrink: 0; }
.nav-brand-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem; font-weight: 400; letter-spacing: 0.1em;
  color: var(--text-dark); text-transform: uppercase;
}
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a {
  font-size: 0.8rem; font-weight: 400; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--text-mid); text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover, .nav-links a:focus-visible { color: var(--rose); }
.nav-links .current-menu-item a { color: var(--rose); }

.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 32px; height: 24px; position: relative; flex-shrink: 0;
}
.nav-toggle span {
  position: absolute; left: 0; right: 0; height: 2px; background: var(--text-dark);
  transition: transform 0.25s, opacity 0.2s;
}
.nav-toggle span:nth-child(1) { top: 0; }
.nav-toggle span:nth-child(2) { top: 11px; }
.nav-toggle span:nth-child(3) { top: 22px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(11px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-11px) rotate(-45deg); }

/* ==========================================================================
   Hero
   ========================================================================== */
#hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; position: relative; overflow: hidden; }
.hero-image-side { position: relative; overflow: hidden; }
.hero-image-side::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, transparent 60%, var(--warm-white)); }
.hero-image-side img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(0.85); }
.hero-content { display: flex; flex-direction: column; justify-content: center; padding: 8rem 5rem 5rem 3rem; position: relative; }
.hero-eyebrow { font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--rose); margin-bottom: 1.5rem; opacity: 0; animation: fadeUp 0.8s ease 0.3s forwards; }
.hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.8rem, 5vw, 4.5rem); font-weight: 300; line-height: 1.15; color: var(--text-dark); margin-bottom: 1.5rem; opacity: 0; animation: fadeUp 0.8s ease 0.5s forwards; }
.hero-title em { font-style: italic; color: var(--rose); }
.hero-subtitle { font-size: 1rem; font-weight: 300; line-height: 1.75; color: var(--text-mid); max-width: 420px; margin-bottom: 3rem; opacity: 0; animation: fadeUp 0.8s ease 0.7s forwards; }
.hero-cta-group { display: flex; gap: 1.2rem; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.8s ease 0.9s forwards; }

.btn-primary { display: inline-block; padding: 0.9rem 2.4rem; background: var(--rose); color: #fff; font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: background 0.25s, transform 0.2s; font-family: 'Jost', sans-serif; }
.btn-primary:hover { background: var(--text-mid); transform: translateY(-2px); }
.btn-outline { display: inline-block; padding: 0.9rem 2.4rem; background: transparent; color: var(--text-mid); font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none; border: 1px solid var(--rose-light); cursor: pointer; transition: border-color 0.25s, color 0.25s; }
.btn-outline:hover { border-color: var(--rose); color: var(--rose); }

.hero-deco { position: absolute; bottom: 3rem; left: 3rem; width: 1px; height: 60px; background: linear-gradient(to bottom, transparent, var(--rose)); display: none; animation: fadeUp 1s ease 1.2s forwards; }

.quote-strip { background: var(--rose-pale); padding: 5rem 4rem 3.5rem; text-align: center; position: relative; overflow: hidden; }
.quote-strip::before { content: '\275D'; position: absolute; top: 1.2rem; left: 50%; transform: translateX(-50%); font-size: 6rem; color: var(--rose-light); font-family: 'Cormorant Garamond', serif; line-height: 1; pointer-events: none; }
.quote-text { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-style: italic; font-weight: 300; color: var(--text-dark); max-width: 780px; margin: 0 auto; line-height: 1.6; }

/* ==========================================================================
   Sections – generisch
   ========================================================================== */
#ueber-mich { padding: 7rem 0; background: var(--warm-white); }
.section-inner { max-width: 1100px; margin: 0 auto; padding: 0 4rem; }
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 6rem;
    align-items: stretch;
}

.about-images {
    position: relative;
    width: 100%;
    height: 100%;
}

.about-img-main {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: top;
    filter: saturate(0.9);
}

.about-img-accent {
    position: absolute;
    top: 50%;
    right: -2.5rem;
    transform: translateY(-50%);
    width: 45%;
    height: 88%;
    object-fit: cover;
    object-position: top;
    border: 5px solid var(--warm-white);
    filter: saturate(0.85);
}
.section-label { font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--rose); margin-bottom: 1.2rem; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 300; line-height: 1.2; color: var(--text-dark); margin-bottom: 2rem; }
.section-title em { font-style: italic; color: var(--rose); }
.body-text { font-size: 0.97rem; font-weight: 300; line-height: 1.85; color: var(--text-mid); margin-bottom: 1.4rem; }
.body-text strong { font-weight: 500; color: var(--text-dark); }

.values-row { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 2rem; }
.value-tag { padding: 0.4rem 1rem; background: var(--rose-pale); border: 1px solid var(--rose-light); font-size: 0.78rem; letter-spacing: 0.08em; color: var(--text-mid); }

#fuer-dich { padding: 7rem 0; background: var(--rose-pale); position: relative; }
.for-whom-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 3rem; }
.for-whom-card { background: var(--warm-white); padding: 2rem; border-left: 2px solid var(--rose); }
.for-whom-card p { font-size: 0.92rem; font-weight: 300; line-height: 1.8; color: var(--text-mid); }
.for-whom-card strong { color: var(--text-dark); font-weight: 500; }

#angebot {
margin-top: 5rem;    
padding: 5rem 0 7rem;
    background: var(--cream);
    position: relative;
    border-top: 1px solid var(--rose-light);
}

.offer-header { text-align: center; margin-bottom: 5rem; }
.offer-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.offer-card { 
    background: var(--warm-white); 
    padding: 2.5rem 2rem; 
    border-top: 2px solid var(--rose-light); 
    position: relative; 
    transition: transform 0.25s, box-shadow 0.25s; 
}

.offer-card:hover { 
    transform: translateY(-6px); 
    box-shadow: 0 20px 50px rgba(201,165,160,0.15); 
}

.offer-card .btn-primary {
	display: inline-block;
	margin-top: 1.5rem;
}

.offer-title { 
    font-family: 'Cormorant Garamond', serif; 
    font-size: 1.4rem; 
    font-weight: 400; 
    color: var(--text-dark); 
    margin-bottom: 1rem; 
    line-height: 1.3; 
}

.offer-desc { 
    font-size: 0.88rem; 
    font-weight: 300; 
    line-height: 1.8; 
    color: var(--text-mid); 
}

.offer-price {
    margin: 0.8rem 0 0;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark);
}

.offer-note {
    margin: 1.2rem 0 0;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.7;
    color: var(--text-dark);
}

.offer-cta {
    width: 100%;
    max-width: 900px;
    margin: 3rem auto 0;
    text-align: center;
}

.phases { 
    margin-top: 5rem; 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 0; 
    border: 1px solid var(--rose-light); 
}

.phase { padding: 3rem 2rem; border-right: 1px solid var(--rose-light); position: relative; }
.phase:last-child { border-right: none; }
.phase-label { font-size: 0.68rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--rose); margin-bottom: 0.5rem; }
.phase-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; color: var(--text-dark); margin-bottom: 1rem; }
.phase-text { font-size: 0.87rem; font-weight: 300; line-height: 1.8; color: var(--text-mid); }

.photo-banner { position: relative; width: 100%; overflow: hidden; }
.photo-banner img { width: 100%; height: 380px; object-fit: cover; object-position: center; filter: saturate(0.9); display: block; animation: kenburns 16s ease-in-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.08); } }

/* ==========================================================================
   Kontakt / Formular
   ========================================================================== */
#kontakt { padding: 7rem 0; background: var(--rose-pale); position: relative; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.contact-info .section-title { margin-bottom: 1.5rem; }
.contact-detail { display: flex; flex-direction: column; gap: 1.2rem; margin-top: 2.5rem; }
.contact-item { display: flex; gap: 1rem; align-items: flex-start; }
.contact-icon { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; color: var(--rose); }
.contact-item p { font-size: 0.9rem; font-weight: 300; color: var(--text-mid); line-height: 1.7; }
.contact-item a { color: var(--rose); text-decoration: none; }

.contact-form-side { background: var(--warm-white); padding: 3rem; }
.form-group { margin-bottom: 1.5rem; }
label { display: block; font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-soft); margin-bottom: 0.5rem; }
input, textarea, select { width: 100%; padding: 0.85rem 1rem; border: 1px solid var(--rose-light); background: var(--warm-white); font-family: 'Jost', sans-serif; font-size: 0.92rem; font-weight: 300; color: var(--text-dark); outline: none; transition: border-color 0.2s; appearance: none; }
input:focus, textarea:focus, select:focus { border-color: var(--rose); }
textarea { resize: vertical; min-height: 120px; }
.privacy-check { display: flex; gap: 0.75rem; align-items: flex-start; margin-bottom: 1.5rem; }
.privacy-check input[type="checkbox"] { width: auto; flex-shrink: 0; margin-top: 3px; accent-color: var(--rose); }
.privacy-check label { font-size: 0.82rem; letter-spacing: 0; text-transform: none; color: var(--text-mid); line-height: 1.6; }
.privacy-check label a { color: var(--rose); text-decoration: underline; }
.privacy-check input[type="checkbox"] {
    appearance: auto;
    -webkit-appearance: checkbox;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin: 3px 8px 0 0;
    padding: 0;
    cursor: pointer;
    accent-color: var(--rose);
    border: none;
    opacity: 1;
    position: static;
}

.form-notice { margin-top: 1rem; padding: 1rem; font-size: 0.88rem; line-height: 1.6; }
.form-notice.success { background: var(--rose-pale); color: var(--text-mid); border-left: 3px solid var(--rose); }
.form-notice.error { background: #fbeceb; color: #7a3530; border-left: 3px solid #b5514a; }

/* Honeypot-Feld – für Menschen unsichtbar, für Bots eine Falle */
.hp-field { position: absolute !important; left: -9999px !important; top: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* ==========================================================================
   Footer
   ========================================================================== */
footer.site-footer { background: var(--footer-bg); color: var(--rose-light); padding: 4rem; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 0.8fr 1.1fr 0.9fr; gap: 2.5rem; }
.footer-brand-row { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1rem; }
.footer-brand-row svg,
.footer-brand-mark { width: 54px; height: auto; flex-shrink: 0; }
/* Leichte Aufhellung, damit das Logo auf dem dunklen Footer-Hintergrund (--footer-bg) gut sichtbar bleibt. */
.footer-brand-mark { filter: brightness(1.25) saturate(1.1); }
.footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 300; text-transform: uppercase; letter-spacing: 0.08em; }
.footer-tagline { font-size: 0.83rem; font-weight: 300; color: var(--rose-light); opacity: 0.7; line-height: 1.7; }
.footer-col h4 { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rose); margin-bottom: 1.2rem; }
.footer-col p, .footer-col a { font-size: 0.84rem; font-weight: 300; color: var(--rose-light); opacity: 0.8; line-height: 1.9; text-decoration: none; display: block; }
.footer-col a:hover { opacity: 1; }
.footer-bottom { max-width: 1100px; margin: 3rem auto 0; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.78rem; color: var(--rose-light); opacity: 0.6; }
.footer-legal-links { display: flex; gap: 2rem; }
.footer-legal-links a { font-size: 0.78rem; color: var(--rose-light); opacity: 0.6; text-decoration: none; transition: opacity 0.2s; }
.footer-legal-links a:hover { opacity: 1; }

/* ==========================================================================
   Legal-/Inhaltsseiten (Impressum, Datenschutz, Barrierefreiheit, generische Seiten)
   ========================================================================== */
.legal-page { padding: 9rem 0 6rem; max-width: 800px; margin: 0 auto; }
.legal-page h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 300; color: var(--text-dark); margin-bottom: 2.5rem; }
.legal-page h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 500; color: var(--text-dark); margin: 2.2rem 0 0.9rem; }
.legal-page p, .legal-page li { font-size: 0.92rem; font-weight: 300; line-height: 1.85; color: var(--text-mid); margin-bottom: 1rem; }
.legal-page ul, .legal-page ol { padding-left: 1.4rem; margin-bottom: 1rem; }
.legal-page a { color: var(--rose); text-decoration: underline; }
.legal-page .legal-note { margin-top: 2.5rem; font-size: 0.82rem; color: var(--text-soft); font-style: italic; }

/* ==========================================================================
   Blog (Archiv, Einzelbeitrag, Kommentare)
   ========================================================================== */
.blog-wrap { padding: 9rem 0 6rem; max-width: 900px; margin: 0 auto; }
.blog-header { text-align: center; margin-bottom: 4rem; }
.post-card { padding: 2.5rem 0; border-bottom: 1px solid var(--rose-light); }
.post-card:first-child { padding-top: 0; }
.post-card .post-thumb { width: 100%; aspect-ratio: 16/9; object-fit: cover; margin-bottom: 1.5rem; filter: saturate(0.9); }
.post-card h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 1.7rem; margin-bottom: 0.6rem; }
.post-card h2 a { text-decoration: none; color: var(--text-dark); }
.post-card h2 a:hover { color: var(--rose); }
.post-meta { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rose); margin-bottom: 1rem; }
.post-excerpt { font-size: 0.92rem; font-weight: 300; line-height: 1.8; color: var(--text-mid); }
.read-more { display: inline-block; margin-top: 1rem; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rose); text-decoration: none; }

.single-post .post-thumb-full { width: 100%; max-height: 460px; object-fit: cover; margin-bottom: 2.5rem; filter: saturate(0.9); }
.single-post h1 { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(2rem,4vw,2.8rem); margin-bottom: 1rem; }
.single-post .entry-content p { font-size: 0.97rem; font-weight: 300; line-height: 1.9; color: var(--text-mid); margin-bottom: 1.4rem; }
.single-post .entry-content h2, .single-post .entry-content h3 { font-family: 'Cormorant Garamond', serif; color: var(--text-dark); margin: 2rem 0 1rem; font-weight: 400; }
.single-post .entry-content img { margin: 1.5rem 0; }
.single-post .entry-content a { color: var(--rose); }

.pagination-nav { margin-top: 3rem; display: flex; justify-content: space-between; font-size: 0.85rem; }
.pagination-nav a { color: var(--rose); text-decoration: none; }

#comments { margin-top: 4rem; padding-top: 3rem; border-top: 1px solid var(--rose-light); }
#comments h2, #comments h3 { font-family: 'Cormorant Garamond', serif; font-weight: 400; color: var(--text-dark); margin-bottom: 1.5rem; }
.comment-list { list-style: none; }
.comment-body { padding: 1.5rem 0; border-bottom: 1px solid var(--rose-light); }
.comment-author { font-weight: 500; font-size: 0.9rem; color: var(--text-dark); }
.comment-meta { font-size: 0.75rem; color: var(--text-soft); margin-bottom: 0.6rem; }
.comment-content p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.7; }
.comment-respond .comment-form-cookies-consent { display: flex; gap: 0.6rem; align-items: flex-start; }

.error-404 { padding: 10rem 2rem 6rem; text-align: center; }
.error-404 h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem,8vw,6rem); font-weight: 300; color: var(--rose); }
.error-404 p { margin: 1.5rem 0 2.5rem; color: var(--text-mid); }

/* ==========================================================================
   Reveal-on-scroll
   ========================================================================== */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.no-js .reveal { opacity: 1; transform: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 900px) {
nav.site-nav {
  padding: 1.2rem 2rem;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
  .nav-links {
    display: none; position: fixed; top: 68px; left: 0; right: 0; bottom: 0;
    background: var(--warm-white); flex-direction: column; gap: 0; padding: 2rem;
    overflow-y: auto;
    z-index: 9999;
  }
  .nav-links.open {
    display: flex !important;
    position: fixed !important;
    top: 68px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 10000 !important;
  }
  .nav-links li { border-bottom: 1px solid var(--rose-pale); }
  .nav-links a { display: block; padding: 1rem 0; }
  .nav-toggle { display: block; }
  #hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-image-side { height: 55vw; min-height: 280px; }
  .hero-image-side::after { display: none; }
  .hero-content { padding: 3rem 2rem 4rem; }
  .about-grid, .contact-grid, .for-whom-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-img-accent { display: none; }
  .offer-cards, .phases { grid-template-columns: 1fr; }
  .phases { border: none; gap: 1px; background: var(--rose-light); }
  .phase { border-right: none; border-bottom: 1px solid var(--rose-light); background: var(--cream); }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .section-inner { padding: 0 2rem; }
  .photo-row { flex-direction: column; }
  .photo-row img { height: 60vw; flex: none; }
  .contact-form-side { padding: 2rem; }
  footer.site-footer { padding: 3rem 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .legal-page, .blog-wrap { padding-left: 1.5rem; padding-right: 1.5rem; }
}

/* ==========================================================================
   Cookie-Hinweis (rein informativ – es werden nur technisch notwendige
   Cookies verwendet, daher genügt § 25 Abs. 2 TTDSG zufolge eigentlich schon
   der Verzicht auf einen Banner. Dieser Hinweis ist eine freiwillige
   Transparenz-Geste, kein Consent-Management mit Kategorien/Opt-out.)
   ========================================================================== */
.cookie-notice {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 200;
  max-width: 640px;
  margin: 0 auto;
  background: var(--text-dark);
  color: var(--warm-white);
  padding: 1.1rem 1.4rem;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.cookie-notice[hidden] { display: none; }
.cookie-notice p { font-size: 0.85rem; line-height: 1.6; flex: 1 1 260px; font-weight: 300; }
.cookie-notice a { color: var(--rose-light); text-decoration: underline; }
.cookie-notice .btn-cookie-ok {
  background: var(--rose);
  color: var(--text-dark);
  border: none;
  padding: 0.65rem 1.4rem;
  border-radius: 999px;
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  flex-shrink: 0;
}
.cookie-notice .btn-cookie-ok:hover { background: var(--rose-light); }

@media (max-width: 640px) {
  .cookie-notice { left: 0.6rem; right: 0.6rem; bottom: 0.6rem; padding: 1rem; }
}

/* ==========================================================================
   Newsletter-Anmeldeblock (Footer)
   ========================================================================== */
.footer-newsletter-intro {
  font-size: 0.84rem; font-weight: 300; color: var(--rose-light); opacity: 0.8;
  line-height: 1.7; margin-bottom: 0.9rem;
}
.footer-newsletter-row { display: flex; gap: 0.5rem; margin-bottom: 0.7rem; }
.footer-newsletter-row input[type="email"] {
  flex: 1 1 auto; min-width: 0;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: var(--warm-white);
  border-radius: 6px;
  padding: 0.6rem 0.8rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.84rem;
}
.footer-newsletter-row input[type="email"]::placeholder { color: rgba(255,252,250,0.5); }
.footer-newsletter-row input[type="email"]:focus { outline: none; border-color: var(--rose); }
.footer-newsletter-btn {
  flex-shrink: 0;
  background: var(--rose);
  color: var(--text-dark);
  border: none;
  border-radius: 6px;
  padding: 0.6rem 1.1rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
}
.footer-newsletter-btn:hover { background: var(--rose-light); }
.footer-newsletter-consent {
  display: flex; align-items: flex-start; gap: 0.5rem;
  font-size: 0.74rem; font-weight: 300; line-height: 1.6;
  color: var(--rose-light); opacity: 0.75;
}
.footer-newsletter-consent input[type="checkbox"] { margin-top: 0.2rem; flex-shrink: 0; }
.footer-newsletter-consent a { color: var(--rose-light); text-decoration: underline; opacity: 1; }
.footer-newsletter-notice { font-size: 0.84rem; line-height: 1.7; font-weight: 300; }
.footer-newsletter-notice.success { color: var(--rose-light); }
.footer-newsletter-notice.error { color: #e8b9b3; }
.footer-newsletter-download {
  display: block;
  font-size: 0.84rem;
  color: var(--rose-light);
  text-decoration: underline;
  margin-top: 0.5rem;
}

/* ==========================================================================
   Newsletter-Landingpage (page-newsletter.php)
   ========================================================================== */
.newsletter-landing { padding: 9rem 0 7rem; background: var(--cream); }
.newsletter-landing-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: start;
}
.newsletter-landing-magnets { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1.6rem; }
.newsletter-landing-magnet {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
  background: var(--warm-white);
  border-top: 2px solid var(--rose-light);
  padding: 1.4rem 1.5rem;
}
.newsletter-landing-magnet-icon {
  flex-shrink: 0;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--rose-pale);
  display: flex; align-items: center; justify-content: center;
}
.newsletter-landing-magnet-icon svg { width: 18px; height: 18px; color: var(--rose); }
.newsletter-landing-magnet-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.08rem;
  color: var(--text-dark);
  margin-bottom: 0.4rem;
}
.newsletter-landing-note {
  margin-top: 2rem;
  font-size: 0.8rem;
  font-style: italic;
  color: var(--text-soft);
}
.newsletter-landing-form-side {
  background: var(--warm-white);
  padding: 3rem;
  position: sticky;
  top: 7rem;
}
.newsletter-landing-form-side .footer-newsletter-download {
  color: var(--rose);
}

@media (max-width: 900px) {
  .newsletter-landing-inner { grid-template-columns: 1fr; gap: 3rem; }
  .newsletter-landing-form-side { position: static; padding: 2rem; }
}
@media (max-width: 640px) {
  .newsletter-landing { padding: 7.5rem 0 4rem; }
  .newsletter-landing-magnet { flex-direction: column; }
}

#verstehen {
    padding-top: 3rem;
}

/* =========================================================
   HELENA – KLEINER PROZESSBEREICH
   ========================================================= */

.helena-process-mini {
    max-width: 1100px;
    margin: 4rem auto 0;
    padding: 6rem 1.5rem 7rem;
    border-top: 1px solid var(--rose-light, #ead6d2);
}

.helena-process-mini-heading {
    text-align: center;
    margin-bottom: 2rem;
}

.helena-process-mini-heading span {
    display: block;
    margin-bottom: .4rem;
    font-size: .7rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--rose, #c9958e);
}

.helena-process-mini-heading h2 {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.9rem, 3vw, 2.5rem);
    font-weight: 400;
    color: var(--text-dark, #3d3735);
}

.helena-process-mini-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    position: relative;
}

/* feine Verbindungslinie */

.helena-process-mini-list::before {
    content: "";
    position: absolute;
    top: 62px;
    left: 9%;
    right: 9%;
    height: 1px;
    background: var(--rose-light, #ead6d2);
    z-index: 0;
}

.helena-mini-step {
    position: relative;
    z-index: 1;
    text-align: center;
}

.helena-mini-image {
    width: 110px;
    height: 110px;
    margin: 0 auto 1rem;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid var(--cream, #faf8f1);
    box-shadow: 0 0 0 1px var(--rose-light, #ead6d2);
    background: #eee7df;
}

.helena-mini-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.helena-mini-number {
    margin-bottom: .25rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    color: var(--rose, #c9958e);
}

.helena-mini-step h3 {
    margin: 0 0 .45rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.15;
    color: var(--text-dark, #3d3735);
}

.helena-mini-step p {
    max-width: 210px;
    margin: 0 auto;
    font-size: .82rem;
    line-height: 1.55;
    color: var(--text-mid, #6d6561);
}


/* Tablet */

@media (max-width: 850px) {

    .helena-process-mini-list {
        gap: 1rem;
    }

    .helena-mini-image {
        width: 90px;
        height: 90px;
    }

    .helena-process-mini-list::before {
        top: 52px;
    }

    .helena-mini-step h3 {
        font-size: 1.2rem;
    }
}


/* Mobile */

@media (max-width: 650px) {

    .helena-process-mini {
        margin: 1.5rem auto;
        padding: 2rem 1rem;
    }

    .helena-process-mini-heading {
        margin-bottom: 1.5rem;
    }

    .helena-process-mini-list {
        grid-template-columns: 1fr 1fr;
        gap: 2rem 1rem;
    }

    .helena-process-mini-list::before {
        display: none;
    }

    .helena-mini-image {
        width: 95px;
        height: 95px;
    }

    .helena-mini-step h3 {
        font-size: 1.25rem;
    }

    .helena-mini-step p {
        font-size: .8rem;
    }
}