/* ============================================
   SAPHIR WEDDINGS – Coastal Editorial Edition
   International luxury wedding photography
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,700;1,6..96,400&family=Cormorant+Garamond:ital,wght@1,300;1,400&family=Playfair+Display:wght@700&family=Montserrat:wght@200;300;400;600;700;900&display=swap');

/* --- Variables --- */
:root {
  /* Akzentfarbe: warmer Sand, wie trockener Küstensand im Sonnenlicht */
  --champagne:       #AFA48C;
  --champagne-light: #C2B69C;
  --champagne-dark:  #96897A;
  --champagne-glow:  rgba(143, 173, 184, 0.10);

  /* Coastal Light: warm Ivory, Sand, Meeresblau, Salbei */
  --bg:         #FAF8F5;
  --bg-2:       #F4F0EA;
  --bg-3:       #EDE8DF;
  --bg-card:    #F7F4EF;

  --seafoam:    #6A95A3;
  --sage:       #7A9678;

  --text:       #2C2420;
  --text-2:     #544D48;
  --text-muted: #7A726A;

  --border:     rgba(44, 36, 32, 0.10);
  --border-sub: rgba(44, 36, 32, 0.05);

  --font-display: 'Bodoni Moda', 'Didot', Georgia, serif;
  --font-body:    'Montserrat', sans-serif;

  --header-h:  80px;
  --max-w:     1400px;
  --ease:      cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body { background: var(--bg); color: var(--text); font-family: var(--font-body); font-weight: 400; line-height: 1.7; overflow-x: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button { background: none; border: none; cursor: pointer; font: inherit; color: inherit; }

/* --- Language Toggle --- */
[data-lang="en"] .lang-de { display: none; }
[data-lang="de"] .lang-en { display: none; }

/* --- Utility --- */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 40px; }
.eyebrow {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-2);
}
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text);
  border: 1px solid var(--border);
  padding: 14px 36px;
  transition: all 0.3s var(--ease);
}
.btn:hover { border-color: var(--champagne); color: var(--champagne); }
.btn-fill {
  background: var(--champagne-dark);
  border-color: var(--champagne-dark);
  color: #FAF8F5;
}
.btn-fill:hover { background: var(--champagne); border-color: var(--champagne); color: #FAF8F5; }

/* --- Italic Text Color – dark für besseren Kontrast --- */
em, .section-cta em {
  color: var(--text);
}

/* --- Image Placeholder --- */
.img-ph {
  background: linear-gradient(135deg, #EDE8DF 0%, #E5DFD4 50%, #EDE8DF 100%);
  position: relative;
  overflow: hidden;
}
.img-ph::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(44,36,32,0.12));
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--header-h);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  transition: background 0.5s var(--ease), border-color 0.5s var(--ease), transform 0.3s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.hidden {
  transform: translateY(-100%);
}
.site-header.scrolled {
  background: rgba(250, 248, 245, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom-color: var(--border-sub);
}

/* Header über dem Hero – dunkle Schrift (nur Startseite via .has-dark-hero) */
.has-dark-hero .site-header:not(.scrolled) .header-logo a {
  color: #FFFFFF;
}
.has-dark-hero .site-header:not(.scrolled) .nav-list a {
  color: #FFFFFF;
  font-size: 0.85rem;
  font-weight: 600;
}
.has-dark-hero .site-header:not(.scrolled) .nav-list a:hover {
  color: #FFFFFF;
}
.has-dark-hero .site-header:not(.scrolled) .lang-toggle {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.75rem;
}
.has-dark-hero .site-header:not(.scrolled) .lang-toggle:hover,
.has-dark-hero .site-header:not(.scrolled) .lang-toggle .active {
  color: rgba(255,255,255,0.95);
}
.has-dark-hero .site-header:not(.scrolled) .hamburger span {
  background: #FFFFFF;
}
.has-dark-hero .site-header:not(.scrolled) .toggle-sun,
.has-dark-hero .site-header:not(.scrolled) .toggle-moon {
  color: rgba(255,255,255,0.70);
}

.header-logo a {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text);
}
.header-logo-combo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-logo-img {
  height: 42px;
  width: auto;
  display: block;
}
.header-logo-weddings {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text);
}
.main-nav { display: flex; align-items: center; gap: 40px; }
.nav-list { display: flex; list-style: none; gap: 36px; align-items: center; }
.nav-list a {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text);
  transition: color 0.3s;
}
.nav-list a:hover { color: var(--champagne); }
.lang-toggle {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--text);
  cursor: pointer;
  transition: color 0.3s;
}
.lang-toggle:hover { color: var(--champagne); }
.lang-toggle .active { color: var(--champagne); }

/* Header Actions (Theme Toggle + Hamburger) */
.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 4px; position: relative; z-index: 201; }
.hamburger span { display: block; width: 24px; height: 1px; background: var(--text); transition: all 0.3s var(--ease); }
.hamburger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile Menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--bg);
  z-index: 200;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: calc(var(--header-h) + 48px) 24px 120px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--font-body);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 200;
  color: var(--text);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: color 0.3s;
}
.mobile-menu a:hover { color: var(--champagne); }

/* Mobile language toggle — elegant EN · DE as first menu item */
.mobile-lang {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-muted);
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px 16px;
  white-space: nowrap;
  transition: color 0.3s;
  margin-bottom: 16px;
}
.mobile-lang .lang-en-btn,
.mobile-lang .lang-de-btn {
  transition: color 0.3s;
}
.mobile-lang .lang-en-btn.active,
.mobile-lang .lang-de-btn.active {
  color: var(--champagne);
}
.mobile-lang-dot {
  color: var(--border);
  letter-spacing: 0;
  font-size: 0.7rem;
}

/* ============================================
   HERO
   ============================================ */
.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: calc(var(--header-h) + 40px) 40px 100px;
  position: relative;
  overflow: hidden;
  background-image: none;
}

.hero-bg {
  position: absolute;
  top: -20%; left: 0; right: 0; bottom: 0;
  z-index: 0;
  background-image: url('../images/wedding-ceremony-son-marroig-mallorca-saphir-weddings.jpg');
  background-size: cover;
  background-position: center center;
  filter: brightness(1.0);
  will-change: transform;
}

/* Gradient-Overlay – minimal, nur für Textlesbarkeit links/oben */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom, rgba(10,8,6,0.18) 0%, transparent 40%),
    linear-gradient(to right, rgba(10,8,6,0.20) 0%, transparent 50%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
}
.hero-accent {
  color: #FFFFFF !important;
  font-style: italic;
}

/* Hero-Text auf dem Foto – weiß für Kontrast */
.hero .eyebrow {
  color: rgba(255,255,255,0.80) !important;
  margin-bottom: 40px;
}
.hero .hero-poem,
.hero .hero-poem p,
.hero .hero-poem span,
.hero-headline,
.hero-sub,
.hero-scroll {
  color: #FFFFFF !important;
}
.hero-tagline {
  color: #FFFFFF !important;
}
.hero .hero-actions .btn {
  color: #FFFFFF !important;
  border-color: rgba(255,255,255,0.6) !important;
}
.hero .hero-actions .btn:hover {
  border-color: #FFFFFF !important;
}
.hero .hero-actions .btn-fill {
  background: rgba(255,255,255,0.15) !important;
  border-color: rgba(255,255,255,0.7) !important;
  backdrop-filter: blur(4px);
}
.hero-fullwidth {
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.hero-fullwidth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
/* Hero-Inhalt über Overlay und Sparkle-Canvas */
.hero-eyebrow, .hero-headline, .hero-divider,
.hero-sub, .hero-actions, .hero-scroll,
.hero .eyebrow, .hero .hero-poem {
  position: relative;
  z-index: 2;
}

.hero-eyebrow { margin-bottom: 48px; }

.poem-display {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.15em;
  letter-spacing: 0.04em;
  font-style: italic;
  color: var(--text);
}

.hero-tagline {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.95) !important;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  display: block;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.hero-poem {
  font-family: var(--font-body);
  font-weight: 200;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.9;
  color: var(--text-2);
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  max-width: 32ch;
  position: relative;
  z-index: 2;
}

.hero-headline {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 10px;
  display: inline-block;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 12px 28px;
}

.hero-sub {
  font-family: var(--font-body);
  font-weight: 200;
  font-size: clamp(0.85rem, 1.3vw, 1rem);
  letter-spacing: 0.01em;
  color: var(--text-2);
  line-height: 1.6;
  margin-bottom: 48px;
}
.hero-descriptor {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}

.hero-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.hero-scroll {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 0;
  color: transparent;
  z-index: 3;
  transition: opacity 0.5s ease;
}
.hero-scroll.hidden {
  opacity: 0;
  pointer-events: none;
}
.hero-scroll::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-right: 1.5px solid rgba(255,255,255,0.7);
  border-bottom: 1.5px solid rgba(255,255,255,0.7);
  transform: rotate(45deg);
  animation: scrollArrow 1.6s ease-in-out infinite;
}
@keyframes scrollArrow {
  0%   { opacity: 0; transform: rotate(45deg) translate(-4px, -4px); }
  50%  { opacity: 1; }
  100% { opacity: 0; transform: rotate(45deg) translate(4px, 4px); }
}

