/* ================================
   Global Reset & Basics
================================ */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

/* Medien automatisch einpassen */
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Font */
@font-face {
  font-family: "Lexend";
  src: url("assets/lexend/Lexend-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

/* Theme-Variablen */
:root {
  --bg: #ffffff;
  --bg-alt: #f7f7f8;
  --text: #0c0c0d;
  --muted: #2f2f32;
  --card: #ffffff;
  --border: #e6e6eb;
  --brand: #d4a047;          /* Gold */
  --brand-soft: rgba(212, 160, 71, 0.08);
  --brand-strong: #b38734;
}

@media (prefers-color-scheme: light) {
  :root {
    --bg: #ffffff;
    --bg-alt: #f7f7f8;
    --text: #0c0c0d;
    --muted: #3b3328;
    --card: #ffffff;
    --border: #e6e6eb;
  }
}

/* Body / Hintergrund */

body {
  display: flex;
  flex-direction: column;
  flex: 1;
  font-family: "Lexend", ui-sans-serif, system-ui, -apple-system, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  background-color: var(--bg);
  color: var(--text);

  background-image: url("assets/Hintergrund.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Hintergrund-Fix für Mobile (fixed ist dort oft buggy) */
@media (max-width: 768px) {
  body {
    background-attachment: scroll;
    background-size: cover;
  }
}

main {
  flex: 1;
}

/* Links */

a {
  color: var(--brand);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Container */

.container {
  max-width: 1100px;
  margin-inline: auto;
  padding: 0 20px;
}

/* ================================
   Header / Navigation
================================ */

header {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  border-bottom: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding: 14px 14px 14px;
}

.header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
}

/* Brand + Nav-Links */

.brand,
.nav a {
  position: relative;
  display: inline-block;
  color: var(--text);
  transition:
    color 0.25s ease,
    letter-spacing 0.25s ease,
    opacity 0.25s ease;
  text-decoration: none;
}

/* Brand-Größe unabhängig von Navigation */

.brand {
  font-size: 1.8rem;
  font-weight: 550;
}

/* Goldene Unterlinie (nur für Nav, nicht Brand) */

.brand::after,
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 0%;
  height: 2px;
  background: var(--brand);
  transition: width 0.25s ease;
  opacity: 0.9;
  border-radius: 999px;
}

.brand::after {
  content: none !important;
}

/* Hover-Effekt */

.brand:hover,
.nav a:hover {
  color: var(--brand-strong);
  letter-spacing: 0.25px;
}

.nav a:hover::after {
  width: 100%;
}

/* Aktiver Link */

.nav a.active {
  color: var(--brand);
  letter-spacing: 0.25px;
}

.nav a.active::after {
  width: 100%;
  opacity: 0.9;
}

/* Wenn über Nav gehovert wird, aktiver Link leicht gedimmt */

.nav:hover a.active:not(:hover) {
  color: var(--brand);
  letter-spacing: 0.25px;
  opacity: 0.6;
}

/* Nav-Layout */

.nav {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.nav a {
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
}

/* Mobile Navigation */

.menu-btn {
  display: none;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1.5px solid var(--border);
  color: var(--text);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.1s ease,
    border-color 0.2s ease;
}

/* kleines Hamburger-Icon links im Button */
.menu-btn::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  box-shadow:
    0 -5px 0 var(--text),
    0 5px 0 var(--text);
}

/* Hover / Active States */
.menu-btn:hover {
  background: #fff;
  border-color: var(--brand, var(--border));
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.menu-btn:active {
  transform: scale(0.97);
     transform: translateY(50px);
}

/* wenn geöffnet (du setzt aria-expanded per JS) */
.menu-btn[aria-expanded="true"] {
  background: rgba(255, 255, 255, 1);
  border-color: var(--brand, var(--border));
}

/* Mobile-Layout */
@media (max-width: 600px) {
  /* Header-Container: alles erstmal links ausrichten */
  .header-inner {
    align-items: flex-start;
    width: 100%;
  }

  /* Nur die Überschrift (Brand) zentrieren */
  .brand {
    align-self: center;
    text-align: center;
    width: 100%;
  }

  /* Menübutton für Mobile sichtbar machen */
  .menu-btn {
    display: inline-flex;
    align-self: flex-end;
    transform: translateY(50px);
  }

  /* Mobile-Navigation (Burger-Menü) */
  .nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 8px;
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    width: 100%;
  }
}



/* ================================
   Buttons
================================ */

.btn {
  display: inline-block;
  background: rgba(212, 160, 71, 0.9);
  color: #1a1a1a;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid rgba(212, 160, 71, 0.3);
  backdrop-filter: blur(6px);
  transition: all 0.25s ease;
}

.btn:hover {
  background: rgba(212, 160, 71, 0.6);
  border-color: rgba(212, 160, 71, 0.3);
  transform: translateY(-1px);
  cursor: pointer;
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #1a1a1a;
  backdrop-filter: blur(6px);
}

.btn.ghost:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1.5px);
}

/* Kontakt-Button im Formular */

#contact-form button.btn {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 48px;
}

