@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/anton-vietnamese.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/anton-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/anton-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/space-mono-vietnamese.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/space-mono-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/space-mono-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/space-mono-bold-vietnamese.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/space-mono-bold-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/space-mono-bold-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #0a0a0b;
  color: #f2f2ef;
  font-family: 'Space Mono', monospace;
  overflow-x: hidden;
}

a {
  color: oklch(0.60 0.19 27);
  text-decoration: none;
}

a:hover {
  color: oklch(0.70 0.17 27);
}

::selection {
  background: oklch(0.60 0.19 27);
  color: #0a0a0b;
}

@keyframes flashIn {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(1.14);
    filter: brightness(6) blur(2px);
  }
  35% {
    opacity: 1;
    filter: brightness(6);
  }
  45% {
    transform: translateY(0) scale(1);
    filter: brightness(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: brightness(1);
  }
}

@keyframes barFlash {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes tick {
  to {
    transform: translateX(-50%);
  }
}

@keyframes pulseDot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.hud {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 28px;
  mix-blend-mode: difference;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
}

.hud-logo {
  font-weight: 700;
}

.hud-status {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hud-dot {
  width: 7px;
  height: 7px;
  background: oklch(0.60 0.19 27);
  border-radius: 50%;
  animation: pulseDot 1.6s infinite;
}

.hero {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12vh 5vw 8vh;
  position: relative;
  border-bottom: 2px solid #1c1c1e;
}

.hero-kicker {
  font-family: 'Space Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.34em;
  color: oklch(0.60 0.19 27);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(88px, 26vw, 420px);
  line-height: 0.82;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #f2f2ef;
}

.hero-title span {
  color: oklch(0.60 0.19 27);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 32px;
  margin-top: 34px;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8a8a8c;
}

.footer {
  padding: 34px 5vw;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  justify-content: space-between;
  align-items: center;
}

.footer-copy {
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #5a5a5c;
}

.footer-links {
  display: flex;
  gap: 32px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-snap] {
  opacity: 0;
}

[data-snap].is-visible {
  animation: flashIn 0.55s cubic-bezier(0.2, 0.9, 0.2, 1) both;
  text-shadow: 0 0 0 transparent;
}

.imprint-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(6, 6, 7, 0.86);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.imprint-overlay.is-open {
  display: flex;
}

.imprint-box {
  position: relative;
  max-width: 520px;
  width: 100%;
  background: #0d0d0f;
  border: 2px solid oklch(0.60 0.19 27);
  padding: 48px 44px;
}

.imprint-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  color: #8a8a8c;
  font-family: 'Space Mono', monospace;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}

.imprint-close:hover {
  color: #f2f2ef;
}

.imprint-kicker {
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: oklch(0.60 0.19 27);
  margin-bottom: 22px;
}

.imprint-heading {
  font-family: 'Anton', sans-serif;
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
  color: #f2f2ef;
  margin-bottom: 24px;
}

.imprint-heading span {
  font-size: 16px;
  color: #8a8a8c;
}

.imprint-address {
  font-size: 15px;
  line-height: 1.9;
  color: #c8c8c6;
  font-family: 'Space Mono', monospace;
}

@media (max-width: 640px) {
  .hud {
    padding: 14px 18px;
  }

  .hero {
    padding: 14vh 5vw 6vh;
  }

  .hero-title {
    font-size: clamp(56px, 22vw, 180px);
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .imprint-box {
    padding: 36px 24px;
  }
}
