@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/inter-latin-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("fonts/source-serif-4-latin-variable.woff2") format("woff2");
}

:root {
  --ink: #171717;
  --paper: #f7f3ea;
  --paper-soft: #eee6d8;
  --ivory: #fffaf0;
  --wine: #6f263d;
  --wine-dark: #431827;
  --sage: #506456;
  --brass: #b99049;
  --muted: #716b61;
  --line: rgba(23, 23, 23, 0.13);
  --white: #ffffff;
  --shadow: 0 30px 90px rgba(23, 23, 23, 0.16);
  --shadow-soft: 0 16px 42px rgba(23, 23, 23, 0.1);
  --sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.7), rgba(255, 250, 240, 0)),
    radial-gradient(circle at 12% 18%, rgba(111, 38, 61, 0.16), transparent 31%),
    radial-gradient(circle at 86% 8%, rgba(80, 100, 86, 0.14), transparent 30%),
    linear-gradient(135deg, #f8f1e5 0%, #e9dfcf 54%, #f7f3ea 100%);
  animation: pageGlow 18s ease-in-out infinite alternate;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.34;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.28) 48%, transparent 56%),
    repeating-linear-gradient(90deg, rgba(23, 23, 23, 0.025) 0 1px, transparent 1px 86px);
  background-size: 240% 100%, auto;
  animation: paperLight 16s linear infinite;
}

body.is-loading {
  overflow: hidden;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--wine), var(--brass), var(--sage));
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  align-content: center;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 38%, rgba(232, 201, 128, 0.24), transparent 26%),
    linear-gradient(135deg, rgba(247, 243, 234, 0.98), rgba(238, 230, 216, 0.98));
  transition: opacity 1.8s ease, visibility 1.8s ease;
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-mark {
  position: relative;
  z-index: 1;
  width: min(300px, 62vw);
  animation: loaderLogoPulse 2.2s ease-in-out infinite;
}

.loader-mark img {
  width: 100%;
  height: auto;
  filter: contrast(1.06) grayscale(0.1);
}

.site-header {
  position: fixed;
  top: 18px;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 0 20px;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--container), 100%);
  height: 92px;
  margin: 0 auto;
  padding: 0 18px 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.42);
  box-shadow: 0 16px 42px rgba(23, 23, 23, 0.08);
  backdrop-filter: blur(22px);
  transition: height 0.3s ease, background 0.3s ease;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
  text-decoration: none;
}

.brand img {
  width: 112px;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

.brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
}

.nav-links a,
.mobile-panel a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 10px;
  border-radius: 0;
  color: #37322c;
  font-size: 1.22rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.28s ease;
}

.nav-links a::after,
.mobile-panel a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 9px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--wine), var(--brass), var(--sage));
  transform: scaleX(0);
  transform-origin: center;
  translate: -50% 0;
  transition: transform 0.34s cubic-bezier(0.2, 0.9, 0.22, 1);
}

.nav-links a:hover,
.mobile-panel a:hover {
  color: var(--wine-dark);
}

.nav-links a:hover::after,
.mobile-panel a:hover::after {
  transform: scaleX(1);
}

.mobile-panel a {
  min-height: 48px;
  padding: 0 16px;
  border-radius: 12px;
  font-size: 1.05rem;
}

.mobile-panel a::after {
  bottom: 6px;
  width: calc(100% - 32px);
}

.nav-cta,
.btn,
.hero-book-note a,
.buy-row a,
.sample-download a,
.reading-paper a,
.event-item a,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-position 0.38s ease, border-color 0.28s ease;
}

.nav-cta::before,
.btn::before,
.hero-book-note a::before,
.buy-row a::before,
.sample-download a::before,
.reading-paper a::before,
.event-item a::before,
.contact-form button::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, 0.28) 48%, transparent 62%);
  transform: translateX(-120%);
  transition: transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-cta::after,
.btn::after,
.hero-book-note a::after,
.buy-row a::after,
.sample-download a::after,
.reading-paper a::after,
.event-item a::after,
.contact-form button::after {
  content: "";
  width: 7px;
  height: 7px;
  pointer-events: none;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateX(0) rotate(45deg);
  transition: transform 0.28s ease;
}

.nav-cta {
  min-height: 46px;
  padding: 0 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--wine-dark), var(--wine) 52%, #8b3a5a);
  background-size: 180% 100%;
  box-shadow: 0 10px 24px rgba(67, 24, 39, 0.18);
}

.nav-cta:hover,
.btn:hover,
.hero-book-note a:hover,
.buy-row a:hover,
.sample-download a:hover,
.reading-paper a:hover,
.event-item a:hover,
.contact-form button:hover {
  transform: translateY(-3px);
  background-position: 100% 0;
}

.nav-cta:hover {
  box-shadow: 0 16px 34px rgba(67, 24, 39, 0.28);
}

.nav-cta:hover::before,
.btn:hover::before,
.hero-book-note a:hover::before,
.buy-row a:hover::before,
.sample-download a:hover::before,
.reading-paper a:hover::before,
.event-item a:hover::before,
.contact-form button:hover::before {
  transform: translateX(120%);
}

.nav-cta:hover::after,
.btn:hover::after,
.hero-book-note a:hover::after,
.buy-row a:hover::after,
.sample-download a:hover::after,
.reading-paper a:hover::after,
.event-item a:hover::after,
.contact-form button:hover::after {
  transform: translateX(3px) rotate(45deg);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(23, 23, 23, 0.08);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform 0.25s ease;
}

.menu-toggle.is-open span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle.is-open span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-panel {
  position: fixed;
  top: 94px;
  left: 20px;
  right: 20px;
  z-index: 999;
  display: none;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  background: rgba(255, 250, 240, 0.95);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.mobile-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

section {
  padding: 112px 0;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-top: 118px;
  padding-bottom: 54px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 9% 4% auto auto;
  width: min(42vw, 560px);
  height: min(42vw, 560px);
  border: 1px solid rgba(232, 201, 128, 0.22);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 201, 128, 0.13), transparent 62%);
  filter: blur(1px);
  animation: orbitGlow 14s ease-in-out infinite;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: #171717;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    linear-gradient(90deg, rgba(23, 23, 23, 0.88), rgba(23, 23, 23, 0.58) 43%, rgba(23, 23, 23, 0.18)),
    linear-gradient(180deg, rgba(23, 23, 23, 0.1), rgba(23, 23, 23, 0.42));
  pointer-events: none;
}

.hero-media span {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
  animation: heroImageFade 24s cubic-bezier(0.45, 0, 0.2, 1) infinite;
  animation-fill-mode: both;
}

