/* ═══════════════════════════════════════════════════════════
   Ollie & Lou — brand stylesheet
   palette, type & voice locked to 05_brand_guidelines.md
   no pure black, no pure white, no neon. soft, rounded, warm.
   ═══════════════════════════════════════════════════════════ */

:root {
  /* world palette */
  --cream:     #FDF6EC;
  --cream-2:   #FFFCF5;   /* near-white surface (never pure #fff) */
  --sky:       #BFD7EA;
  --blush:     #F6C9CE;
  --mint:      #C7E5D0;
  --lavender:  #D9CCEF;
  --ink:       #4A3F35;   /* text — never pure black */
  --ink-soft:  #7c6f62;
  --coral:     #E8896B;   /* caption-coral, the accent / cta */
  --coral-dk:  #d4724f;   /* darker coral for hover */

  /* character colors */
  --ollie:       #D4A373;
  --ollie-knit:  #EBC56B;
  --lou:         #6F4E37;
  --lou-knit:    #A9C4D9;

  --shadow:    0 18px 40px -18px rgba(74, 63, 53, .35);
  --shadow-sm: 0 8px 22px -12px rgba(74, 63, 53, .30);
  --radius:    28px;
  --radius-sm: 18px;
  --maxw:      1140px;

  --font-display: "Fredoka", system-ui, sans-serif;
  --font-body:    "Nunito", system-ui, sans-serif;
}

/* ───────────────────────── base ───────────────────────── */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; margin: 0; }
em { font-style: normal; color: var(--coral); }
strong { font-weight: 800; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ───────────────────────── buttons ───────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .4em;
  font-family: var(--font-display); font-weight: 500; font-size: 1rem;
  padding: .72em 1.5em; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn--lg { font-size: 1.12rem; padding: .85em 1.8em; }
.btn--coral {
  background: var(--coral); color: var(--cream-2);
  box-shadow: 0 10px 22px -10px rgba(232, 137, 107, .8);
}
.btn--coral:hover { background: var(--coral-dk); transform: translateY(-2px); }
.btn--ghost {
  background: var(--cream-2); color: var(--ink); border-color: rgba(74,63,53,.16);
}
.btn--ghost:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: var(--coral); color: var(--coral); }

.eyebrow {
  font-family: var(--font-display); font-weight: 500;
  text-transform: lowercase; letter-spacing: .04em;
  color: var(--coral); font-size: .95rem; margin: 0 0 .8rem;
}
.eyebrow--center { text-align: center; }

/* ───────────────────────── nav ───────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 1.4rem;
  padding: .7rem clamp(1rem, 4vw, 2.4rem);
  background: rgba(253, 246, 236, .82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(74,63,53,.07);
}
.brand { display: flex; align-items: center; gap: .55rem; }
.brand__mark { width: 46px; height: 46px; object-fit: contain; filter: drop-shadow(0 3px 4px rgba(74,63,53,.14)); }
.brand__word {
  font-family: var(--font-display); font-weight: 600; font-size: 1.3rem;
  color: var(--ink); letter-spacing: .01em;
}
.amp { color: var(--coral); }
.nav__links { display: flex; gap: 1.5rem; margin-left: auto; }
.nav__links a {
  font-family: var(--font-display); font-weight: 400; font-size: 1.02rem;
  color: var(--ink-soft); transition: color .15s ease; position: relative;
}
.nav__links a:hover { color: var(--coral); }
.nav__cta { margin-left: .4rem; }

/* ───────────────────────── hero ───────────────────────── */
.hero { position: relative; overflow: hidden; padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(3rem, 6vw, 5rem); }
.hero__blobs { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; }
.blob--blue  { width: 520px; height: 520px; background: var(--sky);      top: -160px; right: -120px; }
.blob--blush { width: 460px; height: 460px; background: var(--blush);    bottom: -200px; left: -140px; opacity: .5; }
.blob--mint  { width: 360px; height: 360px; background: var(--mint);     top: 30%; left: 38%; opacity: .35; }

.hero__inner {
  position: relative; z-index: 1;
  max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1.2rem, 4vw, 2rem);
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.hero__title {
  font-size: clamp(2.4rem, 6vw, 4.2rem); font-weight: 700;
  letter-spacing: -.01em; margin-bottom: 1.2rem;
}
.hero__sub { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--ink-soft); max-width: 30em; margin: 0 0 1.8rem; }
.hero__sub strong { color: var(--ink); }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.4rem; }
.hero__note { font-family: var(--font-display); color: var(--ink-soft); font-size: 1rem; margin: 0; }

