/* NoMamaB Shift – Styles (nachgebaut von nomamab.com/shift) */
:root {
  --lavender: #ad9ccc;
  --yellow: #f8ffb3;
  --cream: #f8efe1;
  --offwhite: #fdfafa;
  --beige: #d5c8b5;
  --sage: #c2ceb7;
  --orange: #df7b56;
  --ink: #3c3c3b;
  --sans: "Rubik", system-ui, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
  --wrap: 1100px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); font-weight: 300; color: var(--ink); background: var(--offwhite); line-height: 1.6; font-size: 16px; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
section { position: relative; }

/* Typo */
h1, h2, h3 { font-weight: 300; line-height: 1.15; }
h2 { font-size: clamp(28px, 4vw, 36px); margin-bottom: 20px; }
em, .it { font-family: var(--serif); font-style: italic; font-weight: 400; }
.hl { background: var(--yellow); padding: 0 .15em; }
.hl-lav { background: var(--lavender); color: var(--offwhite); padding: 0 .15em; }
.btn { display: inline-block; text-decoration: none; padding: 12px 28px; border-radius: 30px; font-weight: 400; color: #000; background: var(--orange); transition: transform .2s, filter .2s; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn.yellow { background: var(--yellow); }

/* Header */
header { position: fixed; inset: 0 0 auto 0; z-index: 10; background: rgba(248,239,225,.94); backdrop-filter: blur(6px); }
header .wrap { max-width: none; display: flex; align-items: center; justify-content: space-between; height: 75px; padding: 0 36px; }
.logo { text-decoration: none; letter-spacing: .16em; font-weight: 400; font-size: 16px; white-space: nowrap; display: block; }
.logo img { height: 26px; width: auto; display: block; }
@media (max-width: 640px) { .logo { font-size: 14px; letter-spacing: .1em; } }
nav { display: flex; gap: 28px; font-size: 15px; }
nav a { text-decoration: none; }
nav a:hover { color: var(--lavender); }
.burger { display: none; background: none; border: 0; font-size: 28px; cursor: pointer; color: var(--ink); }

/* Hero */
.hero { background: var(--cream); padding: 75px 0 0; min-height: 560px; }
.hero .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; min-height: 480px; }
.hero h1 { font-size: clamp(36px, 5vw, 46px); }
.sticker { width: 260px; margin: 22px 0 26px -6px; transform: rotate(-1.5deg); }
.hero p { max-width: 430px; font-size: 15px; }
.hero .claim { font-family: var(--serif); font-weight: 700; font-size: 14px; margin: 22px 0 0; }
.hero-art { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; padding-left: 4%; }
.hero-faces { width: 100%; max-width: 260px; display: block; }
.hero-logo { width: 100%; max-width: 300px; display: block; margin-left: 20px; }
.more { position: absolute; left: 0; bottom: 0; background: var(--yellow); padding: 14px 40px 14px 56px; border-radius: 0 14px 0 0; text-decoration: none; z-index: 2; }

/* Wellen */
.wave-top::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 50px; background: var(--from, var(--cream)); clip-path: ellipse(75% 100% at 50% 0%); }

/* Angebote Karussell */
.offers { background: var(--yellow); padding: 90px 0 70px; }
.offers h2 { padding-left: 24px; max-width: var(--wrap); margin: 0 auto 30px; }
.slides { position: relative; max-width: var(--wrap); margin: 0 auto; }
.slide { display: none; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; padding: 0 60px; }
.slide.active { display: grid; }
.slide img.title { width: 380px; margin-bottom: 26px; }
.slide .photo { border-radius: 18px; width: 100%; aspect-ratio: 844/804; object-fit: cover; }
.slide p { margin-bottom: 22px; }
.arrow { position: absolute; top: 45%; background: var(--lavender); color: var(--offwhite); border: 0; width: 52px; height: 32px; cursor: pointer; font-size: 18px; }
.arrow.prev { left: 0; border-radius: 0 16px 16px 0; }
.arrow.next { right: 0; border-radius: 16px 0 0 16px; }

