.elementor-2 .elementor-element.elementor-element-a730fed{--display:flex;}.elementor-2 .elementor-element.elementor-element-493320d9{--display:flex;}.elementor-2 .elementor-element.elementor-element-fc58dc0 .rmp-products-grid{grid-template-columns:repeat(3, 1fr) !important;}.elementor-2 .elementor-element.elementor-element-fc58dc0 .rmp-cat-item{background-color:#ffffff;}.elementor-2 .elementor-element.elementor-element-fc58dc0 .rmp-cat-item .rmp-cat-name{color:#1e293b;}.elementor-2 .elementor-element.elementor-element-fc58dc0 .rmp-cat-item.active{background-color:#054E23 !important;border-color:#054E23 !important;}.elementor-2 .elementor-element.elementor-element-fc58dc0 .rmp-cat-item.active .rmp-cat-name{color:#ffffff !important;}.elementor-2 .elementor-element.elementor-element-fc58dc0 .rmp-product-card{background-color:#ffffff !important;border-radius:24px !important;}.elementor-2 .elementor-element.elementor-element-fc58dc0 .rmp-add-btn{background-color:#eef7f6 !important;color:#0d9488 !important;}.elementor-2 .elementor-element.elementor-element-fc58dc0 .rmp-add-btn:hover{background-color:#0d9488 !important;color:#ffffff !important;}.elementor-2 .elementor-element.elementor-element-b78eb79{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2 .elementor-element.elementor-element-493320d9{--content-width:1280px;}}@media(max-width:1024px){.elementor-2 .elementor-element.elementor-element-fc58dc0 .rmp-products-grid{grid-template-columns:repeat(2, 1fr) !important;}}@media(max-width:767px){.elementor-2 .elementor-element.elementor-element-fc58dc0 .rmp-products-grid{grid-template-columns:repeat(1, 1fr) !important;}}/* Start custom CSS for html, class: .elementor-element-1c84d3a *//* ============================================================
   MOHSAI – HERO SECTION ONLY
   Primary:   #033c1c  (Deep Forest Green)
   Accent:    #e0ab3e  (Warm Gold)
   Page BG:   #ffffff  (White – for other sections)
   Max-width: 1380px
   ============================================================ */

/* ── Reset ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

/* ── Page body – white for other sections ── */
body {
  font-family: 'Inter', sans-serif;
  background-color: #ffffff;
  color: #1a1a1a;
  overflow-x: hidden;
}

/* ============================================================
   HERO – full viewport, full bleed background
   ============================================================ */
.hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Green only here, not page-wide */
  background-color: #033c1c;
}

/* ── Background image – full bleed ── */
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* Multi-layer dark-green overlay */
.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      110deg,
      rgba(3, 60, 28, 0.93) 0%,
      rgba(3, 60, 28, 0.82) 38%,
      rgba(3, 60, 28, 0.45) 65%,
      rgba(0, 0, 0, 0.55) 100%
    );
}

/* ── Inner wrapper – 1380px max, centered ── */
.hero__wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 7rem 3rem 5rem;
  display: grid;
  grid-template-columns: 1fr 420px;
  grid-template-rows: auto 1fr;
  column-gap: 4rem;
  row-gap: 2rem;
  align-items: center;
}

/* Badge spans full width on top */
.hero__badge {
  grid-column: 1 / -1;
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(224, 171, 62, 0.10);
  border: 1px solid rgba(224, 171, 62, 0.40);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 999px;
  padding: 0.5rem 1.4rem;
}

.hero__badge-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e0ab3e;
}

.hero__badge-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e0ab3e;
  animation: blink 2s infinite;
}

.hero__badge-sep {
  color: rgba(224, 171, 62, 0.35);
  font-size: 1rem;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.35; }
}

/* ── Left: content ── */
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

/* Eyebrow */
.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e0ab3e;
}

.hero__eyebrow-line {
  display: inline-block;
  width: 32px;
  height: 1.5px;
  background: #e0ab3e;
  border-radius: 2px;
}

/* H1 */
.hero__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.18;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.hero__title-em {
  display: block;
  font-style: italic;
  color: #e0ab3e;
}

/* Subtitle */
.hero__subtitle {
  font-size: clamp(0.95rem, 1.6vw, 1.08rem);
  font-weight: 300;
  line-height: 1.9;
  color: rgba(255,255,255,0.80);
  max-width: 580px;
}

.hero__subtitle strong {
  color: #e0ab3e;
  font-weight: 600;
}

/* Description */
.hero__desc {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255,255,255,0.58);
  max-width: 520px;
}

/* CTA buttons */
.hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.9rem;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: all 0.28s cubic-bezier(0.4,0,0.2,1);
  cursor: pointer;
}

