body.benefit-concert-page {
  min-height: 100vh;
  color: var(--paper);
  background: #0a0d0c;
}

.benefit-concert-shell {
  isolation: isolate;
  width: 100%;
  max-width: none;
  padding: 0;
  padding-bottom: 0;
  background: linear-gradient(90deg, #0b1711 0%, #171511 48%, #30110f 100%);
}

.benefit-concert-shell::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image: var(--surface-noise);
  background-repeat: repeat;
  background-size: 180px 180px;
  mix-blend-mode: overlay;
  opacity: 0.045;
}

.benefit-concert-page .subpage-topbar,
.benefit-concert-page .benefit-concert-hero,
.benefit-concert-page .benefit-concert-content,
.benefit-concert-page .benefit-footer {
  position: relative;
  z-index: 1;
}

.benefit-opening {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100lvh;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
  background: #08100c;
}

.benefit-opening::before,
.benefit-opening::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  pointer-events: none;
}

.benefit-opening::before {
  background-image: url("../img/hero-cape-town-2027-desktop.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.015);
}

.benefit-opening::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 12, 8, 0.54) 0%, rgba(6, 10, 8, 0.3) 47%, rgba(20, 7, 5, 0.22) 100%),
    linear-gradient(180deg, rgba(5, 9, 7, 0.1) 0%, rgba(5, 9, 7, 0.02) 56%, rgba(5, 9, 7, 0.4) 100%);
}

.benefit-photo-credit {
  position: absolute;
  z-index: 1;
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(14px, 2.2vw, 30px);
  margin: 0;
  color: rgba(255, 253, 248, 0.7);
  font-size: clamp(0.62rem, 0.75vw, 0.72rem);
  font-weight: 600;
  line-height: 1.3;
  text-align: right;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
}

.benefit-photo-credit a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(255, 253, 248, 0.38);
  text-underline-offset: 0.18em;
}

.benefit-photo-credit a:is(:hover, :focus-visible) {
  color: var(--paper);
}

.benefit-concert-page .subpage-topbar {
  position: static;
  width: min(1180px, calc(100% - clamp(36px, 8vw, 116px)));
  margin: 0 auto clamp(22px, 4vh, 42px);
  padding-top: calc(env(safe-area-inset-top, 0px) + var(--subpage-edge-offset));
}

.benefit-print-button {
  font-family: var(--font-main);
  cursor: pointer;
}

.benefit-concert-hero {
  display: flex;
  width: min(1180px, calc(100% - clamp(36px, 8vw, 116px)));
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3.2vh, 40px);
  margin: 0 auto;
  padding: clamp(70px, 10vh, 126px) 0 clamp(72px, 10vh, 126px);
  text-align: center;
}

.benefit-concert-page .benefit-concert-hero h1 {
  max-width: 1120px;
  font-size: clamp(3.6rem, min(7.6vw, 10vh), 8rem);
  line-height: 0.92;
  white-space: nowrap;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.42);
}

.benefit-hero-title {
  display: grid;
  justify-items: center;
  gap: clamp(12px, 2vh, 24px);
  width: 100%;
  text-align: center;
}

.benefit-roots-wordmark {
  position: relative;
  width: min(720px, 82%);
}

.benefit-roots-wordmark img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 22px rgba(0, 0, 0, 0.24));
}

.benefit-roots-wordmark-of {
  position: absolute;
  inset: 0;
  clip-path: inset(0 45.15% 0 48.85%);
  filter: brightness(0) invert(1) drop-shadow(0 4px 22px rgba(0, 0, 0, 0.24)) !important;
  pointer-events: none;
}

.benefit-roots-wordmark-of-text {
  display: none;
}

.benefit-event-subtitle {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  color: var(--paper) !important;
  font-size: clamp(1.2rem, 2.65vw, 2.5rem) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.48);
  white-space: nowrap;
}

.benefit-event-type,
.benefit-save-date,
.benefit-ticket-note {
  max-width: 900px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.5);
}

.benefit-event-type {
  color: var(--paper);
  font-size: clamp(0.9rem, 1.35vw, 1.18rem);
  font-weight: 850;
  letter-spacing: 0.14em;
}

.benefit-save-date {
  color: var(--yellow);
  font-size: clamp(1.05rem, 1.8vw, 1.5rem);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.benefit-ticket-note {
  color: rgba(255, 253, 248, 0.88);
  font-size: clamp(0.78rem, 1.1vw, 1rem);
  font-weight: 750;
  letter-spacing: 0.045em;
  line-height: 1.35;
}

.benefit-hero-event-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35em 0.7em;
  max-width: none !important;
  margin: 0 !important;
  color: var(--paper) !important;
  font-size: clamp(1rem, 1.65vw, 1.45rem) !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.5);
}

