/* ================================================================
   BAUER BLUMEN — VIER ELEMENTE
   Gemeinsames Stylesheet für:
   vier-elemente.html, vier-elemente-erde.html, -wasser.html,
   -feuer.html, -luft.html
   Setzt style.css voraus (Tokens, Schriften, Reveal-System).
================================================================ */

/* ----------------------------------------------------------------
   0. LOKALE SCHRIFTEN (SIL OFL, selbst gehostet unter /assets/fonts/)
   style.css deklariert nur Source Sans 3; Jost und Cormorant Garamond
   werden hier ergänzt, damit diese Seiten ohne Google-CDN auskommen.
---------------------------------------------------------------- */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/cormorant-garamond-latin-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/cormorant-garamond-latin-300-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/cormorant-garamond-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/cormorant-garamond-latin-400-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/jost-latin-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/jost-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/jost-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/jost-latin-600-normal.woff2') format('woff2');
}

/* ----------------------------------------------------------------
   1. NAVIGATION — sofort deckend hell (Kontrast-Garantie)
---------------------------------------------------------------- */
#main-nav {
  background: rgba(254, 253, 251, 0.97);
  box-shadow: 0 1px 0 rgba(200, 169, 110, 0.18), 0 6px 40px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
@supports not (backdrop-filter: blur(1px)) {
  #main-nav { background: rgb(254, 253, 251); }
}
#main-nav .nav-logo .logo-light { display: none; }
#main-nav .nav-logo .logo-dark  { display: block; }
#main-nav .nav-trigger          { color: #3a3530; }
#main-nav .nav-trigger:hover,
#main-nav .nav-trigger[aria-expanded="true"] { color: var(--green-deep); }
#main-nav .nav-item + .nav-item::before { color: rgba(0, 0, 0, 0.12); }
#main-nav .nav-contact       { border-color: rgba(200, 169, 110, 0.55); color: var(--green-deep); }
#main-nav .nav-contact:hover { background: var(--green-deep); border-color: var(--green-deep); color: var(--white); }
#main-nav .nav-hamburger span { background: var(--dark); }

/* ----------------------------------------------------------------
   2. ELEMENT-THEMEN
   --ve-ink    Tiefe Textfarbe / dunkle Sektionen
   --ve-accent Akzentlinie, Zeichen, Marker
   --ve-tint   Heller Sektionsgrund
   --ve-soft   Sehr helle Fläche für Karten
---------------------------------------------------------------- */
:root {
  --ve-ink:    #1e2e18;
  --ve-accent: #b8966a;
  --ve-tint:   #f5f2ec;
  --ve-soft:   #fbf9f5;
  --ve-line:   rgba(200, 169, 110, 0.22);
  --ve-body:   #5a5449;
  --ve-max:    1160px;
}

body[data-element="erde"] {
  --ve-ink:    #33291d;
  --ve-accent: #7d8f4e;
  --ve-tint:   #f3f0e7;
  --ve-soft:   #faf8f2;
  --ve-line:   rgba(125, 143, 78, 0.22);
}
body[data-element="wasser"] {
  --ve-ink:    #1f3a47;
  --ve-accent: #6f9aab;
  --ve-tint:   #eef2f4;
  --ve-soft:   #f8fafb;
  --ve-line:   rgba(111, 154, 171, 0.24);
}
body[data-element="feuer"] {
  --ve-ink:    #4a2314;
  --ve-accent: #c07440;
  --ve-tint:   #f6efe8;
  --ve-soft:   #fdf9f5;
  --ve-line:   rgba(192, 116, 64, 0.22);
}
body[data-element="luft"] {
  --ve-ink:    #38423b;
  --ve-accent: #a79781;
  --ve-tint:   #f4f3ef;
  --ve-soft:   #fbfaf7;
  --ve-line:   rgba(167, 151, 129, 0.26);
}

