/*-----------------------------------------------------------------------------------
Theme Name: Mount Rigi
Version: 1.0.3
Datum: 18.3.2026
-----------------------------------------------------------------------------------*/

@font-face {
  font-family: 'GlamourAbsolute_Condensed';
  src: url('../fonts/glamourabsolute/GlamourAbsolute_Condensed.woff2') format('woff2'),
       url('../fonts/glamourabsolute/GlamourAbsolute_Condensed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GlamourAbsolute_Extended';
  src: url('../fonts/glamourabsolute/GlamourAbsolute_Extended.woff2') format('woff2'),
       url('../fonts/glamourabsolute/GlamourAbsolute_Extended.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GlamourAbsolute_Regular';
  src: url('../fonts/glamourabsolute/GlamourAbsolute_Regular.woff2') format('woff2'),
       url('../fonts/glamourabsolute/GlamourAbsolute_Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MostraOneBold';
  src: url('../fonts/mostra/MostraOneBold.woff2') format('woff2'),
       url('../fonts/mostra/MostraOneBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Univers-CondensedBold';
  src: url('../fonts/univers/Univers-CondensedBold.woff2') format('woff2'),
       url('../fonts/univers/Univers-CondensedBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'UniversLTStd-BoldCn';
  src: url('../fonts/univers/UniversLTStd-BoldCn.woff2') format('woff2'),
       url('../fonts/univers/UniversLTStd-BoldCn.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'UniversLTStd-LightCn';
  src: url('../fonts/univers/UniversLTStd-LightCn.woff2') format('woff2'),
       url('../fonts/univers/UniversLTStd-LightCn.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HeinzLabel';
  src: url('../fonts/heinzlabel/Heinz_Label.woff2') format('woff2'),
       url('../fonts/heinzlabel/Heinz_Label.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/*============================================================
 Base Reset & Variables
============================================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color-turquoise: #03FAE1;
  --color-dark: #081E3D; /* 080d14 #10112E #081E3D*/
  --color-light: #ffffff;
  --color-beige: #B28A64;

  --font-size-base: clamp(1rem, 1vw + 0.5rem, 1.4rem);
  --font-size-sm: clamp(0.875rem, 0.9vw, 1.1rem);
  --font-size-lg: clamp(1.2rem, 1.5vw, 1.8rem);
  --font-size-xl: clamp(1.8rem, 2.5vw, 2.4rem);
}

html, body {
  height: 100%;
  width: 100%;
  background-color: var(--color-light);
  color: var(--color-dark);
  font-family: 'UniversLTStd-LightCn', sans-serif;
  line-height: 1.6;
  text-align: left;
}


/*============================================================
 Headlines
============================================================*/
h1 {
  font-family: 'MostraOneBold';
  font-size: var(--font-size-xl);
  color: var(--color-dark);
  text-align: left;
  letter-spacing: 0.02em;
}

h2 {
  font-family: 'MostraOneBold';
  font-size: var(--font-size-lg);
  color: var(--color-dark);
  font-weight: 600;
}

h3 {
  font-family: 'UniversLTStd-LightCn';
  font-size: clamp(1.1rem, 1.4vw, 1.3rem);
  color: var(--color-dark);
  margin: 25px 0 10px 0;
  font-weight: 700; /* fett */
}

/*========== Mobile Anpassungen  ==========*/
@media (max-width: 768px) {
  h1 {
    font-size: clamp(1.4rem, 5vw, 2rem);
  }
  h2 {
    font-size: clamp(1.2rem, 4vw, 1.6rem);
  }
}


/*============================================================
 Paragraphs & Lists
============================================================*/
p {
  font-family: 'UniversLTStd-LightCn';
  font-size: var(--font-size-base);
  color: var(--color-dark);
  margin: 0 0 30px 0;
  text-align: left;
}

ul {
  list-style-type: disc;
  padding-left: 2.5rem;
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  margin: 0 0 30px 0;
  text-align: left;
}

ol {
  padding-left: 2.5rem;
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  margin: 0 0 30px 0;
  text-align: left;
}

ol li {
  margin-bottom: 1rem;
}

ol li ol {
  list-style-type: decimal;
  margin-top: 0.5rem;
}

ol li ol li {
  margin-bottom: 0.5rem;
}

/* Hervorgehobener Absatz */
.highlight {
  background-color: var(--color-turquoise);
  padding: 15px 20px 10px 20px;
  margin: 25px 0 !important;
  border-radius: 0;
  color: var(--color-dark);
  text-align: left;
  max-width: 100%;
}


/*============================================================
 Top Promo Bar
============================================================*/
.top-promo-bar {
  display:none !important;
	position:fixed;
	z-index: 9999;
	width: 100%;
  overflow: hidden;
  /* animierter Farbverlauf */
  background: linear-gradient(90deg,
    var(--color-turquoise),
    var(--color-turquoise),
    var(--color-turquoise)
  );
  background-size: 400% 400%;
  animation: promoGradientMove 14s ease-in-out infinite;
}

.top-promo-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.4rem 3rem 0.5rem;
  text-align: center;
  position: relative;
  height: 2.4em; /* Höhe für die überblendeten Texte */
}

/* gemeinsame Textbasis */
.top-promo-message {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'UniversLTStd-LightCn', sans-serif;
  font-size: clamp(0.75rem, 1vw, 0.95rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-dark);
  white-space: nowrap;
  opacity: 0;
}

/* Nachricht 1 */
.top-promo-message.message-1 {
  animation: promoTextFade 8s infinite;
}

/* Nachricht 2 (startet zeitversetzt) */
.top-promo-message.message-2 {
  animation: promoTextFade 8s infinite;
  animation-delay: 4s;
}

/* Hintergrund-Animation */
@keyframes promoGradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Text-Überblendung */
@keyframes promoTextFade {
  0% {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  10% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  40% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
}

/* Mobile: etwas kompakter */
@media (max-width: 480px) {
  .top-promo-inner {
    padding: 0.35rem 0.75rem 0.45rem;
  }

  .top-promo-message {
    font-size: 0.7rem;
    letter-spacing: 0.14em;
  }
}


/*============================================================
 Header Style
============================================================*/
.main-header {
  position: absolute;        /* liegt über dem normalen Flow */
  top: 10px;
  left: 0;
  width: 100%;
  background: transparent;   /* transparent statt Balkenfarbe */
  padding: 2rem 1rem;
  z-index: 10;               /* höher als .bottle-section (hat z-index: 1/2) */
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Logo */
.header-logo {
  display: inline-block;
}

.header-logo picture,
.header-logo img {
  display: block;
  height: 160px; /* etwas grösser jetzt, da keine Menüpunkte */
  width: auto;
}

/*========== Mobile Anpassungen  ==========*/
@media (max-width: 768px) {
  .main-header {
    padding: 1.2rem 0.75rem;
  }

  .header-logo picture,
  .header-logo img {
    height: 56px;
  }
}

@media (max-width: 480px) {
  .main-header {
    padding: 1rem 0.5rem;
  }

  .header-logo picture,
  .header-logo img {
    height: 120px;
  }
}




/*============================================================
 Hero Bottles Section – Einfach und perfekt zentriert
============================================================*/
.bottle-section {
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 220px 40px 100px;
  overflow: visible;
}

/* Mobile Video Container – auf Desktop verstecken */
.bottle-hero-mobile { display: none; }

/* Inneres Layout */
.bottle-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}

/* ----- TEXT ----- */
.bottle-text {
  text-align: center;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottle-eyebrow {
  font-family: 'HeinzLabel', Georgia, serif;
  font-size: clamp(16px, 1.3vw, 20px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-dark);
  margin: 0 0 32px 0;
  line-height: 1.4;
  text-align: center;
}

.bottle-headline {
  font-family: 'MostraOneBold', sans-serif;
  font-size: clamp(40px, 4.8vw, 80px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: var(--color-dark);
  text-transform: uppercase;
  margin: 0 0 28px 0;
  font-weight: normal;
  text-align: center;
}

.bottle-sub {
  font-family: 'GlamourAbsolute_Regular', Georgia, serif;
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1.2;
  color: var(--color-dark);
  margin: 0 0 30px 0;
  text-align: center;
}

.bottle-meta {
  font-family: 'HeinzLabel', Georgia, serif;
  font-size: clamp(15px, 1.15vw, 18px);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-dark);
  margin: 0 0 36px 0;
  line-height: 1.6;
  text-align: center;
}

/* Buttons */
.bottle-cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin: 0 0 32px 0;
}

.bottle-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'MostraOneBold', sans-serif;
  font-size: 18px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 18px 60px;
  border: 2px solid var(--color-dark);
  color: var(--color-dark);
  min-width: 340px;
  line-height: 1;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  cursor: pointer;
}

.bottle-btn .btn-main {
  font-family: 'MostraOneBold', sans-serif;
  font-size: 22px;
  letter-spacing: 0.14em;
  line-height: 1;
}

.bottle-btn .btn-sub {
  font-family: 'MostraOneBold', sans-serif;
  font-size: 14px;
  letter-spacing: 0.18em;
  line-height: 1;
  margin-top: 6px;
  opacity: 0.85;
}

.bottle-btn--primary {
  background: var(--color-turquoise);
  border-color: var(--color-turquoise);
  color: var(--color-dark);
}
.bottle-btn--primary:hover {
  background: var(--color-dark);
  border-color: var(--color-dark);
  color: var(--color-turquoise);
}

.bottle-btn--outline {
  background: transparent;
  color: var(--color-dark);
}
.bottle-btn--outline:hover {
  background: var(--color-dark);
  color: var(--color-light);
}

/* Hashtags */
.bottle-hashtags {
  font-family: 'MostraOneBold', sans-serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-dark);
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}

/* ----- CARDS RECHTS (mehr Abstand zwischen den Karten) ----- */
.bottle-cards {
  position: relative;
  height: clamp(580px, 56vw, 740px);
  width: 100%;
}

.bottle-card {
  position: absolute;
  top: 50%;
  width: clamp(240px, 22vw, 295px);
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.22),
    0 8px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease, z-index 0s linear 0.4s;
  cursor: pointer;
  will-change: transform;
}

/* Mehr Abstand: linke Karte näher an den linken Rand,
   rechte Karte näher an den rechten Rand */
.bottle-card--left {
  left: -2%;
  transform: translateY(-50%) rotate(-9deg);
  z-index: 1;
}

.bottle-card--mid {
  left: 50%;
  width: clamp(270px, 24vw, 325px);
  transform: translate(-50%, -54%) rotate(2deg);
  z-index: 3;
}

.bottle-card--right {
  right: -2%;
  transform: translateY(-50%) rotate(9deg);
  z-index: 2;
}

/* Hover: nach vorne kommen + leicht aufrichten + skalieren */
.bottle-card:hover,
.bottle-card:focus-visible {
  z-index: 20;
  transition: transform 0.4s ease, box-shadow 0.4s ease, z-index 0s;
  outline: none;
  box-shadow:
    0 36px 70px rgba(0, 0, 0, 0.30),
    0 16px 30px rgba(0, 0, 0, 0.18);
}

.bottle-card--left:hover,
.bottle-card--left:focus-visible {
  transform: translateY(-55%) rotate(-3deg) scale(1.06);
}
.bottle-card--mid:hover,
.bottle-card--mid:focus-visible {
  transform: translate(-50%, -60%) rotate(0deg) scale(1.06);
}
.bottle-card--right:hover,
.bottle-card--right:focus-visible {
  transform: translateY(-55%) rotate(3deg) scale(1.06);
}

/* Media-Bereich */
.bottle-card-media {
  position: relative;
  width: 100%;
  height: calc(100% - 54px);
  overflow: hidden;
  background: #f3f3f3;
}
.bottle-card-media video,
.bottle-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Mute-Button auf der Mid-Card */
.bottle-card-mute {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  border: none;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 4;
  backdrop-filter: blur(4px);
  transition: background 0.25s ease;
}
.bottle-card-mute:hover { background: rgba(0, 0, 0, 0.8); }

/* Bottom Bar mit IG Icons */
.bottle-card-bottom {
  position: relative;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  background: #fff;
}
.bottle-card-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bottle-card .ig-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  line-height: 0;
}

/* Like-Herz: transparent, nur Outline */
.bottle-card .ig-ic--liked {
  color: #111;
}
.bottle-card .ig-ic--liked svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/*------------------------------------------------------------
 MOBILE (≤ 1000px)
------------------------------------------------------------*/
@media (max-width: 1000px) {
  .bottle-section {
    padding: 0;
  }

  /* Mobile Hero Video */
  .bottle-hero-mobile {
    display: block;
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: #000;
  }
  .bottle-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Mute Button & Replay Button */
  .bottle-hero-mute,
  .bottle-hero-replay {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    border: none;
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 5;
    backdrop-filter: blur(6px);
  }
  .bottle-hero-mute   { right: 18px; bottom: 24px; }
  .bottle-hero-replay { right: 76px; bottom: 24px; }
  .bottle-hero-replay[hidden] { display: none; }

  /* Inneres Layout: einspaltig */
  .bottle-inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  /* Cards Desktop verstecken */
  .bottle-cards { display: none; }

  /* Text zentriert auf Mobile */
  .bottle-text {
    text-align: center;
    padding: 60px 28px 70px;
  }

  .bottle-headline {
    font-size: clamp(34px, 8vw, 52px);
  }
  .bottle-sub {
    font-size: clamp(18px, 5vw, 24px);
  }
  .bottle-eyebrow,
  .bottle-meta {
    font-size: 14px;
  }

  .bottle-cta {
    align-items: stretch;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 28px;
  }
  .bottle-btn {
    min-width: 0;
    width: 100%;
    padding: 16px 24px;
    font-size: 16px;
  }
  .bottle-btn .btn-main { font-size: 17px; }
  .bottle-btn .btn-sub  { font-size: 10px; margin-top: 5px; }

  .bottle-hashtags {
    justify-content: center;
    gap: 14px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .bottle-text {
    padding: 50px 22px 60px;
  }
  .bottle-headline {
    font-size: clamp(30px, 9vw, 44px);
  }
}


/*============================================================
 Marquee
============================================================*/
.marquee {
  position: relative;
  z-index: 0; /* liegt hinter dem Bild */
  /* --- Steuer-Variablen (pro Marquee überschreibbar) --- */
  --padY: 1px;
  --gap-text: 20px;
  --gap-img: 60px;
  --text-size: clamp(20px, 6vw, 60px);  /* skaliert auf Mobile runter */
  --text-lh: 1.2;
  --img-h: clamp(80px, 22vw, 200px);    /* Bildhöhe wird responsiv */
  --radius: 12px;

  width: 100%;
  max-width: 100%;
  overflow: hidden;        /* Fallback */
  overflow-x: clip;        /* moderne Browser */
  user-select: none;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}

/* Track bleibt wie gehabt */
.track {
  display: inline-flex;
  align-items: center;
  gap: 20px;               /* Basis, wird unten je Typ überschrieben */
  white-space: nowrap;
  will-change: transform;
  padding: var(--padY) 0;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Cursor */
.m-text {
  background: var(--color-dark);
  cursor: default;
}
.m-images { cursor: default; }
.m-images a:hover { cursor: pointer; }

/* Text-Marquee */
.m-text .track { gap: var(--gap-text); }
.m-text .item {
  font-family: 'MostraOneBold', system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
  font-size: var(--text-size);
  font-weight: 700;
  line-height: var(--text-lh);
  color: #fff;
  letter-spacing: .2px;
}
.m-text .sep { color: #fff; opacity: 1; }

/* Bild-Marquee */
.m-images .track { gap: var(--gap-img); }
.m-images .item { display: inline-flex; align-items: center; }
.m-images a {
  display: inline-flex; text-decoration: none; outline: none;
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
}
.m-images img {
  display: block;
  height: var(--img-h);
  width: auto;            /* behält Seitenverhältnis */
  object-fit: cover;
}

/* Motion-Preference */
@media (prefers-reduced-motion: reduce) {
  .track { transform: none !important; }
}
@media (max-width: 768px) {
  .marquee {
    --padY: 6px;
    --gap-text: 14px;
    --gap-img: 28px;
    --text-size: clamp(18px, 7vw, 44px);
    --img-h: clamp(100px, 30vw, 220px);
    --radius: 10px;
  }
  .m-text .item { letter-spacing: .1px; }
}

@media (max-width: 480px) {
  .marquee {
    --padY: 4px;
    --gap-text: 10px;
    --gap-img: 20px;
    --text-size: clamp(18px, 7vw, 44px);
    --img-h: clamp(90px, 34vw, 200px);
    --radius: 8px;
  }
}

/* Logos im Marquee schwarz-weiss */
/*.m-images img {
  filter: grayscale(100%) sepia(100%) hue-rotate(210deg) saturate(300%) brightness(18%);
  transition: filter 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
}

.m-images a:hover img {
  filter: grayscale(100%) sepia(100%) hue-rotate(210deg) saturate(300%) brightness(18%);
  transition: filter 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
	}*/


/*============================================================
 Rezept 50/50 Split Section
============================================================*/
.split-section {
  display: flex;
  flex-direction: row;     /* Desktop: nebeneinander */
  width: 100%;
  height: 100vh;           /* gesamte Viewport-Höhe */
  align-items: stretch;
  margin: 0;
}

/* Beide Container gleich breit (Desktop) */
.split-section .container {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  height: 100vh;           /* jeder Container füllt ganze Höhe */
}

.image-transform img {
  transform: scaleX(-1);
}

/* === Text-Container === */
.text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Text auf max. 40 % Breite (Desktop) */
.text-container > * {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

/* Überschrift */
.text-container h2 {
  font-family: 'GlamourAbsolute_Condensed', sans-serif;
  font-size: clamp(55px, 8vw, 140px);
  line-height: 1;
  color: var(--color-dark);
  margin-bottom: 1rem;
	text-align: center;
}

/* Zutaten */
.text-container p {
  font-family: 'MostraOneBold', sans-serif;
  font-size: clamp(26px, 2.5vw, 40px);
  line-height: 1.1;
  margin: 0;
  color: var(--color-dark);
	text-align: center;
}

/* Anleitung */
.text-container .recipe-instruction {
  font-family: 'GlamourAbsolute_Condensed', sans-serif;
	font-family: 'HeinzLabel', sans-serif;
  font-size: clamp(24px, 2vw, 25px);
  line-height: 1.3;
  margin-top: 1rem;
  color: var(--color-dark);
  text-align: center;
}

/* Link in der Rezept-Anleitung */
.text-container .recipe-instruction a {
  display: inline-block;
  margin-top: 0.7rem;
  font-family: 'MostraOneBold', sans-serif;
  font-size: 0.85em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-dark);
  text-decoration: none;
  border-bottom: 2px solid var(--color-dark);
  line-height: 1.1;
  transition: opacity 0.25s ease, border-color 0.25s ease;
}

.text-container .recipe-instruction a:hover,
.text-container .recipe-instruction a:focus {
  color: var(--color-dark);
  border-bottom-color: transparent;
  opacity: 1;
}

.text-container .recipe-instruction a:focus-visible {
  outline: 2px solid var(--color-dark);
  outline-offset: 4px;
}


/* === Bildcontainer === */
.image-container {
  background: transparent;
  overflow: hidden;
}

.image-container picture,
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.image-container picture,
.image-container.mt-tonic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 0%;
  display: block;
}

.image-container picture,
.image-container.mr-ango img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 0%;
  display: block;
}

/* === Mobile Ansicht (bis 768 px) === */
@media (max-width: 768px) {
  .split-section {
    flex-direction: column-reverse; /* Bild oben, Text unten */
    height: auto;
  }

  .split-section .container {
    flex: 0 0 auto;
    width: 100%;
    height: 100vh;  /* auch mobil volle Höhe */
  }

  /* Text breiter auf Mobile */
  .text-container > * {
    max-width: 80%;
  }
	.text-container {
		height: auto !important;
		padding: 40px 0px !important;
	}
	.image-container  {
		height: auto !important;
		padding: 0px 0px !important;
	}
}


/*============================================================
 Stack Section
============================================================*/
.stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 200px 0 200px 0;
  background: #ffffff;
  text-align: center;
}

/* H1-Block (Zeile 1+2) */
.stack-heading,
.stack-subheading {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

/* Die Typo kommt über die .animated-box, daher hier font-size neutralisieren */
.stack-heading,
.stack-subheading {
  font-size: 0;
}

/* Gemeinsamer Stil für alle "Bänder" */
.animated-box {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  display: inline-block;
  font-family: 'MostraOneBold', sans-serif;
  font-size: clamp(1.5rem, 5vw, 4rem);
  font-weight: normal;
  padding: 0.1em 0.6em;
  line-height: 1;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.25);
}

/* Zeile 1 – dunkel */
.animated-box.one {
  background: #10112E;
  color: var(--color-light);
  transform: rotate(-3deg);
}

/* Zeile 2 – türkis */
.animated-box.two {
  background: var(--color-turquoise);
  color: var(--color-dark);
  transform: rotate(3deg);
}

/* Zeile 3 – weiss */
.animated-box.three {
  background: #ffffff;
  color: var(--color-dark);
  transform: rotate(-2deg);
}

/* Zeile 4 – dunkel */
.animated-box.four {
  background: #10112E;
  color: var(--color-light);
  transform: rotate(-1deg);
}

/* Mobile-Anpassungen */
@media (max-width: 1000px) {
  .stack {
    padding: 100px 0 40px 0;
  }

  .animated-box {
    padding: 0.1em 0.3em;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  }
}


/*============================================================
 Find Section – im Stil der FAQ Section
============================================================*/
.find-section {
  display:none;
	background: #ffffff;
  text-align: center;
  padding: 3rem 1rem; /* wie .faq-header */
}

.find-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px; /* analog .faq-header h2 padding */
}

/* Hauptüberschrift */
.find-container h2 {
  margin: 0;
  font-family: 'GlamourAbsolute_Condensed', sans-serif;
  font-size: clamp(1.5rem, 5vw, 4rem);
  font-weight: normal;
  color: var(--color-dark);
  line-height: 1.1;
}

/* obere Zeile ("Mount Rigi") */
.find-top {
  display: block;
  background: #fff;
  color: var(--color-dark);
  padding: 0 0.25em;
	transform: rotate(0deg) translateX(0em);
}

/* untere Zeile ("findest du...") – gleiches Prinzip wie .faq-bottom */
.find-bottom {
  color: var(--color-light);
  background: var(--color-dark);
  display: inline-block;
  padding: 0.1em 0.5em;
  line-height: 1;
  transform: rotate(-3deg) translateY(0em);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* Mobile-Anpassungen */
@media (max-width: 480px) {
  .find-container h2 {
    font-size: 2rem; /* wie FAQ-Headline auf Mobile */
  }
}



/*============================================================
 FAQ Section
============================================================*/
.faq-header {
  background: #ffffff;
  text-align: center;
  padding: 8rem 1rem 5rem 1rem;
}

.faq-header h2 {
  margin: 0;
  font-family: 'MostraOneBold', sans-serif;
  font-size: clamp(1.5rem, 5vw, 4rem);
	font-weight:normal;
  padding: 0px 60px 0px 60px;
	background: white;
	color:var(--color-dark);
}

/* Mobile speziell pushen */
@media (max-width: 480px) {
  .faq-header h2 {
    font-size: 2.4rem;
		line-height:110%;
  }
}

/* "Frequently Asked" */
.faq-top {
  display: block;
}

/* "Questions" */
.faq-bottom {
  color: var(--color-dark);
  background: var(--color-turquoise);
  display: inline-block;
	margin-top:20px;
  padding: 0.1em 0.5em;     /* weniger oben/unten */
  line-height: 1;           /* verhindert zusätzlich unnötigen Leerraum */
  transform: rotate(-3deg) translateY(-0.4em);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.25);
}

/* ===== Akkordeon-Stil ===== */
.faq-content{
  max-width:900px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:1rem;
}

.faq-item{
  background:#fff;
  padding:1.2rem 1rem;
  border-bottom:1px solid #ddd;
}

/* Summary = Frage */
.faq-item summary{
  font-family:'MostraOneBold', sans-serif;
  font-size:clamp(1.6rem, 3vw, 2rem);
  font-weight:600;
  color:var(--color-dark);
  cursor:pointer;
  list-style:none;
  text-align:center;
  position:relative;
}
.faq-item summary::-webkit-details-marker{ display:none; }

/* Nur auf Mobile kleiner */
@media (max-width: 480px) {
  .faq-item summary {
    font-size: 1.4rem; /* z.B. fix kleiner auf Smartphones */
  }
}

/* Antwort */
.faq-item p {
  font-family: 'UniversLTStd-LightCn';
  font-size:clamp(1.1rem, 2.2vw, 1.4rem);
  color:var(--color-dark);
  margin:1rem 0 0 0;
  line-height:1.5;
  text-align:center;
}

/* Visueller Pfeil */
.faq-item summary::after{
  content:"▸";
  font-size:1.4rem;
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  transition:transform .2s ease;
}
.faq-item[open] summary::after{
  transform:translateY(-50%) rotate(90deg);
}




/*----------------------------------------------------------
  Bottle Strip vor dem Footer – Flasche unten abgeschnitten
----------------------------------------------------------*/
.bottle-cut-section {
  width: 100%;
  height: 500px;                /* mehr Höhe für die grosse Flasche */
  background: #ffffff;
  overflow: hidden;             /* schneidet die Flasche unten ab */
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0px solid #e5e5e5;
}

.bottle-cut-inner picture,
.bottle-cut-inner img {
  display: block;
  height: 1020px;                /* deutlich grösser */
  width: auto;
  object-fit: contain;
  transform: translateY(10%);   /* weiter nach unten, damit sie unten sauber „reinschneidet“ */
}

/* Mobile Tweaks */
@media (max-width: 768px) {
  .bottle-cut-section {
    height: 400px;
  }

  .bottle-cut-inner picture,
  .bottle-cut-inner img {
    height: 420px;
    transform: translateY(22%);
  }
}



/*============================================================
 Footer
============================================================*/
footer {
	width:100%;
	height:auto;
	background:#080d14; /* 21293F 080d14*/
	margin:0;
	padding:100px 0px 100px 0px;
	float:left;
	text-align: center;

}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
}

.footer-head {
	float:left;
	width:100%;
	margin: 0;
	padding: 0px;
	background: transparent;
}

.footer-head p {
	font-weight:normal;
	font-size:6em;
	text-transform:uppercase;
	color: var(--color-light);
	font-family: 'MostraOneBold', sans-serif;
	text-align:center;
}

.footer1, .footer2, .footer3 {
	float:left;
	margin:50px 0px 0px 0px;
	padding:0px;
	background:transparent;
	width:33.33%;
	text-align:left;
}

.footer2 {
	text-align:center !important;
}

.footer3 h3, .footer3 p {
	float:right !important;
	text-align:right !important;
}

footer h3 {
	font-family: 'MostraOneBold';
	font-weight:normal;
	font-size:25px;
	text-transform:uppercase;
	color: var(--color-light);
	letter-spacing:4px;
	padding:10px 0px 0px 0px;
	line-height:150%;
}

.footer1 p, .footer2 p, .footer3 p {
	font-weight:normal;
	font-size:18px !important;
	text-transform:uppercase;
	color: var(--color-light);
	letter-spacing:1px;
	line-height:160%;
	font-family: 'UniversLTStd-LightCn';
}

.footer1 a, .footer3 a { color: var(--color-light) ; text-decoration:underline; }
.footer1 a:hover, .footer3 a:hover { text-decoration:none; }

.footer2 a { font-size:27px; color: var(--color-light) ; text-decoration:underline; margin-right:30px; }
.footer2 a:hover { text-decoration:none; color: var(--color-turquoise); }
.footer2 .last { margin-right:0px; }

/*========== Mobile Anpassungen  ==========*/
@media (max-width: 991px) {
	footer {
		padding:10px 0px 10px 0px;
	}
	.footer-inner {
		width:100%;
	}
	.footer-head {
		padding: 30px 0px 0px 0px;
	}
	.footer-head p {
		font-size:3em;
	}
	.footer1, .footer2, .footer3 {
		float:left;
		height:auto;
		margin:0 !important;
		padding:2em;
		background:transparent;
		width:100%;
		text-align:left;
	}
	.footer3 h3, .footer3 p {
		float:left !important;
		text-align:left !important;
	}
}


/*============================================================
 Newsletter-Form
============================================================*/
.newsletter-form {
  width: 100%;
  max-width: 100%; /* volle Breite */
  margin-top: 1rem;
  margin-left: 0; /* alles linksbündig */
  text-align: left;
}

/* Input + Button nebeneinander */
.newsletter-form .form-group {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  border-radius: 0; /* keine runden Ecken */
  overflow: hidden;
  width: 100%;
}

/* E-Mail-Feld */
.newsletter-form input[type="email"] {
  flex: 1 1 auto;
  min-width: 0; /* erlaubt flexibles Schrumpfen */
  border: none;
  padding: 1rem 0.6rem; /* etwas mehr Luft */
  font-size: 1rem;
  font-family: 'MostraOneBold', sans-serif;
  color: #080d14; /* dunkler Text */
}

.newsletter-form input[type="email"]::placeholder {
  color: #080d14; /* dezentes Grau */
}

/* Fokusrahmen */
.newsletter-form .form-group:focus-within {
  outline: 2px solid var(--color-turquoise);
  outline-offset: 2px;
}

/* Button (Türkis, rechts) */
.newsletter-form button {
  flex-shrink: 0;
  width: 60px;
  min-width: 60px;
  border: none;
  background: var(--color-turquoise);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.newsletter-form button i {
  color: #ffffff;
  font-size: 1.2rem;
}

.newsletter-form button:hover {
  background: #00e6cf; /* leicht helleres Türkis beim Hover */
}

/* --- Banner oben, standardmäßig hidden (kein body-padding nötig) --- */
.newsletter-banner {
  width: 100%;
  padding: 1rem;
  text-align: center;
  font-weight: normal;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999999;
  display: none;        /* per JS anzeigen */
  opacity: 0;           /* für Fade-In/Out */
  transition: opacity 0.3s ease;
}

.newsletter-banner p {
  text-align: center;
  margin: 0;
  font-size: 21px;
  font-family: 'Univers-CondensedBold';
}

.newsletter-banner.show { display: block; opacity: 1; }
.newsletter-banner.hide { opacity: 0; } /* wird danach per JS auf display:none gesetzt */

.newsletter-banner.success { background: #03FAE1; }
.newsletter-banner.error   { background: #fe036a; color: #10112E; }

/* Fehlermeldung */
.error-note {
  color: #fff;
  font-size: 17px;
  margin-top: 0.75rem;
  padding: 5px;
  background: #fe036a;
  font-family: 'MostraOneBold';
}

/* Datenschutz-Hinweis */
.privacy-note {
  display: block;
  margin-top: 1rem;
  font-size: clamp(0.5rem, 0.8vw, 1rem);
  color: #ffffff;
  line-height: 1.4;
  text-transform: none;
  max-width: 400px;
}

/* Honeypot unsichtbar */
.hp-wrap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Screenreader-only Text */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*========== Mobile Anpassungen  ==========*/
@media (max-width: 768px) {
  .newsletter-form {
    width: 100%;
    max-width: 100%;
  }

  .newsletter-form .form-group {
    width: 100%;
  }

  .newsletter-form input[type="email"] {
    font-size: 1rem;
    padding: 1rem 1.6rem; /* mehr Luft auf Mobile */
  }

  .newsletter-form button {
    width: 58px;
    min-width: 58px;
  }

  .newsletter-form i {
    font-size: 1.3rem;
  }
}


/*============================================================
 Age Gate
============================================================*/
.age-gate {
	display: none; /* <- Standardmäßig ausgeblendet */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://www.mountrigi.ch/template/images/agegate.jpg") no-repeat center center;
  background-size: cover;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}


.age-gate-content {
  background-color: #03FAE1;
  padding: 2rem;
  text-align: center;
  max-width: 400px;
  border-radius: 0px;
  font-family: 'UniversLTStd-LightCn', sans-serif;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.age-gate-content h2 {
  font-family: 'MostraOneBold', sans-serif;
  font-weight: normal;
  font-size: clamp(2rem, 3vw, 4rem);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
	line-height:1;
}

.age-gate-content p {
  font-family: 'MostraOneBold';
	font-size: clamp(1.25rem, 1.5vw, 2rem);
  margin-bottom: 1.5rem;
  font-weight: normal;
	text-align:center;
	line-height:100%;
}

.age-gate-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.age-gate-buttons button {
  font-family: 'MostraOneBold', sans-serif;
  font-weight: normal;
  background: transparent;
  border: 2px solid white;
  color: white;
  padding: 0.5rem 1.5rem;
  font-size: clamp(1.25rem, 1.5vw, 2rem);
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
}

.age-gate-buttons button:hover {
  background-color: white;
  color: #080d14 !important;
}

.age-gate-footer {
  font-family: 'UniversLTStd-LightCn', sans-serif !important;
  font-size: clamp(0.875rem, 0.9vw, 1.2rem) !important;
  color: #10112E;
}

.age-gate-footer a {
  color: #10112E;
  text-decoration: underline;
}



/*============================================================
 UGC Instagram – Card Style
============================================================*/
.ig-section {
  overflow: hidden;
  padding-bottom: 140px; /* mehr Platz nach unten */
}

.ig-cards {
  position: relative;
  margin: 70px auto 0;
  height: clamp(500px, 50vw, 700px); /* höher als vorher */
  max-width: 1080px;
}

.ig-card {
  position: absolute;
  top: 0;
  width: min(310px, 29vw);
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  border: 1px solid #000;
  background: #fff;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  box-shadow:
    0 32px 70px rgba(0, 0, 0, 0.28),
    0 14px 28px rgba(0, 0, 0, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease;
  z-index: 1;
  will-change: transform;
}

.ig-media {
  position: relative;
  height: calc(100% - 56px);
  overflow: hidden;
  background: #f3f3f3;
}

.ig-media img,
.ig-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ig-video {
  pointer-events: none;
}

.ig-audio {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(0,0,0,0.45);
  color: #fff;
  display: grid;
  place-items: center;
  backdrop-filter: blur(6px);
}

.ig-bottom {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  background: #fff;
}

.ig-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ig-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  line-height: 0;
}

.ig-ic--liked {
  color: #FF3040;
}

.ig-card--left {
  left: 10%;
  transform: rotate(-5deg) translateY(20px);
  z-index: 1;
}

.ig-card--mid {
  left: 37%;
  transform: rotate(0deg) translateY(0);
  z-index: 2;
}

.ig-card--right {
  left: 64%;
  transform: rotate(5deg) translateY(14px);
  z-index: 1;
}

.ig-card:hover,
.ig-card:focus-visible {
  z-index: 10;
  outline: none;
  box-shadow:
    0 24px 46px rgba(0,0,0,0.24),
    0 8px 16px rgba(0,0,0,0.12);
}

.ig-card--left:hover,
.ig-card--left:focus-visible {
  transform: translateY(-4px) rotate(-3deg) scale(1.015);
}

.ig-card--mid:hover,
.ig-card--mid:focus-visible {
  transform: translateY(-5px) scale(1.02);
}

.ig-card--right:hover,
.ig-card--right:focus-visible {
  transform: translateY(-4px) rotate(3deg) scale(1.015);
}

@media (max-width: 768px) {
  .ig-cards {
    height: auto;
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .ig-card {
    position: relative;
    top: auto;
    left: auto;
    width: min(260px, 82vw);
  }

  .ig-card--left {
    transform: rotate(-3.5deg) !important;
  }

  .ig-card--mid {
    transform: rotate(1.8deg) !important;
  }

  .ig-card--right {
    transform: rotate(-2deg) !important;
  }

  .ig-card--left:hover,
  .ig-card--left:focus-visible {
    transform: translateY(-3px) rotate(-3.5deg) scale(1.01) !important;
  }

  .ig-card--mid:hover,
  .ig-card--mid:focus-visible {
    transform: translateY(-3px) rotate(1.8deg) scale(1.01) !important;
  }

  .ig-card--right:hover,
  .ig-card--right:focus-visible {
    transform: translateY(-3px) rotate(-2deg) scale(1.01) !important;
  }
}

@media (max-width: 480px) {
  .ig-card {
    width: min(235px, 80vw);
    border-radius: 16px;
  }

  .ig-bottom {
    height: 54px;
    padding: 0 11px;
  }

  .ig-media {
    height: calc(100% - 54px);
  }

  .ig-actions {
    gap: 10px;
  }

  .ig-ic--liked svg {
    width: 24px;
    height: 24px;
  }

  .ig-ic svg {
    width: 20px;
    height: 20px;
  }

  .ig-save svg {
    width: 21px;
    height: 19px;
  }
}






/*============================================================
 Reviews / Social Proof – Card Style
============================================================*/
.reviews-section {
  background: #ffffff;                 /* Section-Hintergrund weiss */
  color: var(--color-dark);
  padding: 80px 1.5rem;
}

.reviews-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* Titel wie FAQ-Headline */
.reviews-header {
  margin: 0;
  font-family: 'MostraOneBold', sans-serif;
  font-size: clamp(1.5rem, 5vw, 4rem);
  font-weight: normal;
  padding: 0 60px;
  background: #ffffff;
  color: var(--color-dark);
  text-align: center;
}

.reviews-header h2 {
  margin: 0;
  font-family: 'MostraOneBold', sans-serif;
  font-size: clamp(1.5rem, 5vw, 4rem);
	font-weight:normal;
  padding: 0px 60px 0px 60px;
	background: white;
	color:var(--color-dark);
}

.reviews-cta {
  margin: 8px 0 0;
  text-align: center;
	font-family: 'MostraOneBold', sans-serif;
	font-family: 'GlamourAbsolute_Condensed', sans-serif;
	font-family: 'HeinzLabel', sans-serif;
  font-size: clamp(1.2rem, 3.5vw, 2.75rem);
  line-height: 1;
  color: var(--color-dark);
}

.reviews-cta a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  opacity: 1;
  transition: opacity 0.25s ease;
}

.reviews-cta a:hover,
.reviews-cta a:focus {
  opacity: 1;
	text-decoration: none;
}

/* Mobile speziell pushen */
@media (max-width: 480px) {
  .reviews-header {
    font-size: 2.4rem;
		line-height:100%;
  }
}

/* "Frequently Asked" */
.reviews-top {
  display: block;
}

/* "Questions" */
.reviews-bottom {
  color: var(--color-dark);
  background: var(--color-turquoise);
  display: inline-block;
	margin-top:20px;
  padding: 0.1em 0.5em;     /* weniger oben/unten */
  line-height: 1;           /* verhindert zusätzlich unnötigen Leerraum */
  transform: rotate(-3deg) translateY(-0.4em);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.25);
}

/* Grid mit leichtem Overlap-Effekt */
.reviews-grid {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0; /* Overlap, daher kein klassischer gap */
}

.review-card {
  position: relative;
  background: var(--color-turquoise);
  color: var(--color-dark);
  border-radius: 10px;                 /* weniger Radius */
  border: 4px solid #ffffff;           /* weißer Rahmen */
  padding: 28px 24px 26px;
  text-align: center;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.25);
  width: min(280px, 100%);
  margin: 0 -20px;                     /* überlappend */
  font-family: 'MostraOneBold', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, z-index 0.15s ease;
}

/* Reihenfolge: Karten leicht versetzt und überlappend */
.review-card:nth-child(1) {
  z-index: 5;
  transform: translateY(0) rotate(-2deg);
}
.review-card:nth-child(2) {
  z-index: 4;
  transform: translateY(10px) rotate(1.5deg);
}
.review-card:nth-child(3) {
  z-index: 3;
  transform: translateY(20px) rotate(-1.5deg);
}
.review-card:nth-child(4) {
  z-index: 2;
  transform: translateY(30px) rotate(1deg);
}
.review-card:nth-child(5) {
  z-index: 1;
  transform: translateY(40px) rotate(-1deg);
}

/* Hover: Karte kommt nach vorne und ist komplett lesbar */
.review-card:hover {
  z-index: 999;
  transform: translateY(-8px) rotate(0deg) scale(1.02);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.3);
}

/* Kommentar oben */
.review-text {
  font-size: var(--font-size-base);
  line-height: 1.4;
  margin: 0 0 16px 0;
  color: var(--color-dark);
  text-align: center;
}

/* Sterne in der Mitte (Font Awesome) */
.review-stars {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}

.review-stars .fa-star {
  color: var(--color-dark);
}

/* Name + Datum unten */
.review-meta {
  font-size: var(--font-size-sm);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
}

.review-name {
  font-weight: 600;
}

.review-date {
  opacity: 0.8;
}

/* Link ganz unten */
.review-link {
  font-size: var(--font-size-sm);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: underline;
  color: var(--color-dark);
}

.review-link:hover {
  text-decoration: none;
}

/* Mobile: nur 3 Reviews sichtbar, Karten gerade */
@media (max-width: 768px) {
  .reviews-section {
    padding: 60px 1rem;
  }

  .reviews-grid {
    flex-direction: column;
    align-items: center;
  }

  .review-card {
    margin: 0 0 16px 0;
    width: 100%;
    max-width: 340px;
    transform: none;
  }

  .reviews-grid .review-card:nth-child(n+4) {
    display: none; /* nur 3 Karten auf Mobile */
  }
}



/*============================================================
 Buy Float - Desktop-Version (rechteckig oben rechts)
============================================================*/
.buy-float {
  display:none !important;
	position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
	width:100%;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 5px 36px;
  background: var(--color-turquoise);
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  border: none;

  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

/* Icon */
.buy-float i {
	display: none;
  font-size: 27px;
  color: var(--color-dark);
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Text */
.buy-text,
.buy-text-hover {
  font-family: 'MostraOneBold', sans-serif;
  font-size: 26px;
  line-height: 1;
  color: var(--color-dark);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.buy-text-hover {
  display: none;
}

.porto-text {
  font-family: 'MostraOneBold', sans-serif;
  font-size: 18px;
  display: block;
  margin-top: 6px; /* Abstand zum Icon */
  text-align: center;
  color: var(--color-dark);
}

/* Hover-Effekt nur auf Desktop */
@media (hover: hover) and (pointer: fine) {
  .buy-float:hover {
    background: var(--color-dark);
    transform: scale(1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  }

  .buy-float:hover .buy-text {
    display: none;
  }

  .buy-float:hover .buy-text-hover {
    display: inline;
    color: #fff;
  }

  .buy-float:hover .porto-text {
    display: inline;
    color: #fff;
  }

  .buy-float:hover i {
    color: #fff;
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .buy-float {
    /*top: auto;
    right: auto;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: auto;
    padding: 14px 36px;*/
		
	  top: auto;
	  right: auto;
	  left: 50%;
	  bottom: 0px;
	  transform: translateX(-50%);
	  width: 100%;
	  padding: 20px 36px;
	  box-sizing: border-box;
  }

  /* Auf Mobile kein Hover-Wechsel */
  .buy-text {
    display: inline;
  }
  .buy-text-hover {
    display: none !important;
  }
}


/*============================================================
 Floating Buy Button (erscheint ab 30% Scroll)
============================================================*/
.floating-buy {
  display:none !important;
	position: fixed;
  right: 24px;
  bottom: 80px;
  z-index: 9998;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 999px;
  padding: 0;

  /* Default: versteckt */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(40px) scale(0.85);
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1),
    visibility 0s linear 0.45s;
}

/* Sichtbarer Zustand (wird per JS gesetzt) */
.floating-buy.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1),
    visibility 0s linear 0s;
}

/* Pulse-Ring deaktiviert */
.fb-pulse {
  display: none;
}

/* Innerer Inhalt */
.fb-inner {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 26px 14px 22px;
  background: var(--color-turquoise);
  border-radius: 999px;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.28),
    0 4px 10px rgba(0, 0, 0, 0.18);
  transition: background 0.3s ease, transform 0.3s ease;
}

/* Subtile Wackel-Animation alle paar Sekunden */
.floating-buy.is-visible .fb-inner {
  animation: fbWiggle 5s ease-in-out 1s infinite;
}

/* Icon */
.fb-icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--color-dark);
  color: var(--color-turquoise);
  display: grid;
  place-items: center;
  font-size: 18px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
}

/* Text */
.fb-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.fb-main {
  font-family: 'MostraOneBold', sans-serif;
  font-size: 17px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-dark);
  line-height: 1;
  white-space: nowrap;
}

.fb-sub {
  font-family: 'MostraOneBold', sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-dark);
  margin-top: 4px;
  opacity: 0.75;
  line-height: 1;
  white-space: nowrap;
}

