/* =========================================================
   FESTHELDEN — INDEX (Startseite) · atmosphärisch
========================================================= */

/* ---------- NAV ---------- */
.nav{
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 90;
  transition: background .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled{
  background: rgba(255,255,255,0.90);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.nav-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
}
.nav-brand{ display: inline-flex; align-items: baseline; gap: 10px }
.nav-mark{
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1;
  color: var(--dark);
  transition: color .35s var(--ease);
}
.nav-tag{
  font-size: 10px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold-deep);
  padding: 4px 9px;
  border: 1px solid var(--line-strong);
  border-radius: 99px;
  transition: color .35s, border-color .35s;
}
.nav-links{ display: flex; align-items: center; gap: 30px }
.nav-links > a:not(.btn){
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-700);
  position: relative;
  transition: color .2s;
}
.nav-links > a:not(.btn)::after{
  content: ""; position: absolute; left: 0; bottom: -6px;
  width: 0; height: 2px; background: var(--gold);
  transition: width .3s var(--ease);
}
.nav-links > a:not(.btn):hover{ color: var(--ink-900) }
.nav-links > a:not(.btn):hover::after{ width: 100% }
.nav-cta{ padding: 11px 20px; font-size: 13px }

/* Nav über dunklem Hero (heller Text) */
.nav.over-dark .nav-mark{ color: #fff }
.nav.over-dark .nav-tag{ color: var(--gold-bright); border-color: rgba(255,255,255,0.30) }
.nav.over-dark .nav-links > a:not(.btn){ color: rgba(255,255,255,0.86) }
.nav.over-dark .nav-links > a:not(.btn):hover{ color: #fff }
.nav.over-dark .nav-burger span{ background: #fff }

.nav-burger{ display: none; flex-direction: column; gap: 5px; width: 28px; padding: 4px }
.nav-burger span{ height: 2px; width: 100%; background: var(--ink-900); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s, background .3s }
.nav-burger.open span:nth-child(1){ transform: translateY(7px) rotate(45deg) }
.nav-burger.open span:nth-child(2){ opacity: 0 }
.nav-burger.open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg) }

/* ---------- HERO (Foto, immersiv) ---------- */
.hero{
  position: relative;
  min-height: min(100dvh, 940px);
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  color: #fff;
  overflow: hidden;
}
/* zusätzliche Verdunklung links für Textlesbarkeit */
.hero-veil{
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(26,27,14,0.72) 0%, rgba(26,27,14,0.35) 48%, transparent 78%);
}
.hero-grid{
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  width: 100%;
}
.hero-content .eyebrow{ margin-bottom: 22px }
.hero h1{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(58px, 8.5vw, 120px);
  line-height: 1.0;
  letter-spacing: 0;
  color: #fff;
  padding-bottom: .08em;
  text-shadow: 0 4px 40px rgba(0,0,0,0.35);
}
.hero h1 em{ font-style: normal; color: var(--gold-bright) }
.hero-desc{
  margin-top: 22px;
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255,255,255,0.86);
  max-width: 30em;
  line-height: 1.65;
}
.hero-ctas{ margin-top: 36px; display: flex; flex-wrap: wrap; gap: 14px }

/* Weißes Logo direkt über dem Weinberg (ohne Container) */
.hero-visual{ position: relative; display: flex; justify-content: center; align-items: center }
.hero-logo-img{
  width: 100%;
  max-width: 480px;
  height: auto;
  filter: drop-shadow(0 16px 48px rgba(0,0,0,0.50));
}

/* ---------- SECTION HEAD ---------- */
.section-head{ max-width: 720px; margin-bottom: clamp(40px, 5vw, 64px) }
.section-head .eyebrow{ margin-bottom: 20px }
.section-head h2{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1.0;
  color: var(--ink-900);
  padding-bottom: .06em;
}
.section-head h2 em{ font-style: normal; color: var(--gold) }
.section-head p{ margin-top: 18px; font-size: 17px; color: var(--ink-500); max-width: 56ch }