/* ============================================
   INTRO
   ============================================ */
.section-intro {
  padding: 120px 40px;
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}
.section-intro .eyebrow {
  margin-bottom: 28px;
}
.section-intro .intro-headline {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.3;
  color: var(--text);
  margin: 0 0 40px;
}
.section-intro p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-2);
  line-height: 1.95;
  max-width: 580px;
  margin: 0 auto 20px;
}
.intro-brand-statement {
  font-family: var(--font-body);
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--champagne-dark);
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--border-sub);
}
.brand-pop {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.5em;
  letter-spacing: 0.04em;
  color: var(--text);
  text-transform: none;
  vertical-align: baseline;
}
[data-theme="dark"] .intro-brand-statement {
  color: rgba(238,232,237,0.90);
}
.intro-philosophy {
  text-align: left;
  max-width: 580px;
  margin: 48px auto 0;
  font-size: 0.9rem;
  line-height: 2;
  color: var(--text-2);
}
[data-theme="dark"] .brand-pop {
  color: rgba(238,232,237,0.90);
}

/* ============================================
   CURATED EDITORIAL FLOW
   ============================================ */
.section-curated {
  padding: 80px 0 100px;
}
.curated-item {
  display: block;
  margin: 0 auto 28px;
  line-height: 0;
}
.curated-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.curated-item--portrait {
  max-width: 780px;
  padding: 0 40px;
}
.curated-item--portrait img {
  max-height: 85vh;
  width: auto;
  margin: 0 auto;
  display: block;
}
.curated-item--wide {
  max-width: 1200px;
  padding: 0 40px;
}
.curated-item--wide img {
  max-height: none;
}
.curated-item--detail {
  max-width: 640px;
  padding: 0 40px;
}
.curated-item--detail img {
  max-height: none;
}
.curated-text {
  display: block;
  text-align: center;
  max-width: 640px;
  margin: 0 auto 140px;
  padding: 0 40px;
}
.curated-eyebrow {
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--text-2);
  margin-bottom: 18px;
}
.curated-statement {
  font-family: var(--font-body);
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.8;
  color: var(--text-2);
}
.curated-link {
  text-align: center;
  margin-top: 72px;
  padding: 0 40px;
}

/* ============================================
   DESTINATIONS
   ============================================ */
.section-destinations {
  padding: 120px 40px;
  border-top: 1px solid var(--border-sub);
  border-bottom: 1px solid var(--border-sub);
}
.destinations-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
.destinations-left { padding-top: 8px; }
.destinations-left h2 {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.12em;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.3;
  margin: 16px 0 24px;
}
.destinations-left p { font-size: 0.82rem; color: var(--text-2); line-height: 2; }
.destinations-right {}
.dest-list {
  display: flex;
  flex-direction: column;
}
.dest-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-sub);
  transition: border-color 0.3s;
}
.dest-item:first-child { border-top: 1px solid var(--border-sub); }
.dest-item:hover { border-bottom-color: var(--border); }
.dest-item:hover .dest-name { color: var(--sage); }
.dest-name {
  font-family: var(--font-body);
  font-style: normal;
  color: var(--seafoam);
  font-size: 1.4rem;
  font-weight: 200;
  letter-spacing: 0.12em;
  color: var(--text);
  transition: color 0.3s;
}
.dest-region {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ============================================
   ABOUT TEASER
   ============================================ */
.section-about-teaser {
  padding: 120px 40px;
}
.about-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.about-img {
  height: 600px;
  position: relative;
}
.about-img .img-ph { height: 100%; }
.about-content { }
.about-content h2 {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.12em;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  line-height: 1.3;
  margin: 16px 0 32px;
}
.about-content p {
  font-size: 0.85rem;
  color: var(--text-2);
  line-height: 2;
  margin-bottom: 24px;
}
.about-content p strong { color: var(--text); font-weight: 400; }
.about-content .btn { margin-top: 16px; }

/* ============================================
   ABOUT REVIEW SLIDER
   ============================================ */
.about-review-slider {
  max-width: 700px;
  margin: 40px auto 0;
  padding: 40px 40px 30px;
  border-top: 1px solid var(--border-sub);
  text-align: center;
  background: transparent;
  border-radius: 2px;
}
.review-slides {
  position: relative;
  min-height: 120px;
}
.review-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1.4s ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.review-slide.active {
  opacity: 1;
  pointer-events: auto;
}
.review-slide blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  line-height: 1.45;
  color: var(--text);
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  margin-bottom: 20px !important;
}
.review-slide cite {
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text);
  font-style: normal;
  text-align: center !important;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
.review-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid var(--border-sub);
}
.review-dot {
  width: 24px;
  height: 1px;
  background: var(--border-sub);
  transition: background 0.5s, width 0.5s;
  cursor: pointer;
}
.review-dot.active {
  background: var(--champagne);
  width: 36px;
}
@media (max-width: 768px) {
  .about-review-slider { padding: 50px 24px 40px; }
  .review-slides { min-height: 180px; }
}

/* Mid-page CTA */
.about-mid-cta {
  text-align: center;
  padding: 70px 40px 90px;
}
.about-mid-cta-note {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 24px;
}

/* Facts intro line */
.about-facts-intro {
  text-align: center;
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 52px;
  letter-spacing: 0.02em;
}

/* Booking highlight */
.about-booking-highlight {
  margin-top: 64px;
  text-align: center;
  padding: 48px 40px;
  border-top: 1px solid var(--border-sub);
}
.about-booking-note {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--text-muted);
  margin: 12px 0 24px;
}
.about-personal-tags {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  margin: 16px 0 28px;
}
.about-booking-year {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-style: italic;
  color: var(--text);
  margin: 12px 0 32px;
  letter-spacing: 0.05em;
}

/* ============================================
   INVESTMENT HERO IMAGE
   ============================================ */
.investment-hero-img {
  width: 100%;
  max-height: 580px;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.6s ease,
              transform 2.0s cubic-bezier(0.16, 1, 0.3, 1);
}
.investment-hero-img.visible {
  opacity: 1;
  transform: scale(1);
}
.investment-hero-img img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  display: block;
}

/* ============================================
   INVESTMENT REVIEW SLIDER
   ============================================ */
.investment-review-slider {
  max-width: 700px;
  margin: 60px auto 0;
  padding: 40px 40px 30px;
  border-top: 1px solid var(--border-sub);
  text-align: center;
  background: transparent;
  border-radius: 2px;
}
.investment-review-slider .review-slides {
  position: relative;
  min-height: 120px;
}
.investment-review-slider .review-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1.4s ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.investment-review-slider .review-slide.active {
  opacity: 1;
  pointer-events: auto;
}
.investment-review-slider .review-slide blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  line-height: 1.45;
  color: var(--text);
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  margin-bottom: 20px !important;
}
.investment-review-slider .review-slide cite {
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text);
  font-style: normal;
  text-align: center !important;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

/* ============================================
   ABOUT FACTS STANDALONE
   ============================================ */
.about-facts-section {
  padding: 80px 40px 100px;
  max-width: var(--max-w);
  margin: 0 auto;
}

/* ============================================
   MANIFESTO
   ============================================ */
.section-manifesto {
  padding: 140px 40px;
  text-align: center;
  background: transparent;
}
.manifesto-text {
  font-family: var(--font-body);
  font-weight: 200;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  line-height: 2;
  color: var(--text);
  letter-spacing: 0.03em;
  max-width: 820px;
  margin: 0 auto;
}
.manifesto-text em {
  font-style: italic;
  color: var(--text);
  letter-spacing: 0.06em;
}

/* ============================================
   QUOTE BREAKER
   ============================================ */
.quote-breaker {
  padding: 110px 40px;
  text-align: center;
  border-top: 1px solid var(--border-sub);
  border-bottom: 1px solid var(--border-sub);
}
.quote-breaker--compact {
  padding: 60px 40px;
  border-bottom: 1px solid var(--border-sub);
}
.quote-breaker--compact .quote-breaker-text {
  font-size: clamp(1.4rem, 2.4vw, 2.2rem) !important;
  max-width: 680px;
}
.quote-breaker-text {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: 1.45;
  color: var(--text);
  max-width: 820px;
  margin: 0 auto;
  letter-spacing: 0.01em;
}
/* Option A — Cormorant Garamond, filigran & romantisch */
.quote-cormorant {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem) !important;
  letter-spacing: 0.02em;
}


.quote-breaker-source {
  margin-top: 20px;
  font-family: var(--font-body);
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
}
@media (max-width: 768px) {
  .quote-breaker { padding: 80px 24px; }
  .quote-breaker-text { font-size: 1.4rem; }
}

/* ============================================
   ABOUT QUOTE
   ============================================ */