/* Hover */
@media (hover: hover) and (pointer: fine) {
  .floating-buy:hover .fb-inner {
    background: var(--color-dark);
    transform: scale(1.04);
    animation-play-state: paused;
  }
  .floating-buy:hover .fb-main,
  .floating-buy:hover .fb-sub {
    color: var(--color-turquoise);
  }
  .floating-buy:hover .fb-icon {
    background: var(--color-turquoise);
    color: var(--color-dark);
    transform: rotate(-10deg) scale(1.08);
  }
}

/* Subtile Wackel-Animation */
@keyframes fbWiggle {
  0%, 90%, 100% { transform: rotate(0deg); }
  92% { transform: rotate(-3deg); }
  94% { transform: rotate(3deg); }
  96% { transform: rotate(-2deg); }
  98% { transform: rotate(2deg); }
}

/* Mobile: 80% Breite, Icon + Text zentriert, grössere Schrift */
@media (max-width: 768px) {
  .floating-buy {
    right: auto;
    left: 50%;
    bottom: 70px;
    width: 80%;
    max-width: none;
    transform: translate(-50%, 40px) scale(0.85);
  }
  .floating-buy.is-visible {
    transform: translate(-50%, 0) scale(1);
  }

  .fb-inner {
    width: 100%;
    justify-content: center;
    padding: 14px 7px;
    gap: 14px;
  }

  .fb-icon {
    width: 48px;
    height: 48px;
    font-size: 22px;
    border-radius: 999px;
  }

  .fb-text {
    align-items: flex-start;
  }

  .fb-main {
    font-size: 22px;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }
  .fb-sub {
    font-size: 13px;
    letter-spacing: 0.16em;
    margin-top: 6px;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .floating-buy {
    right: auto;
    left: 50%;
    bottom: 55px;
    width: 80%;
    max-width: none;
    transform: translate(-50%, 40px) scale(0.85);
  }
  .floating-buy.is-visible {
    transform: translate(-50%, 0) scale(1);
  }

  .fb-inner {
    width: 100%;
    justify-content: center;
    padding: 12px 7px;
    gap: 12px;
  }

  .fb-icon {
    width: 42px;
    height: 42px;
    font-size: 19px;
    border-radius: 999px;
  }

  .fb-text {
    align-items: flex-start;
  }

  .fb-main {
    font-size: 18px;
    letter-spacing: 0.10em;
    white-space: nowrap;
  }
  .fb-sub {
    font-size: 11px;
    letter-spacing: 0.14em;
    margin-top: 5px;
    white-space: nowrap;
  }
}

/* Motion-Preference */
@media (prefers-reduced-motion: reduce) {
  .floating-buy.is-visible .fb-inner { animation: none; }
}



/*============================================================
 FIXED NAVIGATION
============================================================*/

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 12px 24px;
  z-index: 999999;
}