/* ================================
   Typografie & Sections
================================ */

.muted {
  color: var(--muted);
}

h1,
h2,
h3 {
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  letter-spacing: -0.25px;
}

h2 {
  font-size: 2rem;
}

.section {
  padding: 20px 0;
}

.section .container {
  text-align: center;
}

/* ================================
   Hero
================================ */

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: none;
}

.hero-full {
  min-height: 20vh;
  display: flex;
  align-items: center;
}

.hero-inner {
  padding: 80px 20px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-inner h1 {
  max-width: 900px;
  margin: 0 0 40px;
  font-size: clamp(28px, 4vw, 34px);
  line-height: 1.15;
}

.hero-inner p {
  max-width: 720px;
  margin: 0 0 40px;
  color: var(--muted);
  font-size: 1.2rem;
  opacity: 0.9;
}

.hero-meta {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--muted);
}

.hero-meta li::before {
  content: "• ";
}

.hero-bg {
  position: absolute;
  inset: auto -20px 0 -20px;
  height: 220px;
}

/* Speziell für Objekte-Hero */

.hero-objekte {
  padding-top: 8px;
  padding-bottom: 0;
}

.hero-objekte .hero-inner {
  padding: 0;
}

/* CTA-Container */

.cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* ================================
   Generic Cards
================================ */

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 16px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.card {
  padding: 32px 24px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; /* NEU: verteilt Inhalt vertikal */
  min-height: 260px;              /* etwas höher, damit alle Texte reinpassen */
}


.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Badge */

.badge {
  display: inline-block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-strong);
  margin-bottom: 8px;
}

.card h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.card p {
  margin: 0 0 8px;
}

.price-small {
  margin-top: auto; 
  font-weight: 700;
}

/* Responsive Card-Grid */

@media (max-width: 900px) {
  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .cards {
    grid-template-columns: 1fr;
  }
}

/* ================================
   Pricing
================================ */

.pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 20px;
  margin: 24px 0 10px;
  align-items: stretch;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .pricing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .pricing {
    grid-template-columns: 1fr;
  }
}

.price-card {
  position: relative;
  padding: 40px 18px 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f9f7f2 100%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
  align-items: stretch;
}

.price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.price-card h2 {
  margin: 0;
  font-size: 1.1rem;
  text-align: center;
}

.price {
  font-size: 1.9rem;
  font-weight: 700;
  color: #000;
  margin: 6px 0 4px;
  text-align: center;
}

.price::after {
  content: "";
  display: block;
  width: 175px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand);
  margin: 8px auto 0;
}

/* Preis-Features */

.price-card ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.price-card ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.5;
}

.price-card ul li::before {
  content: "●";
  font-size: 0.6rem;
  color: var(--brand);
}

/* Populäres Paket hervorheben */

.price-card.popular {
  position: relative;
  border: 1.5px solid var(--brand);
  background: linear-gradient(135deg, #fffaf0 0%, #f8efdc 100%);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}

.price-card.popular::before {
  content: "Bestes Engagement";
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--brand);
  color: #000;
  font-weight: 600;
}

.price-card.popular:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

/* Korrekturschleife-Tooltip */

.info-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  cursor: help;
}

.info-tooltip-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--brand);
  font-size: 0.75rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-strong);
  background: #fff;
}