.about-quote {
  font-family: var(--font-body);
  font-weight: 200;
  font-style: italic;
  font-size: clamp(1rem, 2vw, 1.3rem);
  line-height: 1.7;
  color: var(--text-2);
  border-left: 2px solid var(--champagne);
  padding-left: 24px;
  margin: 40px 0;
}
.about-quote cite {
  display: block;
  font-style: normal;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-top: 12px;
}

/* ============================================
   TESTIMONIAL
   ============================================ */
.section-testimonial {
  padding: 120px 40px;
  background: var(--bg-2);
  text-align: center;
}
.testimonial-quote {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.08em;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  line-height: 1.5;
  color: var(--text);
  max-width: 800px;
  margin: 24px auto 40px;
}
.testimonial-author {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--champagne);
}

/* ============================================
   CTA SECTION
   ============================================ */
.section-cta {
  padding: 160px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.section-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(100,130,180,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.section-cta h2 {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.15em;
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 40px;
}
.section-cta p {
  font-size: 0.82rem;
  color: var(--text-2);
  margin-bottom: 48px;
  letter-spacing: 0.05em;
}
.cta-reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 16px;
  margin-bottom: 56px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
  color: var(--text-muted);
  letter-spacing: 0.02em;
}
.cta-review-sep {
  color: var(--border-sub);
  font-style: normal;
}
.cta-review-credit {
  display: block;
  width: 100%;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 8px;
}

/* ============================================
   FLOATING LANGUAGE TOGGLE
   ============================================ */
.lang-float {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: var(--text);
  opacity: 0.85;
  transition: opacity 0.4s, color 0.3s;
  padding: 14px 8px;
  border: 1px solid rgba(44, 36, 32, 0.2);
  border-right: none;
  border-radius: 12px 0 0 12px;
  background: rgba(250, 248, 245, 0.95);
  backdrop-filter: blur(10px);
  writing-mode: horizontal-tb;
  cursor: pointer;
}
.lang-float:hover { opacity: 1; }
.lang-float .active { color: var(--champagne); }
.lang-float:not(:hover) .active { opacity: 1; }
.lang-float .sep { opacity: 0.25; font-size: 0.5rem; font-weight: 300; }
[data-theme="dark"] .lang-float {
  background: rgba(20, 18, 16, 0.45);
  border-color: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.5);
}
[data-theme="dark"] .lang-float:hover { color: rgba(255,255,255,0.9); }
[data-theme="dark"] .lang-float .active { color: rgba(255,255,255,0.95); }
.has-dark-hero .lang-float {
  background: rgba(10, 8, 6, 0.35);
  border-color: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.45);
}

/* ============================================
   BACK TO TOP
   ============================================ */
.back-to-top {
  position: fixed;
  bottom: 90px;
  right: 28px;
  z-index: 98;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: rgba(250, 248, 245, 0.75);
  backdrop-filter: blur(10px);
  color: var(--text-muted);
  font-size: 0.85rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.4s, transform 0.4s, color 0.3s, border-color 0.3s;
}
.back-to-top.visible {
  opacity: 0.9;
  pointer-events: auto;
  transform: translateY(0);
}
.back-to-top:hover {
  opacity: 1;
  color: var(--champagne);
  border-color: var(--champagne);
}
[data-theme="dark"] .back-to-top {
  background: rgba(20, 18, 16, 0.55);
  border-color: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.5);
}
[data-theme="dark"] .back-to-top:hover {
  color: var(--champagne-light);
  border-color: var(--champagne-light);
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  padding: 48px 40px;
  border-top: 1px solid var(--border-sub);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-logo {
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.footer-nav { display: flex; gap: 32px; flex-wrap: wrap; }
.footer-nav a {
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color 0.3s;
}
.footer-nav a:hover { color: var(--text-2); }
.footer-copy {
  font-size: 0.62rem;
  color: var(--text-muted);
  letter-spacing: 0.1em;
}

/* ============================================
   PAGE HERO (inner pages)
   ============================================ */
.page-hero {
  padding: calc(var(--header-h) + 100px) 40px 80px;
  border-bottom: 1px solid var(--border-sub);
}

.contact-page .page-hero {
  background: transparent;
  padding-top: calc(var(--header-h) + 60px);
  padding-bottom: 100px;
}
.contact-page .page-hero .eyebrow {
  margin-bottom: 56px;
}
.contact-page .page-hero h1 {
  font-size: clamp(3rem, 5.5vw, 6.5rem);
  font-style: italic;
  line-height: 1.15;
}
.contact-hero-split {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: end;
}
.contact-hero-right {
  height: 720px;
  overflow: hidden;
  border-radius: 2px;
  animation: heroImageReveal 2s cubic-bezier(0.16,1,0.3,1) 0.2s both;
}
.contact-hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.page-hero h1 {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(2.8rem, 6vw, 7rem);
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text);
  max-width: 12ch;
}

.portfolio-page .page-hero {
  padding-top: calc(var(--header-h) + 48px);
  padding-bottom: 48px;
}
.portfolio-page .page-hero .eyebrow {
  margin-bottom: 28px;
}
.portfolio-page .page-hero h1 {
  font-size: clamp(2.2rem, 4.2vw, 4.8rem);
  max-width: 22ch;
}

/* --- Portfolio Immersive Hero --- */
.portfolio-immersive-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.portfolio-immersive-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.portfolio-immersive-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.05) 0%,
    rgba(0,0,0,0.12) 50%,
    rgba(0,0,0,0.60) 100%
  );
}
.portfolio-immersive-text {
  position: absolute;
  bottom: 80px;
  left: 60px;
  z-index: 2;
  color: #fff;
  max-width: 700px;
  animation: heroImageReveal 1.6s cubic-bezier(0.16,1,0.3,1) 0.3s both;
}
.portfolio-immersive-text .eyebrow {
  color: rgba(255,255,255,0.75);
  margin-bottom: 20px;
}
.portfolio-immersive-text h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: none;
}
.portfolio-immersive-text h1 em {
  font-style: italic;
  color: rgba(212, 175, 95, 0.9);
}
@media (max-width: 600px) {
  .portfolio-immersive-text {
    bottom: 60px;
    left: 28px;
    right: 28px;
  }
  .portfolio-immersive-text h1 {
    font-size: clamp(2.2rem, 8vw, 3.2rem);
  }
}

.page-hero-sub {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  font-weight: 300;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  max-width: 48ch;
  margin-top: 1.4rem;
  line-height: 1.7;
}

.investment-page .section-manifesto {
  padding-bottom: 80px;
}
.investment-page .manifesto-text {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.4rem, 2.8vw, 2.4rem);
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.investment-page .manifesto-text em {
  font-style: normal;
  letter-spacing: 0.04em;
}
[data-theme="dark"] .investment-page .manifesto-text {
  text-shadow: 0 0 30px rgba(212, 175, 95, 0.6), 0 0 80px rgba(212, 175, 95, 0.35), 0 0 160px rgba(212, 175, 95, 0.15);
  color: rgba(255, 255, 255, 0.98);
}
.investment-page .quote-breaker {
  transition-duration: 2.2s;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.investment-page .quote-breaker-text {
  transition: opacity 2s cubic-bezier(0.16,1,0.3,1) 0.3s,
              transform 2.4s cubic-bezier(0.16,1,0.3,1) 0.3s;
}
.investment-page .investment-hero-img {
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: none !important;
}
.investment-page .page-hero {
  padding-top: calc(var(--header-h) + 60px);
  padding-bottom: 100px;
}
.investment-page .page-hero .eyebrow {
  margin-bottom: 56px;
}
.investment-page .page-hero h1 {
  font-size: clamp(3.5rem, 7vw, 8rem);
  max-width: 14ch;
  line-height: 1.15;
}
.investment-hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
}
.investment-hero-right {
  height: 620px;
  overflow: hidden;
  border-radius: 2px;
}
.investment-hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.portfolio-tagline {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 24px;
  max-width: 52ch;
}

/* ============================================
   ABOUT PAGE
   ============================================ */

/* Vollbild-Hero – Portrait-Bild rechts, Text links */
.about-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100svh;
  margin-top: calc(var(--header-h) * -1);
}
.about-hero-bg {
  order: 2;
  overflow: hidden;
  min-height: 110svh;
  will-change: transform;
}
/* About Hero Split Reveal */
.about-hero .about-hero-text {
  transform: translateY(-100px);
  opacity: 0;
  transition: transform 2.6s cubic-bezier(0.16,1,0.3,1),
              opacity 2.0s ease;
}
.about-hero .about-hero-bg {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 2.6s cubic-bezier(0.16,1,0.3,1) 0.18s,
              opacity 2.0s ease 0.18s;
}
.about-hero.hero-revealed .about-hero-text,
.about-hero.hero-revealed .about-hero-bg {
  transform: translateY(0);
  opacity: 1;
}
.about-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  display: block;
}
.about-hero-text {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--header-h) + 60px) 72px 80px 72px;
  background: var(--bg);
}
.about-hero-text .eyebrow {
  margin-bottom: 24px;
}
.about-hero-text h1 {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 5.5vw, 6rem);
  font-weight: 400;
  line-height: 1.0;
  margin-bottom: 32px;
  color: var(--text);
}
.about-hero-sub {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 300;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--champagne-dark);
}
@media (max-width: 768px) {
  .about-hero { grid-template-columns: 1fr; }
  .about-hero-bg { order: 1; min-height: 70svh; }
  .about-hero-text { order: 2; padding: 60px 24px; }
  .about-hero-text h1 { font-size: clamp(2.8rem, 10vw, 4rem); }
}