.nav-inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav .header-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.site-nav .header-logo picture,
.site-nav .header-logo img {
  display: block;
  height: 106px;
  width: auto;
}

.nav-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-menu a {
  font-family: 'MostraOneBold', sans-serif;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-dark);
  text-decoration: none;
  line-height: 1;
  transition: color .3s ease;
}

.nav-menu a:hover {
  color: var(--color-turquoise);
}

.nav-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 10px 22px 10px 14px;

  background: var(--color-turquoise);
  color: var(--color-dark);

  text-decoration: none;
  border-radius: 999px;

  box-shadow:
    0 18px 35px rgba(0,0,0,.25),
    0 6px 14px rgba(0,0,0,.15);

  flex-shrink: 0;

  transition: background .3s ease;
}

.nav-buy::before {
  content: "\f290";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

  width: 36px;
  height: 36px;

  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: var(--color-dark);
  color: var(--color-turquoise);

  font-size: 15px;
  flex-shrink: 0;
}

.nav-buy-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.nav-buy-main {
  font-family: 'MostraOneBold', sans-serif;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-dark);
  white-space: nowrap;
}

.nav-buy-sub {
  font-family: 'MostraOneBold', sans-serif;
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 4px;
  color: var(--color-dark);
  white-space: nowrap;
}