.hero-media span:nth-child(1) {
  background-image: url("bilder/wm_01.png");
  animation-delay: -3s;
}

.hero-media span:nth-child(2) {
  background-image: url("bilder/wm_02.png");
  animation-delay: 5s;
}

.hero-media span:nth-child(3) {
  background-image: url("bilder/wm_03.png");
  animation-delay: 13s;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  background: linear-gradient(180deg, rgba(247, 243, 234, 0), var(--paper));
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: 54px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 790px;
  color: var(--white);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--brass);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 40px;
  height: 1px;
  background: currentColor;
}

.hero h1,
.section-head h2,
.feature-copy h2,
.about-copy h2,
.reading-title h2,
.contact-copy h2 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 820px;
  color: transparent;
  font-size: clamp(3rem, 6.25vw, 6.75rem);
  padding-bottom: 0.08em;
  background: linear-gradient(90deg, #ffffff, #f3d99d, #d8b25f, #ffffff);
  background-size: 260% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: heroTitleColor 7s ease-in-out infinite alternate;
}

.hero-copy p {
  max-width: 630px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.btn {
  min-height: 56px;
  padding: 0 24px;
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--wine-dark), var(--wine) 52%, #8b3a5a);
  background-size: 180% 100%;
  box-shadow: 0 18px 40px rgba(67, 24, 39, 0.28);
}

.btn-primary:hover {
  background-position: 100% 0;
  box-shadow: 0 22px 48px rgba(67, 24, 39, 0.34);
}

.btn-ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06) 52%, rgba(232, 201, 128, 0.12));
  background-size: 180% 100%;
  backdrop-filter: blur(16px);
}

.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.54);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 660px;
  margin-top: 30px;
}

.hero-proof div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.hero-proof dt {
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.75rem;
}

.hero-proof dd {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.hero-books {
  position: relative;
  z-index: 2;
  min-height: 500px;
}

.hero-book-display {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(100%, 460px);
  height: 440px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.2), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(23, 23, 23, 0.08));
  perspective: 1200px;
}

.hero-book-display::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 82%;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.38);
  filter: blur(22px);
  translate: -50% 0;
}

.hero-book-display img {
  position: absolute;
  bottom: 42px;
  width: 168px;
  max-height: 285px;
  object-fit: contain;
  border-radius: 3px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
  transform-origin: bottom center;
  animation: heroBookFloat 7s ease-in-out infinite;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.hero-book-display img:nth-child(1) {
  left: 16px;
  z-index: 2;
  transform: rotate(-10deg) translateY(22px);
  animation-delay: 0s;
}

.hero-book-display img:nth-child(2) {
  left: 105px;
  z-index: 3;
  transform: rotate(-3deg) translateY(2px);
  animation-delay: 0.45s;
}

.hero-book-display img:nth-child(3) {
  right: 112px;
  z-index: 4;
  transform: rotate(4deg) translateY(0);
  animation-delay: 0.9s;
}

.hero-book-display img:nth-child(4) {
  right: 14px;
  z-index: 1;
  transform: rotate(11deg) translateY(28px);
  animation-delay: 1.35s;
}

.hero-book-display:hover img {
  filter: saturate(1.06) contrast(1.02);
}

.hero-book-note {
  position: absolute;
  left: 0;
  right: 16px;
  bottom: 0;
  z-index: 5;
  max-width: 390px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: var(--white);
  background: rgba(23, 23, 23, 0.54);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
  animation: heroBookNotePulse 7s ease-in-out infinite;
}

.hero-book-note span {
  color: #f3d99d;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-book-note strong {
  display: block;
  margin-top: 10px;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.14;
}

.hero-book-note a {
  min-height: 42px;
  margin-top: 18px;
  padding: 0 16px;
  color: var(--ink);
  background: linear-gradient(135deg, #f2d990, #e8c980 52%, #d7ad58);
  background-size: 180% 100%;
  box-shadow: 0 12px 26px rgba(232, 201, 128, 0.2);
  font-size: 0.88rem;
}

.hero-book-note a:hover {
  box-shadow: 0 16px 34px rgba(232, 201, 128, 0.28);
}

.hero-books::before,
.hero-books::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(3px);
}

.hero-books::before {
  right: -70px;
  top: 80px;
  width: 220px;
  height: 220px;
  background: rgba(232, 201, 128, 0.22);
  animation: softDrift 10s ease-in-out infinite;
}

.hero-books::after {
  left: -40px;
  bottom: 40px;
  width: 180px;
  height: 180px;
  background: rgba(111, 38, 61, 0.32);
  animation: softDrift 12s ease-in-out infinite reverse;
}

.intro-band {
  padding: 24px 0;
  background:
    linear-gradient(90deg, rgba(232, 201, 128, 0.14), transparent 34%, rgba(111, 38, 61, 0.16)),
    var(--ink);
  background-size: 200% 100%;
  color: rgba(255, 255, 255, 0.74);
  animation: bandShimmer 12s ease-in-out infinite alternate;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.intro-grid p {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

#buecher,
#autor,
#lesungen,
#stimmen {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

#buecher {
  background:
    linear-gradient(rgba(247, 243, 234, 0.8), rgba(247, 243, 234, 0.88)),
    url("bilder/wm_01.png") center / cover no-repeat;
}

#buecher::before,
#buecher::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

#buecher::before {
  inset: 40px 0 auto;
  height: 620px;
  background:
    linear-gradient(90deg, rgba(247, 243, 234, 0.28), rgba(247, 243, 234, 0.68)),
    radial-gradient(circle at 18% 24%, rgba(111, 38, 61, 0.14), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(185, 144, 73, 0.16), transparent 28%),
    linear-gradient(115deg, rgba(255, 250, 240, 0), rgba(255, 250, 240, 0.72), rgba(255, 250, 240, 0));
  background-size: auto, 140% 140%, 150% 150%, 220% 100%;
  filter: blur(0.2px);
  animation: booksAmbient 18s ease-in-out infinite alternate;
}

#buecher::after {
  inset: 0;
  opacity: 0.34;
  background:
    linear-gradient(90deg, rgba(23, 23, 23, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(23, 23, 23, 0.025) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
  animation: booksGridDrift 22s linear infinite;
}

#buecher .container {
  position: relative;
  z-index: 1;
}

.section-head {
  max-width: 820px;
}

.animated-title {
  overflow: hidden;
}

.animated-title span {
  display: block;
  opacity: 0;
  color: transparent;
  background: linear-gradient(90deg, var(--wine-dark), var(--wine), var(--brass), var(--sage), var(--wine-dark));
  background-size: 240% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  transform: translateY(105%) skewY(3deg);
}

.reveal.is-visible .animated-title span:nth-child(1) {
  animation:
    titleRise 0.95s cubic-bezier(0.2, 0.9, 0.22, 1) forwards,
    titleColorFlow 5.5s ease-in-out infinite alternate;
  animation-delay: 0.06s, 0s;
}

.reveal.is-visible .animated-title span:nth-child(2) {
  animation:
    titleRise 0.95s cubic-bezier(0.2, 0.9, 0.22, 1) forwards,
    titleColorFlow 5.5s ease-in-out infinite alternate;
  animation-delay: 0.18s, 0.15s;
}

.reveal.is-visible .animated-title span:nth-child(3) {
  animation:
    titleRise 0.95s cubic-bezier(0.2, 0.9, 0.22, 1) forwards,
    titleColorFlow 5.5s ease-in-out infinite alternate;
  animation-delay: 0.3s, 0.3s;
}

.section-head h2,
.feature-copy h2,
.about-copy h2,
.reading-title h2,
.contact-copy h2 {
  font-size: clamp(2.3rem, 5vw, 4.9rem);
}

.section-head p,
.feature-copy p,
.about-copy p,
.contact-copy p {
  margin-top: 22px;
  max-width: 650px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.85;
}

.books-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 54px;
}

