/* ================================
   PREBANNER / HEADER
=================================== */

.amadeus-topbar-voucher{
  padding:10px 12px;
  background:#faf3e0;
  border-bottom:1px solid rgba(0,0,0,0.06);
}

.amadeus-topbar-voucher-inner{
  max-width:1100px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:14px;
  font-family:"Inter", system-ui, sans-serif;
  padding:10px 12px;
  border-radius:16px;
  background:linear-gradient(120deg, rgba(204,163,0,.14), rgba(238,144,35,.10));
}

.amadeus-topbar-voucher-badge{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:var(--amadeus-accent, #cca300);
  color:#233d40;
  font-weight:800;
  font-size:var(--am-type-label);
  letter-spacing:.04em;
  text-transform:uppercase;
  white-space:nowrap;
}

.amadeus-topbar-voucher-copy{
  flex:1;
  min-width:240px;
}

.amadeus-topbar-voucher-title{
  margin:0;
  color:var(--amadeus-text, #233d40);
  font-size:var(--am-type-body-sm);
  line-height:1.25;
}

.amadeus-topbar-voucher-meta{
  margin:2px 0 0;
  font-size:var(--am-type-note);
  color:rgba(35,61,64,.85);
}

.amadeus-topbar-voucher-mail{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;
  font-weight:700;
}

.amadeus-topbar-voucher-cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:14px;
  background:linear-gradient(120deg, var(--amadeus-accent, #cca300), #ee9023);
  color:#ffffff;
  text-decoration:none;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 10px 22px rgba(0,0,0,.12);
  transition:transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.amadeus-topbar-voucher-cta:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(0,0,0,.16);
  filter:saturate(1.05);
}

.amadeus-topbar-voucher a.amadeus-topbar-voucher-cta,
.amadeus-topbar-voucher a.amadeus-topbar-voucher-cta:visited,
.amadeus-topbar-voucher a.amadeus-topbar-voucher-cta:hover,
.amadeus-topbar-voucher a.amadeus-topbar-voucher-cta:focus{
  color:#fff !important;
  text-decoration:none !important;
}

.amadeus-topbar-voucher a.amadeus-topbar-voucher-cta{
  background:linear-gradient(120deg, #b07d00, #ee9023) !important;
  font-weight:900;
  text-shadow:0 1px 0 rgba(0,0,0,.25);
}

.amadeus-prebanner {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 420px;
  overflow: hidden;
  background: #000;
}

/* Hinweisleiste bei speziellen Events / Schliessungen */
.amadeus-closed-event {
  background-color: #ffeb3b;
  color: #000;
  text-align: center;
  padding: 1rem;
  font-weight: bold;
  font-size: var(--am-type-subtitle);
  border-bottom: 2px solid #f57c00;
}
.amadeus-closed-event p {
  margin: 0;
}

.amadeus-prebanner-video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* Bild statt Video */
.amadeus-prebanner-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Overlay auf dem Headerbild */
.amadeus-prebanner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.25) 45%,
    rgba(0, 0, 0, 0.65) 100%
  );
  pointer-events: none;
}

/* Textbereich im Header */
.amadeus-prebanner-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.5rem;
  text-align: center;
  color: #fff;
  pointer-events: none; /* Buttons werden im Inneren wieder aktiviert */
}

.amadeus-prebanner-inner {
  max-width: 960px;
  margin: 0 auto;
  pointer-events: auto;
}

.amadeus-prebanner-label {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  margin-bottom: 0.8rem;
  font-size: var(--am-type-label);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
}

.amadeus-prebanner-title {
  font-family: "Playfair Display", serif;
  font-size: var(--am-type-page-title);
  margin: 0 0 0.5rem;
  font-weight: 700;
}

.amadeus-prebanner-sub {
  font-family: "Inter", sans-serif;
  font-size: var(--am-type-subtitle);
  margin: 0 0 1.5rem;
  opacity: 0.9;
}

.amadeus-prebanner-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

/* Header-Button Styling (gold / gut sichtbar auf Bild) */
.amadeus-prebanner-actions .amadeus-btn,
.amadeus-prebanner-actions .amadeus-btn-primary,
.amadeus-prebanner-actions .amadeus-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 0.95rem 1.9rem;
  font-size: var(--am-type-body);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 2px solid #cca300;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
  text-decoration: none;
  transition: all 0.25s ease;
}

