@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-latin-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-latin-italic-400.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter-latin-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --black: #050505;
  --black-soft: #090908;
  --ink: #edeae4;
  --muted: #99938a;
  --muted-dark: #837d74;
  --brass: #b08d57;
  --brass-bright: #d0ad70;
  --hairline: rgb(237 234 228 / 14%);
  --page-pad: clamp(1.25rem, 4vw, 4.75rem);
  --hero-copy: 0;
  --hero-shift: 1;
  --hero-tracking: -0.055em;
  --reveal-overline: 0;
  --reassembly-copy: 0;
  --macro-copy: 0;
}

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

html {
  background: var(--black);
  scroll-behavior: auto;
  scrollbar-color: var(--brass) var(--black);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--black);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.is-loading {
  height: 100vh;
  overflow: hidden;
}

button,
a {
  color: inherit;
}

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

.loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  background: #000;
  opacity: 1;
  visibility: visible;
  transition: opacity 700ms cubic-bezier(0.65, 0, 0.35, 1), visibility 0s 700ms;
}

.loader__field {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgb(176 141 87 / 7%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(176 141 87 / 7%) 1px, transparent 1px);
  background-size: 12.5vw 12.5vw;
  mask-image: radial-gradient(circle at 50% 60%, #000, transparent 64%);
}

.is-ready .loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader__content {
  position: relative;
  width: min(42rem, calc(100vw - 2.5rem));
}

.loader__index,
.loader__meta,
.overline,
.section-rule,
.site-header,
.scroll-cue,
.chapter-index,
.callout span {
  font-size: 0.64rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.loader__index {
  margin-bottom: clamp(4rem, 12vh, 8rem);
  color: var(--muted-dark);
}

.loader__copy {
  margin: 0 0 1.25rem;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.02em;
}

.loader__progress {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: rgb(237 234 228 / 13%);
}

.loader__bar {
  position: absolute;
  inset: 0;
  background: var(--brass-bright);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 140ms linear;
}

.loader__meta {
  display: flex;
  justify-content: space-between;
  margin-top: 0.9rem;
  color: var(--muted);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1.1rem;
  height: 5.25rem;
  padding: 0 var(--page-pad);
  color: rgb(237 234 228 / 72%);
  mix-blend-mode: difference;
  pointer-events: none;
}

.site-header__brand {
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 auto;
}

.site-header__brand .coin-mark__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-header__descriptor {
  display: flex;
  gap: 0.55rem;
}

.site-header__descriptor span:last-child {
  color: var(--muted);
}

.site-header__status {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.status-dot {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--brass-bright);
}

main {
  display: block;
}

.cinema-chapter {
  position: relative;
  height: 380svh;
  background: #000;
}

.cinema-chapter--hero {
  height: 350svh;
}

.cinema-chapter--reveal {
  height: 460svh;
}

.cinema-chapter--reassembly {
  height: 340svh;
}

.cinema-chapter--macro {
  height: 390svh;
}

.cinema-stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 38rem;
  overflow: hidden;
  isolation: isolate;
  background: #000;
}

.sequence-canvas,
.fallback-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sequence-canvas {
  z-index: 0;
  display: block;
}

.fallback-video {
  z-index: 0;
  display: none;
  background: #000;
}

.is-video-mode .sequence-canvas {
  display: none;
}

.is-video-mode .fallback-video {
  display: block;
}

.cinema-stage::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  opacity: 0.07;
  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='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.cinema-veil {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.cinema-veil--hero {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 82%) 0%, rgb(0 0 0 / 30%) 44%, transparent 72%),
    linear-gradient(0deg, rgb(0 0 0 / 44%) 0%, transparent 38%);
}

.cinema-veil--balanced {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 50%), transparent 28%, transparent 72%, rgb(0 0 0 / 50%)),
    linear-gradient(0deg, rgb(0 0 0 / 38%), transparent 36%);
}

.cinema-veil--right {
  background: linear-gradient(90deg, transparent 30%, rgb(0 0 0 / 32%) 55%, rgb(0 0 0 / 88%) 100%);
}

.cinema-veil--macro {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 26%) 48%, transparent 76%),
    linear-gradient(0deg, rgb(0 0 0 / 50%), transparent 52%);
}

.hero-copy,
.reassembly-copy,
.macro-copy,
.reveal-overline,
.callouts,
.chapter-index,
.scroll-cue,
.hero-watermark {
  position: absolute;
  z-index: 4;
}

.hero-watermark {
  z-index: 2;
  top: 7.5rem;
  right: var(--page-pad);
  width: clamp(5rem, 9vw, 9rem);
  aspect-ratio: 1;
  opacity: 0.28;
  pointer-events: none;
  animation: udi-hero-mark-arrival 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-watermark .coin-mark__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes udi-hero-mark-arrival {
  from {
    opacity: 0;
    transform: translateY(-0.8rem) scale(0.82);
  }

  to {
    opacity: 0.28;
    transform: translateY(0) scale(1);
  }
}

.hero-copy {
  top: 50%;
  left: var(--page-pad);
  width: min(52rem, 68vw);
  opacity: var(--hero-copy);
  transform: translateY(calc(-50% + var(--hero-shift) * 1.6rem));
}

.overline {
  margin: 0 0 1.4rem;
  color: var(--brass-bright);
}

.hero-copy h1,
.reassembly-copy h2,
.macro-copy h2,
.services h2,
.audiences h2,
.inquiry h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(4.2rem, 9.4vw, 10.4rem);
  line-height: 0.77;
  letter-spacing: var(--hero-tracking);
  text-wrap: balance;
}

