:root {
  --bg: #0a0a09;
  --paper: #e9e6dc;
  --ink: #11110f;
  --muted: #9c9a92;
  --line: #2c2c28;
  --acid: #caff4f;
  --serif: georgia, 'Times New Roman', serif;
  --sans: arial, helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--paper);
  font-family: var(--sans);
  overflow-x: hidden;
}

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

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

.skip {
  position: fixed;
  z-index: 100;
  top: -5rem;
  left: 1rem;
  background: var(--acid);
  color: #000;
  padding: 0.8rem;
}

.skip:focus {
  top: 1rem;
}

.header {
  position: absolute;
  z-index: 20;
  top: 0;
  width: 100%;
  padding: 1.6rem 4vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid #ffffff24;
}

.logo {
  font-weight: 700;
  font-size: 0.9rem;
}

.logo span {
  color: var(--acid);
}

nav {
  display: flex;
  gap: 2rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

nav a:hover {
  color: var(--acid);
}

.header-cta {
  justify-self: end;
  border: 1px solid #fff8;
  border-radius: 99px;
  padding: 0.65rem 1rem;
  font-size: 0.72rem;
}

.menu {
  display: none;
}

.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: end;
  padding: 12rem 4vw 5rem;
  overflow: hidden;
}

.hero > img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, #080807ee 0%, #0808078f 45%, #08080712 80%),
    linear-gradient(0deg, #080807d9, transparent 50%);
}

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

.kicker,
.index {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.67rem;
}

.kicker {
  color: var(--acid);
}

.contact > .kicker {
  color: #5d5b54;
}

.hero h1 {
  font-size: clamp(4rem, 9.7vw, 10rem);
  line-height: 0.82;
  letter-spacing: -0.075em;
  margin: 2.5rem 0;
}

.hero h1 em,
.big-copy em,
h2 em {
  font-family: var(--serif);
  font-weight: 400;
}

.hero-foot {
  display: flex;
  align-items: end;
  gap: 6rem;
}

.hero-foot > p {
  max-width: 420px;
  color: #c2c0b7;
  line-height: 1.6;
}

.round {
  width: 100px;
  height: 100px;
  border: 1px solid #fff8;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 0.72rem;
  transition: 0.3s;
}

.round:hover {
  background: var(--acid);
  border-color: var(--acid);
  color: #000;
  transform: rotate(-7deg);
}

.sound-note {
  position: absolute;
  z-index: 2;
  right: 4vw;
  bottom: 5rem;
  writing-mode: vertical-rl;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #aaa;
}

.ruled {
  border-top: 1px solid var(--line);
  padding: 8rem 4vw;
}

.index {
  color: var(--muted);
}

.manifesto {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 3rem;
}

.manifesto > div {
  max-width: 1100px;
}

.big-copy {
  font-size: clamp(2.7rem, 5.8vw, 6.2rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
  margin: 0;
}

.aside {
  max-width: 440px;
  margin: 3rem 0 0 auto;
  color: var(--muted);
  line-height: 1.7;
}

.section-top {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: end;
  margin-bottom: 5rem;
}

.section-top h2,
.about h2,
.process h2 {
  font-size: clamp(3.6rem, 7vw, 7.5rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  margin: 0;
}

.section-top > a,
.line-link {
  justify-self: end;
  border-bottom: 1px solid;
  padding-bottom: 0.4rem;
  font-size: 0.78rem;
}

.work-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 1.15fr;
  gap: 2rem;
  align-items: start;
}

.work-card:nth-child(2) {
  margin-top: 8rem;
}

.work-card figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #171715;
}

.work-card figure img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  filter: saturate(0.7);
  transition: 0.5s;
}

.work-card.tall figure img {
  aspect-ratio: 3/4;
  object-fit: contain;
}

.work-card:hover figure img {
  transform: scale(1.025);
  filter: saturate(1);
}

.work-card figure span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: #0a0a09;
  color: #ddd;
  padding: 0.55rem 0.7rem;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.work-card > div {
  display: grid;
  grid-template-columns: 3rem 1fr;
  margin-top: 1.3rem;
}

.work-card p {
  color: var(--acid);
  margin: 0.3rem 0;
}

.work-card h3 {
  font: 400 clamp(1.5rem, 2.2vw, 2.4rem)/1 var(--serif);
  margin: 0;
}

.work-card small {
  grid-column: 2;
  color: var(--muted);
  margin-top: 0.6rem;
}

.about {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 7vw;
  align-items: center;
}

.about-image {
  position: relative;
}

.about-image img {
  aspect-ratio: 4/3;
  object-fit: cover;
  filter: saturate(0.75);
}