.amadeus-prebanner-actions .amadeus-btn:hover,
.amadeus-prebanner-actions .amadeus-btn-primary:hover,
.amadeus-prebanner-actions .amadeus-btn-ghost:hover {
  background: linear-gradient(135deg, #cca300, #ee9023);
  border-color: #f7e3a4;
  color: #2a220f !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.6);
}

.amadeus-prebanner-actions .amadeus-btn:active,
.amadeus-prebanner-actions .amadeus-btn-primary:active,
.amadeus-prebanner-actions .amadeus-btn-ghost:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
}

/* Soft Opening Hinweis – falls genutzt */
.amadeus-softopening {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.amadeus-softopening-inner {
  background: rgba(250, 243, 224, 0.9);
  border: 1px solid rgba(204, 163, 0, 0.4);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  padding: 14px 22px;
  text-align: center;
  color: #233d40;
  max-width: 560px;
  backdrop-filter: blur(6px);
  pointer-events: all;
}

.amadeus-softopening-inner h3 {
  font-family: "Playfair Display", serif;
  font-size: var(--am-type-h3);
  margin: 0 0 4px;
  color: #b89200;
}

.amadeus-softopening-inner p {
  font-family: "Inter", sans-serif;
  font-size: var(--am-type-body-sm);
  line-height: 1.5;
  margin: 0;
}

/* ---------- MOBILE TUNING FÜR iPHONE / KLEINE SCREENS ---------- */

@media (max-width: 700px) {
  .amadeus-topbar-voucher-inner{
    flex-direction:column;
    align-items:stretch;
    text-align:center;
  }

  .amadeus-topbar-voucher-cta{
    justify-content:center;
    width:100%;
  }

  /* mehr Höhe, damit Buttons nicht abgeschnitten werden */
  .amadeus-prebanner {
    height: 100vh;
    height: 100svh;
    min-height: 620px;
  }

  /* etwas weniger Padding & Inhalt eher nach oben schieben */
  .amadeus-prebanner-content {
    padding: 1.5rem 1rem 1.75rem;
    align-items: flex-start;
  }

  .amadeus-prebanner-inner{
    max-width: 34rem;
  }

  .amadeus-prebanner-title {
    font-size: var(--am-type-page-title-mobile);
    margin-bottom: 0.45rem;
  }

  .amadeus-prebanner-sub {
    font-size: var(--am-type-body-sm);
    margin-bottom: 1rem;
    line-height: 1.45;
  }

  .amadeus-prebanner-actions{
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
  }

  .amadeus-prebanner-actions .amadeus-btn,
  .amadeus-prebanner-actions .amadeus-btn-primary,
  .amadeus-prebanner-actions .amadeus-btn-ghost {
    width: min(100%, 32rem);
    min-width: 0;
    padding: 0.8rem 1.2rem;
    font-size: var(--am-type-body-sm);
    line-height: 1.25;
  }

  .amadeus-softopening {
    bottom: 20px;
  }
}

@media (max-width: 600px) {
  .amadeus-prebanner-title {
    font-size: var(--am-type-page-title-mobile);
  }
  .amadeus-prebanner-sub {
    font-size: var(--am-type-body-sm);
  }
  .amadeus-softopening-inner {
    padding: 10px 16px;
    font-size: var(--am-type-body-sm);
    max-width: 90%;
  }
  .amadeus-softopening-inner h3 {
    font-size: var(--am-type-h3);
  }
}

/* =========================================
   HOME: HERO
========================================= */

.amadeus-home{
  background:var(--amadeus-bg);
  color:var(--amadeus-text);
}

/* Layout-Helfer */
.amadeus-wrap{
  max-width:1100px;
  margin:0 auto;
  padding:0 18px;
}
.amadeus-section{
  padding:56px 0;
}
.amadeus-section-title{
  font-family:"Playfair Display", serif;
  font-size:var(--am-type-section-title);
  font-weight:600;
  margin:0 0 .8rem;
  color:var(--amadeus-text);
}
.amadeus-section-title.center,
.amadeus-section-intro.center{
  text-align:center;
}

.amadeus-section-intro{
  font-size:var(--am-type-body-sm);
  color:var(--amadeus-muted);
  margin:0 0 2rem;
}

/* Hero Layout */
.amadeus-hero{
  display:grid;
  grid-template-columns:minmax(0, 1.7fr) minmax(260px, 1.2fr);
  gap:34px;
  align-items:center;
  padding:96px 18px 44px;
  max-width:1200px;
  margin:0 auto;
}
.amadeus-hero-inner{
  position:relative;
}
.amadeus-hero-label{
  font-size:var(--am-type-label);
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--amadeus-accent);
  margin-bottom:.4rem;
}
.amadeus-hero-title{
  font-family:"Playfair Display", serif;
  font-size:var(--am-type-display);
  line-height:1.1;
  margin:0 0 .35rem;
}
.amadeus-hero-script{
  font-family:"Great Vibes", cursive;
  font-size:var(--am-type-script);
  margin:0 0 .6rem;
  color:#1f1f1f;
}
.amadeus-hero-text{
  font-family:"Inter", sans-serif;
  font-size:var(--am-type-body);
  line-height:1.7;
  margin:0 0 1.2rem;
  color:#333;
}
.amadeus-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:.8rem;
}
.amadeus-hero-note{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:var(--am-type-note);
  color:var(--amadeus-muted);
}
.amadeus-hero-note .dot{
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--amadeus-accent);
}

