:root {
  --ink: #171512;
  --ink-soft: #24211d;
  --paper: #f0ede5;
  --paper-deep: #ded8cb;
  --acid: #d9ff43;
  --orange: #e75a2c;
  --line: rgba(23, 21, 18, 0.18);
  --line-light: rgba(240, 237, 229, 0.18);
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --page-x: clamp(20px, 4vw, 72px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--orange) var(--ink);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.45;
  overflow-x: hidden;
}

body.is-loading,
body.menu-open {
  overflow: hidden;
}

::selection {
  background: var(--acid);
  color: var(--ink);
}

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

button,
input,
select {
  color: inherit;
  font: inherit;
}

button,
a,
select {
  cursor: pointer;
}

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

.icon-arrow,
.icon-chevron {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.icon-arrow--inline {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 3px;
  vertical-align: -0.08em;
  stroke-width: 1.8;
}

.icon-arrow--back {
  width: 16px;
  height: 16px;
}

.icon-chevron {
  width: 16px;
  height: 16px;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.07;
  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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.cursor-dot,
.cursor-ring {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 120;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0;
  will-change: transform;
}

.cursor-dot {
  width: 5px;
  height: 5px;
  background: var(--acid);
}

.cursor-ring {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(217, 255, 67, 0.72);
  transition:
    width 0.25s ease,
    height 0.25s ease,
    background-color 0.25s ease;
}

.cursor-ring.is-active {
  width: 66px;
  height: 66px;
  background: rgba(217, 255, 67, 0.12);
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--paper);
  transition:
    transform 1.05s cubic-bezier(0.77, 0, 0.18, 1),
    visibility 1.05s;
}

.loader.is-finished {
  transform: translateY(-100%);
  visibility: hidden;
}

.loader__mark {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: var(--display);
  font-size: clamp(76px, 11vw, 172px);
  line-height: 0.75;
}

.loader__mark i {
  width: 10px;
  height: 10px;
  background: var(--acid);
  border-radius: 50%;
  animation: pulse 0.8s ease-in-out infinite alternate;
}

.loader p {
  margin: 34px 0 22px;
  color: rgba(240, 237, 229, 0.56);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.loader__line {
  width: min(280px, 62vw);
  height: 1px;
  overflow: hidden;
  background: rgba(240, 237, 229, 0.16);
}

.loader__line span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--acid);
  transform-origin: left;
  animation: loadLine 1.35s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 22px var(--page-x);
  color: var(--paper);
  mix-blend-mode: difference;
  transition:
    background 0.35s ease,
    padding 0.35s ease;
}

.header.is-scrolled {
  padding-top: 14px;
  padding-bottom: 14px;
}

.brand {
  display: flex;
  align-items: flex-end;
  justify-self: start;
  gap: 9px;
  line-height: 1;
}

.brand__main {
  font-family: var(--display);
  font-size: 31px;
  letter-spacing: -0.05em;
}

.brand__sub {
  max-width: 42px;
  padding-bottom: 4px;
  font-size: 7px;
  line-height: 1.05;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 52px);
}

.header__nav a,
.header__cta {
  position: relative;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.header__nav a::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s ease;
}

.header__nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header__cta {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 18px;
  padding: 10px 0;
}

.header__cta span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 28px;
  height: 1px;
  margin: 7px auto;
  background: currentColor;
  transition: transform 0.35s ease;
}

.menu-button[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: space-between;
  padding: 120px var(--page-x) 32px;
  background: var(--ink);
  color: var(--paper);
  opacity: 0;
  transform: translateY(-12px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s;
}

.mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu nav {
  display: flex;
  flex-direction: column;
}

.mobile-menu nav a {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 8px 0;
  font-family: var(--display);
  font-size: clamp(48px, 16vw, 80px);
  line-height: 1;
}

.mobile-menu nav span {
  font-family: var(--sans);
  font-size: 10px;
}

.mobile-menu__footer {
  display: flex;
  justify-content: space-between;
  color: rgba(240, 237, 229, 0.7);
  font-size: 12px;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #2a2926;
  color: var(--paper);
}

.hero__media,
.hero__veil {
  position: absolute;
  inset: 0;
}

.hero__media {
  z-index: 0;
}

.hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 112%;
  object-fit: cover;
  object-position: 50% 42%;
  filter: saturate(0.65) contrast(1.03);
  transform: scale(1.08);
  animation: heroIn 2s 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero__media video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 112%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.04);
  transform: scale(1.08);
  animation: heroIn 2s 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero__veil {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(15, 15, 14, 0.52) 0%, rgba(15, 15, 14, 0.05) 34%, rgba(15, 15, 14, 0.5) 100%),
    linear-gradient(90deg, rgba(15, 15, 14, 0.18), transparent 54%);
}

