/* Full-bleed helper */
.full-bleed{
  width:100vw;
  margin-left:calc(50% - 50vw);
}


.break{
  position:relative;
  min-height:52vh;
  display:flex;
  align-items:flex-end;
  padding:64px 0;
  overflow:hidden;
  background-image:var(--bg);
  background-size:cover;
  background-position:center;
}

.break-overlay{
  position:absolute; inset:0;
  background:linear-gradient(180deg,
    rgba(0,0,0,0.10) 0%,
    rgba(0,0,0,0.55) 70%,
    rgba(0,0,0,0.72) 100%
  );
}

.break-content{
  position:relative;
  color:#fff;
  max-width:70ch;
}

.break-content h2{font-weight:900}
.break-content p{color:rgba(255,255,255,0.82)}

/* Mobile: etwas weniger Höhe */
@media (max-width: 768px){
  .break{min-height:42vh; padding:48px 0}
}


.break--video{background:none}
.break-video{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  filter:saturate(1.10) contrast(1.05) brightness(0.95);
}


.section-divider svg{display:block; width:100%; height:80px}
.section-divider path{fill:var(--mdg-bg2)} /* oder dark/red je nach Übergang */






/* -----------------------------
   Partners / Friends marquee (upgraded)
------------------------------ */
/* -----------------------------
   Logo marquee — wow + clean
------------------------------ */
.partners-logos { position: relative; }

.logo-marquee{
  position: relative;
  overflow: hidden;
  width: min(1480px, calc(100% - 2rem));
  margin-inline: auto;
}

/* edge fades (match your page bg; tweak if needed) */
.logo-marquee__fade{
  position:absolute;
  top:0; bottom:0;
  width: 120px;
  z-index: 5;
  pointer-events:none;
}
.logo-marquee__fade--l{
  left:0;
  background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0));
}
.logo-marquee__fade--r{
  right:0;
  background: linear-gradient(270deg, rgba(255,255,255,1), rgba(255,255,255,0));
}

/* track */
.logo-marquee__track{
  display:flex;
  align-items:center;
  gap: 34px;
  width: max-content;
  padding: 18px 10px;
  animation: logoMarquee 18s linear infinite;
  will-change: transform;
}

/* pause on hover */
.logo-marquee:hover .logo-marquee__track{
  animation-play-state: paused;
}

/* item: invisible frame (no bg), but still has a hover hitbox */
.logo-marquee__item{
  position: relative;
  display:grid;
  place-items:center;

  height: 120px;                 /* big */
  width: 220px;                  /* consistent spacing */
  border-radius: 24px;

  text-decoration:none;
  outline: none;

  transform: translateY(0) scale(1);
  transition: transform .22s ease, filter .22s ease;
}

/* the logo */
.logo-marquee__img{
  max-height: 125px;              /* BIG logos */
  max-width: 200px;
  width: auto;
  height: auto;
  object-fit: contain;

  filter: grayscale(1) contrast(1.05) opacity(.72);
  transform: translateZ(0);
  transition: filter .22s ease, transform .22s ease;

  border-radius: 22px;
}

/* shine sweep */
.logo-marquee__shine{
  position:absolute;
  inset:-60% -70%;
  border-radius: 999px;
  background: linear-gradient(110deg, transparent 42%, rgba(255,255,255,0.55) 50%, transparent 58%);
  transform: translateX(-45%) rotate(10deg);
  opacity: 0;
  pointer-events:none;
}

/* subtle depth row (optional): add a soft blur glow behind hovered logo */
.logo-marquee__item::after{
  content:"";
  position:absolute;
  inset: 18px;
  border-radius: 22px;
  opacity: 0;
  filter: blur(10px);
  transition: opacity .22s ease;
  pointer-events:none;
}

/* hover wow */
.logo-marquee__item:hover,
.logo-marquee__item:focus-visible{
  transform: translateY(-6px) scale(1.06) rotate(-0.6deg);
}

.logo-marquee__item:hover::after,
.logo-marquee__item:focus-visible::after{
  opacity: 1;
}