.hero__art { position: relative; display: flex; justify-content: center; }
.hero__duo {
  width: min(100%, 460px); height: auto;
  filter: drop-shadow(0 28px 38px rgba(74,63,53,.22));
  animation: bob 5.5s ease-in-out infinite;
}
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

.float-heart { position: absolute; font-size: 2rem; animation: floaty 6s ease-in-out infinite; }
.float-heart--1 { top: 6%;  left: 6%;  animation-delay: 0s;   font-size: 2.4rem; }
.float-heart--2 { top: 16%; right: 4%; animation-delay: 1.2s; }
.float-heart--3 { bottom: 12%; left: 12%; animation-delay: 2.4s; font-size: 1.6rem; }
@keyframes floaty { 0%,100% { transform: translateY(0) rotate(-4deg); opacity:.85; } 50% { transform: translateY(-16px) rotate(6deg); opacity:1; } }

.hero__scroll {
  display: block; text-align: center; font-size: 2rem; color: var(--ink-soft);
  margin-top: 1.5rem; animation: bob 2.4s ease-in-out infinite; position: relative; z-index: 1;
}

/* ───────────────── section scaffolding ───────────────── */
section { scroll-margin-top: 80px; }
.section-head { max-width: 640px; margin: 0 auto clamp(2rem, 4vw, 3rem); text-align: center; padding: 0 1.2rem; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
.section-sub { color: var(--ink-soft); font-size: 1.1rem; margin: 1rem 0 0; }

.meet { padding: clamp(3rem, 7vw, 5.5rem) clamp(1.2rem, 4vw, 2rem); max-width: var(--maxw); margin: 0 auto; }

/* ───────────────────── meet cards ───────────────────── */
.cards { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 3vw, 2rem); max-width: 920px; margin: 0 auto; }
.card {
  background: var(--cream-2); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); display: flex; flex-direction: column;
  border: 1px solid rgba(74,63,53,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -20px rgba(74,63,53,.42); }
.card__img { padding: 1.8rem 1.6rem 0; display: flex; justify-content: center; }
.card--ollie .card__img { background: radial-gradient(circle at 50% 44%, var(--sky) 0%, transparent 66%); }
.card--lou   .card__img { background: radial-gradient(circle at 50% 44%, var(--blush) 0%, transparent 66%); }
.card__img img { width: 235px; height: auto; filter: drop-shadow(0 16px 18px rgba(74,63,53,.18)); }
.card__body { padding: 1.2rem 1.7rem 1.9rem; }
.card__body h3 { font-size: 1.9rem; display: flex; align-items: center; gap: .4rem; }
.card__role { font-family: var(--font-display); color: var(--coral); margin: .2rem 0 1rem; font-size: 1rem; }
.card__body p { margin: 0 0 1rem; color: var(--ink-soft); }
.card__traits { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .45rem; }
.card__traits li { position: relative; padding-left: 1.5rem; font-size: .98rem; }
.card__traits li::before { content: "🦦"; position: absolute; left: 0; font-size: .9rem; }

/* ───────────────── send-both-ways band ───────────────── */
.band {
  background: linear-gradient(180deg, var(--lavender) 0%, var(--sky) 100%);
  padding: clamp(3rem, 6vw, 4.5rem) 1.2rem; text-align: center;
}
.band__inner { max-width: 720px; margin: 0 auto; }
.band__lockup {
  width: clamp(150px, 22vw, 220px); height: auto; margin: 0 auto 1rem;
  filter: drop-shadow(0 18px 22px rgba(74,63,53,.2)); animation: bob 5.5s ease-in-out infinite;
}
.band h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); color: var(--ink); }
.band p { font-size: 1.15rem; color: var(--ink); margin: 1.1rem auto 1.6rem; max-width: 36em; }
.band__chips { display: flex; flex-wrap: wrap; gap: .7rem; justify-content: center; }
.mini-chip {
  background: rgba(255,252,245,.7); padding: .55em 1.1em; border-radius: 999px;
  font-family: var(--font-display); font-size: .98rem; color: var(--ink);
}
.mini-chip--alt { background: rgba(74,63,53,.08); }

/* ───────────────────── the gif wall ───────────────────── */
.wall { padding: clamp(3rem, 7vw, 5.5rem) clamp(1.2rem, 4vw, 2rem); max-width: var(--maxw); margin: 0 auto; }
.filters { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin-bottom: 2.2rem; }
.chip {
  font-family: var(--font-display); font-size: 1rem; font-weight: 400;
  padding: .55em 1.25em; border-radius: 999px; cursor: pointer;
  background: var(--cream-2); color: var(--ink-soft);
  border: 2px solid rgba(74,63,53,.1); transition: all .15s ease;
}
.chip:hover { color: var(--coral); border-color: var(--coral); }
.chip.is-active { background: var(--coral); color: var(--cream-2); border-color: var(--coral); }

