/* === Lennert Bewernick · Holistic Business === */
/* Brand-Kit v2 — Türkis + Gold aus Lennerts bestehender Brand-Bibliothek */

:root {
  /* Lennert-Palette aus Style-Sheet */
  --gold-light: #cec0ab;
  --gold: #b4a36c;
  --gold-dark: #65502a;

  --teal-light: #82c1b6;
  --teal: #4c9a8d;
  --teal-dark: #0e5851;

  --rose-light: #facfc3;
  --mauve: #a08794;
  --rose-dark: #62575d;

  --stone: #F4EFE6;
  --stone-soft: #FAF7F1;
  --ink: #1F1D19;
  --ink-soft: #3F3C36;
  --muted: #7A7468;
  --line: #E5DDD0;
  --white: #FFFFFF;

  /* Typography from Lennert's Style-Sheet */
  --font-display: "Cinzel", "Trajan Pro", Georgia, serif;
  --font-body: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-italic: "Alegreya", Georgia, serif;

  --shadow-sm: 0 2px 8px rgba(31, 29, 25, 0.04);
  --shadow-md: 0 6px 24px rgba(14, 88, 81, 0.08);
  --shadow-lg: 0 20px 48px rgba(14, 88, 81, 0.12);

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --radius-full: 999px;

  --max: 1180px;
  --pad: 1.25rem;
}

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

html, body { overflow-x: hidden; max-width: 100%; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--stone);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal-dark); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--gold-dark); }

h1 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.18;
  color: var(--ink);
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: clamp(2.0rem, 5vw, 3.2rem);
}
h1 em {
  font-family: var(--font-italic);
  font-style: italic;
  color: var(--teal-dark);
  font-weight: 400;
  letter-spacing: 0;
}

h2 {
  font-family: var(--font-body);
  font-weight: 600;
  line-height: 1.22;
  color: var(--ink);
  letter-spacing: -0.005em;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  margin-bottom: 1rem;
}
h2 em {
  font-family: var(--font-italic);
  font-style: italic;
  color: var(--teal-dark);
  font-weight: 400;
}

h3 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: clamp(1.2rem, 2.8vw, 1.5rem);
  line-height: 1.3;
  color: var(--ink);
  margin-bottom: .75rem;
}

h4 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: .5rem;
  color: var(--ink);
}

p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }
p em { font-family: var(--font-italic); font-style: italic; color: var(--ink-soft); }

ul, ol { padding-left: 1.3rem; margin-bottom: 1rem; }
li { margin-bottom: 0.4rem; }
li:last-child { margin-bottom: 0; }

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

/* ===== NAVIGATION ===== */
.nav {
  position: sticky;
  top: 0;
  background: rgba(244, 239, 230, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  z-index: 40;
  padding: 0.7rem 0;
}
.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  line-height: 1.1;
}
.nav-brand img.nav-logo {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #f0e7d5;
  padding: 2px;
  box-shadow: 0 0 0 1px rgba(180, 163, 108, 0.35), 0 2px 6px rgba(14, 88, 81, 0.08);
}
.nav-brand .nav-mark {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--teal-dark);
  text-transform: uppercase;
}
.nav-brand small {
  display: block;
  font-family: var(--font-body);
  font-size: 0.68rem;
  color: var(--gold-dark);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 0.15rem;
  font-weight: 500;
}
.nav-links {
  display: none;
  list-style: none;
  gap: 1.8rem;
  margin: 0;
  padding: 0;
}
.nav-links li { margin: 0; }
.nav-links a {
  font-size: 0.92rem;
  color: var(--ink-soft);
  font-weight: 500;
  padding: 0.3rem 0;
  border-bottom: 1.5px solid transparent;
  transition: color .2s, border-color .2s;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--teal-dark);
  border-bottom-color: var(--gold);
}
.nav .nav-cta { display: none; }

