:root {
  --blue: #063c72;
  --blue-2: #155a9d;
  --blue-soft: #faf4ea;
  --gold: #f4b642;
  --olive: #7a8237;
  --paper: #ffffff;
  --cream: #f6f1e7;
  --soft: #f7f9fb;
  --line: #dbe5ef;
  --text: #17202a;
  --muted: #52606d;
  --shadow: 0 18px 45px rgb(7 59 121 / 12%);
  --radius: 24px;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--soft);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
[tabindex="-1"]:focus-visible {
  outline: 3px solid var(--blue-2);
  outline-offset: 3px;
}

h1,
h2,
h3 {
  color: var(--blue);
  line-height: 1.12;
  text-wrap: balance;
}

h1 {
  margin: 0;
  font-size: clamp(3.2rem, 14vw, 6.8rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  max-width: 760px;
}

h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
}

h3 {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 4vw, 1.55rem);
}

p {
  margin: 0;
  font-size: 1.04rem;
}

main {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

section {
  scroll-margin-top: 24px;
  margin-block: 18px;
}

#idee {
  margin-top: 28px;
}

#mitmachen {
  margin-top: 20px;
}

#unterstuetzen {
  margin-top: 34px;
}

#anlass {
  margin-top: 30px;
  margin-bottom: 16px;
}

#kontakt {
  margin-top: 18px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  background: white;
  color: var(--blue);
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 20;
}

.skip-link:focus {
  left: 12px;
}

.hero {
  padding: 10px 14px 28px;
}

.hero-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.hero-card {
  display: grid;
  grid-template-rows: auto auto;
  min-height: 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #dce6ef;
}

.hero-media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #dce6ef;
}

.hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: static;
  width: 100%;
  min-height: 0;
  padding: 18px 18px 20px;
  display: grid;
  align-content: start;
}

.lead {
  font-size: clamp(1.25rem, 4vw, 1.75rem);
  font-weight: 750;
  color: var(--blue);
  max-width: 760px;
  margin-top: 20px;
}

.sublead {
  max-width: 690px;
  margin-top: 16px;
  font-size: 1.12rem;
  color: #27384a;
}

.muted {
  color: var(--muted);
}


.button {
  display: inline-flex;
  min-height: 50px;
  align-items: start;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  background: var(--blue);
  color: white;
  box-shadow: var(--shadow);
}

.button.secondary {
  background: white;
  color: var(--blue);
  border: 1px solid var(--line);
}

.button.gold {
  background: var(--gold);
  color: #1d2731;
}

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.pad {
  padding: clamp(22px, 5vw, 36px);
}

.idea-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.86fr) minmax(260px, 0.7fr);
  gap: 28px;
  align-items: start;
}

.idea-copy {
  display: block;
}

.idea-copy p {
  max-width: 68ch;
  font-size: 1.18rem;
  line-height: 1.6;
}

.idea-lead {
  font-size: clamp(1.45rem, 3vw, 1.55rem);
  font-weight: 640;
  line-height: 1.45;
  color: var(--text);
  max-width: 70ch;
  margin-bottom: 24px;
}

.support-heading {
  margin-bottom: 18px;
}

.support-intro {
  max-width: 760px;
}

.support-card {
  background: var(--paper);
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(22px, 5vw, 36px);
}

.support-grid {
  display: grid;
  gap: 18px;
}

.support-panel {
  background: rgb(7 59 121 / 5%);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  text-align: center;
}

.support-panel h3 {
  margin-bottom: 0;
}

.support-panel > p {
  max-width: 62ch;
}

.support-panel .support-payment-lead,
.support-panel .support-payment-note,
.support-panel .support-material-copy,
.support-panel .support-material-contact,
.support-panel .support-financial-bank {
  text-align: center;
}

.support-panel h4 {
  margin: 0;
  color: var(--blue);
  font-size: 1.05rem;
}

.support-financial-variant {
  display: grid;
  gap: 14px;
  width: 100%;
}

.support-financial-desktop,
.support-financial-mobile {
  margin-top: auto;
}

.support-financial-mobile {
  display: none;
}

.support-financial-desktop {
  display: grid;
}

.support-financial-twint,
.support-financial-bank {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.support-financial-bank {
  margin-top: auto;
}

.support-financial-bank h4,
.support-financial-twint h4,
.support-material h3 {
  text-align: center;
}

.support-financial-twint,
.support-financial-bank,
.support-material {
  align-items: center;
}

.support-financial-twint .qr-asset-box {
  min-height: 220px;
  padding: 12px;
  justify-self: center;
}

.support-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  min-width: 220px;
  padding: 10px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--blue);
  font-weight: 850;
  text-decoration: none;
  text-align: center;
  line-height: 1.15;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.support-action:active {
  transform: translateY(1px);
}

