/* =============================================================
   Martinas Wand — Mixed-Media-Galeriewand
   Palette und Typo gemäss Obsidian 08 Design (v0.2, Hypothese)
   ============================================================= */

:root {
  --paper: #F6F1E7;
  --paper-card: #FDFBF6;
  --paper-deep: #EFE7D8;
  --ink: #2B2A28;
  --ink-soft: #5A544C;
  --pencil: #A79A88;
  --terracotta: #B85C38;
  --petrol: #3E7C7B;
  --ochre: #C9A227;
  --frame: #23211E;

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Alegreya", Georgia, serif;
  --font-hand: "Dancing Script", cursive; /* umschaltbar via Design-Panel */
  --font-ink: "La Belle Aurore", cursive;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.1rem;
  line-height: 1.62;
  overflow-x: hidden;
}

/* Papierkorn über allem */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 60;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)'/%3E%3C/svg%3E");
}

::selection { background: rgba(62, 124, 123, .3); }

/* ---------------- Topbar ---------------- */

.topbar {
  position: absolute;
  top: 0; left: 0; right: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 1.2rem 2rem;
  z-index: 10;
}

.topbar__brand {
  display: flex;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
  color: inherit;
  rotate: -1.5deg;
}

.topbar__brand img {
  width: clamp(150px, 16vw, 210px);
  display: block;
}

.topbar__arrow {
  font-size: 1.3rem;
  line-height: 1;
}

.topbar__note {
  font-family: var(--font-ink);
  font-size: 1.2rem;
  color: var(--ink-soft);
  transform: rotate(1.5deg);
}

/* ---------------- Hero ---------------- */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5.5rem 2rem 3rem;
}

/* Das Porträt bringt seine leere Papierhälfte mit — der Text liegt darauf */
.hero__art img {
  width: 100%;
  height: auto;
}

/* Vertikal zentriert ohne transform — ein transform würde einen
   Stacking-Kontext erzeugen und den Blend des Schriftzugs isolieren.
   Sitzt auf der leeren Papierhälfte rechts, klar vom Porträt getrennt. */
.hero__text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.5%;
  width: 29%;
  height: fit-content;
  margin-block: auto;
}

/* Farbkleckse: weiche Atmosphäre hinter der Bühne (Malreihenfolge via DOM) */
.hero__klecks {
  position: absolute;
  pointer-events: none;
}

.hero__klecks--tr {
  top: 4%;
  right: -10%;
  width: min(40vw, 520px);
}

.hero__klecks--bl {
  bottom: 0;
  left: -12%;
  width: min(36vw, 460px);
}

/* Schriftzug «Martinas Leinwand» — Rotation auf dem Bild, damit der
   Blend nicht durch einen Stacking-Kontext des h1 isoliert wird */
.hero__lettering {
  max-width: 92%;
  margin-bottom: 1.6rem;
}

.hero__lettering img {
  width: 100%;
  rotate: -2deg;
}

/* Weich auslaufende Bildränder — kaschiert die Papierkante der Assets */
.feather {
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%),
    linear-gradient(180deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-composite: intersect;
}

.hero__text > * {
  opacity: 0;
  translate: 0 22px;
  animation: text-rise .9s cubic-bezier(.2, .7, .3, 1) forwards;
}

/* Schriftzug und Icon-Reihe sind vom text-rise ausgenommen: dessen
   translate-Animation würde einen Stacking-Kontext erzeugen und die
   Multiply-Blends isolieren */
.hero__text > .hero__lettering,
.hero__text > .hero__icons {
  animation: none;
  opacity: 1;
  translate: none;
}

.hero__claim  { animation-delay: 2s; }
.hero__intro  { animation-delay: 2.35s; }
.hero__hint   { animation-delay: 2.7s; }

@keyframes text-rise { to { opacity: 1; translate: 0 0; } }

.hero__claim {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 1.25;
  margin-top: 1.4rem;
}

.hero__claim em {
  font-style: italic;
  color: var(--petrol);
}

.hero__intro {
  margin-top: 1rem;
  max-width: 34ch;
  color: var(--ink-soft);
}

.hero__hint {
  display: inline-block;
  margin-top: 2.2rem;
  font-family: var(--font-hand);
  font-size: 1.4rem;
  color: var(--terracotta);
  text-decoration: none;
  rotate: -1.5deg;
  transition: translate .25s ease;
}
.hero__hint:hover { translate: 0 5px; }

/* Icon-Reihe unter dem Titel (Sprite aus dem Icon-Sheet) */
.hero__icons {
  display: flex;
  gap: 2.2rem;
  margin-top: 1.8rem;
}