.grid {
  display: grid; gap: clamp(.8rem, 1.6vw, 1.2rem);
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}
.tile {
  position: relative; border-radius: var(--radius-sm); overflow: hidden;
  background: var(--cream-2); box-shadow: var(--shadow-sm); cursor: pointer;
  aspect-ratio: 1 / 1; border: 1px solid rgba(74,63,53,.05);
  transition: transform .2s ease, box-shadow .2s ease;
  animation: pop .35s ease both;
}
.tile:hover { transform: translateY(-5px) scale(1.015); box-shadow: var(--shadow); }
.tile img { width: 100%; height: 100%; object-fit: cover; }
.tile__who {
  position: absolute; top: .55rem; left: .55rem; font-size: .95rem;
  background: rgba(255,252,245,.82); border-radius: 999px; padding: .1em .5em; line-height: 1.4;
}
@keyframes pop { from { opacity: 0; transform: translateY(10px) scale(.96); } to { opacity: 1; transform: none; } }
.wall__more { text-align: center; color: var(--ink-soft); font-family: var(--font-display); margin-top: 2.2rem; font-size: 1.1rem; }

/* ──────────────────── channels / find ──────────────────── */
.find { padding: clamp(3rem, 7vw, 5.5rem) clamp(1.2rem, 4vw, 2rem); max-width: var(--maxw); margin: 0 auto; }
.channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.5vw, 1.6rem); }
.channel {
  background: var(--cream-2); border-radius: var(--radius); padding: 2rem 1.8rem;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(74,63,53,.05);
  transition: transform .2s ease, box-shadow .2s ease; display: flex; flex-direction: column;
}
a.channel:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.channel__icon { font-size: 2.2rem; }
.channel h3 { font-size: 1.5rem; margin: .7rem 0 .4rem; }
.channel p { color: var(--ink-soft); margin: 0 0 1.2rem; flex: 1; }
.channel__go { font-family: var(--font-display); color: var(--coral); font-size: 1rem; }
.channel__go--soon, .channel--soon { color: var(--ink-soft); }
.channel--soon { opacity: .82; }
.channel__go--soon {
  display: inline-block; background: rgba(74,63,53,.07); border-radius: 999px;
  padding: .3em .9em; align-self: flex-start;
}
.find__tip { text-align: center; color: var(--ink-soft); margin-top: 2rem; font-size: 1.05rem; }

/* ────────────────────── merch ────────────────────── */
.merch {
  background: linear-gradient(180deg, var(--cream) 0%, var(--mint) 100%);
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.2rem, 4vw, 2rem);
}
.merch__inner {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.merch h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); margin-bottom: 1.1rem; }
.merch__copy p { color: var(--ink-soft); font-size: 1.1rem; margin: 0 0 1rem; }
.merch__copy p strong { color: var(--ink); }
.merch__sub { font-size: 1rem !important; }
.waitlist { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: 1.4rem; max-width: 460px; }
.waitlist input {
  flex: 1; min-width: 200px; font-family: var(--font-body); font-size: 1rem;
  padding: .8em 1.1em; border-radius: 999px; border: 2px solid rgba(74,63,53,.16);
  background: var(--cream-2); color: var(--ink);
}
.waitlist input:focus { outline: none; border-color: var(--coral); }
.waitlist__msg { font-family: var(--font-display); color: var(--coral); min-height: 1.4em; margin: .8rem 0 0; }

.merch__art { position: relative; display: flex; flex-direction: column; align-items: center; }
.merch__plush { width: min(100%, 340px); filter: drop-shadow(0 24px 32px rgba(74,63,53,.22)); animation: bob 6s ease-in-out infinite; }
.merch__pebbles { display: flex; gap: 1.2rem; margin-top: -1rem; }
.merch__pebbles img { width: 76px; height: auto; filter: drop-shadow(0 10px 14px rgba(74,63,53,.2)); }

