html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;

  color: #f0d3a4;
  font-family: "Roboto", sans-serif;
  font-weight: 300;

  background-image: url("assets/bg.webp");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;

  background-attachment: fixed;
}

.page {
  width: 100%;
  max-width: 1400px;

  margin-left: auto;
  margin-right: auto;

  padding: 0 5vw;

  position: relative;

  z-index: 1;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

.hero {

  text-align: center;

  padding: 20px 20px 20px;

}

@media (min-width: 901px)
{
    .hero {
  position: relative;

  text-align: center;

  padding: 20px 20px 20px;

  overflow: visible;
}
    
    .hero::before
    {
        content: "";

        position: absolute;

        left: 50%;
        top: -240px;

        transform: translateX(-50%);

        width: 2400px;
        height: 760px;

        pointer-events: none;

        background:
            radial-gradient(
                ellipse at center,

                rgba(240,190,110,0.18) 0%,

                rgba(210,145,60,0.12) 18%,

                rgba(150,90,25,0.065) 38%,

                rgba(90,50,12,0.03) 58%,

                rgba(0,0,0,0) 78%
            );

        filter:
            blur(110px);

        opacity: 0.92;

        z-index: -1;
    }
    
    .hero > *
{
    position: relative;

    z-index: 1;
}
}

.logo {
  width: 50vw;

  max-width: 500px;

  margin-top: 20px;
  margin-bottom: 20px;
}

a img.logo {
  border: none;
}

.top-menu {
  display: flex;

  justify-content: center;

  gap: 38px;

  margin-top: 18px;
  margin-bottom: 0;

  font-size: 11px;

  letter-spacing: 4px;

  text-transform: uppercase;

  font-family: "Playfair Display";

  font-weight: 500;
}

.top-menu a {
  color: rgba(240, 211, 164, 0.58);

  text-decoration: none;

  transition:
    color 0.25s ease,
    text-shadow 0.25s ease,
    opacity 0.25s ease;
}

.top-menu a:hover {
  color: #f0d3a4;

  opacity: 1;

  text-shadow:
    0 0 8px rgba(255, 220, 170, 0.65),
    0 0 18px rgba(255, 210, 140, 0.45),
    0 0 36px rgba(240, 190, 120, 0.3),
    0 0 70px rgba(170, 110, 45, 0.25);
}

/* MOBILE MENU */

@media (max-width: 768px) {
  .top-menu {
    gap: 18px;

    margin-top: 28px;

    font-size: 9px;

    letter-spacing: 2px;

    flex-wrap: wrap;

    padding: 0 16px;
  }
}

/* ACTIVE MENU ITEM */

.page-about .nav-about,
.page-faq .nav-faq,
.page-instruments .nav-instruments {
  color: #f0d3a4;

  opacity: 1;

  text-shadow:
    0 0 8px rgba(255, 220, 170, 0.65),
    0 0 18px rgba(255, 210, 140, 0.45),
    0 0 36px rgba(240, 190, 120, 0.3),
    0 0 70px rgba(170, 110, 45, 0.25);
}

.subtitle {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-bottom: 4px;
  position: relative;
  text-align: center;

  /* Variablen */
  --line-offset: 24px; /* Abstand der Linien vom Text */
  --divider-height: 30px; /* Höhe des Divider-Bildes */
}

/* Linien mit Lücke */
.subtitle::before,
.subtitle::after {
  content: "";

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  width: 95%;

  height: 1px;

  background: linear-gradient(
    to right,

    transparent 0%,

    rgba(188, 138, 56, 0.1) 10%,
    rgba(188, 138, 56, 0.35) 25%,
    rgba(188, 138, 56, 1) 40%,

    transparent 44%,
    transparent 56%,

    rgba(188, 138, 56, 1) 60%,
    rgba(188, 138, 56, 0.35) 75%,
    rgba(188, 138, 56, 0.1) 90%,

    transparent 100%
  );
}

/* obere Linie */
.subtitle::before {
  top: calc(-1 * var(--line-offset));
}

/* untere Linie */
.subtitle::after {
  bottom: calc(-1 * var(--line-offset));
}

/* Divider allgemein */
.subtitle .divider {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 270px;
  height: var(--divider-height);
  background: url("assets/divider.webp") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

/* oberer Divider */
.subtitle .divider-top {
  top: calc(-1 * var(--line-offset) - var(--divider-height) / 2);
  transform: translateX(-50%);
}

/* unterer Divider */
.subtitle .divider-bottom {
  bottom: calc(-1 * var(--line-offset) - var(--divider-height) / 2);
  transform: translateX(-50%) scaleY(-1);
}

.intro {
  max-width: 750px;
  margin: 0 auto 80px;
  text-align: center;
}

.standard {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 200;
}

.quote {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 18px;
}

.intro p {
  line-height: 1.7;
  margin-bottom: 24px;
  opacity: 0.9;
}

.seo-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* =========================
   BACK LINK
========================= */
.back-link {
  display: inline-block;
  margin-bottom: 24px;

  font-family: "Cinzel", serif;
  font-size: 14px;
  letter-spacing: 1.5px;

  color: #b78d49;
  text-decoration: none;

  opacity: 0.8;
  transition: all 0.25s ease;
}

/* Hover */
.back-link:hover {
  color: #f0d3a4;

  text-shadow:
    0 0 6px rgba(255, 220, 150, 0.4),
    0 0 14px rgba(255, 200, 120, 0.2);

  opacity: 1;
}

/* Optional: leicht nach links „schwebend“ */
.back-link {
  transform: translateX(-2px);
}

.back-link:hover {
  transform: translateX(-6px);
}

/* PRODUCT */

.product {
  margin-bottom: 120px;
}

#piano,
#musicbox,
#celesta {
  scroll-margin-top: 120px;
}

.product-title {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.5;

  color: #f0d3a4;
  letter-spacing: 0.05em;

  text-shadow:
    0 0 4px rgba(255, 230, 170, 0.3),
    0 0 12px rgba(230, 190, 110, 0.2),
    0 0 25px rgba(180, 130, 60, 0.15),
    0 3px 6px rgba(0, 0, 0, 0.35);
}

@media (max-width: 900px)
{
    .product-title
    {
        text-shadow:
            0 0 2px rgba(255,230,170,0.12),

            0 0 6px rgba(230,190,110,0.08),

            0 2px 4px rgba(0,0,0,0.28);
    }
}

.product-title .format {
  display: block;
  margin-top: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 0.55em;
  opacity: 0.7;
  letter-spacing: 0.08em;
  color: #f0d3a4;
  text-shadow: none;
}

.product-row {
  display: flex;
  align-items: center;
  gap: 60px;
}

.product-image {
  flex: 1.2;
  margin-top: 0px;
  margin-left: 0px;
}

.product-image img {
  width: 100%;
  display: block;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.9),
    0 2px 10px rgba(0, 0, 0, 0.4);
}