.hero__meta {
  position: absolute;
  z-index: 3;
  top: 100px;
  right: var(--page-x);
  left: var(--page-x);
  display: flex;
  justify-content: space-between;
  color: rgba(240, 237, 229, 0.72);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero__title {
  position: absolute;
  z-index: 3;
  top: 48%;
  right: var(--page-x);
  left: var(--page-x);
  font-family: var(--display);
  transform: translateY(-50%);
}

.hero__line {
  display: flex;
  align-items: center;
  font-size: clamp(74px, 12.4vw, 204px);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.69;
  white-space: nowrap;
}

.hero__line--one {
  justify-content: flex-start;
  gap: clamp(24px, 4vw, 80px);
}

.hero__line--two {
  justify-content: center;
  padding-right: 8vw;
}

.hero__line--two em {
  font-weight: 400;
}

.hero__line--three {
  justify-content: flex-end;
}

.reveal-word {
  display: block;
  opacity: 0;
  transform: translateY(110%);
  animation: wordIn 1.1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero__line--one .reveal-word {
  animation-delay: 1.2s;
}

.hero__line--two .reveal-word {
  animation-delay: 1.32s;
}

.hero__line--three .reveal-word {
  animation-delay: 1.44s;
}

.hero__orb {
  width: clamp(18px, 2.3vw, 38px);
  height: clamp(18px, 2.3vw, 38px);
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(217, 255, 67, 0.55);
  opacity: 0;
  animation: orbIn 0.6s 1.8s ease forwards;
}

.hero__bottom {
  position: absolute;
  z-index: 3;
  right: var(--page-x);
  bottom: 30px;
  left: var(--page-x);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.hero__bottom p {
  margin: 0;
  color: rgba(240, 237, 229, 0.75);
  font-size: 11px;
}

.scroll-hint {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scroll-hint__line {
  position: relative;
  width: 50px;
  height: 1px;
  overflow: hidden;
  background: rgba(240, 237, 229, 0.32);
}

.scroll-hint__line::after {
  position: absolute;
  inset: 0;
  background: var(--paper);
  content: "";
  animation: scrollLine 1.9s infinite ease-in-out;
}

.ticker {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--acid);
}

.ticker__track {
  display: flex;
  width: max-content;
  align-items: center;
  padding: 17px 0;
  animation: ticker 26s linear infinite;
}

.ticker span {
  padding: 0 27px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ticker i {
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 50%;
}

.section {
  padding: clamp(96px, 13vw, 200px) var(--page-x);
}

.section-label {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-label::before {
  width: 42px;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0.4;
}

.section-label p {
  margin: 0;
}

.section-label span {
  color: var(--orange);
}

.section-label--light {
  color: var(--paper);
}

.section-label--light span {
  color: var(--acid);
}

.manifesto {
  display: grid;
  grid-template-columns: 0.7fr 2.2fr 0.8fr;
  gap: clamp(28px, 5vw, 96px);
  align-items: start;
}

.manifesto__copy {
  max-width: 980px;
}

.eyebrow {
  margin: 0 0 32px;
  color: var(--orange);
  font-family: var(--display);
  font-size: 22px;
  font-style: italic;
}

.manifesto h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(46px, 6.6vw, 104px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.93;
}

.manifesto h2 em {
  display: block;
  color: rgba(23, 21, 18, 0.38);
  font-weight: 400;
}

.split-text .word {
  display: inline-block;
  transition:
    color 0.45s ease,
    opacity 0.45s ease;
}

.manifesto__aside {
  align-self: end;
  max-width: 280px;
  padding-bottom: 8px;
}

.manifesto__aside p {
  margin: 0 0 30px;
  color: rgba(23, 21, 18, 0.68);
  font-size: 13px;
}

.text-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--ink);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link span {
  font-size: 18px;
}

.projects {
  padding-top: 40px;
}

.projects__heading {
  display: grid;
  grid-template-columns: 1fr 2.2fr 0.8fr;
  gap: clamp(28px, 5vw, 96px);
  align-items: end;
  margin-bottom: 78px;
}

.projects__heading h2,
.event-types__intro h2,
.services__top h2,
.contact__top h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(50px, 7vw, 110px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.82;
}

.projects__heading h2 em,
.event-types__intro h2 em,
.services__top h2 em,
.contact__top h2 em {
  color: var(--orange);
  font-weight: 400;
}

.projects__count {
  margin: 0;
  color: rgba(23, 21, 18, 0.44);
  font-family: var(--display);
  font-size: 22px;
  text-align: right;
}

.project-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(28px, 5vw, 86px) clamp(18px, 3vw, 48px);
}

.project-card {
  position: relative;
  min-width: 0;
}

.project-card--wide {
  grid-column: 1 / 9;
}

.project-card--portrait {
  grid-column: 9 / 13;
  margin-top: 18vw;
}

.project-card--offset {
  grid-column: 3 / 10;
}

.project-card a {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.project-card__media {
  position: relative;
  height: clamp(420px, 57vw, 820px);
  margin: 0;
  overflow: hidden;
}

.project-card--portrait .project-card__media {
  height: clamp(480px, 56vw, 750px);
}

.project-card--offset .project-card__media {
  height: clamp(420px, 50vw, 700px);
}

.project-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.13), transparent 50%, rgba(0, 0, 0, 0.58));
  content: "";
}

.project-card__media img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  transition:
    transform 1s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.8s ease;
}