.hero__btn--primary {
  background: #e0ab3e;
  color: #033c1c;
  border: 2px solid #e0ab3e;
  box-shadow: 0 4px 22px rgba(224,171,62,0.38);
}

.hero__btn--primary:hover,
.hero__btn--primary:focus-visible {
  background: #f0be55;
  border-color: #f0be55;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(224,171,62,0.52);
}

.hero__btn--secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.38);
}

.hero__btn--secondary:hover,
.hero__btn--secondary:focus-visible {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.65);
  transform: translateY(-2px);
}

/* Stats */
.hero__stats {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.1rem 1.8rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 14px;
  backdrop-filter: blur(10px);
  width: fit-content;
  margin-top: 0.4rem;
}

.hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.hero__stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #e0ab3e;
  line-height: 1;
}

.hero__stat-lbl {
  font-size: 0.68rem;
  font-weight: 400;
  color: rgba(255,255,255,0.50);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero__stat-div {
  width: 1px;
  height: 34px;
  background: rgba(255,255,255,0.13);
}

/* ── Right: floating image card ── */
.hero__img-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  /* ★ shadow under the image ★ */
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.55),
    0 8px 24px  rgba(3, 60, 28, 0.50),
    0 0  0 1px rgba(224, 171, 62, 0.18);
  align-self: center;
  transform: perspective(900px) rotateY(-4deg) rotateX(2deg);
  transition: transform 0.5s ease;
}

.hero__img-card:hover {
  transform: perspective(900px) rotateY(0deg) rotateX(0deg) scale(1.02);
}

.hero__img-card-img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
}

/* "Jetzt geöffnet" badge on the card */
.hero__img-card-badge {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(3, 60, 28, 0.88);
  border: 1px solid rgba(224,171,62,0.45);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #e0ab3e;
  letter-spacing: 0.05em;
}

.hero__img-card-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4caf50;
  animation: blink 1.8s infinite;
}

/* ── Scroll indicator ── */
.hero__scroll {
  position: absolute;
  bottom: 1.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  animation: float-scroll 2.5s ease-in-out infinite;
}

.hero__scroll-txt {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.40);
}

.hero__scroll-icon {
  color: #e0ab3e;
  opacity: 0.7;
}