.nav-buy:hover {
  background: var(--color-dark);
}

.nav-buy:hover::before {
  background: var(--color-turquoise);
  color: var(--color-dark);
}

.nav-buy:hover .nav-buy-main,
.nav-buy:hover .nav-buy-sub {
  color: var(--color-turquoise);
}

.nav-toggle,
.nav-close,
.nav-backdrop {
  display: none;
}

body {
  padding-top: 120px;
}


@media (max-width: 768px) {

  body {
    padding-top: 86px;
  }

  .site-nav {
    padding: 10px 14px;
  }

  .nav-inner {
    gap: 12px;
  }

  /* Hamburger */

  .nav-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;

    margin-left: 12px;

    background: transparent;
    border: none;

    flex-direction: column;
    justify-content: center;
    gap: 6px;

    cursor: pointer;
    flex-shrink: 0;
  }

  .nav-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: var(--color-dark);
  }

  /* Logo */

  .site-nav .header-logo {
    margin-right: auto;
  }

  .site-nav .header-logo picture,
  .site-nav .header-logo img {
    height: 74px;
  }

  /* Buy Button */

  .nav-buy {
    gap: 8px;
    padding: 8px 12px 8px 10px;
  }

  .nav-buy::before {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }

  .nav-buy-main {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .nav-buy-sub {
    font-size: 6px;
    margin-top: 2px;
  }

  /* Fly-In Menu */

  .nav-menu {
    position: fixed;
    top: 0;
    left: 0;

    width: min(82vw, 340px);
    height: 100vh;

    background: #ffffff;

    z-index: 100001;

    transform: translateX(-105%);
    transition: transform .35s ease;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

    gap: 24px;
    padding: 90px 28px 28px;

    margin-left: 0;

    box-shadow: 18px 0 40px rgba(0,0,0,.18);
  }

  .nav-menu a {
    font-size: 24px;
  }

  .nav-close {
    display: block;

    position: absolute;
    top: 22px;
    right: 24px;

    border: none;
    background: transparent;

    font-size: 44px;
    line-height: 1;

    color: var(--color-dark);
    cursor: pointer;
  }

  .nav-backdrop {
    position: fixed;
    inset: 0;

    background: rgba(8,30,61,.38);

    z-index: 100000;

    opacity: 0;
    visibility: hidden;

    transition:
      opacity .25s ease,
      visibility .25s ease;
  }

  body.nav-open .nav-menu {
    transform: translateX(0);
  }

  body.nav-open .nav-backdrop {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}



/*============================================================
 Recipes Page
============================================================*/

body.recipes-page {
  background: #ffffff;
}

.recipes-intro {
  background: #ffffff;
  padding: 130px 24px 80px;
  text-align: center;
}

.recipes-intro-inner {
  max-width: 980px;
  margin: 0 auto;
}

.recipes-intro-eyebrow {
  font-family: 'HeinzLabel', Georgia, serif;
  font-size: clamp(20px, 1.8vw, 28px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-dark);
  text-align: center;
  margin: 0 0 24px 0;
}

.recipes-intro h1 {
  font-family: 'MostraOneBold', sans-serif;
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  line-height: 0.92;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--color-dark);
  text-align: center;
  margin: 0 0 24px 0;
}

