:root {
  --bg: #09070b;
  --bg-soft: #151019;
  --card: #201521;
  --card-2: #2a1a2b;
  --text: #fff7ea;
  --muted: #c9b9c9;
  --orange: #ff7a18;
  --pink: #ff2f92;
  --gold: #f7c948;
  --line: rgba(255,255,255,.12);
  --shadow: 0 18px 60px rgba(0,0,0,.35);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 47, 146, .25), transparent 30rem),
    radial-gradient(circle at 85% 15%, rgba(255, 122, 24, .20), transparent 34rem),
    linear-gradient(180deg, #09070b 0%, #130d14 60%, #09070b 100%);
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: min(var(--max), calc(100% - 32px)); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(9,7,11,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.logo-wrap { display: flex; align-items: center; gap: 14px; min-width: 230px; }
.logo-img { width: 155px; height: auto; }
.logo-text strong { display: block; letter-spacing: .08em; text-transform: uppercase; }
.logo-text span { color: var(--muted); font-size: .88rem; }
.nav-toggle { display: none; }
.main-nav { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.main-nav a { padding: 10px 12px; border-radius: 999px; color: var(--muted); font-weight: 700; font-size: .92rem; }
.main-nav a:hover, .main-nav a.active { color: var(--text); background: rgba(255,255,255,.08); }

.hero { padding: 82px 0 58px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 34px; align-items: center; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .82rem; }
h1, h2, h3 { margin: 0; line-height: 1.05; }
h1 { font-size: clamp(2.7rem, 8vw, 6.6rem); letter-spacing: -.06em; }
h2 { font-size: clamp(2rem, 5vw, 4.2rem); letter-spacing: -.045em; }
h3 { font-size: 1.35rem; }
p { color: var(--muted); line-height: 1.7; }
.lead { font-size: 1.18rem; max-width: 760px; }
.gradient-text { background: linear-gradient(90deg, var(--orange), var(--pink), var(--gold)); -webkit-background-clip: text; color: transparent; }
.hero-card { background: linear-gradient(145deg, rgba(255,122,24,.18), rgba(255,47,146,.13)), var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.hero-logo { width: min(420px, 100%); margin-inline: auto; }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.badge, .tag { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid var(--line); color: var(--text); font-weight: 700; font-size: .88rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { border: 0; border-radius: 999px; padding: 13px 18px; font-weight: 900; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: rgba(255,255,255,.08); color: var(--text); border: 1px solid var(--line); }
.btn.primary { background: linear-gradient(90deg, var(--orange), var(--pink)); border: 0; color: white; }
.btn.gold { background: var(--gold); color: #1b1300; border: 0; }
.btn.small { padding: 8px 12px; font-size: .86rem; }

.section { padding: 58px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.section-head p { max-width: 680px; margin: 10px 0 0; }
.grid { display: grid; gap: 18px; }
.grid.cards-3 { grid-template-columns: repeat(3, 1fr); }
.grid.cards-2 { grid-template-columns: repeat(2, 1fr); }
.card { background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02)), var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.card.highlight { background: linear-gradient(145deg, rgba(255,122,24,.16), rgba(247,201,72,.08)), var(--card); }
.card p:last-child { margin-bottom: 0; }
.card-meta { color: var(--gold); font-weight: 900; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; }
.event-card { position: relative; overflow: hidden; }
.event-date { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; min-width: 84px; padding: 10px; border-radius: 18px; background: linear-gradient(145deg, var(--orange), var(--pink)); color: white; font-weight: 900; margin-bottom: 16px; }
.event-date span:first-child { font-size: 1.4rem; }
.event-img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 16px; margin-bottom: 16px; border: 1px solid var(--line); }

.menu-tools { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.menu-search { width: min(420px, 100%); border: 1px solid var(--line); border-radius: 999px; padding: 13px 16px; background: rgba(255,255,255,.08); color: var(--text); outline: none; }
.category-buttons { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.filter-btn { border: 1px solid var(--line); background: rgba(255,255,255,.06); color: var(--text); border-radius: 999px; padding: 9px 12px; cursor: pointer; font-weight: 800; }
.filter-btn.active { background: var(--gold); color: #150f00; border-color: transparent; }
.menu-category { margin-bottom: 30px; }
.menu-category h3 { margin-bottom: 12px; color: var(--gold); }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 15px 0; border-bottom: 1px dashed rgba(255,255,255,.18); }
.menu-name { font-weight: 900; }
.menu-desc { color: var(--muted); font-size: .93rem; margin-top: 4px; }
.menu-price { text-align: right; font-weight: 900; color: var(--text); white-space: nowrap; }

.info-strip { padding: 20px 0; background: linear-gradient(90deg, rgba(255,122,24,.16), rgba(255,47,146,.14)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.info-strip .container { display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; align-items: center; }
.footer { padding: 42px 0; border-top: 1px solid var(--line); background: rgba(0,0,0,.25); margin-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 22px; }
.footer a { color: var(--muted); display: inline-block; margin: 6px 0; }

.form-card { max-width: 920px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-row { display: flex; flex-direction: column; gap: 6px; }
.form-row.full { grid-column: 1 / -1; }
label { color: var(--text); font-weight: 800; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.08); color: var(--text); padding: 12px 13px; font: inherit; }
select option { color: #111; }
textarea { min-height: 120px; }
.check-row { flex-direction: row; align-items: center; gap: 10px; }
.check-row input { width: auto; }
.admin-table { width: 100%; border-collapse: collapse; overflow: hidden; }
.admin-table th, .admin-table td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.admin-table th { color: var(--gold); font-size: .86rem; text-transform: uppercase; letter-spacing: .08em; }
.actions { display: flex; gap: 8px; flex-wrap: wrap; }
.inline-form { display: inline; }
.admin-nav { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.notice { padding: 14px 16px; border-radius: 14px; background: rgba(255,47,146,.12); border: 1px solid rgba(255,47,146,.28); color: var(--text); }
.placeholder-box { min-height: 230px; border-radius: var(--radius); border: 1px dashed rgba(255,255,255,.25); display: grid; place-items: center; color: var(--muted); background: rgba(255,255,255,.04); }

@media (max-width: 980px) {
  .hero-grid, .grid.cards-3, .grid.cards-2, .footer-grid { grid-template-columns: 1fr; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .nav-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; left: 16px; right: 16px; top: 78px; padding: 14px; border-radius: 20px; background: rgba(20,12,23,.98); border: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .main-nav a { border-radius: 14px; }
  .form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(var(--max), calc(100% - 22px)); }
  .hero { padding-top: 44px; }
  .logo-img { width: 122px; }
  .logo-text { display: none; }
  .card { padding: 18px; }
  .admin-table { font-size: .86rem; }
}

/* ==================================================
   Gardencity Patch V2
   CSV-Import, Admin-Mobile-Fix, Logo/Bilder
   ================================================== */

.notice-card {
  border: 1px solid rgba(201, 168, 76, 0.55);
  background: rgba(201, 168, 76, 0.12);
}

.csv-card {
  border-color: rgba(255, 122, 24, 0.28);
}

.small-text {
  font-size: 0.9rem;
}

input[type="file"] {
  padding: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--text);
}

.logo-img {
  object-fit: contain;
  max-height: 96px;
}

.hero-logo {
  object-fit: contain;
  max-height: 420px;
}

.admin-table-card {
  overflow: hidden;
}

.admin-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius);
}

.admin-table {
  min-width: 760px;
}

.admin-table th,
.admin-table td {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.admin-table td:last-child {
  min-width: 180px;
}

.actions {
  min-width: 160px;
}

.btn {
  white-space: normal;
  text-align: center;
  line-height: 1.2;
}

input,
textarea,
select,
button {
  max-width: 100%;
}

.form-card,
.card {
  overflow: hidden;
}

.admin-nav .btn {
  flex: 1 1 auto;
}

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

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

@media (max-width: 760px) {
  .admin-table {
    min-width: 680px;
    font-size: 0.82rem;
  }

  .admin-table th,
  .admin-table td {
    padding: 9px;
  }

  .actions {
    flex-direction: column;
    align-items: stretch;
  }

  .actions .btn,
  .inline-form .btn {
    width: 100%;
  }

  .admin-nav,
  .btn-row {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-nav .btn,
  .btn-row .btn {
    width: 100%;
  }

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

  h1 {
    font-size: clamp(2.1rem, 12vw, 4rem);
  }

  h2 {
    font-size: clamp(1.8rem, 9vw, 3rem);
  }

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

@media (max-width: 480px) {
  .container {
    width: calc(100% - 18px);
  }

  .card {
    padding: 14px;
  }

  .admin-table {
    min-width: 620px;
    font-size: 0.78rem;
  }

  .btn {
    padding: 10px 12px;
    font-size: 0.86rem;
  }

  input,
  textarea,
  select {
    font-size: 16px;
  }

  .logo-img {
    width: 112px;
  }

  .hero-logo {
    width: min(320px, 100%);
  }
}

/* Globale Einstellungen */
.notice-card {
  border: 1px solid rgba(201, 168, 76, 0.55);
  background: rgba(201, 168, 76, 0.12);
}

.check-row.full {
  grid-column: 1 / -1;
}

.small-text {
  font-size: 0.9rem;
}

/* Automatische Galerie */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-item {
  display: block;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: rgba(255,255,255,0.04);
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform .25s ease, filter .25s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
  filter: brightness(1.08);
}

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

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

/* Admin Galerie */
.admin-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.admin-gallery-item {
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  box-shadow: var(--shadow);
}

.admin-gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.admin-gallery-meta {
  padding: 14px;
  display: grid;
  gap: 12px;
}

.admin-gallery-meta strong {
  font-size: 0.85rem;
  color: var(--muted);
  word-break: break-word;
}

.btn.danger {
  border-color: rgba(255, 80, 80, 0.5);
  color: #ffb3b3;
}

.btn.danger:hover {
  background: rgba(255, 80, 80, 0.16);
}

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

@media (max-width: 620px) {
  .admin-gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* ==================================================
   Events Design Patch
   ================================================== */

.event-hero {
  position: relative;
  overflow: hidden;
}

.event-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -45% 45%;
  height: 340px;
  background: radial-gradient(circle, rgba(255,47,146,.22), transparent 68%);
  pointer-events: none;
}

.events-section {
  position: relative;
}

.event-grid {
  display: grid;
  gap: 22px;
}

.recurring-grid {
  grid-template-columns: repeat(3, 1fr);
}

.special-grid {
  grid-template-columns: repeat(3, 1fr);
}

.event-poster {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255,122,24,.16), rgba(255,47,146,.10)),
    var(--card);
  box-shadow: var(--shadow);
}

.event-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(247,201,72,.14), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(255,47,146,.12), transparent 34%);
  pointer-events: none;
}

.recurring-poster {
  padding: 24px;
}

.special-poster {
  display: flex;
  flex-direction: column;
}

.event-poster-body {
  padding: 22px;
  position: relative;
  z-index: 1;
}

.event-poster-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.event-badge,
.event-mini,
.status-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.event-badge {
  color: #1a1000;
  background: var(--gold);
}

.event-mini {
  color: var(--text);
  background: rgba(255,255,255,.09);
  border: 1px solid var(--line);
}

.event-poster h3 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.event-time-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.event-time-line span {
  display: inline-flex;
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(0,0,0,.22);
  border: 1px solid var(--line);
  color: var(--text);
  font-weight: 850;
}

.event-small-text {
  font-size: .94rem;
  color: var(--muted);
}

.event-image-link {
  display: block;
  position: relative;
  z-index: 1;
}

.event-image-placeholder {
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255,122,24,.24), rgba(255,47,146,.22)),
    rgba(255,255,255,.04);
  border-bottom: 1px solid var(--line);
}

.event-image-placeholder span {
  color: var(--gold);
  font-size: 1.4rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.event-actions {
  margin-top: 18px;
}

.admin-card-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-card-head p {
  margin: 8px 0 0;
}

.status-pill {
  margin: 0 5px 6px 0;
  border: 1px solid var(--line);
}

.status-pill.is-on {
  background: rgba(80, 220, 140, .14);
  color: #bcffd6;
}

.status-pill.is-off {
  background: rgba(255, 80, 80, .14);
  color: #ffc0c0;
}

.status-pill.is-auto {
  background: rgba(247, 201, 72, .14);
  color: #ffeaa0;
}

.status-pill.is-register {
  background: rgba(255, 47, 146, .14);
  color: #ffc3df;
}

.file-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

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

@media (max-width: 980px) {
  .recurring-grid,
  .special-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .admin-event-head {
    align-items: start;
    flex-direction: column;
  }
}

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

  .event-poster-body,
  .recurring-poster {
    padding: 18px;
  }

  .event-time-line {
    flex-direction: column;
    align-items: flex-start;
  }

  .event-time-line span {
    width: 100%;
  }
}

/* ==================================================
   Startseite Design Patch
   ================================================== */

.home-hero {
  position: relative;
  overflow: hidden;
  min-height: 76vh;
  display: flex;
  align-items: center;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,122,24,.22), transparent 34%),
    radial-gradient(circle at 78% 18%, rgba(255,47,146,.20), transparent 32%),
    radial-gradient(circle at 60% 90%, rgba(247,201,72,.12), transparent 35%);
  pointer-events: none;
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
}

.home-hero-content h1 {
  font-size: clamp(3.5rem, 9vw, 7.8rem);
  line-height: .9;
  margin-bottom: 18px;
}

.home-hero-text {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
  margin: 0 0 26px;
}

.home-hero-logo-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 430px;
  border-radius: 36px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255,122,24,.12), rgba(255,47,146,.11)),
    rgba(255,255,255,.035);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.home-hero-logo-card::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 22%, rgba(0,0,0,.24) 23% 24%, rgba(255,255,255,.05) 25% 26%, rgba(0,0,0,.35) 27% 100%);
  opacity: .75;
}

