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-concert-page .language-switch {
  overflow: hidden;
  background: rgba(255, 253, 248, 0.44);
  border-color: rgba(255, 253, 248, 0.5);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(18px) saturate(155%);
  backdrop-filter: blur(18px) saturate(155%);
  transform: translateZ(0);
}

.benefit-concert-page .language-switch button {
  position: relative;
  z-index: 1;
}

.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-follow-up,
.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-concert-hero .benefit-follow-up {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 253, 248, 0.9);
  font-size: clamp(0.82rem, 0.9vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.42;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.5);
}

.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-core-partners > h2 {
  margin-bottom: clamp(18px, 2.4vw, 26px);
  font-size: clamp(1.75rem, 3.25vw, 2.9rem);
}

.benefit-core-partners .benefit-note-copy p {
  max-width: 74ch;
  color: rgba(255, 253, 248, 0.84);
  text-align: center;
  white-space: pre-line;
}

.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(680px, 100%);
  margin: clamp(44px, 6vw, 64px) auto 0;
  padding: clamp(12px, 2vw, 20px) 0 0;
  text-align: center;
}

.benefit-updates::before {
  content: none;
}

.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: clamp(24px, 3.5vw, 32px);
}

.benefit-updates-form-row {
  display: flex;
  width: min(580px, 100%);
  flex-direction: column;
  gap: 12px;
  margin: 0 auto;
}

.benefit-updates-form-row :is(input[type="email"], input[type="text"]):not(.benefit-updates-trap) {
  width: 100%;
  min-width: 0;
  min-height: 60px;
  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;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

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

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

.benefit-updates-form-row button {
  width: 100%;
  min-height: 60px;
  margin-top: 2px;
  padding: 0 24px;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(26, 126, 83, 0.1), rgba(240, 160, 0, 0.07) 52%, rgba(224, 29, 26, 0.08)),
    rgba(255, 253, 248, 0.025);
  border: 1px solid rgba(255, 253, 248, 0.42);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  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:
    linear-gradient(90deg, rgba(26, 126, 83, 0.18), rgba(240, 160, 0, 0.13) 52%, rgba(224, 29, 26, 0.15)),
    rgba(255, 253, 248, 0.055);
  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 {
  max-width: 76ch;
  margin: 16px auto 0 !important;
  color: rgba(255, 253, 248, 0.58) !important;
  font-size: 0.78rem !important;
  line-height: 1.45 !important;
  text-align: left;
}

.benefit-updates-consent label {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  cursor: pointer;
}

.benefit-updates-consent input[type="checkbox"] {
  appearance: none;
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 1.15rem;
  margin: 0.08rem 0 0;
  display: grid;
  place-items: center;
  color: #101512;
  background: rgba(255, 253, 248, 0.035);
  border: 1px solid rgba(255, 253, 248, 0.58);
  border-radius: 0.32rem;
  cursor: pointer;
}

.benefit-updates-consent input[type="checkbox"]::before {
  content: "";
  width: 0.58rem;
  height: 0.34rem;
  border: solid currentColor;
  border-width: 0 0 2px 2px;
  opacity: 0;
  transform: translateY(-0.08rem) rotate(-45deg) scale(0.7);
  transition: opacity 140ms ease, transform 140ms ease;
}

.benefit-updates-consent input[type="checkbox"]:checked {
  background: var(--yellow);
  border-color: var(--yellow);
}

.benefit-updates-consent input[type="checkbox"]:checked::before {
  opacity: 1;
  transform: translateY(-0.08rem) rotate(-45deg) scale(1);
}

.benefit-updates-consent input[type="checkbox"]:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 3px;
}

.benefit-updates-consent a {
  display: inline-block;
  margin: 0.4rem 0 0 1.85rem;
  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,
.benefit-core-partners::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  content: "";
}

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

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

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

.benefit-core-partners::after {
  background: var(--blue);
}

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

.benefit-core-partners + .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(3, minmax(0, 1fr));
  gap: 12mm;
}

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

.benefit-signatory .benefit-signatory-role {
  color: var(--paper);
  font-weight: 750;
}

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

.benefit-partners {
  position: relative;
  z-index: 1;
  padding: clamp(10px, 2vw, 22px) 0 0;
  color: var(--ink);
  background: var(--paper);
}