/* ────────────────────── footer ────────────────────── */
.foot { background: var(--ink); color: var(--cream); padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1.2rem, 4vw, 2rem) 1.6rem; }
.foot__inner {
  max-width: var(--maxw); margin: 0 auto; display: flex; flex-wrap: wrap;
  gap: 1.5rem 3rem; align-items: center; justify-content: space-between;
}
.foot__lockup { display: flex; align-items: center; gap: .65rem; }
.foot__mark { width: 50px; height: 50px; object-fit: contain; }
.brand__word--foot { color: var(--cream); font-size: 1.5rem; }
.foot__brand p { color: rgba(253,246,236,.7); margin: .7rem 0 0; max-width: 24em; }
.foot__links { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.foot__links a { font-family: var(--font-display); color: rgba(253,246,236,.85); transition: color .15s; }
.foot__links a:hover { color: var(--coral); }
.foot__palette { display: flex; gap: .4rem; }
.foot__palette span { width: 22px; height: 22px; border-radius: 50%; }
.foot__fine {
  text-align: center; color: rgba(253,246,236,.55); font-family: var(--font-display);
  margin: 2.2rem 0 0; padding-top: 1.4rem; border-top: 1px solid rgba(253,246,236,.12); font-size: .95rem;
}

/* ────────────────────── lightbox ────────────────────── */
.lightbox {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(74,63,53,.62); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center; padding: 1.2rem;
  animation: fade .2s ease;
}
.lightbox[hidden] { display: none; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.lightbox__fig {
  background: var(--cream-2); border-radius: var(--radius); padding: 1.2rem;
  margin: 0; max-width: 440px; width: 100%; text-align: center; box-shadow: var(--shadow);
}
.lightbox__fig img { width: 100%; border-radius: var(--radius-sm); }
.lightbox__fig figcaption { font-family: var(--font-display); font-size: 1.4rem; color: var(--ink); margin: 1rem 0 1.1rem; }
.lightbox__close {
  position: absolute; top: 1.2rem; right: 1.2rem; width: 44px; height: 44px;
  border-radius: 50%; border: none; background: var(--cream-2); color: var(--ink);
  font-size: 1.1rem; cursor: pointer; box-shadow: var(--shadow-sm);
}
.lightbox__close:hover { background: var(--coral); color: var(--cream-2); }

/* ────────────────────── responsive ────────────────────── */
@media (max-width: 860px) {
  .hero__inner { grid-template-columns: 1fr; text-align: center; }
  .hero__copy { order: 2; }
  .hero__art { order: 1; }
  .hero__sub { margin-left: auto; margin-right: auto; }
  .hero__cta { justify-content: center; }
  .cards { grid-template-columns: 1fr; max-width: 460px; }
  .channels { grid-template-columns: 1fr; }
  .merch__inner { grid-template-columns: 1fr; text-align: center; }
  .merch__copy h2 { } /* keep centered */
  .waitlist { margin-left: auto; margin-right: auto; justify-content: center; }
  .merch__art { order: -1; }
}
@media (max-width: 620px) {
  .nav__links { display: none; }
  .nav__cta { margin-left: auto; }
  .float-heart { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero__duo, .merch__plush, .band__lockup, .float-heart, .hero__scroll, .tile { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ───────────────── footer legal + form fine print ───────────────── */
.foot__legal {
  display: flex; gap: .6rem; justify-content: center; align-items: center;
  margin-top: 1.4rem; font-size: .92rem; color: rgba(253,246,236,.55);
  font-family: var(--font-display);
}
.foot__legal a { color: rgba(253,246,236,.85); border-bottom: 1px solid transparent; transition: color .15s ease, border-color .15s ease; }
.foot__legal a:hover { color: var(--coral); border-bottom-color: currentColor; }
.waitlist__fine { margin-top: .7rem; font-size: .82rem; color: var(--ink-soft); line-height: 1.5; }
.waitlist__fine a { color: var(--coral); border-bottom: 1px solid currentColor; }

/* ───────────────── legal pages (impressum / datenschutz) ───────────────── */
.legal { max-width: 820px; margin: 0 auto; padding: clamp(2.5rem, 6vw, 4rem) 1.25rem 4rem; }
.legal h1 { font-size: clamp(2rem, 5vw, 2.8rem); margin-bottom: .4rem; }
.legal h2 { font-size: 1.3rem; margin: 2.2rem 0 .6rem; color: var(--ink); }
.legal h3 { font-size: 1.05rem; margin: 1.4rem 0 .4rem; color: var(--ink); }
.legal p, .legal li { color: var(--ink-soft); line-height: 1.7; margin: 0 0 .8rem; }
.legal ul { margin: 0 0 1rem 1.25rem; }
.legal p a, .legal li a { color: var(--coral); border-bottom: 1px solid currentColor; }
.legal__updated { font-size: .85rem; color: var(--ink-soft); margin-bottom: 2rem; }
.legal__back { display: inline-block; margin-top: 2.5rem; }
/* marks an unfinished placeholder — fill these in and remove the brackets/highlight */
.legal .fill { background: #FEF1C7; color: #8a6d1b; padding: .05em .35em; border-radius: 6px; }
