:root {
  --black: #050505;
  --ink: #11100e;
  --red: #c92e24;
  --orange: #dc654e;
  --gold: #f5b800;
  --cream: #f4ecda;
  --purple: #33213d;
  --line: rgba(244, 236, 218, 0.18);
  --pad: clamp(1.25rem, 4vw, 4.5rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--cream);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.cursor-glow {
  position: fixed;
  z-index: 100;
  width: 28rem;
  height: 28rem;
  left: 0;
  top: 0;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(245, 184, 0, 0.08), transparent 68%);
  mix-blend-mode: screen;
  opacity: 0;
}

.site-header {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  right: 0;
  min-height: 5rem;
  padding: 1.15rem var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  transition: background 300ms ease, border-color 300ms ease;
}

.site-header.is-scrolled {
  background: rgba(5, 5, 5, 0.72);
  border-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-dot {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: lowercase;
}

.brand-dot--red {
  background: var(--red);
  color: #fff;
  border: 3px solid var(--gold);
}

.brand-dot--gold {
  margin-left: -0.35rem;
  margin-right: 0.75rem;
  background: var(--gold);
  color: var(--red);
  border: 3px solid #efaa00;
  transform: translateY(-0.25rem);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  font-size: 0.82rem;
}

.site-nav a {
  opacity: 0.75;
  transition: opacity 200ms ease;
}

.site-nav a:hover {
  opacity: 1;
}

.nav-contact {
  padding: 0.75rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}

.menu-toggle span:not(.sr-only) {
  width: 1.5rem;
  height: 1px;
  display: block;
  margin: 0.38rem auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 8rem var(--pad) 3rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    radial-gradient(circle at 73% 28%, rgba(201, 46, 36, 0.15), transparent 28rem),
    var(--black);
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.11;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.hero-mark {
  position: absolute;
  width: min(35rem, 50vw);
  top: 7%;
  right: 5%;
  opacity: 0.94;
  transform-origin: center;
}

.hero-mark img {
  width: 100%;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
}

.eyebrow,
.section-kicker {
  margin: 0 0 1.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.manifesto p,
.disciplines h2,
.work h2,
.process h2,
.about h2,
.contact h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.hero h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(4.5rem, 13vw, 12rem);
  line-height: 0.78;
}

.hero h1 span {
  display: block;
}

.hero-accent {
  color: var(--gold);
  margin-left: 0.58em;
}

.hero-bottom {
  margin-top: clamp(2rem, 5vw, 4rem);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.hero-summary {
  max-width: 35rem;
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  color: rgba(244, 236, 218, 0.72);
}

.round-link {
  width: 6.5rem;
  height: 6.5rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: background 250ms ease, color 250ms ease;
}

.round-link:hover {
  background: var(--gold);
  color: var(--ink);
}

.round-link svg {
  width: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.manifesto {
  min-height: 200vh;
  padding: 12rem var(--pad);
  background: var(--black);
}

.manifesto-inner {
  position: sticky;
  top: 20vh;
}

.manifesto-lines p {
  margin: 0;
  font-size: clamp(2.7rem, 6.1vw, 6.8rem);
  line-height: 1.05;
  color: rgba(244, 236, 218, 0.16);
}

.manifesto-lines em {
  color: var(--orange);
  font-style: normal;
}

.manifesto-lines .manifesto-final {
  margin-top: 0.55em;
  color: var(--cream);
}

.disciplines {
  position: relative;
  padding: 10rem var(--pad);
  background: var(--cream);
  color: var(--ink);
}

.disciplines-intro {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 4rem;
  align-items: end;
  margin-bottom: 8rem;
}

.disciplines-intro .section-kicker {
  align-self: start;
}

.disciplines h2,
.work h2,
.process h2,
.about h2,
.contact h2 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.92;
}

.disciplines-intro > p:last-child {
  max-width: 24rem;
  margin: 0;
  color: rgba(17, 16, 14, 0.66);
}

.discipline-stack {
  position: relative;
}

.discipline-card {
  position: sticky;
  top: 7rem;
  min-height: 24rem;
  margin-bottom: 2rem;
  padding: clamp(2rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: 0.45fr 1.2fr 1fr;
  gap: 2rem;
  align-items: center;
  overflow: hidden;
  background: var(--black);
  color: var(--cream);
  border-radius: 0.2rem;
  transform-origin: center top;
}

.discipline-card:nth-child(2) {
  background: var(--red);
}

.discipline-card:nth-child(3) {
  background: var(--gold);
  color: var(--ink);
}

.discipline-card:nth-child(4) {
  background: var(--purple);
}

.discipline-number {
  align-self: start;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
}

.discipline-label {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  opacity: 0.65;
}

.discipline-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 8ch;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.discipline-card > p {
  position: relative;
  z-index: 2;
  max-width: 24rem;
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  opacity: 0.75;
}

.card-orbit {
  position: absolute;
  width: 20rem;
  height: 20rem;
  right: -7rem;
  top: -7rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.18;
}

.card-orbit::before,
.card-orbit::after {
  content: "";
  position: absolute;
  inset: 3rem;
  border: 1px solid currentColor;
  border-radius: inherit;
}

.card-orbit::after {
  inset: 6rem;
}

.work {
  padding: 10rem 0 0;
  overflow: hidden;
  background: var(--black);
}

.work-heading {
  padding: 0 var(--pad) 7rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.work-heading h2 {
  max-width: 11ch;
}

.work-track-wrap {
  min-height: 100vh;
}

.work-track {
  width: max-content;
  padding: 0 var(--pad) 8rem;
  display: flex;
  gap: 1.5rem;
}

.project {
  width: min(72vw, 50rem);
  min-height: 42rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  color: var(--ink);
}

.project--red { background: var(--red); color: #fff; }
.project--gold { background: var(--gold); }
.project--cream { background: var(--cream); }
.project--purple { background: var(--purple); color: #fff; }

.project-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-visual {
  position: relative;
  flex: 1;
  min-height: 23rem;
  margin: 3rem 0;
  overflow: hidden;
}

.project h3 {
  margin: 0 0 0.7rem;
  max-width: 14ch;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.project > p {
  max-width: 38rem;
  margin: 0;
  opacity: 0.72;
}

.project-visual--signal {
  display: grid;
  place-items: center;
}

.signal-ring {
  position: absolute;
  width: 9rem;
  height: 9rem;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.signal-ring:nth-child(2) { width: 17rem; height: 17rem; }
.signal-ring:nth-child(3) { width: 26rem; height: 26rem; }

.project-visual--signal span {
  font-family: "Fraunces", Georgia, serif;
  font-size: 6rem;
}

.project-visual--type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
  font-size: clamp(2.5rem, 6vw, 6rem);
  line-height: 0.8;
  letter-spacing: -0.06em;
}

.project-visual--type span:nth-child(2) {
  align-self: flex-end;
  color: var(--red);
}

.project-visual--canvas {
  background: #e7ddca;
}

.canvas-mark {
  position: absolute;
  width: 70%;
  height: 22%;
  left: 8%;
  top: 18%;
  background: var(--red);
  transform: rotate(-9deg);
  border-radius: 50%;
  filter: blur(1px);
}

.canvas-mark:nth-child(2) {
  width: 55%;
  left: 32%;
  top: 42%;
  background: var(--gold);
  transform: rotate(12deg);
}

.canvas-mark:nth-child(3) {
  width: 38%;
  left: 22%;
  top: 63%;
  background: var(--purple);
  transform: rotate(-18deg);
}

.project-visual--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0.8rem;
}

.project-visual--grid span {
  border: 1px solid rgba(255,255,255,0.42);
}

.project-visual--grid b {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: "Fraunces", Georgia, serif;
  font-size: 8rem;
  color: var(--gold);
}

.process {
  padding: 12rem var(--pad);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 7rem;
  background: var(--red);
}

.process-copy {
  position: sticky;
  top: 9rem;
  align-self: start;
}

.process-copy > p:last-child {
  max-width: 34rem;
  margin-top: 2.5rem;
  font-size: 1.15rem;
  color: rgba(255,255,255,0.72);
}

.process-steps article {
  min-height: 11rem;
  padding: 1.5rem 0 3rem;
  display: grid;
  grid-template-columns: 5rem 1fr 1fr;
  gap: 1rem;
  border-top: 1px solid rgba(255,255,255,0.35);
}

.process-steps span {
  font-size: 0.74rem;
  letter-spacing: 0.12em;
}

.process-steps h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.process-steps p {
  max-width: 22rem;
  margin: 0;
  color: rgba(255,255,255,0.72);
}

.about {
  position: relative;
  min-height: 100vh;
  padding: 12rem var(--pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: var(--cream);
  color: var(--ink);
}

.about-word {
  position: absolute;
  left: -0.05em;
  bottom: -0.23em;
  font-family: "Fraunces", Georgia, serif;
  font-size: 42vw;
  line-height: 0.8;
  letter-spacing: -0.08em;
  color: rgba(201,46,36,0.08);
}

.about-copy {
  position: relative;
  z-index: 1;
  grid-column: 2;
  align-self: center;
}

.about-lead {
  margin: 3rem 0 2rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.about-copy > p:last-child {
  max-width: 36rem;
  color: rgba(17,16,14,0.66);
}

.contact {
  min-height: 100vh;
  padding: 10rem var(--pad) 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 20%, rgba(245,184,0,0.13), transparent 26rem),
    var(--black);
}

.contact-mark {
  position: absolute;
  right: -2rem;
  width: min(35rem, 45vw);
  opacity: 0.18;
}

.contact h2 {
  max-width: 10ch;
}

.contact-link {
  margin-top: 5rem;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.3rem, 3vw, 3rem);
}

.contact-link svg {
  width: clamp(2rem, 4vw, 4rem);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;
  transition: transform 250ms ease;
}

.contact-link:hover svg {
  transform: translate(0.4rem, -0.4rem);
}

.contact footer {
  margin-top: auto;
  padding-top: 5rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(244,236,218,0.48);
}

@media (max-width: 900px) {
  .brand-name {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 101;
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 100;
    padding: 8rem var(--pad);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.4rem;
    background: var(--red);
    transform: translateY(-100%);
    transition: transform 400ms cubic-bezier(.77,0,.18,1);
  }

  .site-nav.is-open {
    transform: translateY(0);
  }

  .site-nav a {
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(2.5rem, 10vw, 5rem);
    line-height: 1;
    opacity: 1;
  }

  .nav-contact {
    padding: 0;
    border: 0;
    border-radius: 0;
  }

  .hero {
    padding-bottom: 2rem;
  }

  .hero-mark {
    width: 74vw;
    top: 10%;
    right: -8%;
  }

  .hero h1 {
    font-size: clamp(4rem, 19vw, 8rem);
  }

  .round-link {
    width: 5.5rem;
    height: 5.5rem;
  }

  .disciplines-intro {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 5rem;
  }

  .discipline-card {
    grid-template-columns: 1fr;
    min-height: 31rem;
    align-content: space-between;
  }

  .work-heading {
    display: block;
  }

  .work-heading h2 {
    margin-top: 2rem;
  }

  .project {
    width: 84vw;
  }

  .process {
    grid-template-columns: 1fr;
    gap: 5rem;
  }

  .process-copy {
    position: static;
  }

  .process-steps article {
    grid-template-columns: 3rem 1fr;
  }

  .process-steps p {
    grid-column: 2;
  }

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

  .about-copy {
    grid-column: 1;
  }

  .contact-mark {
    width: 80vw;
    right: -25vw;
  }
}

@media (max-width: 600px) {
  .hero-bottom,
  .contact footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .manifesto {
    min-height: 170vh;
  }

  .manifesto-lines p {
    font-size: clamp(2.2rem, 10vw, 4rem);
  }

  .discipline-card {
    top: 5.5rem;
  }

  .project {
    min-height: 36rem;
  }

  .project-visual {
    min-height: 18rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .cursor-glow {
    display: none;
  }
}