.book-card,
.review-card,
.event-item {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.74);
  box-shadow: var(--shadow-soft);
}

.book-card {
  position: relative;
  display: grid;
  grid-template-rows: 355px 1fr;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.book-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.38) 47%, transparent 58%);
  transform: translateX(-135%);
  transition: transform 0.85s ease;
}

.book-card::after {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  z-index: -1;
  height: 24px;
  border-radius: 50%;
  background: rgba(67, 24, 39, 0.22);
  filter: blur(18px);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.book-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.book-card:hover::before {
  transform: translateX(135%);
}

.book-card:hover::after {
  opacity: 1;
}

.cover {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  color: var(--white);
  overflow: hidden;
}

.cover::before {
  content: "";
  position: absolute;
  inset: -26%;
  background:
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.22), transparent 18%),
    radial-gradient(circle at 78% 68%, rgba(232, 201, 128, 0.18), transparent 20%);
  opacity: 0.75;
  animation: coverGlow 9s ease-in-out infinite alternate;
}

.book-card:hover .cover::before {
  animation-duration: 4.5s;
}

.cover span,
.cover strong {
  position: relative;
  z-index: 1;
}

.cover span {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cover strong {
  max-width: 250px;
  font-family: var(--serif);
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
}

.cover-one {
  background:
    linear-gradient(160deg, rgba(67, 24, 39, 0.92), rgba(23, 23, 23, 0.78)),
    url("bilder/gallery_library.png");
  background-position: center;
  background-size: cover;
}

.cover-two {
  background:
    linear-gradient(160deg, rgba(80, 100, 86, 0.94), rgba(23, 23, 23, 0.7)),
    url("bilder/gallery_reader.png");
  background-position: center;
  background-size: cover;
}

.cover-three {
  background:
    linear-gradient(160deg, rgba(185, 144, 73, 0.94), rgba(67, 24, 39, 0.76)),
    url("bilder/gallery_open_book.png");
  background-position: center;
  background-size: cover;
}

.book-cover-real {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 355px;
  margin: 0;
  padding: 26px 20px;
  overflow: hidden;
}

.book-cover-real::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.62), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.36), rgba(23, 23, 23, 0.06));
  opacity: 0.78;
}

.book-cover-real::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 64%;
  height: 22px;
  border-radius: 50%;
  background: rgba(23, 23, 23, 0.22);
  filter: blur(14px);
  translate: -50% 0;
}

.book-cover-real img {
  position: relative;
  z-index: 1;
  width: min(76%, 190px);
  max-height: 300px;
  object-fit: contain;
  border-radius: 3px;
  box-shadow:
    0 22px 38px rgba(23, 23, 23, 0.24),
    -8px 0 18px rgba(23, 23, 23, 0.08);
  transform: rotate(-1.6deg);
  transition: transform 0.38s ease, box-shadow 0.38s ease;
}

.book-card:hover .book-cover-real img {
  transform: translateY(-8px) rotate(0.8deg) scale(1.035);
  box-shadow:
    0 30px 54px rgba(23, 23, 23, 0.28),
    -8px 0 18px rgba(23, 23, 23, 0.08);
}

.tone-bleiben {
  background: linear-gradient(145deg, #f5f2eb, #ded8cd);
}

.tone-schauen {
  background: linear-gradient(145deg, #eef7f8, #d5e5e8);
}

.tone-loslassen {
  background: linear-gradient(145deg, #f9efea, #e9d6cd);
}

.tone-verbunden {
  background: linear-gradient(145deg, #f1cec2, #dcaea0);
}

.book-info {
  display: flex;
  flex-direction: column;
  padding: 22px 18px 20px;
}

.book-tag {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--wine);
  background: rgba(111, 38, 61, 0.1);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.book-info h3 {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: 1.62rem;
  font-weight: 500;
  line-height: 1.1;
}

.book-info p {
  margin-top: 13px;
  color: var(--muted);
  line-height: 1.72;
}

.book-facts {
  display: grid;
  gap: 7px;
  margin-top: 18px;
  padding: 0;
  color: #615a50;
  font-size: 0.82rem;
  font-weight: 750;
  list-style: none;
}

.book-facts li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.book-facts li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wine), var(--brass));
  flex: 0 0 auto;
}

.buy-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: auto;
  padding-top: 24px;
  animation: buyRowFloat 5.8s ease-in-out infinite;
}

.buy-row strong {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  width: 100%;
  padding: 0 14px;
  border: 1px solid rgba(185, 144, 73, 0.34);
  border-radius: 999px;
  color: var(--wine-dark);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(232, 201, 128, 0.22)),
    rgba(255, 250, 240, 0.72);
  box-shadow: 0 12px 24px rgba(111, 38, 61, 0.08);
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 700;
  white-space: nowrap;
}

.buy-row strong::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0 42%, rgba(255, 255, 255, 0.62) 50%, transparent 58%);
  transform: translateX(-130%);
  animation: priceShine 6s ease-in-out infinite;
}

.buy-row a {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), var(--wine-dark) 58%, #2f4138);
  background-size: 180% 100%;
  font-size: 0.9rem;
  text-align: center;
  white-space: nowrap;
}

.buy-row a:hover {
  box-shadow: 0 14px 28px rgba(23, 23, 23, 0.18);
}

.sample-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding: 24px 26px;
  border: 1px solid rgba(185, 144, 73, 0.28);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.74);
  box-shadow: var(--shadow-soft);
}