.recipes-intro p:last-child {
  font-family: 'HeinzLabel', Georgia, serif;
  font-size: clamp(18px, 2vw, 29px);
  line-height: 1.35;
  color: var(--color-dark);
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}


/*============================================================
 Featured Recipe Split
============================================================*/

.recipes-hero {
  background: #ffffff;
}

.recipes-hero .container {
  min-height: 100vh;
}

.recipes-hero-text {
  padding: 80px 6vw;
}

.recipes-hero-text h2 {
  font-family: 'GlamourAbsolute_Condensed', sans-serif;
  font-size: clamp(55px, 8vw, 140px);
  line-height: 1;
  color: var(--color-dark);
  margin: 0 0 1rem 0;
  text-align: center;
  font-weight: normal;
}

.recipes-hero-text > p:not(.recipe-instruction) {
  font-family: 'MostraOneBold', sans-serif;
  font-size: clamp(26px, 2.5vw, 40px);
  line-height: 1.1;
  margin: 0;
  color: var(--color-dark);
  text-align: center;
}

.recipes-hero-text .recipe-instruction {
  font-family: 'HeinzLabel', sans-serif;
  font-size: clamp(24px, 2vw, 25px);
  line-height: 1.3;
  margin-top: 1rem;
  color: var(--color-dark);
  text-align: center;
}