/* Standard: Symbole als eigene Zeile mittig unter dem Bild, mit Luft */
.hero > .hero__icons {
  justify-content: center;
  gap: 3.6rem;
  margin-top: 2.4rem;
}

.hero > .hero__icons .spr {
  width: 100px;
  height: 100px;
}

/* Handgezeichnete Pfeile (Sprite 3×2 aus pfeil-set.png) */
.arrow {
  display: inline-block;
  width: 44px;
  height: 26px;
  background-image: url("../assets/img/pfeil-set.webp");
  background-size: 300% 200%;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: .3rem;
}

.arrow--down  { background-position: 0% 0%; }
.arrow--right { background-position: 50% 0%; }
.arrow--swing { background-position: 100% 0%; }
.arrow--loop  { background-position: 0% 100%; }
.arrow--wave  { background-position: 50% 100%; }
.arrow--up    { background-position: 100% 100%; }

/* Kein transform auf dem Link (isoliert den Sprite-Blend, weisser Kasten!)
   — der Hover bewegt das Icon selbst */
.hero__icons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .1rem;
  text-decoration: none;
}

.hero__icons a:hover .spr,
.hero__icons a:focus-visible .spr { translate: 0 -5px; }

.spr {
  display: inline-block;
  width: 68px;
  height: 68px;
  background-image: url("../assets/img/icon-set.webp"); /* freigestellt: kein Blend nötig */
  background-size: 400% 300%;
  transition: translate .5s cubic-bezier(.22, .61, .36, 1);
}

.spr--pinsel    { background-position: 0% 0%; }
.spr--velo      { background-position: 33.333% 0%; }
.spr--staffelei { background-position: 66.667% 0%; }
.spr--haus      { background-position: 100% 0%; }
.spr--giesskanne{ background-position: 0% 50%; }
.spr--topf      { background-position: 33.333% 50%; }
.spr--bett      { background-position: 66.667% 50%; }
.spr--palette   { background-position: 100% 50%; }
.spr--buch      { background-position: 0% 100%; }
.spr--kamera    { background-position: 33.333% 100%; }
.spr--pin       { background-position: 66.667% 100%; }
.spr--tape      { background-position: 100% 100%; }

.spr__label {
  font-family: var(--font-ink);
  font-size: 1.05rem;
  color: var(--ink-soft);
}

/* ---------------- Galeriewand ---------------- */

.wall {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem 6rem;
}

.wall__head {
  display: flex;
  align-items: baseline;
  gap: 1.4rem;
  flex-wrap: wrap;
  margin-bottom: 3.2rem;
}

.wall__head h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 4.5vw, 3rem);
}

.wall__head h2::after {
  content: "";
  display: block;
  width: 60%;
  height: 5px;
  margin-top: .2em;
  background: var(--ink);
  border-radius: 60% 40% 50% 50% / 100% 100% 0 0;
  opacity: .8;
}

.wall__annot {
  font-family: var(--font-ink);
  font-size: 1.25rem;
  color: var(--ink-soft);
  rotate: -1deg;
}

/* Zwischentitel: klare Trennung «da» vs. «kommt noch» */
.wall__sub {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-family: var(--font-ink);
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--ink-soft);
  margin: 2.6rem 0 1.4rem;
}

.wall__sub::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, rgba(43, 42, 40, .3), rgba(43, 42, 40, 0));
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.wall__sub--next {
  color: var(--pencil);
  margin-top: 4rem;
}

.wall__sub--next::after {
  background: linear-gradient(90deg, rgba(167, 154, 136, .4), rgba(167, 154, 136, 0));
}

/* Kommende Bereiche hängen kleiner als die fertigen Werke */
.wall__sub--next + .wall__grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 2.4rem 2rem;
}

.wall__sub--next + .wall__grid .cut-asset {
  max-width: 82%;
  margin-inline: auto;
}

.wall__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem 2.4rem;
  align-items: start;
}

/* --- Karten-Grundform: angepinnte Blätter (Pins/Tape bringen die Bilder mit) --- */

.card {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--paper);
  padding: 0;
  transition:
    rotate .7s cubic-bezier(.22, .61, .36, 1),
    translate .7s cubic-bezier(.22, .61, .36, 1);
}

/* leichte Hängung: jede Karte etwas anders schief */
.wall__grid > :nth-child(4n+1) { rotate: -1.6deg; }
.wall__grid > :nth-child(4n+2) { rotate: 1.2deg; }
.wall__grid > :nth-child(4n+3) { rotate: -0.8deg; }
.wall__grid > :nth-child(4n+4) { rotate: 1.8deg; }