.logo-marquee__item:hover .logo-marquee__img,
.logo-marquee__item:focus-visible .logo-marquee__img{
  filter: grayscale(0) contrast(1.08) opacity(1);
  transform: scale(1.03);
}

.logo-marquee__item:hover .logo-marquee__shine,
.logo-marquee__item:focus-visible .logo-marquee__shine{
  opacity: 1;
  animation: logoShine .85s ease-out forwards;
}

/* motion */
@keyframes logoMarquee{
  from{ transform: translateX(0); }
  to  { transform: translateX(-50%); }
}
@keyframes logoShine{
  from{ transform: translateX(-45%) rotate(10deg); }
  to  { transform: translateX(45%) rotate(10deg); }
}

/* Mobile */
@media (max-width: 576px){
  .logo-marquee__fade{ width: 70px; }
  .logo-marquee__track{ gap: 18px; padding: 12px 8px; animation-duration: 16s; }

  .logo-marquee__item{ height: 92px; width: 170px; border-radius: 18px; }
  .logo-marquee__img{ max-height: 66px; max-width: 150px; }
}



/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .logo-marquee__track{ animation: none !important; }
  .logo-marquee__item,
  .logo-marquee__img,
  .logo-marquee__item::after,
  .logo-marquee__shine{
    transition: none !important;
    animation: none !important;
  }
}




/* -----------------------------
   Social V2 — Mauro billboard + big food
------------------------------ */
.social-v2 .kicker{
  font-weight: 950;
  letter-spacing:.08em;
  text-transform:uppercase;
  color: rgba(15,17,21,0.55);
}
.social-v2 .lead-short{
  color: rgba(15,17,21,0.68);
  font-weight: 800;
}

/* two-column layout */
.social-v2__grid{
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 18px;
  align-items: stretch;
}

/* ========== MAURO BILLBOARD CARD ========== */
.mauro-card{
  position: relative;
  border-radius: 28px;
  overflow: auto;
  border-radius: 28px;
  overflow: hidden;
  min-height: 520px;
  display: block;
  text-decoration: none;
  color: #fff;
  isolation: isolate;

  box-shadow: 0 26px 80px rgba(12,18,28,0.18);
  border: 1px solid rgba(0,0,0,0.08);
  transform: translateY(0);
  transition: transform .2s ease, box-shadow .2s ease;
}

/* full-height Mauro background */
.mauro-card__bg{
  position: absolute; inset: 0;
  background-image: url('/img/mauro.jpg');
  background-size: cover;
  background-position: center top;
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.03);
  transition: transform .9s cubic-bezier(.2,.9,.2,1), filter .45s ease;
}

/* overlay for readability */
.mauro-card::before{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(900px 520px at 30% 18%, rgba(212,33,40,0.25), transparent 60%),
    radial-gradient(900px 520px at 80% 85%, rgba(44,106,58,0.18), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.70) 75%, rgba(0,0,0,0.86) 100%);
  opacity: .98;
  transition: opacity .25s ease;
  pointer-events: none;
}

/* “heat/sauce” shimmer */
.mauro-card__fx{
  position:absolute; inset:-35%;
  background:
    radial-gradient(circle at 28% 30%, rgba(255,200,80,0.20), transparent 42%),
    radial-gradient(circle at 70% 55%, rgba(255,60,60,0.16), transparent 44%),
    radial-gradient(circle at 45% 82%, rgba(255,120,30,0.14), transparent 46%);
  filter: blur(18px);
  mix-blend-mode: screen;
  opacity: .52;
  animation: mauroFloat 6.8s ease-in-out infinite;
  pointer-events:none;
}
@keyframes mauroFloat{
  0%,100% { transform: translate3d(-2%, -1%, 0) scale(1); }
  50%     { transform: translate3d( 2%,  2%, 0) scale(1.02); }
}

/* content sits bottom-left like a billboard */
.mauro-card__content{
  position:absolute;
  left: 18px; right: 18px; bottom: 18px;
  padding: 18px 18px;
  border-radius: 22px;

  background: rgba(10,10,12,0.52);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  transform: translateY(10px);
  transition: transform .55s cubic-bezier(.2,.9,.2,1), border-color .25s ease;
}

