section.rauhnacht-promo {
  display: block;
  width: min(960px, calc(100% - 2 * max(1rem, 2vw)));
  min-height: 0;
  margin-inline: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(83, 93, 89, .16);
  border-radius: 22px;
  color: #302d29;
  background: linear-gradient(145deg, #faf7f0, #edf2f0);
  box-shadow: 0 18px 44px rgba(48, 45, 41, .1);
}

.rauhnacht-promo__media {
  width: 100%;
  margin: 0;
  background: #263330;
}

.rauhnacht-promo__media picture,
.rauhnacht-promo__media img {
  display: block;
  width: 100%;
}

.rauhnacht-promo__media img {
  height: auto;
  object-fit: contain;
}

.rauhnacht-promo__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(2rem, 4.5vw, 3.6rem);
  text-align: center;
}

.rauhnacht-promo .lp1-eyebrow {
  margin: 0 0 .75rem;
  color: #7c5b35;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

section.rauhnacht-promo h2 {
  max-width: 24ch;
  margin: 0 0 1rem;
  color: #2d3633;
  font: 650 clamp(1.9rem, 3.5vw, 3rem)/1.04 Georgia, "Times New Roman", serif;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.rauhnacht-promo__copy > p:not(.lp1-eyebrow) {
  max-width: 46rem;
  margin: 0 0 .65rem;
  color: #514b44;
  font-size: clamp(.94rem, 1.1vw, 1rem);
  line-height: 1.6;
}

.rauhnacht-promo__copy .rauhnacht-promo__urgency {
  margin-top: .45rem;
  padding-top: .8rem;
  border-top: 1px solid rgba(124, 91, 53, .2);
  color: #79562f;
  font-weight: 760;
}

.rauhnacht-promo__actions {
  display: flex;
  justify-content: center;
  margin-top: .75rem;
}

.rauhnacht-promo__actions .button {
  min-height: 48px;
  border: 1px solid #735638;
  color: #fffdf7;
  background: #735638;
  box-shadow: none;
}

.rauhnacht-promo__actions .button:hover,
.rauhnacht-promo__actions .button:focus-visible {
  color: #fff;
  background: #59412c;
}

.rauhnacht-promo :is(a, button):focus-visible {
  outline: 3px solid #bd8f57;
  outline-offset: 4px;
}

@media (max-width: 800px) {
  section.rauhnacht-promo {
    width: min(100% - 2rem, 700px);
  }

  .rauhnacht-promo__copy {
    padding: clamp(1.6rem, 6vw, 2.5rem);
  }
}

@media (max-width: 520px) {
  section.rauhnacht-promo {
    width: calc(100% - 2rem);
    border-radius: 18px;
  }

  .rauhnacht-promo__copy {
    align-items: stretch;
    text-align: left;
  }

  section.rauhnacht-promo h2 {
    max-width: 18ch;
    font-size: clamp(1.7rem, 8vw, 2.2rem);
  }

  .rauhnacht-promo__actions,
  .rauhnacht-promo__actions .button {
    width: 100%;
  }

  .rauhnacht-promo__actions .button {
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rauhnacht-promo * {
    scroll-behavior: auto;
  }
}
