:root {
  color-scheme: dark;
  --bg: #040815;
  --panel: rgba(7, 16, 34, 0.84);
  --panel-strong: rgba(8, 18, 39, 0.96);
  --line: rgba(149, 193, 255, 0.25);
  --line-pink: rgba(255, 86, 181, 0.45);
  --text: #f8fbff;
  --muted: #b7c3dc;
  --cyan: #28c9ff;
  --pink: #ff4faf;
  --violet: #8c4dff;
  --deep: #091020;
  --radius: 14px;
  --shadow: 0 22px 80px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 68% 14%, rgba(255, 82, 190, 0.35), transparent 28rem),
    radial-gradient(circle at 90% 30%, rgba(34, 203, 255, 0.38), transparent 30rem),
    linear-gradient(180deg, #050813 0%, #041025 62%, #030710 100%);
}

main {
  background:
    linear-gradient(180deg, rgba(4, 12, 27, 0) 0, rgba(4, 12, 27, 0.44) 8px, rgba(3, 11, 25, 0.98) 88px),
    radial-gradient(circle at 74% 0, rgba(36, 169, 255, 0.16), transparent 32rem),
    linear-gradient(180deg, #041025 0%, #031022 100%);
}

.page-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.topbar {
  height: 72px;
  padding: 8px 42px;
  display: grid;
  grid-template-columns: 130px 1fr auto;
  align-items: center;
  gap: 28px;
  background: rgba(3, 7, 17, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.brand img {
  display: block;
  width: 81px;
  height: 58px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(26px, 5vw, 72px);
}

.nav-links a,
.outline-link,
.button {
  color: var(--text);
  text-decoration: none;
}

.nav-links a {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

button,
.button,
.outline-link {
  font: inherit;
}

.install-button,
.menu-button {
  color: var(--text);
  background: rgba(13, 21, 41, 0.78);
  border: 1px solid rgba(170, 196, 255, 0.34);
}

.install-button {
  min-width: 176px;
  height: 52px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 9px;
  text-transform: uppercase;
  cursor: pointer;
}

.install-button strong {
  display: block;
  font-size: 13px;
  line-height: 1.05;
}

.install-button small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}

.download-icon {
  font-size: 26px;
  line-height: 1;
}

.menu-button {
  position: relative;
  z-index: 22;
  width: 52px;
  height: 52px;
  border-radius: 9px;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}

.menu-backdrop[hidden],
.site-menu[hidden] {
  display: none;
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 20;
  background: rgba(1, 5, 14, 0.68);
  backdrop-filter: blur(4px);
}

.site-menu {
  position: fixed;
  top: 82px;
  right: 42px;
  z-index: 21;
  width: min(320px, calc(100vw - 32px));
  padding: 12px;
  display: grid;
  gap: 4px;
  background: linear-gradient(145deg, rgba(12, 26, 54, 0.98), rgba(5, 10, 24, 0.99));
  border: 1px solid rgba(126, 158, 215, 0.42);
  border-radius: 12px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.56), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.site-menu a {
  min-height: 42px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  color: var(--text);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-menu a:hover,
.site-menu a:focus-visible {
  color: var(--text);
  outline: none;
  background: linear-gradient(90deg, rgba(255, 79, 175, 0.24), rgba(40, 201, 255, 0.16));
}

.site-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1239 / 338;
  min-height: 0;
  display: block;
  overflow: hidden;
  isolation: isolate;
  background:
    url("assets/hero-background-clean.webp?v=29") center center / 100% 100% no-repeat,
    linear-gradient(90deg, #050915 0%, #100b28 43%, #07152c 100%);
}

.site-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 8, 20, 0.34) 0%, rgba(2, 8, 20, 0) 10%, rgba(2, 8, 20, 0) 84%, rgba(2, 8, 20, 0.35) 100%),
    radial-gradient(ellipse at 50% 100%, rgba(3, 14, 31, 0.12), transparent 46%);
}

.site-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 76px;
  content: "";
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 12, 28, 0) 0%, rgba(3, 12, 28, 0.58) 56%, rgba(4, 13, 29, 0.98) 100%),
    radial-gradient(ellipse at 18% 100%, rgba(4, 16, 34, 0.82), transparent 42%),
    radial-gradient(ellipse at 82% 100%, rgba(4, 18, 36, 0.78), transparent 40%);
}