.home-hero-logo-card .hero-logo {
  position: relative;
  z-index: 2;
  width: min(430px, 90%);
  filter: drop-shadow(0 20px 50px rgba(0,0,0,.6));
}

.vinyl-glow {
  position: absolute;
  inset: auto auto 8% 12%;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(247,201,72,.22), transparent 70%);
  filter: blur(8px);
}

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

.highlight-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255,122,24,.10), rgba(255,47,146,.08)),
    var(--card);
  padding: 24px;
  box-shadow: var(--shadow);
}

.highlight-icon {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 14px;
}

.highlight-card h3 {
  font-size: 1.45rem;
  margin: 14px 0 10px;
}

.highlight-card p {
  color: var(--muted);
  margin-bottom: 18px;
}

.highlight-card a {
  color: var(--gold);
  font-weight: 900;
  text-decoration: none;
}

.highlight-card a:hover {
  text-decoration: underline;
}

.teaser-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.teaser-card {
  display: block;
  min-height: 260px;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid var(--line);
  color: var(--text);
  text-decoration: none;
  background: var(--card);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.teaser-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -45% 45%;
  height: 240px;
  background: radial-gradient(circle, rgba(255,47,146,.22), transparent 70%);
  pointer-events: none;
}

.teaser-card h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 10px 0 12px;
}