.product-text {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  flex: 1;
  max-width: 700px;
  text-align: justify;
  line-height: 1.3;
}

.product-text h3 {
  font-family: "Cinzel";
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.product p {
  margin: 0;
  margin-bottom: 24px;
}

.product p + p {
  margin-top: 10px;
}

.sysReq {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: 1.3;
  margin-top: 50px;
}

.sysReq h3 {
  font-family: "Cinzel";
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.sysReq ul {
  list-style-position: inside;
  padding-left: 0;
  text-align: center;
  margin-bottom: 55px;
}

.sysReq li {
  margin-bottom: 6px;
}

.upcoming {
  text-align: center;
  margin-bottom: 60px;
}

.upcoming .product-image {
  display: flex;
  justify-content: center;
}

.upcoming .product-image img {
  width: 50vw; /* feste, elegante Größe */
  max-width: 700px; /* responsive fallback */
}

.upcoming-image {
  display: block;
  margin: 20px auto 0; /* zentriert + Abstand nach oben */
  max-width: 600px; /* kannst du anpassen */
  width: 100%;
  height: auto;

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.5),
    0 2px 10px rgba(0, 0, 0, 0.3);

  border-radius: 12px; /* optional, sieht oft besser aus */
}

/* "Upcoming" Label */
.upcoming-label {
  font-family: "Cinzel", serif;
  font-size: 20px; /* deutlich größer */
  letter-spacing: 4px;
  text-transform: uppercase;

  color: #e6b07a;

  margin-bottom: 40px;

  text-shadow:
    0 0 6px rgba(230, 176, 122, 0.8),
    0 0 14px rgba(210, 150, 90, 0.6),
    0 0 30px rgba(180, 120, 60, 0.35);
}

@keyframes glowPulse2 {
  0%,
  100% {
    text-shadow:
      0 0 6px rgba(230, 176, 122, 0.3),
      0 0 14px rgba(210, 150, 90, 0.2),
      0 0 30px rgba(180, 120, 60, 0.15);
  }
  50% {
    text-shadow:
      0 0 10px rgba(240, 190, 140, 1),
      0 0 22px rgba(220, 160, 100, 0.8),
      0 0 45px rgba(190, 130, 70, 0.5);
  }
}

/* Text darunter */
.upcoming-note {
  margin-top: 30px;

  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 16px;

  opacity: 0.8;
}

.upcoming-title {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  margin-bottom: 70px;
  line-height: 1.5;

  color: #f0d3a4;
  letter-spacing: 0.05em;

  text-shadow:
    0 0 4px rgba(255, 230, 170, 0.3),
    0 0 12px rgba(230, 190, 110, 0.2),
    0 0 25px rgba(180, 130, 60, 0.15),
    0 3px 6px rgba(0, 0, 0, 0.35);
}

.upcoming-title .format {
  display: block;
  margin-top: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 0.55em;
  opacity: 0.7;
  letter-spacing: 0.08em;
  color: #f0d3a4;
  text-shadow: none;
}

/* =========================
   FULL WIDTH SECTION
========================= */

.instruments-section {
  position: relative;

  width: 100vw;

  left: 50%;

  transform: translateX(-50%);

  margin: 50px 0 110px;

  overflow: hidden;
}

/* =========================
   INSTRUMENT GRID WRAP
========================= */

.instruments-grid-wrap {
  position: relative;

  max-width: 1700px;

  margin: -10px auto;

  padding: 0px clamp(20px, 3vw, 40px) 70px;

  overflow: visible;
}

.instruments-grid-wrap::before {
  content: "";

  position: absolute;

  top: -120px;
  bottom: -120px;

  left: -40px;
  right: -40px;

  z-index: 0;

  pointer-events: none;

  background:
    linear-gradient(
      to bottom,

      rgba(0, 0, 0, 0.24) 0%,

      rgba(0, 0, 0, 0.14) 100%
    ),
    radial-gradient(
      ellipse 120% 140% at center,

      rgba(255, 225, 180, 0.14) 0%,

      rgba(220, 150, 70, 0.1) 30%,

      rgba(120, 72, 30, 0.04) 58%,

      rgba(0, 0, 0, 0) 100%
    ),
    url("assets/wood.webp");

  background-size: cover, cover, cover;

  background-position: center, center, center;

  background-repeat: no-repeat, no-repeat, no-repeat;

  background-blend-mode: normal, screen, normal;

  opacity: 1;

  box-shadow: 0 0 180px rgba(210, 145, 70, 0.1);

  -webkit-mask-image:
    linear-gradient(
      to right,

      transparent 0%,

      rgba(0, 0, 0, 0.04) 6%,

      rgba(0, 0, 0, 0.18) 12%,

      rgba(0, 0, 0, 0.42) 20%,

      rgba(0, 0, 0, 0.72) 30%,

      rgba(0, 0, 0, 0.92) 42%,

      rgba(0, 0, 0, 0.92) 58%,

      rgba(0, 0, 0, 0.72) 70%,

      rgba(0, 0, 0, 0.42) 80%,

      rgba(0, 0, 0, 0.18) 88%,

      rgba(0, 0, 0, 0.04) 94%,

      transparent 100%
    ),
    linear-gradient(
      to bottom,

      transparent 0%,

      rgba(0, 0, 0, 0.03) 8%,

      rgba(0, 0, 0, 0.12) 16%,

      rgba(0, 0, 0, 0.34) 26%,

      rgba(0, 0, 0, 0.68) 38%,

      rgba(0, 0, 0, 0.9) 48%,

      rgba(0, 0, 0, 0.9) 52%,

      rgba(0, 0, 0, 0.68) 62%,

      rgba(0, 0, 0, 0.34) 74%,

      rgba(0, 0, 0, 0.12) 84%,

      rgba(0, 0, 0, 0.03) 92%,

      transparent 100%
    );

  -webkit-mask-composite: source-in;

  mask-image:
    linear-gradient(
      to right,

      transparent 0%,

      rgba(0, 0, 0, 0.04) 6%,

      rgba(0, 0, 0, 0.18) 12%,

      rgba(0, 0, 0, 0.42) 20%,

      rgba(0, 0, 0, 0.72) 30%,

      rgba(0, 0, 0, 0.92) 42%,

      rgba(0, 0, 0, 0.92) 58%,

      rgba(0, 0, 0, 0.72) 70%,

      rgba(0, 0, 0, 0.42) 80%,

      rgba(0, 0, 0, 0.18) 88%,

      rgba(0, 0, 0, 0.04) 94%,

      transparent 100%
    ),
    linear-gradient(
      to bottom,

      transparent 0%,

      rgba(0, 0, 0, 0.03) 8%,

      rgba(0, 0, 0, 0.12) 16%,

      rgba(0, 0, 0, 0.34) 26%,

      rgba(0, 0, 0, 0.68) 38%,

      rgba(0, 0, 0, 0.9) 48%,

      rgba(0, 0, 0, 0.9) 52%,

      rgba(0, 0, 0, 0.68) 62%,

      rgba(0, 0, 0, 0.34) 74%,

      rgba(0, 0, 0, 0.12) 84%,

      rgba(0, 0, 0, 0.03) 92%,

      transparent 100%
    );

  mask-composite: intersect;
}

.instruments-grid-wrap > * {
  position: relative;

  z-index: 1;
}

@media (max-width: 900px) {
  .instruments-grid-wrap {
    margin-top: -20px;
  }

  .instruments-grid-wrap::before {
    opacity: 0.52;

    background:
      linear-gradient(
        to bottom,

        rgba(0, 0, 0, 0.42) 0%,

        rgba(0, 0, 0, 0.32) 100%
      ),
      radial-gradient(
        ellipse 120% 140% at center,

        rgba(255, 225, 180, 0.08) 0%,

        rgba(220, 150, 70, 0.04) 30%,

        rgba(120, 72, 30, 0.02) 58%,

        rgba(0, 0, 0, 0) 100%
      ),
      url("assets/wood.webp");

    top: -240px;
    bottom: -240px;

    left: -120px;
    right: -120px;

    background-size:
      cover,
      cover,
      700px auto;

    background-repeat: no-repeat, no-repeat, repeat-y;

    transform: rotate(90deg) scale(1.8);

    transform-origin: center;

    -webkit-mask-image: linear-gradient(
      to right,

      transparent 0%,

      rgba(0, 0, 0, 0.18) 10%,

      rgba(0, 0, 0, 0.95) 26%,

      rgba(0, 0, 0, 1) 50%,

      rgba(0, 0, 0, 0.95) 74%,

      rgba(0, 0, 0, 0.18) 90%,

      transparent 100%
    );

    mask-image: linear-gradient(
      to right,

      transparent 0%,

      rgba(0, 0, 0, 0.18) 10%,

      rgba(0, 0, 0, 0.95) 26%,

      rgba(0, 0, 0, 1) 50%,

      rgba(0, 0, 0, 0.95) 74%,

      rgba(0, 0, 0, 0.18) 90%,

      transparent 100%
    );
  }
}

@media (max-width: 900px)
{
    html,
    body
    {
        overflow-x: hidden;
    }

    .instruments-section
    {
        overflow: hidden;
    }
}

/* =========================
   GRID
========================= */

.instruments-grid {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: clamp(40px, 4vw, 70px);

  max-width: 1700px;

  margin: 40px auto;

  padding: 0 10px;

  align-items: start;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
  .instruments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .instruments-grid {
    grid-template-columns: 1fr;

    gap: 34px;
  }

  .instruments-grid-wrap {
    padding: 24px 18px 56px;
  }
}

/* =========================
   CARD
========================= */

.instrument-card {
  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: center;

  text-decoration: none;

  color: inherit;

  height: 100%;
}

/* =========================
   CARD HOVER
========================= */

@media (hover: hover) and (pointer: fine) {
  .instrument-card {
    transition: transform 0.3s ease;
  }

  .instrument-card:hover {
    transform: translateY(-6px);
  }
}

/* =========================
   IMAGE AREA
========================= */

.image-area {
  position: relative;

  height: 380px;

  display: flex;

  align-items: center;

  justify-content: center;

  z-index: 1;
}

@media (max-width: 900px) {
  .image-area {
    height: 260px;
  }
}

@media (max-width: 500px) {
  .image-area {
    height: 220px;
  }
}

/* =========================
   IMAGE
========================= */

.image-area img {
  max-width: 108%;

  max-height: 108%;

  object-fit: contain;

  display: block;

  transition:
    filter 0.35s ease,
    box-shadow 0.35s ease;

  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.75),
    0 60px 120px rgba(0, 0, 0, 0.35);
}

