:root {
  --black: #050507;
  --panel: rgba(10, 13, 16, 0.72);
  --panel-2: rgba(17, 21, 25, 0.9);
  --paper: #f3eee6;
  --muted: #a9aaa8;
  --line: rgba(255, 255, 255, 0.14);
  --orange: #ff7c19;
  --amber: #ffc56a;
  --violet: #6b4dff;
  --teal: #6fd3c2;
  --green: #8fbf7a;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--paper);
  font-family: var(--font);
  line-height: 1.45;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  background: var(--paper);
  color: var(--black);
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 5, 7, 0.66);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 40px;
  color: var(--paper);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 124, 25, 0.75);
  color: var(--orange);
  font-weight: 900;
  box-shadow: 0 0 22px rgba(255, 124, 25, 0.3);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 3vw, 2rem);
}

.nav-links a {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--amber);
}

.hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  align-items: end;
  padding: 7.5rem clamp(1rem, 4vw, 4rem) clamp(2rem, 5vw, 4rem);
  isolation: isolate;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  z-index: -2;
  background:
    radial-gradient(circle at 68% 54%, rgba(255, 124, 25, 0.2), transparent 27rem),
    linear-gradient(90deg, rgba(5, 5, 7, 0.92) 0%, rgba(5, 5, 7, 0.72) 42%, rgba(5, 5, 7, 0.38) 100%);
}

.hero::after {
  z-index: -1;
  background: linear-gradient(0deg, var(--black) 0%, rgba(5, 5, 7, 0) 28%);
}

.hero-content {
  width: min(560px, 100%);
  position: relative;
  z-index: 2;
  padding-bottom: clamp(3rem, 14vw, 11rem);
}

.eyebrow {
  margin: 0;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0.7rem 0 0;
  font-size: clamp(4.25rem, 8.8vw, 7.4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.82;
  text-transform: uppercase;
}

.hero-line {
  max-width: 590px;
  margin: 1.2rem 0 0;
  color: rgba(243, 238, 230, 0.86);
  font-size: clamp(1.18rem, 2.3vw, 2rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.08;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.65rem;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 124, 25, 0.72);
  border-radius: 6px;
  padding: 0.78rem 1rem;
  background: var(--orange);
  color: #130a04;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 0 30px rgba(255, 124, 25, 0.26);
}

.button.secondary {
  background: rgba(243, 238, 230, 0.08);
  color: var(--paper);
  box-shadow: none;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.product-visual {
  position: absolute;
  right: clamp(-10rem, -8vw, -2rem);
  bottom: clamp(-2rem, -3vw, -0.5rem);
  width: min(68vw, 930px);
  z-index: 1;
  filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.62));
}

.product-visual img {
  width: 100%;
  height: auto;
}

.ticker-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background: rgba(5, 5, 7, 0.96);
}

.ticker-item {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 1.8rem);
  border-right: 1px solid var(--line);
}

.ticker-item:last-child {
  border-right: 0;
}

.ticker-item span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.ticker-item strong {
  color: var(--green);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  letter-spacing: 0;
}

.section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 4rem);
  background: #08090b;
}

.section-heading {
  width: min(960px, 100%);
  margin: 0 auto 2rem;
}

.section-heading h2,
.access-inner h2 {
  margin: 0.65rem 0 0;
  max-width: 780px;
  font-size: clamp(2rem, 4.6vw, 4.8rem);
  font-weight: 860;
  letter-spacing: 0;
  line-height: 0.98;
}

.signal-grid {
  width: min(960px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.signal-card {
  min-height: 250px;
  padding: clamp(1.1rem, 3vw, 1.8rem);
  background: var(--panel-2);
}

.signal-card span {
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.signal-card h3 {
  margin: 4.5rem 0 0;
  font-size: 1.15rem;
  letter-spacing: 0;
}

.signal-card p {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.access-section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 4rem);
  background:
    linear-gradient(135deg, rgba(255, 124, 25, 0.12), transparent 42%),
    #11100e;
}

.access-inner {
  width: min(960px, 100%);
  margin: 0 auto;
}

.access-inner .button {
  margin-top: 1.6rem;
}

@media (max-width: 880px) {
  .site-nav {
    position: absolute;
  }

  .nav-links {
    gap: 0.75rem;
  }

  .nav-links a {
    font-size: 0.66rem;
  }

  .hero {
    min-height: auto;
    padding-top: 6.5rem;
    padding-bottom: 0;
  }

  .hero-content {
    padding-bottom: 1.5rem;
  }

  .product-visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% + 7rem);
    margin: 0 -4.25rem -1rem auto;
  }

  .ticker-band,
  .signal-grid {
    grid-template-columns: 1fr 1fr;
  }

  .signal-card {
    min-height: 220px;
  }
}

@media (max-width: 560px) {
  .site-nav {
    align-items: flex-start;
    min-height: 74px;
  }

  .brand {
    letter-spacing: 0.11em;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .nav-links {
    display: none;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 16vw, 4.9rem);
  }

  .hero-line {
    max-width: 15rem;
  }

  .hero-actions {
    gap: 0.55rem;
  }

  .button {
    flex: 1 1 100%;
    width: 100%;
  }

  .product-visual {
    width: calc(100% + 6rem);
    margin-right: -4rem;
  }

  .ticker-band,
  .signal-grid {
    grid-template-columns: 1fr;
  }

  .ticker-item {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .ticker-item:last-child {
    border-bottom: 0;
  }
}