.mauro-card__chip{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.16);
  font-weight: 950;
  letter-spacing: .01em;
}
.mauro-card__chip i{ font-size: 18px; }

.mauro-card__title{
  margin: 12px 0 6px 0;
  font-weight: 950;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.05;
  text-shadow: 0 12px 30px rgba(0,0,0,0.35);
}
.mauro-card__sub{
  margin: 0 0 14px 0;
  color: rgba(255,255,255,0.82);
  font-weight: 800;
}

.mauro-card__btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 12px 14px;
  border-radius: 14px;
  width: fit-content;

  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  font-weight: 950;
  transition: transform .18s ease, background-color .18s ease;
}
.mauro-card__tip{
  margin-top: 12px;
  color: rgba(255,255,255,0.70);
  font-weight: 800;
  font-size: 13px;
}

/* hover */
.mauro-card:hover,
.mauro-card:focus-visible{
  transform: translateY(-4px);
  box-shadow: 0 32px 96px rgba(12,18,28,0.24);
}
.mauro-card:hover .mauro-card__bg,
.mauro-card:focus-visible .mauro-card__bg{
  transform: scale(1.10);
  filter: saturate(1.12) contrast(1.06);
}
.mauro-card:hover .mauro-card__content,
.mauro-card:focus-visible .mauro-card__content{
  transform: translateY(0);
  border-color: rgba(255,255,255,0.18);
}
.mauro-card:hover .mauro-card__btn{
  transform: translateY(-1px);
  background: rgba(255,255,255,0.18);
}

/* ========== FOOD WALL ========== */
.food-wall{
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 14px;
  min-height: 520px;
}

.food-hero{
  position: relative;
  border-radius: 28px;
  overflow:hidden;
  text-decoration: none;
  color:#fff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 22px 70px rgba(12,18,28,0.14);
  isolation: isolate;
}

.food-hero__img{
  position:absolute; inset:0;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  filter: saturate(1.12) contrast(1.04);
  transition: transform .9s cubic-bezier(.2,.9,.2,1), filter .35s ease;
}

/* overlay */
.food-hero::before{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(900px 520px at 20% 85%, rgba(255,90,20,0.22), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.45) 60%, rgba(0,0,0,0.78) 100%);
  opacity: .92;
  transition: opacity .25s ease;
  pointer-events:none;
}

.food-hero__badge{
  position:absolute;
  top: 14px;
  left: 14px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(10,10,12,0.42);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 950;
}

/* big label shows on hover */
.food-hero__label{
  position:absolute;
  left: 14px; right: 14px; bottom: 14px;
  padding: 12px 14px;
  border-radius: 18px;
  color: #fff;

  background: rgba(10,10,12,0.52);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-weight: 950;

  opacity: 0;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .28s cubic-bezier(.2,.9,.2,1);
}

/* shine sweep */
.food-hero::after{
  content:"";
  position:absolute;
  inset:-60% -70%;
  background: linear-gradient(110deg, transparent 42%, rgba(255,255,255,0.42) 50%, transparent 58%);
  transform: translateX(-45%) rotate(10deg);
  opacity: 0;
  pointer-events:none;
}

.food-hero:hover .food-hero__img,
.food-hero:focus-visible .food-hero__img{
  transform: scale(1.14) rotate(-0.35deg);
  filter: saturate(1.25) contrast(1.06);
}
.food-hero:hover .food-hero__label,
.food-hero:focus-visible .food-hero__label{
  opacity: 1;
  transform: translateY(0);
}
.food-hero:hover::after,
.food-hero:focus-visible::after{
  opacity: 1;
  animation: foodShine .85s ease-out forwards;
}
@keyframes foodShine{
  from{ transform: translateX(-45%) rotate(10deg); }
  to  { transform: translateX(45%) rotate(10deg); }
}