.sample-download strong {
  color: var(--wine-dark);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.sample-download p {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.7;
}

.sample-download a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 112px;
  padding: 0 26px 0 20px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), var(--wine-dark) 58%, #2f4138);
  background-size: 180% 100%;
  font-size: 0.9rem;
  font-weight: 850;
  text-align: center;
  white-space: nowrap;
}

.sample-download a::after {
  flex: 0 0 7px;
}

.feature-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 20%, rgba(232, 201, 128, 0.18), transparent 28%),
    radial-gradient(circle at 82% 70%, rgba(80, 100, 86, 0.24), transparent 30%),
    linear-gradient(135deg, var(--ink), #2a1b20 52%, #25352d);
  background-size: 140% 140%, 150% 150%, auto;
  animation: sectionGlow 16s ease-in-out infinite alternate;
}

.feature-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.28;
  background:
    linear-gradient(115deg, transparent 0 46%, rgba(232, 201, 128, 0.18) 49%, transparent 52%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 74px);
  background-size: 220% 100%, auto;
  animation: shopLightSweep 13s linear infinite;
}

.feature-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -2;
  width: min(74vw, 920px);
  height: min(74vw, 920px);
  border: 1px solid rgba(232, 201, 128, 0.11);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    inset 0 0 90px rgba(232, 201, 128, 0.06),
    0 0 100px rgba(111, 38, 61, 0.12);
  animation: shopHalo 18s ease-in-out infinite;
}

.shop-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.shop-atmosphere span {
  position: absolute;
  display: block;
  width: 180px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(232, 201, 128, 0.52), transparent);
  opacity: 0.68;
  transform-origin: center;
  animation: shopStreak 9s ease-in-out infinite;
}

.shop-atmosphere span:nth-child(1) {
  top: 22%;
  left: -12%;
  animation-delay: 0s;
}

.shop-atmosphere span:nth-child(2) {
  top: 58%;
  right: -10%;
  width: 240px;
  animation-delay: 2.4s;
  animation-duration: 11s;
}

.shop-atmosphere span:nth-child(3) {
  bottom: 18%;
  left: 18%;
  width: 130px;
  animation-delay: 4.8s;
  animation-duration: 10s;
}

.feature-grid,
.about-grid,
.reading-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: center;
}

.feature-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.feature-copy .btn {
  margin-top: 30px;
}

.shop-panel {
  position: relative;
  display: grid;
  gap: 12px;
  perspective: 900px;
}

.shop-panel::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(232, 201, 128, 0.18), rgba(255, 255, 255, 0.04), rgba(80, 100, 86, 0.16));
  filter: blur(18px);
  opacity: 0.8;
  animation: shopPanelAura 8s ease-in-out infinite alternate;
}

.package-row {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
  overflow: hidden;
  text-decoration: none;
  transform-style: preserve-3d;
  animation: packageBreathe 7s ease-in-out infinite;
  transition: border-color 0.28s ease, background 0.28s ease, transform 0.28s ease;
}

.package-row:nth-child(2) {
  animation-delay: 0.7s;
}

.package-row:nth-child(3) {
  animation-delay: 1.4s;
}

.package-row:nth-child(4) {
  animation-delay: 2.1s;
}

.package-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(232, 201, 128, 0.16), transparent);
  transform: translateX(-120%);
  animation: packageScan 6.5s ease-in-out infinite;
}

.package-row:nth-child(2)::before {
  animation-delay: 1.1s;
}

.package-row:nth-child(3)::before {
  animation-delay: 2.2s;
}

.package-row:nth-child(4)::before {
  animation-delay: 3.3s;
}

.package-row:hover {
  border-color: rgba(232, 201, 128, 0.38);
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(8px) rotateY(-2deg);
}

.package-row:focus-visible {
  outline: 2px solid rgba(232, 201, 128, 0.8);
  outline-offset: 4px;
}

.package-row span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--brass);
  background: rgba(255, 255, 255, 0.09);
  font-weight: 900;
}

.package-row span::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(232, 201, 128, 0.28);
  border-radius: 50%;
  animation: numberRing 3.4s ease-in-out infinite;
}

.package-row div,
.package-row strong {
  position: relative;
  z-index: 1;
}

.package-row h3 {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 500;
}

.package-row p {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.55;
}

.package-row strong {
  color: #f3d99d;
  text-shadow: 0 0 22px rgba(232, 201, 128, 0.22);
}

.author-portrait {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

#autor {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0), rgba(255, 250, 240, 0.34), rgba(255, 250, 240, 0));
}

#autor::before {
  content: "";
  position: absolute;
  inset: 6% auto auto -12%;
  z-index: -1;
  width: min(48vw, 620px);
  height: min(48vw, 620px);
  border: 1px solid rgba(80, 100, 86, 0.16);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(80, 100, 86, 0.12), transparent 64%);
  animation: authorOrb 17s ease-in-out infinite;
}

#autor::after {
  content: "Wahre Worte";
  position: absolute;
  right: -3vw;
  bottom: 4%;
  z-index: -1;
  color: rgba(111, 38, 61, 0.055);
  font-family: var(--serif);
  font-size: clamp(5rem, 15vw, 16rem);
  line-height: 0.8;
  white-space: nowrap;
  animation: authorWordDrift 18s ease-in-out infinite alternate;
}

.author-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.author-atmosphere span {
  position: absolute;
  width: 1px;
  height: 180px;
  background: linear-gradient(180deg, transparent, rgba(111, 38, 61, 0.24), transparent);
  animation: authorLineFloat 8s ease-in-out infinite;
}

.author-atmosphere span:nth-child(1) {
  top: 12%;
  left: 11%;
}

.author-atmosphere span:nth-child(2) {
  right: 18%;
  bottom: 16%;
  height: 230px;
  animation-delay: 2.5s;
}

.author-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 42%, rgba(255, 255, 255, 0.2) 49%, transparent 57%);
  transform: translateX(-140%);
  animation: portraitLight 7s ease-in-out infinite;
}

.author-portrait img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
  transform: scale(1.03);
  animation: authorImageDrift 14s ease-in-out infinite alternate;
}

.about-copy blockquote {
  position: relative;
  margin-top: 30px;
  padding: 28px 0 0 28px;
  border-top: 1px solid var(--line);
  border-left: 4px solid var(--wine);
  color: var(--wine-dark);
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.45;
}

.about-copy blockquote::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--wine), var(--brass), var(--sage));
  background-size: 100% 220%;
  animation: quoteColorDrop 5s ease-in-out infinite alternate;
}

.reading-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(115deg, rgba(247, 243, 234, 0.88), rgba(247, 243, 234, 0.68) 44%, rgba(255, 255, 255, 0.82)),
    url("bilder/wm_03.png") center / cover no-repeat;
}