.benefit-partners > h2 {
  margin: 0;
  padding: clamp(28px, 4vw, 48px) clamp(18px, 4vw, 58px) clamp(12px, 2vw, 22px);
  color: var(--ink);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.benefit-partner-rider,
.benefit-logo-loop {
  width: 100%;
  overflow: hidden;
}

.benefit-logo-loop {
  position: relative;
  padding: 8px 0 20px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.benefit-logo-loop.is-dragging {
  cursor: grabbing;
}

.benefit-logo-loop::before,
.benefit-logo-loop::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: clamp(34px, 8vw, 120px);
  content: "";
  pointer-events: none;
}

.benefit-logo-loop::before {
  left: 0;
  background: linear-gradient(90deg, var(--paper), rgba(255, 253, 248, 0));
}

.benefit-logo-loop::after {
  right: 0;
  background: linear-gradient(270deg, var(--paper), rgba(255, 253, 248, 0));
}

.benefit-logo-loop-track {
  display: flex;
  width: max-content;
  user-select: none;
  will-change: transform;
}

.benefit-logo-loop-list {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
  gap: clamp(28px, 4vw, 58px);
  margin: 0;
  padding: 0 clamp(14px, 2vw, 30px);
  list-style: none;
}

.benefit-logo-loop-list li {
  display: flex;
  width: clamp(170px, 15vw, 230px);
  min-height: 132px;
  align-items: center;
  justify-content: center;
}

.benefit-logo-loop-list :is(a, li > span) {
  display: grid;
  gap: 10px;
  place-items: center;
  color: var(--ink);
  text-align: center;
  text-decoration: none;
}

.benefit-logo-loop-list a {
  border-radius: 24px;
  cursor: pointer;
  outline-offset: 7px;
}

.benefit-logo-loop-list a:focus-visible {
  outline: 3px solid var(--green);
}

.benefit-logo-loop-list img {
  display: block;
  width: auto;
  max-width: 210px;
  height: 68px;
  object-fit: contain;
  pointer-events: none;
  transition: transform 220ms ease;
  -webkit-user-drag: none;
}

.benefit-logo-loop-list .benefit-logo-bmz {
  width: clamp(260px, 23vw, 350px);
}

.benefit-logo-loop-list .benefit-logo-bmz img {
  width: min(100%, 330px);
  max-width: none;
  height: 92px;
}

.benefit-logo-loop-list .benefit-logo-desafor {
  width: clamp(300px, 27vw, 390px);
}

.benefit-logo-loop-list .benefit-logo-desafor img {
  width: min(100%, 370px);
  max-width: none;
  height: 72px;
  border-radius: 8px;
}

.benefit-logo-loop-list .benefit-logo-desafor span {
  color: var(--ink);
}

.benefit-logo-loop-list a:is(:hover, :focus-visible) img,
.benefit-logo-loop-list a:is(:hover, :focus-visible) strong {
  transform: scale(1.06);
}

.benefit-logo-loop-list span span {
  max-width: 220px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.18;
}

.benefit-logo-text strong {
  display: inline-block;
  max-width: 210px;
  color: var(--red);
  font-size: 1.14rem;
  line-height: 1.08;
  transition: transform 220ms ease;
}

.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% - 28px);
    margin-bottom: 26px;
  }

  .benefit-concert-hero {
    width: calc(100% - 28px);
    gap: clamp(18px, 2.7vh, 28px);
    padding-top: clamp(56px, 9vh, 82px);
    padding-bottom: clamp(38px, 6vh, 64px);
  }

  .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(8.3vw, 3.2rem);
    line-height: 0.96;
  }

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

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

  .benefit-event-subtitle {
    max-width: 31ch !important;
    font-size: clamp(1.02rem, 4.5vw, 1.42rem) !important;
    line-height: 1.14 !important;
    white-space: normal;
  }

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

  .benefit-event-type {
    font-size: clamp(0.74rem, 3vw, 0.9rem);
  }

  .benefit-save-date {
    font-size: clamp(0.9rem, 3.8vw, 1.08rem);
  }

  .benefit-ticket-note {
    max-width: 34ch;
    font-size: clamp(0.7rem, 2.85vw, 0.82rem);
  }

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

  .benefit-note-section > h2 {
    font-size: clamp(1.7rem, 8vw, 2.25rem);
    line-height: 1.02;
  }

  .benefit-note-copy p,
  .benefit-invitation .benefit-note-copy p {
    font-size: clamp(0.96rem, 4vw, 1.05rem);
    line-height: 1.58;
  }

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

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

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

  .benefit-updates {
    padding: 8px 0 0;
  }

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

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

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

  .benefit-logo-loop-list li {
    width: 150px;
    min-height: 112px;
  }

  .benefit-logo-loop-list img {
    max-width: 145px;
    height: 54px;
  }

  .benefit-logo-loop-list .benefit-logo-bmz {
    width: 230px;
  }

  .benefit-logo-loop-list .benefit-logo-bmz img {
    width: 220px;
    max-width: none;
    height: 76px;
  }

  .benefit-logo-loop-list .benefit-logo-desafor {
    width: 260px;
  }

  .benefit-logo-loop-list .benefit-logo-desafor img {
    width: 250px;
    max-width: none;
    height: 58px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .benefit-logo-loop-track {
    animation: none;
  }
}

@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 .benefit-core-partners,
  .benefit-concert-page .benefit-partners,
  .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;
  }

  /* The English body copy runs longer than the German and overflowed the fixed
     A4 content page, clipping the last sentence of "Why Bother". Scoped to
     English so the German pages keep their original size. */
  html[lang="en"] .benefit-note-copy p {
    font-size: 11.5pt;
    line-height: 1.42;
  }

  html[lang="en"] .benefit-invitation .benefit-note-copy p {
    font-size: 12.4pt;
    line-height: 1.46;
  }

  .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;
  }
}