.teaser-card p {
  max-width: 620px;
  color: var(--muted);
}

.teaser-card span {
  display: inline-flex;
  margin-top: 22px;
  color: var(--gold);
  font-weight: 950;
}

.teaser-card:hover {
  transform: translateY(-2px);
  border-color: rgba(247,201,72,.45);
}

.teaser-events {
  background:
    linear-gradient(135deg, rgba(255,47,146,.18), rgba(255,122,24,.10)),
    var(--card);
}

.teaser-drinks {
  background:
    linear-gradient(135deg, rgba(247,201,72,.14), rgba(255,122,24,.13)),
    var(--card);
}

.teaser-gallery {
  background:
    linear-gradient(135deg, rgba(255,122,24,.14), rgba(255,47,146,.10)),
    var(--card);
}

.teaser-contact {
  background:
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(247,201,72,.08)),
    var(--card);
}

.home-cta-card {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  border-radius: 30px;
  border: 1px solid rgba(247,201,72,.35);
  background:
    linear-gradient(135deg, rgba(247,201,72,.12), rgba(255,47,146,.08)),
    var(--card);
  padding: 32px;
  box-shadow: var(--shadow);
}

.home-cta-card h2 {
  margin: 8px 0 10px;
}

.home-cta-card p {
  color: var(--muted);
  max-width: 720px;
  margin: 0;
}