.reading-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.reading-atmosphere span {
  position: absolute;
  width: 140px;
  height: 180px;
  border: 1px solid rgba(111, 38, 61, 0.08);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 18px 50px rgba(23, 23, 23, 0.05);
  animation: paperFloat 12s ease-in-out infinite;
}

.reading-atmosphere span:nth-child(1) {
  left: 7%;
  top: 12%;
  transform: rotate(-9deg);
}

.reading-atmosphere span:nth-child(2) {
  right: 10%;
  top: 18%;
  width: 110px;
  height: 150px;
  animation-delay: 2.6s;
}

.reading-atmosphere span:nth-child(3) {
  left: 48%;
  bottom: 8%;
  width: 90px;
  height: 120px;
  animation-delay: 5s;
}

.reading-grid {
  align-items: start;
}

.reading-paper {
  position: relative;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(111, 38, 61, 0.07) 1px, transparent 1px) 34px 0 / 34px 100%,
    rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  animation: paperLift 7s ease-in-out infinite;
}

.reading-paper::before {
  content: "Leseprobe";
  position: absolute;
  right: 28px;
  top: 22px;
  color: rgba(111, 38, 61, 0.18);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.reading-paper::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(185, 144, 73, 0.18);
  border-radius: 6px;
  pointer-events: none;
  animation: paperBorderPulse 5s ease-in-out infinite;
}

.reading-paper p {
  color: #36312c;
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.75;
}

.reading-paper p+p {
  margin-top: 22px;
}

.reading-paper a,
.event-item a {
  min-height: 42px;
  margin-top: 28px;
  padding: 0 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--wine-dark), var(--wine) 48%, #8b3a5a);
  background-size: 180% 100%;
  box-shadow: 0 10px 24px rgba(67, 24, 39, 0.2);
}

.reading-paper a:hover,
.event-item a:hover {
  background-position: 100% 0;
  box-shadow: 0 16px 34px rgba(67, 24, 39, 0.3);
}

.event-list,
.review-grid {
  display: grid;
  gap: 22px;
  margin-top: 50px;
}

/* Blog card grid: adjust columns/width here when adding more article cards. */
.event-list {
  width: min(1440px, calc(100% - 40px));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.review-grid {
  grid-template-columns: repeat(3, 1fr);
}

#lesungen {
  background:
    radial-gradient(circle at 12% 30%, rgba(185, 144, 73, 0.13), transparent 28%),
    radial-gradient(circle at 92% 72%, rgba(111, 38, 61, 0.1), transparent 30%);
}

.events-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.48;
  background:
    linear-gradient(90deg, transparent 0 calc(100% - 1px), rgba(23, 23, 23, 0.06) calc(100% - 1px)) 0 0 / 16.66% 100%,
    linear-gradient(180deg, rgba(255, 250, 240, 0), rgba(255, 250, 240, 0.72), rgba(255, 250, 240, 0));
  animation: eventCurtain 16s ease-in-out infinite alternate;
}

.event-item,
.review-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
}

/* Blog cards: flex keeps all "Jetzt lesen" buttons aligned at the bottom. */
.event-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 360px;
  color: var(--white);
  border-color: transparent;
  box-shadow: var(--shadow-soft), inset 0 0 0 1px rgba(255, 250, 240, 0.16);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.event-item::before {
  content: "";
  position: absolute;
  inset: -34px;
  z-index: 0;
  background-position: center;
  background-size: cover;
  will-change: transform;
  animation: blogImageDrift 10s ease-in-out infinite alternate;
}

.event-item[data-article="achtsamkeit"]::before {
  background-image:
    linear-gradient(160deg, rgba(23, 23, 23, 0.74), rgba(67, 24, 39, 0.5)),
    url("bilder/gallery_library.png");
}

.event-item[data-article="ruhe"]::before {
  background-image:
    linear-gradient(160deg, rgba(23, 23, 23, 0.74), rgba(80, 100, 86, 0.5)),
    url("bilder/gallery_open_book.png");
  animation-delay: -3s;
}

.event-item[data-article="suchen"]::before {
  background-image:
    linear-gradient(160deg, rgba(23, 23, 23, 0.74), rgba(111, 38, 61, 0.48)),
    url("bilder/gallery_reader.png");
  animation-delay: -6s;
}

.event-item[data-article="spaet"]::before {
  background-image:
    linear-gradient(160deg, rgba(23, 23, 23, 0.74), rgba(185, 144, 73, 0.45)),
    url("bilder/gallery_library.png");
  animation-delay: -9s;
}

.event-item[data-article="stark"]::before {
  background-image:
    linear-gradient(160deg, rgba(23, 23, 23, 0.74), rgba(80, 100, 86, 0.48)),
    url("bilder/blog-5.jpg");
  animation-delay: -2s;
}

.event-item[data-article="stille-worte"]::before {
  background-image:
    linear-gradient(160deg, rgba(23, 23, 23, 0.7), rgba(67, 24, 39, 0.42)),
    url("bilder/blog-6.jpg");
  animation-delay: -5s;
}

.event-item[data-article="kontrolle"]::before {
  background-image:
    linear-gradient(160deg, rgba(23, 23, 23, 0.72), rgba(80, 100, 86, 0.42)),
    url("bilder/blog-7.jpg");
  animation-delay: -8s;
}

.event-item[data-article="verstehen"]::before {
  background-image:
    linear-gradient(160deg, rgba(23, 23, 23, 0.72), rgba(185, 144, 73, 0.38)),
    url("bilder/blog-8.png");
  animation-delay: -4s;
}

.event-item[data-article="funktionieren"]::before {
  background-image:
    linear-gradient(160deg, rgba(23, 23, 23, 0.7), rgba(111, 38, 61, 0.4)),
    url("bilder/blog-9.png");
  animation-delay: -7s;
}

.event-item[data-article="zuhoeren"]::before {
  background-image:
    linear-gradient(160deg, rgba(23, 23, 23, 0.7), rgba(80, 100, 86, 0.44)),
    url("bilder/blog-10.png");
  animation-delay: -10s;
}

.event-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, var(--wine), var(--brass), var(--sage));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.34s ease;
}

.event-item time,
.event-item h3,
.event-item p,
.event-item a {
  position: relative;
  z-index: 1;
}

.event-item:hover::after {
  transform: scaleY(1);
}

.event-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(23, 23, 23, 0.24), inset 0 0 0 1px rgba(255, 250, 240, 0.24);
}