/* Hero Bild rechts */
.amadeus-hero-image-wrap{
  position:relative;
}
.amadeus-hero-image{
  width:100%;
  aspect-ratio:4/5;
  border-radius:22px;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.35)),
    url('../images/amadeusimg.jpg') center/cover no-repeat;
  box-shadow:0 18px 55px rgba(0,0,0,0.26);
}

/* Buttons */
.amadeus-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border-radius:999px;
  font-family:"Inter", sans-serif;
  font-size:var(--am-type-body-sm);
  font-weight:600;
  text-decoration:none;
  border:1px solid transparent;
  transition:all .22s ease;
  cursor:pointer;
}
.amadeus-btn-primary{
  background:var(--amadeus-accent);
  color:#233d40;
  border-color:rgba(0,0,0,0.04);
  box-shadow:0 8px 22px rgba(0,0,0,0.16);
}
.amadeus-btn-primary:hover,
.amadeus-btn-primary:focus{
  background:#e0b200;
  box-shadow:0 12px 30px rgba(0,0,0,0.2);
  transform:translateY(-1px);
}
.amadeus-btn-ghost{
  background:transparent;
  color:var(--amadeus-text);
  border-color:rgba(35,61,64,0.16);
}
.amadeus-btn-ghost:hover,
.amadeus-btn-ghost:focus{
  border-color:var(--amadeus-accent);
  color:#b89200;
}

/* Links allgemein im Home-Kontext */
.amadeus-link{
  color:var(--amadeus-accent);
  text-decoration:none;
  border-bottom:1px solid rgba(204,163,0,0.35);
  padding-bottom:1px;
  transition:color .2s ease, border-color .2s ease;
}
.amadeus-link:hover,
.amadeus-link:focus{
  color:#b89200;
  border-color:#b89200;
}

/* ABOUT */
.amadeus-about{
  background:rgba(255,255,255,0.9);
}
.amadeus-about .amadeus-wrap{
  display:grid;
  grid-template-columns:minmax(0, 2fr) minmax(260px, 1.3fr);
  gap:30px;
}
.amadeus-about p{
  font-size:var(--am-type-body-sm);
  line-height:1.8;
}
.amadeus-about-card{
  background:#fff;
  border-radius:18px;
  padding:18px 18px 16px;
  box-shadow:0 10px 30px rgba(0,0,0,0.06);
  border:1px solid rgba(0,0,0,0.03);
  font-size:var(--am-type-body-sm);
}
.amadeus-about-card h3{
  margin:0 0 .4rem;
  font-family:"Playfair Display", serif;
  font-size:var(--am-type-h3);
}
.amadeus-about-card ul{
  margin:0;
  padding-left:16px;
  list-style:disc;
}

/* DISHES */
.amadeus-dishes{
  background:var(--amadeus-bg);
}
.amadeus-dishes-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}
.amadeus-dish-card{
  background:#fff;
  border-radius:18px;
  padding:18px 16px 16px;
  box-shadow:0 8px 26px rgba(0,0,0,0.05);
  border:1px solid rgba(0,0,0,0.02);
  font-size:var(--am-type-body-sm);
  line-height:1.7;
}
.amadeus-dish-card h3{
  margin:0 0 .35rem;
  font-family:"Playfair Display", serif;
  font-size:var(--am-type-h3);
}

