:root {
  color-scheme: dark;
  --ink: #111310;
  --ink-soft: #1a1d19;
  --paper: #f3f4f1;
  --muted: #a8aea7;
  --line: #343934;
  --signal: #b7f34a;
  --signal-dark: #18220d;
  --cyan: #6ed1d6;
  --amber: #e0a44a;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-size: 16px;
  line-height: 1.55;
}

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 clamp(22px, 5vw, 76px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 650;
}

.wordmark-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 38px);
  font-size: 14px;
}

nav a {
  border-bottom: 1px solid transparent;
}

nav a:hover,
nav a:focus-visible {
  border-color: currentColor;
}

.nav-cta {
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: min(88vh, 860px);
  padding: 148px clamp(22px, 7vw, 112px) clamp(72px, 10vh, 112px);
  overflow: hidden;
  background-color: #171917;
  background-image: url("assets/studio-hero.png");
  background-size: cover;
  background-position: center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(4, 5, 4, 0.52);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(740px, 100%);
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--signal);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(54px, 9vw, 112px);
  font-weight: 680;
  line-height: 0.92;
}

.hero-copy {
  max-width: 660px;
  margin: 30px 0 0;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.38;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease;
}

.button span {
  margin-left: 16px;
}

.button-primary {
  background: var(--signal);
  color: var(--signal-dark);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--paper);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.65);
  color: var(--paper);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.hero-next {
  position: absolute;
  right: clamp(22px, 5vw, 76px);
  bottom: 28px;
  z-index: 1;
  font-size: 13px;
}

.hero-next span {
  margin-left: 10px;
  color: var(--signal);
}

.section {
  width: min(1240px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(76px, 10vw, 132px) 0;
}

.profile {
  display: grid;
  grid-template-columns: minmax(120px, 0.55fr) minmax(320px, 1.55fr) minmax(250px, 0.8fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.profile h2,
.section-heading h2,
.tool-copy h2,
.contact h2 {
  margin: 0;
  font-size: clamp(34px, 4.5vw, 64px);
  font-weight: 620;
  line-height: 1.05;
}

.profile-copy > p {
  margin: 28px 0 0;
  color: #cfd3ce;
  font-size: 18px;
}

.profile-facts {
  margin: 0;
  border-top: 1px solid var(--line);
}

.profile-facts div {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.profile-facts dt {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.profile-facts dd {
  margin: 7px 0 0;
  font-size: 15px;
}

.focus {
  width: 100%;
  max-width: none;
  padding-right: clamp(22px, 7vw, 112px);
  padding-left: clamp(22px, 7vw, 112px);
  background: var(--paper);
  color: var(--ink);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto 56px;
  max-width: 1240px;
}

.focus .section-label {
  color: #4e641f;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1240px;
  margin: 0 auto;
  border-top: 1px solid #bec3bb;
}

.focus-grid article {
  min-height: 330px;
  padding: 26px clamp(20px, 2.5vw, 34px) 20px;
  border-right: 1px solid #bec3bb;
}

.focus-grid article:first-child {
  padding-left: 0;
}

.focus-grid article:last-child {
  border-right: 0;
}

.focus-number {
  color: #5c625b;
  font-size: 12px;
}

.focus-grid h3 {
  margin: 100px 0 14px;
  font-size: 23px;
  line-height: 1.2;
}

.focus-grid p {
  margin: 0;
  color: #4e534d;
  font-size: 15px;
}

.career .section-heading {
  margin-right: 0;
  margin-left: 0;
}

.career-track {
  margin-top: 20px;
  border-top: 1px solid var(--line);
}

.career-item {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(300px, 1.25fr);
  gap: 40px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.career-item span {
  color: var(--cyan);
  font-size: 17px;
  font-weight: 650;
}

.career-item p {
  max-width: 680px;
  margin: 0;
  color: #bdc3bc;
}

.tool-band {
  padding: clamp(68px, 9vw, 110px) clamp(22px, 7vw, 112px);
  background: #20231f;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.tool-inner {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.tool-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 30px;
  color: #c8cdc7;
  font-size: 18px;
}

.tool-panel {
  overflow: hidden;
  border: 1px solid #4c524b;
  border-radius: 6px;
  background: #151714;
}

.tool-panel-header {
  display: flex;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid #4c524b;
  font-size: 13px;
}

.status {
  color: var(--signal);
}

.status span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--signal);
}

.tool-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tool-panel li {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 18px;
  padding: 18px;
  border-bottom: 1px solid #30342f;
}

.tool-panel li:last-child {
  border-bottom: 0;
}

.tool-panel strong {
  color: var(--amber);
  font-size: 13px;
}

.tool-panel li span {
  color: #bbc0ba;
  font-size: 14px;
}

.contact {
  display: grid;
  grid-template-columns: 0.55fr 1.25fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.contact p {
  max-width: 620px;
  color: #bdc3bc;
  font-size: 18px;
}

.contact-link {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow-wrap: anywhere;
}

.contact-link span {
  color: var(--signal);
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(22px, 5vw, 76px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  nav a:not(.nav-cta) {
    display: none;
  }

  .profile,
  .contact {
    grid-template-columns: 1fr;
  }

  .profile-facts {
    margin-top: 20px;
  }

  .focus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .focus-grid article:nth-child(2) {
    border-right: 0;
  }

  .focus-grid article:nth-child(3),
  .focus-grid article:nth-child(4) {
    border-top: 1px solid #bec3bb;
  }

  .focus-grid article:nth-child(3) {
    padding-left: 0;
  }

  .tool-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 66px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .wordmark > span:last-child {
    display: none;
  }

  .nav-cta {
    padding: 8px 10px;
    font-size: 12px;
  }

  .hero {
    min-height: 84vh;
    padding-right: 22px;
    padding-bottom: 82px;
    padding-left: 22px;
    background-position: 58% center;
  }

  .hero-shade {
    background: rgba(4, 5, 4, 0.64);
  }

  h1 {
    font-size: clamp(48px, 16vw, 72px);
  }

  .hero-copy {
    font-size: 18px;
  }

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

  .button {
    width: 100%;
  }

  .hero-next {
    right: 22px;
    left: 22px;
  }

  .section-heading {
    display: block;
  }

  .section-heading .section-label {
    margin-bottom: 22px;
  }

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

  .focus-grid article,
  .focus-grid article:first-child,
  .focus-grid article:nth-child(3) {
    min-height: 250px;
    padding: 24px 0;
    border-top: 1px solid #bec3bb;
    border-right: 0;
  }

  .focus-grid article:first-child {
    border-top: 0;
  }

  .focus-grid h3 {
    margin-top: 60px;
  }

  .career-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tool-panel li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .button {
    transition: none;
  }
}