/* bottom tiles */
.food-tiles{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.food-tile{
  position: relative;
  border-radius: 22px;
  overflow:hidden;
  min-height: 160px;
  text-decoration:none;
  color:#fff;

  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 18px 50px rgba(12,18,28,0.12);
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease;
  isolation: isolate;
}
.food-tile__img{
  position:absolute; inset:0;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  filter: saturate(1.10) contrast(1.03);
  transition: transform .85s cubic-bezier(.2,.9,.2,1), filter .35s ease;
}
.food-tile::before{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.40) 60%, rgba(0,0,0,0.74) 100%);
  opacity: .92;
  pointer-events:none;
}

/* comical hover label */
.food-tile__label{
  position:absolute;
  left: 12px; right: 12px; bottom: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  color: #fff;

  background: rgba(10,10,12,0.52);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-weight: 950;

  opacity: 0;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .28s cubic-bezier(.2,.9,.2,1);
}

.food-tile:hover,
.food-tile:focus-visible{
  transform: translateY(-4px);
  box-shadow: 0 26px 80px rgba(12,18,28,0.18);
}
.food-tile:hover .food-tile__img,
.food-tile:focus-visible .food-tile__img{
  transform: scale(1.14) rotate(-0.35deg);
  filter: saturate(1.22) contrast(1.05);
}
.food-tile:hover .food-tile__label,
.food-tile:focus-visible .food-tile__label{
  opacity: 1;
  transform: translateY(0);
}

/* Touch: show labels */
@media (hover: none){
  .food-hero__label,
  .food-tile__label{ opacity: 1; transform: none; }
}

/* Responsive */
@media (max-width: 991px){
  .social-v2__grid{ grid-template-columns: 1fr; }
  .mauro-card{ min-height: 420px; }
  .food-wall{ min-height: 420px; }
  .food-tiles{ grid-template-columns: 1fr 1fr; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .mauro-card__fx{ animation: none !important; }
  .mauro-card, .mauro-card__bg, .mauro-card__content,
  .food-hero__img, .food-hero__label,
  .food-tile, .food-tile__img, .food-tile__label{
    transition: none !important;
  }
  .food-hero:hover::after{ animation: none !important; }
}
/* =============================
   App promo section
============================= */
.app-section{
  background:
    radial-gradient(circle at top left, rgba(212,33,40,0.08), transparent 35%),
    radial-gradient(circle at bottom right, rgba(44,106,58,0.10), transparent 30%),
    var(--mdg-bg2);
}

.app-promo{
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(251,251,252,0.96));
  border: 1px solid var(--mdg-border);
  border-radius: var(--mdg-radius-lg);
  box-shadow: var(--mdg-shadow);
  padding: clamp(24px, 3vw, 42px);
}

.app-promo::before{
  content:"";
  position:absolute;
  inset:auto -60px -60px auto;
  width:220px;
  height:220px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(212,33,40,0.14), transparent 68%);
  pointer-events:none;
}

.app-promo__content{
  position:relative;
  z-index:2;
}

.app-promo__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 14px;
  border-radius:999px;
  color: var(--mdg-red);
  font-weight:900;
  margin-bottom:18px;
}

.app-promo__eyebrow-icon{
  width:50px;
  height:50px;
  object-fit:contain;
  display:block;
}

.app-promo__title{
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height:1.05;
  font-weight:900;
  color: var(--mdg-text);
  margin-bottom:14px;
}

.app-promo__text{
  font-size:1.05rem;
  line-height:1.7;
  color: var(--mdg-muted);
  max-width:58ch;
  margin-bottom:22px;
}

.app-promo__features{
  display:grid;
  grid-template-columns: 1fr;
  gap:12px;
  margin-bottom:28px;
}

.app-promo__feature{
  display:flex;
  align-items:center;
  gap:12px;
  color: var(--mdg-text);
  font-weight:800;
}

.app-promo__feature i{
  width:38px;
  height:38px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background: rgba(44,106,58,0.10);
  color: var(--mdg-green);
  flex: 0 0 38px;
}

.app-promo__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
}