@keyframes float-scroll {
  0%, 100% { transform: translateX(-50%) translateY(0);   }
  50%       { transform: translateX(-50%) translateY(7px); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet landscape */
@media (max-width: 1100px) {
  .hero__wrapper {
    grid-template-columns: 1fr 340px;
    column-gap: 2.5rem;
    padding: 7rem 2rem 5rem;
  }
  .hero__img-card-img {
    height: 400px;
  }
}

/* Tablet portrait */
@media (max-width: 860px) {
  .hero__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 6rem 1.5rem 4rem;
    text-align: center;
  }

  .hero__badge {
    justify-self: center;
  }

  .hero__content {
    align-items: center;
  }

  .hero__subtitle,
  .hero__desc {
    max-width: 100%;
  }

  .hero__stats {
    justify-content: center;
  }

  .hero__img-card {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    transform: none;
  }

  .hero__img-card-img {
    height: 320px;
  }
}

/* Mobile */
@media (max-width: 520px) {
  .hero__badge {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 16px;
    gap: 0.4rem 0.6rem;
  }
  .hero__badge-sep { display: none; }

  .hero__actions {
    flex-direction: column;
    width: 100%;
  }

  .hero__btn {
    justify-content: center;
    width: 100%;
  }

  .hero__stats {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .hero__stat-div { display: none; }

  .hero__img-card-img {
    height: 260px;
  }
}

/* ============================================================
   ELEMENTOR COMPATIBILITY
   ============================================================ */
.elementor-section > .elementor-container {
  max-width: 1380px !important;
}

.e-con-inner {
  max-width: 1380px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-73f2993 *//* ============================================================
   MOHSAI – ABOUT / LANDING SECTIONS
   Primary:  #033c1c  |  Accent: #e0ab3e  |  BG: #ffffff
   Width:    1380px inner max
   ============================================================ */

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  color: #1a1a1a;
  overflow-x: hidden;
  line-height: 1.7;
}

a { text-decoration: none; color: inherit; }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }
ul { list-style: none; }

/* ── Container ── */
.container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

/* ── Shared: Section Header ── */
.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-header--light .section-title,
.section-header--light .section-subtitle { color: #fff; }

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
.section-title em {
  font-style: italic;
  color: #e0ab3e;
}
.section-title--light { color: #fff; }

.section-subtitle {
  font-size: 1.05rem;
  color: #555;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.8;
}
.section-subtitle--light { color: rgba(255,255,255,0.75); }

/* ── Eyebrow ── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e0ab3e;
  margin-bottom: 1rem;
}
.eyebrow--light { color: #e0ab3e; }
.eyebrow__line {
  display: inline-block;
  width: 28px;
  height: 1.5px;
  background: #e0ab3e;
  border-radius: 2px;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.8rem;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.28s ease;
  border: 2px solid transparent;
}
.btn--lg { padding: 1rem 2.2rem; font-size: 1rem; }

.btn--primary {
  background: #e0ab3e;
  color: #033c1c;
  border-color: #e0ab3e;
  box-shadow: 0 4px 20px rgba(224,171,62,0.35);
}
.btn--primary:hover {
  background: #f0be55;
  border-color: #f0be55;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(224,171,62,0.5);
}

.btn--outline-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.45);
}
.btn--outline-light:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.8);
  transform: translateY(-2px);
}

.btn--ghost {
  background: transparent;
  color: rgba(255,255,255,0.7);
  border-color: transparent;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.btn--ghost:hover { color: #fff; }

/* ══════════════════════════════
   SECTION 1 – ABOUT INTRO
══════════════════════════════ */
.about-intro {
  background: #ffffff;
  padding: 7rem 0 6rem;
}

.intro__grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 5rem;
  align-items: start;
}

.intro__lead {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.9;
  color: #2a2a2a;
  margin-bottom: 1.5rem;
}

.intro__body {
  font-size: 0.98rem;
  color: #555;
  line-height: 1.85;
}

/* Exp Cards */
.intro__cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: sticky;
  top: 2rem;
}

.exp-card {
  border-radius: 16px;
  padding: 1.4rem 1.6rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.exp-card:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.exp-card--green {
  background: #033c1c;
  color: #fff;
}
.exp-card--gold {
  background: #e0ab3e;
  color: #033c1c;
}
.exp-card--outline {
  background: #fff;
  border: 2px solid #e8e8e8;
  color: #1a1a1a;
}

.exp-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.exp-card--gold .exp-card__icon {
  background: rgba(3,60,28,0.12);
}
.exp-card--outline .exp-card__icon {
  background: #f5f5f5;
}

.exp-card__title {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.exp-card__text {
  font-size: 0.82rem;
  opacity: 0.8;
  line-height: 1.5;
}

/* ══════════════════════════════
   SECTION 2 – PHILOSOPHIE
══════════════════════════════ */
.philosophy {
  background: #033c1c;
  padding: 7rem 0 6rem;
}

.phil__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.phil-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  transition: background 0.25s, transform 0.25s;
}
.phil-card:hover {
  background: rgba(255,255,255,0.09);
  transform: translateY(-4px);
}

.phil-card__icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(224,171,62,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.phil-card__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.6rem;
}

.phil-card__text {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.62);
  line-height: 1.75;
  margin: 0;
}

.phil__quote {
  border-left: 3px solid #e0ab3e;
  padding: 1.5rem 2rem;
  background: rgba(224,171,62,0.06);
  border-radius: 0 16px 16px 0;
  max-width: 780px;
  margin: 0 auto;
}
.phil__quote p {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-style: italic;
  color: rgba(255,255,255,0.85);
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
.phil__quote cite {
  font-size: 0.8rem;
  color: #e0ab3e;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ══════════════════════════════
   SECTION 3 – QUALITÄT
══════════════════════════════ */
.quality {
  background: #fafaf8;
  padding: 7rem 0 6rem;
}

.quality__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.quality__text {
  font-size: 1rem;
  color: #444;
  line-height: 1.85;
}
.quality__text p { margin-bottom: 1.2rem; }

.quality__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.quality__item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.quality__item-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #033c1c;
  color: #e0ab3e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quality__item strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.2rem;
}
.quality__item p {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ══════════════════════════════
   SECTION 4 – SERVICES
══════════════════════════════ */
.services {
  background: #033c1c;
  padding: 7rem 0 6rem;
}

.srv__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.srv-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  position: relative;
  transition: transform 0.28s ease, background 0.28s ease;
}
.srv-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.09);
}