/* =========================
   IMAGE GLOW
========================= */

@media (hover: hover) and (pointer: fine) {
  .instrument-card:hover img {
    filter: drop-shadow(0 0 8px rgba(255, 220, 150, 0.2))
      drop-shadow(0 0 20px rgba(200, 120, 40, 0.14))
      drop-shadow(0 0 36px rgba(120, 60, 10, 0.1));

    box-shadow:
      0 16px 34px rgba(0, 0, 0, 0.72),
      0 34px 70px rgba(0, 0, 0, 0.24),
      0 0 18px rgba(255, 185, 80, 0.22),
      0 0 42px rgba(220, 125, 35, 0.14);
  }
}

@media (max-width: 900px) {
  .image-area img {
    box-shadow:
      0 12px 24px rgba(0, 0, 0, 0.65),
      0 30px 60px rgba(0, 0, 0, 0.25);
  }
}

/* =========================
   TEXT
========================= */

.instrument-info {
  text-align: center;

  z-index: 5;

  margin-top: 18px;
}

.instrument-title {
  font-family: "Cinzel", serif;

  font-size: 18px;

  letter-spacing: 1.5px;

  color: #f0d3a4;
}

.instrument-price {
  font-family: "Playfair Display", serif;

  font-size: 18px;

  font-style: italic;

  letter-spacing: 0.04em;

  color: rgba(240, 211, 164, 0.88);

  margin-top: 10px;

  text-shadow:
    0 0 10px rgba(255, 225, 180, 0.38),
    0 0 26px rgba(210, 145, 70, 0.18),
    0 0 70px rgba(120, 70, 30, 0.10);

  transition:
    color 0.3s ease,
    text-shadow 0.3s ease,
    transform 0.3s ease;
}