/* ----------------------------------------------------------------
   3. BAUSTEINE
---------------------------------------------------------------- */
.ve-wrap { max-width: var(--ve-max); margin: 0 auto; }

.ve-eyebrow {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ve-accent);
  margin: 0 0 18px;
}

.ve-rule {
  width: 46px;
  height: 1px;
  background: var(--ve-accent);
  opacity: 0.6;
  border: 0;
  margin: 0 0 26px;
}

.ve-sign {
  width: 54px;
  height: 54px;
  display: block;
  color: var(--ve-accent);
}
.ve-sign svg { width: 100%; height: 100%; display: block; }

/* Sektionsköpfe */
.ve-section        { padding: clamp(52px, 9vw, 83px) 8vw; }
.ve-section--tint  { background: var(--ve-tint); }
.ve-section--white { background: var(--white); }
.ve-section--soft  { background: var(--ve-soft); }

.ve-section-header { max-width: 720px; margin: 0 0 clamp(44px, 5vw, 64px); }
.ve-section-header h2 {
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3.4vw, 2.6rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.18;
  color: var(--ve-ink);
  margin: 0 0 18px;
}
.ve-section-header > p {
  font-size: 0.96rem;
  font-weight: 300;
  line-height: 1.9;
  color: var(--ve-body);
  margin: 0;
}
.ve-section-header--center { margin-left: auto; margin-right: auto; text-align: center; }
.ve-section-header--center .ve-rule { margin-left: auto; margin-right: auto; }

/* Buttons */
.ve-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 34px;
  border: 1px solid var(--ve-accent);
  border-radius: 2px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ve-ink);
  background: transparent;
  transition: background var(--transition-fast), color var(--transition-fast),
              border-color var(--transition-fast), transform var(--transition-fast);
}
.ve-btn:hover {
  background: var(--ve-ink);
  border-color: var(--ve-ink);
  color: var(--white);
  transform: translateY(-2px);
}
.ve-btn--solid {
  background: var(--ve-ink);
  border-color: var(--ve-ink);
  color: var(--white);
}
.ve-btn--solid:hover { background: transparent; color: var(--ve-ink); }
.ve-btn--light {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--white);
}
.ve-btn--light:hover { background: var(--white); border-color: var(--white); color: var(--ve-ink); }

/* ----------------------------------------------------------------
   4. HERO
---------------------------------------------------------------- */
.ve-hero {
  position: relative;
  padding-top: 90px;
  min-height: clamp(520px, 78vh, 800px);
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center 40%;
  overflow: hidden;
}
/* Pflicht-Scrim: Text liegt nie auf ungefiltertem Foto */
.ve-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 140% 100% at 50% 30%, rgba(18, 14, 10, 0.20), rgba(18, 14, 10, 0.62)),
    linear-gradient(180deg, rgba(18, 14, 10, 0.50) 0%, rgba(18, 14, 10, 0.22) 38%, rgba(14, 12, 8, 0.88) 100%);
}
.ve-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 8vw clamp(56px, 7vw, 96px);
}
.ve-hero-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
}
.ve-hero-breadcrumb a,
.ve-hero-breadcrumb span {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
}
.ve-hero-breadcrumb a:hover { color: var(--white); }
.ve-hero-breadcrumb .sep     { color: rgba(255, 255, 255, 0.32); }
.ve-hero-breadcrumb .current { color: var(--gold-light); }

.ve-hero-sign {
  width: 62px;
  height: 62px;
  color: var(--gold-light);
  margin-bottom: 24px;
  /* Die feine Linie steht im hellsten Bildbereich – Schatten sichert den Kontrast */
  filter: drop-shadow(0 1px 7px rgba(10, 8, 5, 0.65));
}
.ve-hero-sign svg { width: 100%; height: 100%; display: block; }
.ve-hero-breadcrumb { text-shadow: 0 1px 6px rgba(10, 8, 5, 0.55); }