.srv-card--featured {
  background: #e0ab3e;
  border-color: #e0ab3e;
  color: #033c1c;
}
.srv-card--featured:hover { background: #f0be55; }

.srv-card__badge {
  position: absolute;
  top: -12px;
  left: 2rem;
  background: #033c1c;
  color: #e0ab3e;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(224,171,62,0.4);
}

.srv-card__num {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 900;
  color: rgba(255,255,255,0.08);
  line-height: 1;
  margin-bottom: 1rem;
}
.srv-card--featured .srv-card__num { color: rgba(3,60,28,0.12); }

.srv-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.srv-card--featured .srv-card__icon { background: rgba(3,60,28,0.12); }

.srv-card__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
.srv-card--featured .srv-card__title { color: #033c1c; }

.srv-card__text {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.srv-card--featured .srv-card__text { color: rgba(3,60,28,0.75); }

.srv-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #e0ab3e;
  letter-spacing: 0.04em;
  transition: gap 0.2s;
}
.srv-card__link--dark { color: #033c1c; }
.srv-card__link:hover { gap: 0.7rem; }

/* ══════════════════════════════
   SECTION 5 – MENÜ HIGHLIGHT
══════════════════════════════ */
.menu-highlight {
  background: #ffffff;
  padding: 7rem 0 6rem;
}

.menu__cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.menu-cat {
  background: #fafaf8;
  border: 1px solid #ededed;
  border-radius: 20px;
  padding: 2rem 1.8rem;
  transition: transform 0.25s, box-shadow 0.25s;
}
.menu-cat:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(3,60,28,0.08);
}

.menu-cat--featured {
  background: #033c1c;
  border-color: #033c1c;
  grid-column: span 1;
}

.menu-cat__header {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.menu-cat__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(3,60,28,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.menu-cat__icon--light { background: rgba(224,171,62,0.12); }

.menu-cat__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
}
.menu-cat__title--light { color: #fff; }

.menu-cat__text {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.78;
  margin-bottom: 1rem;
}
.menu-cat__text--light { color: rgba(255,255,255,0.68); }

.menu-cat__tag {
  display: inline-block;
  background: rgba(3,60,28,0.07);
  color: #033c1c;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
}

.menu-cat__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #e0ab3e;
  color: #033c1c;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.65rem 1.4rem;
  border-radius: 999px;
  transition: background 0.22s, gap 0.2s;
  margin-top: 0.5rem;
}
.menu-cat__btn:hover { background: #f0be55; gap: 0.7rem; }

/* ══════════════════════════════
   SECTION 6 – ATMOSPHÄRE
══════════════════════════════ */
.atmosphere {
  background: #fafaf8;
  padding: 7rem 0 6rem;
}

.atm__grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 5rem;
  align-items: center;
}

.atm__text .eyebrow { display: flex; margin-bottom: 1rem; }
.atm__text .section-title { text-align: left; margin-bottom: 1.5rem; }
.atm__text p { font-size: 0.98rem; color: #555; line-height: 1.85; }

.atm__occasions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin: 1.5rem 0;
  padding: 1.5rem;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #ededed;
}
.atm__occasions li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
}

.atm__occ-icon { font-size: 1.2rem; }

.atm__closing {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-style: italic;
  color: #033c1c !important;
  margin-top: 1rem;
}

/* Image card */
.atm__visual { position: relative; }

.atm__img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 24px 64px rgba(0,0,0,0.18),
    0 8px 24px rgba(3,60,28,0.15);
}

.atm__img-placeholder {
  width: 100%;
  height: 500px;
  background: linear-gradient(135deg, #033c1c 0%, #0a5a2c 60%, #1a7a40 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: rgba(255,255,255,0.3);
  font-size: 0.85rem;
}

.atm__img-badge {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(3,60,28,0.9);
  border: 1px solid rgba(224,171,62,0.4);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #e0ab3e;
  letter-spacing: 0.05em;
}

.atm__img-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4caf50;
  animation: blink 1.8s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.35; }
}

/* ══════════════════════════════
   SECTION 7 – ZEITEN
══════════════════════════════ */
.times {
  background: #033c1c;
  padding: 7rem 0 6rem;
}

.times__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.time-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 2.5rem 2.2rem;
  transition: background 0.25s, transform 0.25s;
}
.time-card:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-4px);
}

.time-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(224,171,62,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.time-card__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.3rem;
}

.time-card__subtitle {
  font-size: 0.82rem;
  font-weight: 500;
  color: #e0ab3e;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.time-card__text {
  font-size: 0.93rem;
  color: rgba(255,255,255,0.68);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.time-card__note {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.38);
  font-style: italic;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 1rem;
  margin: 0;
}

/* ══════════════════════════════
   SECTION 8 – GESCHICHTE
══════════════════════════════ */
.story {
  background: #ffffff;
  padding: 7rem 0 6rem;
}

.story__grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 5rem;
  align-items: start;
}

/* Timeline */
.story__timeline {
  position: relative;
  padding-left: 2rem;
}
.story__timeline::before {
  content: '';
  position: absolute;
  left: 9px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(to bottom, #e0ab3e, rgba(224,171,62,0.15));
  border-radius: 2px;
}

.story__step {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  position: relative;
}
.story__step:last-child { margin-bottom: 0; }

.story__step-dot {
  position: absolute;
  left: -2rem;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e0ab3e;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #e0ab3e;
  flex-shrink: 0;
}

.story__step-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
.story__step-content p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

/* Values Aside */
.story__values {
  background: #033c1c;
  border-radius: 24px;
  padding: 2.5rem;
  position: sticky;
  top: 2rem;
}

.story__values-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.story__values-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
}

.story__value-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.story__value-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: rgba(224,171,62,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.story__value-item strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}
.story__value-item span {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
}

