:root {
  --gold: #958258;
  --gold-light: #c3b58e;
  --orange: #ff6d1f;
  --black: #090909;
  --charcoal: #151515;
  --off-white: #f4f1ea;
  --white: #ffffff;
  --line: rgba(255,255,255,.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--black);
  color: var(--white);
}

a {
  color: inherit;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  padding: 28px 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand img {
  display: block;
  width: min(245px, 38vw);
}

.top-links {
  display: flex;
  gap: 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.top-links a {
  text-decoration: none;
  opacity: .75;
  transition: opacity .2s ease;
}

.top-links a:hover {
  opacity: 1;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 150px 4vw 7vw;
  background:
    linear-gradient(120deg, rgba(0,0,0,.15), rgba(0,0,0,.78)),
    radial-gradient(circle at 85% 20%, rgba(149,130,88,.32), transparent 30%),
    #0a0a0a;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image:
    linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.15);
}

.hero-orb-one {
  width: 620px;
  height: 620px;
  right: -120px;
  top: 7%;
}

.hero-orb-two {
  width: 380px;
  height: 380px;
  right: 12%;
  top: 28%;
  border-color: rgba(255,109,31,.35);
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  padding-top: 70px;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
}

.eyebrow.dark {
  color: var(--orange);
}

.hero h1 {
  margin: 0;
  font-size: clamp(48px, 6vw, 92px);
  line-height: .95;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.hero h1 span {
  color: var(--gold-light);
}

.lead {
  max-width: 760px;
  margin: 34px 0 0;
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.45;
  color: rgba(255,255,255,.76);
}

.hero-actions,
.refresh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

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

.button-primary {
  background: var(--orange);
  color: #fff;
}

.button-secondary {
  border-color: rgba(255,255,255,.42);
  background: transparent;
}

.button-dark {
  background: var(--black);
  color: var(--white);
}

.hero-index {
  position: absolute;
  right: 4vw;
  bottom: 7vw;
  z-index: 3;
  display: grid;
  gap: 4px;
  text-align: right;
  color: rgba(255,255,255,.55);
  font-size: 11px;
  letter-spacing: .16em;
}

.hero-index strong {
  color: var(--white);
  font-size: 24px;
}

.refresh-section {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1.45fr .75fr;
  gap: 6vw;
  padding: 110px 4vw;
  background: var(--off-white);
  color: var(--black);
}

.section-marker {
  padding-top: 4px;
  font-size: 12px;
  color: #777;
  border-top: 1px solid #aaa;
}

.refresh-copy h2,
.connect-section h2 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(42px, 6.2vw, 92px);
  line-height: .95;
  letter-spacing: -.05em;
}

.refresh-copy > p:not(.eyebrow) {
  max-width: 780px;
  font-size: 19px;
  line-height: 1.65;
  color: #474747;
}

.capability-card {
  align-self: start;
  padding: 30px;
  background: var(--gold);
  color: var(--white);
}

.card-label {
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}

.capability-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.capability-card li {
  padding: 17px 0;
  border-top: 1px solid rgba(255,255,255,.32);
  font-size: 17px;
  font-weight: 700;
}

.connect-section {
  padding: 110px 4vw;
  background: var(--charcoal);
}

.social-grid {
  margin-top: 65px;
  border-top: 1px solid var(--line);
}

.social-grid a {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  min-height: 96px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: background .2s ease, padding .2s ease;
}

.social-grid a:hover {
  background: rgba(255,255,255,.04);
  padding: 0 18px;
}

.social-grid span {
  color: var(--gold-light);
  font-size: 12px;
}

.social-grid strong {
  font-size: clamp(28px, 3.5vw, 54px);
  letter-spacing: -.04em;
}

.social-grid em {
  font-style: normal;
  font-size: 34px;
  color: var(--orange);
}

footer {
  padding: 40px 4vw;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 40px;
  align-items: center;
  border-top: 1px solid var(--line);
  background: var(--black);
  font-size: 12px;
  color: rgba(255,255,255,.55);
}

footer img {
  width: 170px;
  filter: brightness(0) invert(1);
}

footer a {
  text-decoration: none;
}

@media (max-width: 850px) {
  .site-header {
    align-items: flex-start;
  }

  .top-links {
    display: none;
  }

  .hero {
    min-height: 92vh;
    padding-top: 130px;
  }

  .hero-index {
    display: none;
  }

  .refresh-section {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .section-marker {
    width: 80px;
  }

  .capability-card {
    max-width: 620px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding: 22px;
  }

  .brand img {
    width: 190px;
  }

  .hero,
  .refresh-section,
  .connect-section,
  footer {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero h1 {
    font-size: clamp(45px, 15vw, 72px);
  }

  .lead {
    font-size: 17px;
  }

  .button {
    width: 100%;
  }

  .social-grid a {
    grid-template-columns: 45px 1fr auto;
  }
}