.project-card__media video {
  width: 100%;
  height: 112%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
  transition:
    transform 1s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.8s ease;
}

.project-card:hover .project-card__media img {
  filter: saturate(1.08);
  transform: scale(1.045);
}

.project-card:hover .project-card__media video {
  filter: saturate(1.08);
  transform: scale(1.045);
}

.project-card__top,
.project-card__title {
  position: absolute;
  right: 24px;
  left: 24px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.project-card__top {
  top: 22px;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-card__title {
  bottom: 23px;
  align-items: flex-end;
}

.project-card__title p {
  margin: 0 0 7px;
  color: rgba(240, 237, 229, 0.65);
  font-size: 10px;
}

.project-card__title h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 65px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.project-card__arrow {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(240, 237, 229, 0.5);
  border-radius: 50%;
  transition:
    background 0.35s ease,
    color 0.35s ease,
    transform 0.35s ease;
}

.project-card:hover .project-card__arrow {
  background: var(--acid);
  color: var(--ink);
  transform: rotate(45deg);
}

.circle-link {
  display: flex;
  width: 156px;
  height: 156px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 42px 5vw 0 auto;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 11px;
  text-transform: uppercase;
  transition:
    background 0.35s ease,
    color 0.35s ease,
    transform 0.35s ease;
}

.circle-link:hover {
  background: var(--ink);
  color: var(--paper);
  transform: rotate(-6deg);
}

.approach {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 1fr 1fr;
  background: var(--ink);
  color: var(--paper);
}

.approach__visual {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.approach__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 72%, rgba(23, 21, 18, 0.48));
  content: "";
}

.approach__visual img {
  width: 100%;
  height: 110%;
  object-fit: cover;
  filter: saturate(0.65);
}

.approach__stamp {
  position: absolute;
  bottom: 36px;
  left: 36px;
  z-index: 2;
  width: 104px;
  height: 104px;
  margin: 0;
  border: 1px solid rgba(240, 237, 229, 0.55);
  border-radius: 50%;
  font-size: 8px;
  letter-spacing: 0.18em;
  line-height: 104px;
  text-align: center;
  white-space: nowrap;
  animation: spin 18s linear infinite;
}

.approach__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 8vw, 150px) clamp(28px, 6vw, 110px);
}

.approach__content h2 {
  margin: 58px 0 34px;
  font-family: var(--display);
  font-size: clamp(54px, 6.5vw, 104px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.82;
}

.approach__content h2 em {
  color: var(--acid);
  font-weight: 400;
}

.approach__lead {
  max-width: 480px;
  margin: 0 0 62px;
  color: rgba(240, 237, 229, 0.62);
  font-size: 14px;
}

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

.approach__steps li {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--line-light);
}

.approach__steps li > span {
  padding-top: 4px;
  color: var(--acid);
  font-size: 9px;
}

.approach__steps h3 {
  margin: 0 0 6px;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 400;
}

.approach__steps p {
  max-width: 420px;
  margin: 0;
  color: rgba(240, 237, 229, 0.5);
  font-size: 12px;
}

.event-types {
  position: relative;
  overflow: hidden;
}

.event-types__intro {
  display: grid;
  grid-template-columns: 1.8fr 0.6fr;
  gap: 64px;
  align-items: end;
  margin: 72px 0 100px;
}