/* Story-Text ohne Bild */
.about-story--textonly {
  grid-template-columns: 1fr;
  max-width: 780px;
}

/* Cinematic About Story */
.about-cinema {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 180px 40px;
  gap: 0;
}
.about-cinema-text {
  max-width: 580px;
  width: 100%;
  padding: 80px 0;
}
.about-cinema-text h2 {
  font-family: var(--font-body);
  font-weight: 200;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  line-height: 1.3;
  margin-bottom: 48px;
  letter-spacing: 0.02em;
}
.about-cinema-text p {
  font-size: 0.88rem;
  color: var(--text-2);
  line-height: 2.2;
  margin-bottom: 32px;
  font-weight: 300;
}
.about-cinema-text p strong { color: var(--text); font-weight: 400; }

.about-cinema-quote {
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 100px 40px;
  border-top: 1px solid var(--border-sub);
  border-bottom: 1px solid var(--border-sub);
  margin: 20px 0;
}
.about-cinema-quote blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--text);
  margin: 0 0 28px;
  padding: 0;
  border: none;
}
.about-cinema-quote cite {
  font-family: var(--font-body);
  font-size: 0.58rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--champagne);
  font-style: normal;
}
.about-cinema-img {
  width: 100%;
  max-width: 500px;
  margin-top: 40px;
}
.about-cinema-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .about-cinema { padding: 80px 24px; }
  .about-cinema-quote blockquote { font-size: 2.2rem; }
  .about-cinema-img { max-width: 100%; }
}

.about-story {
  padding: 100px 40px;
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 100px;
  align-items: start;
}
.about-photo { height: 700px; position: sticky; top: calc(var(--header-h) + 40px); }
.about-photo .img-ph { height: 100%; }
.about-text h2 {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  color: var(--text);
  margin: 0 0 28px;
  line-height: 1.2;
}
.about-text p {
  font-size: 0.85rem;
  color: var(--text-2);
  line-height: 2.1;
  margin-bottom: 28px;
}
.about-text p strong { color: var(--text); font-weight: 400; }
.about-facts {
  margin: 48px 0;
  padding: 40px;
  border: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.fact-label {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--champagne);
  margin-bottom: 6px;
}
.fact-value {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--text);
}

/* ============================================
   PORTFOLIO PAGE — EDITORIAL GALLERY
   ============================================ */
.gallery-editorial {
  padding: 40px 0 140px;
}

.gallery-block {
  margin-bottom: 100px;
}

/* Shared image wrapper — images at natural proportions */
.gallery-img {
  overflow: hidden;
  display: block;
  line-height: 0;
}
.gallery-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1.2s var(--ease);
}
.gallery-img:hover img {
  transform: scale(1.03);
}

/* ── Hero: full-bleed, fixed cinematic height ── */
.gallery-block--hero .gallery-img img {
  height: auto;
  object-fit: contain;
}

/* ── Solo: centered portrait with breathing room ── */
.gallery-block--solo {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

/* ── Pair: two portraits, second floats lower ── */
.gallery-block--pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
  padding: 0 40px;
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
}
.gallery-block--pair .gallery-img:last-child {
  margin-top: 120px;
}

/* ── Trio: three portraits, middle one elevated ── */
.gallery-block--trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: start;
  padding: 0 40px;
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
}
.gallery-block--trio .gallery-img:nth-child(2) {
  margin-top: 80px;
}

/* ── Wide: landscape with side breathing room ── */
.gallery-block--wide {
  padding: 0 80px;
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   INVESTMENT PAGE
   ============================================ */
.investment-intro {
  padding: 120px 40px 140px;
  max-width: 680px;
  margin: 0 auto;
  text-align: left;
}
.investment-intro p {
  font-size: 0.85rem;
  color: var(--text-2);
  line-height: 2.4;
  margin-bottom: 32px;
}
.investment-starting-price {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 40px !important;
  margin-top: -16px;
}
.investment-philosophy {
  padding: 80px 40px;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.investment-philosophy p {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.8;
  color: var(--text);
}
.investment-includes {
  padding: 40px 40px 160px;
  max-width: var(--max-w);
  margin: 0 auto;
}
.investment-includes h2 {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.12em;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 60px;
}
.includes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.include-item {
  padding: 48px 40px;
  background: rgba(106, 149, 163, 0.22);
  border: 1px solid var(--border-sub);
}
[data-theme="dark"] .include-item {
  background: var(--bg-2);
}
.include-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-style: italic;
  color: var(--champagne);
  opacity: 0.4;
  line-height: 1;
  margin-bottom: 20px;
}
.include-item h3 {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.include-item p { font-size: 0.8rem; color: var(--text-2); line-height: 1.9; }

/* ============================================
   CONTACT PAGE
   ============================================ */
.contact-section {
  padding: 0 40px 140px;
  max-width: var(--max-w);
  margin: 0 auto;
  display: block;
}
.contact-portrait {
  width: 100%;
  height: 420px;
  overflow: hidden;
  margin-bottom: 48px;
}
.contact-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.contact-info h2 {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.12em;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  line-height: 1.3;
  margin-bottom: 28px;
}
.contact-info p { font-size: 0.82rem; color: var(--text-2); line-height: 2.1; margin-bottom: 16px; }
.contact-detail {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-detail a {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color 0.3s;
}
.contact-detail a:hover { color: var(--champagne); }

.contact-info {
  animation: drift-left 0.9s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: fade-in 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.2s backwards;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  animation: fade-in 0.7s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}
.form-group:nth-child(1) { animation-delay: 0.3s; }
.form-group:nth-child(2) { animation-delay: 0.4s; }
.form-group:nth-child(3) { animation-delay: 0.5s; }
.form-group:nth-child(4) { animation-delay: 0.6s; }
.form-group:nth-child(5) { animation-delay: 0.7s; }
.form-group:nth-child(6) { animation-delay: 0.8s; }

.form-group label {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-2);
}
.form-group input,
.form-group select,
.form-group textarea {
  background: #ffffff;
  border: 1px solid rgba(44, 36, 32, 0.22);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 400;
  padding: 14px 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  resize: none;
  border-radius: 4px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--champagne);
  background: var(--bg-3);
  box-shadow: inset 0 0 0 3px rgba(175, 164, 140, 0.08);
}
.form-group input:hover,
.form-group select:hover,
.form-group textarea:hover {
  border-color: var(--champagne-light);
}
.form-group textarea { min-height: 140px; }
.form-group select { appearance: none; -webkit-appearance: none; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-submit {
  margin-top: 8px;
  animation: fade-in 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.9s backwards;
}
.form-submit .btn-fill {
  width: 100%;
  text-align: center;
  padding: 18px;
  cursor: pointer;
  font-family: var(--font-body);
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.form-submit .btn-fill::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background: radial-gradient(circle at center, rgba(175, 164, 140, 0.25) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.6s ease;
  animation: none;
  pointer-events: none;
}
.form-submit .btn-fill:hover::before {
  opacity: 1;
}
.form-personal-note {
  margin-top: 32px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--text-2);
  line-height: 2;
  text-align: center;
}
.form-personal-note em {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1em;
  color: var(--champagne);
}

.contact-image-break {
  margin: 80px auto;
  max-width: 440px;
  height: 640px;
  border-radius: 12px;
  overflow: hidden;
}
.contact-image-break img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-success {
  max-width: 680px;
  margin: 0 auto;
  padding: 80px 40px;
  text-align: center;
}
.contact-success-text {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  line-height: 1.9;
  color: var(--text);
  letter-spacing: 0.02em;
}
.contact-success-text em {
  color: var(--champagne);
  font-style: italic;
}


.contact-what-happens {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid var(--border-sub);
  text-align: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.contact-what-happens.visible {
  opacity: 1;
  pointer-events: auto;
}
.contact-what-happens h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.contact-what-happens p {
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.8;
  font-weight: 300;
}

/* --- Contact Immersive Hero --- */
.contact-immersive-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.contact-immersive-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.contact-immersive-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.08) 0%,
    rgba(0,0,0,0.10) 50%,
    rgba(0,0,0,0.55) 100%
  );
}
.contact-immersive-text {
  position: absolute;
  bottom: 80px;
  left: 60px;
  z-index: 2;
  color: #fff;
  max-width: 700px;
  animation: heroImageReveal 1.6s cubic-bezier(0.16,1,0.3,1) 0.3s both;
}
.contact-immersive-text .eyebrow {
  color: rgba(255,255,255,0.75);
  margin-bottom: 20px;
}
.contact-immersive-text h1 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: none;
  max-width: none;
}
.contact-immersive-text h1 em {
  font-style: italic;
  color: rgba(212, 175, 95, 0.9);
}

