@font-face {
  font-family: "Special Gothic Expanded One";
  src: url("SpecialGothicExpandedOne-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --bg: #020403;
  --page-gradient:
    radial-gradient(ellipse at 7% 2%, rgba(255, 167, 57, 0.78) 0%, rgba(148, 88, 25, 0.5) 21%, rgba(12, 10, 7, 0.38) 43%, rgba(2, 4, 3, 0) 68%),
    radial-gradient(ellipse at 92% 58%, rgba(38, 125, 112, 0.68) 0%, rgba(17, 74, 67, 0.48) 30%, rgba(3, 12, 11, 0.34) 55%, rgba(2, 4, 3, 0) 78%),
    linear-gradient(105deg, #070704 0%, #17140c 22%, #090d0b 48%, #061b19 76%, #031010 100%);
  --surface: rgba(8, 13, 12, 0.74);
  --surface-strong: rgba(11, 18, 17, 0.92);
  --border: rgba(255, 255, 255, 0.13);
  --border-strong: rgba(255, 255, 255, 0.25);
  --text: #f6fbf8;
  --muted: rgba(246, 251, 248, 0.74);
  --hype-green: #267d70;
  --bitcoin-orange: #ffa739;
  --focus: #ffd27d;
  --shadow: rgba(0, 0, 0, 0.44);
  --display-font: "Special Gothic Expanded One", Impact, Haettenschweiler, "Arial Black", sans-serif;
  --body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--page-gradient);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--page-gradient);
  color: var(--text);
  font-family: var(--body-font);
  text-rendering: geometricPrecision;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.ambient {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 2% 0%, rgba(255, 167, 57, 0.88) 0, rgba(165, 101, 28, 0.54) 23%, rgba(27, 22, 13, 0.2) 45%, rgba(2, 4, 3, 0) 67%),
    radial-gradient(ellipse at 96% 72%, rgba(38, 125, 112, 0.78) 0, rgba(18, 84, 76, 0.52) 30%, rgba(6, 26, 24, 0.22) 54%, rgba(2, 4, 3, 0) 76%),
    radial-gradient(ellipse at 60% 52%, rgba(2, 4, 3, 0.12) 0, rgba(2, 4, 3, 0.44) 52%, rgba(2, 4, 3, 0.72) 100%),
    linear-gradient(105deg, #080806 0%, #141108 28%, #07100e 54%, #061f1d 100%);
  animation: ambient-drift 18s ease-in-out infinite alternate;
}

.ambient::before,
.ambient::after {
  position: absolute;
  inset: -15%;
  content: "";
  pointer-events: none;
}

.ambient::before {
  background:
    linear-gradient(90deg, rgba(255, 167, 57, 0.2), rgba(4, 5, 4, 0.42) 36%, rgba(4, 9, 8, 0.3) 62%, rgba(38, 125, 112, 0.22)),
    radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0.22) 52%, rgba(0, 0, 0, 0.5) 100%);
  filter: blur(18px);
  opacity: 0.84;
}

.ambient::after {
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 0.6px, transparent 0.7px);
  background-size: 4px 4px;
  mix-blend-mode: overlay;
  opacity: 0.08;
}

.page-shell {
  display: grid;
  min-height: 100vh;
  grid-template-rows: 1fr auto;
  align-items: center;
  justify-items: center;
  padding: clamp(28px, 5vw, 64px) 20px 26px;
  position: relative;
}

.page-shell::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.34)),
    radial-gradient(ellipse at center, rgba(0, 0, 0, 0.08) 0, rgba(0, 0, 0, 0.28) 58%, rgba(0, 0, 0, 0.52) 100%);
}

.hero {
  width: min(100%, 500px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(22px, 3.2vw, 30px);
  text-align: center;
}

.logo {
  width: min(100%, 460px);
  height: auto;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.6));
}

.tagline {
  margin: -6px 0 0;
  color: var(--muted);
  font-family: var(--display-font);
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  line-height: 1.45;
  text-transform: none;
}

.social-links {
  display: grid;
  width: min(100%, 380px);
  gap: 12px;
}

.social-link {
  position: relative;
  display: grid;
  min-height: 64px;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 18px;
  padding: 12px 22px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    var(--surface);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  color: var(--text);
  font-family: var(--display-font);
  font-size: clamp(0.98rem, 2.2vw, 1.08rem);
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
  -webkit-tap-highlight-color: transparent;
}

.social-link::before {
  position: absolute;
  inset: -1px;
  content: "";
  background: linear-gradient(110deg, rgba(255, 167, 57, 0.18), transparent 38%, rgba(38, 125, 112, 0.24));
  opacity: 0;
  transition: opacity 180ms ease;
}

.social-link > * {
  position: relative;
  z-index: 1;
}

.icon-frame {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  justify-self: center;
}

.icon-frame img {
  width: auto;
  max-width: 32px;
  height: 28px;
  object-fit: contain;
  filter: drop-shadow(0 4px 9px rgba(0, 0, 0, 0.34));
}

.social-link:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.social-link:active {
  transform: scale(0.985);
}

.site-footer {
  width: min(100%, 500px);
  margin-top: 34px;
  color: rgba(246, 251, 248, 0.58);
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.site-footer p + p {
  margin-top: 3px;
}

.footer-title {
  color: rgba(246, 251, 248, 0.86);
  font-family: var(--display-font);
  font-size: 0.9rem;
  text-transform: uppercase;
}

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

@media (hover: hover) and (pointer: fine) {
  .social-link:hover {
    transform: translateY(-3px);
    border-color: var(--border-strong);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)),
      var(--surface-strong);
    box-shadow: 0 20px 48px var(--shadow), 0 0 32px rgba(38, 125, 112, 0.22), 0 0 22px rgba(255, 167, 57, 0.12);
  }

  .social-link:hover::before {
    opacity: 1;
  }
}

@media (max-width: 420px) {
  .page-shell {
    padding-right: 16px;
    padding-left: 16px;
  }

  .social-link {
    min-height: 60px;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    padding: 11px 18px;
  }

  .icon-frame {
    width: 34px;
    height: 34px;
  }

  .icon-frame img {
    max-width: 29px;
    height: 25px;
  }
}

@media (max-height: 720px) and (min-width: 720px) {
  .page-shell {
    padding-top: 28px;
    padding-bottom: 18px;
  }

  .hero {
    gap: 18px;
  }

  .logo {
    width: min(100%, 390px);
  }

  .social-link {
    min-height: 58px;
  }

  .site-footer {
    margin-top: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }

  .ambient,
  .social-link,
  .social-link::before {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

@keyframes ambient-drift {
  0% {
    transform: scale(1) translate3d(0, 0, 0);
    filter: saturate(0.95) brightness(0.95);
  }

  100% {
    transform: scale(1.04) translate3d(1.5%, -1.3%, 0);
    filter: saturate(1.1) brightness(1.04);
  }
}