.card__art svg {
  width: 100%;
  height: auto;
  display: block;
}

.card__label { padding: .5rem .5rem 0; }

.card__label h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.45rem;
}

.card__label p {
  color: var(--ink-soft);
  font-size: .98rem;
  margin-top: .2rem;
}

/* --- fertige Werke: angepinnte Blätter, klickbar --- */

.card.work { cursor: pointer; }

/* Freigestellte Karten: der Schatten kommt aus dem Code und folgt exakt der
   Papierform — beim Hover hebt sich das Blatt und der Schatten wächst mit */
.cut-asset {
  max-width: 100%;
  display: block;
  filter: drop-shadow(0 8px 7px rgba(43, 42, 40, .22));
  transition: filter .7s cubic-bezier(.22, .61, .36, 1);
}

/* sanftes Abheben: langsam, weich, mit Schatten am Blatt statt am Kasten */
a.card.work:hover,
a.card.work:focus-visible {
  rotate: 0deg;
  translate: 0 -6px;
}

.card.work .paper-asset {
  transition: filter .7s cubic-bezier(.22, .61, .36, 1);
}

a.card.work:hover .paper-asset,
a.card.work:focus-visible .paper-asset {
  filter: brightness(var(--asset-brightness)) drop-shadow(0 14px 12px rgba(43, 42, 40, .16));
}

a.card.work:hover .cut-asset,
a.card.work:focus-visible .cut-asset {
  filter: drop-shadow(0 18px 14px rgba(43, 42, 40, .28));
}

a.card.work:focus-visible {
  outline: 3px solid var(--petrol);
  outline-offset: 4px;
}

.card__ext {
  display: inline-block;
  margin-top: .5rem;
  font-family: var(--font-ink);
  font-size: 1.05rem;
  color: var(--petrol);
}

/* --- Skizzen: Bleistift-Blätter --- */

.card.sketch .card__label h3 { color: var(--ink-soft); }

.badge {
  display: inline-block;
  margin-top: .35rem;
  font-family: var(--font-ink);
  font-size: 1.05rem;
  color: var(--pencil);
  rotate: -1.5deg;
}

/* --- Aktuelles: Notizzettel zwischen Hero und Pinnwand --- */

.news {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem 3.5rem;
  display: flex;
  align-items: center;
  gap: 2.2rem;
  background: var(--paper); /* Blend-Ziel im Reveal-Stacking-Kontext */
}

.news__img {
  width: 185px;
  flex: none;
  rotate: -3deg;
}

.news__text h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.7rem;
}

.news__hand {
  font-family: var(--font-hand);
  font-size: 1.7rem;
  color: var(--ink);
  line-height: 1.2;
  margin-top: .2rem;
}

.news__text p:not(.news__hand) {
  color: var(--ink-soft);
  margin-top: .3rem;
}

.news__ranke {
  width: 150px;
  margin-left: auto;
  rotate: 2deg;
}

/* --- Das Geschenk: Werkzeuge statt Bild --- */

.gift-note {
  max-width: 1100px;
  margin: 1.5rem auto 0;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  background: var(--paper); /* Blend-Ziel im Reveal-Stacking-Kontext */
}

.gift-note__text { max-width: 52ch; }

.gift-note__text h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.gift-note__hand {
  font-family: var(--font-hand);
  font-size: 1.8rem;
  margin: .5rem 0 .3rem;
}

.gift-note__text p:not(.gift-note__hand) { color: var(--ink-soft); }

.gift-note__text .hero__hint { margin-top: 1.2rem; }

.gift-note__img {
  width: min(42%, 480px);
  margin-left: auto;
  rotate: -1.5deg;
}

/* --- Papier-Karten: das generierte Blatt bringt Rand und Pin selbst mit --- */

.card--paper {
  background: var(--paper); /* Blend-Ziel, siehe .card.note */
  border: none !important;
  box-shadow: none;
  padding: 0;
}

.card--paper::before { display: none; }

.card--paper .card__label { padding: .4rem .4rem 0; }

/* --- Geschenk-Karte --- */

.card.gift {
  grid-column: span 2;
  border: 11px double var(--ochre);
  background: var(--paper-card);
  padding: 1rem 1rem 1.2rem;
  box-shadow: 0 14px 30px -14px rgba(43, 42, 40, .3);
}

.gift--page {
  grid-column: auto;
  max-width: 560px;
  margin-top: 3rem;
  rotate: -1.2deg;
}