/* Zahlen */
.stats { background: var(--offwhite); padding: 50px 0 70px; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; text-align: center; }
.stat { position: relative; border-radius: 22px; padding: 46px 26px 40px; overflow: hidden; }
.stat-lav { background: var(--lavender); color: var(--offwhite); }
.stat-yel { background: var(--yellow); color: var(--ink); }
.stat b { display: block; font-size: clamp(72px, 9vw, 108px); font-weight: 900; letter-spacing: -.04em; line-height: .9; font-family: var(--sans); }
.stat-lav b { color: var(--yellow); }
.stat-yel b { color: var(--lavender); }
.stat b span { font-size: .55em; }
.stat p { margin-top: 16px; font-size: 17px; line-height: 1.5; }
.stat-lav p strong { color: var(--yellow); font-weight: 800; }
.stat-yel p strong { color: var(--lavender-dark, #6d5a94); font-weight: 800; }
.stat-tag { display: inline-block; margin-top: 20px; background: var(--yellow); color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .12em; padding: 5px 14px; border-radius: 20px; transform: rotate(-3deg); }
.stat-yel .stat-tag { background: var(--lavender); color: var(--offwhite); }
.footnote { text-align: center; font-size: 13px; margin-top: 34px; opacity: .7; }

/* Zitate */
.quotes { background: var(--offwhite); padding: 80px 0; }
.quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.quote { background: var(--cream); border-radius: 18px; padding: 28px; font-style: italic; font-size: 18px; }
.quotes h2 { margin-bottom: 36px; }

/* Intro */
.intro { background: var(--offwhite); padding: 80px 0 30px; }
.intro .lead { font-size: clamp(22px, 2.6vw, 29px); font-weight: 400; line-height: 1.5; max-width: 760px; margin-bottom: 40px; }
.intro-wrap { padding-bottom: 0; }
.intro-body { max-width: 640px; }
.intro-body p { font-size: 16px; line-height: 1.75; margin-bottom: 18px; }
.intro-body strong { font-weight: 500; }
.intro-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 50px; align-items: center; }
.intro-photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 18px; }
@media (max-width: 860px) {
  .intro-grid { grid-template-columns: 1fr; }
  .intro-photo { order: -1; }
}

/* Gründerinnen + Das ist Shift */
.about { background: var(--lavender); color: var(--offwhite); padding: 100px 0 90px; }
.about .wrap { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; }
.people { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; font-size: 13px; }
.people img { border-radius: 14px; border: 1px solid rgba(255,255,255,.6); aspect-ratio: 3/4; object-fit: cover; width: 100%; margin: 8px 0 12px; }
.people b { font-weight: 500; font-size: 14px; }
.people a.more-link { font-weight: 500; display: block; margin-top: 14px; }
.about h2 { font-size: 42px; }
.about p { margin-bottom: 18px; font-size: 15px; }