/* --- Contact Intro (centered block, left-aligned text) --- */
.contact-intro {
  max-width: 680px;
  margin: 0 auto;
  padding: 120px 40px 80px;
  text-align: left;
}
.contact-intro-portrait {
  width: 100%;
  max-width: 560px;
  height: 700px;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 80px;
}
.contact-intro-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.contact-intro h2 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--text);
  margin-bottom: 40px;
}
.contact-intro p {
  font-size: 0.85rem;
  color: var(--text);
  line-height: 2.1;
  font-weight: 400;
  margin-bottom: 52px;
}
.contact-intro-sub {
  font-size: 0.82rem;
  color: var(--text-2);
  line-height: 2;
  font-weight: 300;
  margin-bottom: 24px;
  padding-top: 28px;
  border-top: 1px solid var(--border-sub);
}
.contact-intro-alt {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.9;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 48px;
}
.contact-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.contact-links a {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-2);
  transition: color 0.3s;
}
.contact-links a:hover { color: var(--champagne); }
.contact-links-sep {
  color: var(--text-muted);
  font-size: 0.75rem;
}

/* --- Centered Form Layout --- */
.contact-form--centered {
  max-width: 680px;
  margin: 0 auto;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .theme-toggle-wrap { display: none !important; }
  .about-inner { grid-template-columns: 1fr; gap: 60px; }
  .about-img { height: 500px; position: static; }
  .destinations-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-story { grid-template-columns: 1fr; gap: 60px; }
  .about-photo { height: 500px; position: static; }
  .contact-section { grid-template-columns: 1fr; gap: 60px; }
  .curated-item--portrait { max-width: 500px; }
  .curated-item--wide { max-width: 100%; }
  .curated-item--detail { max-width: 400px; }
  .includes-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .container, .site-header { padding-left: 24px; padding-right: 24px; }
  .hero, .section-intro, .section-curated, .section-destinations,
  .section-about-teaser, .section-testimonial, .section-cta,
  .footer, .page-hero, .about-story, .portfolio-grid,
  .investment-intro, .investment-includes, .contact-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .site-header { padding-left: 20px !important; padding-right: 20px !important; }
  .header-actions { flex-shrink: 0; }
  .header-logo { flex-shrink: 1; min-width: 0; overflow: hidden; }
  .header-logo a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
  .main-nav { display: none; }
  .hamburger { display: flex; flex-shrink: 0; }
  .theme-toggle-wrap { display: none !important; }
  .lang-toggle:not(.mobile-bar-lang):not(.mobile-lang) { display: none; }
  .lang-float { display: none; }
  body { padding-bottom: 80px; }

  /* Santorini banner — volle Breite, alles sichtbar */
  .editorial-banner {
    height: auto;
  }
  .editorial-banner img {
    height: auto;
    object-fit: contain;
  }

  /* Hero eyebrow größer */
  .hero .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.18em;
  }

  .section-manifesto { padding: 72px 24px; }

  .footer-nav { flex-wrap: wrap; gap: 16px; }

  .hero-headline { font-size: clamp(3rem, 10vw, 5rem); }
  .hero-headline span:nth-child(2) { padding-left: 1ch; }
  .hero-scroll { bottom: 200px; }

  /* Bilder randlos: Section-Padding auf 0, Bilder füllen volle Breite */
  .section-curated {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .curated-item--portrait,
  .curated-item--wide,
  .curated-item--detail {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
  }
  .curated-item--portrait img,
  .curated-item--wide img,
  .curated-item--detail img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    display: block;
    margin: 0 !important;
  }
  .curated-text { padding: 0 24px; }
  .curated-link { padding: 0 24px; }

  .dest-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 28px 0;
  }
  .dest-name { font-size: 1.2rem; }
  .dest-region { font-size: 0.65rem; letter-spacing: 0.18em; margin-top: 10px; }

  .about-facts { grid-template-columns: 1fr; }

  /* Gallery mobile — single column */
  .gallery-block--pair,
  .gallery-block--offset,
  .gallery-block--pair-reverse,
  .gallery-block--trio {
    grid-template-columns: 1fr;
    padding: 0 24px;
  }
  .gallery-block--pair .gallery-img:last-child,
  .gallery-block--pair-reverse .gallery-img:first-child,
  .gallery-block--trio .gallery-img:nth-child(2) {
    margin-top: 0;
  }
  .gallery-block--solo { padding: 0 24px; }
  .gallery-block--solo .gallery-img { width: 100%; }
  .gallery-block--wide { padding: 0 24px; }
  .gallery-block--hero .gallery-img { aspect-ratio: 3 / 2; }
  .gallery-block { margin-bottom: 48px; }

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

  .form-row { grid-template-columns: 1fr; }

  .contact-immersive-text {
    bottom: 40px;
    left: 24px;
    right: 24px;
  }
  .contact-intro { padding: 64px 24px 40px; }

  .planner-facts { grid-template-columns: 1fr !important; }
  .planner-facts > div { border-right: none !important; }

  .footer { flex-direction: column; align-items: flex-start; gap: 32px; }
  .footer-nav { gap: 20px; }
}

/* ============================================
   DARK MODE – After Sunset / Before Blue Hour
   Der Moment nachdem die Sonne untergegangen ist.
   Der Himmel: tiefes Indigo-Lila mit dem letzten
   gedämpften Mauve-Rosa am Horizont.
   Nicht kitschig – cinematisch.
   ============================================ */
[data-theme="dark"] {
  --bg:              #1A1726;
  --bg-2:            #1F1C2C;
  --bg-3:            #252233;
  --bg-card:         #1C1928;
  --champagne:       #B8849A;
  --champagne-light: #CCA0B4;
  --champagne-dark:  #A07088;
  --champagne-glow:  rgba(184,132,154,0.09);
  --seafoam:         #8AA8BC;
  --sage:            #A898A8;
  --text:            #EEE8ED;
  --text-2:          #98889A;
  --text-muted:      #5E5462;
  --border:          rgba(238,232,237,0.08);
  --border-sub:      rgba(238,232,237,0.04);
}

/* Gradient: kühles Indigo oben → hauch warmes Mauve unten */
[data-theme="dark"] body {
  background: linear-gradient(170deg, #141220 0%, #1A1726 45%, #1E1528 100%);
  min-height: 100vh;
}

/* Smooth color transition for all elements */
*, *::before, *::after {
  transition: background-color 0.45s cubic-bezier(0.4,0,0.2,1),
              border-color 0.45s cubic-bezier(0.4,0,0.2,1),
              color 0.45s cubic-bezier(0.4,0,0.2,1);
}

/* Theme Toggle Wrapper */
.theme-toggle-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}
.toggle-sun,
.toggle-moon {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1;
  transition: color 0.4s;
  user-select: none;
}
[data-theme="dark"] .toggle-sun { color: var(--text-muted); }
[data-theme="dark"] .toggle-moon { color: var(--champagne); }
.toggle-sun { color: var(--champagne); }
.toggle-moon { color: var(--text-muted); }

/* Theme Toggle Button */
.theme-toggle {
  background: #FFFFFF;
  border: 1.5px solid rgba(44,36,32,0.35);
  border-radius: 20px;
  cursor: pointer;
  width: 48px;
  height: 26px;
  position: relative;
  flex-shrink: 0;
  padding: 0;
  outline: none;
  transition: background 0.4s cubic-bezier(0.4,0,0.2,1),
              border-color 0.4s cubic-bezier(0.4,0,0.2,1);
}
.theme-toggle::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(44,36,32,0.55);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1),
              background 0.4s cubic-bezier(0.4,0,0.2,1);
}
[data-theme="dark"] .theme-toggle {
  background: #2C2420;
  border-color: #FFFFFF;
}
[data-theme="dark"] .theme-toggle::before {
  transform: translateX(22px);
  background: #FFFFFF;
}
.theme-toggle:hover {
  border-color: var(--champagne);
}
/* Über dem Hero – Toggle anpassen */
.has-dark-hero .site-header:not(.scrolled) .theme-toggle {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.8);
}
.has-dark-hero .site-header:not(.scrolled) .theme-toggle::before {
  background: #FFFFFF;
}

/* ============================================
   DARK MODE ALT – Santorini Night
   Das tiefe Caldera-Navy, warmes Dorfgold
   der Lichter von Oia, das strahlende Weiß
   der gekalkten Häuser gegen den Nachthimmel.
   ============================================ */
[data-theme="tuscany"] {
  --bg:              #0C1220;
  --bg-2:            #101828;
  --bg-3:            #141E30;
  --bg-card:         #0E1424;
  --champagne:       #D4B870;
  --champagne-light: #E4CC90;
  --champagne-dark:  #B49850;
  --champagne-glow:  rgba(212,184,112,0.10);
  --seafoam:         #5AA8C8;
  --sage:            #7A9E8A;
  --text:            #F4F0E8;
  --text-2:          #8A98A8;
  --text-muted:      #5A6878;
  --border:          rgba(244,240,232,0.08);
  --border-sub:      rgba(244,240,232,0.04);
}