.ve-hero-eyebrow {
  display: block;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin: 0 0 20px;
}
.ve-hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 6.4vw, 4.6rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: var(--white);
  margin: 0 0 22px;
  max-width: 15ch;
}
.ve-hero-sub {
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.82);
  max-width: 46ch;
  margin: 0;
}
.ve-hero-logo {
  width: clamp(190px, 22vw, 250px);
  height: auto;
  margin: 0 0 30px;
}

/* ----------------------------------------------------------------
   5. MANIFEST (Hub-Intro)
---------------------------------------------------------------- */
.ve-manifest { background: var(--white); padding: clamp(56px, 10vw, 91px) 8vw; }
.ve-manifest-inner {
  max-width: var(--ve-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(48px, 7vw, 96px);
  align-items: start;
}
.ve-manifest-text h2 {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.18;
  color: var(--ve-ink);
  margin: 0 0 30px;
}
.ve-manifest-text p {
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.95;
  color: var(--ve-body);
  margin: 0 0 1.3rem;
}
.ve-manifest-text p strong { font-weight: 500; color: var(--ve-ink); }
.ve-manifest-text p:last-child { margin-bottom: 0; }

.ve-manifest-aside { padding-top: 8px; }
.ve-manifest-quote {
  border-left: 2px solid var(--ve-accent);
  padding: 6px 0 6px 26px;
  margin: 0 0 34px;
}
.ve-manifest-quote p {
  font-family: var(--serif);
  font-size: 1.34rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  color: var(--ve-ink);
  margin: 0;
}
.ve-manifest-quote cite {
  display: block;
  margin-top: 14px;
  font-family: var(--font);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ve-accent);
}
.ve-manifest-signet {
  width: 132px;
  height: 132px;
  opacity: 0.9;
}

/* ----------------------------------------------------------------
   6. VIER-ELEMENTE-RASTER (Hub)
---------------------------------------------------------------- */
.ve-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.ve-element-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 460px;
  padding: 40px;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  isolation: isolate;
  transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease);
}
.ve-element-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  /* Kräftiger Scrim: muss auch auf sehr hellen Motiven (Kerzen, Trockenblumen) tragen */
  background: linear-gradient(178deg, rgba(16, 13, 9, 0.34) 0%, rgba(16, 13, 9, 0.58) 44%, rgba(12, 10, 6, 0.92) 100%);
  transition: opacity 0.6s var(--ease);
}
.ve-element-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 56px rgba(28, 22, 14, 0.20);
}
.ve-element-card:hover::before { opacity: 0.86; }
.ve-element-card-sign {
  width: 46px;
  height: 46px;
  color: var(--gold-light);
  margin-bottom: 22px;
}
.ve-element-card-sign svg { width: 100%; height: 100%; display: block; }
.ve-element-card-num {
  position: absolute;
  top: 34px;
  right: 38px;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.4);
}
.ve-element-card h3 {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 300;
  font-style: italic;
  color: var(--white);
  margin: 0 0 10px;
  line-height: 1.1;
}
.ve-element-card-claim {
  font-size: 0.86rem;
  font-weight: 300;
  font-style: italic;
  color: var(--gold-light);
  margin: 0 0 16px;
}
.ve-element-card p.ve-element-card-text {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 22px;
  max-width: 38ch;
}
.ve-element-card-more {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ve-element-card-more::after {
  content: '';
  width: 22px;
  height: 1px;
  background: var(--gold-light);
  transition: width var(--transition-fast);
}
.ve-element-card:hover .ve-element-card-more::after { width: 40px; }

/* ----------------------------------------------------------------
   7. GÄRTNER-SEKTION (dunkel)
---------------------------------------------------------------- */
.ve-gaertner {
  position: relative;
  background: var(--ve-ink);
  color: var(--white);
  padding: clamp(56px, 10vw, 92px) 8vw;
  overflow: hidden;
}
.ve-gaertner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 12% 8%, rgba(200, 169, 110, 0.16) 0%, transparent 58%);
  pointer-events: none;
}
.ve-gaertner-inner { position: relative; max-width: var(--ve-max); margin: 0 auto; }
.ve-gaertner-header { max-width: 760px; margin-bottom: clamp(48px, 6vw, 72px); }
.ve-gaertner-header .ve-eyebrow { color: var(--gold-light); }
.ve-gaertner-header .ve-rule { background: var(--gold-light); }
.ve-gaertner-header h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.18;
  color: var(--white);
  margin: 0 0 20px;
}
.ve-gaertner-header p {
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.ve-gaertner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.ve-gaertner-item {
  background: var(--ve-ink);
  padding: 38px 34px 42px;
}
.ve-gaertner-item-num {
  display: block;
  font-family: var(--serif);
  font-size: 1rem;
  font-style: italic;
  color: var(--gold-light);
  margin-bottom: 18px;
}
.ve-gaertner-item h3 {
  font-family: var(--serif);
  font-size: 1.34rem;
  font-weight: 400;
  font-style: italic;
  color: var(--white);
  margin: 0 0 14px;
  line-height: 1.28;
}
.ve-gaertner-item p {
  font-size: 0.89rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.66);
  margin: 0;
}

