:root {
  --black: #090b0f;
  --black-soft: #11151b;
  --surface: #161b22;
  --white: #f4f5f2;
  --muted: #a6afb8;
  --lime: #c8ff45;
  --line: rgba(244, 245, 242, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    var(--black);
  background-size: 48px 48px;
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 clamp(1.2rem, 5vw, 5rem);
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 0.75rem;
  letter-spacing: 0.18em;
}

.brand-dot {
  background: var(--lime);
  box-shadow: 0 0 18px rgba(200, 255, 69, 0.55);
  height: 9px;
  transform: rotate(45deg);
  width: 9px;
}

.topbar p,
footer {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero {
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  min-height: calc(100vh - 78px);
  padding: clamp(5rem, 11vw, 9rem) clamp(1.2rem, 7vw, 8rem);
}

.hero-copy {
  align-self: center;
}

.eyebrow,
.panel-kicker {
  color: var(--lime);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin: 0;
  text-transform: uppercase;
}

h1,
h2,
.hero-panel > strong,
.statement strong {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.06em;
}

h1 {
  font-size: clamp(3.8rem, 8vw, 8.8rem);
  line-height: 0.88;
  margin: 1.5rem 0 0;
  max-width: 9ch;
}

h1 em {
  color: var(--lime);
  display: block;
  font-weight: 400;
}

.hero-text {
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.75;
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  max-width: 650px;
}

.handles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.handles span {
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
}

.hero-panel {
  align-self: end;
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 4px solid var(--lime);
  padding: clamp(1.5rem, 3.5vw, 2.8rem);
}

.hero-panel > strong {
  display: block;
  font-size: clamp(4rem, 8vw, 7.5rem);
  line-height: 0.9;
  margin-top: 1.2rem;
}

.hero-panel dl {
  border-top: 1px solid var(--line);
  margin: 2.2rem 0 0;
}

.hero-panel dl div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(90px, 0.8fr) 1.2fr;
  padding: 1.1rem 0;
}

.hero-panel dt,
.hero-panel dd {
  font-size: 0.74rem;
  margin: 0;
}

.hero-panel dt {
  color: var(--muted);
}

.hero-panel dd {
  font-weight: 700;
}

.profile-art {
  margin: 0;
  padding: 0 clamp(1.2rem, 7vw, 8rem) clamp(5rem, 10vw, 9rem);
}

.profile-art img {
  border: 1px solid var(--line);
  display: block;
  height: auto;
  width: 100%;
}

.strengths {
  background: var(--white);
  color: var(--black);
  padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 7vw, 8rem);
}

.strengths .eyebrow {
  color: #5e7800;
}

.section-heading {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 2fr;
}

h2 {
  font-size: clamp(3rem, 6.5vw, 7rem);
  line-height: 0.92;
  margin: 0;
}

.strength-grid {
  border-top: 1px solid rgba(9, 11, 15, 0.18);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(3.5rem, 7vw, 6rem);
}

.strength-grid article {
  padding: 1.7rem clamp(1rem, 3vw, 2.5rem) 0;
}

.strength-grid article + article {
  border-left: 1px solid rgba(9, 11, 15, 0.18);
}

.strength-grid article > span {
  color: #5e7800;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.85rem;
}

h3 {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  margin: 1.5rem 0 0;
}

.strength-grid p {
  color: #4d5359;
  line-height: 1.7;
  margin: 1rem 0 0;
}

.statement {
  padding: clamp(6rem, 13vw, 12rem) clamp(1.2rem, 7vw, 8rem);
  text-align: center;
}

.statement p {
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  margin: 0;
}

.statement strong {
  color: var(--lime);
  display: block;
  font-size: clamp(3.2rem, 8vw, 8rem);
  line-height: 0.9;
  margin-top: 1rem;
}

footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 92px;
  padding: 0 clamp(1.2rem, 5vw, 5rem);
}

@media (max-width: 880px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 600px;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .topbar p {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: clamp(3.4rem, 18vw, 5.2rem);
  }

  .strength-grid {
    grid-template-columns: 1fr;
  }

  .strength-grid article {
    padding: 1.7rem 0;
  }

  .strength-grid article + article {
    border-left: 0;
    border-top: 1px solid rgba(9, 11, 15, 0.18);
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
