/* AD Soul Healing – mobile-first, ohne externe Abhängigkeiten */
:root {
  --bg: #fffdfb;
  --paper: #f3ecea;
  --paper-2: #faf6f3;
  --rose: #e1b7af;
  --rose-dark: #c58f85;
  --sage: #8fa6a7;
  --gold: #d2b66c;
  --ink: #171717;
  --muted: #6a6461;
  --line: rgba(23, 23, 23, .12);
  --white-soft: rgba(255, 255, 255, .82);
  --shadow: 0 18px 60px rgba(43, 30, 25, .10);
  --radius: 22px;
  --max: 1160px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Arial, sans-serif;
  --script: "Segoe Script", "Bradley Hand", "Snell Roundhand", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.62;
  color: var(--ink);
  background: var(--bg);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--rose-dark); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img, svg { max-width: 100%; }
img { display: block; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--ink); color: white; padding: 10px 14px; border-radius: 999px; }
.skip-link:focus { left: 8px; }

.wrap { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; }
.section { padding: 64px 0; }
.section-soft { background: var(--paper); }
.section-light { background: var(--paper-2); }
.section-compact { padding-top: 44px; }
.center { text-align: center; }
.muted { color: var(--muted); }
.meta { display: inline-block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.kicker { display: inline-block; margin-bottom: 14px; color: var(--rose-dark); letter-spacing: .16em; text-transform: uppercase; font-size: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav { width: min(var(--max), calc(100% - 28px)); margin: 0 auto; min-height: 72px; padding: 8px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: grid; justify-items: center; gap: 0; line-height: 1; min-width: 108px; }
.brand img { width: 104px; height: auto; object-fit: contain; }
.brand span { font-size: 9px; letter-spacing: .32em; text-transform: uppercase; color: var(--muted); margin-left: .32em; transform: translateY(-4px); }
.mobile-toggle { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); background: white; border-radius: 999px; padding: 10px 14px; min-height: 42px; }
.nav-links { display: none; position: absolute; left: 14px; right: 14px; top: 74px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); flex-direction: column; align-items: flex-start; gap: 4px; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.nav-links.open { display: flex; }
.nav-links a { position: relative; padding: 10px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 6px; width: 0; height: 1px; background: var(--rose-dark); transition: width .2s ease; }
.nav-links a:hover::after, .nav-links a.is-active::after { width: 100%; }

.hero { position: relative; min-height: 620px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(90deg, rgba(255,253,251,.42), rgba(255,253,251,.10)), url("../img/hero-ocean.jpg") center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.56) 100%), linear-gradient(90deg, rgba(239,231,228,.24), rgba(127,187,192,.16)); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; width: min(var(--max), calc(100% - 36px)); margin: 0 auto; padding: 56px 0; display: grid; gap: 32px; }
.hero-card, .glass-card { background: var(--white-soft); border: 1px solid rgba(255,255,255,.76); box-shadow: var(--shadow); border-radius: var(--radius); padding: clamp(26px, 7vw, 48px); }
.eyebrow { font-family: var(--script); font-size: clamp(32px, 10vw, 52px); line-height: 1; margin: 0 0 8px; color: var(--ink); font-weight: 400; }
.hero h1, .display-title { margin: 0; font-size: clamp(40px, 13vw, 76px); font-family: var(--serif); line-height: .98; letter-spacing: .075em; text-transform: uppercase; color: var(--sage); font-weight: 400; }
.hero h1 span, .display-title span { color: var(--rose-dark); }
.hero p { margin: 20px 0 0; max-width: 490px; font-size: 17px; }

