:root {
  color-scheme: dark;
  --ink: #f6f1e8;
  --muted: #a9aaa5;
  --gold: #ddb968;
  --gold-bright: #f6d98e;
  --line: rgba(238, 211, 146, 0.2);
  --panel: rgba(11, 15, 15, 0.72);
  font-family:
    "Segoe UI Variable", "Segoe UI", Inter, system-ui, -apple-system, sans-serif;
  background: #080b0c;
  color: var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: #080b0c;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(5, 8, 8, 0.97) 0%, rgba(5, 8, 8, 0.78) 48%, rgba(5, 8, 8, 0.45) 100%),
    radial-gradient(circle at 73% 42%, rgba(39, 90, 83, 0.38), transparent 37%),
    linear-gradient(160deg, #080b0c 0%, #101716 52%, #050707 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, black 28%, black 72%, transparent);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  content: "";
  box-shadow: inset 0 0 180px rgba(0, 0, 0, 0.82);
}

a {
  color: inherit;
}

.atmosphere {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.orb {
  position: absolute;
  display: block;
  width: 44rem;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0.16;
  animation: drift 18s ease-in-out infinite alternate;
}

.orb-one {
  top: -24rem;
  right: -8rem;
  background: #58c7b0;
}

.orb-two {
  right: 20%;
  bottom: -36rem;
  background: #d9a646;
  animation-delay: -8s;
}

.horizon {
  position: absolute;
  right: -4%;
  bottom: 4%;
  width: min(62vw, 62rem);
  height: min(75vw, 72rem);
  opacity: 0.52;
  border: 1px solid rgba(224, 190, 111, 0.24);
  border-radius: 50% 50% 8% 8%;
  transform: rotate(-10deg);
  box-shadow:
    0 0 0 4rem rgba(48, 87, 79, 0.05),
    0 0 0 9rem rgba(48, 87, 79, 0.035),
    inset 0 0 8rem rgba(222, 184, 104, 0.08);
}

.horizon::before,
.horizon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border: 1px solid rgba(224, 190, 111, 0.18);
  transform: translate(-50%, -50%) rotate(45deg);
}

.horizon::before {
  width: 32%;
  height: 32%;
}

.horizon::after {
  width: 54%;
  height: 54%;
}

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

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(239, 211, 144, 0.52);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(231, 201, 127, 0.15), rgba(24, 37, 35, 0.85));
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  box-shadow: 0 0 24px rgba(220, 181, 95, 0.1);
}

.brand-name {
  display: grid;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.brand-name strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
}

.brand-name small {
  margin-top: 5px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.42em;
}

.test-status {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #b9bbb6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.test-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #66e6b5;
  box-shadow: 0 0 12px #48d6a0;
}

main {
  display: grid;
  width: min(1180px, calc(100% - 48px));
  min-height: calc(100vh - 162px);
  margin: 0 auto;
  align-items: center;
}

.hero {
  max-width: 760px;
  padding: 72px 0 92px;
}

.eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold));
}

h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.25rem, 7.2vw, 6.8rem);
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.055em;
  text-wrap: balance;
  text-shadow: 0 10px 42px rgba(0, 0, 0, 0.62);
}

h1 span {
  display: block;
  margin-top: 0.08em;
  background: linear-gradient(100deg, #c89942 0%, #f6dda0 47%, #be9140 100%);
  background-clip: text;
  color: transparent;
}

.hero-copy {
  max-width: 610px;
  margin: 30px 0 0;
  color: #b8bab5;
  font-size: clamp(1rem, 1.7vw, 1.17rem);
  line-height: 1.72;
}

.actions {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 38px;
}

.download-button {
  position: relative;
  display: inline-flex;
  min-width: 290px;
  gap: 14px;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  overflow: hidden;
  border: 1px solid #e1bd6b;
  border-radius: 3px;
  background: linear-gradient(135deg, #e2bd67, #b88738);
  color: #15120c;
  text-decoration: none;
  box-shadow:
    0 16px 40px rgba(184, 135, 56, 0.16),
    inset 0 1px rgba(255, 255, 255, 0.38);
  transition:
    transform 160ms ease,
    filter 160ms ease,
    box-shadow 160ms ease;
}

.download-button::after {
  position: absolute;
  top: -80%;
  left: -30%;
  width: 26%;
  height: 260%;
  content: "";
  background: rgba(255, 255, 255, 0.28);
  transform: rotate(22deg);
  transition: left 450ms ease;
}

.download-button:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow:
    0 20px 48px rgba(184, 135, 56, 0.23),
    inset 0 1px rgba(255, 255, 255, 0.45);
}

.download-button:hover::after {
  left: 120%;
}

.download-button:focus-visible {
  outline: 3px solid rgba(246, 217, 142, 0.48);
  outline-offset: 4px;
}

.download-button svg {
  width: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.download-button span {
  display: grid;
  gap: 4px;
}

.download-button strong {
  font-size: 14px;
  letter-spacing: 0.02em;
}

.download-button small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.7;
  text-transform: uppercase;
}

.build-note {
  max-width: 180px;
  margin: 0;
  color: #858883;
  font-size: 11px;
  line-height: 1.5;
}

.highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin: 54px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.highlights li {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #aaada8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.highlights span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
}

footer {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 24px;
  color: #686b68;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

footer p {
  margin: 0;
}

@keyframes drift {
  from {
    transform: translate3d(-2%, -1%, 0) scale(0.98);
  }

  to {
    transform: translate3d(3%, 2%, 0) scale(1.04);
  }
}

@media (max-width: 720px) {
  .site-header,
  main,
  footer {
    width: min(100% - 32px, 1180px);
  }

  .site-header {
    padding-top: 20px;
  }

  .test-status {
    font-size: 9px;
  }

  .hero {
    padding: 58px 0 72px;
  }

  h1 {
    font-size: clamp(3.25rem, 15vw, 5.4rem);
  }

  .hero-copy {
    line-height: 1.62;
  }

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

  .download-button {
    width: 100%;
  }

  .build-note {
    max-width: none;
  }

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

  .horizon {
    right: -68%;
    opacity: 0.3;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