/* ----------------------------------------------------------------
   8. ABLAUF / SCHRITTE
---------------------------------------------------------------- */
.ve-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 34px;
}
.ve-step {
  padding-top: 26px;
  border-top: 1px solid var(--ve-line);
}
.ve-step-num {
  display: block;
  font-family: var(--serif);
  font-size: 0.95rem;
  font-style: italic;
  color: var(--ve-accent);
  margin-bottom: 16px;
}
.ve-step h3 {
  font-family: var(--serif);
  font-size: 1.26rem;
  font-weight: 400;
  font-style: italic;
  color: var(--ve-ink);
  margin: 0 0 12px;
  line-height: 1.3;
}
.ve-step p {
  font-size: 0.89rem;
  font-weight: 300;
  line-height: 1.85;
  color: var(--ve-body);
  margin: 0;
}

/* ----------------------------------------------------------------
   9. ESSAY / ZWEISPALTER (Landingpages)
---------------------------------------------------------------- */
.ve-essay { background: var(--white); padding: clamp(55px, 9.5vw, 88px) 8vw; }
.ve-essay-inner {
  max-width: var(--ve-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(48px, 7vw, 92px);
  align-items: start;
}
.ve-essay-text h2 {
  font-family: var(--serif);
  font-size: clamp(1.85rem, 3.6vw, 2.7rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.18;
  color: var(--ve-ink);
  margin: 0 0 28px;
}
.ve-essay-text p {
  font-size: 0.97rem;
  font-weight: 300;
  line-height: 1.95;
  color: var(--ve-body);
  margin: 0 0 1.3rem;
}
.ve-essay-text p:last-child { margin-bottom: 0; }
.ve-essay-text em { font-family: var(--serif); font-size: 1.06em; color: var(--ve-ink); }

.ve-aside { padding-top: 10px; }
.ve-aside h3 {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
  font-style: italic;
  color: var(--ve-ink);
  margin: 0 0 24px;
}
.ve-aside-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid var(--ve-line);
}
.ve-aside-item:first-of-type { border-top: 1px solid var(--ve-line); }
.ve-aside-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ve-accent);
  flex-shrink: 0;
  margin-top: 9px;
}
.ve-aside-item strong {
  display: block;
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ve-ink);
  margin-bottom: 4px;
}
.ve-aside-item span {
  font-size: 0.87rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--ve-body);
}

