@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Great+Vibes&family=Parisienne&family=Playfair+Display:wght@400;500;600;700&display=swap');

html, body {
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
}

.heh-page {
  --wine: #751524;
  --wine-dark: #2c040c;
  --wine-mid: #5c0e1b;
  --gold: #e2bd75;
  --cream: #fff5e9;
  --paper: #f8eadb;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(216, 130, 92, .35), transparent 34%),
    linear-gradient(180deg, #7a1a28 0%, #3a0710 42%, #731726 100%);
  color: var(--cream);
  font-family: 'Cormorant Garamond', serif;
  position: relative;
}

.heh-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.018) 0 1px, transparent 1px 8px),
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.10), transparent 22%),
    radial-gradient(circle at 85% 75%, rgba(0,0,0,.25), transparent 28%);
  mix-blend-mode: soft-light;
}

.heh-petals {
  position: fixed;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  overflow: hidden;
}

.heh-petals i {
  position: absolute;
  top: -10vh;
  width: 13px;
  height: 20px;
  border-radius: 80% 20% 80% 20%;
  background: linear-gradient(135deg, rgba(255, 236, 218, .85), rgba(226,189,117,.42));
  animation: hehPetal 16s linear infinite;
  opacity: .52;
}

.heh-petals i:nth-child(1){left:5%;animation-delay:0s}
.heh-petals i:nth-child(2){left:16%;animation-delay:3s;animation-duration:19s}
.heh-petals i:nth-child(3){left:28%;animation-delay:5s;transform:scale(.8)}
.heh-petals i:nth-child(4){left:39%;animation-delay:1s;animation-duration:18s}
.heh-petals i:nth-child(5){left:52%;animation-delay:7s;transform:scale(1.2)}
.heh-petals i:nth-child(6){left:64%;animation-delay:2s;animation-duration:20s}
.heh-petals i:nth-child(7){left:74%;animation-delay:6s;transform:scale(.75)}
.heh-petals i:nth-child(8){left:82%;animation-delay:4s;animation-duration:21s}
.heh-petals i:nth-child(9){left:91%;animation-delay:8s}
.heh-petals i:nth-child(10){left:97%;animation-delay:10s;animation-duration:22s}

.heh-hero {
  min-height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center 36%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 170px 20px 90px;
  overflow: hidden;
}

.heh-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(35,0,9,.08) 0%, rgba(111, 20, 34, .38) 52%, rgba(40,4,12,.78) 100%),
    radial-gradient(circle at center 24%, rgba(255, 220, 180, .12), transparent 34%);
  z-index: 1;
}

.heh-hero-shine {
  position: absolute;
  inset: -40%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.03) 38%, rgba(255,255,255,.24) 50%, rgba(255,255,255,.03) 62%, transparent 100%);
  transform: rotate(18deg);
  animation: hehShine 8s linear infinite;
  z-index: 2;
}

.heh-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 1180px;
  animation: hehHeroIn 1.2s ease both;
}

.heh-kicker {
  display: inline-block;
  letter-spacing: .35em;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.38);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  margin-bottom: 24px;
}

.heh-hero h1 {
  font-family: 'Great Vibes', cursive !important;
  font-size: clamp(62px, 9vw, 138px) !important;
  font-weight: 400 !important;
  color: #fff8ef !important;
  line-height: .96 !important;
  margin: 0 0 10px !important;
  text-shadow: 0 10px 34px rgba(0,0,0,.52);
}

.heh-hero h2 {
  font-family: 'Great Vibes', cursive !important;
  font-size: clamp(42px, 5.2vw, 82px) !important;
  font-weight: 400 !important;
  color: #fff8ef !important;
  margin: 0 0 20px !important;
  text-shadow: 0 8px 26px rgba(0,0,0,.45);
  position: relative;
  overflow: hidden;
}

.heh-hero h2::after,
.heh-section-title h2::after {
  content: "";
  position: absolute;
  top: 8%;
  left: -30%;
  width: 28%;
  height: 86%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent);
  transform: skewX(-18deg);
  animation: hehTextShimmer 5.6s ease-in-out infinite;
}

.heh-hero p {
  max-width: 760px;
  margin: 0 auto 20px;
  font-family: Arial, sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 600;
  color: rgba(255,255,255,.92);
  line-height: 1.5;
}

.heh-date {
  color: var(--gold);
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 30px;
  text-shadow: 0 4px 15px rgba(0,0,0,.45);
}

.heh-hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.heh-button {
  position: relative;
  display: inline-block;
  padding: 16px 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, #b42a38, #68131e);
  color: #fff !important;
  text-decoration: none !important;
  font-family: Arial, sans-serif;
  font-weight: 800;
  box-shadow: 0 16px 38px rgba(0,0,0,.38);
  overflow: hidden;
  transition: .35s ease;
}

.heh-button.secondary {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(10px);
}

.heh-button::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -80%;
  width: 45%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent);
  transform: skewX(-18deg);
  animation: hehButtonShine 3.8s ease-in-out infinite;
}

.heh-button:hover {
  transform: translateY(-4px);
}

.heh-scroll-indicator {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  width: 30px;
  height: 52px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 999px;
}

.heh-scroll-indicator span {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  animation: hehScroll 1.7s infinite;
}

.heh-ornament {
  position: absolute;
  z-index: 4;
  color: rgba(226,189,117,.86);
  font-family: 'Great Vibes', cursive;
  font-size: 86px;
  top: 28px;
}

.heh-ornament-left { left: 28px; transform: rotate(-24deg); }
.heh-ornament-right { right: 28px; transform: scaleX(-1) rotate(-24deg); }