.event-types__intro p {
  max-width: 280px;
  margin: 0 0 8px;
  color: rgba(23, 21, 18, 0.64);
  font-size: 13px;
}

.event-types__list {
  position: relative;
  z-index: 2;
}

.event-type {
  display: grid;
  grid-template-columns: 7% 42% 1fr 48px;
  gap: 20px;
  align-items: center;
  padding: 29px 0;
  border-top: 1px solid var(--line);
  transition: color 0.3s ease;
}

.event-type:last-child {
  border-bottom: 1px solid var(--line);
}

.event-type > span {
  color: rgba(23, 21, 18, 0.45);
  font-size: 9px;
}

.event-type h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(36px, 4.6vw, 72px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.9;
  transition: transform 0.35s ease;
}

.event-type p {
  margin: 0;
  color: rgba(23, 21, 18, 0.55);
  font-size: 12px;
}

.event-type i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-style: normal;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.event-type:hover h3 {
  transform: translateX(16px);
}

.event-type:hover i {
  background: var(--acid);
  transform: rotate(45deg);
}

.event-preview {
  position: fixed;
  z-index: 1;
  width: 250px;
  height: 320px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-4deg) scale(0.86);
  transition:
    opacity 0.3s ease,
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.event-preview.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-4deg) scale(1);
}

.event-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.services__top {
  display: grid;
  grid-template-columns: 0.7fr 1.55fr 0.75fr;
  gap: clamp(28px, 5vw, 96px);
  align-items: end;
  margin-bottom: 78px;
}

.services__top h2 em {
  color: var(--acid);
}

.services__top > p {
  margin: 0;
  color: rgba(240, 237, 229, 0.55);
  font-size: 13px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.service-card {
  display: flex;
  min-height: 510px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background: var(--ink-soft);
}

.service-card--accent {
  background: var(--acid);
  color: var(--ink);
}

.service-card__number {
  color: rgba(240, 237, 229, 0.38);
  font-size: 9px;
}

.service-card--accent .service-card__number {
  color: rgba(23, 21, 18, 0.45);
}

.service-card__tag {
  margin: 0 0 20px;
  color: var(--acid);
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.service-card--accent .service-card__tag {
  color: var(--orange);
}

.service-card h3 {
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.86;
}

.service-card p:not(.service-card__tag) {
  max-width: 340px;
  margin: 0;
  color: rgba(240, 237, 229, 0.52);
  font-size: 12px;
}

.service-card--accent p:not(.service-card__tag) {
  color: rgba(23, 21, 18, 0.62);
}

.service-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid var(--line-light);
}

.service-card--accent .service-card__footer {
  border-color: rgba(23, 21, 18, 0.2);
}

.service-card__footer strong {
  font-family: var(--display);
  font-size: 31px;
  font-weight: 400;
}

.service-card__footer a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.service-card__footer a:hover {
  transform: rotate(45deg);
}

.services__note {
  margin: 24px 0 0;
  color: rgba(240, 237, 229, 0.38);
  font-size: 10px;
}

.quote {
  display: grid;
  min-height: 86vh;
  grid-template-columns: 1fr 1.2fr;
  background: var(--orange);
}

.quote__media {
  min-height: 660px;
  overflow: hidden;
}

.quote__media img {
  width: 100%;
  height: 108%;
  object-fit: cover;
  filter: grayscale(0.25) contrast(1.05);
}

.quote__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vw, 130px);
}

.quote__mark {
  font-family: var(--display);
  font-size: 108px;
  line-height: 0.4;
}