@media (max-width: 1000px) {
  .home-hero-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-logo-card {
    min-height: 340px;
  }

  .highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .home-hero {
    min-height: auto;
  }

  .home-hero-grid {
    gap: 28px;
  }

  .home-hero-content h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .home-hero-logo-card {
    min-height: 260px;
    border-radius: 24px;
  }

  .home-hero-logo-card::before {
    width: 360px;
    height: 360px;
  }

  .highlight-grid,
  .teaser-grid {
    grid-template-columns: 1fr;
  }

  .highlight-card,
  .teaser-card,
  .home-cta-card {
    padding: 22px;
  }
}

/* Reservierungsformular */
.reservation-hero {
  position: relative;
  overflow: hidden;
}

.reservation-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,122,24,.22), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(255,47,146,.18), transparent 32%);
  pointer-events: none;
}

.reservation-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 24px;
  align-items: start;
}

.reservation-info-card,
.reservation-form-card {
  border-color: rgba(247,201,72,.24);
}

.contact-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.contact-list a {
  display: block;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: var(--text);
  text-decoration: none;
}

.contact-list a:hover {
  border-color: rgba(247,201,72,.45);
}

.contact-list strong {
  display: block;
  color: var(--gold);
  margin-bottom: 4px;
}

.contact-list span {
  color: var(--muted);
}

.error-card {
  border-color: rgba(255, 80, 80, .55);
  background: rgba(255, 80, 80, .12);
}

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

@media (max-width: 620px) {
  .reservation-info-card,
  .reservation-form-card {
    padding: 18px;
  }
}