/* =========================
   PRICE HOVER
========================= */

.instrument-card:hover .instrument-price {
  color: #f0d3a4;

  text-shadow:
    0 0 12px rgba(255, 230, 190, 0.28),
    0 0 34px rgba(220, 160, 90, 0.22),
    0 0 90px rgba(140, 80, 30, 0.16);

  transform: translateY(-1px);
}

/* =========================
   MOBILE TYPO
========================= */

@media (max-width: 900px) {
  .instrument-title {
    font-size: 14px;

    margin-bottom: 6px;
  }

  .instrument-price {
    font-size: 13px;
  }
}

/* =========================
   COMING SOON
========================= */

.coming-soon-card {
  position: relative;
}

.coming-soon-overlay {
  position: absolute;

  inset: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  pointer-events: none;
}

.coming-soon-blur {
  position: absolute;

  width: 240px;

  height: 90px;

  border-radius: 999px;

  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.68) 0%,
    rgba(0, 0, 0, 0.42) 42%,
    rgba(0, 0, 0, 0) 100%
  );

  filter: blur(18px);
}

.coming-soon-text {
  position: relative;

  z-index: 2;

  font-family: "Cinzel", serif;

  font-size: clamp(18px, 1.4vw, 26px);

  letter-spacing: 4px;

  color: #f3d8a7;

  text-shadow:
    0 0 12px rgba(255, 220, 150, 0.34),
    0 0 36px rgba(180, 110, 35, 0.22);
}

.price-inline {
  color: inherit;
}

.intro-price,
.regular-price,
.price-note {
  color: inherit;
}

.regular-price {
  margin-left: 2px;
  opacity: 0.65;
  text-decoration: line-through;
  font-size: 0.9em;
}

.old-price {
  text-decoration: line-through;
  opacity: 0.65;
}

.price-eur {
  display: none;
}

/* COOKIE / CONSENT BANNER */

.consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;

  display: flex;
  justify-content: center;

  padding: 24px;

  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  transition: opacity 0.4s ease;
}

.consent-inner {
  max-width: 900px;
  width: 100%;

  text-align: center;
}

.consent-text {
  color: rgba(255, 255, 255, 0.88);

  font-size: 14px;
  line-height: 1.6;

  letter-spacing: 0.3px;

  margin-bottom: 18px;

  font-family: Georgia, serif;
}

.consent-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.consent-btn {
  min-width: 130px;

  padding: 11px 26px;

  border-radius: 999px;

  border: 1px solid rgba(255, 255, 255, 0.18);

  background: rgba(255, 255, 255, 0.06);

  color: rgba(255, 255, 255, 0.92);

  font-size: 13px;
  letter-spacing: 0.8px;

  cursor: pointer;

  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.2s ease;
}

.consent-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.38);
}

.consent-accept {
  background: rgba(190, 150, 90, 0.18);
  border-color: rgba(220, 180, 120, 0.28);
}

.consent-accept:hover {
  background: rgba(210, 170, 110, 0.26);
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 640px) {
  .consent-banner {
    padding: 18px;
  }

  .consent-buttons {
    flex-direction: column;
    align-items: center;
  }

  .consent-btn {
    width: 100%;
    max-width: 260px;
  }
}

.buy {
  background: transparent;
  z-index: 1;

  /* Grund-Glow */
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);

  /* Animation */
  animation: glowPulse 4s infinite ease-in-out;
}

@keyframes glowPulse {
  0% {
    box-shadow:
      0 0 8px rgba(255, 255, 255, 0.2),
      0 0 20px rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow:
      0 0 16px rgba(255, 255, 255, 0.5),
      0 0 40px rgba(255, 255, 255, 0.25);
  }
  100% {
    box-shadow:
      0 0 8px rgba(255, 255, 255, 0.2),
      0 0 20px rgba(255, 255, 255, 0.1);
  }
}

/* AUDIO SECTION */

.audio-section {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 70px;
}

.audio-inner {
  width: 480px;
  text-align: center;
}

/* TITLE */

.audio-title {
  display: block;
  width: 100%;

  font-family: "Cinzel", serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: #f0d3a4;

  margin-bottom: 15px;
  opacity: 0.8;
}

/* LIST */

.audio-list {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* BUTTONS */

.audio-list button {
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 48px;
  padding: 0 10px;

  font-family: "Roboto";
  font-size: 14px;
  color: #f0d3a4;

  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);

  box-sizing: border-box;

  transition:
    color 0.25s ease,
    background 0.25s ease;
}

/* ROUNDED EDGES */

.audio-list button:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.audio-list button:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* STATES */

.audio-list button:hover {
  background: rgba(255, 255, 255, 0.03);
  color: #f8e6c9;

  text-shadow:
    0 0 6px rgba(255, 230, 170, 0.7),
    0 0 12px rgba(220, 180, 100, 0.5);

  border-bottom: 1px solid rgba(255, 255, 255, 0.15); /* fix */
  box-shadow: none; /* sicherstellen */
}

.audio-list button.playing {
  color: #f8e6c9;
  background: rgba(255, 255, 255, 0.06);
}

/* ICON */

.audio-list .icon {
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}

.icon svg {
  width: 16px;
  height: 16px;

  position: relative;
  top: -1px; /* leicht nach oben */
}

.trailer-section {
  max-width: 1200px;
  margin: 40px auto 80px auto; /* oben reduziert */
  padding: 0 0px;
}

.trailer-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.trailer-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* BUTTONS */