/* ---------------------------------------------------------------
   10. BESTATTUNGSFORMEN-KARTEN
--------------------------------------------------------------- */
.ve-formen {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px;
}
.ve-form-card {
  background: var(--white);
  border: 1px solid var(--ve-line);
  border-radius: 3px;
  padding: 38px 32px 40px;
  transition: transform var(--transition), box-shadow var(--transition);
}
.ve-form-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 46px rgba(40, 32, 22, 0.09);
}
.ve-form-card-label {
  display: block;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ve-accent);
  margin-bottom: 16px;
}
.ve-form-card h3 {
  font-family: var(--serif);
  font-size: 1.42rem;
  font-weight: 400;
  font-style: italic;
  color: var(--ve-ink);
  margin: 0 0 14px;
  line-height: 1.26;
}
.ve-form-card p {
  font-size: 0.89rem;
  font-weight: 300;
  line-height: 1.85;
  color: var(--ve-body);
  margin: 0 0 18px;
}
.ve-form-card p:last-child { margin-bottom: 0; }
.ve-form-card a {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ve-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ve-accent);
  padding-bottom: 3px;
  transition: color var(--transition-fast);
}
.ve-form-card a:hover { color: var(--ve-accent); }

/* ---------------------------------------------------------------
   11. FLORALE SPRACHE
--------------------------------------------------------------- */
.ve-sprache-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(44px, 6vw, 84px);
  align-items: start;
}
.ve-sprache-visual {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.ve-sprache-visual img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}
.ve-sprache-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px 28px 24px;
  background: linear-gradient(180deg, rgba(14, 11, 7, 0) 0%, rgba(14, 11, 7, 0.72) 100%);
  font-size: 0.78rem;
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 255, 255, 0.88);
}
.ve-materialien { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 34px; }
.ve-material-item {
  padding: 20px 0;
  border-bottom: 1px solid var(--ve-line);
}
.ve-material-item strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.08rem;
  font-style: italic;
  font-weight: 400;
  color: var(--ve-ink);
  margin-bottom: 6px;
}
.ve-material-item span {
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--ve-body);
}
.ve-farbreihe {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--ve-line);
}
.ve-farbe { text-align: center; }
.ve-farbe i {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin: 0 auto 9px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.ve-farbe span {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ve-body);
}

/* ---------------------------------------------------------------
   12. AM GRAB / JAHRESZEITEN
--------------------------------------------------------------- */
.ve-jahr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 24px;
}
.ve-jahr-item {
  background: var(--white);
  border: 1px solid var(--ve-line);
  border-radius: 3px;
  overflow: hidden;
}
.ve-jahr-item img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}
.ve-jahr-item-body { padding: 26px 26px 30px; }
.ve-jahr-item-body strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.16rem;
  font-style: italic;
  font-weight: 400;
  color: var(--ve-ink);
  margin-bottom: 10px;
}
.ve-jahr-item-body p {
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--ve-body);
  margin: 0;
}

/* Bild-Text-Block */
.ve-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(44px, 6vw, 82px);
  align-items: center;
}
.ve-split--reverse .ve-split-visual { order: 2; }
.ve-split-visual { border-radius: 3px; overflow: hidden; }
.ve-split-visual img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.ve-split-text h2 {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  color: var(--ve-ink);
  margin: 0 0 22px;
}
.ve-split-text p {
  font-size: 0.94rem;
  font-weight: 300;
  line-height: 1.92;
  color: var(--ve-body);
  margin: 0 0 1.2rem;
}
.ve-split-text ul {
  list-style: none;
  margin: 26px 0 30px;
  padding: 0;
}
.ve-split-text li {
  position: relative;
  padding: 0 0 12px 24px;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--ve-body);
}
.ve-split-text li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ve-accent);
}

/* ---------------------------------------------------------------
   13. ZITAT-BAND
--------------------------------------------------------------- */
.ve-zitat {
  background: var(--ve-tint);
  padding: clamp(52px, 9vw, 84px) 8vw;
  text-align: center;
}
.ve-zitat blockquote {
  max-width: 760px;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3.2vw, 2.25rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.42;
  color: var(--ve-ink);
}
.ve-zitat blockquote p { margin: 0; }
.ve-zitat cite {
  display: block;
  margin-top: 30px;
  font-family: var(--font);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ve-accent);
}

