/* Precision overrides for the approved 1536 × 1024 landing render. */

:root {
  --ns-bg: #030405;
  --ns-panel: #090b0e;
  --ns-ivory: #ece9e2;
  --ns-copy: #b8b8bb;
  --ns-gold: #c69b5d;
  --ns-gold-light: #e2bd7b;
  --ns-violet: #b58ef5;
  --ns-line: rgba(255,255,255,.12);
}

html, body { background: var(--ns-bg); }
body { color: var(--ns-ivory); }

.site-header {
  height: 102px;
  padding: 0 59px;
  grid-template-columns: 1fr auto 1fr;
  border-color: rgba(255,255,255,.13);
  background: rgba(2,3,4,.96);
}

.top-nav { gap: 56px; font-size: 17px; }
.header-cta {
  min-width: 210px;
  min-height: 52px;
  justify-content: center;
  border-radius: 8px;
  font-size: 16px;
  color: #e0bc79;
  border-color: rgba(198,155,93,.82);
}

.hero {
  height: 509px;
  min-height: 509px;
  padding: 82px 0 78px 112px;
  align-items: flex-start;
  overflow: hidden;
  border-color: rgba(255,255,255,.13);
  background: #020305;
}

.hero-copy {
  width: 610px;
  position: relative;
  z-index: 3;
}

.hero-art {
  inset: 0;
  transform: none;
  background-image: url("assets/hero-flow.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
}

.hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(2,3,5,1) 0%,
      rgba(2,3,5,.998) 22%,
      rgba(2,3,5,.96) 34%,
      rgba(2,3,5,.70) 43%,
      rgba(2,3,5,.24) 52%,
      rgba(2,3,5,.04) 64%,
      rgba(2,3,5,0) 76%),
    linear-gradient(180deg,
      rgba(2,3,5,.14) 0%,
      rgba(2,3,5,0) 18%,
      rgba(2,3,5,0) 78%,
      rgba(2,3,5,.18) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 99.2% 51%, rgba(255,247,229,.14), transparent 7.5%),
    linear-gradient(90deg, transparent 0%, transparent 48%, rgba(198,155,93,.018) 73%, rgba(255,255,255,.03) 100%);
  mix-blend-mode: screen;
}

.eyebrow {
  margin-bottom: 26px;
  font-size: 14px;
  letter-spacing: .245em;
  font-weight: 500;
  color: #b38cf0;
}

h1 {
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1.06;
  letter-spacing: -.052em;
  font-weight: 300;
}

.hero-text {
  font-size: 20px;
  line-height: 1.43;
  color: #b8b8bb;
}

.hero-actions { gap: 24px; margin-top: 37px; }
.button {
  min-height: 50px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 500;
}
.button.primary {
  min-width: 198px;
  padding: 0 27px;
  background: linear-gradient(135deg,#e0bb78 0%,#c89f61 100%);
  box-shadow: inset 0 1px rgba(255,255,255,.18), 0 14px 30px rgba(198,155,93,.11);
}
.button.secondary {
  min-width: 184px;
  padding: 0 26px;
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.012);
}

.approach {
  height: 334px;
  padding: 34px 96px 27px;
  background:
    radial-gradient(circle at 50% 16%, rgba(255,255,255,.025), transparent 420px),
    linear-gradient(180deg,#090b0e 0%,#07090b 100%);
}
.approach-heading { margin-bottom: 14px; }
.approach-heading .eyebrow { margin-bottom: 13px; }
.approach h2 {
  font-size: 38px;
  line-height: 1.02;
  letter-spacing: -.04em;
}
.heading-rule { width: 66px; margin-top: 17px; }

.approach-grid { max-width: 1290px; }
.approach-card { padding: 0 29px; }
.step-row {
  height: 64px;
  grid-template-columns: 33px 54px 1fr;
  gap: 40px;
  margin-bottom: 4px;
}
.step { font-size: 14px; }
.icon-box {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  border-color: rgba(198,155,93,.66);
}
.connector { background: rgba(255,255,255,.18); }
.approach-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}
.approach-card p {
  font-size: 16px;
  line-height: 1.45;
  color: #b1b2b5;
}
.approach-card:not(:last-child)::after {
  bottom: 0;
  height: 70px;
  background: rgba(255,255,255,.12);
}

.site-footer {
  min-height: 78px;
  padding: 0 59px;
  font-size: 14px;
  border-top: 0;
  background: #030405;
}
.footer-brand { gap: 22px; }
.footer-brand .brand-mark { width: 46px; height: 46px; }
.footer-nav { gap: 36px; }

@media (max-width: 1100px) {
  .site-header { padding-inline: 28px; }
  .hero { padding-left: 54px; }
  .hero-copy { width: min(610px, 58vw); }
  h1 { font-size: clamp(50px, 6vw, 64px); }
  .approach { height: auto; }
  .step-row { gap: 18px; }
}

@media (max-width: 760px) {
  .site-header { height: 82px; padding-inline: 20px; }
  .brand { font-size: 23px; gap: 14px; }
  .brand-mark { width: 40px; height: 40px; }
  .header-cta { min-width: 0; min-height: 44px; padding-inline: 15px; }
  .hero { height: auto; min-height: 690px; padding: 58px 22px 48px; align-items: flex-start; }
  .hero-copy { width: 100%; }
  .hero-art { inset: 250px -310px -80px -260px; opacity: .78; background-size: cover; }
  .hero::before { background: linear-gradient(180deg,rgba(3,4,5,1) 0%,rgba(3,4,5,.98) 42%,rgba(3,4,5,.55) 70%,rgba(3,4,5,.08) 100%); }
  h1 { font-size: clamp(44px, 14vw, 62px); }
  .hero-text { font-size: 18px; }
  .hero-actions { align-items: stretch; gap: 12px; }
  .button { width: 100%; }
  .approach { padding: 42px 22px; }
  .approach-grid { gap: 28px; }
  .approach-card { padding: 0; }
  .step-row { grid-template-columns: 34px 54px 1fr; gap: 16px; }
  .site-footer { padding: 22px; }
}