.about-image span {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: var(--acid);
  color: #000;
  padding: 0.6rem;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.about h2 {
  font-size: clamp(3rem, 5.5vw, 6rem);
  margin: 2rem 0 3rem;
}

.about-copy > p:not(.index) {
  max-width: 620px;
  color: #c1bfb7;
  line-height: 1.75;
  font-size: 1.05rem;
}

.about-copy .placeholder {
  padding-left: 1.3rem;
  border-left: 1px solid var(--acid);
  color: var(--muted) !important;
  font-size: 0.85rem !important;
}

.about .line-link {
  display: inline-block;
  margin-top: 2rem;
}

.services {
  background: var(--paper);
  color: var(--ink);
}

.services .index {
  color: #68675f;
}

.services .section-top {
  border-bottom: 1px solid #bbb8ad;
  padding-bottom: 4rem;
}

.service-list article {
  display: grid;
  grid-template-columns: 5rem 1.2fr 1fr auto;
  gap: 2rem;
  align-items: start;
  padding: 2.2rem 0;
  border-bottom: 1px solid #bbb8ad;
}

.service-list article > span {
  color: #727066;
}

.service-list h3 {
  font: 400 clamp(1.8rem, 3vw, 3rem)/1 var(--serif);
  margin: 0;
}

.service-list p {
  margin: 0;
  max-width: 380px;
  line-height: 1.6;
  color: #5d5b54;
}

.service-list small {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.process {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.process-copy h2 {
  margin-bottom: 5rem;
}

.process ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.process li {
  display: grid;
  grid-template-columns: 5rem 1fr;
  padding: 1.7rem 0;
  border-top: 1px solid var(--line);
}

.process li > span {
  color: var(--acid);
  font-size: 0.7rem;
}

.process strong {
  font: 400 1.7rem var(--serif);
}

.process li p {
  color: var(--muted);
  line-height: 1.6;
  max-width: 500px;
}

.quote {
  background: #1c2317;
  padding: 10rem 12vw;
  text-align: center;
}

.quote p {
  font: italic clamp(2.2rem, 4.5vw, 5rem)/1.15 var(--serif);
  max-width: 1200px;
  margin: 0 auto 3rem;
}

.quote span {
  font-size: 0.67rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #aaa;
}

.contact {
  padding: 11rem 4vw 5rem;
  background: var(--paper);
  color: var(--ink);
}

.contact h2 {
  font-size: clamp(4rem, 9vw, 9.5rem);
  line-height: 0.82;
  letter-spacing: -0.07em;
  margin: 3rem 0 6rem;
}

.contact > a {
  font-size: clamp(1.2rem, 3vw, 3rem);
  border-bottom: 2px solid;
}

.contact > div {
  display: flex;
  gap: 3rem;
  margin-top: 7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.65rem;
}

footer {
  padding: 2rem 4vw;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity 0.8s,
    transform 0.8s;
}

[data-reveal].visible {
  opacity: 1;
  transform: none;
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (width <= 760px) {
  .header {
    grid-template-columns: 1fr auto;
  }

  .header-cta {
    display: none;
  }

  .menu {
    display: block;
    background: none;
    border: 0;
    color: white;
    text-transform: uppercase;
    font-size: 0.7rem;
  }

  .header nav {
    display: none;
    position: absolute;
    right: 4vw;
    top: 4.5rem;
    background: #111;
    padding: 1.5rem;
    flex-direction: column;
  }

  .header nav.open {
    display: flex;
  }

  .hero {
    padding: 10rem 5vw 3rem;
  }

  .hero > img {
    object-position: 65% center;
  }

  .hero h1 {
    font-size: 15.5vw;
  }

  .hero-foot {
    justify-content: space-between;
    gap: 1rem;
  }

  .hero-foot > p {
    max-width: 62%;
    font-size: 0.85rem;
  }

  .round {
    width: 76px;
    height: 76px;
  }

  .sound-note {
    display: none;
  }

  .ruled {
    padding: 5rem 5vw;
  }

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

  .manifesto .index,
  .process > .index {
    margin-bottom: 2rem;
  }

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

  .section-top h2 {
    margin: 1.5rem 0;
  }

  .section-top > a {
    justify-self: start;
  }

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

  .work-card:nth-child(2) {
    margin-top: 0;
  }

  .service-list article {
    grid-template-columns: 2.5rem 1fr;
  }

  .service-list article p,
  .service-list article small {
    grid-column: 2;
  }

  .process-copy h2 {
    font-size: 13vw;
  }

  .contact {
    padding: 7rem 5vw 4rem;
  }

  .contact > div,
  footer {
    flex-direction: column;
    gap: 1rem;
  }

  .quote {
    padding: 7rem 5vw;
  }
}
