@font-face {
  font-family: "Nexa";
  src:
    local("Nexa Light"),
    local("NexaLight"),
    url("assets/fonts/Nexa-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Nexa";
  src:
    local("Nexa Heavy"),
    local("NexaHeavy"),
    url("assets/fonts/Nexa-Heavy.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --blue: #1644e6;
  --blue-dark: #0f2da0;
  --black: #090909;
  --paper: #f2f0e9;
  --white: #ffffff;
  --line: #b7b4ad;
  --pad: clamp(20px, 4vw, 64px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--black);
  font-family: "Nexa", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px var(--pad);
  border-bottom: 1px solid var(--black);
  background: rgba(242, 240, 233, 0.93);
  backdrop-filter: blur(14px);
}

.logo {
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 900;
  letter-spacing: -0.09em;
}

.nav {
  display: flex;
  gap: 28px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav a:hover {
  text-decoration: line-through;
}

.header-cta {
  justify-self: end;
  padding: 13px 18px;
  border: 1px solid var(--black);
  background: var(--blue);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  min-height: calc(100vh - 77px);
  border-bottom: 1px solid var(--black);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(58px, 7vw, 116px) var(--pad);
}

.eyebrow,
.section-no {
  margin: 0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.display {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  font-family: "Nexa", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: clamp(56px, 8.1vw, 138px);
  line-height: 0.82;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.display-solid {
}

.display-outline {
  color: var(--white);
  -webkit-text-stroke: 0.75px var(--black);
  paint-order: stroke fill;
}

.hero-sub {
  margin: 34px 0 0;
  font-family: "Nexa", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: clamp(30px, 4.1vw, 70px);
  line-height: 1.05;
}

 .brush-mark {
  position: relative;
  isolation: isolate;
  display: inline-block;
  padding: 0 0.08em;
  color: var(--white);
  font-style: normal;
  white-space: nowrap;
}

.brush-mark::before {
  position: absolute;
  z-index: -1;
  inset: -0.15em -0.3em -0.18em;
  background-image: url("assets/brushes/brush-stroke.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  transform: rotate(-0.6deg);
  transform-origin: center;
}

.brush-2::before {
  transform: rotate(0.5deg);
}

.brush-3::before {
  transform: rotate(-0.9deg);
}

.brush-4::before {
  transform: rotate(0.7deg);
}

.brush-5::before {
  transform: rotate(-0.4deg);
}

.intro {
  max-width: 620px;
  margin-top: 30px;
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.55;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--black);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
}

.btn-ghost {
  background: transparent;
}

.btn:hover {
  transform: translate(-3px, -3px);
  box-shadow: 5px 5px var(--black);
}

.hero-art {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-left: 1px solid var(--black);
  background: var(--black);
}

.art-block {
  position: absolute;
  display: flex;
  align-items: flex-end;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--paper);
  font-family: "Nexa", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: clamp(44px, 5vw, 88px);
  line-height: 0.85;
  text-transform: uppercase;
}

.art-block-photo {
  inset: 8% 8% 22% 14%;
  color: var(--white);
  background:
    linear-gradient(125deg, transparent 0 45%, rgba(255, 255, 255, 0.13) 46% 48%, transparent 49%),
    repeating-linear-gradient(90deg, #111 0 12px, #191919 12px 24px);
  transform: rotate(-3deg);
}

.art-block-photo::after {
  position: absolute;
  inset: 12% -20% -18% 30%;
  border: 38px solid var(--paper);
  content: "";
  opacity: 0.2;
  transform: rotate(18deg);
}

.art-block-blue {
  right: -4%;
  bottom: 7%;
  width: 64%;
  height: 34%;
  color: var(--white);
  background: var(--blue);
  transform: rotate(5deg);
}

.art-caption {
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 4;
  width: 168px;
  padding: 14px;
  background: var(--paper);
  color: var(--black);
  transform: rotate(2deg);
}

.art-caption span {
  font-family: "Nexa", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 38px;
}

.art-caption p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.35;
}

.statement {
  padding: 100px var(--pad);
  border-bottom: 1px solid var(--black);
}

.statement .display {
  font-size: clamp(50px, 7vw, 118px);
}

.statement-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 48px;
}

.statement-bottom p {
  max-width: 580px;
  font-size: 22px;
}

.sticker {
  padding: 18px 28px;
  background: var(--blue);
  color: var(--white);
  font-weight: 900;
  transform: rotate(-7deg);
}

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

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 42px var(--pad);
  border-right: 1px solid var(--black);
}

.service-no {
  color: var(--black);
  font-family: "Nexa", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 78px;
}

.service-card h3 {
  margin: 22px 0 10px;
  font-family: "Nexa", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 46px;
}

.service-card p {
  font-size: 18px;
  line-height: 1.5;
}

.service-card.dark {
  background: var(--black);
  color: var(--white);
}

.service-card.dark .service-no {
  color: var(--white);
}

.service-card.blue {
  background: var(--blue);
  color: var(--white);
}

.service-card.blue .service-no {
  color: var(--white);
}

.card-toggle {
  margin-top: auto;
  padding: 18px 0;
  border: 0;
  border-top: 1px solid currentColor;
  background: none;
  color: inherit;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.card-extra {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: 0.35s ease;
}

.card-extra.open {
  grid-template-rows: 1fr;
  padding-top: 10px;
}

.process {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 70px;
  padding: 100px var(--pad);
  border-bottom: 1px solid var(--black);
}

.process-heading .display {
  font-size: clamp(54px, 6vw, 104px);
}

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

.process li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-top: 1px solid var(--black);
}

.process li b {
  color: var(--blue);
  font-family: "Nexa", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 48px;
}

.process h3 {
  margin: 0;
  font-size: 28px;
}

.team {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  border-bottom: 1px solid var(--black);
}

.team-title {
  padding: 90px var(--pad);
}

.team-title .display {
  font-size: clamp(52px, 6vw, 104px);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--black);
  color: var(--white);
}

.team-grid article {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px 25px;
  border-left: 1px solid #444;
}

.team-grid span {
  margin-bottom: auto;
  color: var(--blue);
  font-family: "Nexa", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 72px;
}

.team-grid h3 {
  font-size: 22px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 70px;
  padding: 100px var(--pad);
  background: var(--black);
  color: var(--white);
}

.contact .display {
  font-size: clamp(58px, 7vw, 118px);
}

.contact .display-outline {
  color: var(--white);
  -webkit-text-stroke: 0;
}

.contact p {
  font-size: 18px;
  line-height: 1.5;
}

.contact form {
  display: grid;
  align-content: center;
  gap: 18px;
}

.contact label {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact input,
.contact textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid #777;
  outline: none;
  background: transparent;
  color: var(--white);
}

.contact textarea {
  min-height: 110px;
  resize: vertical;
}

.contact input:focus,
.contact textarea:focus {
  border-color: var(--blue);
}

#formStatus {
  color: #7f9cff;
  font-size: 13px;
}

footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 20px;
  padding: 28px var(--pad);
  border-top: 1px solid #333;
  background: var(--black);
  color: var(--white);
  font-size: 12px;
}

.cursor {
  position: fixed;
  z-index: 999;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  pointer-events: none;
  background: var(--blue);
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease;
}

.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero,
  .process,
  .team,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-art {
    min-height: 66vw;
    border-top: 1px solid var(--black);
    border-left: 0;
  }

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

  .service-card {
    min-height: 340px;
    border-right: 0;
    border-bottom: 1px solid var(--black);
  }

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

  .team-grid article {
    min-height: 260px;
    border-top: 1px solid #444;
    border-left: 0;
  }

  .statement-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }

  .cursor {
    display: none;
  }
}

@media (max-width: 600px) {
  .header-cta {
    padding: 10px;
    font-size: 10px;
  }

  .hero-copy,
  .statement,
  .process,
  .team-title,
  .contact {
    padding-right: 20px;
    padding-left: 20px;
  }

  .display,
  .hero h1 {
    font-size: 56px;
  }

  .hero-art {
    min-height: 470px;
  }

  .actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .service-card {
    padding: 28px 20px;
  }

  .process {
    gap: 40px;
  }

  .process li {
    grid-template-columns: 58px 1fr;
  }

  .contact {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .brush-mark {
    white-space: normal;
  }

  footer {
    grid-template-columns: 1fr;
  }
}

/* Typography system */
h1,
h2,
h3,
h4,
.logo,
.btn,
.header-cta,
.eyebrow,
.section-no,
.service-no,
.card-toggle,
.sticker {
  font-family: "Nexa", Arial, Helvetica, sans-serif;
  font-weight: 900;
}

p,
li,
label,
input,
textarea,
.card-extra {
  font-family: "Nexa", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

/* Only protect white lettering from disappearing on light surfaces. */
.text-on-light,
.display-outline {
  -webkit-text-stroke: 0.75px var(--black);
  paint-order: stroke fill;
}
