:root {
  --bg: #07090d;
  --panel: rgba(10, 13, 18, 0.86);
  --gold: #d8aa59;
  --gold-2: #f1cb7a;
  --gold-soft: rgba(216, 170, 89, 0.18);
  --gold-line: rgba(216, 170, 89, 0.55);
  --text: #f6f0e6;
  --muted: rgba(246, 240, 230, 0.69);
  --soft: rgba(246, 240, 230, 0.52);
  --blue: #2ea7ff;
  --blue-soft: rgba(46, 167, 255, 0.38);
}

* { box-sizing: border-box; }

html { min-height: 100%; }

body {
  min-height: 100%;
  margin: 0;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 50%, rgba(216, 170, 89, 0.08), transparent 18%),
    radial-gradient(circle at 80% 50%, rgba(216, 170, 89, 0.075), transparent 18%),
    radial-gradient(circle at 12% 80%, rgba(46, 167, 255, 0.055), transparent 18%),
    linear-gradient(135deg, #05070a 0%, #0b1118 50%, #05070a 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(216, 170, 89, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 170, 89, 0.038) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at center, black, transparent 76%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 9.3% 51%, rgba(216, 170, 89, 0.76) 0 2px, transparent 3px),
    radial-gradient(circle at 89% 52%, rgba(216, 170, 89, 0.70) 0 2px, transparent 3px),
    radial-gradient(circle at 15.5% 31%, rgba(46, 167, 255, 0.80) 0 1.4px, transparent 2.5px),
    radial-gradient(circle at 88% 21%, rgba(46, 167, 255, 0.76) 0 1.4px, transparent 2.5px);
  opacity: 0.82;
}

.page {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 54px 18px 36px;
}

.radar {
  position: fixed;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(216, 170, 89, 0.13);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.72;
}

.radar::before,
.radar::after {
  content: "";
  position: absolute;
  inset: 52px;
  border: 1px solid rgba(216, 170, 89, 0.115);
  border-radius: 50%;
}

.radar::after { inset: 108px; }

.radar-left {
  left: -150px;
  top: 35%;
}

.radar-right {
  right: -120px;
  top: 36%;
}

.tech-line {
  position: fixed;
  width: 132px;
  height: 78px;
  pointer-events: none;
  opacity: 0.82;
}

.tech-line::before {
  content: "";
  position: absolute;
  inset: 0;
  border-color: var(--blue);
  filter: drop-shadow(0 0 9px var(--blue-soft));
}

.tech-line-left {
  left: 52px;
  bottom: 118px;
  border-left: 1px solid var(--blue-soft);
  border-bottom: 1px solid var(--blue-soft);
  transform: skewX(28deg);
}

.tech-line-right {
  right: 56px;
  top: 134px;
  border-right: 1px solid var(--blue-soft);
  border-top: 1px solid var(--blue-soft);
  transform: skewX(28deg);
}

.hero {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  padding: clamp(42px, 6.3vw, 76px) clamp(24px, 6vw, 88px);
  border: 1px solid var(--gold-line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 4%, rgba(216, 170, 89, 0.08), transparent 27%),
    linear-gradient(180deg, rgba(18, 21, 27, 0.92), rgba(7, 10, 15, 0.86));
  box-shadow:
    0 46px 120px rgba(0, 0, 0, 0.52),
    0 0 64px rgba(216, 170, 89, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  text-align: center;
  backdrop-filter: blur(18px);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 118px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  box-shadow: 0 0 24px rgba(216, 170, 89, 0.8);
}

.hero::before { top: -1px; }
.hero::after { bottom: -1px; }

.logo-mark {
  width: 76px;
  height: 76px;
  margin: 0 auto 31px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 21px;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: 0 0 35px rgba(216, 170, 89, 0.14);
}

.eyebrow {
  margin: 0 0 28px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 9.2vw, 106px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-shadow: 0 10px 32px rgba(0,0,0,0.42);
}

.signal-divider {
  width: min(266px, 74%);
  margin: 28px auto 27px;
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  align-items: center;
  gap: 15px;
  color: var(--gold);
}

.signal-divider span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.signal-divider span:last-child {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.signal-divider svg {
  width: 60px;
  height: 18px;
}

.signal-divider path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

h2 {
  margin: 0;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 400;
  letter-spacing: 0.42em;
}

.tagline {
  max-width: 670px;
  margin: 25px auto 0;
  color: var(--gold-2);
  font-size: clamp(17px, 2.1vw, 23px);
  font-weight: 400;
  line-height: 1.76;
  letter-spacing: 0.02em;
}

.small-divider {
  width: 150px;
  margin: 23px auto 21px;
  display: grid;
  grid-template-columns: 1fr 7px 1fr;
  align-items: center;
  gap: 12px;
}

.small-divider span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.small-divider span:last-child {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.small-divider i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 15px rgba(216,170,89,0.7);
}

.intro {
  max-width: 650px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(14.5px, 1.75vw, 17.5px);
  font-weight: 300;
  line-height: 1.92;
  letter-spacing: 0.025em;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-top: 40px;
}

.socials a {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(216, 170, 89, 0.035);
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.socials a:hover,
.socials a:focus-visible {
  transform: translateY(-3px);
  background: rgba(216, 170, 89, 0.13);
  border-color: var(--gold-2);
  box-shadow: 0 0 30px rgba(216, 170, 89, 0.20);
  outline: none;
}

.socials svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.separator {
  width: 1px;
  height: 44px;
  background: linear-gradient(180deg, transparent, rgba(216,170,89,0.42), transparent);
}

footer {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  color: rgba(216, 170, 89, 0.76);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.11em;
  text-align: center;
}

@media (max-width: 720px) {
  .page {
    padding: 24px 14px 28px;
  }

  .hero {
    padding: 36px 22px 40px;
    border-radius: 28px;
  }

  .logo-mark {
    width: 62px;
    height: 62px;
    font-size: 36px;
    margin-bottom: 24px;
  }

  .eyebrow {
    margin-bottom: 24px;
    font-size: 10px;
    letter-spacing: 0.24em;
  }

  h1 {
    font-size: clamp(48px, 17vw, 70px);
  }

  h2 {
    letter-spacing: 0.24em;
  }

  .desktop-break {
    display: none;
  }

  .tagline {
    line-height: 1.7;
  }

  .intro {
    line-height: 1.82;
    letter-spacing: 0.01em;
  }

  .socials {
    gap: 14px;
  }

  .socials a {
    width: 50px;
    height: 50px;
  }

  .separator {
    height: 34px;
  }

  footer {
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .radar {
    opacity: 0.34;
  }

  .tech-line {
    opacity: 0.34;
  }
}

@media (max-height: 760px) and (min-width: 721px) {
  .page {
    padding-top: 28px;
    padding-bottom: 24px;
  }

  .hero {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .logo-mark {
    width: 62px;
    height: 62px;
    font-size: 36px;
    margin-bottom: 22px;
  }

  h1 {
    font-size: 76px;
  }

  .socials {
    margin-top: 28px;
  }

  footer {
    margin-top: 20px;
  }
}
