@font-face {
  font-family: "Norwester";
  src: url("../assets/fonts/norwester.woff") format("woff");
  font-display: swap;
}

:root {
  color-scheme: dark;
  --black: #020302;
  --panel: #090c09;
  --ink: #f5f6ee;
  --muted: #a4aa9d;
  --yellow: #e5a832;
  --green: #73f37b;
  --teal: #00d4b8;
  --line: rgba(236, 247, 218, 0.16);
}

* {
  box-sizing: border-box;
  font-family: "Norwester", Impact, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--ink);
  font-family: "Norwester", Impact, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.hero {
  position: relative;
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.5vw, 2rem);
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
  padding: 0.75rem 0 1rem;
}

.brand {
  position: absolute;
  top: 2.1rem;
  left: 0;
  z-index: 5;
  text-decoration: none;
  font-family: "Norwester", Impact, sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.11em;
  color: var(--teal);
  text-shadow: 0 0 22px rgba(0, 212, 184, 0.35);
}

.brand span {
  color: var(--teal);
}

.ambient {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(100px);
  opacity: 0.12;
  pointer-events: none;
}

.ambient-one {
  width: 34rem;
  height: 34rem;
  left: -22rem;
  top: 18%;
  background: var(--yellow);
}

.ambient-two {
  width: 30rem;
  height: 30rem;
  right: -17rem;
  bottom: -5rem;
  background: var(--green);
}

.video-shell {
  position: relative;
  width: 100%;
  justify-self: stretch;
  padding: 1px;
  border-radius: 22px;
  background: linear-gradient(110deg, var(--yellow), var(--teal), var(--green));
  box-shadow: 0 0 0 8px rgba(0, 212, 184, 0.025), 0 0 70px rgba(0, 212, 184, 0.18), 0 28px 80px rgba(0, 0, 0, 0.75);
}

.hero-video {
  display: block;
  width: 100%;
  max-height: none;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: 21px;
  background: #000;
}

.video-caption {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.58rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 99px;
  background: rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(14px);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px var(--green);
}

.intro {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Norwester", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

h1 {
  max-width: none;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  line-height: 0.92;
}

.title-yellow,
.heading-yellow {
  color: var(--yellow);
  -webkit-text-stroke: 0;
  text-shadow: 0 0 26px rgba(247, 236, 69, 0.18);
}

.heading-green {
  color: var(--ink);
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.story {
  max-width: 58ch;
  margin: 0.7rem auto 0;
  color: #c5c9c0;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  letter-spacing: 0.025em;
  line-height: 1.72;
}

.primary-button,
.copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  min-height: 54px;
  padding: 0.2rem 1.25rem 0.2rem 1.5rem;
  border: 1px solid rgba(247, 236, 69, 0.58);
  border-radius: 8px;
  background: linear-gradient(115deg, rgba(247, 236, 69, 0.16), rgba(115, 243, 123, 0.1));
  box-shadow: 0 0 24px rgba(247, 236, 69, 0.12), inset 0 0 20px rgba(247, 236, 69, 0.04);
  color: var(--ink);
  text-decoration: none;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.primary-button:hover,
.copy-button:hover {
  transform: translateY(-2px);
  border-color: var(--yellow);
  box-shadow: 0 0 38px rgba(180, 240, 72, 0.24);
}

.primary-button span {
  color: var(--green);
  font-size: 1.1rem;
}

.support-section,
.connect-section {
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
  padding: clamp(1rem, 2vw, 1.6rem) 0;
  border-top: 1px solid var(--line);
}

.section-heading {
  display: block;
  margin-bottom: 0.75rem;
  text-align: center;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.9;
}

.section-heading > p:last-child {
  align-self: end;
  max-width: 38ch;
  margin: 0 0 0.45rem;
  color: var(--muted);
  line-height: 1.65;
}

.help-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(300px, 1.3fr);
  gap: 0.8rem;
}

.action-card {
  position: relative;
  min-height: 108px;
  overflow: hidden;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(15, 20, 14, 0.94), rgba(5, 7, 5, 0.96));
  transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  box-shadow: 0 0 34px rgba(115, 243, 123, 0.06), 0 0 48px rgba(247, 236, 69, 0.035);
}

.fundraiser {
  padding: 0.7rem 1rem;
}

a.action-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.action-card::before {
  content: "";
  position: absolute;
  width: 15rem;
  height: 15rem;
  right: -7rem;
  bottom: -8rem;
  border-radius: 50%;
  background: var(--green);
  filter: blur(75px);
  opacity: 0.15;
  animation: glow-trickle 7s ease-in-out infinite alternate;
}

.fundraiser:hover {
  transform: translateY(-4px);
  border-color: rgba(247, 236, 69, 0.55);
  box-shadow: 0 0 50px rgba(247, 236, 69, 0.1);
}

.card-number {
  color: #596057;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.card-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 1.1rem 0 auto;
  border: 1px solid rgba(247, 236, 69, 0.38);
  border-radius: 50%;
  color: var(--yellow);
  box-shadow: 0 0 22px rgba(247, 236, 69, 0.1);
  font-size: 0.9rem;
}

.action-card strong {
  display: block;
  margin-top: 0;
  font-family: "Norwester", Impact, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.action-card > span:not(.card-number):not(.card-icon):not(.arrow) {
  margin-top: 0.5rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.arrow {
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--green);
  font-size: 1.4rem;
}

.crypto-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  text-align: center;
}

