.navbar-brand img,
.brand-logo img,
.container-header .navbar-brand img {
  max-height: 60px;
  width: auto;
}

html,
body {
  overflow-x: hidden;
}

.container-header {
  background: #fcf7f3;
  background-image: none;
}

.container-header .navbar {
  background: transparent;
}

.container-header .navbar-brand {
  padding-top: 8px;
  padding-bottom: 8px;
}

.page-header {
  display: none;
}

main,
.container-component,
.item-page,
.com-content-article {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.item-page > *:first-child {
  margin-top: 0 !important;
}

/* Hero */
.hero-section {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0 !important;
  margin-bottom: 3rem;
  overflow: hidden;
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 6;
  object-fit: cover;
  object-position: center center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4% 6%;
  pointer-events: none;
  box-sizing: border-box;
}

.hero-content {
  max-width: 520px;
  width: 100%;
  background: rgba(252, 247, 243, 0.20);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  padding: 1.5rem 1.75rem;
  border-radius: 24px;
  pointer-events: auto;
  box-sizing: border-box;
}

.hero-subline {
  color: #a6636f;
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.hero-content h1 {
  font-size: 3.8rem;
  line-height: 1.02;
  color: #8f4d58;
  margin: 0 0 1rem 0;
  word-break: normal;
  overflow-wrap: break-word;
}

.hero-content p {
  font-size: 1.2rem;
  line-height: 1.65;
  color: #4c3b36;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
}

.amazon-button {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 14px 28px;
  background: #b96b74;
  color: #fff !important;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.amazon-button:hover {
  background: #9f5862;
  color: #fff !important;
}

/* Intro unter Hero */
.intro-section {
  max-width: 1000px;
  margin: 0 auto 4rem auto;
  padding: 0 1.5rem;
  text-align: center;
}

.intro-headline {
  font-size: 2.2rem;
  line-height: 1.3;
  color: #8f4d58;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.intro-text {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #6d5650;
  max-width: 900px;
  margin: 0 auto;
}

/* Buchbereich */
.book-section {
  max-width: 1200px;
  margin: 0 auto 5rem auto;
  padding: 0 1.5rem;
}

.book-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 3rem;
  align-items: start;
}

.book-text h2 {
  font-size: 2.2rem;
  line-height: 1.25;
  color: #8f4d58;
  margin-bottom: 1.5rem;
}

.book-text p {
  font-size: 1.12rem;
  line-height: 1.9;
  color: #4c3b36;
  margin-bottom: 1.2rem;
}

.book-info {
  background: #fbf1ec;
  border-radius: 24px;
  padding: 2rem;
}

.book-info h3 {
  font-size: 1.35rem;
  color: #8f4d58;
  margin-bottom: 1rem;
}

.format-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.format-list li {
  padding: 0.55rem 0;
  color: #4c3b36;
  border-bottom: 1px solid rgba(143, 77, 88, 0.08);
}

.reader-box {
  margin-top: 2rem;
}

.reader-box h4 {
  font-size: 1.2rem;
  color: #8f4d58;
  margin-bottom: 1rem;
}

.reader-box ul {
  margin: 0;
  padding-left: 1.2rem;
}

.reader-box li {
  margin-bottom: 0.75rem;
  color: #4c3b36;
  line-height: 1.7;
}

/* Artikelbereich */
.articles-section {
  max-width: 1200px;
  margin: 0 auto 5rem auto;
  padding: 0 1.5rem;
}

.articles-header {
  margin-bottom: 2rem;
}

.articles-subline {
  color: #a6636f;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
}

.articles-header h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #8f4d58;
  margin: 0;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.article-card {
  background: #fff;
  border-radius: 24px;
  padding: 1.25rem 1.25rem 1.5rem 1.25rem;
  box-shadow: 0 10px 30px rgba(106, 76, 67, 0.06);
}

.article-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  margin-bottom: 1rem;
  background-size: cover;
  background-position: center;
}