.heh-section {
  position: relative;
  z-index: 3;
  width: min(100vw - 70px, 1100px);
  margin: 0 auto;
  padding: 84px 0 50px;
  text-align: center;
}

.heh-section-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin-bottom: 26px;
}

.heh-section-title span,
.heh-footer span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  animation: hehLineGlow 4s ease-in-out infinite;
}

.heh-section-title h2 {
  position: relative;
  overflow: '';
  font-family: 'Great Vibes', cursive !important;
  font-size: clamp(42px, 5vw, 76px) !important;
  font-weight: 400 !important;
  color: #fff8ef !important;
  margin: 0 !important;
  white-space: nowrap;
  text-shadow: 0 7px 22px rgba(0,0,0,.35);
}

.heh-intro p {
  max-width: 900px;
  margin: 0 auto;
  color: rgba(255,255,255,.88);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.7;
}

.heh-countdown {
  position: relative;
  z-index: 3;
  width: min(100vw - 70px, 1020px);
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.heh-count-card,
.heh-feature-card,
.heh-location-card,
.heh-upload {
  background: rgba(248,234,219,.92);
  color: #4b2522;
  border: 1px solid rgba(226,189,117,.42);
  box-shadow: 0 18px 48px rgba(0,0,0,.25);
}

.heh-count-card {
  border-radius: 18px;
  padding: 26px 16px;
  text-align: center;
}

.heh-count-card strong {
  display: block;
  color: #8a2b2b;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
}

.heh-count-card span {
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: #65423d;
}

.heh-feature-section {
  position: relative;
  z-index: 3;
  width: min(100vw - 70px, 1220px);
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.heh-feature-card {
  border-radius: 22px;
  padding: 34px 28px;
  text-align: center;
  transition: transform .35s ease, box-shadow .35s ease;
}

.heh-feature-card:hover,
.heh-location-card:hover {
  box-shadow: 0 28px 70px rgba(0,0,0,.35);
}

.heh-feature-card div {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #b42a38, #68131e);
  font-size: 34px;
  box-shadow: 0 14px 28px rgba(111,20,34,.35);
}

.heh-feature-card h3,
.heh-location-card h2,
.heh-upload-text h2 {
  font-family: 'Great Vibes', cursive !important;
  font-weight: 400 !important;
  color: #8a2b2b !important;
}

.heh-feature-card h3 {
  font-size: 48px;
  margin: 0 0 12px;
}

.heh-feature-card p {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #5d403b;
}

.heh-location {
  position: relative;
  z-index: 3;
  width: min(100vw - 70px, 850px);
  margin: 0 auto 80px;
}

.heh-location-card {
  border-radius: 22px;
  padding: clamp(30px, 5vw, 54px);
  text-align: center;
  transition: transform .35s ease;
}

.heh-location-card h2 {
  font-size: clamp(44px, 5vw, 68px);
  margin: 0 0 10px;
}

.heh-pin {
  color: #8a2b2b;
  font-size: 58px;
  line-height: .8;
}

.heh-location-card h3 {
  font-family: Arial, sans-serif;
  color: #38201d;
  font-size: 27px;
  margin: 14px 0 6px;
}

.heh-location-card p {
  font-family: Arial, sans-serif;
  color: #684641;
}

.heh-location-card img,
.heh-location-placeholder {
  width: 100%;
  height: clamp(230px, 33vw, 360px);
  object-fit: cover;
  border-radius: 12px;
  margin: 24px 0;
  box-shadow: 0 16px 34px rgba(0,0,0,.25);
}

.heh-location-placeholder {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(111,20,34,.16), rgba(226,189,117,.20)), #e7d6c4;
  color: #8a2b2b;
  font-size: 28px;
}

.heh-map-button {
  display: inline-block;
  color: #fff !important;
  background: linear-gradient(180deg, #b42a38, #68131e);
  padding: 14px 30px;
  border-radius: 999px;
  text-decoration: none !important;
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.heh-timeline {
  position: relative;
  z-index: 3;
  width: min(100vw - 70px, 1120px);
  margin: 0 auto 80px;
}

.heh-timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.heh-timeline-grid div {
  padding: 26px;
  border-radius: 18px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(226,189,117,.28);
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
  text-align: center;
}

.heh-timeline-grid strong {
  display: block;
  color: var(--gold);
  font-size: 36px;
  margin-bottom: 8px;
}

.heh-timeline-grid span {
  font-family: Arial, sans-serif;
  color: rgba(255,255,255,.90);
  font-weight: 700;
}

.heh-upload {
  position: relative;
  z-index: 3;
  width: min(100vw - 70px, 1180px);
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 24px;
  overflow: hidden;
}

.heh-upload-text {
  background: linear-gradient(135deg, #3b0610, #7a1a28);
  color: #fff;
  padding: clamp(34px, 5vw, 58px);
}

.heh-upload-text span {
  font-family: Arial, sans-serif;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255,255,255,.60);
}

.heh-upload-text h2 {
  color: #fff8ef !important;
  font-size: clamp(44px, 5vw, 70px);
  margin: 16px 0;
}

.heh-upload-text p,
.heh-upload-text small {
  font-family: Arial, sans-serif;
  color: rgba(255,255,255,.84);
  line-height: 1.65;
}

.heh-upload-box {
  padding: clamp(34px, 5vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.heh-upload-box input { display: none; }

.heh-upload-box label {
  min-height: 290px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 2px dashed rgba(111,20,34,.34);
  border-radius: 22px;
  cursor: pointer;
  background: radial-gradient(circle at center, rgba(226,189,117,.20), transparent 46%), #fff8f2;
  transition: .35s ease;
}

.heh-upload-box label:hover,
.heh-upload-box.dragover label {
  transform: scale(1.02);
  box-shadow: inset 0 0 60px rgba(111,20,34,.12);
}

.heh-upload-box b {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #b42a38, #68131e);
  color: #fff;
  font-size: 42px;
}

.heh-upload-box strong {
  display: block;
  font-size: 34px;
  color: #8a2b2b;
}

.heh-upload-box span {
  font-family: Arial, sans-serif;
  color: #6b514b;
}

.heh-status {
  min-height: 24px;
  text-align: center;
  color: #8a2b2b;
  font-family: Arial, sans-serif;
  font-weight: 800;
  margin-top: 16px;
}

.heh-gallery-section {
  position: relative;
  z-index: 3;
  width: min(100vw - 70px, 1280px);
  margin: 0 auto 60px;
}

.heh-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.heh-gallery-item {
  appearance: none;
  border: 2px solid rgba(248,239,228,.72);
  padding: 0;
  margin: 0;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 1.3 / 1;
  box-shadow: 0 14px 32px rgba(0,0,0,.28);
  animation: hehGalleryIn .55s ease both;
}

.heh-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .35s ease;
}

.heh-gallery-item:hover img {
  transform: scale(1.07);
}

.heh-empty {
  grid-column: 1 / -1;
  padding: 34px;
  border-radius: 16px;
  background: rgba(248,234,219,.92);
  color: #7a1a28;
  text-align: center;
  font-size: 24px;
}

.heh-footer {
  position: relative;
  z-index: 3;
  width: min(100vw - 70px, 1280px);
  margin: 0 auto;
  padding: 0 0 46px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  text-align: center;
}

.heh-footer p {
  font-family: Arial, sans-serif;
  color: #fff8ef;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  margin: 0;
}

.heh-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0,0,0,.92);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  cursor: pointer;
}

.heh-lightbox.active { display: flex; }

.heh-lightbox button {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.16);
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  z-index: 2;
}

.heh-lightbox img {
  max-width: 94vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 28px 80px rgba(0,0,0,.55);
  animation: hehZoom .3s ease both;
  cursor: auto;
}

.heh-reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity .85s ease, transform .85s ease;
}