.nav-toggle {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  display: block;
  width: 24px; height: 2px;
  background: var(--ink);
  transition: transform .2s, opacity .2s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (min-width: 720px) {
  .nav-links { display: flex; }
  .nav .nav-cta { display: inline-flex; }
  .nav-toggle { display: none; }
}

.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0;
  background: var(--stone);
  padding: 5rem 1.5rem 2rem;
  transform: translateY(-100%);
  transition: transform .3s ease;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}
.mobile-menu.open { transform: translateY(0); }
.mobile-menu ul { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.mobile-menu ul li { margin-bottom: 1rem; }
.mobile-menu ul a {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--ink);
  letter-spacing: 0.04em;
}
.mobile-menu .btn { width: 100%; justify-content: center; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.6rem;
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-size: 0.93rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background .2s, color .2s, transform .15s, box-shadow .2s, border-color .2s;
  border: 1.5px solid transparent;
  text-align: center;
  white-space: nowrap;
}
.btn-primary {
  background: var(--gold-dark);
  color: var(--stone);
  border-color: var(--gold-dark);
  box-shadow: 0 1px 0 rgba(101, 80, 42, 0.10);
}
.btn-primary:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px -10px rgba(101, 80, 42, 0.45);
}
.btn-secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--gold-dark);
}
.btn-secondary:hover {
  background: var(--stone-soft);
  border-color: var(--gold-dark);
  color: var(--gold-dark);
}
.btn-lg { padding: 1.1rem 2.0rem; font-size: 1.0rem; }
.btn-arrow::after {
  content: '→';
  font-size: 1.1em;
  transition: transform .2s;
}
.btn-arrow:hover::after { transform: translateX(3px); }

/* ===== HERO ===== */
.hero {
  padding: 1.75rem 0 2.5rem;
  background: linear-gradient(180deg, var(--stone) 0%, var(--stone-soft) 100%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -180px; right: -120px;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(180, 163, 108, 0.14), transparent 65%);
  pointer-events: none;
  z-index: 0;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -120px; left: -120px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(180, 163, 108, 0.07), transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.hero .container { position: relative; z-index: 2; }
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
.hero-text { max-width: 780px; position: relative; z-index: 2; }
.hero-photo {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16 / 11;
  max-height: 320px;
  box-shadow: 0 30px 60px -20px rgba(14, 88, 81, 0.22), 0 8px 20px rgba(31, 29, 25, 0.08);
  background: var(--ink);
  order: 1;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  transition: transform 6s ease;
}
.hero-photo:hover img { transform: scale(1.03); }
.hero-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 88, 81, 0.0) 60%, rgba(14, 88, 81, 0.18) 100%);
  pointer-events: none;
}
.hero-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dark);
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.hero h1 { margin-bottom: 1.5rem; }
.hero-lead {
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 640px;
  margin-bottom: 2.2rem;
  font-weight: 400;
}
.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.7rem;
  padding-top: 1.7rem;
  border-top: 1px solid var(--line);
}
.hero-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.86rem;
  color: var(--muted);
}
.hero-meta-item svg {
  width: 18px; height: 18px;
  color: var(--teal);
  flex-shrink: 0;
}

@media (min-width: 720px) {
  .hero { padding: 5rem 0 6rem; }
  .hero-actions { flex-direction: row; align-items: center; }
}
@media (min-width: 920px) {
  .hero-grid {
    grid-template-columns: 1.15fr 1fr;
    gap: 4rem;
  }
  .hero-photo {
    order: 0;
    aspect-ratio: 4 / 5;
    max-height: 580px;
  }
  .hero-photo img { object-position: center 25%; }
}