.recipes-hero-image picture,
.recipes-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}


/*============================================================
 Recipes Overview
============================================================*/

.recipes-overview {
  background: #ffffff;
  padding: 120px 24px 110px;
}

.recipes-overview-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.recipes-section-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 64px;
}

.recipes-section-header h2 {
  font-family: 'MostraOneBold', sans-serif;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--color-dark);
  text-align: center;
  margin: 0 0 20px 0;
}

.recipes-section-header p:last-child {
  font-family: 'HeinzLabel', Georgia, serif;
  font-size: clamp(17px, 1.8vw, 25px);
  line-height: 1.35;
  color: var(--color-dark);
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.recipes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 34px;
}

.recipe-card {
  background: #ffffff;
  border: 0;
  min-width: 0;
}

.recipe-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--color-dark);
  text-decoration: none;
}

.recipe-card-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f3f3f3;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.20);
  margin: 0 0 24px 0;
}

.recipe-card-image picture,
.recipe-card-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.recipe-card-image img {
  object-fit: cover;
  transition: transform 0.35s ease;
}

.recipe-card h3 {
  font-family: 'MostraOneBold', sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 0.98;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--color-dark);
  text-align: center;
  margin: 0 0 12px 0;
}

.recipe-card p {
  font-family: 'HeinzLabel', Georgia, serif;
  font-size: clamp(15px, 1.25vw, 20px);
  line-height: 1.35;
  color: var(--color-dark);
  text-align: center;
  max-width: 92%;
  margin: 0 auto;
}