.benefit-hero-date {
  color: var(--paper);
}

.benefit-hero-event-separator {
  color: var(--paper);
}

.benefit-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(14px, 3.2vh, 38px);
  text-align: center;
}

.benefit-hero-actions .benefit-print-button {
  min-width: clamp(170px, 18vw, 220px);
  color: var(--paper);
  background: rgba(7, 10, 8, 0.38);
  border-color: rgba(255, 253, 248, 0.42);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.benefit-hero-actions .benefit-print-button:is(:hover, :focus-visible) {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}

.benefit-concert-content {
  width: min(860px, calc(100% - clamp(36px, 8vw, 116px)));
  margin-right: auto;
  margin-left: auto;
  padding: clamp(88px, 11vw, 148px) 0 clamp(80px, 10vw, 140px);
}

.benefit-note-section {
  padding: 0;
  text-align: center;
}

.benefit-note-section + .benefit-note-section {
  margin-top: clamp(80px, 10vw, 128px);
}

.benefit-note-section > h2 {
  max-width: 760px;
  margin: 0 auto clamp(24px, 3vw, 34px);
  color: var(--paper);
  font-size: clamp(2rem, 4.1vw, 3.75rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.benefit-note-copy {
  width: min(760px, 100%);
  margin: 0 auto;
  color: var(--paper);
}

.benefit-note-copy p {
  max-width: 66ch;
  margin: 0 auto;
  color: rgba(255, 253, 248, 0.76);
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}

.benefit-note-copy p + p {
  margin-top: clamp(26px, 3.5vw, 40px);
}

.benefit-livestream-link {
  display: inline-block;
  margin-left: 0.35em;
  color: var(--paper);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--blue);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.28em;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.benefit-livestream-link:is(:hover, :focus-visible) {
  color: #fff;
  text-decoration-color: var(--yellow);
}

.benefit-livestream-link:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 5px;
}

.benefit-updates {
  width: min(720px, 100%);
  margin: clamp(44px, 6vw, 64px) auto 0;
  padding: clamp(28px, 4vw, 40px);
  background: rgba(3, 8, 6, 0.3);
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: 28px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.benefit-updates h3 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.benefit-updates > p {
  max-width: 56ch;
  margin: 12px auto 0;
  color: rgba(255, 253, 248, 0.76);
  font-size: clamp(0.96rem, 1.25vw, 1.08rem);
  line-height: 1.55;
}

.benefit-updates-form {
  margin-top: 24px;
}

.benefit-updates-form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  width: 100%;
}

.benefit-updates-form-row input[type="email"] {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  padding: 0 20px;
  color: var(--paper);
  background: rgba(255, 253, 248, 0.035);
  border: 1px solid rgba(255, 253, 248, 0.36);
  border-radius: 999px;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.benefit-updates-form-row input[type="email"]::placeholder {
  color: rgba(255, 253, 248, 0.58);
}

.benefit-updates-form-row input[type="email"]:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(240, 160, 0, 0.18);
}

.benefit-updates-form-row button {
  min-height: 56px;
  padding: 0 24px;
  color: var(--paper);
  background: rgba(255, 253, 248, 0.035);
  border: 1px solid rgba(255, 253, 248, 0.36);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.benefit-updates-form-row button:is(:hover, :focus-visible) {
  color: var(--paper);
  background: rgba(255, 253, 248, 0.08);
  border-color: rgba(255, 253, 248, 0.62);
  transform: translateY(-1px);
}

.benefit-updates-form-row button:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 4px;
}

.benefit-updates-form-row button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.benefit-updates-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.benefit-updates-consent {
  margin: 12px auto 0 !important;
  color: rgba(255, 253, 248, 0.58) !important;
  font-size: 0.78rem !important;
  line-height: 1.45 !important;
}

.benefit-updates-consent a {
  color: rgba(255, 253, 248, 0.84);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.benefit-updates-status {
  min-height: 1.35em;
  margin: 10px auto 0 !important;
  color: var(--paper) !important;
  font-size: 0.9rem !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
}

.benefit-updates-status.is-success {
  color: #7fd5a2 !important;
}

.benefit-updates-status.is-warning {
  color: var(--yellow) !important;
}

.benefit-updates-status.is-error {
  color: #ff9b95 !important;
}

.benefit-invitation,
.benefit-concert-section {
  position: relative;
  padding-bottom: clamp(38px, 5vw, 58px);
}

.benefit-invitation::after,
.benefit-concert-section::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  content: "";
}

.benefit-invitation::after {
  background: var(--green);
}

.benefit-concert-section::after {
  background: var(--red);
}

.benefit-invitation + .benefit-note-section,
.benefit-concert-section + .benefit-note-section {
  margin-top: clamp(46px, 6vw, 72px);
}

.benefit-invitation .benefit-note-copy {
  width: min(790px, 100%);
}

.benefit-invitation .benefit-note-copy p {
  max-width: 62ch;
  color: rgba(255, 253, 248, 0.86);
  font-size: clamp(1.15rem, 1.75vw, 1.38rem);
  line-height: 1.65;
}

.benefit-invitation .benefit-note-copy p:first-child {
  color: var(--paper);
  font-weight: 700;
}

.benefit-project-mark {
  display: block;
  width: min(300px, 66vw);
  aspect-ratio: 1;
  margin: clamp(36px, 5vw, 58px) auto 0;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255, 253, 248, 0.42);
  border-radius: 50%;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.benefit-project-mark:is(:hover, :focus-visible) {
  border-color: var(--paper);
  box-shadow: 0 32px 78px rgba(0, 0, 0, 0.36);
  transform: translateY(-3px);
}

.benefit-project-mark:focus-visible {
  outline: 3px solid var(--paper);
  outline-offset: 5px;
}

.benefit-project-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefit-support-section {
  padding-top: clamp(76px, 10vw, 120px);
}

.benefit-support-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  margin: 0;
}

.benefit-support-button {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: clamp(84px, 8vw, 108px);
  align-items: center;
  justify-content: center;
  padding: 24px 52px 22px;
  color: rgba(255, 253, 248, 0.9);
  font-size: clamp(0.82rem, 1vw, 0.96rem);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease;
}

.benefit-support-button::after {
  position: absolute;
  right: 24px;
  content: "→";
  font-size: 1.35em;
  line-height: 1;
  transition: transform 180ms ease;
}

.benefit-support-button:nth-child(1)::after {
  color: var(--green);
}

.benefit-support-button:nth-child(2)::after {
  color: var(--yellow);
}

.benefit-support-button:nth-child(3)::after {
  color: var(--red);
}

.benefit-support-button:is(:hover, :focus-visible) {
  color: var(--paper);
  background: rgba(255, 253, 248, 0.08);
}

.benefit-support-button:is(:hover, :focus-visible)::after {
  transform: translateX(5px);
}

.benefit-support-button:focus-visible {
  z-index: 1;
  outline: 2px solid var(--paper);
  outline-offset: -5px;
}

.benefit-signoff {
  display: none;
  justify-items: center;
  gap: 24px;
  padding-top: clamp(80px, 12vw, 150px);
  text-align: center;
}

.benefit-signoff > p {
  margin: 0;
  color: var(--paper);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 700;
}

.benefit-signatories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12mm;
}