[data-theme="tuscany"] body {
  background: linear-gradient(170deg, #080C18 0%, #0C1220 45%, #101828 100%);
  min-height: 100vh;
}

/* ============================================
   ANIMATIONS – Editorial & Subtle
   ============================================ */

/* --- Fade Up on scroll (alle .fade-in Elemente) --- */
/* ============================================
   TEXT SHIMMER – Licht das über Zitate gleitet
   Wie Sonnenlicht auf einer edlen Oberfläche.
   ============================================ */
@keyframes textGlow {
  0%, 35%, 100% {
    color: var(--text);
    text-shadow: none;
  }
  60% {
    color: var(--champagne);
    text-shadow:
      0 0 25px rgba(175, 164, 140, 0.5),
      0 0 55px rgba(175, 164, 140, 0.15);
  }
  75% {
    color: var(--champagne-light);
    text-shadow:
      0 0 35px rgba(194, 182, 156, 0.7),
      0 0 70px rgba(175, 164, 140, 0.25);
  }
}

@keyframes textGlowDark {
  0%, 35%, 100% {
    color: var(--text);
    text-shadow: none;
  }
  60% {
    color: var(--champagne-light);
    text-shadow:
      0 0 20px rgba(184, 132, 154, 0.7),
      0 0 50px rgba(184, 132, 154, 0.3);
  }
  75% {
    color: #f0c8dc;
    text-shadow:
      0 0 30px rgba(184, 132, 154, 1),
      0 0 80px rgba(184, 132, 154, 0.4);
  }
}

.text-shimmer {
  animation: none;
  color: var(--text);
}

[data-theme="dark"] .text-shimmer {
  transition: none !important;
  animation: textGlowDark 11s ease-in-out infinite;
  animation-delay: 2s;
}

/* ============================================
   EDITORIAL BANNER (Vollbild zwischen Textblöcken)
   ============================================ */
.editorial-banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.about-editorial-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  max-width: 1200px;
  margin: 0 auto;
}
.about-editorial-pair .editorial-banner {
  height: auto;
}
.about-editorial-pair .editorial-banner img {
  object-fit: contain;
  height: auto;
  width: 100%;
  background: var(--bg-2);
}
@media (max-width: 768px) {
  .about-editorial-pair { grid-template-columns: 1fr; }
}

/* Editorial Single – centered portrait image */
.about-editorial-single {
  display: flex;
  justify-content: center;
  padding: 80px 40px;
}
.about-editorial-single img {
  width: 100%;
  max-width: 420px;
  height: 560px;
  object-fit: cover;
  object-position: center 38%;
  display: block;
}

/* Portrait divider between manifesto and facts */
.about-portrait-divider {
  display: flex;
  justify-content: center;
  padding: 80px 40px;
}
.about-portrait-divider img {
  width: 100%;
  max-width: 520px;
  height: 700px;
  object-fit: cover;
  object-position: center top;
  display: block;
}
@media (max-width: 768px) {
  .about-portrait-divider { padding: 60px 20px; }
  .about-portrait-divider img { height: 520px; }
  .about-editorial-single img { height: 420px; }
}

/* Editorial Trio – 1 groß links, 2 gestapelt rechts */
.about-editorial-trio {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4px;
  margin: 80px 0;
}
.editorial-trio-left {
  overflow: hidden;
}
.editorial-trio-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.editorial-trio-right {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.editorial-trio-placeholder {
  flex: 1;
  background: var(--bg-2);
  border: 1px dashed var(--border-sub);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}
.editorial-trio-placeholder span {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-align: center;
  line-height: 2;
}
.editorial-trio-img {
  flex: 1;
  overflow: hidden;
}
.editorial-trio-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 768px) {
  .about-editorial-trio { grid-template-columns: 1fr; }
  .editorial-trio-placeholder { min-height: 240px; }
}
.editorial-banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: transform 0.8s var(--ease);
}
@media (max-width: 768px) {
  .editorial-banner { height: 60vh; }
}

/* Ganzes Bild – nicht croppen, zentriert */
.editorial-full {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background: var(--bg);
}
.editorial-full img {
  display: block;
  max-width: 860px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .editorial-full { padding: 0 20px; }
}

/* ============================================
   MARQUEE STRIP
   ============================================ */
.marquee-strip {
  overflow: hidden;
  border-top: 1px solid var(--border-sub);
  border-bottom: 1px solid var(--border-sub);
  padding: 16px 0;
  white-space: nowrap;
  background: var(--bg);
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  animation: marqueeScroll 35s linear infinite;
  will-change: transform;
}
.marquee-track span {
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 300;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-muted);
  flex-shrink: 0;
}
[data-theme="dark"] .marquee-track span {
  color: rgba(238,232,237,0.90);
}
[data-theme="dark"] .marquee-dot {
  color: var(--champagne) !important;
}
.marquee-dot {
  color: var(--champagne) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0 !important;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.marquee-strip:hover .marquee-track {
  animation-play-state: paused;
}

/* ============================================
   WORD REVEAL – Manifesto
   ============================================ */
.word-reveal {
  display: inline-block;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1),
              transform 0.8s cubic-bezier(0.16,1,0.3,1);
}
.section-manifesto.words-visible .word-reveal {
  opacity: 1;
  transform: translateY(0);
}

/* Editorial Banner Parallax – overflow clip */
.editorial-banner {
  overflow: hidden;
}
.portfolio-portrait-break {
  display: flex;
  justify-content: center;
  padding: 80px 40px;
}
.portfolio-portrait-break img {
  width: auto;
  height: auto;
  max-height: 90vh;
  max-width: 480px;
  object-fit: contain;
  display: block;
}
.editorial-banner img {
  will-change: transform;
}

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */
.fade-in {
  opacity: 0;
  transform: translateY(56px);
  transition: opacity 1.2s cubic-bezier(0.16,1,0.3,1),
              transform 1.2s cubic-bezier(0.16,1,0.3,1);
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Drift from left */
.drift-left {
  opacity: 0;
  transform: translateX(-70px);
  transition: opacity 1.2s cubic-bezier(0.16,1,0.3,1),
              transform 1.2s cubic-bezier(0.16,1,0.3,1);
}
.drift-left.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Drift from right */
.drift-right {
  opacity: 0;
  transform: translateX(70px);
  transition: opacity 1.2s cubic-bezier(0.16,1,0.3,1),
              transform 1.2s cubic-bezier(0.16,1,0.3,1);
}
.drift-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Stagger delays */
.stagger-1 { transition-delay: 0.08s; }
.stagger-2 { transition-delay: 0.18s; }
.stagger-3 { transition-delay: 0.28s; }
.stagger-4 { transition-delay: 0.38s; }
.stagger-5 { transition-delay: 0.48s; }

/* --- Cinematic About Animations --- */

/* Text children – staggered by JS */
.anim-cinema-child {
  opacity: 0;
  transform: translateY(52px);
  transition: opacity 1.1s ease,
              transform 1.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.anim-cinema-child.visible {
  opacity: 1;
  transform: translateY(0);
}
/* Headlines get extra height + slight scale for drama */
h2.anim-cinema-child {
  transform: translateY(70px) scale(0.97);
  transition: opacity 1.2s ease,
              transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}
h2.anim-cinema-child.visible {
  transform: translateY(0) scale(1);
}

/* Images – cinematic focus-in */
.anim-image-reveal {
  opacity: 0;
  transform: scale(1.09);
  transition: opacity 1.6s ease,
              transform 2.0s cubic-bezier(0.16, 1, 0.3, 1);
}
.anim-image-reveal.visible {
  opacity: 1;
  transform: scale(1);
}

/* Pull quotes – breathe in */
.anim-quote-reveal {
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  transition: opacity 1.4s ease,
              transform 1.6s cubic-bezier(0.25, 1, 0.3, 1);
}
.anim-quote-reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* CTA Button glow pulse */
@keyframes btnGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(175, 164, 140, 0); }
  50%       { box-shadow: 0 0 18px 5px rgba(175, 164, 140, 0.35); }
}
.btn-glow {
  animation: btnGlow 3.5s ease-in-out infinite;
}
[data-theme="dark"] .btn-fill {
  animation: btnGlow 3.5s ease-in-out infinite;
  box-shadow: 0 0 18px rgba(175, 164, 140, 0.2);
}

/* --- Heartbeat --- */
@keyframes heartbeat {
  0%   { transform: scale(1); }
  10%  { transform: scale(1.06); }
  20%  { transform: scale(1); }
  30%  { transform: scale(1.04); }
  40%  { transform: scale(1); }
  100% { transform: scale(1); }
}
@keyframes heartOutlinePulse {
  0%   { transform: scale(1);    opacity: 0.45; }
  10%  { transform: scale(1.10); opacity: 0.85; }
  20%  { transform: scale(1);    opacity: 0.45; }
  30%  { transform: scale(1.07); opacity: 0.65; }
  40%  { transform: scale(1);    opacity: 0.45; }
  100% { transform: scale(1);    opacity: 0.45; }
}
.heartbeat {
  display: inline-block;
  animation: heartbeat 2.4s ease-in-out infinite;
  transform-origin: center;
  position: relative;
  z-index: 1;
}
.heartbeat-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.heart-outline {
  width: 30px;
  height: auto;
  color: var(--champagne);
  animation: heartOutlinePulse 2.4s ease-in-out infinite;
  transform-origin: center;
  pointer-events: none;
  flex-shrink: 0;
}