.buttons {
  margin-top: 70px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

button {
  background: rgba(0,0,0,0.7);
  border: 1px solid #f0d3a4;
  color: #f0d3a4;
  padding: 12px 26px;
  cursor: pointer;
  font-family: "Cinzel", serif;
  font-weight: 600;

  transition: all 0.25s ease;
}

button:hover {

 background: rgba(0,0,0,0.7);
         filter:
        drop-shadow(
            0 0 12px rgba(240,211,164,0.62)
        )
        drop-shadow(
            0 0 28px rgba(240,211,164,0.36)
        )
        drop-shadow(
            0 0 52px rgba(210,150,70,0.10)
        );
}

.button-disabled {
  opacity: 0.75;
  cursor: default;
  pointer-events: none;
  position: relative;
}

/* leicht abdunkeln */
.button-disabled::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: inherit;
  pointer-events: none;
}

/* Etikett unten mittig – golden embossed */
.button-disabled::after {
  content: "AVAILABLE\A APRIL 27TH";
  white-space: pre;

  position: absolute;
  left: 50%;
  bottom: -20px;

  transform: translateX(-50%);

  font-family: "Cinzel", serif;
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: 1.5px;
  text-align: center;

  color: #fff1c9;

  background: linear-gradient(145deg, #d4af37, #b8962e, #8c6b1f);

  padding: 5px 7px;
  border-radius: 6px;

  box-shadow:
    inset 0 1px 0 rgba(255, 245, 200, 0.5),
    inset 0 -2px 3px rgba(0, 0, 0, 0.5),
    0 2px 6px rgba(0, 0, 0, 0.5),
    0 0 10px rgba(212, 175, 55, 0.35);

  text-shadow:
    0 1px 0 rgba(255, 250, 220, 0.6),
    0 -1px 1px rgba(120, 90, 20, 0.7);

  pointer-events: none;
}

/* =========================
   PRICE SECTION
========================= */

.price-section
{
    margin-top: -28px;

    margin-bottom: 38px;

    text-align: center;
}

.price-inline
{
    display: inline-flex;

    align-items: baseline;

    gap: 14px;

    font-family:
        "Playfair Display", serif;

    font-size:
        38px;

    line-height:
        1;

    color:
        #f0d3a4;

    text-shadow:
        0 0 12px rgba(240,211,164,0.08);
}

.intro-price
{
    color:
        #f0d3a4;
}

.regular-price
{
    font-size:
        0.52em;

    opacity:
        0.42;

    text-decoration:
        line-through;

    margin-left:
        8px;

    vertical-align:
        middle;
}

/* =========================
   HERO BUY BUTTON
========================= */

.hero-buy-wrap
{
    display: flex;

    justify-content: center;

    margin-top: -10px;

    margin-bottom: 54px;
}

.hero-buy-button
{
    background: transparent;

    border:
        1px solid #f0d3a4;

    color:
        #f0d3a4;

    padding:
        10px 22px;

    cursor:
        pointer;

    font-family:
        "Cinzel", serif;

    font-weight:
        600;

    font-size:
        12px;

    letter-spacing:
        0.04em;

    text-transform:
        uppercase;

    transition:
        all 0.25s ease;

    box-shadow:
        0 0 10px rgba(230,200,140,0.08),

        0 0 20px rgba(230,200,140,0.04);
}

/* =========================
   FLOATING BUY BUTTON
========================= */

.floating-buy-bar
{
    position: fixed;

    right: 24px;
    bottom: 24px;

    z-index: 9999;

    display: flex;

    align-items: center;

    justify-content: center;

    filter:
        drop-shadow(
            0 0 10px rgba(240,211,164,0.14)
        )
        drop-shadow(
            0 0 22px rgba(240,211,164,0.08)
        );
}

.floating-buy-bar:hover
{
       filter:
        drop-shadow(
            0 0 12px rgba(240,211,164,0.62)
        )
        drop-shadow(
            0 0 28px rgba(240,211,164,0.36)
        )
        drop-shadow(
            0 0 52px rgba(210,150,70,0.10)
        );
}

/* =========================
   MOBILE
========================= */

@media (max-width: 900px)
{
    .price-section
    {
        margin-top: -24px;

        margin-bottom: 22px;
    }

    .price-inline
    {
        font-size:
            24px;
    }

    .hero-buy-wrap
    {
        display: none;
    }

    .floating-buy-bar
    {
        position: static;

        margin-top: -20px;

        margin-bottom: 50px;

        display: flex;

        justify-content: center;

        align-items: center;

        filter:
            none;
    }
}

.notify-section {
  margin-top: 40px;
  text-align: center;
}

.notify-button {
  display: inline-block;
  padding: 12px 24px;
  background: #e6cfa8;
  color: #8a5a0a;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  border: none;
  cursor: pointer;

  transition: all 0.25s ease;
}

.notify-button:hover {
  background: #f0dcb8; /* etwas heller */
  color: #9c6a12; /* satteres Gold */

  box-shadow:
    0 0 8px rgba(200, 155, 60, 0.6),
    0 0 16px rgba(200, 155, 60, 0.4),
    0 0 24px rgba(200, 155, 60, 0.2);

  transform: translateY(-1px); /* leicht „anheben“ */
}

.notify-input {
  padding: 12px;
  margin-right: 10px;
  border: 1px solid #c9a45c;
  background: transparent;
  color: #c9a45c;
  outline: none;
}

.gold-button {
  background: linear-gradient(
    180deg,
    #f5d27a 0%,
    #e0b95c 30%,
    #c08a2e 55%,
    #a8741f 80%,
    #f5d27a 100%
  );
}

.gold-button:hover {
  background: linear-gradient(
    180deg,
    #ffe29a 0%,
    #e8c46a 30%,
    #c9962e 55%,
    #8f651c 80%,
    #ffe29a 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -2px 6px rgba(0, 0, 0, 0.3),
    0 3px 10px rgba(0, 0, 0, 0.5);
}

.newsletter-divider {
  display: none;
  width: min(1020px, 82%);
  height: 1px;

  margin: 0 auto;

  background: linear-gradient(
    to right,

    transparent 0%,

    rgba(240, 211, 164, 0.03) 10%,

    rgba(240, 211, 164, 0.18) 22%,

    rgba(240, 211, 164, 0.55) 50%,

    rgba(240, 211, 164, 0.18) 78%,

    rgba(240, 211, 164, 0.03) 90%,

    transparent 100%
  );

  box-shadow:
    0 0 10px rgba(240, 211, 164, 0.08),
    0 0 30px rgba(240, 211, 164, 0.03);
}


/* ==========================================
   BLOG
========================================== */

.blog-page
{
    max-width: 1400px;

    margin:
        0
        auto;

    padding:
        40px
        60px
        120px;
}

.blog-hero
{
    max-width: 950px;

    margin:
        0
        auto
        120px;
}

.blog-title
{
    margin:
        0
        0
        25px;

    text-align: center;

    font-size: clamp(2.8rem, 5vw, 4.5rem);

    line-height: 1.1;
}

.blog-subtitle
{
    max-width: 700px;

    margin: 0 auto;

    text-align: center;

    opacity: 0.85;

    font-size: 1.15rem;

    line-height: 1.7;
}

/* ==========================================
   ARTICLE
========================================== */

.blog-article
{
    max-width: 860px;
    text-align: justify;
    margin: 0 auto;
}

.blog-article p
{
    margin:
        0
        0
        1.4em;

    font-size: 1.15rem;

    line-height: 1.75;
}

.blog-article h2
{
    margin:
        0
        0
        45px;

    font-size: clamp(2rem, 4vw, 3rem);
    text-align: center;

    line-height: 1.15;
}

.section-label
{
    margin:
        130px
        0
        24px;

    letter-spacing: 0.35em;

    text-transform: uppercase;
    text-align: center;

    opacity: 0.55;

    font-size: 0.85rem;
}

/* erster Abschnitt */

.blog-article .section-label:first-child
{
    margin-top: 0;
}

/* ==========================================
   QUOTE
========================================== */

.blog-article blockquote
{
    margin:
        70px
        auto
        90px;

    max-width: 720px;

    padding:
        0
        40px;

    text-align: center;

    font-size: 1.7rem;

    line-height: 1.5;

    font-style: italic;

    opacity: 0.95;
}

/* ==========================================
   EMPHASIS PARAGRAPHS
========================================== */

.blog-article p:has(strong)
{
    margin:
        45px
        0;

    text-align: center;

    font-size: 1.3rem;
}

/* ==========================================
   FLOATING IMAGES FOR LATER
========================================== */

.float-right
{
    float: right;

    width: 420px;

    margin:
        10px
        0
        35px
        45px;
}

.float-left
{
    float: left;

    width: 420px;

    margin:
        10px
        45px
        35px
        0;
}

.float-right img,
.float-left img
{
    display: block;

    width: 100%;
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 900px)
{
    .blog-page
    {
        padding:
            30px
            25px
            80px;
    }

    .blog-article p
    {
        font-size: 1.05rem;
    }

    .section-label
    {
        margin-top: 90px;
    }

    .float-left,
    .float-right
    {
        float: none;

        width: 100%;

        margin:
            30px
            0;
    }
}


/* FOOTER */

.footer {
  padding-bottom: 55px;
}

.footer-main-links {
  display: flex;

  justify-content: center;

  align-items: center;

  flex-wrap: wrap;

  gap: 14px;

  margin-top: 34px;
}

.footer-main-links a {
  color: rgba(240, 211, 164, 0.82);

  text-decoration: none;

  font-family: "Cinzel", serif;

  font-size: 20px;

  transition:
    color 0.25s ease,
    text-shadow 0.25s ease,
    opacity 0.25s ease;
}

.footer-main-links a:hover {
  color: #f0d3a4;

  text-shadow: 0 0 12px rgba(166, 132, 90, 0.35);
}

.footer-dot {
  width: 4px;
  height: 4px;

  border-radius: 50%;

  background: rgba(166, 132, 90, 0.45);
}

.footer-secondary-links {
  display: flex;

  justify-content: center;

  align-items: center;

  gap: 10px;

  margin-top: 20px;
}

.footer-secondary-links a {
  color: rgba(240, 211, 164, 0.42);

  text-decoration: none;

  font-family: "Cinzel", sans-serif;

  font-size: 14px;

  letter-spacing: 0.08em;

  text-transform: uppercase;

  transition:
    color 0.25s ease,
    opacity 0.25s ease;
}

.footer-secondary-links a:hover {
  color: rgba(240, 211, 164, 0.72);
}

.footer-small-dot {
  width: 3px;
  height: 3px;

  border-radius: 50%;

  background: rgba(166, 132, 90, 0.28);
}

.footer-note {
  margin-top: 56px;

  text-align: center;

  color: rgba(240, 211, 164, 0.34);

  font-size: 12px;

  letter-spacing: 0.08em;
}

.contact-overlay
{
    position: fixed;

    inset: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    background:
        rgba(18, 12, 6, 0.58);

    backdrop-filter:
        blur(12px);

    -webkit-backdrop-filter:
        blur(12px);

    z-index: 9999;

    opacity: 0;
    pointer-events: none;

    transition:
        opacity 0.35s ease;
}

.contact-overlay.visible
{
    opacity: 1;
    pointer-events: auto;
}

.contact-window
{
    position: relative;
    
    width: 420px;

    padding:
        46px 46px;

    border-radius: 22px;

    background:
        linear-gradient(
            to bottom,

            rgba(42, 28, 14, 0.94) 0%,

            rgba(20, 13, 7, 0.97) 52%,

            rgba(10, 8, 6, 0.98) 100%
        );

    border:
        1px solid rgba(255,220,170,0.10);

    box-shadow:
        0 0 40px rgba(0,0,0,0.42),
        0 0 120px rgba(170,110,45,0.10);

    text-align: center;
}

@media (max-width: 900px)
{
    .contact-window
    {
        width:
            min(100%, 360px);

        padding:
            38px 28px;

        border-radius: 18px;
    }
}

.contact-close-button
{
    position: absolute;

    top: 16px;
    right: 18px;

    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 0;

    border: none;

    background: transparent !important;

    color:
        rgba(240,211,164,0.56);

    font-size: 18px;

    line-height: 1;

    cursor: pointer;

    appearance: none;

    -webkit-appearance: none;

    outline: none;

    box-shadow: none !important;

    transition:
        color 0.25s ease,
        text-shadow 0.25s ease,
        transform 0.25s ease,
        opacity 0.25s ease;
}

.contact-close-button:hover
{
    background: transparent !important;

    color:
        rgba(240,211,164,0.92);

    text-shadow:
        0 0 12px rgba(240,211,164,0.18),
        0 0 30px rgba(170,110,45,0.14);

    box-shadow: none !important;

    transform:
        scale(1.08);
}

#continue-download-btn:not(:disabled):hover
{
  background: #efe3c9 !important;

  color: #2a1a0a !important;

  border-color: #e6c98a !important;

  box-shadow:
    inset 0 0 10px rgba(255, 240, 200, 0.6),
    inset 0 0 20px rgba(255, 230, 170, 0.4),
    0 0 8px rgba(230, 200, 140, 0.7),
    0 0 18px rgba(230, 200, 140, 0.5),
    0 0 35px rgba(230, 200, 140, 0.25) !important;

  text-shadow:
    0 1px 0 rgba(255, 250, 220, 0.5);
}

.contact-close-button:focus,
.contact-close-button:active,
.contact-close-button:focus-visible
{
    background: transparent !important;

    outline: none;

    border: none;

    box-shadow: none !important;
}

.contact-title
{
    font-family:
        "Cormorant Garamond";

    font-size: 34px;

    letter-spacing: 5px;

    color:
        rgba(240,211,164,0.92);

    margin-bottom: 26px;

    text-shadow:
        0 0 12px rgba(240,211,164,0.12),
        0 0 34px rgba(170,110,45,0.10);
}

.contact-details
{
    font-family:
        "DM Sans", sans-serif;

    font-size: 14px;

    line-height: 1.8;

    letter-spacing: 1.5px;

    color:
        rgba(240,211,164,0.70);

    margin-bottom: 34px;
}

.contact-email-button
{
    background: transparent;

    border:
        1px solid #f0d3a4;

    color:
        #f0d3a4;

    padding:
        12px 26px;

    cursor: pointer;

    font-family:
        "Cinzel", serif;

    font-weight: 600;

    letter-spacing: 2px;

    transition:
        all 0.25s ease;
}

*:focus-visible
{
    outline: none;
}

.about-page {
  max-width: 1180px;

  margin: 0 auto;

  padding: 0 clamp(24px, 5vw, 60px) 140px;
}

.about-hero {
  text-align: center;

  margin-top: 40px;
  margin-bottom: 110px;
}

.about-title {
  font-size: clamp(34px, 6vw, 64px);

  line-height: 1;

  margin-bottom: 26px;

  color: #f0d3a4;

  font-family: "EB Garamond";

  font-weight: 400;

  letter-spacing: 2px;

  text-shadow:
    0 0 18px rgba(240, 211, 164, 0.1),
    0 0 42px rgba(170, 110, 45, 0.08);
}

.section-heading {
  font-size: clamp(34px, 5vw, 62px);

  line-height: 1.05;

  font-family: "EB Garamond";

  font-weight: 400;

  color: #f0d3a4;

  margin-bottom: 34px;

  text-shadow:
    0 0 16px rgba(240, 211, 164, 0.25),
    0 0 34px rgba(170, 110, 45, 0.12);
}

.about-subtitle {
  max-width: 760px;

  margin: 0 auto;

  line-height: 1.9;

  font-size: 19px;

  color: rgba(240, 211, 164, 0.82);
}

.about-section {
  display: grid;

  grid-template-columns:
    1fr
    1fr;

  gap: 90px;

  align-items: center;

  margin-bottom: 120px;
}

.about-section.reverse {
  direction: rtl;
}

.about-section.reverse > * {
  direction: ltr;
}

.about-image-wrap {
  position: relative;
}

.about-image-wrap::before {
  content: "";

  position: absolute;

  inset: -28px;

  border-radius: 42px;

  background: radial-gradient(
    circle,
    rgba(190, 125, 50, 0.22) 0%,
    rgba(150, 90, 35, 0.14) 34%,
    rgba(90, 50, 20, 0.08) 52%,
    rgba(0, 0, 0, 0) 76%
  );

  filter: blur(34px);

  opacity: 0.95;

  transform: scale(1.02);

  z-index: 0;
}

.about-image {
  position: relative;

  width: 100%;

  border-radius: 30px;

  display: block;

  border: 1px solid rgba(255, 220, 180, 0.12);

  box-shadow:
    0 0 50px rgba(0, 0, 0, 0.42),
    0 0 130px rgba(140, 85, 35, 0.18),
    0 0 220px rgba(100, 55, 20, 0.08);

  z-index: 1;
}

.about-copy {
  position: relative;
}

.section-label {
  font-size: 11px;

  letter-spacing: 4px;

  text-transform: uppercase;

  color: rgba(240, 211, 164, 0.48);

  margin-bottom: 22px;
}

.section-text {
  font-size: 18px;

  line-height: 2;

  color: rgba(240, 211, 164, 0.78);
}

.section-text p {
  margin-bottom: 26px;
}

.about-quote {
  position: relative;
  margin: 5px auto 120px;

  max-width: 920px;

  text-align: center;

  padding: 56px clamp(30px, 6vw, 70px);

  border-radius: 34px;

  background: linear-gradient(
    180deg,
    rgba(185, 155, 120, 0.12) 0%,
    rgba(110, 78, 48, 0.08) 45%,
    rgba(0, 0, 0, 0) 100%
  );

  border: 1px solid rgba(255, 220, 180, 0.08);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 60px rgba(0, 0, 0, 0.22);
}

.about-quote p {
  font-size: clamp(20px, 3vw, 34px);

  line-height: 1.5;

  color: rgba(240, 211, 164, 0.82);

  font-family: "EB Garamond";

  font-style: italic;

  text-shadow:
    0 0 10px rgba(240, 211, 164, 0.2),
    0 0 28px rgba(200, 140, 70, 0.18),
    0 0 70px rgba(120, 70, 30, 0.12);
}

.about-quote::before,
.about-quote::after {
  content: "✦";

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  width: 88%;

  height: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 18px;

  color: rgba(240, 211, 164, 0.78);

  text-shadow:
    0 0 8px rgba(240, 211, 164, 0.22),
    0 0 24px rgba(200, 140, 70, 0.18),
    0 0 60px rgba(120, 70, 30, 0.14);

  opacity: 0.95;

  background:
    linear-gradient(
        to right,

        rgba(240, 211, 164, 0.38) 0%,

        rgba(240, 211, 164, 0.18) 58%,

        transparent 100%
      )
      left center / calc(50% - 14px) 1px no-repeat,
    linear-gradient(
        to left,

        rgba(240, 211, 164, 0.38) 0%,

        rgba(240, 211, 164, 0.18) 58%,

        transparent 100%
      )
      right center / calc(50% - 14px) 1px no-repeat;
}

.about-quote::before {
  top: 34px;
}

.about-quote::after {
  bottom: 34px;
}

@media (max-width: 900px) {
  .about-quote::before,
  .about-quote::after {
    width: 220px;

    font-size: 16px;
  }
}

.about-ending {
  max-width: 860px;

  margin: 0 auto -50px;

  text-align: center;
}

.about-ending p {
  font-size: 19px;

  line-height: 2;

  color: rgba(240, 211, 164, 0.72);

  font-style: italic;
}

.instrument-gallery {
  display: grid;

  grid-template-columns:
    1fr
    1fr;

  gap: 34px;

  margin: -20px auto 140px;
}

.instrument-gallery-image {
  width: 100%;

  display: block;

  border-radius: 30px;

  border: 1px solid rgba(255, 220, 180, 0.12);

  box-shadow:
    0 0 50px rgba(0, 0, 0, 0.4),
    0 0 120px rgba(100, 55, 20, 0.14);
}

@media (max-width: 900px) {
  .about-section {
    grid-template-columns: 1fr;

    text-align: center;

    gap: 42px;

    margin-bottom: 120px;
  }

  .about-section.reverse {
    direction: ltr;
  }

  /* =========================
     CONSISTENT IMAGE SPACING
  ========================= */

  .about-image,
  .about-image-large,
  .about-image-small {
    margin-bottom: 0;
  }

  /* =========================
     TYPOGRAPHY
  ========================= */

  .about-title {
    line-height: 1.14;
  }

  .section-heading {
    line-height: 1.18;

    margin-bottom: 26px;
  }

  /* =========================
     HERO
  ========================= */

  .about-hero {
    margin-bottom: 100px;
  }

  /* =========================
     QUOTE SECTION
  ========================= */

  .about-quote {
    margin-top: -37px;

    margin-bottom: 120px;
  }

  /* =========================
     LAST CONTENT SECTION
  ========================= */

  .section-last {
    margin-top: -40px;
  }

  /* =========================
     ENDING
  ========================= */

  .about-ending {
    margin-top: -50px;

    margin-bottom: -50px;
  }
}

.section-text em,
.about-quote em,
.about-subtitle em,
.about-ending em {
  font-style: italic;

  color: rgba(240, 211, 164, 0.96);

  text-shadow: 0 0 12px rgba(240, 211, 164, 0.08);
}

@media (max-width: 768px) {
  .footer-main-links {
    gap: 12px 18px;

    padding: 0 20px;
  }

  .footer-main-links a {
    font-size: 14px;
  }

  .footer-secondary-links a {
    font-size: 11px;
  }

  .footer-dot {
    display: none;
  }

  .footer-secondary-links {
    margin-top: 16px;
  }
}

/* =========================
   LEGAL PAGES FIX
========================= */

/* Kein Dropcap für Impressum / Privacy */
.intro.no-dropcap p:first-of-type::first-letter {
  all: unset;
}

/* Optional: bessere Lesbarkeit für Rechtstexte */
.legal {
  max-width: 800px;
  margin: 0 auto;

  font-family: "Roboto";

  min-height: calc(100vh - 200px); /* berücksichtigt Header/Footer */

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.legal h2 {
  font-family: "Cinzel", serif;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.legal p {
  text-indent: 0; /* kein Einzug */
  margin-bottom: 14px;
  line-height: 1.6;
  opacity: 0.95;
}

/* =========================
   MOBILE OPTIMIZATION
========================= */

@media (max-width: 900px) {
  body
  {
    background-attachment: scroll;
  }
  
  .subtitle {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 16px;
    --line-offset: 12px; /* Abstand der Linien vom Text */
    --divider-height: 20px; /* Höhe des Divider-Bildes */
  }

  .subtitle .divider {
    width: 120px;
    height: var(--divider-height);
  }

  /* Layout */
  .product-row {
    flex-direction: column;
    gap: 30px;
  }

  .product-text {
    max-width: 100%;
    text-align: justify;
    hyphens: auto;
    font-size: 15px;
  }

  .hero a {
    display: block;
  }

  .logo {
    display: block;

    width: 70vw;

    margin: 20px auto;
  }

  /* Titel etwas kleiner */
  .product-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .standard {
    font-size: 15px;
  }

  .quote {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 16px;
  }

  .upcoming-label {
    font-size: 16px; /* deutlich größer */
  }

  .upcoming-title {
    font-size: 17px;
  }

  /* Buttons untereinander */
  .buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  /* Audio */
  .audio-inner {
    width: 100%;
  }

  .audio-list button {
    font-size: 9px;
    height: auto;
    padding: 12px;
  }
}

/* =========================
   SMALL PHONES
========================= */

@media (max-width: 500px) {
  .subtitle {
    margin-top: 0px;
    font-size: 16px;
    --line-offset: 10px; /* Abstand der Linien vom Text */
    --divider-height: 20px; /* Höhe des Divider-Bildes */
  }

  .subtitle .divider {
    width: 120px;
    height: var(--divider-height);
  }

  .product-title {
    font-size: 20px;
  }

  .standard {
    font-size: 14px;
  }

  .quote {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 15px;
  }

  .upcoming-label {
    font-size: 14px; /* deutlich größer */
  }

  .upcoming-title {
    font-size: 13px;
  }

  .audio-title {
    font-size: 12px;
  }

  .audio-list button {
    font-size: 9px;
  }

  .page {
    padding: 0 20px;
  }

  /* große Abstände reduzieren */
  .product {
    margin-bottom: 80px;
  }

  .audio-section {
    margin-bottom: 60px;
  }
}

/* =========================
   SAFARI FOOTER LINK FIX
========================= */

.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active {
  color: rgba(240, 211, 164, 0.82) !important;

  text-decoration: none !important;

  -webkit-text-fill-color: rgba(240, 211, 164, 0.82);

  appearance: none;
}

/* kleinere Secondary Links */

.footer-secondary-links a,
.footer-secondary-links a:link,
.footer-secondary-links a:visited,
.footer-secondary-links a:hover,
.footer-secondary-links a:active {
  color: rgba(240, 211, 164, 0.42) !important;

  -webkit-text-fill-color: rgba(240, 211, 164, 0.42);

  text-decoration: none !important;
}