:root {
  color-scheme: dark;
  --black: #050505;
  --ink: #f2eee6;
  --muted: #b7afa4;
  --line: rgba(242, 238, 230, 0.15);
  --amber: #d89235;
  --red: #cf3029;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--ink);
  font-family: "Inter Tight", system-ui, sans-serif;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(20px, 5vw, 72px);
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.88), transparent);
}

.brand {
  width: clamp(96px, 10vw, 138px);
}

.brand img {
  display: block;
  width: 100%;
  mix-blend-mode: screen;
}

nav {
  display: flex;
  gap: clamp(18px, 3vw, 40px);
  color: rgba(242, 238, 230, 0.72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 136px clamp(20px, 5vw, 72px) 132px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 42%, rgba(216, 146, 53, 0.14), transparent 34rem),
    linear-gradient(180deg, #070707, #0b0907 68%, #050505);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.78) 38%, rgba(5, 5, 5, 0.08) 76%),
    linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, 0.7) 100%);
}

.wall {
  position: absolute;
  inset: 8% -3% 5% 32%;
  z-index: 1;
}

.slot {
  position: absolute;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(242, 238, 230, 0.08), transparent 34%),
    linear-gradient(145deg, #221d18, #070707 70%);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.6);
}

.slot::before {
  position: absolute;
  inset: 16px;
  content: "";
  border: 1px solid rgba(242, 238, 230, 0.08);
}

.slot::after {
  position: absolute;
  inset: auto 18px 18px;
  height: 8px;
  content: "";
  background:
    linear-gradient(90deg, var(--red) 0 13%, transparent 13% 19%, rgba(242, 238, 230, 0.3) 19% 45%, transparent 45% 54%, var(--red) 54% 61%, transparent 61% 70%, rgba(242, 238, 230, 0.25) 70%);
}

.main-shot {
  top: 10%;
  right: 0;
  width: min(66vw, 920px);
  aspect-ratio: 16 / 9;
  transform: rotateZ(1deg);
}

.vertical-shot {
  left: 0;
  top: 38%;
  width: min(24vw, 330px);
  aspect-ratio: 4 / 5;
  transform: rotateZ(-4deg);
}

.proof-shot {
  right: 6%;
  bottom: 7%;
  width: min(28vw, 390px);
  aspect-ratio: 1.18;
  transform: rotateZ(4deg);
}

.contact-sheet {
  left: 16%;
  bottom: 2%;
  display: grid;
  width: min(26vw, 380px);
  aspect-ratio: 1.42;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 12px;
  transform: rotateZ(-4deg);
  background: #0d0c0b;
}

.contact-sheet::before,
.contact-sheet::after {
  display: none;
}

.contact-sheet i {
  background:
    radial-gradient(circle at 56% 44%, rgba(216, 146, 53, 0.42), transparent 25%),
    #171513;
}

.grade-line {
  position: absolute;
  left: 10%;
  top: 22%;
  display: flex;
  gap: 8px;
  transform: rotateZ(-3deg);
}

.grade-line i {
  width: 54px;
  height: 32px;
  border: 1px solid var(--line);
  background: #080808;
}

.grade-line i:first-child {
  background: var(--amber);
}

.grade-line i:nth-child(3) {
  background: var(--red);
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 780px;
}

h1,
h2,
.work-strip h2 {
  font-family: "Inter Tight", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(64px, 8.6vw, 128px);
  line-height: 0.88;
}

.hero-copy p {
  max-width: 620px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.5;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  padding: 0 22px;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.button.primary {
  border-color: rgba(216, 146, 53, 0.75);
  background: var(--amber);
  color: #070604;
}

.work-strip {
  position: absolute;
  left: clamp(20px, 5vw, 72px);
  right: clamp(20px, 5vw, 72px);
  bottom: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-bottom: 0;
  background: rgba(5, 5, 5, 0.68);
  backdrop-filter: blur(18px);
}

.work-strip article {
  min-height: 120px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.work-strip article:last-child {
  border-right: 0;
}

.work-strip span {
  color: var(--amber);
  font-size: 12px;
  font-weight: 850;
}

.work-strip h2 {
  margin: 8px 0 0;
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 0.84;
}

.work-strip p,
.studio p,
.services p,
.contact p {
  color: var(--muted);
  line-height: 1.52;
}

.work-strip p {
  margin: 10px 0 0;
  font-size: 14px;
}

.studio,
.contact {
  padding: clamp(82px, 12vw, 170px) clamp(20px, 5vw, 72px);
}

.studio {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.72fr);
  gap: clamp(32px, 7vw, 110px);
}

.studio .label {
  grid-column: 1 / -1;
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.studio h2,
.contact h2 {
  margin: 0;
  max-width: 980px;
  font-size: clamp(54px, 7.4vw, 120px);
  line-height: 0.86;
}

.studio > p:not(.label),
.contact p,
.services p {
  margin: 0;
  font-size: clamp(18px, 1.8vw, 25px);
}

.studio > p:not(.label) {
  align-self: end;
}

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.services article {
  min-height: 280px;
  padding: clamp(28px, 4vw, 56px);
  border-right: 1px solid var(--line);
  background: #080808;
}

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

.services h2 {
  margin: 0 0 24px;
  font-size: clamp(50px, 6vw, 92px);
  line-height: 0.84;
}

.contact {
  min-height: 70vh;
  display: grid;
  align-content: center;
  justify-items: start;
}

.contact p {
  margin: 24px 0 34px;
}

@media (max-width: 860px) {
  nav {
    display: none;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 126px;
    padding-bottom: 0;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.52) 62%, rgba(5, 5, 5, 0.1) 100%);
  }

  .hero-copy {
    z-index: 4;
    width: min(100%, 350px);
  }

  h1 {
    font-size: clamp(54px, 16vw, 76px);
  }

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

  .actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .wall {
    position: relative;
    inset: auto;
    order: 2;
    width: 100%;
    height: 430px;
    margin-top: 52px;
  }

  .main-shot {
    width: 112%;
    right: -34%;
    top: 0;
  }

  .vertical-shot {
    width: 44%;
    top: 42%;
  }

  .proof-shot {
    width: 52%;
    right: -4%;
  }

  .contact-sheet {
    width: 52%;
    left: 4%;
  }

  .work-strip,
  .studio,
  .services {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    order: 3;
  }

  .work-strip article,
  .services article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}