.story__closing {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  font-style: italic;
  color: #e0ab3e;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.2rem;
  margin: 0;
}

/* ══════════════════════════════
   SECTION 9 – CTA FINAL
══════════════════════════════ */
.cta-final {
  background: #033c1c;
  padding: 7rem 0;
}

.cta-final__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
}

.cta-final__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
}

.cta-final__sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.68);
  max-width: 580px;
  line-height: 1.8;
  margin: 0;
}

.cta-final__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.cta-final__note {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.05em;
}

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 1100px) {
  .intro__grid      { grid-template-columns: 1fr; }
  .intro__cards     { flex-direction: row; position: static; }
  .atm__grid        { grid-template-columns: 1fr; }
  .story__grid      { grid-template-columns: 1fr; }
  .story__values    { position: static; }
  .phil__grid       { grid-template-columns: repeat(2, 1fr); }
  .menu__cats       { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .container { padding: 0 1.5rem; }

  .srv__grid        { grid-template-columns: 1fr; }
  .times__grid      { grid-template-columns: 1fr; }
  .quality__grid    { grid-template-columns: 1fr; }

  .intro__cards     { flex-direction: column; }
  .phil__grid       { grid-template-columns: 1fr 1fr; }
  .menu__cats       { grid-template-columns: 1fr; }

  .section-title    { font-size: 1.8rem; }
}

@media (max-width: 540px) {
  .about-intro,
  .philosophy,
  .quality,
  .services,
  .menu-highlight,
  .atmosphere,
  .times,
  .story,
  .cta-final        { padding: 4rem 0; }

  .phil__grid       { grid-template-columns: 1fr; }
  .cta-final__actions { flex-direction: column; width: 100%; }
  .btn              { width: 100%; justify-content: center; }

  .story__timeline  { padding-left: 1.5rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1da79c *//* ============================================================
   MOHSAI – LOWER SECTIONS  (lower.css)
   Primary : #033c1c  |  Accent : #e0ab3e  |  BG : #ffffff
   Max-width inner : 1380px
   ============================================================ */

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', sans-serif;
  background: #ffffff;
  color: #1a1a1a;
  overflow-x: hidden;
  line-height: 1.7;
}

a { text-decoration: none; color: inherit; }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }
ul, ol { list-style: none; }

/* ── Container ── */
.container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

/* ── Section Header ── */
.section-header { text-align: center; margin-bottom: 4rem; }
.section-header--light .section-title,
.section-header--light .section-subtitle { color: #fff; }

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 900;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
.section-title em { font-style: italic; color: #e0ab3e; }
.section-title--light { color: #fff; }

.section-subtitle {
  font-size: 1rem;
  color: #666;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.8;
}
.section-subtitle--light { color: rgba(255,255,255,0.72); }

/* ── Eyebrow ── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e0ab3e;
  margin-bottom: 1rem;
}
.eyebrow--light { color: #e0ab3e; }
.eyebrow__line {
  display: inline-block;
  width: 26px; height: 1.5px;
  background: #e0ab3e;
  border-radius: 2px;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.8rem;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.28s ease;
  border: 2px solid transparent;
}
.btn--lg { padding: 1rem 2.2rem; font-size: 1rem; }

.btn--primary {
  background: #e0ab3e; color: #033c1c; border-color: #e0ab3e;
  box-shadow: 0 4px 20px rgba(224,171,62,0.35);
}
.btn--primary:hover {
  background: #f0be55; border-color: #f0be55;
  transform: translateY(-2px); box-shadow: 0 8px 28px rgba(224,171,62,0.5);
}
.btn--outline-light {
  background: transparent; color: #fff; border-color: rgba(255,255,255,0.4);
}
.btn--outline-light:hover {
  background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.75);
  transform: translateY(-2px);
}
.btn--ghost {
  background: transparent; color: rgba(255,255,255,0.65); border-color: transparent;
  text-decoration: underline; text-underline-offset: 4px;
}
.btn--ghost:hover { color: #fff; }

/* ══════════════════════════════
   SECTION 1 – GETRÄNKE
══════════════════════════════ */
.drinks {
  background: #fafaf8;
  padding: 7rem 0 6rem;
}

.drinks__grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 5rem;
  align-items: center;
}

.drinks__lead {
  font-size: 1.05rem;
  color: #2a2a2a;
  line-height: 1.9;
  margin-bottom: 1.2rem;
}
.drinks__note {
  font-size: 0.93rem;
  color: #666;
}
.drinks__closing {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: #033c1c;
  border-left: 3px solid #e0ab3e;
  padding-left: 1rem;
  margin-top: 1.5rem;
}

.drinks__cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.drink-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 16px;
  padding: 1.3rem 1.5rem;
  transition: transform 0.25s, box-shadow 0.25s;
}
.drink-card:hover {
  transform: translateX(4px);
  box-shadow: 0 6px 20px rgba(3,60,28,0.08);
}
.drink-card--accent {
  background: #e0ab3e;
  border-color: #e0ab3e;
}

.drink-card__icon {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: rgba(3,60,28,0.06);
  color: #033c1c;
  display: flex; align-items: center; justify-content: center;
}
.drink-card--accent .drink-card__icon { background: rgba(3,60,28,0.12); }
.drink-card__icon--dark { background: rgba(3,60,28,0.12); }

.drink-card__title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.2rem;
}
.drink-card__title--dark { color: #033c1c; }

.drink-card__text {
  font-size: 0.8rem;
  color: #777;
  line-height: 1.5;
  margin: 0;
}
.drink-card__text--dark { color: rgba(3,60,28,0.65); }

/* ══════════════════════════════
   SECTION 2 – DESSERTS
══════════════════════════════ */
.desserts {
  background: #033c1c;
  padding: 7rem 0 6rem;
}

.desserts__inner {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 5rem;
  align-items: center;
}

.desserts__text p {
  font-size: 0.98rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.85;
}

.desserts__quote {
  border-left: 3px solid #e0ab3e;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-style: italic;
  color: rgba(255,255,255,0.88);
  background: rgba(224,171,62,0.07);
  border-radius: 0 12px 12px 0;
}

.desserts__closing {
  color: rgba(255,255,255,0.45) !important;
  font-size: 0.88rem !important;
  font-style: italic;
}

/* Decorative circles */
.desserts__visual {
  position: relative;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.desserts__circle {
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float-circle 4s ease-in-out infinite;
}
.desserts__circle--1 {
  width: 140px; height: 140px;
  background: rgba(224,171,62,0.12);
  border: 2px solid rgba(224,171,62,0.25);
  animation-delay: 0s;
}
.desserts__circle--2 {
  width: 90px; height: 90px;
  top: 20px; right: 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  animation-delay: 1s;
}
.desserts__circle--3 {
  width: 65px; height: 65px;
  bottom: 20px; left: 10px;
  background: rgba(224,171,62,0.06);
  border: 1px solid rgba(224,171,62,0.2);
  animation-delay: 2s;
}

@keyframes float-circle {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}

/* ══════════════════════════════
   SECTION 3 – WARUM MOHSAI
══════════════════════════════ */
.why {
  background: #ffffff;
  padding: 7rem 0 6rem;
}

.why__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.why__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #fafaf8;
  border: 1px solid #ededed;
  border-radius: 16px;
  padding: 1.5rem;
  transition: transform 0.25s, box-shadow 0.25s;
}
.why__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(3,60,28,0.07);
}

.why__item-icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 11px;
  background: rgba(3,60,28,0.06);
  display: flex; align-items: center; justify-content: center;
}