.benefit-signatory {
  display: grid;
  gap: 1mm;
  margin: 0;
}

.benefit-footer {
  margin-top: auto;
}

.benefit-concert-page .site-credit,
.benefit-concert-page .footer-legal {
  background: none;
}

@media (max-width: 720px) {
  .benefit-concert-page .subpage-topbar {
    align-items: flex-start;
    width: calc(100% - 36px);
    margin-bottom: 26px;
  }

  .benefit-concert-hero {
    width: calc(100% - 36px);
    padding-top: clamp(70px, 11vh, 108px);
    padding-bottom: clamp(44px, 8vh, 80px);
  }

  .benefit-opening::before {
    background-image: url("../img/hero-cape-town-2027-mobile.jpg");
    background-position: center;
  }

  .benefit-concert-page .benefit-concert-hero h1 {
    font-size: min(10.1vw, 4rem);
  }

  .benefit-hero-actions .benefit-print-button {
    width: min(100%, 260px);
  }

  .benefit-roots-wordmark {
    width: min(100%, 620px);
  }

  .benefit-event-subtitle {
    font-size: clamp(1.15rem, 5.4vw, 1.7rem) !important;
    white-space: normal;
  }

  .benefit-hero-event-details {
    display: grid;
    gap: 6px;
    font-size: clamp(0.9rem, 4vw, 1.1rem) !important;
  }

  .benefit-concert-content {
    padding-top: clamp(64px, 18vw, 92px);
  }

  .benefit-note-section + .benefit-note-section {
    margin-top: clamp(64px, 18vw, 88px);
  }

  .benefit-invitation + .benefit-note-section,
  .benefit-concert-section + .benefit-note-section {
    margin-top: clamp(42px, 12vw, 60px);
  }

  .benefit-support-buttons {
    grid-template-columns: 1fr;
  }

  .benefit-updates {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .benefit-updates-form-row {
    grid-template-columns: 1fr;
  }

  .benefit-updates-form-row button {
    width: 100%;
  }

  .benefit-support-button {
    min-height: 74px;
  }

}

@page {
  size: A4 portrait;
  margin: 0;
}

@media print {
  html,
  body.benefit-concert-page {
    width: 210mm;
    min-height: 0;
    margin: 0;
    color: #fffdf8;
    background: #0b1711 !important;
  }

  body.benefit-concert-page,
  body.benefit-concert-page * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .benefit-concert-page .subpage-topbar,
  .benefit-concert-page .benefit-footer,
  .benefit-concert-page .benefit-hero-actions,
  .benefit-concert-page .benefit-support-section,
  .benefit-concert-page .benefit-updates,
  .benefit-concert-page .page-swipe,
  .benefit-concert-page .scroll-top {
    display: none !important;
  }

  .benefit-opening {
    display: block;
    width: 210mm;
    height: 297mm;
    min-height: 297mm;
    overflow: hidden;
    break-after: page;
    page-break-after: always;
    background:
      linear-gradient(90deg, rgba(2, 12, 8, 0.54) 0%, rgba(6, 10, 8, 0.3) 47%, rgba(20, 7, 5, 0.22) 100%),
      linear-gradient(180deg, rgba(5, 9, 7, 0.1) 0%, rgba(5, 9, 7, 0.02) 56%, rgba(5, 9, 7, 0.4) 100%),
      url("../img/hero-cape-town-2027-source.png") center / cover no-repeat !important;
  }

  body.print-poster .benefit-opening {
    break-after: auto;
    page-break-after: auto;
  }

  body.print-poster .benefit-concert-content {
    display: none !important;
  }

  .benefit-opening::before,
  .benefit-opening::after {
    display: none;
  }

  .benefit-concert-shell {
    display: block;
    height: auto !important;
    min-height: 0 !important;
    padding: 0;
    overflow: visible;
    color: #fffdf8;
    background: linear-gradient(90deg, #0b1711 0%, #171511 48%, #30110f 100%) !important;
  }

  .benefit-concert-shell::before {
    display: none;
  }

  .benefit-concert-hero,
  .benefit-concert-content {
    width: 100%;
    max-width: none;
    background: transparent !important;
  }

  .benefit-concert-hero {
    display: grid;
    width: 210mm;
    height: 297mm;
    min-height: 297mm;
    box-sizing: border-box;
    margin: 0;
    padding: 24mm 16mm 22mm;
  }

  .benefit-concert-hero,
  .benefit-concert-hero * {
    text-shadow: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    mix-blend-mode: normal !important;
  }

  .benefit-hero-title,
  .benefit-hero-title > * {
    background: transparent !important;
  }

  .benefit-photo-credit {
    right: 7mm;
    bottom: 6mm;
    color: #fffdf8;
    font-size: 6pt;
    text-shadow: none;
  }

  .benefit-concert-page .benefit-concert-hero h1 {
    max-width: 178mm;
    margin: 0;
    color: #fffdf8;
    font-size: 37pt;
    line-height: 0.94;
    text-align: center;
    text-shadow: none;
  }

  .benefit-hero-title {
    justify-items: center;
    gap: 3.8mm;
    text-align: center;
  }

  .benefit-roots-wordmark {
    width: 142mm;
  }

  .benefit-roots-wordmark img {
    filter: none !important;
  }

  .benefit-roots-wordmark-base {
    clip-path: inset(0 51.15% 0 0);
  }

  .benefit-roots-wordmark-of {
    display: block;
    clip-path: inset(0 0 0 54.85%);
  }

  .benefit-roots-wordmark-of-text {
    position: absolute;
    top: 50%;
    left: 51.85%;
    display: block;
    color: #fffdf8;
    font-family: var(--font-main);
    font-size: 22pt;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
    transform: translate(-50%, -50%) rotate(-90deg);
    transform-origin: center;
  }

  .benefit-event-subtitle {
    max-width: 178mm !important;
    color: #fffdf8 !important;
    font-size: 14pt !important;
    line-height: 1.15 !important;
    text-align: center;
    white-space: normal;
    text-shadow: none;
  }

  .benefit-event-type {
    color: #fffdf8;
    font-size: 11pt;
    letter-spacing: 0.14em;
    text-shadow: none;
  }

  .benefit-save-date {
    color: #f0a000;
    font-size: 13pt;
    letter-spacing: 0.08em;
    text-shadow: none;
  }

  .benefit-ticket-note {
    max-width: 150mm;
    color: #fffdf8;
    font-size: 8.7pt;
    letter-spacing: 0.035em;
    line-height: 1.3;
    text-shadow: none;
  }

  .benefit-hero-event-details {
    flex-direction: column;
    justify-content: center;
    gap: 1.5mm;
    max-width: 178mm !important;
    color: #fffdf8 !important;
    font-size: 11.5pt !important;
    text-align: center;
    text-shadow: none;
  }

  .benefit-hero-event-separator {
    display: none;
  }

  .benefit-concert-content {
    width: 210mm;
    min-height: 297mm;
    box-sizing: border-box;
    padding: 14mm 14mm 9mm;
    break-before: auto;
  }

  .benefit-concert-content {
    height: 297mm;
    min-height: 297mm;
    max-height: 297mm;
    overflow: hidden;
    break-after: auto;
    page-break-after: auto;
  }

  .benefit-note-section,
  .benefit-signoff {
    padding: 0;
    margin: 0 0 7mm;
  }

  .benefit-note-section + .benefit-note-section,
  .benefit-invitation + .benefit-note-section,
  .benefit-concert-section + .benefit-note-section {
    margin-top: 0;
  }

  .benefit-invitation,
  .benefit-concert-section {
    padding-bottom: 6mm;
  }

  .benefit-invitation::after,
  .benefit-concert-section::after {
    right: 8%;
    left: 8%;
    height: 1mm;
  }

  .benefit-note-section > h2 {
    max-width: none;
    margin: 0 0 3mm;
    color: #fffdf8;
    font-size: 19.5pt;
    line-height: 1.05;
    text-align: center;
  }

  .benefit-note-copy {
    width: 100%;
    padding-top: 0;
    color: #fffdf8;
    border: 0;
    break-inside: avoid;
  }

  .benefit-note-copy p {
    max-width: none;
    margin: 0;
    color: rgba(255, 253, 248, 0.82);
    font-size: 12.25pt;
    line-height: 1.48;
    text-align: center;
  }

  .benefit-note-copy p + p {
    margin-top: 4mm;
  }

  .benefit-invitation .benefit-note-copy p {
    font-size: 13.25pt;
    line-height: 1.52;
  }

  .benefit-project-mark {
    width: 36mm;
    margin: 6mm auto 0;
    border-color: rgba(255, 253, 248, 0.58);
    box-shadow: none;
    break-inside: avoid;
  }

  .benefit-concert-section {
    break-before: auto;
    break-inside: avoid;
  }

  .benefit-signoff {
    display: block;
    margin-top: 2mm;
    margin-bottom: 0;
    text-align: center;
    break-inside: avoid;
  }

  .benefit-signoff > p {
    margin: 0 0 3.5mm;
    color: #fffdf8;
    font-size: 12pt;
  }

  .benefit-signatories {
    grid-template-columns: repeat(2, minmax(0, 68mm));
    justify-content: center;
    gap: 12mm;
  }

  .benefit-signatory {
    text-align: center;
  }

  .benefit-signatory strong {
    color: #fffdf8;
    font-size: 11.75pt;
  }

  .benefit-signatory span {
    color: rgba(255, 253, 248, 0.76);
    font-size: 10.5pt;
    line-height: 1.35;
  }

  html[lang="de"] .benefit-concert-content {
    padding: 11.5mm 14mm 7.5mm;
  }

  html[lang="de"] .benefit-note-section,
  html[lang="de"] .benefit-signoff {
    margin-bottom: 5.4mm;
  }

  html[lang="de"] .benefit-invitation,
  html[lang="de"] .benefit-concert-section {
    padding-bottom: 5mm;
  }

  html[lang="de"] .benefit-note-section > h2 {
    margin-bottom: 2.4mm;
    font-size: 18pt;
  }

  html[lang="de"] .benefit-note-copy p {
    font-size: 11.1pt;
    line-height: 1.4;
  }

  html[lang="de"] .benefit-note-copy p + p {
    margin-top: 3mm;
  }

  html[lang="de"] .benefit-invitation .benefit-note-copy p {
    font-size: 11.8pt;
    line-height: 1.45;
  }

  html[lang="de"] .benefit-project-mark {
    width: 33mm;
    margin-top: 4.3mm;
  }

  html[lang="de"] .benefit-signoff {
    margin-top: 1.2mm;
    margin-bottom: 0;
  }

  html[lang="de"] .benefit-signoff > p {
    margin-bottom: 2.6mm;
    font-size: 11pt;
  }

  html[lang="de"] .benefit-signatory strong {
    font-size: 10.8pt;
  }

  html[lang="de"] .benefit-signatory span {
    font-size: 9.6pt;
  }
}