/* Mobile: tighter hero text, smaller H1, smaller buttons */
@media (max-width: 719px) {
  .hero { padding: 0.75rem 0 1.5rem; }
  .hero h1 { font-size: clamp(1.5rem, 6.5vw, 1.85rem); line-height: 1.18; margin-bottom: 0.9rem; }
  .hero-eyebrow { display: none; }
  .hero-lead { font-size: 0.96rem; margin-bottom: 1.1rem; line-height: 1.45; }
  .hero-actions { gap: 0.5rem; margin-bottom: 0.5rem; }
  .hero-grid { gap: 0.9rem; }
  /* Mobile reorder: H1 → Photo → Lead → CTAs.
     display: contents on .hero-text lifts its children into .hero-grid so we can order them all. */
  .hero-text { display: contents; }
  .hero-grid h1 { order: 1; }
  .hero-photo { order: 2; aspect-ratio: 4 / 3; max-height: 200px; margin: 0; }
  .hero-grid .hero-lead { order: 3; }
  .hero-grid .hero-actions { order: 4; }
  .hero-photo img { object-position: center 35%; }
  /* Nav compactness */
  .nav-brand .nav-mark { font-size: 0.9rem; }
  .nav-brand small { font-size: 0.6rem; letter-spacing: 0.12em; }
  .nav-brand img.nav-logo { width: 36px; height: 36px; }
  .nav { padding: 0.45rem 0; }
  .nav-inner { gap: 0.5rem; }
  .container { padding-left: 1rem; padding-right: 1rem; }
  /* Prevent any element from breaking the viewport */
  img, video, iframe { max-width: 100%; height: auto; }
  .hero-actions .btn { width: 100%; justify-content: center; padding: 0.75rem 1.2rem; }
}

/* ===== SECTIONS ===== */
section {
  padding: 4rem 0;
}
section.alt {
  background: var(--stone-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-intro { max-width: 780px; }
.section-intro.center { margin: 0 auto; text-align: center; }
.section-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dark);
  font-weight: 600;
  margin-bottom: 1rem;
}
.lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: var(--ink-soft);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.section-cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 2.5rem;
  align-items: flex-start;
}
.section-cta.section-cta-center {
  align-items: center;
  justify-content: center;
}
@media (min-width: 720px) {
  .section-cta { flex-direction: row; align-items: center; }
  .section-cta.section-cta-center { justify-content: center; }
}

.check-list {
  list-style: none;
  padding-left: 0;
  margin: 1.25rem 0;
}
.check-list li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.7rem;
  color: var(--ink-soft);
}
.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--teal);
  font-weight: 700;
  font-size: 1.1rem;
}

/* ===== PULL QUOTE ===== */
.pull-quote {
  font-family: var(--font-italic);
  font-style: italic;
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  line-height: 1.5;
  color: var(--teal-dark);
  padding: 1.2rem 0 1.2rem 1.5rem;
  margin: 1.5rem 0;
  border-left: 3px solid var(--gold);
  font-weight: 400;
}

/* ===== OFFERS GRID ===== */
.offers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 2.5rem 0 1.5rem;
}
.offer-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.8rem;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  display: flex;
  flex-direction: column;
}
.offer-card-cta {
  align-self: flex-start;
  margin-top: 1.5rem;
}
.offer-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--teal-light);
}
.offer-card-num {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--gold-dark);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.offer-card h3 {
  margin-bottom: 0.75rem;
  color: var(--teal-dark);
}
.offer-card p { color: var(--ink-soft); }
.offer-card-fit {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--line);
  font-size: 0.92rem;
}
.offer-card-fit strong { color: var(--ink); }

.offers-note {
  font-size: 0.92rem;
  color: var(--muted);
  font-style: italic;
  text-align: center;
  padding: 1rem 0 0;
  font-family: var(--font-italic);
}

@media (min-width: 720px) {
  .offers { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .offers.offers-3 { grid-template-columns: 1fr 1fr 1fr; gap: 1.5rem; }
}
@media (max-width: 719px) {
  .offers.offers-3 { grid-template-columns: 1fr; }
}

/* ===== DISCLAIMER LIST (Bullets) ===== */
.disclaimer-list {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0 1.2rem;
}
.disclaimer-list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.85rem;
  color: rgba(244, 239, 230, 0.88);
  line-height: 1.55;
}
.disclaimer-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-light);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.2;
}