/* Formate */
.formats { background: var(--beige); padding: 90px 0 80px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 30px 0; }
.card { background: #fff; border-radius: 14px; padding: 26px; }
.card h3 { font-size: 22px; font-weight: 400; margin-bottom: 14px; }
.card li { list-style: none; margin-bottom: 4px; }
.card svg { width: 54px; height: 54px; float: right; stroke: var(--orange); fill: none; stroke-width: 2; }
.formats .tagline { font-size: 15px; }

/* Übergang */
.transition { background: var(--cream); padding: 90px 0 70px; }
.transition h2 { font-size: 36px; }
.bars { margin: 26px 0; display: grid; gap: 14px; }
.bar { background: var(--lavender); color: var(--yellow); border-radius: 14px; padding: 18px 26px; display: flex; gap: 22px; align-items: center; font-weight: 400; }
.bar span { flex: none; width: 28px; height: 28px; border: 1.5px solid var(--yellow); border-radius: 50%; display: grid; place-items: center; font-size: 15px; }

/* Ganzheitlich */
.holistic { background: #fff; padding: 100px 0; text-align: center; }
.holistic h2 { font-size: 45px; }
.holistic .sub { max-width: 420px; margin: 0 auto 50px; font-size: 15px; }
.pillars { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.pillar { border-radius: 50% / 40%; padding: 42px 12px; background: var(--cream); aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; }
.pillar:nth-child(even) { background: var(--sage); }
.pillar:last-child { background: var(--lavender); color: var(--offwhite); }
.pillar h3 { font-family: var(--serif); font-weight: 400; font-size: 22px; margin-bottom: 12px; }
.pillar:last-child h3 { font-weight: 700; }
.pillar li { list-style: none; font-size: 14px; }

.cta-strip { background: var(--lavender); padding: 34px 0; text-align: center; }

/* Newsletter */
.newsletter { background: var(--offwhite); padding: 90px 0; }
.newsletter .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.newsletter p { margin-bottom: 18px; }
form.nl { background: var(--beige); border-radius: 26px; padding: 34px; display: grid; gap: 14px; }
form.nl input { padding: 12px; border: 0; font: inherit; font-size: 14px; }
form.nl button { border: 0; cursor: pointer; font: inherit; }

/* Philosophie */
.philosophy { background: var(--sage); padding: 90px 0; }
.philosophy h2 { font-size: 35px; }
.philosophy p { max-width: 760px; margin-bottom: 18px; }

/* Footer */
footer { background: var(--beige); padding: 70px 0 24px; font-size: 15px; }
footer .wrap { display: grid; grid-template-columns: 1fr auto auto; gap: 70px; align-items: end; }
footer h4 { font-weight: 400; font-size: 17px; margin-bottom: 8px; }
footer li { list-style: none; }
footer li a { text-decoration: none; color: var(--offwhite); font-size: 14px; }
footer .copy { max-width: var(--wrap); margin: 50px auto 0; padding: 0 24px; font-size: 12px; }

/* Responsive */
@media (max-width: 860px) {
  nav { display: none; position: absolute; top: 75px; left: 0; right: 0; flex-direction: column; background: var(--cream); padding: 20px 36px; gap: 14px; }
  nav.open { display: flex; }
  .burger { display: block; }
  .hero .wrap, .slide, .about .wrap, .newsletter .wrap, footer .wrap { grid-template-columns: 1fr; }
  .slide { padding: 0 24px; gap: 24px; }
  .arrow { top: auto; bottom: -46px; }
  .stats-grid, .quotes-grid, .cards { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr 1fr; }
  .pillar { aspect-ratio: auto; border-radius: 24px; }
  .hero-art { display: none; }
  .offers { padding-bottom: 100px; }
  footer .wrap { gap: 30px; }
}

/* --- Überarbeitung v2 --- */
.nav-cta { background: var(--yellow); padding: 6px 16px; border-radius: 20px; font-weight: 400; }
.nav-cta:hover { color: var(--ink); filter: brightness(.97); }
.teaser { background: var(--yellow); padding: 80px 0 60px; text-align: center; }
.teaser p { max-width: 560px; margin: 0 auto 26px; }
.about-us { background: var(--lavender); color: var(--offwhite); padding: 90px 0; }
.about-us .wrap { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; align-items: center; }
.duo-fig { margin: 0; }
.duo { width: 100%; max-height: 640px; object-fit: cover; object-position: center 35%; border-radius: 18px; }
.duo-fig figcaption { margin-top: 10px; font-size: 12.5px; letter-spacing: .04em; opacity: .8; text-align: center; }
.about-us h2 { font-size: 42px; }
.about-us .lead { font-size: 20px; margin-bottom: 16px; }
.about-us p { font-size: 15px; margin-bottom: 18px; }
.bios { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 26px 0; }
.bios h3 { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 24px; margin-bottom: 6px; }
.bios p { font-size: 14px; }
.bios a { font-weight: 500; font-size: 14px; }
.belief { font-family: var(--serif); font-style: italic; font-size: 18px !important; }
.video-sec { background: var(--offwhite); padding: 80px 0; text-align: center; }
.video-frame { position: relative; display: block; max-width: 380px; margin: 30px auto 0; aspect-ratio: 9/16; background: var(--cream); border-radius: 18px; overflow: hidden; }
.video-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transition: transform .3s; }
.video-frame:hover img { transform: scale(1.04); }
.play-btn { position: absolute; inset: 0; margin: auto; width: 68px; height: 68px; border-radius: 50%; background: var(--yellow); color: var(--ink); display: grid; place-items: center; font-size: 22px; box-shadow: 0 6px 18px rgba(0,0,0,.2); }
.page-head { background: var(--cream); padding: 150px 0 60px; }
.page-head h1 { font-size: clamp(36px, 5vw, 46px); margin-bottom: 14px; }
.page-head p { max-width: 560px; }
.events { background: var(--offwhite); padding: 30px 0 60px; }
.events .wrap { max-width: 900px; }
.group-title { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 22px; margin-bottom: 18px; }
.event-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.event { background: var(--cream); border-radius: 18px; overflow: hidden; }
.event-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.event-body { padding: 26px 28px 30px; }
.event h3 { font-size: 24px; margin: 12px 0; }
.event p { margin-bottom: 20px; font-size: 15px; }
.event-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 13px; align-items: center; }
.tag { background: var(--lavender); color: var(--offwhite); padding: 3px 14px; border-radius: 20px; font-weight: 400; }
.event-product { background: var(--yellow); }
.event-product .tag { background: var(--ink); }
@media (max-width: 860px) {
  .about-us .wrap, .bios { grid-template-columns: 1fr; }
  .nav-cta { align-self: flex-start; }
  .event-grid { grid-template-columns: 1fr; }
}

/* --- Überarbeitung v3 --- */
.hero-photo { position: relative; }
.hero-photo img { width: 100%; max-width: 460px; margin-left: auto; border-radius: 22px; aspect-ratio: 4/5; object-fit: cover; object-position: center 30%; }
.hero-photo-tag { position: absolute; right: 16px; bottom: -14px; background: var(--yellow); padding: 10px 20px; border-radius: 12px; text-align: right; letter-spacing: .2em; font-size: 13px; }
.hero-photo-tag em { letter-spacing: 0; }

.testimonials { background: var(--sage); padding: 90px 0; text-align: center; }
.testimonials .sub { max-width: 520px; margin: 0 auto 40px; font-size: 15px; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; text-align: left; }
.testi { background: var(--offwhite); border-radius: 18px; padding: 26px; }
.testi p { font-style: italic; font-family: var(--serif); font-size: 17px; margin-bottom: 14px; }
.testi cite { font-style: normal; font-size: 13px; opacity: .75; }
.testi-cta { margin-top: 34px; font-size: 15px; }

.events-all { margin-top: 10px; font-size: 14px; }

@media (max-width: 860px) {
  .testi-grid { grid-template-columns: 1fr; }
  .hero-photo img { max-width: 100%; }
}

/* --- Überarbeitung v4 --- */
/* Header: garantiert randlos, keine Transparenz-Artefakte */
header { left: 0; right: 0; top: 0; width: 100%; background: var(--cream); backdrop-filter: none; box-shadow: 0 1px 0 rgba(60,60,59,.06); }

/* Instagram Feed */
.ig-feed { background: var(--offwhite); padding: 90px 0; text-align: center; }
.ig-feed .sub { max-width: 480px; margin: 0 auto 34px; font-size: 15px; }
.ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0 auto 30px; max-width: 460px; }
.ig-grid a { display: block; aspect-ratio: 1; overflow: hidden; border-radius: 10px; }
.ig-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.ig-grid a:hover img { transform: scale(1.06); }