.quote blockquote {
  max-width: 820px;
  margin: 36px 0 56px;
  font-family: var(--display);
  font-size: clamp(42px, 5.5vw, 86px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.92;
}

.quote blockquote em {
  display: block;
  color: var(--paper);
  font-weight: 400;
}

.quote__content > p {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
}

.quote__content > p span {
  color: rgba(23, 21, 18, 0.56);
  text-transform: none;
}

.contact__top {
  display: grid;
  grid-template-columns: 0.7fr 1.55fr 0.75fr;
  gap: clamp(28px, 5vw, 96px);
  align-items: end;
  margin-bottom: 98px;
}

.contact__top > p {
  margin: 0;
  color: rgba(23, 21, 18, 0.6);
  font-size: 13px;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px 48px;
  max-width: 1040px;
  margin-left: auto;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.field span {
  color: rgba(23, 21, 18, 0.55);
  font-size: 10px;
}

.field input,
.field select {
  width: 100%;
  padding: 0 0 16px;
  border: 0;
  border-bottom: 1px solid rgba(23, 21, 18, 0.32);
  border-radius: 0;
  outline: 0;
  background: transparent;
  font-family: var(--display);
  font-size: clamp(26px, 3vw, 42px);
  transition: border-color 0.25s ease;
}

.field input::placeholder {
  color: rgba(23, 21, 18, 0.28);
}

.field input:focus,
.field select:focus {
  border-color: var(--orange);
}

.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%);
  background-position:
    calc(100% - 12px) calc(50% - 2px),
    calc(100% - 6px) calc(50% - 2px);
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

.consent {
  display: flex;
  align-items: center;
  align-self: center;
  gap: 12px;
  cursor: pointer;
}

.consent input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.consent__box {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 1px solid rgba(23, 21, 18, 0.5);
}

.consent input:checked + .consent__box {
  background: var(--ink);
}

.consent input:checked + .consent__box::after {
  position: absolute;
  top: 3px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid var(--paper);
  border-width: 0 1px 1px 0;
  content: "";
  transform: rotate(45deg);
}

.consent > span:last-child {
  max-width: 410px;
  color: rgba(23, 21, 18, 0.55);
  font-size: 10px;
}

.consent a {
  border-bottom: 1px solid currentColor;
}

.submit-button {
  display: flex;
  width: 240px;
  height: 72px;
  align-items: center;
  justify-content: space-between;
  justify-self: end;
  padding: 0 22px 0 28px;
  border: 0;
  border-radius: 0;
  background: var(--ink);
  color: var(--paper);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 0.3s ease,
    color 0.3s ease;
}

.submit-button i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(240, 237, 229, 0.44);
  border-radius: 50%;
  font-style: normal;
}

.submit-button:hover {
  background: var(--acid);
  color: var(--ink);
}

.form-note {
  grid-column: 2;
  justify-self: end;
  margin: -20px 0 0;
  color: rgba(23, 21, 18, 0.43);
  font-size: 9px;
}

.footer {
  padding: 0 var(--page-x) 28px;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.footer__headline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 34px;
  border-bottom: 1px solid var(--line-light);
  font-family: var(--display);
  line-height: 0.72;
}

.footer__headline span:first-child {
  margin-bottom: -1.4vw;
  font-size: clamp(120px, 24vw, 370px);
  letter-spacing: -0.09em;
}

.footer__headline span:last-child {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 78px);
  font-style: italic;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 40px;
  padding: 62px 0 74px;
}

.footer__brand p {
  margin: 0 0 30px;
  font-family: var(--display);
  font-size: 26px;
  line-height: 1;
}

.footer__brand span,
.footer__links p {
  color: rgba(240, 237, 229, 0.4);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
}

.footer__links p {
  margin: 0 0 13px;
}

.footer__links a {
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease;
}

.footer__links a:hover {
  border-color: currentColor;
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 34px;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--line-light);
  color: rgba(240, 237, 229, 0.38);
  font-size: 8px;
}

.form-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 160;
  max-width: 360px;
  padding: 16px 20px;
  background: var(--acid);
  color: var(--ink);
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.form-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  from { transform: scale(0.6); opacity: 0.5; }
  to { transform: scale(1); opacity: 1; }
}