/* ===== DISCLAIMER SECTION ===== */
.disclaimer-section {
  background: linear-gradient(160deg, #1a1815 0%, #2a2620 100%);
  color: var(--stone);
  position: relative;
  overflow: hidden;
}
.disclaimer-section::before {
  content: '';
  position: absolute;
  top: -100px; right: -120px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(180, 163, 108, 0.10), transparent 65%);
  pointer-events: none;
}
.disclaimer-section .container { position: relative; z-index: 2; }
.disclaimer-section h2 { color: var(--stone); }
.disclaimer-section .section-eyebrow { color: var(--gold-light); }
.disclaimer-section p { color: rgba(244, 239, 230, 0.85); }
.disclaimer-section em { color: var(--gold-light); font-family: var(--font-italic); font-style: italic; }

/* ===== CTA SECTION ===== */
.cta-section {
  background: var(--stone-soft);
  text-align: center;
}
.cta-section .lead { margin-bottom: 2rem; }
.cta-section .btn { margin-bottom: 1.5rem; }
.small-muted {
  font-size: 0.92rem;
  color: var(--muted);
  font-family: var(--font-italic);
  font-style: italic;
  max-width: 540px;
  margin: 0 auto;
}

/* ===== FOOTER ===== */
.footer {
  background: var(--ink);
  color: var(--stone);
  padding: 3rem 0 1.5rem;
}
.footer a { color: var(--stone); opacity: 0.85; }
.footer a:hover { color: var(--gold-light); opacity: 1; }
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.footer-brand {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.4rem;
}
.footer-tagline {
  color: rgba(244, 239, 230, 0.8);
  font-size: 0.93rem;
  margin-bottom: 0.3rem;
}
.footer-meta {
  color: var(--muted);
  font-size: 0.82rem;
}
.footer-title {
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 239, 230, 0.65);
  margin-bottom: 0.85rem;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer li {
  margin-bottom: 0.5rem;
}

.portal-badge {
  background: rgba(244, 239, 230, 0.05);
  border: 1px solid rgba(244, 239, 230, 0.13);
  border-radius: var(--radius-md);
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  font-size: 0.92rem;
  text-align: center;
}
.portal-badge a {
  color: var(--gold-light);
  font-weight: 600;
  border-bottom: 1px solid rgba(206, 192, 171, 0.5);
  opacity: 1;
}
.portal-badge a:hover {
  color: var(--stone);
  border-bottom-color: var(--stone);
}

.footer-copy {
  text-align: center;
  font-size: 0.8rem;
  color: rgba(244, 239, 230, 0.5);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(244, 239, 230, 0.1);
}

@media (min-width: 720px) {
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
}

/* ===== FORMS ===== */
.form-group {
  margin-bottom: 1.25rem;
}
.form-group label {
  display: block;
  font-size: 0.9rem;
  color: var(--ink-soft);
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(14, 88, 81, 0.12);
}
.form-group textarea {
  min-height: 140px;
  resize: vertical;
}
.form-help {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 0.3rem;
}
.form-success, .form-error {
  padding: 1rem 1.25rem;
  border-radius: var(--radius-sm);
  margin-top: 1rem;
  font-size: 0.95rem;
}
.form-success {
  background: rgba(76, 154, 141, 0.08);
  color: var(--teal-dark);
  border: 1px solid var(--teal-light);
}
.form-error {
  background: rgba(180, 163, 108, 0.1);
  color: var(--gold-dark);
  border: 1px solid var(--gold);
}