/* HOURS & LOCATION */
.amadeus-hours-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.6fr) minmax(260px, 1.4fr);
  gap:30px;
}
.amadeus-hours-table{
  margin:10px 0 12px;
  font-size:var(--am-type-body-sm);
}
.amadeus-hours-table > div{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:3px 0;
  border-bottom:1px solid rgba(0,0,0,0.03);
}
.amadeus-hours-note{
  font-size:var(--am-type-note);
  color:var(--amadeus-muted);
  margin:0 0 .2rem;
}
.amadeus-hours-contact{
  font-size:var(--am-type-body-sm);
  margin:8px 0 14px;
}
.amadeus-location h3{
  font-family:"Playfair Display", serif;
  margin:0 0 .35rem;
  font-size:var(--am-type-h3);
}
.amadeus-location-hint{
  font-size:var(--am-type-body-sm);
  color:var(--amadeus-muted);
}
.amadeus-location-map{
  margin-top:10px;
  font-size:var(--am-type-body-sm);
}

/* EVENTS */
.amadeus-events{
  background:#f4ead1;
}
.amadeus-events-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.amadeus-events p{
  font-size:var(--am-type-body-sm);
  margin:0;
}
.amadeus-events-cta{
  flex-shrink:0;
}

/* Responsive */
@media (max-width:900px){
  .amadeus-hero{
    grid-template-columns:1fr;
    padding-top:84px;
  }
  .amadeus-hero-image{
    max-width:420px;
    margin:0 auto;
  }
  .amadeus-about .amadeus-wrap,
  .amadeus-hours-grid,
  .amadeus-dishes-grid{
    grid-template-columns:1fr;
  }
  .amadeus-events-inner{
    flex-direction:column;
    align-items:flex-start;
  }
}
@media (max-width:600px){
  .amadeus-section{
    padding:40px 0;
  }
  .amadeus-hero{
    padding:76px 16px 32px;
  }
}

/* =========================================
   PRESSE & AUSZEICHNUNGEN – STARTSEITE
========================================= */
.amadeus-press{
  padding-top:10px;
}
.amadeus-press-sub{
  margin:4px 0 18px;
  font-size:var(--am-type-body-sm);
  color:var(--amadeus-muted);
  max-width:640px;
}
.amadeus-press-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}
.amadeus-press-card{
  background:#ffffff;
  border-radius:14px;
  padding:16px 16px 14px;
  box-shadow:0 10px 28px rgba(0,0,0,0.05);
  border:1px solid rgba(0,0,0,0.03);
}
.amadeus-press-label{
  font-size:var(--am-type-label);
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--amadeus-accent);
  margin-bottom:4px;
}
.amadeus-press-headline{
  font-family:"Playfair Display", serif;
  font-size:var(--am-type-h3);
  margin:0 0 4px;
  color:var(--amadeus-text);
}
.amadeus-press-text{
  margin:0 0 6px;
  font-size:var(--am-type-body-sm);
  color:#555;
  line-height:1.6;
}
@media (max-width:800px){
  .amadeus-press-grid{
    grid-template-columns:1fr;
  }
}




/* =======================================
   Galerie-Slider (Impressionen)
   ======================================= */
.amadeus-gallery {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

/* Galerie über volle Breite ziehen */
.amadeus-gallery .amadeus-wrap {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.amadeus-gallery-slider {
  position: relative;
  margin-top: 1.5rem;
  width: 100%;
  padding: 0 4vw 2.2rem; /* weniger Platz unten */
  overflow: visible;      /* ❗ Schatten darf rauslaufen */
}

/* Slides mittig ausrichten */
.amadeus-gallery-slide {
  height: auto;
  display: flex;
  justify-content: center;
}

/* Box mit fixer Höhe – alle Slides gleich hoch */
.amadeus-gallery-figure {
  width: 100%;
  height: min(65vh, 650px);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  background: #000;
}

.amadeus-gallery-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile etwas kompakter */
@media (max-width: 768px) {
  .amadeus-gallery-slider {
    padding: 0 1.5rem 2rem;
  }

  .amadeus-gallery-figure {
    border-radius: 24px;
    height: 55vh;
  }
}

/* Navigation-Buttons */
.amadeus-gallery .swiper-button-prev,
.amadeus-gallery .swiper-button-next {
  color: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
}

.amadeus-gallery .swiper-button-prev::after,
.amadeus-gallery .swiper-button-next::after {
  font-size: 16px;
}

/* Pagination besser sichtbar platzieren */
.amadeus-gallery .swiper-pagination {
  bottom: 6px; /* näher an die Karte ran */
}

.amadeus-gallery .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.4);
}

.amadeus-gallery .swiper-pagination-bullet-active {
  opacity: 1;
  background: #222222;
}