.support-action:focus-visible {
  outline: 3px solid rgb(21 90 157 / 24%);
  outline-offset: 3px;
}

.support-action-primary {
  border-color: var(--blue-2);
  background: #fff;
  color: var(--blue);
}

.support-action-secondary {
  border-color: rgb(6 60 114 / 18%);
  color: var(--blue);
  background: #fcfdff;
}

.support-action-secondary,
.support-action-primary {
  min-height: 46px;
  padding: 10px 16px;
  font-size: 0.98rem;
}

.support-material {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  text-align: center;
}

.support-material h3 {
  margin-bottom: 0;
}

.support-material-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgb(7 59 121 / 6%);
}

.support-material-icon img {
  width: 60px;
  height: 60px;
}

.support-material-question {
  margin: 0;
  max-width: 26ch;
  font-size: 1.08rem;
  line-height: 1.4;
  color: var(--blue);
}

.support-material-copy {
  margin: 0;
  max-width: 34ch;
  line-height: 1.55;
}

.support-material-closing {
  max-width: 32ch;
}

.support-material-cta {
  margin-top: auto;
}

.support-material-contact {
  display: grid;
  gap: 8px;
  justify-items: center;
  width: 100%;
  max-width: 34ch;
  margin-top: 2px;
}

.support-material-contact-intro {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.support-material-contact a {
  color: var(--blue);
  font-weight: 850;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.support-material-contact a:first-of-type {
  word-break: break-word;
}

.support-notes {
  display: grid;
  gap: 0;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  grid-column: 1 / -1;
}

.support-notes-kicker {
  color: var(--olive);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.98rem;
  margin-bottom: 10px;
}

.support-note {
  display: grid;
  gap: 8px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.support-note:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.support-note-header {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.support-note-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #f2f6fb;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  flex: none;
  color: var(--blue);
}

.support-note-icon img {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.support-note h4 {
  margin: 0;
  color: var(--blue);
  font-size: 1.02rem;
}

.support-note p {
  margin: 0;
  max-width: 68ch;
  color: var(--text);
}

.section-heading {
  width: min(100%, var(--max));
  margin: 0 auto 18px;
  text-align: left;
  display: grid;
  gap: 8px;
  padding: 0 4px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-intro {
  max-width: 760px;
  margin-top: 2px;
}

.statement {
  margin-top: 1.75rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.kicker {
  color: var(--olive);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.00rem;
  margin-bottom: 8px;
}

.quote-card {
  background: var(--paper);
  color: var(--text);
  border-radius: 14px;
  padding: 24px 26px;
  box-shadow: none;
  border-left: 2px solid var(--gold);
}

.idea-quote {
  margin-top: 3rem;
}

.idea-quote .kicker {
  color: var(--olive);
  margin-bottom: 10px;
}

.idea-quote blockquote {
  margin: 0;
}

.idea-quote blockquote p {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.35rem, 2.6vw, 1.55rem);
  line-height: 1.4;
  font-weight: 650;
  max-width: 18ch;
}

.idea-quote .statement {
  margin-top: 1.2rem;
  margin-bottom: 0;
  color: var(--blue);
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.roles,
.event-grid {
  display: grid;
  gap: 14px;
}

.role,
.event-fact {
  padding: 22px;
}

.role {
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
}

.role p {
  max-width: 28ch;
}

.support-payment-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
}

.support-payment-subcard {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgb(255 255 255 / 74%);
  width: 100%;
}

.support-payment-subcard h4 {
  margin: 0;
  color: var(--blue);
  font-size: 1.05rem;
}

.support-payment-subcard-qr {
  display: grid;
}

.support-payment-subcard-paylink {
  display: none;
}

.support-fact-full {
  width: 100%;
}

.support-in-kind {
  display: grid;
  gap: 0;
  padding: 0;
}

.support-in-kind-copy {
  display: grid;
  gap: 10px;
}

.support-in-kind-copy p,
.support-in-kind-invitation p {
  max-width: 62ch;
}

.support-in-kind-invitation {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.support-in-kind-invitation h4 {
  margin: 0;
  color: var(--blue);
  font-size: 1.05rem;
}

.support-in-kind-contact {
  display: grid;
  gap: 20px;
  align-content: start;
}

.event-preview {
  margin-top: 18px;
}

.event-preview-layout {
  display: grid;
  gap: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(18px, 3.5vw, 28px);
}

.event-preview-copy {
  display: grid;
  gap: 10px;
  align-content: start;
}

.event-preview-copy p {
  max-width: 64ch;
}

.event-preview-link {
  width: fit-content;
  max-width: 320px;
  margin-top: 8px;
}

.event-preview-poster {
  display: block;
  justify-self: center;
  width: min(100%, 420px);
  transform: rotate(-0.8deg);
  transform-origin: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 14px 30px rgb(7 59 121 / 16%);
  border-radius: 18px;
  overflow: hidden;
}

.event-preview-poster img {
  display: block;
  width: 100%;
  height: auto;
}

.event-preview-poster:hover,
.event-preview-poster:focus-visible {
  transform: rotate(0deg) translateY(-2px);
  box-shadow: 0 18px 36px rgb(7 59 121 / 20%);
}

.support-contact-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  text-decoration: none;
  color: var(--blue);
  min-width: 0;
}

.support-contact-item:hover,
.support-contact-item:focus-visible {
  color: var(--blue-2);
}

.support-contact-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 850;
  color: var(--muted);
  margin-bottom: 1px;
}

.support-contact-value {
  display: block;
  min-width: 0;
  font-weight: 850;
  color: var(--blue);
  overflow-wrap: anywhere;
}

.support-contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgb(6 60 114 / 8%);
  display: grid;
  place-items: center;
  color: var(--blue);
  flex: none;
}

.support-contact-icon svg {
  width: 24px;
  height: 24px;
}

.support-extras {
  display: grid;
  gap: 14px;
}

.support-extra-card {
  background: rgb(7 59 121 / 5%);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  display: grid;
  gap: 10px;
}

.support-extra-card h3 {
  margin-bottom: 0;
}

.support-extra-card p {
  max-width: 32ch;
}

.support-extra-header {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: start;
}

.support-extra-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #f2f6fb;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  flex: none;
}

.support-extra-icon img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.support-extra-header h3 {
  margin: 0;
  min-width: 0;
}

.support-extra-card p {
  max-width: 32ch;
  margin: 0;
}

.icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  font-size: 1.9rem;
  background: var(--blue-soft);
  color: var(--blue);
  flex: none;
  margin-bottom: 14px;
}

.icon-image {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.role .icon {
  width: 116px;
  height: 116px;
  border-radius: 30px;
  margin-bottom: 12px;
}

.role .icon-image {
  width: 100px;
  height: 100px;
}

.icon.gold {
  background: #fff4d8;
  color: #b97800;
}

.icon.olive {
  background: #f0f2df;
  color: var(--olive);
}

.qr-asset-box {
  min-height: 220px;
  padding: 12px;
}

.qr-asset {
  display: block;
  width: min(100%, 164px);
  max-width: 164px;
  height: auto;
}

.event-card {
  background: var(--blue);
  color: white;
}

.event-card h2,
.event-card h3 {
  color: white;
}

.event-card .muted {
  color: rgb(255 255 255 / 78%);
}

.event-intro {
  max-width: 760px;
}

.event-fact {
  background: rgb(255 255 255 / 10%);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 18px;
}

.support-card h2,
.support-card h3,
.support-card h4 {
  color: var(--blue);
}

.support-grid {
  display: grid;
  gap: 18px;
}

.support-panel {
  background: rgb(7 59 121 / 5%);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  text-align: center;
}

.support-panel h3 {
  margin-bottom: 0;
}

.support-panel > p {
  max-width: 62ch;
}

.support-panel .support-payment-lead,
.support-panel .support-payment-note,
.support-panel .support-material-copy,
.support-panel .support-material-contact,
.support-panel .support-financial-bank {
  text-align: center;
}

.support-panel h4 {
  margin: 0;
  color: var(--blue);
  font-size: 1.05rem;
}

.support-payment-lead {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.35;
}

.support-payment-note {
  margin: 0;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.4;
}

.support-paylink-box {
  min-height: 180px;
  width: 100%;
  display: grid;
  gap: 8px;
  align-content: center;
  justify-items: center;
  padding: 14px 10px;
  border: 0;
  border-radius: 18px;
  background: #fbfdff;
}

#rnw-paylink-button-xxhcn {
  width: 100%;
  display: flex;
  justify-content: center;
}

#rnw-paylink-button-xxhcn > * {
  width: 100%;
  max-width: 100%;
  transform: scale(1.18);
  transform-origin: center;
}