.article-image-rhodos {
  background: linear-gradient(135deg, #f7d7d2, #fcefe7, #dbeaf3);
}

.article-image-idee {
  background: linear-gradient(135deg, #f8e3dd, #fff5ef, #efe2dc);
}

.article-image-urlaub {
  background: linear-gradient(135deg, #f7d7d2, #f8eee8, #e5eef2);
}

.article-card h3 {
  font-size: 1.3rem;
  line-height: 1.35;
  color: #8f4d58;
  margin-bottom: 0.75rem;
}

.article-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: #4c3b36;
  margin-bottom: 1rem;
}

.article-card a {
  color: #b96b74;
  text-decoration: none;
  font-weight: 600;
}

.article-card a:hover {
  color: #9f5862;
}

/* Autorin */
.author-section {
  max-width: 1200px;
  margin: 0 auto 5rem auto;
  padding: 0 1.5rem;
}

.author-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 3rem;
  align-items: center;
}

.author-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-image-circle {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-image: url("/images/startseite/Autorin.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 8px solid #f7ece7;
  box-shadow: 0 10px 30px rgba(106, 76, 67, 0.10);
}

.author-text {
  display: block;
}

.author-subline {
  display: block;
  color: #8f4d58;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
}

.author-text h2 {
  font-size: 2.3rem;
  line-height: 1.2;
  color: #8f4d58;
  margin-bottom: 1.25rem;
}

.author-text p {
  font-size: 1.12rem;
  line-height: 1.9;
  color: #4c3b36;
  margin-bottom: 1.1rem;
}

.author-link {
  display: inline-block;
  margin-top: 0.4rem;
  color: #b96b74;
  text-decoration: none;
  font-weight: 600;
}

.author-link:hover {
  color: #9f5862;
}

/* Abschluss-CTA */
.cta-section {
  max-width: 1200px;
  margin: 0 auto 5rem auto;
  padding: 0 1.5rem;
}

.cta-inner {
  background: linear-gradient(135deg, #8f4d58, #b96b74);
  color: #fff;
  border-radius: 32px;
  padding: 3.5rem 2rem;
  text-align: center;
  box-shadow: 0 14px 40px rgba(143, 77, 88, 0.18);
}

.cta-subline {
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0.75rem;
}

.cta-inner h2 {
  font-size: 2.7rem;
  line-height: 1.15;
  margin-bottom: 1rem;
  color: #fff;
}

.cta-inner p {
  max-width: 760px;
  margin: 0 auto 1.5rem auto;
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
}

.cta-inner .amazon-button {
  background: #fff;
  color: #8f4d58 !important;
}

.cta-inner .amazon-button:hover {
  background: #f8ece8;
  color: #8f4d58 !important;
}

/* Tablet */
@media (max-width: 991px) {
  .hero-image {
    aspect-ratio: 16 / 8;
  }

  .hero-content {
    max-width: 460px;
    padding: 1.25rem 1.4rem;
  }

  .hero-content h1 {
    font-size: 2.8rem;
  }

  .hero-content p {
    font-size: 1.05rem;
  }

  .intro-headline {
    font-size: 1.9rem;
  }

  .intro-text {
    font-size: 1.15rem;
  }

  .book-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .book-text h2 {
    font-size: 1.9rem;
  }

  .articles-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .articles-header h2 {
    font-size: 2rem;
  }

  .author-grid {
    grid-template-columns: 260px 1fr;
    gap: 2rem;
  }

  .author-image-circle {
    width: 220px;
    height: 220px;
  }

  .author-subline {
    font-size: 1.7rem;
  }

  .author-text h2 {
    font-size: 2rem;
  }

  .cta-inner h2 {
    font-size: 2.2rem;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .hero-section {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    transform: none;
  }

  .hero-image {
    aspect-ratio: 4 / 3;
  }

  .hero-overlay {
    position: static;
    padding: 1.25rem 1.25rem 0 1.25rem;
    width: 100%;
    box-sizing: border-box;
  }

  .hero-content {
    max-width: 100%;
    width: 100%;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
  }

  .hero-content h1 {
    font-size: 2.2rem;
    line-height: 1.08;
  }

  .hero-content p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-subline {
    font-size: 0.98rem;
  }

  .amazon-button {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .intro-section {
    margin-bottom: 3rem;
    padding: 0 1rem;
  }

  .intro-headline {
    font-size: 1.6rem;
  }

  .intro-text {
    font-size: 1rem;
  }

  .book-section {
    margin-bottom