/* ---------------------------------------------------------------
   14. QUERNAVIGATION DER ELEMENTE
--------------------------------------------------------------- */
.ve-cross { background: var(--white); padding: clamp(52px, 8vw, 76px) 8vw; }
.ve-cross-inner { max-width: var(--ve-max); margin: 0 auto; }
.ve-cross-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1px;
  background: var(--ve-line);
  border: 1px solid var(--ve-line);
}
.ve-cross-item {
  background: var(--white);
  padding: 34px 30px 38px;
  text-decoration: none;
  display: block;
  transition: background var(--transition-fast);
}
.ve-cross-item:hover { background: var(--ve-soft); }
.ve-cross-item .ve-sign { width: 38px; height: 38px; margin-bottom: 18px; }
.ve-cross-item strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 400;
  color: var(--ve-ink);
  margin-bottom: 8px;
}
.ve-cross-item span {
  font-size: 0.85rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.7;
  color: var(--ve-body);
}
.ve-cross-item--current { background: var(--ve-soft); pointer-events: none; }
.ve-cross-item--current strong { color: var(--ve-accent); }

/* ---------------------------------------------------------------
   15. ABSCHLUSS / CTA
--------------------------------------------------------------- */
.ve-closing {
  position: relative;
  padding: clamp(59px, 10vw, 98px) 8vw;
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
}
.ve-closing::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 11, 7, 0.74) 0%, rgba(14, 11, 7, 0.86) 100%);
}
.ve-closing-inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.ve-closing .ve-eyebrow { color: var(--gold-light); }
.ve-closing h2 {
  font-family: var(--serif);
  font-size: clamp(1.85rem, 3.8vw, 2.8rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  color: var(--white);
  margin: 0 0 22px;
}
.ve-closing p {
  font-size: 0.97rem;
  font-weight: 300;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 38px;
}
.ve-closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.ve-closing-tel {
  display: block;
  margin-top: 30px;
  font-family: var(--serif);
  font-size: 1.3rem;
  font-style: italic;
  color: var(--gold-light);
  text-decoration: none;
}
.ve-closing-tel:hover { color: var(--white); }

/* ---------------------------------------------------------------
   16. MOBILE
--------------------------------------------------------------- */
@media (max-width: 1000px) {
  .ve-manifest-inner,
  .ve-essay-inner,
  .ve-sprache-layout,
  .ve-split { grid-template-columns: minmax(0, 1fr); }
  .ve-split--reverse .ve-split-visual { order: 0; }
  .ve-grid { grid-template-columns: minmax(0, 1fr); }
  .ve-manifest-aside { padding-top: 0; }
  .ve-sprache-visual img { min-height: 320px; }
}

@media (max-width: 700px) {
  .ve-section,
  .ve-manifest,
  .ve-essay,
  .ve-gaertner,
  .ve-zitat,
  .ve-cross,
  .ve-closing { padding-left: 6vw; padding-right: 6vw; }

  .ve-hero { min-height: 520px; background-position: center 45%; }
  .ve-hero-inner { padding-left: 6vw; padding-right: 6vw; }
  .ve-hero h1 { font-size: clamp(2.15rem, 9vw, 2.9rem); max-width: none; }
  .ve-hero-sub { font-size: 0.95rem; }
  .ve-hero-sign { width: 50px; height: 50px; }

  .ve-element-card { min-height: 380px; padding: 32px 26px 34px; }
  .ve-element-card-num { top: 26px; right: 26px; }
  .ve-materialien { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .ve-gaertner-item { padding: 32px 26px 36px; }
  .ve-closing-actions { flex-direction: column; align-items: stretch; }
  .ve-btn { justify-content: center; }
}