/* --- Hero Entrance – jedes Element leicht versetzt --- */
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(36px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-eyebrow {
  animation: heroFadeUp 1.4s cubic-bezier(0.4,0,0.2,1) 0.2s both;
}
.hero-headline {
  animation: heroFadeUp 1.6s cubic-bezier(0.4,0,0.2,1) 0.5s both;
}
.hero-sub {
  animation: heroFadeUp 1.4s cubic-bezier(0.4,0,0.2,1) 0.85s both;
}
.hero-actions {
  animation: heroFadeUp 1.4s cubic-bezier(0.4,0,0.2,1) 1.1s both;
}

/* --- Page Hero Entrance (Unterseiten) --- */
.page-hero .eyebrow {
  animation: heroFadeUp 1.2s cubic-bezier(0.4,0,0.2,1) 0.2s both;
}
.page-hero h1 {
  animation: heroFadeUp 1.5s cubic-bezier(0.4,0,0.2,1) 0.45s both;
}
.investment-hero-right {
  animation: heroImageReveal 1.6s cubic-bezier(0.4,0,0.2,1) 0.3s both;
}
@keyframes heroImageReveal {
  from { opacity: 0; transform: translateX(32px) scale(0.97); }
  to   { opacity: 1; transform: translateX(0) scale(1); }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .fade-in, .hero-eyebrow, .hero-headline, .hero-sub, .hero-actions {
    animation: none;
    transition: none;
    opacity: 1;
    transform: none;
  }
}

/* ============================================
   BLOG — Overview & Articles
   ============================================ */

/* Hero, Header & Body always visible on article pages */
.blog-article-page .article-hero,
.blog-article-page .article-header,
.blog-article-page .article-body {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* --- Category Pills --- */
.blog-cat {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--champagne-dark);
  margin-bottom: 16px;
}

/* --- Category Filter Bar --- */
.blog-filter {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  padding: 40px 40px 0;
  flex-wrap: wrap;
}
.blog-filter-btn {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: none;
  border: none;
  cursor: pointer;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: color 0.3s, border-color 0.3s;
}
.blog-filter-btn:hover,
.blog-filter-btn.active {
  color: var(--text);
  border-bottom-color: var(--champagne);
}

/* --- Featured Article --- */
.blog-featured {
  padding: 60px 40px 0;
  max-width: var(--max-w);
  margin: 0 auto;
}
.blog-card--featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--bg-card);
  overflow: hidden;
  text-decoration: none;
  transition: opacity 0.3s;
}
.blog-card--featured:hover { opacity: 0.92; }
.blog-card--featured .blog-card__img {
  height: 520px;
  overflow: hidden;
}
.blog-card--featured .blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.blog-card--featured:hover .blog-card__img img {
  transform: scale(1.04);
}
.blog-card--featured .blog-card__body {
  padding: 60px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-card--featured .blog-card__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.6rem, 2.8vw, 2.6rem);
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--text);
  margin-bottom: 20px;
}
.blog-card--featured .blog-excerpt {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--text-2);
  margin-bottom: 32px;
  max-width: 42ch;
}
.blog-card--featured .blog-meta {
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: auto;
}
.blog-read-more {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text);
  border-bottom: 1px solid var(--champagne);
  padding-bottom: 3px;
  transition: color 0.3s;
}
.blog-card--featured:hover .blog-read-more { color: var(--champagne); }

/* --- Article Grid --- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  padding: 2px 40px 80px;
  max-width: var(--max-w);
  margin: 2px auto 0;
}
.blog-card {
  display: block;
  background: var(--bg-card);
  text-decoration: none;
  overflow: hidden;
  transition: opacity 0.3s;
}
.blog-card:hover { opacity: 0.9; }
.blog-card__img {
  overflow: hidden;
}
.blog-card__img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s var(--ease);
}
.blog-card:hover .blog-card__img img {
  transform: scale(1.05);
}
.blog-card__body {
  padding: 28px 32px 36px;
}
.blog-card__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: var(--text);
  margin-bottom: 12px;
}
.blog-card__excerpt {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 0.82rem;
  line-height: 1.7;
  color: var(--text-2);
  margin-bottom: 20px;
}
.blog-card__meta {
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* --- Article Page --- */
.article-hero {
  width: 100%;
  height: 70vh;
  min-height: 440px;
  overflow: hidden;
  position: relative;
}
.article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.article-header {
  max-width: 780px;
  margin: 0 auto;
  padding: 72px 40px 48px;
  text-align: center;
}
.article-header .blog-cat {
  display: block;
  margin-bottom: 20px;
}
.article-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.15;
  letter-spacing: 0.05em;
  color: var(--text);
  margin-bottom: 28px;
}
.article-subtitle {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-2);
  margin-bottom: 32px;
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}
.article-byline {
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.article-divider {
  width: 40px;
  height: 1px;
  background: var(--champagne);
  margin: 0 auto 72px;
}
.article-body {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 40px 80px;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.9;
  color: var(--text-2);
}
.article-body h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  letter-spacing: 0.05em;
  color: var(--text);
  margin: 64px 0 20px;
  line-height: 1.3;
}
.article-body p {
  margin-bottom: 28px;
}
.article-body em {
  font-style: italic;
  color: var(--text);
}
.article-body strong {
  font-weight: 600;
  color: var(--text);
}
.article-figure {
  margin: 56px auto;
  max-width: 680px;
  padding: 0 40px;
}
.article-figure img {
  width: 100%;
  height: auto;
  display: block;
}
.article-figure--wide {
  max-width: 1100px;
  padding: 0 40px;
  margin: 72px auto;
}
.article-figure--wide img {
  height: auto;
}
.article-figure--pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 1100px;
  padding: 0 40px;
  margin: 72px auto;
}
.article-figure--pair img {
  width: 100%;
  height: auto;
  display: block;
}
.article-caption {
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 12px;
  text-align: center;
}
.article-meta {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 12px;
}
.article-cta {
  max-width: 780px;
  margin: 60px auto 20px;
  padding: 48px 40px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.article-cta p {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 300;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.article-back {
  max-width: 780px;
  margin: 32px auto 80px;
  padding: 0 40px;
  text-align: center;
}
.article-back a {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
  padding-bottom: 4px;
  transition: color 0.3s, border-color 0.3s;
}
.article-back a:hover { color: var(--champagne); border-color: var(--champagne); }
.article-pullquote {
  border-left: 2px solid var(--champagne);
  padding: 8px 0 8px 28px;
  margin: 48px 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  line-height: 1.5;
  color: var(--text);
}
.article-signature {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--text-muted);
}
.article-nav {
  max-width: 780px;
  margin: 0 auto;
  padding: 40px 40px 80px;
  display: flex;
  justify-content: center;
}
.article-nav a {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
  padding-bottom: 4px;
  transition: color 0.3s, border-color 0.3s;
}
.article-nav a:hover { color: var(--champagne); border-color: var(--champagne); }

/* --- Blog Responsive --- */
@media (max-width: 1024px) {
  .blog-card--featured {
    grid-template-columns: 1fr;
  }
  .blog-card--featured .blog-card__img {
    height: 400px;
  }
  .blog-card--featured .blog-card__body {
    padding: 40px 40px;
  }
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .blog-featured { padding: 40px 20px 0; }
  .blog-grid { grid-template-columns: 1fr; padding: 2px 20px 60px; }
  .blog-filter { padding: 32px 20px 0; gap: 20px; }
  .blog-card--featured .blog-card__body { padding: 32px 24px; }
  .blog-card--featured .blog-card__img { height: 320px; }
  .article-hero { height: 60vh; }
  .article-header { padding: 48px 24px 36px; }
  .article-body { padding: 0 24px 60px; }
  .article-figure { padding: 0 24px; }
  .article-figure img { height: auto; }
  .article-figure--wide { padding: 0 24px; margin: 48px auto; }
  .article-figure--wide img { height: auto; }
  .article-figure--pair { grid-template-columns: 1fr; padding: 0 24px; }
  .article-figure--pair img { height: auto; }
}

/* ============================================
   RESPONSIVE — MOBILE & LAPTOP FIXES
   ============================================ */

/* Laptop / MacBook (1025px–1280px): Contact & Investment hero images */
@media (max-width: 1280px) {
  .contact-hero-right { height: 540px; }
  .investment-hero-right { height: 480px; }
  .investment-hero-split { gap: 48px; }
  .contact-hero-split { gap: 40px; }
}

/* Tablet landscape / small MacBook (1025px–1024px handled above) */
@media (max-width: 1024px) {
  .contact-hero-split { grid-template-columns: 1fr; }
  .contact-hero-right { height: 420px; }
  .investment-hero-split { grid-template-columns: 1fr; }
  .investment-hero-right { height: 380px; }
}

/* Mobile (≤768px) */
@media (max-width: 768px) {
  /* Hide floating lang toggle — mobile menu handles this */
  .lang-float { display: none; }

  /* Header logo slightly smaller on mobile */
  .header-logo a { font-size: 1.1rem; letter-spacing: 0.16em; }

  /* Hide sun/moon labels — avoid emoji rendering on iOS, keep pill clean */
  .toggle-sun, .toggle-moon { display: none; }

  /* Reduce large section paddings */
  .section-intro       { padding-top: 64px; padding-bottom: 64px; }
  .section-destinations{ padding-top: 64px; padding-bottom: 64px; }
  .section-about-teaser{ padding-top: 64px; padding-bottom: 64px; }
  .section-testimonial { padding-top: 72px; padding-bottom: 72px; }
  .section-cta         { padding-top: 80px; padding-bottom: 80px; }
  .section-curated     { padding-top: 48px; padding-bottom: 72px; }
  .page-hero           { padding-top: calc(var(--header-h) + 48px); padding-bottom: 48px; }

  /* Contact & Investment hero — single column */
  .contact-hero-split     { grid-template-columns: 1fr; gap: 32px; }
  .contact-hero-right     { height: 300px; }
  .investment-hero-split  { grid-template-columns: 1fr; gap: 32px; }
  .investment-hero-right  { height: 280px; }

  /* Investment hero image */
  .investment-hero-img img { height: 320px; }

  /* About teaser */
  .about-inner { padding: 0; }

  /* Section-cta font */
  .section-cta h2 { font-size: clamp(1.6rem, 6vw, 2.4rem); }

  /* Blog card featured — cap image height */
  .blog-card--featured .blog-card__img { height: 260px; }

  /* Extra space at bottom so content doesn't hide behind mobile bar */
  body { padding-bottom: 64px; }
}

/* ============================================
   MOBILE BOTTOM BAR
   Nur auf Mobile sichtbar — immer zugänglich
   ============================================ */
.mobile-bottom-bar {
  display: none;
}

/* ============================================
   FLOATING BOTTOM-RIGHT PILL GROUP
   ENGLISH · German  |  Enquire
   Sichtbar auf Desktop + Mobile, bottom right
   Verschwindet wenn Footer sichtbar wird
   ============================================ */

.sticky-bar-wrapper {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 98;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.sticky-bar-wrapper.bar-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}
.sticky-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}
.sticky-bar > * {
  pointer-events: all;
}