.info-tooltip-text {
  position: absolute;
  left: 50%;
  bottom: 135%;
  transform: translateX(-50%) translateY(4px);
  padding: 8px 10px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid var(--border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  font-size: 0.8rem;
  color: var(--muted);
  width: min(260px, 70vw);
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 20;
}

/* kleiner Pfeil unterhalb der Box */
.info-tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

/* Desktop: Hover zeigt Tooltip weiterhin an */
.info-tooltip:hover .info-tooltip-text,
.info-tooltip.is-open .info-tooltip-text {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}


/* ================================
   Objekte-Seite (Listings)
================================ */

/* Grid der Objekt-Cards */

.objects-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.object-card {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 560px) {
  .object-card {
    flex: 0 0 100%;
  }
}

.object-card .cta-bottom {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  justify-content: center;
}

/* Video-Wrapper (z.B. YouTube Showreel / 16:9) */

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #000;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

/* Instagram-Wrapper (Embed) */

.ig-wrapper {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #000;
  margin-bottom: 8px;
}

.ig-wrapper .instagram-media {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

/* Ticks-Liste */

.ticks {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: grid;
  gap: 6px;
}

.ticks li {
  padding-left: 28px;
  position: relative;
  text-align: left;
}

.ticks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand);
}

/* Filter-Chips */

/* Filter-Chips */

.chip {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.3);
  padding: 6px 14px;
  font-size: 0.85rem;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: all 0.2s ease;

  /* 🔥 Fix: Textfarbe für Mobile-Browser erzwingen */
  color: var(--muted);
  -webkit-text-fill-color: var(--muted);
  -webkit-appearance: none;
  appearance: none;
}

.chip:hover {
  background: rgba(255, 255, 255, 0.6);
}

.chip.active {
  background: var(--brand);
  border-color: var(--brand);
  color: #000;
  -webkit-text-fill-color: #000;
}

/* Optional, für schöneren Fokusrahmen bei Tastaturbedienung */
.chip:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(212, 160, 71, 0.25);
}


.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

/* ================================
   REELS (9:16 Preview mit Button-Hover)
   – nur für listings.html relevant
================================ */

.reel-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 177%; /* 9:16 */
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #000;
  margin-bottom: 8px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Wrapper hebt sich beim Hover leicht an, Bild & Button bleiben optisch gleich */
.reel-wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

/* Thumbnail bleibt unverändert, kein Zoom, kein Filter */
.reel-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Play-Button zentriert, reagiert NUR auf Hover über den Button selbst */
.reel-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #000;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  transition: all 0.35s ease;
}

/* Nur direkter Hover auf dem Play-Button löst Glow & Scale aus */
.reel-play:hover {
  background: rgba(255, 255, 255, 1);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 0 25px rgba(255, 215, 140, 0.9);
  animation: reel-glow 1.8s ease-in-out infinite;
}

@keyframes reel-glow {
  0%, 100% {
    box-shadow: 0 0 25px rgba(255, 215, 140, 0.6);
  }
  50% {
    box-shadow: 0 0 35px rgba(255, 215, 140, 0.9);
  }
}

/* ================================
   Kontaktformular
================================ */

/* ================================
   Kontaktformular – NEU
================================ */

.contact-form {
  max-width: 520px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.form-row label,
.form-label {
  font-size: 0.9rem;
  font-weight: 500;
}

.form-row input,
.form-row textarea {
  border-radius: 8px;
  border: 1px solid var(--border);
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.9);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

/* Fokus-Stile für Inputs/Textareas */
.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(212, 160, 71, 0.18);
  background-color: #fff;
}

/* Checkbox-Zeile */
.checkbox-row {
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.checkbox-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.questionnaire {
  margin-top: 16px;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);

  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-4px);
  display: block;
  transition:
    max-height 0.35s ease,
    opacity 0.35s ease,
    transform 0.35s ease,
    padding-top 0.35s ease,
    padding-bottom 0.35s ease;
}

/* geöffneter Zustand */
.questionnaire.is-open {
  padding-top: 18px;
  padding-bottom: 20px;
  max-height: 2000px;
  opacity: 1;
  transform: translateY(0);
}

.questionnaire h2 {
  font-size: 1.05rem;
  margin: 0 0 6px;
}

.questionnaire .muted {
  font-size: 0.86rem;
  margin-bottom: 12px;
}

/* jede Frage bekommt mehr Luft + dezente Trennung */
.questionnaire .form-row {
  margin-top: 14px;
  padding-top: 6px;
}

/* feine Linie zwischen den Fragen, außer der ersten */
.questionnaire .form-row + .form-row {
  border-top: 1.5px solid rgba(212, 160, 71, 0.25);
}