.event-item time {
  color: rgba(255, 250, 240, 0.86);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-item h3 {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 500;
}

.event-item p {
  margin-top: 12px;
  color: rgba(255, 250, 240, 0.86);
  line-height: 1.7;
}

.event-item a {
  margin-top: auto;
}

/* Blog drawer: opened by script.js from the matching article template. */
.article-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center end;
  padding: clamp(108px, 14vh, 150px) clamp(16px, 3vw, 38px) clamp(16px, 3vw, 38px);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.article-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.article-drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(23, 23, 23, 0.58);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.article-panel {
  position: relative;
  --article-bg: url("bilder/gallery_open_book.png");
  width: min(620px, 100%);
  max-height: min(760px, calc(100vh - clamp(138px, 18vh, 188px)));
  overflow: auto;
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid rgba(255, 250, 240, 0.42);
  border-radius: 8px;
  color: #302b26;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.96), rgba(247, 243, 234, 0.92)),
    var(--article-bg) center / cover no-repeat;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
  transform: translateX(28px) scale(0.98);
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.article-drawer.is-open .article-panel {
  transform: translateX(0) scale(1);
}

.article-close {
  position: sticky;
  top: 0;
  left: 100%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: -18px -18px 16px auto;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--wine);
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(67, 24, 39, 0.26);
}

.article-close span {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.article-close span:first-child {
  transform: rotate(45deg);
}

.article-close span:last-child {
  transform: rotate(-45deg);
}

.article-kicker {
  color: var(--wine);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.article-panel h2 {
  margin-top: 14px;
  color: var(--wine-dark);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  font-weight: 500;
  line-height: 1.06;
}

.article-image {
  position: relative;
  margin-top: 24px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(185, 144, 73, 0.24);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(67, 24, 39, 0.14);
}

.article-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 23, 23, 0), rgba(23, 23, 23, 0.16)),
    linear-gradient(115deg, rgba(255, 250, 240, 0.18), transparent 42%);
  pointer-events: none;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
}

.article-body {
  margin-top: 26px;
}

.article-body p {
  color: #3b352f;
  font-family: var(--serif);
  font-size: 1.2rem;
  line-height: 1.72;
}

.article-body p+p {
  margin-top: 18px;
}

body.article-drawer-open {
  overflow: hidden;
}

.review-card p {
  color: #302b26;
  font-family: var(--serif);
  font-size: 1.52rem;
  line-height: 1.35;
}

#stimmen {
  background:
    linear-gradient(135deg, rgba(80, 100, 86, 0.08), transparent 34%, rgba(111, 38, 61, 0.07)),
    var(--paper);
}

.voices-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.voices-atmosphere span {
  position: absolute;
  color: rgba(23, 23, 23, 0.035);
  font-family: var(--serif);
  font-size: clamp(5rem, 12vw, 12rem);
  white-space: nowrap;
  animation: voiceWordFloat 20s linear infinite;
}

.voices-atmosphere span:nth-child(1) {
  left: -8%;
  top: 8%;
}

.voices-atmosphere span:nth-child(2) {
  right: -10%;
  top: 36%;
  animation-delay: -7s;
}

.voices-atmosphere span:nth-child(3) {
  left: 18%;
  bottom: 2%;
  animation-delay: -13s;
}

.amazon-review-wrap {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 34px;
  align-items: start;
  margin-top: 50px;
}

.rating-summary,
.top-review {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.78);
  box-shadow: var(--shadow-soft);
}

.rating-summary {
  padding: 28px;
}

.rating-summary::after,
.top-review::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.34) 48%, transparent 56%);
  transform: translateX(-135%);
  animation: reviewPanelSheen 8s ease-in-out infinite;
}

.rating-summary h3,
.review-kicker {
  font-size: 1.35rem;
  font-weight: 900;
}

.rating-score {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}

.stars,
.review-stars span {
  color: #ff8a00;
  letter-spacing: 0.04em;
}

.rating-score strong {
  font-size: 1.2rem;
}

.rating-summary p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.92rem;
}

.rating-bars {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.rating-bar {
  display: grid;
  grid-template-columns: 70px 1fr 44px;
  gap: 10px;
  align-items: center;
  font-size: 0.92rem;
}

.rating-bar span {
  color: #0b5cad;
}

.rating-bar div {
  height: 20px;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 23, 0.2);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.75);
}

.rating-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff8a00, #ffb13b);
  animation: ratingFill 1.1s ease-out both;
}

.rating-bar strong {
  font-size: 0.9rem;
}

.top-review {
  padding: clamp(28px, 4vw, 44px);
}

.review-kicker {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 1.05;
}

.review-author {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 26px;
}

.review-author > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, #9aa5a2, #687673);
  font-weight: 900;
}

.review-author strong,
.review-author small {
  display: block;
}

.review-author small {
  margin-top: 4px;
  color: var(--muted);
}

.review-stars {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.review-stars strong {
  color: var(--wine-dark);
}

.top-review em {
  display: inline-flex;
  margin-top: 8px;
  color: #b15a00;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
}

.top-review p {
  margin-top: 18px;
  color: #2f2a25;
  font-size: 1rem;
  line-height: 1.78;
}

.review-card {
  transition: transform 0.3s ease, background 0.3s ease;
}

.review-card::before {
  content: "\201C";
  position: absolute;
  right: 22px;
  top: -16px;
  color: rgba(111, 38, 61, 0.08);
  font-family: var(--serif);
  font-size: 8rem;
  line-height: 1;
  transform: rotate(5deg);
  transition: transform 0.35s ease, color 0.35s ease;
}

.review-card:hover {
  transform: translateY(-8px) rotate(-1deg);
  background: rgba(255, 250, 240, 0.92);
}

.review-card:hover::before {
  color: rgba(111, 38, 61, 0.15);
  transform: rotate(-6deg) scale(1.08);
}

.review-card strong {
  display: block;
  margin-top: 26px;
  color: var(--muted);
  font-size: 0.84rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background: var(--ink);
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: -1;
  opacity: 0.38;
  background:
    radial-gradient(circle at 20% 28%, rgba(232, 201, 128, 0.18), transparent 24%),
    radial-gradient(circle at 84% 64%, rgba(111, 38, 61, 0.24), transparent 28%);
  will-change: transform;
  animation: contactGlowMove 12s ease-in-out infinite alternate;
}

.contact-section::after {
  content: "";
  position: absolute;
  inset: -34px;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(23, 23, 23, 0.96), rgba(23, 23, 23, 0.74)),
    url("bilder/hero_author_workspace.png") center / cover no-repeat;
  will-change: transform;
  animation: contactImageDrift 18s ease-in-out infinite alternate;
}