/* --- Shared pill base — Milchglas ---
   Fallback: opaque background für Android/ältere Browser ohne backdrop-filter */
.mobile-bar-lang,
.mobile-bar-contact {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text);
  background: rgba(245,242,237,0.97);
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  border: 1px solid rgba(175,164,140,0.45);
  box-shadow: 0 2px 18px rgba(0,0,0,0.12);
  padding: 10px 16px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
[data-theme="dark"] .mobile-bar-lang,
[data-theme="dark"] .mobile-bar-contact {
  background: rgba(22,18,15,0.97);
  border-color: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.92);
  box-shadow: 0 2px 18px rgba(0,0,0,0.4);
}
/* Milchglas nur wenn unterstützt */
@supports (backdrop-filter: blur(1px)) {
  .mobile-bar-lang,
  .mobile-bar-contact {
    background: rgba(250,248,245,0.68);
    border-color: rgba(255,255,255,0.72);
  }
  [data-theme="dark"] .mobile-bar-lang,
  [data-theme="dark"] .mobile-bar-contact {
    background: rgba(18,15,12,0.62);
    border-color: rgba(255,255,255,0.1);
  }
}

/* --- Lang pill --- */
.mobile-bar-lang {
  gap: 6px;
}
.mobile-bar-lang:hover {
  background: rgba(250,248,245,0.88);
  border-color: rgba(175,164,140,0.65);
  box-shadow: 0 4px 22px rgba(0,0,0,0.12);
}
.mobile-bar-lang:hover .lang-en-btn,
.mobile-bar-lang:hover .lang-de-btn,
.mobile-bar-lang:hover .mobile-bar-dot { color: #2C2420; }
[data-theme="dark"] .mobile-bar-lang:hover {
  background: rgba(18,15,12,0.82);
  border-color: rgba(184,132,154,0.3);
}

.mobile-bar-lang .lang-en-btn {
  font-weight: 600;
  color: var(--text);
  transition: color 0.3s;
}
[data-theme="dark"] .mobile-bar-lang .lang-en-btn { color: rgba(255,255,255,0.9); }

.mobile-bar-lang .lang-de-btn {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  transition: color 0.3s;
}
[data-theme="dark"] .mobile-bar-lang .lang-de-btn { color: rgba(255,255,255,0.5); }

.mobile-bar-lang .lang-en-btn.active { color: var(--champagne); }
.mobile-bar-lang .lang-de-btn.active { color: var(--champagne); }
[data-theme="dark"] .mobile-bar-lang .lang-en-btn.active,
[data-theme="dark"] .mobile-bar-lang .lang-de-btn.active { color: #B8849A; }

.mobile-bar-dot {
  color: rgba(175,164,140,0.55);
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0;
}
[data-theme="dark"] .mobile-bar-dot { color: rgba(255,255,255,0.25); }

/* --- Enquire pill — Milchglas Champagner --- */
.mobile-bar-contact {
  background: rgba(175,164,140,0.48);
  border-color: rgba(255,255,255,0.65);
  border-left-color: rgba(175,164,140,0.45);
  padding: 10px 20px;
  color: #2C2420;
  font-weight: 500;
}
.mobile-bar-contact:hover {
  background: rgba(175,164,140,0.78);
  border-color: rgba(175,164,140,0.7);
  box-shadow: 0 4px 22px rgba(0,0,0,0.13);
}
[data-theme="dark"] .mobile-bar-contact {
  background: rgba(184,132,154,0.42);
  border-color: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.95);
}
[data-theme="dark"] .mobile-bar-contact:hover { background: rgba(184,132,154,0.85); }

/* --- Theme toggle pill (desktop + mobile) --- */
.mobile-bar-theme {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(245,242,237,0.97);
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  border: 1px solid rgba(175,164,140,0.45);
  box-shadow: 0 2px 18px rgba(0,0,0,0.12);
  padding: 8px 12px;
  pointer-events: all;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
[data-theme="dark"] .mobile-bar-theme {
  background: rgba(22,18,15,0.97);
  border-color: rgba(255,255,255,0.12);
  box-shadow: 0 2px 18px rgba(0,0,0,0.4);
}
@supports (backdrop-filter: blur(1px)) {
  .mobile-bar-theme {
    background: rgba(250,248,245,0.68);
    border-color: rgba(255,255,255,0.72);
  }
  [data-theme="dark"] .mobile-bar-theme {
    background: rgba(18,15,12,0.62);
    border-color: rgba(255,255,255,0.1);
  }
}
/* Sun: 4 filigrane Strahlen, kein Emoji */
.mobile-bar-sun {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--champagne);
  flex-shrink: 0;
  margin: 5px;
  box-shadow:
    0 -6px 0 0.5px var(--champagne),
    0  6px 0 0.5px var(--champagne),
   -6px 0  0 0.5px var(--champagne),
    6px 0  0 0.5px var(--champagne);
}
[data-theme="dark"] .mobile-bar-sun {
  background: rgba(255,255,255,0.3);
  box-shadow:
    0 -6px 0 0.5px rgba(255,255,255,0.3),
    0  6px 0 0.5px rgba(255,255,255,0.3),
   -6px 0  0 0.5px rgba(255,255,255,0.3),
    6px 0  0 0.5px rgba(255,255,255,0.3);
}

/* Moon: Unicode, kein Emoji */
.mobile-bar-moon {
  font-size: 0.78rem;
  line-height: 1;
  color: var(--text-muted);
}
[data-theme="dark"] .mobile-bar-moon { color: #B8849A; }

/* Toggle-Button — pointer-events explizit gesetzt für mobile Zuverlässigkeit */
.mobile-bar-theme-btn {
  width: 32px;
  height: 17px;
  border-radius: 20px;
  border: 1px solid rgba(175,164,140,0.5);
  background: rgba(175,164,140,0.15);
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
  padding: 0;
  pointer-events: all;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
[data-theme="dark"] .mobile-bar-theme-btn {
  border-color: rgba(184,132,154,0.4);
  background: rgba(184,132,154,0.15);
}
.mobile-bar-theme-btn::before {
  content: '';
  position: absolute;
  top: 2px; left: 2px;
  width: 11px; height: 11px;
  border-radius: 50%;
  background: var(--champagne);
  transition: transform 0.3s;
  pointer-events: none;
}
[data-theme="dark"] .mobile-bar-theme-btn::before {
  transform: translateX(15px);
}

/* Back-to-top: above the pill group */
.back-to-top {
  bottom: 90px;
  right: 28px;
}