@keyframes loadLine {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes heroIn {
  to { transform: scale(1); }
}

@keyframes wordIn {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes orbIn {
  to { opacity: 1; }
}

@keyframes scrollLine {
  0% { transform: translateX(-100%); }
  50%, 100% { transform: translateX(100%); }
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

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

  .header__nav,
  .header__cta {
    display: none;
  }

  .menu-button {
    display: block;
    justify-self: end;
  }

  .manifesto,
  .projects__heading,
  .services__top,
  .contact__top {
    grid-template-columns: 1fr 2fr;
  }

  .manifesto__aside,
  .projects__count,
  .services__top > p,
  .contact__top > p {
    grid-column: 2;
  }

  .project-card--wide {
    grid-column: 1 / 9;
  }

  .project-card--portrait {
    grid-column: 9 / 13;
  }

  .approach {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .service-card {
    min-height: 450px;
  }
}

@media (max-width: 760px) {
  .cursor-dot,
  .cursor-ring {
    display: none;
  }

  .noise {
    opacity: 0.045;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand__main {
    font-size: 28px;
  }

  .hero__meta {
    top: 86px;
  }

  .hero__meta span:last-child {
    display: none;
  }

  .hero__title {
    top: 47%;
  }

  .hero__line {
    font-size: clamp(48px, 17vw, 74px);
    line-height: 0.76;
  }

  .hero__line--one {
    gap: 16px;
  }

  .hero__line--two {
    justify-content: flex-start;
    padding: 0 0 0 11vw;
  }

  .hero__line--three {
    justify-content: flex-start;
    margin-left: 8vw;
  }

  .hero__orb {
    width: 14px;
    height: 14px;
  }

  .hero__bottom p {
    max-width: 165px;
    font-size: 9px;
  }

  .scroll-hint {
    font-size: 8px;
  }

  .scroll-hint__line {
    width: 28px;
  }

  .section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .manifesto,
  .projects__heading,
  .services__top,
  .contact__top {
    grid-template-columns: 1fr;
  }

  .manifesto__copy,
  .manifesto__aside,
  .projects__count,
  .services__top > p,
  .contact__top > p {
    grid-column: auto;
  }

  .manifesto {
    gap: 45px;
  }

  .manifesto__copy {
    margin-top: 18px;
  }

  .eyebrow {
    margin-bottom: 22px;
  }

  .manifesto h2 {
    font-size: clamp(43px, 13vw, 64px);
  }

  .manifesto__aside {
    margin-left: 15vw;
  }

  .projects {
    padding-top: 28px;
  }

  .projects__heading {
    gap: 28px;
    margin-bottom: 48px;
  }

  .projects__heading h2,
  .event-types__intro h2,
  .services__top h2,
  .contact__top h2 {
    font-size: clamp(50px, 15vw, 74px);
  }

  .projects__count {
    display: none;
  }

  .project-list {
    display: flex;
    width: calc(100% + var(--page-x));
    gap: 14px;
    overflow-x: auto;
    padding-right: var(--page-x);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .project-list::-webkit-scrollbar {
    display: none;
  }

  .project-card {
    width: 84vw;
    flex: 0 0 84vw;
    margin: 0;
    scroll-snap-align: start;
  }

  .project-card__media,
  .project-card--portrait .project-card__media,
  .project-card--offset .project-card__media {
    height: 66vh;
    min-height: 500px;
  }

  .project-card__top,
  .project-card__title {
    right: 18px;
    left: 18px;
  }

  .project-card__title h3 {
    font-size: 38px;
  }

  .circle-link {
    width: 130px;
    height: 130px;
    margin: 34px 0 0 auto;
  }

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

  .approach__visual {
    min-height: 70vh;
  }

  .approach__content {
    padding: 82px var(--page-x);
  }

  .approach__content h2 {
    margin-top: 48px;
    font-size: clamp(55px, 17vw, 80px);
  }

  .event-types__intro {
    grid-template-columns: 1fr;
    gap: 34px;
    margin: 52px 0 68px;
  }

  .event-type {
    grid-template-columns: 28px 1fr 36px;
    gap: 12px;
    padding: 24px 0;
  }

  .event-type h3 {
    font-size: 43px;
  }

  .event-type p {
    display: none;
  }

  .event-type i {
    width: 36px;
    height: 36px;
  }

  .event-preview {
    display: none;
  }

  .services__top {
    gap: 34px;
    margin-bottom: 54px;
  }

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

  .service-card {
    min-height: 400px;
  }

  .quote {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .quote__media {
    min-height: 68vh;
  }

  .quote__content {
    padding: 82px var(--page-x);
  }

  .quote blockquote {
    font-size: 47px;
  }

  .contact__top {
    gap: 34px;
    margin-bottom: 72px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .field input,
  .field select {
    font-size: 30px;
  }

  .submit-button,
  .form-note {
    grid-column: auto;
    justify-self: stretch;
  }

  .submit-button {
    width: 100%;
  }

  .form-note {
    margin-top: -20px;
    text-align: right;
  }

  .footer__headline {
    display: block;
    padding: 65px 0 24px;
  }

  .footer__headline span {
    display: block;
  }

  .footer__headline span:first-child {
    margin: 0;
    font-size: 48vw;
  }

  .footer__headline span:last-child {
    margin: 8px 0 0;
    font-size: 14vw;
    text-align: right;
  }

  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px 24px;
  }

  .footer__brand {
    grid-column: 1 / -1;
  }

  .footer__bottom {
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .loader {
    display: none;
  }

  .reveal,
  .reveal-word {
    opacity: 1;
    transform: none;
  }
}