/* Testimonial Slider */
.testi-slider { max-width: 640px; margin: 0 auto; overflow: hidden; }
.testi-track { display: flex; transition: transform .4s ease; }
.testi-track .testi { flex: 0 0 100%; background: var(--offwhite); border-radius: 18px; padding: 30px; text-align: left; }
.testi-track .testi p { font-style: italic; font-family: var(--serif); font-size: 19px; margin-bottom: 14px; }
.testi-track .testi cite { font-style: normal; font-size: 13px; opacity: .75; }
.testi-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 20px; }
.t-arrow { border: 0; background: var(--offwhite); width: 38px; height: 38px; border-radius: 50%; cursor: pointer; font-size: 16px; }
.t-dots { display: flex; gap: 8px; }
.t-dots button { width: 9px; height: 9px; border-radius: 50%; border: 0; background: var(--offwhite); padding: 0; cursor: pointer; opacity: .6; }
.t-dots button.active { opacity: 1; background: var(--ink); }

@media (max-width: 860px) {
  .ig-grid { grid-template-columns: repeat(3, 1fr); }
}

/* --- Überarbeitung v5 --- */
.pillars-img { max-width: 720px; width: 100%; margin: 10px auto 0; display: block; }

/* --- Überarbeitung v6: Insta-Statement-Callout --- */
.callout { background: var(--lavender); color: var(--offwhite); padding: 80px 0 70px; text-align: center; }
.callout-eyebrow { font-size: 14px; letter-spacing: .08em; opacity: .85; margin-bottom: 18px; }
.callout-big { font-size: clamp(30px, 5vw, 46px); font-weight: 400; line-height: 1.25; max-width: 760px; margin: 0 auto; }
.callout-big b { font-weight: 900; color: var(--yellow); font-size: 1.35em; }
.callout-sub { font-size: clamp(20px, 3vw, 26px); margin: 22px auto 0; max-width: 700px; font-weight: 300; }
.callout-sub b { font-weight: 800; color: var(--yellow); }
.callout .stat-tag { margin-top: 26px; }

