:root {
  --ink: #050505;
  --panel: #0d0d0d;
  --paper: #090909;
  --muted: #bbb7ae;
  --line: rgba(214, 179, 103, 0.24);
  --purple: #c8a45d;
  --purple2: #e5c878;
  --display: "Oswald", sans-serif;
  --body: "DM Sans", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: #fff;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.5vw;
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  background: linear-gradient(#050505ee, transparent);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 43px;
  height: 32px;
  background: var(--purple);
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.08em;
}
.brand b {
  color: var(--purple2);
}
nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
nav a:hover {
  color: var(--purple2);
}
.nav-cta {
  border: 1px solid var(--purple);
  padding: 10px 16px;
}
.menu-button {
  display: none;
  background: 0;
  border: 0;
}
.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 120px 7vw 80px;
  overflow: hidden;
}
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}
.hero-image {
  background: url("curtis-hero.jpg") center 18% / cover no-repeat;
  transform: scale(1.02);
}
.hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(8, 8, 10, 0.96) 0%,
      rgba(8, 8, 10, 0.78) 43%,
      rgba(8, 8, 10, 0.2) 72%
    ),
    linear-gradient(0deg, rgba(8, 8, 10, 0.9), transparent 45%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(750px, 62vw);
}
.eyebrow,
.section-kicker {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--purple2);
  font-weight: 700;
}
.hero h1,
.section h2,
.talent h2 {
  font-family: var(--display);
  text-transform: uppercase;
  line-height: 0.94;
  letter-spacing: -0.025em;
  margin: 20px 0;
  font-size: clamp(4.2rem, 8vw, 8rem);
}
h1 em {
  color: var(--purple);
  font-style: normal;
}
.hero-copy {
  max-width: 630px;
  font-size: 1.2rem;
  color: #d8d6dc;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 0 24px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  border: 1px solid transparent;
  cursor: pointer;
}
.button-purple {
  background: var(--purple);
  color: #080808;
}
.button-purple:hover {
  background: var(--purple2);
}
.button-ghost {
  border-color: #ffffff80;
  background: #08080a40;
}
.button-ghost:hover {
  border-color: #fff;
}
.hero-stamp {
  position: absolute;
  z-index: 2;
  right: 4vw;
  bottom: 5vw;
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: var(--display);
  font-size: 1.1rem;
  letter-spacing: 0.2em;
}
.hero-stamp i {
  color: var(--purple);
  font-size: 1.6rem;
}
.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 35px;
  left: 7vw;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #aaa;
}
.scroll-cue span {
  color: var(--purple);
}
.section {
  padding: 120px 7vw;
}
.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 8vw;
  align-items: start;
}
.section h2,
.talent h2 {
  font-size: clamp(3.3rem, 6vw, 6.6rem);
}
.section h2 span,
.talent h2 span {
  color: var(--purple);
}
.lead {
  font-size: 1.25rem;
  line-height: 1.55;
  color: #fff;
}
.manifesto {
  background: var(--paper);
  color: #fff;
}
.manifesto .lead {
  color: #fff;
}
.manifesto .section-kicker {
  color: var(--purple2);
}
.manifesto p {
  color: #c9c5bc;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
  border-top: 1px solid var(--line);
}
.principles article {
  padding: 34px 30px 15px 0;
}
.principles b,
.service-list > article > span {
  color: var(--purple);
  font-family: var(--display);
  font-size: 1.4rem;
}
.principles h3,
.service-list h3,
.team h3 {
  font-size: 1.4rem;
  margin: 14px 0 8px;
}
.services {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
  background: var(--panel);
}
.service-list article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 15px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.service-list p {
  color: var(--muted);
  margin: 5px 0;
}
.talent {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 820px;
}
.talent-image {
  background: url("curtis-hero.jpg") center 18% / cover no-repeat;
  min-height: 700px;
}
.talent-copy {
  padding: 100px 7vw;
  background: #0b0b0b;
  color: #fff;
}
.talent-copy .lead {
  color: #fff;
}
.talent-copy h2 {
  color: #fff;
  margin-bottom: 30px;
}
.talent-copy p:not(.lead):not(.talent-type) {
  color: #c9c5bc;
}
.talent-type {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.talent-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0;
}
.talent-tags span {
  border: 1px solid rgba(214, 179, 103, 0.55);
  color: #f5e7c5;
  padding: 7px 11px;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.text-link {
  color: var(--purple2);
  font-weight: 700;
}
.range {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 7vw;
  align-items: center;
}
.range-copy p {
  color: var(--muted);
  font-size: 1.1rem;
}
.range-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.range figure {
  margin: 0;
  overflow: hidden;
}
.range img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.05);
}
.team {
  background: var(--paper);
  color: #fff;
}
.team .lead {
  color: #fff;
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 70px;
}
.team-grid article {
  background: #111;
  border: 1px solid var(--line);
  border-top: 4px solid var(--purple);
  padding: 35px;
}
.team-grid span {
  font-family: var(--display);
  font-size: 3.5rem;
  color: var(--purple2);
}
.team-grid p {
  color: #c9c5bc;
}
.contact {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
  background: #080808;
}
.contact-heading > a {
  display: inline-block;
  color: var(--purple2);
  margin-top: 18px;
}
.contact form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
label {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #d4d0c7;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 1px solid rgba(214, 179, 103, 0.38);
  background: #111;
  color: #fff;
  font: inherit;
  padding: 14px 15px;
  border-radius: 0;
}
textarea {
  resize: vertical;
}
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--purple);
  outline-offset: 1px;
}
.form-note {
  font-size: 0.8rem;
  color: var(--muted);
}
footer {
  padding: 35px 4.5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
  color: #aaa;
}
footer > a:hover {
  color: #fff;
}
@media (max-width: 850px) {
  .site-header {
    height: 70px;
    padding: 0 20px;
    background: #050505f2;
  }
  .menu-button {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
  }
  .menu-button span {
    width: 25px;
    height: 2px;
    background: #fff;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #080808;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
  }
  .site-header nav.open {
    display: flex;
  }
  .hero {
    padding: 110px 22px 80px;
    align-items: flex-end;
  }
  .hero-image {
    background-position: 62% top;
  }
  .hero-shade {
    background: linear-gradient(
      0deg,
      #08080a 6%,
      rgba(8, 8, 10, 0.72) 57%,
      rgba(8, 8, 10, 0.12)
    );
  }
  .hero-content {
    width: 100%;
  }
  .hero h1 {
    font-size: clamp(3.8rem, 18vw, 6rem);
  }
  .hero-copy {
    font-size: 1.05rem;
  }
  .hero-stamp {
    display: none;
  }
  .scroll-cue {
    left: 22px;
  }
  .section {
    padding: 85px 22px;
  }
  .split,
  .services,
  .contact,
  .talent,
  .range {
    grid-template-columns: 1fr;
  }
  .principles {
    grid-template-columns: 1fr;
  }
  .principles article {
    border-bottom: 1px solid var(--line);
  }
  .services {
    gap: 35px;
  }
  .talent-image {
    min-height: 560px;
    background-position: center 18%;
  }
  .talent-copy {
    padding: 75px 22px;
  }
  .range {
    gap: 40px;
  }
  .range-images {
    gap: 8px;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .button {
    width: 100%;
  }
  footer {
    padding: 30px 22px;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .brand > span:last-child {
    display: none;
  }
}