.hero-copy {
  position: absolute;
  z-index: 3;
  top: 8.35%;
  left: 2.55%;
  width: 43.7%;
  padding: 0;
}

.hero-copy h1 {
  width: max-content;
  max-width: none;
  font-size: clamp(40px, 4.15vw, 66px);
  line-height: 0.88;
  letter-spacing: 0.015em;
  opacity: 1;
  transform: scaleX(1.29);
  transform-origin: left top;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.54), 0 0 18px rgba(255, 255, 255, 0.08);
}

.hero-copy h1 span {
  display: block;
}

.hero-copy h1 span:last-child {
  color: var(--pink);
}

.hero-name {
  width: max-content;
  margin: 12px 0 0;
  font-size: clamp(24px, 2.68vw, 43px);
  line-height: 1;
  font-weight: 900;
  opacity: 1;
  transform: scaleX(1.08);
  transform-origin: left top;
}

.hero-name strong {
  color: var(--pink);
}

.hero-subline {
  margin: 11px 0 12px;
  color: var(--cyan);
  font-size: clamp(17px, 1.64vw, 26px);
  line-height: 1;
  font-weight: 900;
  opacity: 1;
}

.hero-text {
  margin: 0;
  color: var(--text);
  font-size: clamp(11px, 1.03vw, 16px);
  line-height: 1.46;
  opacity: 1;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.62);
}

.hero-actions {
  margin-top: clamp(14px, 1.52vw, 24px);
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(11px, 1.13vw, 18px);
}

.hero-button {
  width: clamp(184px, 17.6vw, 282px);
  height: clamp(32px, 3.07vw, 49px);
  min-width: 0;
  min-height: 0;
  padding: 0 clamp(12px, 1.48vw, 24px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, 0.82vw, 13px);
  border-radius: clamp(5px, 0.5vw, 8px);
  color: var(--text);
  font-size: clamp(11px, 1.1vw, 17px);
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.33);
  white-space: nowrap;
}