/* --- Überarbeitung v7: Out Now Banner --- */
.outnow { background: var(--lavender); color: var(--offwhite); padding: 46px 0; text-align: center; }
.outnow-badge { display: inline-block; background: var(--yellow); color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 5px 16px; border-radius: 20px; transform: rotate(-3deg); margin-bottom: 14px; }
.outnow p { font-size: 19px; margin-bottom: 20px; }
.outnow strong { color: var(--yellow); }

/* --- Überarbeitung v11: Post-it in echtem 3D-Papier-Look --- */
.sticky-note {
  position: absolute;
  bottom: 24px;
  right: 6%;
  z-index: 3;
  width: 196px;
  min-height: 180px;
  background: linear-gradient(155deg, #c7bae2 0%, var(--lavender) 45%, #9d8cc4 100%);
  color: var(--offwhite);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  padding: 26px 20px 22px;
  border-radius: 2px;
  transform: rotate(-6deg);
  box-shadow:
    0 2px 2px rgba(60,60,59,.15),
    0 8px 10px rgba(60,60,59,.18),
    0 22px 30px rgba(60,60,59,.22),
    inset 0 1px 0 rgba(255,255,255,.35);
  transition: transform .25s, box-shadow .25s;
}
.sticky-note::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  width: 64px;
  height: 24px;
  background: rgba(255,255,255,.5);
  border: 1px solid rgba(255,255,255,.65);
  box-shadow: 0 3px 5px rgba(60,60,59,.18);
  transform: translateX(-50%) rotate(-2deg);
}
.sticky-note::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, transparent 50%, rgba(60,60,59,.28) 50.5%, rgba(255,255,255,.3) 62%, transparent 64%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.sticky-note:hover {
  transform: rotate(-3deg) translateY(-5px) scale(1.04);
  box-shadow:
    0 3px 3px rgba(60,60,59,.16),
    0 12px 16px rgba(60,60,59,.2),
    0 30px 40px rgba(60,60,59,.26),
    inset 0 1px 0 rgba(255,255,255,.35);
}
.sticky-note-tag { background: var(--yellow); color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; box-shadow: 0 2px 4px rgba(60,60,59,.2); }
.sticky-note-title { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 21px; line-height: 1.15; text-shadow: 0 1px 2px rgba(60,60,59,.15); }
.sticky-note-sub { font-size: 12.5px; line-height: 1.45; opacity: .92; }
@media (max-width: 640px) {
  .sticky-note { position: static; margin: 0 auto 24px; transform: rotate(-3deg); }
}

/* --- Überarbeitung v9: Podcast-Karte --- */
.podcast-card { display: flex; align-items: center; gap: 24px; max-width: 560px; margin: 44px auto 0; background: var(--lavender); border-radius: 22px; padding: 22px 26px; text-align: left; text-decoration: none; color: var(--offwhite); box-shadow: 0 14px 30px rgba(173,156,204,.4); transition: transform .2s, box-shadow .2s; }
.podcast-card:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(173,156,204,.5); }
.podcast-card img { width: 108px; height: 108px; border-radius: 14px; object-fit: cover; flex: none; box-shadow: 0 6px 16px rgba(0,0,0,.25); }
.podcast-info { display: flex; flex-direction: column; gap: 4px; }
.podcast-eyebrow { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: var(--yellow); }
.podcast-title { font-family: var(--serif); font-style: italic; font-size: 26px; }
.podcast-sub { font-size: 13.5px; line-height: 1.5; opacity: .92; }
.podcast-cta { display: inline-block; margin-top: 8px; font-size: 12.5px; font-weight: 700; letter-spacing: .06em; background: var(--yellow); color: var(--ink); padding: 5px 14px; border-radius: 20px; }
@media (max-width: 640px) {
  .podcast-card { flex-direction: column; text-align: center; padding: 28px 22px; }
  .podcast-card img { width: 96px; height: 96px; }
  .podcast-info { align-items: center; }
}