/* ===== TRACK-RECORD / PRE-TESTIMONIALS SECTION ===== */
.trackrecord {
  background: var(--stone-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trackrecord .section-intro { max-width: 820px; }
.trackrecord-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
}
.trackrecord-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold-dark);
  border-radius: var(--radius-md);
  padding: 1.4rem 1.5rem;
}
.trackrecord-card h4 {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.5rem;
}
.trackrecord-card p {
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.55;
  margin: 0;
}
.trackrecord-note {
  margin-top: 1.6rem;
  font-family: var(--font-italic);
  font-style: italic;
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 720px;
}
@media (min-width: 720px) {
  .trackrecord-grid { grid-template-columns: 1fr 1fr 1fr; gap: 1.4rem; }
}

/* ===== CONTACT CARDS (Kontakt-Seite) ===== */
.contact-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 880px;
  margin: 0 auto;
}
.contact-card {
  display: block;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.8rem 1.8rem 1.6rem;
  text-decoration: none;
  color: var(--ink);
  transition: transform .2s, box-shadow .25s, border-color .2s;
  position: relative;
}
.contact-card:hover {
  transform: translateY(-2px);
  border-color: var(--teal-light);
  box-shadow: 0 20px 40px -18px rgba(14, 88, 81, 0.22);
  color: var(--ink);
}
.contact-card-eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dark);
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.contact-card-value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  color: var(--teal-dark);
  letter-spacing: 0.01em;
  margin-bottom: 0.8rem;
  word-break: keep-all;
  overflow-wrap: anywhere;
  hyphens: none;
}
.contact-card-hint {
  display: block;
  font-size: 0.93rem;
  color: var(--ink-soft);
  line-height: 1.55;
}
.contact-direct-note {
  max-width: 720px;
  margin: 2rem auto 0;
  font-size: 0.94rem;
  color: var(--muted);
  font-style: italic;
  font-family: var(--font-italic);
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 720px) {
  .contact-block { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .contact-block.contact-block-single { grid-template-columns: minmax(0, 540px); justify-content: center; }
}

/* ===== PORTRAIT (Über-mich) ===== */
.portrait-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  margin: 2rem 0 1rem;
}
.portrait-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-width: 420px;
  margin: 0 auto;
  box-shadow: 0 24px 60px -20px rgba(14, 88, 81, 0.22), 0 6px 16px rgba(31, 29, 25, 0.08);
  background: var(--ink);
}
.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.portrait-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31, 29, 25, 0.0) 70%, rgba(14, 88, 81, 0.18) 100%);
  pointer-events: none;
}
@media (min-width: 820px) {
  .portrait-block {
    grid-template-columns: 1fr 1.4fr;
    gap: 3.5rem;
  }
  .portrait-frame { max-width: none; }
}

/* ===== FEATURED-SECTION (Über-mich Cross-Promo) ===== */
.featured-portal {
  background: var(--stone-soft);
  border: 1px solid var(--gold-light);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin: 2.5rem 0;
}
.featured-portal h3 {
  color: var(--teal-dark);
  margin-bottom: 0.75rem;
}
.featured-portal .featured-tagline {
  font-family: var(--font-italic);
  font-style: italic;
  color: var(--gold-dark);
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

/* ===== UTILITY ===== */
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.mb-2 { margin-bottom: 2rem; }

/* ===== COOKIE BANNER ===== */
.cookie-banner {
  position: fixed;
  bottom: 1rem; left: 1rem; right: 1rem;
  background: var(--ink);
  color: var(--stone);
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: var(--max);
  margin: 0 auto;
}
.cookie-banner.show { display: flex; }
.cookie-banner p {
  margin: 0;
  font-size: 0.9rem;
  flex: 1 1 250px;
}
.cookie-banner a { color: var(--gold-light); text-decoration: underline; }
.cookie-banner .btn { margin: 0; }

@media (min-width: 720px) {
  .cookie-banner {
    bottom: 1.5rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: calc(100% - 3rem);
  }
}

/* ===== PRINT ===== */
@media print {
  .nav, .nav-toggle, .mobile-menu, .cookie-banner, .hero-actions, .section-cta { display: none; }
  body { background: white; color: black; }
}