.hero-button-primary {
  width: clamp(184px, 17.6vw, 282px);
  background: linear-gradient(135deg, #ff5bbd 0%, #e53696 100%);
}

.hero-button-secondary {
  width: clamp(171px, 16.38vw, 262px);
  background: rgba(10, 15, 31, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.heart-icon,
.play-icon {
  font-size: clamp(18px, 1.95vw, 31px);
  line-height: 1;
}

.play-icon {
  font-size: clamp(18px, 1.85vw, 30px);
}

.hero-button:focus-visible {
  outline: 2px solid rgba(40, 201, 255, 0.9);
  outline-offset: 3px;
}

.hero-art {
  display: none;
}

h1,
.wordmark,
.waz-line {
  margin: 0;
  font-family: "Arial Black", Impact, Haettenschweiler, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

h1 {
  max-width: 640px;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 0.93;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.38);
}

h1 span {
  display: block;
}

h1 span:last-child {
  color: var(--pink);
}

.identity {
  margin: 12px 0 0;
  font-size: clamp(28px, 3vw, 41px);
  font-weight: 900;
  line-height: 1.05;
}

.identity strong,
.timeline-columns h2:first-child {
  color: var(--pink);
}

.subline {
  margin: 10px 0 12px;
  color: var(--cyan);
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 900;
}

.intro {
  width: min(100%, 480px);
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.48;
}

.button {
  min-height: 46px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.28);
}

.button-primary {
  min-width: 262px;
  background: linear-gradient(135deg, #ff58bd, #d9348b);
}

.button-secondary {
  min-width: 248px;
  background: rgba(10, 15, 32, 0.74);
  border-color: rgba(255, 255, 255, 0.76);
}

.dashboard-grid {
  position: relative;
  margin-top: 20px;
  padding: 0 56px 0;
  display: grid;
  grid-template-columns: 1.03fr 1.65fr 0.82fr;
  grid-template-rows: 190px 310px;
  gap: 12px;
  background:
    linear-gradient(180deg, rgba(4, 13, 29, 0.94) 0%, rgba(4, 13, 29, 0.98) 22px, rgba(3, 12, 26, 0.99) 100%);
}

.panel,
.trust-card {
  background:
    linear-gradient(145deg, rgba(12, 26, 54, 0.86), rgba(5, 10, 24, 0.96));
  border: 1px solid rgba(126, 158, 215, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.panel {
  padding: 21px 22px;
}

.panel-kicker {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.donation-panel {
  grid-column: 1;
  grid-row: 1;
}

.donation-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.donation-row strong {
  font-size: 32px;
}

.donation-row span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.progress {
  height: 20px;
  margin: 17px 0 19px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(137, 107, 185, 0.38);
}

.progress span {
  display: block;
  width: 62%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pink), #f3399b);
}

.donation-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  color: var(--text);
  font-size: 14px;
}

.trust-strip {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-card {
  min-width: 0;
  padding: 20px 18px 16px;
  text-align: center;
  border-radius: 0;
}

.trust-card:first-child {
  border-radius: var(--radius) 0 0 var(--radius);
}

.trust-card:last-child {
  border-radius: 0 var(--radius) var(--radius) 0;
}

.trust-card h2 {
  margin: 9px 0 8px;
  color: #54cfff;
  font-size: 13px;
  text-transform: uppercase;
}

.trust-card p {
  margin: 0 auto;
  max-width: 190px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12.5px;
  line-height: 1.36;
}

.trust-svg {
  width: 60px;
  height: 55px;
  margin: 0 auto;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
  filter: drop-shadow(0 0 10px currentColor);
}

.trust-svg.cyan {
  color: #38c4ff;
}

.trust-svg.violet {
  width: 68px;
  color: #b174ff;
}

.press-card {
  grid-column: 3;
  grid-row: 1;
  padding: 14px 22px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}

.press-card .panel-kicker {
  margin-bottom: 8px;
}

.waz-line {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.waz-line strong {
  color: #ef1515;
  font-size: 48px;
  line-height: 0.9;
}

.waz-line span {
  font-size: 33px;
}

.press-card p:not(.panel-kicker) {
  margin: 7px 0 8px;
  max-width: 270px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.14;
}

.outline-link {
  min-height: 37px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 7px;
  font-weight: 900;
  text-transform: uppercase;
}

.press-card .outline-link {
  width: 100%;
  min-height: 32px;
  padding-inline: 14px;
  margin-top: auto;
  font-size: 12px;
}

.timeline-panel {
  grid-column: 1 / 3;
  grid-row: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 18px 22px 14px;
}

.timeline-line {
  position: relative;
  height: 28px;
  margin: 5px 10px 0;
}

.timeline-line::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: calc(100% - 42px);
  height: 3px;
  content: "";
  background:
    linear-gradient(90deg, var(--pink) 0 31%, #8d50ff 31% 60.7%, #46c7ff 60.7% 100%);
  border-radius: 99px;
}

.timeline-line::after {
  position: absolute;
  top: 13px;
  right: 42px;
  width: 174px;
  height: 2px;
  content: "";
  background-image: linear-gradient(90deg, rgba(73, 203, 255, 0.95) 50%, transparent 50%);
  background-size: 14px 2px;
  opacity: 0.95;
}

.timeline-line span {
  position: absolute;
  top: 6px;
  width: 17px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 4px rgba(255, 79, 175, 0.12);
}

.timeline-line span:nth-child(2) {
  left: 33.6%;
  background: #9159ff;
}

.timeline-line span:nth-child(3) {
  left: 60.7%;
  background: #42bdff;
}

.timeline-line i {
  position: absolute;
  top: -8px;
  right: 0;
  width: 43px;
  aspect-ratio: 1;
  border: 4px solid #45c8ff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #7fdcff;
  font-size: 19px;
  font-style: normal;
  line-height: 1;
  box-shadow: 0 0 24px rgba(72, 200, 255, 0.75);
  background: radial-gradient(circle, rgba(45, 97, 160, 0.86), rgba(9, 27, 57, 0.92));
}

.timeline-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr;
  gap: 38px;
  padding: 0 12px 0;
}

.timeline-columns h2 {
  margin: 4px 0 6px;
  font-size: 22px;
}

.timeline-columns section:nth-child(2) h2 {
  color: #a364ff;
}

.timeline-columns section:nth-child(3) h2 {
  color: #4cc9ff;
}

.timeline-columns section:nth-child(3) {
  padding-right: 118px;
}

.timeline-columns h3 {
  margin: 0 0 8px;
  color: #ff66be;
  font-size: 14px;
}

.timeline-columns section:nth-child(2) h3 {
  color: #bb91ff;
}

.timeline-columns section:nth-child(3) h3 {
  color: #7bd9ff;
}

.timeline-columns p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
}

.timeline-footer {
  position: static;
  margin: auto 0 0;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outline-link.compact {
  min-height: 34px;
  min-width: 242px;
  margin-left: 0;
  font-size: 12px;
}

.still-here-note {
  position: absolute;
  right: 28px;
  top: 100px;
  width: 94px;
  color: #54d2ff;
  font-family: "Comic Sans MS", "Segoe Print", cursive;
  font-size: 24px;
  line-height: 0.95;
  transform: rotate(-8deg);
  text-align: center;
  text-shadow: 0 0 14px rgba(70, 200, 255, 0.5);
}

.twitch-card {
  grid-column: 3;
  grid-row: 2;
  position: relative;
  padding: 18px 22px 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.twitch-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.twitch-head .panel-kicker {
  max-width: 276px;
  margin-bottom: 13px;
  line-height: 1.12;
}

.twitch-badge {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(111, 65, 220, 0.82), rgba(55, 38, 121, 0.88));
}

.twitch-badge svg,
.twitch-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.stream-content {
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  column-gap: 12px;
  row-gap: 8px;
  align-items: start;
  flex: 1 1 auto;
}

.stream-content > div {
  min-width: 0;
}

.stream-content img {
  grid-column: 1;
  grid-row: 1;
}

.stream-copy {
  grid-column: 2;
  grid-row: 1;
}

.stream-content img {
  width: 100%;
  aspect-ratio: 1.78;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.stream-content p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.28;
}

.twitch-button {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  min-width: 0;
  min-height: 40px;
  padding-inline: 10px;
  gap: 8px;
  font-size: 13px;
  background: linear-gradient(135deg, #7b3cff, #a33df8);
  color: #fff;
}

.twitch-button svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.stream-date {
  min-height: 33px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-inline: -12px;
  width: calc(100% + 24px);
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 7px;
  font-size: 11px;
  white-space: nowrap;
  flex: 0 0 auto;
}

.calendar-icon {
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.site-footer {
  height: 52px;
  margin-top: 20px;
  padding: 0 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--text);
  border-top: 1px solid rgba(89, 119, 163, 0.34);
  background:
    linear-gradient(180deg, rgba(2, 8, 18, 0.98), rgba(3, 14, 29, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  font-size: 14px;
}

.site-footer strong {
  color: var(--pink);
  font-size: 16px;
}

.ribbon-icon {
  margin-right: 10px;
  color: var(--pink);
  font-size: 21px;
  vertical-align: middle;
}

@media (max-width: 1180px) {
  .topbar,
  .dashboard-grid,
  .site-footer {
    padding-inline: 28px;
  }

  .site-hero {
    aspect-ratio: 1239 / 338;
  }

  .hero-copy {
    top: 8.35%;
    left: 2.55%;
    width: 43.7%;
    padding: 0;
  }

  .hero-art {
    display: none;
  }

  .dashboard-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .donation-panel,
  .trust-strip,
  .press-card,
  .timeline-panel,
  .twitch-card {
    grid-column: auto;
    grid-row: auto;
    min-height: 310px;
  }

  .trust-strip,
  .timeline-panel {
    grid-column: 1 / -1;
  }
}

@media (min-width: 761px) and (max-width: 1299px) {
  .site-hero {
    height: clamp(360px, 29vw, 384px);
    min-height: 360px;
    aspect-ratio: auto;
  }
}

@media (max-width: 760px) {
  .topbar {
    height: 64px;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    padding: 7px 16px;
  }

  .brand img {
    width: 52px;
    height: 52px;
  }

  .nav-links {
    display: none;
  }

  .install-button {
    min-width: 46px;
    width: 46px;
    height: 46px;
    padding: 0;
  }

  .install-button span:last-child {
    display: none;
  }

  .menu-button {
    width: 46px;
    height: 46px;
  }

  .dashboard-grid {
    padding: 0 16px;
    display: block;
  }

  .site-hero {
    min-height: 560px;
    aspect-ratio: auto;
    background-size: auto 100%;
    background-position: 56% center;
  }

  .site-hero::before {
    background:
      linear-gradient(90deg, rgba(3, 6, 17, 0.82) 0%, rgba(3, 6, 17, 0.68) 58%, rgba(3, 6, 17, 0.34) 100%);
  }

  .hero-copy {
    top: 24px;
    right: 16px;
    left: 16px;
    width: auto;
    padding: 0;
  }

  .hero-copy h1 {
    font-size: 45px;
    opacity: 1;
    transform: none;
    width: auto;
  }

  .hero-name {
    margin-top: 12px;
    font-size: 29px;
    opacity: 1;
    transform: none;
    width: auto;
  }

  .hero-subline {
    margin-block: 10px 14px;
    font-size: 20px;
    line-height: 1.18;
    opacity: 1;
  }

  .hero-text {
    font-size: 15px;
    line-height: 1.5;
    opacity: 1;
  }

  .hero-actions {
    width: 100%;
    margin-top: 24px;
    flex-direction: column;
    gap: 12px;
  }

  .hero-button,
  .hero-button-primary,
  .hero-button-secondary {
    width: 100%;
    min-width: 0;
    height: 46px;
    color: var(--text);
    font-size: 14px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.33);
  }

  .hero-button-primary {
    background: linear-gradient(135deg, #ff5bbd 0%, #e53696 100%);
  }

  .hero-button-secondary {
    background: rgba(10, 15, 31, 0.78);
    border-color: rgba(255, 255, 255, 0.72);
  }

  .panel,
  .trust-strip {
    margin-bottom: 14px;
  }

  .trust-strip,
  .timeline-columns,
  .stream-content {
    display: grid;
    grid-template-columns: 1fr;
  }

  .stream-content {
    grid-template-rows: auto;
    row-gap: 12px;
    flex: 0 0 auto;
  }

  .stream-content img,
  .stream-copy,
  .stream-content .twitch-button {
    grid-column: 1;
    grid-row: auto;
  }

  .stream-content img { order: 1; }
  .stream-content .twitch-button { order: 2; }
  .stream-copy { order: 3; }

  .trust-card,
  .trust-card:first-child,
  .trust-card:last-child {
    border-radius: var(--radius);
  }

  .timeline-line {
    display: none;
  }

  .timeline-columns {
    gap: 16px;
  }

  .timeline-footer {
    position: static;
    justify-content: space-between;
    gap: 18px;
  }

  .timeline-footer .outline-link.compact {
    margin-left: 0;
    min-width: 0;
  }

  .still-here-note {
    position: static;
    font-size: 22px;
  }

  .stream-date,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    height: auto;
    padding: 18px 16px;
  }

  .timeline-panel,
  .twitch-card {
    min-height: 0;
  }

  .stream-date {
    margin-top: 11px;
    margin-inline: 0;
    width: auto;
    white-space: normal;
  }
}

@media (min-width: 1300px) and (aspect-ratio >= 16 / 9) and (max-height: 900px) {
  .topbar {
    height: 60px;
    padding-block: 5px;
  }

  .brand img {
    width: 75px;
    height: 54px;
  }

  .install-button,
  .menu-button {
    height: 46px;
  }

  .install-button {
    min-width: 164px;
  }

  .site-hero {
    height: 384px;
    aspect-ratio: 1239 / 338;
  }

  .hero-copy {
    top: 8.35%;
    left: 2.55%;
    width: 43.7%;
    padding: 0;
  }

  .hero-copy h1 {
    font-size: clamp(40px, 4.15vw, 66px);
  }

  .hero-name {
    margin-top: 12px;
    font-size: clamp(24px, 2.68vw, 43px);
  }

  .hero-subline {
    margin-block: 11px 12px;
    font-size: clamp(17px, 1.64vw, 26px);
  }

  .hero-text {
    font-size: clamp(11px, 1.03vw, 16px);
    line-height: 1.46;
  }

  .hero-actions {
    margin-top: clamp(14px, 1.52vw, 24px);
  }

  .hero-button {
    height: clamp(32px, 3.07vw, 49px);
    min-height: 0;
    font-size: clamp(11px, 1.1vw, 17px);
  }

  .button {
    min-height: 42px;
  }

  .button-primary {
    min-width: 250px;
  }

  .button-secondary {
    min-width: 236px;
  }

  .dashboard-grid {
    padding-inline: 56px;
    margin-top: 20px;
    grid-template-rows: 178px 310px;
    gap: 12px;
  }

  .panel {
    padding: 18px 22px;
  }

  .panel-kicker {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .donation-row strong {
    font-size: 28px;
  }

  .progress {
    height: 18px;
    margin-block: 14px;
  }

  .donation-meta {
    font-size: 12px;
  }

  .trust-card {
    padding: 16px 18px 13px;
  }

  .trust-svg {
    width: 48px;
    height: 42px;
  }

  .trust-svg.violet {
    width: 60px;
  }

  .trust-card h2 {
    margin-block: 8px 6px;
    font-size: 12px;
  }

  .trust-card p {
    font-size: 12px;
    line-height: 1.32;
  }

  .waz-line strong {
    font-size: 54px;
  }

  .waz-line span {
    font-size: 36px;
  }

  .press-card p:not(.panel-kicker) {
    margin-block: 10px 12px;
    font-size: 13px;
  }

  .outline-link {
    min-height: 36px;
    font-size: 12px;
  }

  .timeline-line {
    height: 28px;
    margin: 0 8px 0;
  }

  .timeline-line::before {
    top: 13px;
    width: calc(100% - 42px);
  }

  .timeline-line::after {
    top: 13px;
    right: 42px;
    width: 172px;
  }

  .timeline-line span {
    top: 6px;
  }

  .timeline-line i {
    top: -8px;
    right: 0;
    width: 43px;
    font-size: 19px;
  }

  .timeline-columns {
    gap: 36px;
    padding-inline: 8px;
  }

  .timeline-columns h2 {
    margin-top: 1px;
    font-size: 20px;
  }

  .timeline-columns h3 {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .timeline-columns p {
    font-size: 11.6px;
    line-height: 1.31;
  }

  .timeline-footer {
    margin: auto 0 0;
    min-height: 32px;
  }

  .timeline-footer .outline-link.compact {
    min-height: 31px;
    min-width: 240px;
    margin-left: 0;
  }

  .still-here-note {
    top: 102px;
    right: 28px;
    font-size: 22px;
  }

  .stream-content {
    grid-template-columns: 42% minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .stream-content img {
    min-height: 102px;
  }

  .stream-content p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.28;
  }

  .twitch-button {
    width: 100%;
    min-width: 0;
    min-height: 36px;
    padding-inline: 8px;
    font-size: 12px;
  }

  .stream-date {
    min-height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-inline: -10px;
    width: calc(100% + 20px);
    padding-inline: 12px;
    font-size: 11px;
  }

  .site-footer {
    height: 48px;
    margin-top: 20px;
    padding-inline: 78px;
    font-size: 13px;
  }

  .press-card {
    padding: 14px 22px 10px;
  }

  .press-card .panel-kicker {
    margin-bottom: 9px;
  }

  .press-card .waz-line {
    gap: 24px;
  }

  .press-card .waz-line strong {
    font-size: 49px;
  }

  .press-card .waz-line span {
    font-size: 33px;
  }

  .press-card p:not(.panel-kicker) {
    margin-block: 6px 6px;
    font-size: 12.4px;
    line-height: 1.12;
  }

  .press-card .outline-link {
    width: 100%;
    min-height: 30px;
    padding-inline: 14px;
    margin-top: auto;
    font-size: 11.5px;
  }

  .twitch-card {
    padding: 16px 20px 0;
  }

  .twitch-head {
    min-height: 38px;
  }

  .twitch-head .panel-kicker {
    margin-bottom: 10px;
    max-width: 230px;
    font-size: 12px;
    line-height: 1.08;
  }

  .twitch-badge {
    width: 40px;
    height: 40px;
    transform: translateY(-2px);
  }
}