.recipe-card-link:hover .recipe-card-image img {
  transform: scale(1.045);
}

.recipes-faq {
  padding-top: 110px;
}

.recipes-faq .faq-content {
  margin-top: 60px;
}

@media (max-width: 1000px) {
  .recipes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .recipes-intro {
    padding: 90px 22px 56px;
  }

  .recipes-intro h1 {
    font-size: clamp(2.3rem, 13vw, 4.6rem);
  }

  .recipes-hero {
    flex-direction: column-reverse;
    height: auto;
  }

  .recipes-hero .container {
    width: 100%;
    min-height: auto;
    height: auto;
  }

  .recipes-hero-text {
    padding: 58px 26px 64px !important;
  }

  .recipes-hero-image {
    height: 78vh !important;
  }

  .recipes-hero-text h2 {
    font-size: clamp(48px, 15vw, 84px);
  }

  .recipes-hero-text > p:not(.recipe-instruction) {
    font-size: clamp(24px, 8vw, 36px);
  }

  .recipes-hero-text .recipe-instruction {
    font-size: clamp(20px, 6vw, 25px);
  }

  .recipes-overview {
    padding: 80px 20px 76px;
  }

  .recipes-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .recipe-card h3 {
    min-height: 0;
		font-size: clamp(36px, 11vw, 58px);
  }
}


