:root {
  color-scheme: dark;
  --bg: #0a0a0b;
  --surface: #151517;
  --surface-raised: #1b1b1e;
  --text: #f4f2ec;
  --muted: #9a9a93;
  --accent: #d7ff3f;
  --border: #2a2a2e;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% -5%, rgba(215, 255, 63, 0.09), transparent 30rem),
    var(--bg);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display",
    "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.ambient {
  position: fixed;
  z-index: -1;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.08;
  pointer-events: none;
}

.ambient-one {
  top: 25rem;
  left: -18rem;
  background: var(--accent);
}

.ambient-two {
  right: -20rem;
  bottom: 8rem;
  background: var(--accent);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 22px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand img {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #000;
}

nav,
.footer-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

nav a,
.footer-links a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
  transition:
    background 160ms ease,
    color 160ms ease;
}

nav a:hover,
nav a:focus-visible,
nav a.active,
.footer-links a:hover,
.footer-links a:focus-visible {
  background: var(--surface);
  color: var(--text);
}

main,
footer {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.hero {
  padding: 92px 0 68px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: center;
  gap: 64px;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.18em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(3.25rem, 7.2vw, 6.7rem);
  line-height: 0.9;
  letter-spacing: -0.068em;
}

h1 span {
  color: var(--muted);
}

.hero-copy {
  max-width: 640px;
  margin-bottom: 32px;
  color: #c5c4bd;
  font-size: clamp(1.04rem, 2vw, 1.23rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 0.94rem;
  font-weight: 800;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.button-primary {
  background: var(--accent);
  color: #0a0a0b;
}

.button-primary:hover {
  background: #e3ff75;
}

.button-secondary {
  border-color: var(--border);
  background: var(--surface);
}

.button-secondary:hover {
  border-color: #48484d;
}

.hero-art {
  display: grid;
  justify-items: center;
  gap: 16px;
}

.hero-art-frame {
  position: relative;
  display: grid;
  width: min(100%, 350px);
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 34px;
  background:
    linear-gradient(150deg, rgba(215, 255, 63, 0.12), transparent 55%),
    #111113;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.hero-art-frame img {
  position: relative;
  z-index: 2;
  width: 88%;
  height: 88%;
  object-fit: contain;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(215, 255, 63, 0.28);
  border-radius: 50%;
}

.orbit-one {
  width: 125%;
  height: 52%;
  transform: rotate(-18deg);
}

.orbit-two {
  width: 76%;
  height: 118%;
  transform: rotate(32deg);
}

.status-pill {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(21, 21, 23, 0.88);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.status-pill i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px var(--accent);
}

.language-switcher {
  display: flex;
  width: max-content;
  max-width: 100%;
  gap: 4px;
  margin: 16px 0 58px;
  padding: 5px;
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface);
}

.language-switcher button {
  min-height: 38px;
  padding: 0 15px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.87rem;
  font-weight: 750;
  cursor: pointer;
}

.language-switcher button[aria-selected="true"] {
  background: var(--accent);
  color: #0a0a0b;
}

.section-heading {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 28px;
}

.section-heading.spaced {
  margin-top: 88px;
}

.section-heading > span {
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.section-heading h2,
.contact-panel h2,
.legal-hero h1 {
  margin-bottom: 8px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: -0.045em;
}

.section-heading p,
.contact-panel p {
  color: var(--muted);
  line-height: 1.6;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.card {
  min-height: 245px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: linear-gradient(145deg, var(--surface-raised), var(--surface));
}

.card-number {
  width: max-content;
  margin-bottom: 44px;
  padding: 6px 9px;
  border: 1px solid #3a3a3f;
  border-radius: 8px;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.card h3,
.split-panel h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  letter-spacing: -0.025em;
}

.card p,
.split-panel p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.split-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--surface);
}

.split-panel > div {
  min-height: 230px;
  padding: 32px;
}

.split-panel > div + div {
  border-left: 1px solid var(--border);
}

.text-link {
  display: inline-flex;
  gap: 7px;
  margin-top: 24px;
  color: var(--accent);
  font-weight: 750;
}

.contact-panel {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin: 100px 0;
  padding: 48px;
  border: 1px solid rgba(215, 255, 63, 0.28);
  border-radius: 26px;
  background:
    linear-gradient(125deg, rgba(215, 255, 63, 0.13), transparent 55%),
    var(--surface);
}

.contact-panel p {
  max-width: 690px;
  margin-bottom: 0;
}

.contact-panel .button {
  flex: none;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 34px 0 48px;
  border-top: 1px solid var(--border);
}

footer p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.legal-owner {
  grid-column: 1 / -1;
}

.legal-hero {
  max-width: 820px;
  padding: 95px 0 42px;
}

.legal-hero h1 {
  margin-bottom: 20px;
}

.legal-hero p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.legal-content {
  max-width: 880px;
  margin-bottom: 100px;
}

.legal-content article {
  padding: 30px 0;
  border-bottom: 1px solid var(--border);
}

.legal-content article:first-child {
  border-top: 1px solid var(--border);
}

.legal-content h2 {
  margin-bottom: 14px;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.legal-content p,
.legal-content li {
  color: #b4b3ad;
  line-height: 1.72;
}

.legal-content li + li {
  margin-top: 8px;
}

.legal-content a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-note {
  padding: 20px;
  border: 1px solid rgba(215, 255, 63, 0.22);
  border-radius: 14px;
  background: rgba(215, 255, 63, 0.06);
}

@media (max-width: 820px) {
  .hero {
    padding-top: 64px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero-art {
    justify-items: start;
  }

  .card-grid,
  .split-panel {
    grid-template-columns: 1fr;
  }

  .split-panel > div + div {
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .contact-panel {
    align-items: start;
    flex-direction: column;
  }

  footer {
    grid-template-columns: 1fr;
  }

  .legal-owner {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  nav {
    width: 100%;
    overflow-x: auto;
  }

  nav a {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero {
    padding-top: 48px;
  }

  h1 {
    font-size: 3.2rem;
  }

  .hero-art-frame {
    width: 100%;
  }

  .card,
  .split-panel > div,
  .contact-panel {
    padding: 24px;
  }

  .contact-panel {
    margin: 76px 0;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links a {
    padding-left: 0;
  }
}

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

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