.why__item-text strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.2rem;
}
.why__item-text span {
  font-size: 0.82rem;
  color: #777;
  line-height: 1.5;
}

/* Tradition block */
.why__tradition {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
  background: linear-gradient(135deg, #033c1c 0%, #0a5a2c 100%);
  border-radius: 24px;
  padding: 3rem 3.5rem;
}

.why__tradition-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}
.why__tradition-text h3 em { font-style: italic; color: #e0ab3e; }

.why__tradition-text p {
  font-size: 0.93rem;
  color: rgba(255,255,255,0.68);
  line-height: 1.85;
}

.why__tradition-em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #e0ab3e !important;
  font-size: 1rem !important;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1rem;
  margin-top: 1rem;
}

.why__tradition-badge {
  position: relative;
  width: 120px; height: 120px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.why__tradition-badge svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  animation: spin-slow 20s linear infinite;
}
.why__tradition-badge span {
  font-family: 'Playfair Display', serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #e0ab3e;
  text-align: center;
  line-height: 1.3;
  z-index: 1;
}

@keyframes spin-slow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ══════════════════════════════
   SECTION 4 – ERSTER BESUCH
══════════════════════════════ */
.firstvisit {
  background: #033c1c;
  padding: 7rem 0 6rem;
}

.fv__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.fv-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  position: relative;
  transition: background 0.25s, transform 0.25s;
}
.fv-card:hover {
  background: rgba(255,255,255,0.09);
  transform: translateY(-4px);
}
.fv-card--center {
  border-color: rgba(224,171,62,0.3);
  background: rgba(224,171,62,0.06);
}

.fv-card__num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(255,255,255,0.06);
  line-height: 1;
  margin-bottom: 0.8rem;
}

.fv-card__icon {
  width: 54px; height: 54px;
  border-radius: 14px;
  background: rgba(224,171,62,0.1);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.2rem;
}

.fv-card__title {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.6rem;
}

.fv-card__text {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.58);
  line-height: 1.75;
  margin: 0;
}