.hero-copy__support {
  max-width: 38rem;
  margin: clamp(2rem, 4.5vh, 3.4rem) 0 0;
  color: rgb(237 234 228 / 76%);
  font-size: clamp(0.95rem, 1.35vw, 1.18rem);
  line-height: 1.65;
}

.scroll-cue {
  left: var(--page-pad);
  bottom: 2.15rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--muted);
}

.scroll-cue i {
  display: block;
  width: 4rem;
  height: 1px;
  overflow: hidden;
  background: rgb(237 234 228 / 25%);
}

.scroll-cue span {
  white-space: nowrap;
}

.scroll-cue i::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: var(--brass-bright);
  animation: cue 1800ms ease-in-out infinite;
}

@keyframes cue {
  from { transform: translateX(-120%); }
  to { transform: translateX(240%); }
}

.chapter-index {
  right: var(--page-pad);
  bottom: 2.15rem;
  color: rgb(237 234 228 / 42%);
}

.manifesto,
.editorial-section {
  position: relative;
  background: var(--black);
}

.manifesto {
  height: 400svh;
}

.manifesto__stage {
  position: sticky;
  top: 0;
  display: grid;
  height: 100svh;
  min-height: 42rem;
  padding: 5.8rem var(--page-pad) 3.25rem;
  grid-template-rows: auto 1fr auto;
}

.section-rule {
  display: flex;
  justify-content: space-between;
  padding-top: 0.9rem;
  border-top: 1px solid var(--hairline);
  color: var(--muted-dark);
}

.manifesto__statements {
  align-self: center;
}

.manifesto-line {
  margin: 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.2rem, 7.2vw, 8.5rem);
  line-height: 0.93;
  letter-spacing: -0.043em;
  opacity: 0.07;
  transform: translateY(1.2rem);
  transition: opacity 800ms cubic-bezier(0.25, 1, 0.5, 1), transform 800ms cubic-bezier(0.25, 1, 0.5, 1);
}

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

.manifesto-line--accent.is-visible {
  color: var(--brass-bright);
}

.manifesto__body {
  justify-self: end;
  width: min(38rem, 60vw);
  margin: 0;
  padding-left: 2rem;
  border-left: 1px solid var(--brass);
  color: var(--muted);
  font-size: clamp(0.9rem, 1.15vw, 1.05rem);
  line-height: 1.75;
}

.reveal-overline {
  top: 7rem;
  left: var(--page-pad);
  opacity: var(--reveal-overline);
}

.callouts {
  inset: 0;
  pointer-events: none;
}

.callout {
  position: absolute;
  width: min(19rem, 25vw);
  padding: 0 0 0.9rem 4.75rem;
  color: var(--ink);
  opacity: 0;
  transform: translateY(0.8rem);
  transition: opacity 600ms ease, transform 600ms cubic-bezier(0.25, 1, 0.5, 1);
}

.callout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 3.75rem;
  height: 1px;
  background: var(--brass);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 800ms ease 120ms;
}

.callout::after {
  content: "";
  position: absolute;
  left: -0.15rem;
  top: 0.37rem;
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid var(--brass-bright);
  border-radius: 50%;
}

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

.callout.is-visible::before {
  transform: scaleX(1);
}

.callout span {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--brass-bright);
}

.callout h2 {
  margin: 0 0 0.45rem;
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.callout p {
  margin: 0;
  color: rgb(237 234 228 / 80%);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  line-height: 1.25;
}

.callout--mobility { left: 8vw; top: 29%; }
.callout--event { right: 7vw; top: 20%; }
.callout--commercial { left: 12vw; bottom: 19%; }
.callout--opportunity { right: 9vw; bottom: 15%; }

.reassembly-copy {
  top: 50%;
  right: var(--page-pad);
  width: min(42rem, 48vw);
  opacity: var(--reassembly-copy);
  transform: translateY(-50%);
}

.reassembly-copy h2,
.macro-copy h2 {
  font-size: clamp(3.8rem, 7vw, 8rem);
  line-height: 0.86;
}

.reassembly-copy > p:not(.overline),
.macro-copy > p:not(.overline) {
  max-width: 36rem;
  margin: 2rem 0 0;
  color: rgb(237 234 228 / 66%);
  line-height: 1.75;
}

.reassembly-copy strong {
  display: block;
  margin-top: 3.2rem;
  padding-top: 1.05rem;
  border-top: 1px solid var(--brass);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.macro-copy {
  left: var(--page-pad);
  bottom: clamp(5rem, 10vh, 8rem);
  width: min(54rem, 62vw);
  opacity: var(--macro-copy);
}