.crypto-card .card-number,
.crypto-card .card-icon,
.crypto-card strong,
.crypto-card > span,
.crypto-card code {
  grid-column: 1 / -1;
}

.crypto-card .card-icon {
  margin-top: 1.1rem;
}

.crypto-card code {
  display: block;
  max-width: 100%;
  overflow: hidden;
  margin: 0.55rem 0;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(115, 243, 123, 0.18);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.55);
  color: #c9f7c4;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: normal;
  font-size: clamp(0.64rem, 1.35vw, 0.83rem);
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.copy-button {
  grid-column: 1 / -1;
  justify-content: center;
  min-height: 34px;
  border-color: rgba(115, 243, 123, 0.42);
  background: rgba(115, 243, 123, 0.07);
  box-shadow: 0 0 20px rgba(115, 243, 123, 0.07);
}

.copy-button.copied {
  border-color: var(--green);
  color: var(--green);
}

.network-note {
  margin: 1rem 0 0;
  color: #747b71;
  font-size: 0.72rem;
}

.connect-section {
  padding-bottom: 1rem;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  border-top: 0;
}

.social-links a,
.social-links button {
  display: grid;
  place-items: center;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 0.75rem;
  border: 1px solid rgba(229, 168, 50, 0.32);
  border-radius: 12px;
  background: linear-gradient(125deg, rgba(229, 168, 50, 0.07), rgba(115, 243, 123, 0.07));
  box-shadow: 0 0 24px rgba(229, 168, 50, 0.11), 0 0 40px rgba(229, 168, 50, 0.055);
  text-decoration: none;
  color: var(--ink);
  font: inherit;
  cursor: pointer;
  transition: color 180ms ease, padding 180ms ease, border-color 180ms ease;
}

.social-links a:hover,
.social-links button:hover,
.social-links button.copied {
  padding-inline: 0.75rem;
  border-color: rgba(229, 168, 50, 0.68);
  color: var(--yellow);
  box-shadow: 0 0 34px rgba(229, 168, 50, 0.2), 0 0 46px rgba(229, 168, 50, 0.1);
}

.social-contact .social-name {
  font-size: clamp(1.05rem, 2.4vw, 1.65rem);
}

.social-name {
  font-family: "Norwester", Impact, sans-serif;
  font-size: clamp(1.4rem, 3vw, 2.15rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.social-action {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.social-action b {
  margin-left: 0.7rem;
  color: var(--yellow);
  font-size: 1rem;
}

footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.55rem;
  width: min(100% - 48px, 1240px);
  min-height: 110px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  color: var(--teal);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(0, 212, 184, 0.25);
}

.footer-site-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.35rem 1rem;
  border: 1px solid rgba(229, 168, 50, 0.5);
  border-radius: 8px;
  background: rgba(229, 168, 50, 0.08);
  box-shadow: 0 0 22px rgba(229, 168, 50, 0.16), inset 0 0 14px rgba(229, 168, 50, 0.06);
  color: var(--yellow);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.footer-site-link:hover {
  border-color: var(--yellow);
  box-shadow: 0 0 30px rgba(229, 168, 50, 0.28), inset 0 0 18px rgba(229, 168, 50, 0.1);
}

.closing-quote {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease, text-shadow 180ms ease;
}

.closing-quote:hover {
  color: var(--yellow);
  text-shadow: 0 0 20px rgba(247, 236, 69, 0.32);
}

.footer-brand {
  position: static;
  color: var(--ink);
}

@keyframes glow-trickle {
  from {
    transform: translate3d(-35%, -10%, 0) scale(0.8);
    background: var(--yellow);
  }

  to {
    transform: translate3d(15%, 18%, 0) scale(1.2);
    background: var(--green);
  }
}

:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 5px;
}

@media (max-width: 820px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 1rem;
    width: min(100% - 32px, 600px);
    padding-top: 1rem;
  }

  .video-shell {
    justify-self: center;
    width: 100%;
  }

  .hero-video {
    max-height: none;
  }

  .intro {
    padding-bottom: 0;
  }

  h1 {
    font-size: clamp(2.7rem, 13vw, 4.8rem);
  }

  .support-section,
  .connect-section,
  footer {
    width: min(100% - 32px, 600px);
  }

  .section-heading,
  .help-grid {
    grid-template-columns: 1fr;
  }

  .section-heading > p:last-child {
    margin-top: 1.4rem;
  }

  .help-grid {
    gap: 0.8rem;
  }

  .action-card {
    min-height: 104px;
  }
}

@media (max-width: 430px) {
  .hero,
  .support-section,
  .connect-section,
  footer {
    width: calc(100% - 24px);
  }

  .hero {
    padding-top: 0.75rem;
  }

  .brand {
    top: 1.6rem;
  }

  .story {
    font-size: 0.96rem;
  }

  h2 {
    font-size: clamp(1.95rem, 10vw, 2.7rem);
  }

  .primary-button {
    width: 100%;
  }

  .section-heading {
    margin-bottom: 0.7rem;
  }

  .action-card {
    padding: 1.35rem;
  }

  .social-links a,
  .social-links button {
    min-height: 66px;
  }

  footer {
    flex-direction: column;
    justify-content: center;
    gap: 0.8rem;
  }

  footer p {
    margin: 0;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