/* ══════════════════════════════
   SECTION 5 – GRUPPEN
══════════════════════════════ */
.groups {
  background: #fafaf8;
  padding: 7rem 0 6rem;
}

.groups__grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 5rem;
  align-items: center;
}

.groups__text .eyebrow { display: flex; margin-bottom: 1rem; }
.groups__text .section-title { text-align: left; margin-bottom: 1.5rem; }
.groups__text p { font-size: 0.97rem; color: #555; line-height: 1.85; }

.groups__tip {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  background: rgba(3,60,28,0.05);
  border-left: 3px solid #e0ab3e;
  border-radius: 0 12px 12px 0;
  padding: 1rem 1.2rem;
  margin-top: 1.5rem;
  font-size: 0.88rem;
  color: #444;
}
.groups__tip svg { flex-shrink: 0; margin-top: 3px; }

.groups__occasions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.occ-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 14px;
  padding: 1rem 1.2rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: #333;
  transition: transform 0.22s, box-shadow 0.22s;
}
.occ-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(3,60,28,0.08);
}
.occ-item--accent {
  background: #033c1c;
  border-color: #033c1c;
  color: #e0ab3e;
}
.occ-item__emoji { font-size: 1.4rem; }

/* ══════════════════════════════
   SECTION 6 – ONLINE BESTELLEN
══════════════════════════════ */
.order {
  background: #033c1c;
  padding: 7rem 0 6rem;
}

.order__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 3.5rem;
  flex-wrap: wrap;
}

.order__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  text-align: center;
  max-width: 200px;
  padding: 2rem 1.5rem;
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  transition: background 0.25s, transform 0.25s;
}
.order__step:hover {
  background: rgba(255,255,255,0.09);
  transform: translateY(-4px);
}
.order__step--highlight {
  background: #e0ab3e;
  border-color: #e0ab3e;
}

.order__step-num {
  font-family: 'Playfair Display', serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
}
.order__step-num--gold { color: rgba(3,60,28,0.4); }

.order__step-icon {
  width: 58px; height: 58px;
  border-radius: 15px;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
}
.order__step--highlight .order__step-icon { background: rgba(3,60,28,0.12); }

.order__step-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
}
.order__step-title--dark { color: #033c1c; }

.order__step-text {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  margin: 0;
}
.order__step-text--dark { color: rgba(3,60,28,0.65); }

.order__step-arrow {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  flex-shrink: 0;
}

.order__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.order__cta-note {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
  margin: 0;
}

/* ══════════════════════════════
   SECTION 7 – TESTIMONIALS
══════════════════════════════ */
.testimonials {
  background: #ffffff;
  padding: 7rem 0 6rem;
}

.test__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.test-card {
  background: #fafaf8;
  border: 1px solid #ededed;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  transition: transform 0.25s, box-shadow 0.25s;
}
.test-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(3,60,28,0.07);
}
.test-card--featured {
  background: #033c1c;
  border-color: #033c1c;
}

.test-card__stars {
  font-size: 1rem;
  color: #e0ab3e;
  letter-spacing: 2px;
}

.test-card__quote {
  font-size: 0.93rem;
  color: #444;
  line-height: 1.82;
  font-style: italic;
  flex: 1;
}
.test-card--featured .test-card__quote { color: rgba(255,255,255,0.78); }

.test-card__author {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-top: 1px solid #ededed;
  padding-top: 1rem;
}
.test-card--featured .test-card__author { border-top-color: rgba(255,255,255,0.1); }

.test-card__avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: #e0ab3e;
  color: #033c1c;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.test-card__author strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a1a1a;
}
.test-card--featured .test-card__author strong { color: #fff; }

.test-card__author span {
  font-size: 0.76rem;
  color: #999;
}
.test-card--featured .test-card__author span { color: rgba(255,255,255,0.45); }

.test__note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: #aaa;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 0.8rem 1rem;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ══════════════════════════════
   SECTION 8 – RESERVATION FORM
══════════════════════════════ */
.reservation {
  background: #033c1c;
  padding: 7rem 0 6rem;
}

.res__grid {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 5rem;
  align-items: start;
}

.res__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.res__title em { font-style: italic; color: #e0ab3e; }

.res__desc {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.85;
}

.res__features {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1.5rem;
}
.res__features li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(255,255,255,0.78);
}

/* Form */
.res__form-wrap {
  background: #fff;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.res__form-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.8rem;
}

.form__row { display: flex; gap: 1rem; }
.form__row--2 > .form__group { flex: 1; }

.form__group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
}