/* Labels in der Questionnaire etwas prominenter */
.questionnaire .form-row label,
.questionnaire .form-label {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* ================================
   Options-Chips statt Select
================================ */

.option-group {
  border: 0;
  padding: 0;
  margin: 0;
}

.option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

/* Nur etwas mehr Luft, aber kein eigener Hintergrund */
.questionnaire .form-row:has(.option-group) .option-list {
  margin-top: 8px;       /* etwas mehr Abstand nach oben */
  padding: 0;            /* kein Innenabstand */
  border-radius: 0;      /* keine extra „Karte“ */
  background: transparent;
}

/* Radio verstecken, aber zugänglich lassen */
.option-pill input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Sichtbarer Chip – Grundzustand */
.option-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  border: 1.5px solid rgba(212, 160, 71, 0.25);   /* goldene Umrandung */
  background: rgba(255, 255, 255, 0.85);        /* helles Weiß */
  color: var(--muted);                          /* dezenter Text */

  padding: 6px 12px;
  font-size: 0.85rem;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
}

.option-pill span {
  white-space: nowrap;
}

/* Hover-Effekt – stärkerer Gold-Look */
.option-pill:hover {
  background: var(--brand-soft);                /* leicht goldiger Hintergrund */
  border-color: var(--brand-strong);            /* etwas dunkleres Gold */
  color: var(--text);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}

/* Aktiver (ausgewählter) Zustand – noch deutlicher */
.option-pill:has(input[type="radio"]:checked) {
  background: var(--brand);                     /* voll Gold hinterlegt */
  border-color: var(--brand-strong);
  color: #000;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.option-pill input[type="radio"]:checked + span {
  color: #000;
  font-weight: 600;
}

/* Visually hidden Helper */
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}



.privacy-note {
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

.contact-link {
  color: #c19d53;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.contact-link:hover {
  color: #000;
}

.contact-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}


/* ================================
   About (Über mich)
================================ */

.about {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 50px;
  align-items: start;
  text-align: left;
}

.about-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 680px) {
  .about {
    grid-template-columns: 1fr;
  }
}

.about {
  max-width: 1200px;
}

/* ================================
   Footer
================================ */

.site-footer {
  padding: 40px 0;
  background: rgba(255, 255, 255, 0.85);
  border-top: 1px solid var(--border);
}

.site-footer a {
  color: var(--brand);
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: var(--brand-strong); /* dein dunkleres Gold */
}
.footer-inner {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: var(--muted);
}

/* Sections und Footer auf transparentem Body-Hintergrund */

footer,
.section,
.section.alt,
main {
  background: transparent !important;
}

.site-header {
  position: relative;
}

/* Social-Icons oben rechts im Header */
.site-header .social-links {
  position: absolute;
  right: 36px;          /* Abstand zum rechten Rand */
  top: 70%;
  transform: translateY(-50%);
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

/* Basiszustand der Icons */
.site-header .social-links .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* nur für die Scale-Animation, kein Hintergrund, kein Schatten */
  transition: transform 0.2s ease-in-out;
}

/* Bild im Icon */
.site-header .social-links .social-icon img {
  display: block;
  width: 24px;
  height: 24px;
}

/* Hover: nur leichtes Vergrößern */
.site-header .social-links .social-icon:hover {
  transform: scale(1.1);
}

/* Optional: auf sehr kleinen Screens nach unten packen */
@media (max-width: 640px) {
  .site-header .social-links {
    position: static;
    transform: none;
    margin-top: 0.75rem;
    justify-content: center;
  }
}

/* ================================
   FAQ – Accordion mit Animation
================================ */

.faq {
  max-width: 600px;
  margin: 20px auto 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Frage-Button */
.faq-question {
  width: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  padding: 12px 16px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font: inherit;
  color: var(--text);
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.1s ease;
}

.faq-question:hover {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  transition: transform .25s ease;
  box-shadow: transform .25s ease;

}

/* Plus-/Minus-Icon */
.faq-icon {
  flex-shrink: 0;
  font-size: 1.1rem;
  line-height: 1;
  transition: transform 1.2s ease, opacity 0.2s ease;
}

/* Antwort-Ghostbox */
.faq-answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-4px);
  padding: 0 14px;
  transition:
    max-height 1.5s ease,
    opacity .5s ease,
    transform 1s ease,
    padding-top 0.25s ease,
    padding-bottom 0.25s ease;
}

.faq-answer > p {
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Geöffnete Frage */
.faq-item.is-open .faq-answer {
  max-height: 300px; /* reicht locker für 2–3 Zeilen Text */
  opacity: 1;
  transform: translateY(0);
  padding-top: 8px;
  padding-bottom: 10px;
}

/* Icon rotiert zu "Minus" */
.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
  opacity: 0.9;
}