.contact-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.contact-atmosphere span {
  position: absolute;
  width: min(44vw, 520px);
  height: min(44vw, 520px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  animation: contactRing 16s ease-in-out infinite;
}

.contact-atmosphere span:nth-child(1) {
  right: -12%;
  top: -18%;
}

.contact-atmosphere span:nth-child(2) {
  left: -16%;
  bottom: -24%;
  animation-delay: -7s;
}

.contact-grid {
  position: relative;
  z-index: 1;
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-note {
  display: inline-grid;
  gap: 4px;
  margin-top: 32px;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-note span {
  color: rgba(255, 255, 255, 0.68);
}

.contact-form {
  position: relative;
  display: grid;
  gap: 15px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
}

.contact-form::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(232, 201, 128, 0.5), transparent 34%, rgba(80, 100, 86, 0.38));
  opacity: 0.45;
  animation: formEdgeGlow 6s ease-in-out infinite alternate;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 0 15px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  outline: none;
}

.contact-form select option {
  color: var(--ink);
}

.contact-form textarea {
  min-height: 130px;
  padding-top: 14px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.contact-form button {
  min-height: 56px;
  color: var(--ink);
  background: linear-gradient(135deg, #f2d990, #e8c980 52%, #d7ad58);
  background-size: 180% 100%;
  box-shadow: 0 14px 32px rgba(232, 201, 128, 0.22);
  font: inherit;
  font-weight: 900;
}

.contact-form button:hover {
  background-position: 100% 0;
  box-shadow: 0 18px 40px rgba(232, 201, 128, 0.3);
}

.site-footer {
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.64);
  background: var(--ink);
}

.legal-page {
  padding-top: 132px;
}

.legal-wrap {
  max-width: 920px;
}

.legal-wrap h1 {
  color: var(--wine-dark);
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 5.8rem);
  font-weight: 500;
  line-height: 1;
}

.legal-back {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--wine);
  font-weight: 900;
  text-decoration: none;
}

.legal-back + .eyebrow {
  display: flex;
}

.legal-card {
  margin-top: 22px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.72);
  box-shadow: var(--shadow-soft);
}

.legal-card h2 {
  color: var(--wine-dark);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 500;
}

.legal-card p {
  margin-top: 14px;
  color: #3b352f;
  line-height: 1.8;
}

.legal-card a {
  color: var(--wine);
  font-weight: 800;
}

.legal-note {
  border-color: rgba(185, 144, 73, 0.36);
  background: rgba(232, 201, 128, 0.18);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-brand {
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.25rem;
  text-decoration: none;
}

.footer-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.footer-links,
.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-social {
  gap: 10px;
}

.footer-social a {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.footer-social a:hover {
  border-color: rgba(232, 201, 128, 0.55);
  color: var(--gold);
  background: rgba(232, 201, 128, 0.12);
  transform: translateY(-2px);
}

.footer-social svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.footer-inner a {
  text-decoration: none;
}

.cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9998;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(680px, calc(100% - 40px));
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
  transform: translateY(18px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.cookie-copy strong {
  display: block;
  color: var(--wine-dark);
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 600;
}

.cookie-copy p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

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

.cookie-actions a {
  color: var(--wine);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.cookie-actions button {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--wine-dark), var(--wine) 52%, #8b3a5a);
  box-shadow: 0 12px 26px rgba(67, 24, 39, 0.18);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cookie-actions button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(67, 24, 39, 0.28);
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

@keyframes pageGlow {
  0% {
    background-position: 0% 0%, 0% 0%, 100% 0%, center;
  }

  100% {
    background-position: 10% 4%, 7% 3%, 88% 12%, center;
  }
}

@keyframes loaderLogoPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.86;
  }

  50% {
    transform: scale(1.045);
    opacity: 1;
  }
}

@keyframes paperLight {
  0% {
    background-position: -140% 0, 0 0;
  }

  100% {
    background-position: 140% 0, 86px 0;
  }
}

@keyframes heroBreath {
  0% {
    transform: scale(1);
    filter: saturate(0.92) contrast(1);
  }

  100% {
    transform: scale(1.045);
    filter: saturate(1.05) contrast(1.04);
  }
}

@keyframes heroImageFade {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }

  13% {
    opacity: 1;
  }

  42% {
    opacity: 1;
  }

  58% {
    opacity: 0;
    transform: scale(1.12);
  }

  100% {
    opacity: 0;
    transform: scale(1.12);
  }
}

@keyframes heroTitleColor {
  0% {
    background-position: 0% 50%;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.18));
  }

  100% {
    background-position: 100% 50%;
    filter: drop-shadow(0 18px 44px rgba(232, 201, 128, 0.18));
  }
}

@keyframes orbitGlow {

  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 0.72;
  }

  50% {
    transform: translate3d(-34px, 26px, 0) rotate(16deg);
    opacity: 1;
  }
}

@keyframes heroBookFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -12px;
  }
}

@keyframes heroBookNotePulse {

  0%,
  100% {
    transform: translateY(0);
    background-color: rgba(23, 23, 23, 0.48);
  }

  50% {
    transform: translateY(-8px);
    background-color: rgba(67, 24, 39, 0.56);
  }
}

@keyframes softDrift {

  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(22px, -28px, 0) scale(1.12);
  }
}

@keyframes bandShimmer {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes sectionGlow {
  0% {
    background-position: 0% 0%, 100% 100%, center;
  }

  100% {
    background-position: 12% 18%, 76% 80%, center;
  }
}

@keyframes warmWash {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes contactImageDrift {
  0% {
    transform: translate3d(-8px, -5px, 0) scale(1.03);
  }

  100% {
    transform: translate3d(8px, 5px, 0) scale(1.07);
  }
}

@keyframes booksAmbient {
  0% {
    background-position: 0% 0%, 100% 0%, -120% 50%;
  }

  100% {
    background-position: 12% 18%, 82% 22%, 120% 50%;
  }
}

@keyframes booksGridDrift {
  0% {
    background-position: 0 0, 0 0;
  }

  100% {
    background-position: 92px 46px, 46px 92px;
  }
}

@keyframes titleRise {
  0% {
    opacity: 0;
    transform: translateY(105%) skewY(3deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) skewY(0);
  }
}

@keyframes titleColorFlow {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes shopLightSweep {
  0% {
    background-position: -160% 0, 0 0;
  }

  100% {
    background-position: 160% 0, 74px 0;
  }
}

@keyframes shopHalo {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
    opacity: 0.72;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.08) rotate(12deg);
    opacity: 1;
  }
}

@keyframes shopStreak {
  0% {
    opacity: 0;
    transform: translateX(0) rotate(-12deg) scaleX(0.55);
  }

  20%,
  72% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
    transform: translateX(130vw) rotate(-12deg) scaleX(1.2);
  }
}