/* ---------- USP BAND (Foto, dunkel) ---------- */
.usp{
  position: relative;
  background: var(--gradient);
  color: #fff;
  padding: clamp(64px, 8vw, 104px) 0;
}
.usp-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 4vw, 56px);
}
.usp-item{ padding-left: 0 }
.usp-ico{
  width: 54px; height: 54px;
  border-radius: 14px;
  display: grid; place-items: center;
  background: rgba(208,159,79,0.14);
  border: 1px solid rgba(208,159,79,0.30);
  color: var(--gold-bright);
  margin-bottom: 20px;
}
.usp-ico svg{ width: 26px; height: 26px }
.usp-item h3{ color: #fff; font-size: 22px; margin-bottom: 10px }
.usp-item p{ color: rgba(255,255,255,0.74); font-size: 15px; line-height: 1.65 }

/* ---------- CATEGORIES (Bento) ---------- */
.categories{ background: var(--cream-mist, var(--cream)); }
.cat-bento{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.cat-card{
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .25s;
  overflow: hidden;
}
.cat-card:hover{ transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--gold-soft) }
.cat-card .cat-icon{ width: 40px; height: 40px; color: var(--gold); margin-bottom: 18px; transition: transform .35s var(--ease) }
.cat-card:hover .cat-icon{ transform: scale(1.08) rotate(-3deg) }
.cat-card h3{ font-size: 18px; margin-bottom: 8px; color: var(--ink-900) }
.cat-card p{ font-size: 13.5px; color: var(--ink-500); line-height: 1.55; flex: 1 }
.cat-cta{
  display: inline-flex; align-items: center; gap: 7px;
  margin-top: 16px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.04em;
  color: var(--gold-deep);
}
.cat-cta svg{ width: 14px; height: 14px; transition: transform .3s var(--ease) }
.cat-card:hover .cat-cta svg{ transform: translateX(4px) }

/* Feature tiles (Foto, dunkel) */
.cat-card.feature{
  background: var(--white);
  border-color: var(--line);
  min-height: 248px;
}
.cat-card.feature .cat-card-top{ display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: auto }
.cat-card.feature .cat-icon{ width: 46px; height: 46px; color: var(--gold); margin: 0 }
.cat-card.feature .cat-num{ font-family: var(--font-body); font-size: 13px; font-weight: 700; color: var(--ink-300); letter-spacing: 0.1em }
.cat-card.feature .cat-card-body{ margin-top: 22px }
.cat-card.feature h3{ color: var(--ink-900); font-size: 23px }
.cat-card.feature p{ color: var(--ink-500) }
.cat-card.feature .cat-cta{ color: var(--gold-deep) }

/* ---------- FEATURED (asymmetrisch) ---------- */
.featured{ background: var(--white) }
.featured-grid{
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}
.feature-card{
  position: relative;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.feature-card:hover{ transform: translateY(-4px); box-shadow: var(--shadow) }
.feature-card.lead{
  grid-row: span 2;
  background: var(--dark);
  color: #fff;
  border-color: transparent;
  padding: clamp(32px, 4vw, 46px);
  min-height: 420px;
}
.feature-badge{
  align-self: flex-start;
  font-size: 11px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase;
  color: var(--gold-deep);
  background: var(--gold-soft);
  padding: 6px 12px; border-radius: 99px;
  margin-bottom: 18px;
}
.feature-card.lead .feature-badge{ background: rgba(208,159,79,0.18); color: var(--gold-bright) }
.feature-card h3{ font-size: 22px; line-height: 1.15; margin-bottom: 10px; color: var(--ink-900) }
.feature-card.lead h3{ color: #fff; font-size: clamp(26px, 3vw, 38px) }
.feature-card .sub{ font-size: 14.5px; color: var(--ink-500); line-height: 1.6 }
.feature-card.lead .sub{ color: rgba(255,255,255,0.82); font-size: 16px }
.feature-stats{ display: flex; gap: 36px; margin: 26px 0 }
.feature-stats .lbl{ display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.6); margin-bottom: 4px }
.feature-stats .val{ font-size: 22px; font-weight: 700; color: #fff }
.feature-foot{ margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line) }
.feature-card.lead .feature-foot{ border-top-color: rgba(255,255,255,0.18) }
.feature-price{ display: flex; align-items: baseline; gap: 8px }
.feature-price .num{ font-size: 30px; font-weight: 800; color: var(--gold-deep) }
.feature-card.lead .feature-price .num{ color: var(--gold-bright); font-size: 40px }
.feature-price .per{ font-size: 14px; color: var(--ink-400); font-weight: 600 }
.feature-card.lead .feature-price .per{ color: rgba(255,255,255,0.65) }
.feature-note{ display: block; margin-top: 8px; font-size: 12.5px; color: var(--ink-400) }
.feature-card.lead .feature-note{ color: rgba(255,255,255,0.6) }

/* ---------- STATS PARALLAX BAND ---------- */
.stats-band{
  position: relative;
  color: #fff;
  padding: clamp(72px, 9vw, 120px) 0;
  text-align: center;
}
.stats-band-kicker{
  font-family: var(--font-display);
  font-size: clamp(26px, 3.4vw, 44px);
  color: #fff;
  max-width: 18ch;
  margin: 0 auto clamp(36px, 4vw, 56px);
  line-height: 1.1;
}
.stats-band .stats-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px }
.stats-band .stat-block .num{ font-size: clamp(44px, 5.5vw, 72px); font-weight: 800; color: #fff; line-height: 1; letter-spacing: -0.03em }
.stats-band .stat-block .num sup{ font-size: 0.4em; color: var(--gold-bright); font-weight: 700; top: -1.2em }
.stats-band .stat-block .lbl{ margin-top: 12px; font-size: 13px; font-weight: 600; letter-spacing: 0.04em; color: rgba(255,255,255,0.72); text-transform: uppercase }

/* ---------- ABOUT (split) ---------- */
.about{ background: var(--white) }
.about-grid{ display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(40px, 6vw, 88px); align-items: center }
.about-text .eyebrow{ margin-bottom: 20px }
.about-text h2{
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(36px, 4.5vw, 60px); line-height: 1.02; color: var(--ink-900);
  padding-bottom: .06em;
}
.about-text h2 em{ font-style: normal; color: var(--gold) }
.about-text p{ margin-top: 18px; color: var(--ink-700); font-size: 16px; line-height: 1.7 }
.about-points{ list-style: none; margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px }
.about-points li{ display: flex; align-items: center; gap: 12px; font-size: 14.5px; font-weight: 600; color: var(--ink-700) }
.about-points .n{ font-size: 12px; font-weight: 800; color: var(--gold); width: 24px }

.about-card{
  position: relative;
  background: var(--gradient);
  color: #fff;
  border-radius: var(--radius-xl);
  padding: clamp(40px, 4.5vw, 60px) clamp(28px, 3vw, 44px);
  text-align: center;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.about-card.leaf-frame::before{ width: 108px; left: 0; bottom: 0; top: auto; right: auto }
.about-card.leaf-frame::after{ width: 108px; right: 0; top: 0; left: auto; bottom: auto }
.about-card-badge{
  position: relative; z-index: 1;
  display: inline-block;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-bright);
  border: 1px solid rgba(255,255,255,0.24);
  padding: 6px 14px; border-radius: 99px;
  margin-bottom: 24px;
}
.about-card-mark{ position: relative; z-index: 1; font-family: var(--font-display); font-size: clamp(52px, 7vw, 86px); line-height: 1; color: #fff }
.about-card-tag{ position: relative; z-index: 1; margin-top: 6px; font-size: 13px; color: rgba(255,255,255,0.74); letter-spacing: 0.02em }
.about-card-meta{ position: relative; z-index: 1; margin-top: 26px; display: flex; flex-direction: column; gap: 8px }
.about-card-meta a{ font-size: 15px; font-weight: 600; color: rgba(255,255,255,0.92); transition: color .2s }
.about-card-meta a:hover{ color: var(--gold-bright) }

/* ---------- ANFRAGE / FORM ---------- */
.anfrage{ background: var(--cream) }
.anfrage-grid{ display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(36px, 5vw, 72px); align-items: start }
.anfrage-text h2{ font-family: var(--font-display); font-weight: 400; font-size: clamp(34px, 4.2vw, 56px); line-height: 1.02; color: var(--ink-900); padding-bottom: .06em }
.anfrage-text h2 em{ font-style: normal; color: var(--gold) }
.anfrage-text p{ margin-top: 16px; color: var(--ink-700); font-size: 16px; line-height: 1.7 }
.anfrage-info{ list-style: none; margin-top: 32px; display: flex; flex-direction: column; gap: 18px }
.anfrage-info li{ display: flex; align-items: center; gap: 16px }
.anfrage-info .ico{ width: 46px; height: 46px; border-radius: 12px; background: var(--white); border: 1px solid var(--line); color: var(--gold-deep); display: grid; place-items: center; flex-shrink: 0 }
.anfrage-info .ico svg{ width: 20px; height: 20px }
.anfrage-info .label{ font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-400); font-weight: 700 }
.anfrage-info .value{ font-size: 16px; font-weight: 700; color: var(--ink-900) }

.anfrage-form{ background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: clamp(26px, 3vw, 40px); box-shadow: var(--shadow-sm) }
.form-row{ display: grid; grid-template-columns: 1fr 1fr; gap: 16px }
.form-field{ display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px }
.form-field label{ font-size: 13px; font-weight: 700; color: var(--ink-700) }
.form-input{
  width: 100%;
  padding: 13px 15px;
  border: 1.5px solid var(--line-strong);
  border-radius: var(--radius);
  font-size: 15px;
  color: var(--ink-900);
  background: var(--white);
  transition: border-color .2s, box-shadow .2s;
}
.form-input::placeholder{ color: var(--ink-400) }
.form-input:focus{ outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px var(--gold-soft) }
textarea.form-input{ min-height: 120px; resize: vertical; line-height: 1.6 }
.form-submit{ width: 100%; margin-top: 8px }
.form-note{ margin-top: 14px; font-size: 12px; color: var(--ink-400); text-align: center }

/* ---------- CTA BAND (Foto) ---------- */
.cta-block{
  position: relative;
  background: var(--gradient);
  color: #fff;
  padding: clamp(80px, 10vw, 140px) 0;
}
.cta-inner{ position: relative; z-index: 1; max-width: 760px; text-align: center; margin-inline: auto }
.cta-inner h2{ font-family: var(--font-display); font-weight: 400; font-size: clamp(40px, 5.4vw, 76px); line-height: 1.02; color: #fff; padding-bottom: .06em }
.cta-inner h2 em{ font-style: normal; color: var(--gold-bright) }
.cta-inner p{ margin-top: 20px; color: rgba(255,255,255,0.82); font-size: 17px; line-height: 1.7 }
.cta-ctas{ margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center }
.cta-meta{ margin-top: 40px; display: flex; flex-wrap: wrap; gap: 14px 28px; justify-content: center }
.cta-meta span{ display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.74) }
.cta-meta svg{ width: 16px; height: 16px; color: var(--gold-bright) }

/* ---------- FOOTER ---------- */
.footer{ position: relative; background: var(--cream); color: var(--ink-700); padding: clamp(56px, 7vw, 88px) 0 32px; overflow: hidden; border-top: 1px solid var(--cream-deep) }
.footer-grid{ display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid var(--line) }
.footer-mark{ font-family: var(--font-display); font-size: 40px; color: var(--dark); line-height: 1; margin-bottom: 18px }
.footer-brand p{ font-size: 14px; line-height: 1.7; max-width: 38ch; color: var(--ink-500) }
.footer-col h4{ color: var(--ink-900); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px }
.footer-col .lead{ color: var(--gold-deep); font-weight: 700; font-size: 17px; margin-bottom: 12px }
.footer-col ul{ list-style: none; display: flex; flex-direction: column; gap: 9px }
.footer-col a{ font-size: 14px; color: var(--ink-500); transition: color .2s }
.footer-col a:hover{ color: var(--gold-deep) }
.footer-bottom{ display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; padding-top: 26px; font-size: 13px; color: var(--ink-400) }
.footer-bottom .credit{ color: var(--gold-deep) }

/* ---------- CART FAB (index) ---------- */
.cart-fab{
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 88;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  display: grid; place-items: center;
  box-shadow: var(--shadow-gold);
  transform: scale(0) translateY(20px);
  opacity: 0;
  transition: transform .4s var(--ease), opacity .3s, background .2s;
}
.cart-fab.visible{ transform: scale(1) translateY(0); opacity: 1 }
.cart-fab:hover{ background: var(--gold-deep) }
.cart-fab svg{ width: 24px; height: 24px }
.cart-fab-count{
  position: absolute; top: -4px; right: -4px;
  min-width: 22px; height: 22px; padding: 0 6px;
  border-radius: 99px;
  background: var(--dark);
  color: #fff;
  font-size: 12px; font-weight: 800;
  display: grid; place-items: center;
  border: 2px solid var(--white);
}

/* ---------- CART TOAST (index) ---------- */
.cart-toast{
  position: fixed;
  left: 50%; bottom: 28px;
  transform: translateX(-50%) translateY(140%);
  z-index: 95;
  display: flex; align-items: center; gap: 10px;
  background: var(--ink-900); color: #fff;
  padding: 14px 20px; border-radius: 99px;
  box-shadow: var(--shadow-lg);
  font-size: 14px; font-weight: 600;
  transition: transform .45s var(--ease);
  max-width: calc(100vw - 32px);
}
.cart-toast.show{ transform: translateX(-50%) translateY(0) }
.cart-toast svg{ width: 18px; height: 18px; color: var(--gold-bright); flex-shrink: 0 }

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1024px){
  .hero{ min-height: auto; padding-top: 116px }
  .hero-grid{ grid-template-columns: 1fr; gap: 40px }
  .hero-visual{ order: -1; max-width: 420px; margin: 0 auto }
  .cat-bento{ grid-template-columns: repeat(2, 1fr) }
  .featured-grid{ grid-template-columns: 1fr; grid-template-rows: none }
  .feature-card.lead{ grid-row: auto; min-height: auto }
  .about-grid{ grid-template-columns: 1fr; gap: 44px }
  .anfrage-grid{ grid-template-columns: 1fr; gap: 40px }
  .footer-grid{ grid-template-columns: 1fr 1fr; gap: 32px }
}

@media (max-width: 860px){
  .nav-burger{ display: flex }
  .nav-links{
    position: fixed;
    top: 74px; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 16px var(--pad-x) 26px;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0; pointer-events: none;
    transition: transform .3s var(--ease), opacity .3s;
  }
  .nav-links.open{ transform: translateY(0); opacity: 1; pointer-events: auto }
  .nav.over-dark .nav-links > a:not(.btn){ color: var(--ink-700) }
  .nav-links > a:not(.btn){ padding: 12px 4px; border-bottom: 1px solid var(--line) }
  .nav-links > a:not(.btn)::after{ display: none }
  .nav-cta{ margin-top: 12px; justify-content: center }
  .usp-grid{ grid-template-columns: 1fr; gap: 26px }
  .stats-band .stats-grid{ grid-template-columns: 1fr 1fr; gap: 32px 16px }
  .about-points{ grid-template-columns: 1fr }
}

@media (max-width: 560px){
  .cat-bento{ grid-template-columns: 1fr }
  .form-row{ grid-template-columns: 1fr }
  .footer-grid{ grid-template-columns: 1fr; gap: 30px }
  .footer-bottom{ flex-direction: column; gap: 8px }
  .feature-stats{ gap: 24px }
  .hero-ctas .btn, .cta-ctas .btn{ width: 100% }
}

/* =========================================================
   LOGO-PLATZIERUNGEN (Nav / Loader / Footer)
========================================================= */
.nav-brand{ align-items: center }
.nav-logo{ height: 50px; width: auto; display: block }
.nav-logo-dark{ display: none }
.nav.scrolled .nav-logo-light{ display: none }
.nav.scrolled .nav-logo-dark{ display: block }

.loader-logo-img{ width: clamp(150px, 32vw, 200px); height: auto; animation: loaderPulse 1.8s ease-in-out infinite; position: relative; z-index: 2 }

.footer-logo{ width: 150px; height: auto; margin-bottom: 18px }

/* Footer-Kontakt mit Icons */
.footer-contact{ list-style: none; display: flex; flex-direction: column; gap: 11px }
.footer-contact li{ display: flex; align-items: center; gap: 11px }
.footer-contact svg{ width: 17px; height: 17px; color: var(--gold-deep); flex-shrink: 0 }
.footer-contact a{ font-size: 14px; color: var(--ink-500); transition: color .2s }
.footer-contact a:hover{ color: var(--gold-deep) }

/* Footer Legal-Links (statt Deko-Credit) */
.footer-legal{ display: flex; gap: 22px }
.footer-legal a{ color: var(--ink-400); transition: color .2s }
.footer-legal a:hover{ color: var(--gold-deep) }

/* About-Card Kontakt mit Icons */
.about-card-meta a{ display: inline-flex; align-items: center; justify-content: center; gap: 9px }
.about-card-meta svg{ width: 17px; height: 17px; color: var(--gold-bright); flex-shrink: 0 }

/* Form-Status */
.form-status{ font-size: 13.5px; font-weight: 600; line-height: 1.5; margin-bottom: 4px }
.form-status:empty{ display: none }
.form-status.ok{ color: var(--green) }
.form-status.err{ color: var(--red) }

@media (max-width: 560px){
  .nav-logo{ height: 42px }
}