#rnw-paylink-button-xxhcn button,
#rnw-paylink-button-xxhcn a,
#rnw-paylink-button-xxhcn [role="button"],
#rnw-paylink-button-xxhcn > * > * {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

#rnw-paylink-button-xxhcn button,
#rnw-paylink-button-xxhcn a,
#rnw-paylink-button-xxhcn [role="button"] {
  width: 100% !important;
}

.support-paylink-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.support-payment-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
}

.support-payment-subcard {
  display: grid;
  gap: 8px;
  padding: 16px 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  width: 100%;
  text-align: center;
  justify-items: center;
}

.support-payment-subcard h4 {
  margin: 0;
  color: var(--blue);
  font-size: 1.05rem;
}

.contact {
  background: var(--blue);
  color: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(24px, 5vw, 36px);
}

.contact-logo {
  display: block;
  width: min(100%, 240px);
  height: auto;
  margin-bottom: 18px;
}

.contact h2 {
  color: white;
}

.contact a {
  color: white;
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

footer {
  margin-top: 26px;
  padding: 30px 18px;
  color: white;
  background: var(--blue);
  text-align: center;
  font-weight: 750;
}

footer strong {
  color: var(--gold);
}

.mt-14 {
  margin-top: 14px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-18 {
  margin-top: 18px;
}

@media (max-width: 759px) {
  .hero-card {
    border-radius: 18px;
  }

  .support-card {
    border-radius: 18px;
  }

  .event-preview-layout {
    border-radius: 18px;
  }

  .contact {
    border-radius: 18px;
  }

  .role {
    border-radius: 18px;
  }

  .support-panel,
  .support-payment-subcard {
    border-radius: 14px;
  }

  .quote-card {
    border-radius: 14px;
  }

  .event-preview-poster {
    border-radius: 14px;
  }

  .icon,
  .support-material-icon,
  .support-note-icon {
    border-radius: 15px;
  }

  .support-action {
    border-radius: 14px;
  }

  .idea-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .idea-quote {
    margin-top: 16px;
  }

  .idea-copy {
    padding-inline: 2px;
  }

  .idea-copy p {
    font-size: 1.08rem;
    line-height: 1.62;
  }

  .hero-content h1 {
    font-size: clamp(2.95rem, 11.5vw, 3.85rem);
  }

  .hero-content .lead {
    font-size: 1.48rem;
    line-height: 1.42;
  }

  .idea-lead {
    font-size: clamp(1.2rem, 4vw, 1.28rem);
  }

  .roles,
  .support-grid {
    gap: 8px;
  }

  .role,
  .support-panel {
    padding: 16px;
    gap: 10px;
  }

  .role {
    min-height: 100%;
  }

  .role .icon {
    width: 96px;
    height: 96px;
    margin-bottom: 8px;
  }

  .role .icon-image {
    width: 84px;
    height: 84px;
  }

  .role h3 {
    margin-bottom: 0;
  }

  .role p {
    max-width: 30ch;
  }

  .support-panel h3 {
    margin-bottom: 0;
  }

  .support-material {
    gap: 10px;
  }

  .support-material-icon {
    width: 60px;
    height: 60px;
  }

  .support-material-icon img {
    width: 30px;
    height: 30px;
  }

  .support-material-question {
    max-width: 24ch;
  }

  .support-material-copy {
    max-width: 34ch;
  }

  .support-material-contact {
    margin-top: 0;
    gap: 5px;
  }

  .support-financial-desktop {
    display: none;
  }

  .support-financial-mobile {
    display: grid;
    gap: 10px;
    margin-top: auto;
  }

  .support-financial-mobile .support-action {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .support-financial-mobile .support-financial-bank {
    display: grid;
    gap: 8px;
  }

  .support-financial-mobile .support-bank-link {
    width: fit-content;
  }

  .support-payment-subcard {
    padding: 14px;
    gap: 8px;
  }

  .support-payment-grid {
    gap: 10px;
  }

  .support-payment-subcard-qr {
    min-height: 0;
  }

  .support-notes {
    margin-top: 2px;
    padding-top: 8px;
  }

  .support-note {
    gap: 6px;
    padding: 10px 0;
  }

  .support-note-header {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 6px;
  }

  .support-note-icon {
    width: 34px;
    height: 34px;
  }

  .support-note-icon img {
    width: 20px;
    height: 20px;
  }

  .event-preview {
    margin-top: 14px;
  }

  .event-preview-layout {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
  }

  .event-preview-copy {
    display: contents;
  }

  .event-preview-copy .kicker {
    order: 1;
  }

  .event-preview-copy h2 {
    order: 2;
  }

  .event-preview-copy p:nth-of-type(1) {
    order: 3;
  }

  .event-preview-copy p:nth-of-type(2) {
    order: 4;
  }

  .event-preview-poster {
    order: 5;
    width: 94%;
    max-width: none;
    justify-self: center;
    margin: 2px auto 0;
    transform: none;
  }

  .event-preview-download {
    order: 6;
    align-self: center;
    margin-top: 2px;
    color: var(--blue);
    font-weight: 800;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    width: fit-content;
    max-width: none;
  }

  footer {
    margin-top: 20px;
    padding: 24px 18px;
  }
}

@media (min-width: 760px) {
  .section-heading {
    margin-bottom: 20px;
  }

  .idea-quote {
    margin-top: 24px;
  }

  .idea-copy {
    padding-right: 6px;
  }

  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .support-panel {
    min-height: 100%;
  }

  .support-financial-desktop {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .support-financial-mobile {
    display: none;
  }

  .support-financial-twint-qr {
    display: grid;
    gap: 10px;
  }

  .support-financial-bank {
    display: grid;
    gap: 8px;
  }

  .support-material {
    justify-content: flex-start;
  }

  .support-material-copy {
    max-width: 36ch;
  }

  .support-material-contact {
    margin-top: 4px;
  }

  .support-notes {
    grid-column: 1 / -1;
  }

  .event-preview-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 1fr);
    gap: 30px;
    align-items: start;
  }

  .event-preview-copy {
    padding-top: 10px;
    padding-right: 2px;
  }

  .event-preview-poster {
    width: min(100%, 420px);
    justify-self: center;
  }

  .roles {
    grid-template-columns: repeat(3, 1fr);
  }

  .event-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .support-payment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .role {
    min-height: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .support-action:hover {
    background: var(--blue);
    color: white;
    border-color: var(--blue);
    box-shadow: 0 10px 18px rgb(7 59 121 / 12%);
  }
}

@media (min-width: 980px) {

  .section-heading {
    margin-bottom: 22px;
  }

  .event-preview-layout {
    gap: 32px;
  }

  .support-contact-links a {
    padding: 14px 16px;
  }


  .role,
  .event-fact,
  .support-fact {
    padding: 28px;
  }

  .icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    font-size: 2.25rem;
  }

  .icon-image {
    width: 56px;
    height: 56px;
  }

  .role .icon {
    width: 132px;
    height: 132px;
    border-radius: 34px;
    margin-bottom: 14px;
  }

  .role .icon-image {
    width: 114px;
    height: 114px;
  }

}

@media (min-width: 900px) {
  .hero-card {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    align-items: stretch;
    background: #f8f4ec;
  }

  .hero-media {
    order: 2;
    aspect-ratio: auto;
    min-height: 560px;
  }

  .hero-content {
    order: 1;
    min-height: 560px;
    padding: clamp(60px, 9vw, 86px) clamp(30px, 5vw, 48px) clamp(30px, 4vw, 42px);
    background: linear-gradient(90deg, rgb(248 244 236 / 100%) 0%, rgb(248 244 236 / 99%) 88%, rgb(248 244 236 / 96%) 100%);
  }

  .hero-content h1 {
    font-size: clamp(3.8rem, 13.3vw, 5.5rem);
  }
}

@media (max-width: 700px) {
  .support-payment-subcard-qr {
    display: none;
  }

  .support-payment-subcard-paylink {
    display: grid;
    width: 100%;
  }

  .support-paylink-box {
    min-height: 0;
    padding: 10px 8px;
  }

  #rnw-paylink-button-xxhcn > * {
    transform: scale(1.08);
  }

}

@media (max-width: 520px) {
  .hero-content h1 {
    font-size: clamp(2.7rem, 10.8vw, 3.5rem);
  }

  .hero-content .lead {
    max-width: 26ch;
    font-size: 1.36rem;
    line-height: 1.42;
  }

  main {
    width: min(100% - 22px, var(--max));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .event-preview-poster {
    transition: none;
    transform: none;
  }

  .event-preview-poster:hover,
  .event-preview-poster:focus-visible {
    transform: none;
  }
}