.app-promo__stores{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.app-store-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:11px 14px;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
  color: var(--mdg-text);
  background: var(--mdg-card);
  border:1px solid var(--mdg-border);
  box-shadow: var(--mdg-shadow-soft);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.app-store-pill:hover{
  transform: translateY(-2px);
  color: var(--mdg-red);
  border-color: rgba(212,33,40,0.25);
  box-shadow: 0 16px 34px rgba(12,18,28,0.12);
}

.app-phone-wrap{
  position:relative;
  min-height: 520px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.app-phone{
  position:relative;
  width:min(100%, 340px);
  border-radius:36px;
  padding:14px;
  background: linear-gradient(180deg, #20242b, #0f1115);
  box-shadow: 0 30px 70px rgba(15,17,21,0.28);
  border:1px solid rgba(255,255,255,0.08);
  z-index:2;
}

.app-phone__notch{
  width:120px;
  height:22px;
  border-radius:0 0 18px 18px;
  background:#0a0c10;
  margin:0 auto 10px;
}

.app-phone__screen{
  background:
    linear-gradient(180deg, rgba(212,33,40,0.10), rgba(44,106,58,0.06)),
    #fff;
  border-radius:26px;
  min-height:460px;
  padding:18px;
  overflow:hidden;
}

.app-phone__top{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
}

.app-phone__icon{
  width:52px;
  height:52px;
  border-radius:14px;
  object-fit:cover;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.app-phone__label{
  font-weight:900;
  color: var(--mdg-text);
  line-height:1.1;
}

.app-phone__sub{
  color: var(--mdg-muted);
  font-size:.92rem;
}

.app-phone__card{
  background: var(--mdg-card);
  border:1px solid var(--mdg-border);
  border-radius:20px;
  box-shadow: var(--mdg-shadow-soft);
}

.app-phone__card--hero{
  padding:18px;
  margin-bottom:16px;
  text-align:center;
}

.app-phone__card--hero h3{
  font-size:1.15rem;
  margin:10px 0 8px;
  font-weight:900;
  color: var(--mdg-text);
}

.app-phone__card--hero p{
  margin:0;
  color: var(--mdg-muted);
  line-height:1.6;
}

.app-phone__badge{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(212,33,40,0.10);
  color: var(--mdg-red);
  font-size:.78rem;
  font-weight:900;
}

.app-phone__grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:12px;
}

.app-phone__mini{
  min-height:96px;
  border-radius:18px;
  border:1px solid var(--mdg-border);
  background: rgba(255,255,255,0.9);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:10px;
  padding:16px;
  box-shadow: var(--mdg-shadow-soft);
  font-weight:800;
  color: var(--mdg-text);
}

.app-phone__mini i{
  font-size:1.1rem;
  color: var(--mdg-red);
}

.app-phone-glow{
  position:absolute;
  border-radius:50%;
  filter: blur(18px);
  z-index:1;
  pointer-events:none;
}

/* Tablet and down */
@media (max-width: 991.98px){
  .app-phone-wrap{
    min-height:auto;
    margin-top:8px;
  }
}

/* Mobile: center ALL content */
@media (max-width: 576px){
  .app-promo{
    padding:20px;
    text-align:center; /* centers headings + paragraph text */
  }

  /* center the left column content block */
  .app-promo__content{
    display:flex;
    flex-direction:column;
    align-items:center;
  }

  /* eyebrow pill centered */
  .app-promo__eyebrow{
    justify-content:center;
  }

  /* make paragraph centered + centered width */
  .app-promo__text{
    max-width: 42ch;
    margin-left:auto;
    margin-right:auto;
  }

  /* center features list + icon/text alignment */
  .app-promo__features{
    width:100%;
    justify-items:center;
  }

  .app-promo__feature{
    justify-content:center;
    text-align:center;
  }

  /* actions + store pills centered */
  .app-promo__actions{
    width:100%;
    justify-content:center;
    align-items:center;
  }

  .app-promo__actions .btn{
    width:100%;
    justify-content:center;
  }

  .app-promo__stores{
    width:100%;
    justify-content:center;
    align-items:center;
  }

  .app-store-pill{
    width:100%;
    justify-content:center;
  }

  /* phone stays centered */
  .app-phone{
    width:100%;
    max-width:320px;
  }

  .app-phone__screen{
    min-height:430px;
  }
}