/*============================================================
 Recipe Detail Page
============================================================*/

.recipe-detail-page .recipes-intro {
  padding-bottom: 70px;
}

.recipe-detail-split {
  background: #ffffff;
}

.recipe-detail-split .container {
  min-height: 100vh;
}

.recipe-detail-text {
  padding: 80px 6vw;
}

.unit-toggle {
  display: inline-flex;
  margin: 0 auto 34px;
  border: 2px solid var(--color-dark);
}

.unit-btn {
  font-family: 'MostraOneBold', sans-serif;
  font-size: 20px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-dark);
  background: #ffffff;
  border: 0;
  padding: 12px 24px;
  cursor: pointer;
}

.unit-btn.is-active {
  background: var(--color-turquoise);
}

.recipe-detail-text h2 {
  font-family: 'GlamourAbsolute_Condensed', sans-serif;
  font-size: clamp(48px, 6vw, 96px);
  line-height: 1;
  color: var(--color-dark);
  text-align: center;
  font-weight: normal;
  margin: 0 0 24px;
}

.recipe-ingredients-list {
  list-style: none;
  padding: 0;
  margin: 0 0 54px;
  text-align: center;
}

.recipe-ingredients-list li {
  font-family: 'MostraOneBold', sans-serif;
  font-size: clamp(25px, 2.3vw, 40px);
  line-height: 1.15;
  color: var(--color-dark);
  text-align: center;
  text-transform: uppercase;
}

.recipe-ingredients-list .amount {
  display: inline-block;
  min-width: 95px;
}

.recipe-method-list {
  max-width: 560px;
  margin: 0 auto 46px;
  padding-left: 1.6rem;
}

.recipe-method-list li {
  font-family: 'HeinzLabel', Georgia, serif;
  font-size: clamp(18px, 1.5vw, 25px);
  line-height: 1.35;
  color: var(--color-dark);
  margin-bottom: 12px;
}

.recipe-share {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}

.recipe-share a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--color-dark);
  color: var(--color-turquoise);
  text-decoration: none;
  font-family: 'MostraOneBold', sans-serif;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 24px;
  box-shadow: 0 18px 35px rgba(0,0,0,.22);
}

.recipe-share a:hover {
  background: var(--color-turquoise);
  color: var(--color-dark);
}

.recipe-detail-image picture,
.recipe-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

@media (max-width: 768px) {
  .recipe-detail-split {
    flex-direction: column-reverse;
    height: auto;
  }

  .recipe-detail-split .container {
    min-height: auto;
    height: auto;
  }

  .recipe-detail-text {
    padding: 58px 26px 64px !important;
  }

  .recipe-detail-image {
    height: 78vh !important;
  }

  .unit-btn {
    font-size: 17px;
    padding: 10px 20px;
  }

  .recipe-ingredients-list li {
    font-size: clamp(24px, 8vw, 38px);
  }

  .recipe-share {
    flex-direction: column;
    align-items: center;
  }

  .recipe-share a {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}


/*============================================================
 Recipe Merch Section
============================================================*/

.recipe-merch-section {
  background: #ffffff;
  padding: 120px 24px 0px 24px;
  overflow: hidden;
  text-align: center;
}

.recipe-merch-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.recipe-merch-header {
  margin: 0 auto 50px;
  text-align: center;
}

.recipe-merch-header h2 {
  margin: 0;
  font-family: 'MostraOneBold', sans-serif;
  font-size: clamp(1.5rem, 5vw, 4rem);
  line-height: 0.95;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--color-dark);
  text-align: center;
}

.recipe-merch-top {
  display: block;
}

.recipe-merch-bottom {
  display: inline-block;
  margin-top: 10px;
  padding: 0.08em 0.45em;
  background: var(--color-turquoise);
  color: var(--color-dark);
  transform: rotate(-3deg);
}

.recipe-merch-header p {
  max-width: 820px;
  margin: 42px auto 0;
  font-family: 'HeinzLabel', sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-dark);
  text-align: center;
}

.recipe-merch-products {
  position: relative;
  height: clamp(330px, 36vw, 500px);
  max-width: 1050px;
  margin: -60px auto 0;
  overflow: visible;
}

.recipe-merch-item {
  position: absolute;
  top: 50%;
  display: block;
  width: clamp(240px, 28vw, 390px);
  text-decoration: none;
  transition: transform 0.3s ease, z-index 0.2s ease;
}

.recipe-merch-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: none;
}

.recipe-merch-item--left {
  left: 18%;
  transform: translateY(-60%) rotate(-7deg);
  z-index: 1;
}

.recipe-merch-item--right {
  right: 18%;
  transform: translateY(-60%) rotate(7deg);
  z-index: 2;
}

.recipe-merch-item:hover,
.recipe-merch-item:focus-visible {
  z-index: 10;
  outline: none;
}

.recipe-merch-item--left:hover,
.recipe-merch-item--left:focus-visible {
  transform: translateY(-64%) rotate(-4deg) scale(1.04);
}

.recipe-merch-item--right:hover,
.recipe-merch-item--right:focus-visible {
  transform: translateY(-64%) rotate(4deg) scale(1.04);
}

@media (max-width: 768px) {
  .recipe-merch-section {
    padding: 80px 20px 90px;
  }

  .recipe-merch-header {
    margin-bottom: 36px;
  }

  .recipe-merch-header h2 {
    font-size: clamp(2.2rem, 12vw, 4rem);
  }

  .recipe-merch-header p {
    margin-top: 34px;
    font-size: clamp(1.3rem, 7vw, 2rem);
  }

  .recipe-merch-products {
    height: auto;
    margin-top: -20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .recipe-merch-item {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: min(310px, 78vw);
    margin-top: -20px;
  }

  .recipe-merch-item:first-child {
    margin-top: 0;
  }

  .recipe-merch-item--left {
    transform: rotate(-5deg);
  }

  .recipe-merch-item--right {
    transform: rotate(4deg);
  }

  .recipe-merch-item--left:hover,
  .recipe-merch-item--left:focus-visible {
    transform: rotate(-3deg) scale(1.03);
  }

  .recipe-merch-item--right:hover,
  .recipe-merch-item--right:focus-visible {
    transform: rotate(2deg) scale(1.03);
  }
}