.form__label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.form__label svg { color: #033c1c; flex-shrink: 0; }

.form__input {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 0.93rem;
  color: #1a1a1a;
  background: #fafaf8;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
  appearance: none;
}
.form__input:focus {
  border-color: #033c1c;
  box-shadow: 0 0 0 3px rgba(3,60,28,0.1);
  background: #fff;
}
.form__input::placeholder { color: #bbb; }

.form__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

.form__submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1rem;
  background: #033c1c;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: 0.5rem;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
}
.form__submit:hover {
  background: #0a5a2c;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(3,60,28,0.3);
}

/* ══════════════════════════════
   SECTION 9 – FAQ
══════════════════════════════ */
.faq {
  background: #fafaf8;
  padding: 7rem 0 6rem;
}

.faq__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.faq-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 18px;
  padding: 1.8rem;
  transition: transform 0.25s, box-shadow 0.25s;
}
.faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(3,60,28,0.07);
}

.faq-item__icon {
  flex-shrink: 0;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(3,60,28,0.06);
  display: flex; align-items: center; justify-content: center;
}

.faq-item__q {
  font-size: 0.93rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.faq-item__a {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.75;
  margin: 0;
}

/* ══════════════════════════════
   SECTION 10 – WIEDERKEHREN
══════════════════════════════ */
.return {
  background: #fff;
  padding: 7rem 0 6rem;
}

.return__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.return__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
.return__title em { font-style: italic; color: #e0ab3e; }

.return__steps {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  justify-content: center;
}

.return__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  max-width: 160px;
  text-align: center;
  padding: 1.2rem;
}

.return__step-icon {
  font-size: 2.2rem;
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(3,60,28,0.05);
  border: 2px solid #ededed;
  display: flex; align-items: center; justify-content: center;
}

.return__step p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.return__step-line {
  width: 40px; height: 2px;
  background: linear-gradient(to right, #e0ab3e, rgba(224,171,62,0.2));
  border-radius: 2px;
  flex-shrink: 0;
}

.return__sub {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-style: italic;
  color: #555;
  max-width: 620px;
  line-height: 1.8;
  margin: 0;
}

/* ══════════════════════════════
   SECTION 11 – FINAL CTA
══════════════════════════════ */
.final-cta {
  background: #033c1c;
  padding: 8rem 0 7rem;
  position: relative;
  overflow: hidden;
}

.final-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.8rem;
  position: relative;
  z-index: 2;
}

/* Decorative rings */
.final-cta__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.final-cta__deco-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(224,171,62,0.08);
}
.final-cta__deco-ring--1 {
  width: 600px; height: 600px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.final-cta__deco-ring--2 {
  width: 900px; height: 900px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(224,171,62,0.04);
}
.final-cta__deco-ring--3 {
  width: 1200px; height: 1200px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(224,171,62,0.02);
}

.final-cta__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
}
.final-cta__title em { font-style: italic; color: #e0ab3e; }

.final-cta__sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.65);
  max-width: 580px;
  line-height: 1.85;
  margin: 0;
}

.final-cta__btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 1100px) {
  .drinks__grid    { grid-template-columns: 1fr; }
  .drinks__cards   { flex-direction: row; }
  .desserts__inner { grid-template-columns: 1fr; }
  .desserts__visual { display: none; }
  .why__list       { grid-template-columns: repeat(2, 1fr); }
  .why__tradition  { grid-template-columns: 1fr; }
  .why__tradition-badge { display: none; }
  .groups__grid    { grid-template-columns: 1fr; }
  .fv__grid        { grid-template-columns: repeat(2, 1fr); }
  .test__grid      { grid-template-columns: 1fr 1fr; }
  .faq__grid       { grid-template-columns: repeat(2, 1fr); }
  .res__grid       { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .container { padding: 0 1.5rem; }

  .why__list       { grid-template-columns: 1fr; }
  .fv__grid        { grid-template-columns: 1fr 1fr; }
  .test__grid      { grid-template-columns: 1fr; }
  .faq__grid       { grid-template-columns: 1fr; }
  .order__steps    { flex-direction: column; }
  .order__step-arrow { transform: rotate(90deg); padding: 0.5rem 0; }
  .return__step-line { width: 2px; height: 30px;
                       background: linear-gradient(to bottom, #e0ab3e, rgba(224,171,62,0.2)); }
  .return__steps   { flex-direction: column; align-items: center; }
  .drinks__cards   { flex-direction: column; }
  .groups__occasions { grid-template-columns: 1fr; }
  .form__row--2    { flex-direction: column; }
}

@media (max-width: 540px) {
  .drinks, .desserts, .why, .firstvisit,
  .groups, .order, .testimonials,
  .reservation, .faq, .return, .final-cta {
    padding: 4rem 0;
  }

  .fv__grid        { grid-template-columns: 1fr; }
  .final-cta__btns { flex-direction: column; width: 100%; }
  .btn             { width: 100%; justify-content: center; }
  .why__tradition  { padding: 2rem 1.5rem; }
}/* End custom CSS */