.heh-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hehPetal {
  0% { transform: translate3d(0,-10vh,0) rotate(0deg); opacity: 0; }
  10% { opacity: .55; }
  50% { transform: translate3d(42px,55vh,0) rotate(160deg); }
  100% { transform: translate3d(-32px,110vh,0) rotate(360deg); opacity: 0; }
}

@keyframes hehShine {
  0% { transform: translateX(-60%) rotate(18deg); }
  100% { transform: translateX(60%) rotate(18deg); }
}

@keyframes hehHeroIn {
  from { opacity: 0; transform: translateY(44px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes hehTextShimmer {
  0%, 70% { left: -35%; opacity: 0; }
  82% { opacity: .85; }
  100% { left: 110%; opacity: 0; }
}

@keyframes hehButtonShine {
  0%, 48% { left: -75%; opacity: 0; }
  55% { opacity: 1; }
  100% { left: 125%; opacity: 0; }
}

@keyframes hehScroll {
  0% { transform: translate(-50%,0); opacity: 1; }
  100% { transform: translate(-50%,24px); opacity: 0; }
}

@keyframes hehLineGlow {
  0%,100% { opacity: .55; filter: drop-shadow(0 0 0 rgba(226,189,117,0)); }
  50% { opacity: 1; filter: drop-shadow(0 0 10px rgba(226,189,117,.48)); }
}

@keyframes hehGalleryIn {
  from { opacity: 0; transform: translateY(20px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes hehZoom {
  from { opacity: 0; transform: scale(.92); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 980px) {
  .heh-feature-section,
  .heh-countdown,
  .heh-timeline-grid,
  .heh-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .heh-upload {
    grid-template-columns: 1fr;
  }

  .heh-section-title,
  .heh-footer {
    grid-template-columns: 1fr;
  }

  .heh-section-title span,
  .heh-footer span {
    display: none;
  }

  .heh-section-title h2 {
    white-space: normal;
  }
}

@media (max-width: 620px) {
  .heh-hero {
    min-height: 92vh;
    padding: 130px 16px 72px;
    background-position: center top;
  }

  .heh-ornament {
    font-size: 48px;
  }

  .heh-hero h1 {
    font-size: clamp(56px, 17vw, 82px) !important;
  }

  .heh-hero h2 {
    font-size: clamp(38px, 12vw, 58px) !important;
  }

  .heh-feature-section,
  .heh-countdown,
  .heh-timeline-grid,
  .heh-gallery {
    grid-template-columns: 1fr;
  }

  .heh-section,
  .heh-countdown,
  .heh-feature-section,
  .heh-location,
  .heh-timeline,
  .heh-upload,
  .heh-gallery-section,
  .heh-footer {
    width: min(100vw - 32px, 1280px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .heh-petals,
  .heh-hero-shine,
  .heh-hero h2::after,
  .heh-section-title h2::after,
  .heh-button::after {
    display: none;
  }

  .heh-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* Admin-Galerieverwaltung */
.heh-admin-open{position:fixed;right:18px;bottom:18px;z-index:99990;border:1px solid rgba(226,189,117,.55);border-radius:999px;padding:13px 20px;background:linear-gradient(135deg,#2d050d,#811928);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 16px 40px rgba(0,0,0,.38)}
.heh-admin-modal{position:fixed;inset:0;z-index:1000000;display:none}
.heh-admin-modal.active{display:block}
.heh-admin-backdrop{position:absolute;inset:0;background:rgba(10,0,4,.82);backdrop-filter:blur(8px)}
.heh-admin-panel{position:relative;width:min(1180px,calc(100vw - 28px));max-height:calc(100vh - 28px);overflow:auto;margin:14px auto;background:#fff8f2;color:#3d211d;border-radius:24px;padding:28px;box-shadow:0 30px 100px rgba(0,0,0,.55)}
.heh-admin-x{position:absolute;right:18px;top:18px;width:46px;height:46px;border-radius:50%;border:0;background:#6e1522;color:#fff;font-size:30px;cursor:pointer}
.heh-admin-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-right:58px;margin-bottom:24px}
.heh-admin-head span{text-transform:uppercase;letter-spacing:.25em;font-size:11px;color:#8a2b2b;font-weight:800}
.heh-admin-head h2{font-family:'Great Vibes',cursive;font-size:56px;color:#7a1a28;margin:4px 0 0;font-weight:400}
.heh-admin-refresh,.heh-admin-actions button{border:0;border-radius:999px;padding:12px 18px;background:#ece0d3;color:#5a2925;font-weight:800;cursor:pointer}
.heh-admin-actions button.danger{background:#9a1d2d;color:#fff}
.heh-admin-actions button:disabled{opacity:.45;cursor:not-allowed}
.heh-admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}
.heh-admin-stats div{padding:18px;border-radius:16px;background:#efe2d4;text-align:center}
.heh-admin-stats strong{display:block;font-size:30px;color:#7a1a28}
.heh-admin-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}
.heh-admin-message{min-height:24px;color:#7a1a28;font-weight:800;margin-bottom:10px}
.heh-admin-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.heh-admin-item{position:relative;border-radius:14px;overflow:hidden;background:#ddd;aspect-ratio:1/1;cursor:pointer;border:3px solid transparent;padding:0}
.heh-admin-item.selected{border-color:#b32635;box-shadow:0 0 0 3px rgba(179,38,53,.18)}
.heh-admin-item img{width:100%;height:100%;object-fit:cover;display:block}
.heh-admin-check{position:absolute;top:8px;left:8px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.88);color:#7a1a28;font-weight:900}
.heh-admin-item.selected .heh-admin-check{background:#b32635;color:#fff}
.heh-admin-name{position:absolute;left:0;right:0;bottom:0;padding:8px;background:linear-gradient(transparent,rgba(0,0,0,.82));color:#fff;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.heh-admin-loading{grid-column:1/-1;padding:30px;text-align:center}
@media(max-width:980px){.heh-admin-gallery{grid-template-columns:repeat(3,1fr)}}
@media(max-width:620px){.heh-admin-head{display:block}.heh-admin-refresh{margin-top:12px}.heh-admin-stats{grid-template-columns:1fr}.heh-admin-gallery{grid-template-columns:repeat(2,1fr)}}

.heh-greeting-section{position:relative;z-index:3;width:min(100vw - 70px,1280px);margin:0 auto 90px}.heh-greeting-shell{display:grid;grid-template-columns:.85fr 1.15fr;border-radius:28px;overflow:hidden;border:1px solid rgba(226,189,117,.42);box-shadow:0 28px 80px rgba(0,0,0,.32);background:rgba(248,234,219,.96)}.heh-greeting-copy{padding:clamp(34px,5vw,62px);background:radial-gradient(circle at top left,rgba(226,189,117,.20),transparent 34%),linear-gradient(145deg,#3a0710,#7b1828);color:#fff}.heh-greeting-copy>span{display:inline-block;font-family:Arial,sans-serif;text-transform:uppercase;letter-spacing:.25em;font-size:12px;font-weight:800;color:rgba(255,255,255,.62);margin-bottom:16px}.heh-greeting-copy h3{font-family:'Great Vibes',cursive!important;font-size:clamp(48px,5vw,72px);line-height:1.05;font-weight:400;color:#fff8ef;margin:0 0 20px}.heh-greeting-copy p{font-family:Arial,sans-serif;color:rgba(255,255,255,.86);line-height:1.7;font-size:17px}.heh-greeting-highlights{display:grid;gap:14px;margin-top:30px}.heh-greeting-highlights div{display:grid;grid-template-columns:60px 1fr;align-items:center;gap:14px;padding:16px;border-radius:16px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13)}.heh-greeting-highlights b{color:#f3d08c;font-size:24px;text-align:center}.heh-greeting-highlights small{font-family:Arial,sans-serif;color:rgba(255,255,255,.86);font-size:14px}.heh-greeting-form{padding:clamp(28px,4vw,52px);color:#4b2522}.heh-greeting-form label>span,.heh-sticker-tools strong,.heh-drawing-head strong{display:block;font-family:Arial,sans-serif;color:#5c2423;font-weight:800;margin-bottom:8px}.heh-greeting-form input[type=text],.heh-greeting-form textarea{width:100%;border:1px solid rgba(111,20,34,.22);border-radius:16px;padding:15px 17px;background:#fffdf9;color:#3d211d;font-family:Arial,sans-serif;font-size:16px;outline:none}.heh-message-label{display:block;margin-top:18px}.heh-greeting-form textarea{min-height:125px;resize:vertical}.heh-message-label small{display:block;text-align:right;margin-top:7px;font-family:Arial,sans-serif;color:#76524c}.heh-sticker-tools{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;padding:18px;border-radius:17px;background:#efe2d5}.heh-sticker-tools span,.heh-drawing-head span{display:block;color:#76524c;font-family:Arial,sans-serif;font-size:13px}.heh-sticker-tools button{border:0;border-radius:999px;padding:12px 18px;background:linear-gradient(135deg,#a82333,#67121e);color:#fff;font-weight:800;cursor:pointer;white-space:nowrap}.heh-selected-sticker{display:flex;align-items:center;gap:13px;margin-top:14px;min-height:64px;padding:12px 18px;border-radius:16px;border:1px dashed rgba(111,20,34,.30);background:#fffaf4}.heh-selected-sticker>span{font-size:38px}.heh-drawing-block{margin-top:22px}.heh-drawing-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:12px}.heh-drawing-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.heh-drawing-actions button{border:1px solid rgba(111,20,34,.20);border-radius:999px;padding:8px 12px;background:#fffaf4;color:#5a2925;font-size:12px;font-weight:800;cursor:pointer}.heh-drawing-actions button.active{background:#7a1a28;color:#fff}.heh-canvas-wrap{border-radius:18px;border:2px dashed rgba(111,20,34,.30);overflow:hidden;background:#fff}.heh-canvas-wrap canvas{display:block;width:100%;height:260px;touch-action:none;cursor:crosshair}.heh-consent{display:flex;gap:11px;align-items:flex-start;margin-top:20px;font-family:Arial,sans-serif;color:#65423d;font-size:13px;line-height:1.5}.heh-greeting-submit{width:100%;margin-top:20px;border:0;border-radius:999px;padding:16px 24px;display:flex;align-items:center;justify-content:center;gap:18px;background:linear-gradient(135deg,#aa2535,#5b0e19);color:#fff;font-family:Arial,sans-serif;font-weight:900;font-size:16px;cursor:pointer}.heh-greeting-status{min-height:24px;margin-top:14px;text-align:center;color:#7a1a28;font-family:Arial,sans-serif;font-weight:800}@media(max-width:980px){.heh-greeting-shell{grid-template-columns:1fr}}@media(max-width:620px){.heh-greeting-section{width:min(100vw - 32px,1280px)}.heh-sticker-tools,.heh-drawing-head{display:block}.heh-sticker-tools button{width:100%;margin-top:14px}.heh-drawing-actions{justify-content:flex-start;margin-top:12px}.heh-canvas-wrap canvas{height:220px}}

.heh-frame-selector{margin-top:22px;padding:20px;border-radius:18px;background:#efe2d5;border:1px solid rgba(111,20,34,.14)}
.heh-frame-selector-head{margin-bottom:14px}.heh-frame-selector-head strong{display:block;font-family:Arial,sans-serif;color:#5c2423;font-weight:800;margin-bottom:4px}.heh-frame-selector-head span{display:block;font-family:Arial,sans-serif;color:#76524c;font-size:13px}
.heh-frame-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.heh-frame-option{position:relative;cursor:pointer}.heh-frame-option input{position:absolute;opacity:0;pointer-events:none}
.heh-frame-preview{min-height:150px;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:18px;border:3px solid transparent;box-shadow:0 12px 28px rgba(0,0,0,.16);transition:.3s ease;text-align:center}
.heh-frame-option:hover .heh-frame-preview{transform:translateY(-3px)}.heh-frame-option.active .heh-frame-preview{border-color:#e2bd75;box-shadow:0 0 0 4px rgba(226,189,117,.20),0 14px 34px rgba(0,0,0,.20)}
.heh-frame-preview i{font-style:normal;font-size:38px;line-height:1}.heh-frame-preview b{font-family:'Cormorant Garamond',serif;font-size:19px}
.heh-frame-preview-burgundy{color:#fff8ef;background:radial-gradient(circle at top left,rgba(226,189,117,.22),transparent 35%),linear-gradient(145deg,#2c040c,#7a1a28)}
.heh-frame-preview-ivory{color:#6f2730;background:radial-gradient(circle at 18% 18%,rgba(176,60,73,.18),transparent 30%),linear-gradient(145deg,#fffdf8,#f2e1d5)}
.heh-frame-preview-midnight{color:#f4dfad;background:radial-gradient(circle at top right,rgba(244,223,173,.16),transparent 34%),linear-gradient(145deg,#071321,#17304d)}
@media(max-width:780px){.heh-frame-options{grid-template-columns:1fr}.heh-frame-preview{min-height:112px}}


/* Version 8: Schriftwahl und Live-Vorschau */
.heh-font-selector{
  margin-top:22px;
  padding:20px;
  border-radius:18px;
  background:#f4e9dd;
  border:1px solid rgba(111,20,34,.14);
}

.heh-font-selector-head{
  margin-bottom:14px;
}

.heh-font-selector-head strong,
.heh-live-preview-head strong{
  display:block;
  font-family:Arial,sans-serif;
  color:#5c2423;
  font-weight:800;
  margin-bottom:4px;
}

.heh-font-selector-head span,
.heh-live-preview-head span{
  display:block;
  font-family:Arial,sans-serif;
  color:#76524c;
  font-size:13px;
}

.heh-font-options{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}

.heh-font-option{
  position:relative;
  cursor:pointer;
}

.heh-font-option input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.heh-font-option>span{
  min-height:72px;
  border-radius:14px;
  border:2px solid transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
  background:#fffaf4;
  color:#6f2730;
  font-size:24px;
  box-shadow:0 8px 20px rgba(0,0,0,.10);
  transition:.25s ease;
  text-align:center;
}

.heh-font-option:hover>span{
  transform:translateY(-2px);
}

.heh-font-option.active>span{
  border-color:#a82333;
  box-shadow:0 0 0 3px rgba(168,35,51,.12),0 10px 24px rgba(0,0,0,.14);
}

.heh-live-preview-block{
  margin-top:22px;
  padding:20px;
  border-radius:20px;
  background:#efe2d5;
  border:1px solid rgba(111,20,34,.14);
}

.heh-live-preview-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}

.heh-live-preview-head button{
  border:0;
  border-radius:999px;
  padding:10px 16px;
  background:#7a1a28;
  color:#fff;
  font-weight:800;
  cursor:pointer;
}

.heh-preview-stage{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(255,255,255,.92),rgba(238,222,205,.92));
  box-shadow:inset 0 0 0 1px rgba(111,20,34,.10);
  padding:12px;
}

.heh-preview-stage canvas{
  width:100%;
  height:auto;
  display:block;
  border-radius:12px;
  box-shadow:0 18px 42px rgba(0,0,0,.20);
}

@media(max-width:900px){
  .heh-font-options{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:620px){
  .heh-font-options{
    grid-template-columns:1fr;
  }

  .heh-live-preview-head{
    display:block;
  }

  .heh-live-preview-head button{
    width:100%;
    margin-top:12px;
  }
}


/* Version 10: Eingang, Mobile Navigation und Nach-Hochzeitsmodus */
.heh-entry-screen{
  position:fixed;
  inset:0;
  z-index:2000000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:
    linear-gradient(rgba(35,0,9,.55),rgba(35,0,9,.82)),
    url('https://lobna2026dominik.de/wp-content/uploads/2026/07/Headerbild-Lobna_Dominik2.png') center/cover no-repeat;
  transition:opacity .8s ease,visibility .8s ease;
}

.heh-entry-screen.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}

.heh-entry-glow{
  position:absolute;
  width:60vw;
  height:60vw;
  border-radius:50%;
  background:radial-gradient(circle,rgba(226,189,117,.22),transparent 66%);
  animation:hehEntryGlow 3.6s ease-in-out infinite;
}

.heh-entry-content{
  position:relative;
  max-width:720px;
  text-align:center;
  color:#fff;
}

.heh-entry-content>span{
  display:inline-block;
  text-transform:uppercase;
  letter-spacing:.32em;
  font-family:Arial,sans-serif;
  font-size:12px;
  margin-bottom:20px;
}

.heh-entry-content h2{
  font-family:'Great Vibes',cursive!important;
  font-size:clamp(72px,12vw,150px)!important;
  line-height:.95;
  color:#fff8ef!important;
  font-weight:400!important;
  margin:0 0 18px!important;
  text-shadow:0 12px 42px rgba(0,0,0,.5);
}

.heh-entry-content p{
  font-size:clamp(19px,2.2vw,28px);
  margin:0 auto 30px;
}

.heh-entry-content button{
  border:1px solid rgba(255,255,255,.38);
  border-radius:999px;
  padding:16px 34px;
  background:linear-gradient(135deg,#a92435,#5d0e1a);
  color:#fff;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 18px 42px rgba(0,0,0,.35);
}

.heh-mobile-nav{
  display:none;
  position:fixed;
  left:12px;
  right:12px;
  bottom:12px;
  z-index:99980;
  grid-template-columns:repeat(4,1fr);
  padding:8px;
  border:1px solid rgba(226,189,117,.34);
  border-radius:20px;
  background:rgba(44,4,12,.92);
  backdrop-filter:blur(16px);
  box-shadow:0 18px 44px rgba(0,0,0,.38);
}

.heh-mobile-nav a{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:3px;
  padding:8px 4px;
  color:#fff!important;
  text-decoration:none!important;
  font-family:Arial,sans-serif;
  font-size:11px;
}

.heh-mobile-nav b{font-size:20px;color:#e2bd75}

.heh-after-wedding-message{
  position:relative;
  z-index:4;
  width:min(100vw - 40px,1000px);
  margin:-50px auto 60px;
  padding:36px;
  text-align:center;
  border:1px solid rgba(226,189,117,.45);
  border-radius:22px;
  background:rgba(248,234,219,.95);
  color:#4b2522;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}

.heh-after-wedding-message span{
  text-transform:uppercase;
  letter-spacing:.28em;
  color:#8a2b2b;
  font-family:Arial,sans-serif;
  font-size:11px;
  font-weight:800;
}

.heh-after-wedding-message h2{
  font-family:'Great Vibes',cursive!important;
  color:#7a1a28!important;
  font-weight:400!important;
  font-size:clamp(46px,6vw,74px)!important;
  margin:10px 0!important;
}

.heh-after-wedding-message p{font-size:20px}
.heh-after-wedding-message a{display:inline-block;border-radius:999px;padding:13px 24px;background:#7a1a28;color:#fff!important;text-decoration:none!important;font-weight:800}

@keyframes hehEntryGlow{
  0%,100%{transform:scale(.9);opacity:.55}
  50%{transform:scale(1.1);opacity:1}
}

@media(max-width:780px){
  .heh-mobile-nav{display:grid}
  .heh-page{padding-bottom:0!important}
  .heh-entry-content h2{font-size:clamp(64px,20vw,96px)!important}
}

/* Version 10.2 – Fullscreen-/Divi-Reparatur */
.heh-page{
  width:100vw!important;
  max-width:none!important;
  min-height:100vh!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  background:
    radial-gradient(circle at 50% -10%,rgba(216,130,92,.35),transparent 34%),
    linear-gradient(180deg,#7a1a28 0%,#3a0710 42%,#731726 100%)!important;
}

.et_pb_module:has(> .heh-page),
.et_pb_code_inner:has(> .heh-page){
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

.et_pb_row:has(.heh-page),
.et_pb_column:has(.heh-page),
.et_pb_section:has(.heh-page){
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

.heh-page .heh-section,
.heh-page .heh-countdown,
.heh-page .heh-feature-section,
.heh-page .heh-location,
.heh-page .heh-timeline,
.heh-page .heh-upload,
.heh-page .heh-greeting-section,
.heh-page .heh-gallery-section,
.heh-page .heh-footer{
  position:relative;
  z-index:3;
}

/* Falls :has() nicht unterstützt wird, entkommt der Hauptwrapper trotzdem aus der Divi-Zeile. */
.heh-page *{box-sizing:border-box}

@media(min-width:981px){
  .heh-hero{min-height:100vh!important;width:100vw!important}
  .heh-section{width:min(calc(100vw - 96px),1100px)!important}
  .heh-countdown{width:min(calc(100vw - 96px),1020px)!important}
  .heh-feature-section{width:min(calc(100vw - 96px),1220px)!important}
  .heh-location{width:min(calc(100vw - 96px),850px)!important}
  .heh-timeline{width:min(calc(100vw - 96px),1120px)!important}
  .heh-upload{width:min(calc(100vw - 96px),1180px)!important}
  .heh-greeting-section,.heh-gallery-section,.heh-footer{width:min(calc(100vw - 96px),1280px)!important}
}


/* Version 12 – Stabilitätskorrekturen */
.heh-page,.heh-page *{box-sizing:border-box}
.heh-page{width:100%!important;max-width:none!important;margin:0!important}
.et_pb_section:has(.heh-page),.et_pb_row:has(.heh-page),.et_pb_column:has(.heh-page),.et_pb_code:has(.heh-page),.et_pb_code_inner:has(.heh-page){width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
@media(min-width:981px){.heh-hero{min-height:100vh;background-position:center center}.heh-hero-content{max-width:980px}.heh-greeting-shell{align-items:stretch}}


/* =========================================================
   VERSION 13 – INTEGRIERTE HIGH-END NAVIGATION + DIVI FIX
   ========================================================= */

/* Wenn dieses Plugin aktiv gerendert wird, sollen Divi-Header/Footer
   die Hochzeitsseite nicht überlagern. Die Klassen werden per JS nur
   auf der Seite mit dem Shortcode gesetzt. */
body.heh-wedding-page #main-header,
body.heh-wedding-page #top-header,
body.heh-wedding-page .et-l--header,
body.heh-wedding-page #main-footer,
body.heh-wedding-page .et-l--footer {
  display:none!important;
}
body.heh-wedding-page #page-container { padding-top:0!important; margin-top:0!important; }
body.heh-wedding-page #main-content { padding-top:0!important; }
body.heh-wedding-page .heh-host-section,
body.heh-wedding-page .heh-host-row,
body.heh-wedding-page .heh-host-column,
body.heh-wedding-page .heh-host-module {
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
body.heh-wedding-page .heh-host-row:after,
body.heh-wedding-page .heh-host-section:after { display:none!important; }

.heh-page { padding-top:0!important; }

/* ---------------- Top Navigation ---------------- */
.heh-wedding-nav{
  --nav-gold:#d9b968;
  --nav-wine:#781627;
  --nav-dark:#39050d;
  position:fixed!important;
  inset:0 0 auto 0;
  width:100%;
  z-index:1000001;
  background:linear-gradient(180deg,rgba(25,4,8,.48),rgba(25,4,8,.12),transparent);
  border-bottom:1px solid rgba(255,255,255,.08);
  transition:background .4s ease,backdrop-filter .4s ease,box-shadow .4s ease,border-color .4s ease;
}
.heh-wedding-nav.is-scrolled{
  background:rgba(58,6,15,.91);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  border-bottom-color:rgba(217,185,104,.22);
  box-shadow:0 14px 44px rgba(17,0,4,.25);
}
.heh-wedding-nav__inner{
  width:min(94%,1500px);
  height:90px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
}
.heh-wedding-nav__logo{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  position:relative;
}
.heh-wedding-nav__logo:before{
  content:"";
  position:absolute;
  inset:50% auto auto 50%;
  width:150px;height:100px;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle,rgba(217,185,104,.16),transparent 68%);
  pointer-events:none;
}
.heh-wedding-nav__logo img{
  position:relative;
  display:block;
  width:auto!important;
  height:68px!important;
  max-width:190px!important;
  object-fit:contain;
  filter:drop-shadow(0 4px 12px rgba(0,0,0,.15));
  transition:transform .3s ease,filter .3s ease;
}
.heh-wedding-nav__logo:hover img{transform:scale(1.035);filter:drop-shadow(0 5px 16px rgba(217,185,104,.22));}
.heh-wedding-nav__links{display:flex;align-items:center;gap:clamp(18px,1.75vw,34px);}
.heh-wedding-nav__links a{
  position:relative;
  color:rgba(255,255,255,.94)!important;
  text-decoration:none!important;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:700;
  letter-spacing:.09em;
  padding:14px 0;
  white-space:nowrap;
}
.heh-wedding-nav__links a:not(.heh-wedding-nav__cta):after{
  content:"";position:absolute;left:50%;bottom:5px;width:0;height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,var(--nav-gold),transparent);
  transition:width .3s ease;
}
.heh-wedding-nav__links a:not(.heh-wedding-nav__cta):hover:after{width:100%;}
.heh-wedding-nav__cta{
  overflow:hidden;
  padding:13px 22px!important;
  border-radius:999px;
  border:1px solid rgba(217,185,104,.55);
  background:linear-gradient(135deg,#aa263b,#741323);
  box-shadow:0 10px 30px rgba(35,0,7,.25);
  transition:transform .3s ease,box-shadow .3s ease;
}
.heh-wedding-nav__cta:before{
  content:"";position:absolute;top:-90%;left:-70%;width:38%;height:280%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);
  transform:rotate(23deg);transition:left .7s ease;
}
.heh-wedding-nav__cta:hover{transform:translateY(-2px);box-shadow:0 15px 38px rgba(35,0,7,.32);}
.heh-wedding-nav__cta:hover:before{left:145%;}
.heh-wedding-nav__toggle{
  display:none;width:48px;height:48px;border-radius:50%;padding:0;
  border:1px solid rgba(217,185,104,.5);background:rgba(78,8,20,.58);
  align-items:center;justify-content:center;flex-direction:column;gap:7px;cursor:pointer;
}
.heh-wedding-nav__toggle span{display:block;width:19px;height:1px;background:#fff;transition:transform .3s ease;}
.heh-wedding-nav.menu-open .heh-wedding-nav__toggle span:first-child{transform:translateY(4px) rotate(45deg);}
.heh-wedding-nav.menu-open .heh-wedding-nav__toggle span:last-child{transform:translateY(-4px) rotate(-45deg);}

.heh-wedding-nav__mobile{
  position:fixed;inset:0;z-index:-1;height:100dvh;
  opacity:0;visibility:hidden;transform:translateY(-18px);
  background:radial-gradient(circle at 76% 12%,rgba(217,185,104,.16),transparent 32%),linear-gradient(145deg,#761525,#470812 58%,#260308);
  transition:opacity .4s ease,visibility .4s ease,transform .4s ease;
}
.heh-wedding-nav.menu-open .heh-wedding-nav__mobile{opacity:1;visibility:visible;transform:translateY(0);}
.heh-wedding-nav__mobile-inner{height:100%;padding:112px 30px 34px;display:flex;flex-direction:column;}
.heh-wedding-nav__mobile-inner>a{
  display:grid;grid-template-columns:44px 1fr;align-items:center;padding:16px 0;
  border-bottom:1px solid rgba(217,185,104,.17);color:#fff!important;text-decoration:none!important;
}
.heh-wedding-nav__mobile-inner>a small{font:700 11px Arial,sans-serif;color:var(--nav-gold);}
.heh-wedding-nav__mobile-inner>a span{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(28px,8vw,42px);line-height:1.05;}
.heh-wedding-nav__mobile-inner .heh-wedding-nav__mobile-cta{
  display:flex;justify-content:center;margin-top:26px;padding:15px 22px;border:1px solid rgba(217,185,104,.55);
  border-radius:999px;background:#86182b;font:800 15px Arial,sans-serif;
}
.heh-wedding-nav__mobile-footer{margin-top:auto;padding-top:22px;border-top:1px solid rgba(217,185,104,.2);display:flex;align-items:center;gap:16px;color:#fff;}
.heh-wedding-nav__mobile-footer img{width:68px;height:52px;object-fit:contain;}
.heh-wedding-nav__mobile-footer strong{display:block;font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;}
.heh-wedding-nav__mobile-footer span{display:block;margin-top:3px;color:var(--nav-gold);font:700 11px Arial,sans-serif;letter-spacing:.08em;}

/* Logo also inside entry / hero, subtly */
.heh-entry-logo{display:block;width:min(210px,55vw);height:auto;margin:0 auto 16px;filter:drop-shadow(0 10px 26px rgba(0,0,0,.25));}
.heh-hero-logo-mark{display:block;width:78px;height:auto;margin:0 auto 14px;opacity:.9;filter:drop-shadow(0 7px 18px rgba(0,0,0,.22));}

/* Location image now represents the actual venue */
#heh-location{scroll-margin-top:110px;}
#heh-timeline,#heh-intro,#heh-upload,#heh-gallery,#heh-greeting{scroll-margin-top:110px;}

@media(max-width:1080px){
  .heh-wedding-nav__links{gap:18px;}
  .heh-wedding-nav__links a{font-size:11px;}
}
@media(max-width:980px){
  .heh-wedding-nav__inner{height:74px;width:calc(100% - 30px);}
  .heh-wedding-nav__logo img{height:55px!important;max-width:160px!important;}
  .heh-wedding-nav__links{display:none;}
  .heh-wedding-nav__toggle{display:flex;}
}
@media(max-width:480px){
  .heh-wedding-nav__inner{height:68px;}
  .heh-wedding-nav__logo img{height:50px!important;max-width:145px!important;}
  .heh-wedding-nav__toggle{width:44px;height:44px;}
  .heh-hero-logo-mark{width:62px;}
}
@media(prefers-reduced-motion:reduce){
  .heh-wedding-nav *, .heh-wedding-nav *:before, .heh-wedding-nav *:after{transition-duration:.01ms!important;animation:none!important;}
}


/* VERSION 13.3 – SPRACHSCHALTER DE / PL / EN */
.heh-language-switcher{display:flex;align-items:center;justify-content:center;gap:7px;margin-left:auto;margin-right:16px;flex:0 0 auto;font-family:Arial,sans-serif;font-size:11px;line-height:1;letter-spacing:.08em}
.heh-language-switcher button{appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:8px 3px;margin:0;color:rgba(255,255,255,.72);font:700 11px/1 Arial,sans-serif;letter-spacing:.08em;cursor:pointer;transition:color .25s ease}
.heh-language-switcher button:hover,.heh-language-switcher button.is-active{color:var(--nav-gold,#e2bd75)}
.heh-language-switcher button:focus-visible{outline:1px solid var(--nav-gold,#e2bd75);outline-offset:3px;border-radius:4px}
.heh-language-switcher>span{color:rgba(226,189,117,.45)}
.heh-language-switcher--mobile{width:100%;margin:0 0 18px;padding:0 0 16px;border-bottom:1px solid rgba(217,185,104,.18);justify-content:flex-start;gap:10px}
@media(max-width:980px){.heh-wedding-nav__inner>.heh-language-switcher{display:none}}
@media(min-width:981px){.heh-language-switcher--mobile{display:none}}