@keyframes shopPanelAura {
  0% {
    transform: translateY(0) scale(0.98);
    opacity: 0.55;
  }

  100% {
    transform: translateY(-12px) scale(1.02);
    opacity: 0.9;
  }
}

@keyframes packageBreathe {

  0%,
  100% {
    transform: translateZ(0);
  }

  50% {
    transform: translateZ(18px);
  }
}

@keyframes packageScan {

  0%,
  42% {
    transform: translateX(-120%);
  }

  72%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes numberRing {

  0%,
  100% {
    transform: scale(0.92);
    opacity: 0.35;
  }

  50% {
    transform: scale(1.12);
    opacity: 0.8;
  }
}

@keyframes authorOrb {

  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(46px, 18px, 0) scale(1.08);
  }
}

@keyframes authorWordDrift {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-4vw);
  }
}

@keyframes authorLineFloat {

  0%,
  100% {
    transform: translateY(0) scaleY(0.72);
    opacity: 0.35;
  }

  50% {
    transform: translateY(-34px) scaleY(1);
    opacity: 0.78;
  }
}

@keyframes portraitLight {

  0%,
  52% {
    transform: translateX(-140%);
  }

  86%,
  100% {
    transform: translateX(140%);
  }
}

@keyframes authorImageDrift {
  0% {
    transform: scale(1.03) translateX(0);
  }

  100% {
    transform: scale(1.08) translateX(-14px);
  }
}

@keyframes quoteColorDrop {
  0% {
    background-position: 50% 0%;
  }

  100% {
    background-position: 50% 100%;
  }
}

@keyframes paperFloat {

  0%,
  100% {
    transform: translateY(0) rotate(-8deg);
    opacity: 0.24;
  }

  50% {
    transform: translateY(-24px) rotate(6deg);
    opacity: 0.42;
  }
}

@keyframes paperLift {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-6px) rotate(0.25deg);
  }
}

@keyframes paperBorderPulse {

  0%,
  100% {
    opacity: 0.35;
    transform: scale(1);
  }

  50% {
    opacity: 0.72;
    transform: scale(0.985);
  }
}

@keyframes eventCurtain {
  0% {
    background-position: 0 0, 0% 50%;
  }

  100% {
    background-position: 8.33% 0, 100% 50%;
  }
}

@keyframes blogImageDrift {
  0% {
    transform: translate3d(-16px, -10px, 0) scale(1.06);
  }

  100% {
    transform: translate3d(16px, 10px, 0) scale(1.14);
  }
}

@keyframes eventRise {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@keyframes voiceWordFloat {
  0% {
    transform: translateX(-4%) rotate(-2deg);
  }

  100% {
    transform: translateX(4%) rotate(2deg);
  }
}

@keyframes reviewPanelSheen {
  0%,
  58% {
    transform: translateX(-135%);
  }

  86%,
  100% {
    transform: translateX(135%);
  }
}

@keyframes ratingFill {
  from {
    transform: scaleX(0);
    transform-origin: left;
  }

  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}

@keyframes contactGlowMove {
  0% {
    transform: translate3d(-8px, -6px, 0) scale(1);
  }

  100% {
    transform: translate3d(8px, 6px, 0) scale(1.04);
  }
}

@keyframes contactRing {

  0%,
  100% {
    transform: scale(0.92) rotate(0deg);
    opacity: 0.38;
  }

  50% {
    transform: scale(1.08) rotate(18deg);
    opacity: 0.72;
  }
}

@keyframes formEdgeGlow {
  0% {
    filter: blur(0);
    opacity: 0.28;
  }

  100% {
    filter: blur(8px);
    opacity: 0.68;
  }
}

@keyframes coverGlow {
  0% {
    transform: translate3d(-8%, -5%, 0) rotate(0deg) scale(1);
  }

  100% {
    transform: translate3d(8%, 6%, 0) rotate(8deg) scale(1.08);
  }
}

@keyframes buyRowFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@keyframes priceShine {

  0%,
  58% {
    transform: translateX(-130%);
  }

  82%,
  100% {
    transform: translateX(130%);
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1040px) {

  .nav-links,
  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-panel {
    display: grid;
  }

  .hero-grid,
  .feature-grid,
  .about-grid,
  .reading-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-books {
    min-height: 470px;
  }

  .books-grid,
  .event-list,
  .review-grid,
  .amazon-review-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .intro-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  section {
    padding: 82px 0;
  }

  .site-header {
    top: 10px;
    padding: 0 12px;
  }

  .nav-shell {
    height: 66px;
    padding: 0 10px 0 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 76px;
    height: auto;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 42px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 13vw, 4.25rem);
  }

  .hero-proof,
  .books-grid,
  .event-list,
  .review-grid,
  .amazon-review-wrap,
  .intro-grid {
    grid-template-columns: 1fr;
  }

  #buecher {
    background-position: center;
    background-size: cover;
  }

  .article-drawer {
    place-items: end stretch;
    padding: 0;
  }

  .event-list {
    width: min(100% - 28px, var(--container));
  }

  .article-panel {
    width: 100%;
    max-height: 88vh;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 8px 8px 0 0;
    transform: translateY(34px);
  }

  .article-drawer.is-open .article-panel {
    transform: translateY(0);
  }

  .hero-books {
    min-height: 430px;
  }

  .hero-book-display {
    left: 0;
    right: 0;
    width: 100%;
    height: 330px;
  }

  .hero-book-display img {
    width: 126px;
    max-height: 222px;
    bottom: 44px;
  }

  .hero-book-display img:nth-child(1) {
    left: 0;
  }

  .hero-book-display img:nth-child(2) {
    left: 25%;
  }

  .hero-book-display img:nth-child(3) {
    right: 25%;
  }

  .hero-book-display img:nth-child(4) {
    right: 0;
  }

  .hero-book-note {
    right: 8px;
    bottom: 8px;
    left: 8px;
    max-width: none;
  }

  .book-card {
    grid-template-rows: 340px 1fr;
  }

  .book-cover-real {
    min-height: 340px;
  }

  .book-cover-real img {
    max-height: 285px;
  }

  .sample-download {
    align-items: stretch;
    flex-direction: column;
    padding: 22px 18px;
  }

  .sample-download a {
    width: 100%;
  }

  .package-row {
    grid-template-columns: 42px 1fr;
  }

  .package-row strong {
    grid-column: 2;
  }

  .author-portrait img {
    height: 420px;
  }

  .reading-paper p {
    font-size: 1.16rem;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-right {
    align-items: flex-start;
    flex-direction: column;
  }

  .cookie-banner {
    right: 14px;
    bottom: 14px;
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    padding: 18px;
  }

  .cookie-actions {
    justify-content: space-between;
  }
}