.gift__q {
  font-family: var(--font-hand);
  font-size: 42px;
  fill: var(--pencil);
}

.gift__note {
  font-size: 1.02rem;
}

.badge--gift {
  color: var(--terracotta);
  font-weight: 700;
  font-size: 1.25rem;
}

/* --- Biken: Touren und Biketools gleichwertig, mit viel Luft --- */

.biken-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 4rem 7rem;
  align-items: start;
}

/* Projekt-Eintrag (z. B. Bikevergleich): Bild und Beschriftung kompakt beisammen */
.projekt {
  display: block;
  max-width: 400px;
  text-decoration: none;
  color: inherit;
}

.projekt .cut-asset { rotate: 1deg; }

.projekt__label { margin-top: .8rem; }

.projekt__label h4 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.4rem;
}

.projekt__label p {
  color: var(--ink-soft);
  font-size: .95rem;
  margin: .1rem 0 .3rem;
}

.projekt:hover .cut-asset,
.projekt:focus-visible .cut-asset {
  filter: drop-shadow(0 18px 14px rgba(43, 42, 40, .28));
}

/* Platzhalter: hier kommt noch mehr hin */
.platzhalter {
  border: 2px dashed var(--pencil);
  background: #FBF8F1;
  padding: 1.6rem 1.2rem;
  text-align: center;
  font-family: var(--font-ink);
  font-size: 1.15rem;
  color: var(--pencil);
  rotate: -.5deg;
  margin-top: 2.4rem;
}

.biken-col h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.9rem;
}

.biken-col > p {
  color: var(--ink-soft);
  margin: .3rem 0 1.4rem;
}

.biken-col .cut-asset { rotate: -.8deg; }

.biken-col:nth-child(2) .cut-asset { rotate: 1deg; }

.biken-tool {
  display: block;
  text-decoration: none;
  color: inherit;
}

.biken-tool:hover .cut-asset,
.biken-tool:focus-visible .cut-asset {
  filter: drop-shadow(0 18px 14px rgba(43, 42, 40, .28));
}

.biken-tool .card__ext { margin-top: .8rem; }

/* ---------------- Scroll-Reveal ---------------- */

.reveal {
  opacity: 0;
  translate: 0 34px;
  transition: opacity .8s ease, translate .8s cubic-bezier(.2, .7, .3, 1);
}

.reveal.visible {
  opacity: 1;
  translate: 0 0;
}

/* gestaffelt innerhalb der Wand */
.wall__grid > .reveal:nth-child(2) { transition-delay: .08s; }
.wall__grid > .reveal:nth-child(3) { transition-delay: .16s; }
.wall__grid > .reveal:nth-child(4) { transition-delay: .1s; }
.wall__grid > .reveal:nth-child(5) { transition-delay: .18s; }
.wall__grid > .reveal:nth-child(6) { transition-delay: .26s; }
.wall__grid > .reveal:nth-child(7) { transition-delay: .34s; }

/* ---------------- Footer ---------------- */

.foot {
  text-align: center;
  padding: 3rem 2rem 4rem;
}

.foot__icons {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 1.4rem;
}

.foot__icons span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .05rem;
  background: var(--paper); /* Blend-Ziel im Reveal-Stacking-Kontext des Footers */
}

.foot__icons em {
  font-family: var(--font-ink);
  font-style: normal;
  font-size: 1.05rem;
  color: var(--ink-soft);
}

.foot__hand {
  font-family: var(--font-hand);
  font-size: 1.6rem;
  rotate: -1.5deg;
}

.foot__small {
  margin-top: .4rem;
  font-size: .85rem;
  color: var(--pencil);
}

/* ---------------- Intro: Toskana verblasst im Ken-Burns-Zoom ---------------- */

.intro {
  position: fixed;
  inset: 0;
  z-index: 90;
  overflow: hidden;
  background: var(--paper);
  pointer-events: none;
  animation: intro-fade 3s ease 1.4s forwards;
}

.intro__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: kenburns 5s ease-out forwards;
}

@keyframes intro-fade { to { opacity: 0; visibility: hidden; } }

@keyframes kenburns {
  from { transform: scale(1); }
  to   { transform: scale(1.12) translateY(-2%); }
}

/* ---------------- Seitenübergang: Aquarell-Klecks blüht auf ----------------
   Klecks-Bild wächst per transform, das Papier schliesst leicht verzögert
   dahinter (mask-size-Animation ist nicht überall zuverlässig) */

.page-fade {
  position: fixed;
  inset: 0;
  z-index: 85;
  pointer-events: none;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.page-fade::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--paper);
  opacity: 0;
  transition: opacity .9s ease 1s;
}