.btn, button.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border-radius: 999px; border: 1px solid transparent; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; width: 100%; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(43,30,25,.12); }
.btn-primary { background: var(--rose-dark); color: white; }
.btn-primary:hover { color: white; background: #b87f74; }
.btn-secondary { background: rgba(255,255,255,.72); color: var(--ink); border-color: var(--line); }
.btn-row { display: grid; gap: 12px; margin-top: 26px; }

.page-hero { position: relative; padding: 72px 0 58px; background: linear-gradient(120deg, rgba(255,255,255,.92), rgba(255,255,255,.50)), url("../img/beach-woman.jpg") center/cover no-repeat; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: auto -110px -110px auto; width: 300px; height: 300px; border: 1px solid rgba(210,182,108,.50); border-radius: 50%; opacity: .5; }
.page-hero .wrap { position: relative; z-index: 1; }
.section-title { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(36px, 11vw, 68px); line-height: 1.05; letter-spacing: .045em; text-transform: uppercase; color: var(--rose); font-weight: 400; }
.section-title.small { font-size: clamp(32px, 9vw, 52px); }
.lead { font-size: 18px; max-width: 720px; color: var(--ink); }

.split, .split.reverse, .matrix-panel { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: center; }
.portrait-stage { position: relative; min-height: 500px; background: linear-gradient(145deg, #fff, var(--paper-2)); border-radius: 30px; overflow: hidden; box-shadow: 0 18px 60px rgba(43,30,25,.08); }
.portrait-stage .matrix-bg { position: absolute; inset: 32px 18px auto; width: calc(100% - 36px); opacity: .58; filter: saturate(.92); }
.portrait-stage .person { position: absolute; left: 50%; bottom: 0; width: min(82%, 430px); transform: translateX(-50%); }
.signature { font-family: var(--script); font-size: 34px; line-height: 1.1; margin-top: 20px; }

.check-grid, .trust-grid, .offers-grid, .cards-grid, .blog-grid, .result-grid, .two-col-list { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
.check, .trust, .info-card { background: white; border: 1px solid var(--line); border-radius: 22px; padding: 22px; min-height: 100%; }
.check strong, .trust strong { display: block; font-family: var(--serif); color: var(--rose-dark); font-size: 28px; line-height: 1.1; margin-bottom: 10px; font-weight: 400; }
.trust { border-left: 1px solid var(--rose); }

.matrix-panel { margin-top: 34px; }
.matrix-visual { background: rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.84); border-radius: 30px; padding: clamp(18px, 5vw, 32px); box-shadow: var(--shadow); }
svg.matrix { width: 100%; height: auto; display: block; }
.matrix line, .matrix polygon { stroke: var(--gold); stroke-width: 1.4; fill: none; opacity: .82; }
.matrix circle { fill: #f8eeeb; stroke: var(--gold); stroke-width: 1.6; cursor: pointer; transition: fill .15s ease, stroke .15s ease; }
.matrix text { font-family: var(--serif); font-size: 16px; fill: var(--ink); text-anchor: middle; dominant-baseline: middle; pointer-events: none; }
.matrix .is-active circle { fill: #fff; stroke: var(--rose-dark); stroke-width: 2.4; }

.form-card { background: white; border-radius: 28px; padding: clamp(24px, 6vw, 38px); box-shadow: var(--shadow); border: 1px solid var(--line); }
.form-card h2, .form-card h3 { margin: 0 0 10px; font-family: var(--serif); color: var(--rose-dark); font-size: clamp(32px, 8vw, 38px); font-weight: 400; line-height: 1.1; }
.field { display: grid; gap: 8px; margin: 20px 0; }
.field label { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; min-height: 52px; background: #fffdfb; outline: none; }
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--rose-dark); box-shadow: 0 0 0 4px rgba(197,143,133,.12); }
.note { font-size: 13px; color: var(--muted); margin-top: 14px; }
.alert { border-radius: 18px; padding: 16px 18px; margin-bottom: 18px; border: 1px solid var(--line); background: var(--paper-2); }
.alert.success { border-color: rgba(93,132,107,.25); background: rgba(93,132,107,.08); }
.alert.error { border-color: rgba(180,79,69,.25); background: rgba(180,79,69,.08); }

.result { display: none; margin-top: 24px; border-top: 1px solid var(--line); padding-top: 24px; }
.result.is-visible { display: block; }
.result-card { background: var(--paper-2); border-radius: 18px; padding: 18px; border: 1px solid var(--line); }
.result-card span { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-bottom: 8px; }
.result-card strong { font-family: var(--serif); font-size: 34px; font-weight: 400; color: var(--rose-dark); }

.offer, .blog-card { background: white; border: 1px solid var(--line); border-radius: 26px; overflow: hidden; display: flex; flex-direction: column; min-height: 100%; box-shadow: 0 12px 36px rgba(43,30,25,.06); }
.offer-image, .blog-image { height: 210px; overflow: hidden; background: var(--paper); }
.offer-image img, .blog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.offer:hover .offer-image img, .blog-card:hover .blog-image img { transform: scale(1.04); }
.offer-body, .blog-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.offer h2, .offer h3, .blog-card h2 { margin: 10px 0 10px; font-family: var(--serif); font-size: 30px; line-height: 1.08; color: var(--rose-dark); font-weight: 400; }
.offer p, .blog-card p { margin-top: 0; color: var(--muted); }
.offer ul { margin: 12px 0 0; padding-left: 18px; color: var(--muted); }
.offer .btn-row { margin-top: auto; padding-top: 18px; }

.feature-image, .image-card { border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.feature-image img { width: 100%; height: 100%; max-height: 620px; object-fit: cover; }
.image-card { position: relative; min-height: 340px; }
.image-card img { width: 100%; height: 100%; object-fit: cover; }

.agenda-card { background: white; border-radius: 26px; padding: 22px; border: 1px solid var(--line); margin-top: 26px; }
.agenda-row { display: grid; grid-template-columns: 1fr; gap: 8px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.agenda-row:last-child { border-bottom: 0; }
.date { color: var(--rose-dark); font-family: var(--serif); font-size: 24px; line-height: 1.1; }

.cta-band { background: linear-gradient(135deg, rgba(255,255,255,.65), rgba(255,255,255,.92)), linear-gradient(135deg, var(--paper), #fff); border-radius: 30px; padding: clamp(30px, 7vw, 70px); text-align: center; box-shadow: var(--shadow); }
.legal { max-width: 850px; }
.legal h2 { font-family: var(--serif); color: var(--rose-dark); font-weight: 400; margin-top: 42px; }

.social-links { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.social-icon { width: 44px; height: 44px; display: inline-flex !important; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.08); color: inherit; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.social-icon svg { width: 21px; height: 21px; display: block; fill: currentColor; }
.social-icon:hover { transform: translateY(-1px); background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.38); }
.contact-social .social-icon { color: var(--rose-dark); border-color: rgba(197,143,133,.28); background: rgba(197,143,133,.08); }
.contact-social .social-icon:hover { background: rgba(197,143,133,.14); }

.footer { padding: 48px 0; background: #171717; color: rgba(255,255,255,.74); }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 30px; }
.footer a, .footer span { display: block; margin: 8px 0; color: rgba(255,255,255,.74); }
.footer a:hover { color: white; }
.footer strong { color: white; font-weight: 500; }
.footer-brand img { width: 138px; height: auto; margin-bottom: 8px; }
.footer-brand span { letter-spacing: .32em; text-transform: uppercase; font-size: 10px; }
.footer-about p { max-width: 330px; }

.toast { position: fixed; right: 14px; bottom: 14px; background: var(--ink); color: white; border-radius: 16px; padding: 14px 16px; max-width: min(320px, calc(100% - 28px)); opacity: 0; pointer-events: none; transform: translateY(10px); transition: all .2s ease; z-index: 80; font-size: 14px; }
.toast.show { opacity: 1; transform: translateY(0); }

@media (min-width: 560px) {
  .btn, button.btn { width: auto; }
  .btn-row { display: flex; flex-wrap: wrap; }
  .check-grid, .offers-grid, .cards-grid, .blog-grid, .result-grid, .two-col-list { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 760px) {
  .wrap { width: min(var(--max), calc(100% - 44px)); }
  .section { padding: 82px 0; }
  .hero-inner { width: min(var(--max), calc(100% - 44px)); }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .agenda-row { grid-template-columns: 160px 1fr auto; gap: 18px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .portrait-stage { min-height: 560px; }
}

@media (min-width: 920px) {
  .nav { min-height: 82px; width: min(var(--max), calc(100% - 44px)); }
  .brand { min-width: 132px; }
  .brand img { width: 124px; }
  .brand span { font-size: 10px; }
  .mobile-toggle { display: none; }
  .nav-links { display: flex; position: static; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; flex-direction: row; align-items: center; gap: 15px; white-space: nowrap; font-size: 11px; }
  .hero { min-height: calc(100vh - 82px); }
  .hero-inner { grid-template-columns: 1fr minmax(360px, 520px); gap: 60px; padding: 80px 0; }
  .split { grid-template-columns: .92fr 1.08fr; gap: clamp(42px, 8vw, 90px); }
  .split.reverse { grid-template-columns: 1.08fr .92fr; }
  .matrix-panel { grid-template-columns: 1fr .92fr; gap: 36px; }
  .check-grid { grid-template-columns: repeat(4, 1fr); }
  .offers-grid, .cards-grid, .blog-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; }
}

@media (min-width: 1120px) {
  .nav-links { gap: 18px; font-size: 12px; }
}


/* Feinschliff Social Icons */
.social-links { gap: 12px; }
.social-icon { text-decoration: none; }
.footer .social-icon { margin: 0; color: #fff; }
.contact-social { margin-bottom: 26px; }
.contact-social .social-icon { color: var(--rose-dark); }