.page-fade__blob {
  width: 60vmax;
  opacity: .75;
  transform: scale(0);
  transition: transform 1.7s cubic-bezier(.3, .1, .4, 1);
}

.page-fade.go::before { opacity: 1; }

.page-fade.go .page-fade__blob { transform: scale(9); }

/* ---------------- Design-Panel (unten links) ---------------- */

.dpanel {
  position: fixed;
  left: 1.2rem;
  bottom: 1.2rem;
  z-index: 70;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: .6rem;
}

.dpanel__toggle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid var(--ink);
  background: var(--paper-card);
  color: var(--ink);
  font-size: 1.3rem;
  cursor: pointer;
  box-shadow: 0 6px 16px -8px rgba(43, 42, 40, .4);
  transition: rotate .5s ease;
}

.dpanel__toggle:hover { rotate: -12deg; }

.dpanel__body {
  background: var(--paper-card);
  border: 1px solid #E5DCC9;
  border-radius: 6px;
  box-shadow: 0 14px 30px -14px rgba(43, 42, 40, .4);
  padding: .9rem 1rem;
  display: grid;
  gap: .7rem;
  font-size: .9rem;
  min-width: 220px;
}

.dpanel__body[hidden] { display: none; }

.dpanel__body label { display: grid; gap: .25rem; color: var(--ink-soft); }

.dpanel__body select,
.dpanel__body button {
  font-family: var(--font-body);
  font-size: .9rem;
  padding: .35rem .5rem;
  border: 1px solid var(--pencil);
  border-radius: 4px;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
}

/* ---------------- Asset-Einbau (D-009: nur sanfte Animationen) ---------------- */

/* Versenkt den cremefarbenen Bildhintergrund generierter Assets im Papier:
   Brightness hebt das Asset-Creme auf Weiss, Multiply macht Weiss zu Papier */
.paper-asset {
  --asset-brightness: 1.07;
  mix-blend-mode: multiply;
  filter: brightness(var(--asset-brightness));
  max-width: 100%;
  display: block;
}

/* Aquarell-Aufblühen: weich, leicht verzögert einsetzbar über --bloom-delay */
.bloom {
  opacity: 0;
  transform: scale(.94);
  filter: blur(8px) brightness(var(--asset-brightness, 1));
  transition:
    opacity 1.8s ease var(--bloom-delay, 0s),
    transform 1.8s cubic-bezier(.2, .7, .3, 1) var(--bloom-delay, 0s),
    filter 1.8s ease var(--bloom-delay, 0s);
}

.bloom.in {
  opacity: var(--bloom-opacity, 1);
  transform: scale(1);
  filter: blur(0) brightness(var(--asset-brightness, 1));
}

/* ---------------- Responsive ---------------- */

/* Mittlere Breiten: Textspalte würde aufs Porträt rücken → früher stapeln */
@media (max-width: 1080px) and (min-width: 861px) {
  .hero { min-height: auto; padding-bottom: 2.5rem; }
  .hero__text {
    position: static;
    width: auto;
    height: auto;
    margin: 3rem 0 0;
  }
}

@media (max-width: 860px) {
  .hero {
    padding-top: 5.5rem;
    min-height: auto;
    padding-bottom: 2rem;
  }
  .hero__art { max-width: 100%; }
  .hero__art img {
    max-height: 58vh;
    object-fit: cover;
    object-position: left top;
  }
  .hero__text {
    position: static;
    width: auto;
    height: auto;
    margin: 2.8rem 0 0;
  }
  .hero__lettering { max-width: 300px; }
  .hero__icons { gap: 1.6rem; }
  .hero__klecks--tr { right: -24%; width: 60vw; }
  .hero__klecks--bl { display: none; }

  .news {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    padding-bottom: 2.5rem;
  }
  .news__img { width: 140px; }
  .news__ranke { display: none; }

  .wall { padding-top: 2rem; }
  .wall__grid { gap: 2.2rem 1.6rem; }

  .gift-note {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .gift-note__img { width: 85%; margin-inline: auto; }

  .card.gift { grid-column: auto; }
  .dpanel { left: .8rem; bottom: .8rem; }
}

/* ---------------- Reduced Motion ---------------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__text > * {
    animation: none;
    opacity: 1;
    translate: none;
  }
  .reveal { opacity: 1; translate: none; transition: none; }
  .bloom { opacity: var(--bloom-opacity, 1); transform: none; filter: brightness(var(--asset-brightness, 1)); transition: none; }
  .splash-overlay { display: none; }
  .intro { display: none; }
}
