:root {
  color-scheme: dark;
  --bg: #080806;
  --ink: #f4efe4;
  --muted: #a29b8d;
  --line: rgba(244, 239, 228, 0.18);
  --accent: #d8ff43;
  --neon: #ff3bd7;
  --warm: #c64e2f;
  --award: #b99b70;
  --font: "Helvetica Neue", Arial, sans-serif;
  --font-display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
  --page-x: clamp(22px, 3.1vw, 42px);
}

@font-face {
  font-family: "Monday Vacation";
  src: url("/Users/Pedro/Library/Fonts/MondayVacationItalicScript-xePK.otf") format("opentype");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  letter-spacing: 0;
  overflow-x: hidden;
  cursor: default;
  font-size: 15px;
  line-height: 1.35;
}

main {
  background:
    radial-gradient(circle at 84% 8%, rgba(224, 185, 148, 0.07), transparent 22%),
    var(--bg);
}

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

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

button {
  color: inherit;
  font: inherit;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: #080806;
  overflow: hidden;
  opacity: 1;
  transition: opacity 620ms cubic-bezier(0.76, 0, 0.24, 1), visibility 620ms ease;
}

.loader::before,
.loader::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.loader::before {
  z-index: 2;
  opacity: 1;
  background:
    radial-gradient(ellipse at 50% 52%, transparent 0 34%, rgba(8, 8, 6, 0.18) 64%, rgba(8, 8, 6, 0.82) 100%),
    linear-gradient(180deg, rgba(8, 8, 6, 0.2), transparent 32%, rgba(8, 8, 6, 0.38));
  transition: opacity 180ms steps(2, end);
}

.loader::after {
  z-index: 3;
  opacity: 0;
  background-image:
    repeating-linear-gradient(0deg, rgba(244, 239, 228, 0.22) 0 1px, transparent 1px 5px),
    linear-gradient(90deg, transparent, rgba(216, 255, 67, 0.18), transparent),
    linear-gradient(180deg, transparent 0 46%, rgba(244, 239, 228, 0.42) 47% 49%, transparent 50% 100%);
  background-size: 100% 7px, 140% 100%, 100% 100%;
  background-position: 0 0, -120% 0, 0 0;
  mix-blend-mode: screen;
}

.loader-video {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: 50% 52%;
  filter: saturate(0.86) contrast(1.05) brightness(0.92);
  opacity: 0;
  transition:
    transform 120ms steps(2, end),
    filter 240ms steps(2, end),
    opacity 520ms ease;
}

.loader.has-started .loader-video {
  opacity: 1;
}

.loader.has-started .loader-gate {
  opacity: 0;
  transform: translate3d(0, -18px, 0);
  pointer-events: none;
}

.loader-gate {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: var(--page-x) minmax(0, 1fr) var(--page-x);
  grid-template-rows: minmax(76px, 10vh) 1px minmax(0, 1fr) minmax(118px, 17vh);
  width: 100%;
  border: 0;
  padding: 0;
  background:
    radial-gradient(circle at 77% 47%, rgba(244, 239, 228, 0.04), transparent 22%),
    radial-gradient(circle at 48% 50%, rgba(216, 255, 67, 0.035), transparent 16%),
    #080806;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: opacity 420ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.loader-remote {
  position: absolute;
  right: clamp(-36px, -1.4vw, -12px);
  top: 14%;
  z-index: 0;
  width: min(38vw, 640px);
  height: auto;
  opacity: 0.86;
  pointer-events: none;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 12%, #000 92%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 10%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 12%, #000 92%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 10%, #000 92%, transparent 100%);
  mask-composite: intersect;
}

.loader-brand {
  grid-column: 2;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 44px);
  color: var(--ink);
  font-family: var(--font);
  line-height: 1;
  text-transform: uppercase;
}

.loader-brand strong {
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 780;
  letter-spacing: 0.28em;
}

.loader-brand em {
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 560;
  letter-spacing: 0.22em;
}

.loader-rule {
  grid-column: 2;
  position: relative;
  z-index: 2;
  display: block;
  height: 1px;
  background: rgba(244, 239, 228, 0.22);
}

.loader-title {
  grid-column: 2;
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 720px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(54px, 8vw, 132px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.loader-title em {
  color: var(--accent);
  font-style: normal;
}

.loader-action {
  grid-column: 2;
  position: relative;
  z-index: 2;
  align-self: start;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: var(--ink);
}

.loader-play {
  position: relative;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  transition: transform 220ms ease, background 220ms ease;
}

.loader-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid var(--accent);
}

.loader-action strong {
  display: block;
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.loader-action em {
  display: block;
  margin-top: 12px;
  color: rgba(244, 239, 228, 0.72);
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0.02em;
}

.loader-gate:hover .loader-play {
  background: rgba(216, 255, 67, 0.12);
  transform: scale(1.04);
}

.loader.is-glitching .loader-video {
  animation: loader-vhs-glitch 620ms steps(2, end) forwards;
  filter: saturate(0.72) contrast(1.8) brightness(1.1) hue-rotate(-8deg);
}

.loader.is-glitching::before {
  opacity: 0.46;
}

.loader.is-glitching::after {
  opacity: 0.82;
  animation: loader-vhs-noise 620ms steps(5, end) forwards;
}

.loader.is-ending {
  opacity: 0;
  visibility: hidden;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0.18;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.2) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px);
  background-size: 4px 4px, 6px 6px;
  mix-blend-mode: overlay;
}

.motion-stage {
  position: fixed;
  right: clamp(18px, 4vw, 56px);
  bottom: clamp(18px, 4vw, 40px);
  z-index: 7;
  width: clamp(140px, 14vw, 220px);
  aspect-ratio: 16 / 10;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.96);
  transition: opacity 240ms ease, transform 240ms ease;
  border: 1px solid rgba(244, 239, 228, 0.12);
  background: #0b0b08;
  overflow: hidden;
}

.motion-stage.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.motion-stage.is-archive {
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  z-index: 8;
  width: clamp(300px, 31vw, 520px);
  aspect-ratio: 16 / 9;
  transform: translate3d(-50%, -50%, 0) scale(0.94);
  border: 1px solid var(--accent);
  box-shadow:
    0 0 0 1px rgba(216, 255, 67, 0.22),
    0 20px 70px rgba(0, 0, 0, 0.62),
    0 0 34px rgba(216, 255, 67, 0.12);
  opacity: 0;
  filter: saturate(0.82) contrast(1.08) brightness(0.86);
}

.motion-stage.is-active.is-archive {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

.motion-stage img,
.motion-stage iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 260ms ease, transform 900ms ease;
}

.motion-stage img.active,
.motion-stage iframe.active {
  opacity: 1;
  transform: scale(1);
}

.stage-label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 5px 7px;
  background: rgba(8, 8, 6, 0.78);
  color: var(--ink);
  font-size: 10px;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  height: 70px;
  min-height: 0;
  justify-content: space-between;
  gap: clamp(18px, 4vw, 64px);
  padding: 0 var(--page-x);
  background: rgba(8, 8, 6, 0.96);
  color: var(--ink);
  opacity: 0;
  animation: header-in 900ms cubic-bezier(0.16, 1, 0.3, 1) 1850ms forwards;
  transition: background 220ms ease, border-color 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(8, 8, 6, 0.76);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--ink);
}

.site-brand {
  gap: clamp(22px, 3vw, 44px);
  letter-spacing: 0.28em;
  white-space: nowrap;
}

.site-brand span {
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 780;
}

.site-brand em {
  color: var(--muted);
  font-size: 9px;
  font-style: normal;
  font-weight: 560;
  letter-spacing: 0.22em;
}

.director-brand {
  position: relative;
  align-self: stretch;
  display: block;
  width: min(58vw, 920px);
  margin-left: 0;
  font-size: 1px;
  font-weight: 900;
  line-height: 1;
  color: var(--ink);
  filter: drop-shadow(0 0 12px rgba(244, 239, 228, 0.14));
}

.director-word {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.director-video-word {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  color: transparent;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 160'%3E%3Ctext x='0' y='126' fill='white' font-family='Arial, Helvetica, sans-serif' font-size='154' font-weight='900'%3EDIRECTOR%3C/text%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 160'%3E%3Ctext x='0' y='126' fill='white' font-family='Arial, Helvetica, sans-serif' font-size='154' font-weight='900'%3EDIRECTOR%3C/text%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  mask-position: left center;
}

.director-video-word iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  width: max(100vw, 240svh);
  height: max(112svh, 46.875vw);
  border: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  filter: invert(1) hue-rotate(145deg) saturate(1.8) contrast(1.22);
}

nav {
  display: flex;
  gap: clamp(24px, 4.5vw, 76px);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
}

nav a:hover,
.section-head a:hover,
.contact-links a:hover {
  color: var(--accent);
}

.hero {
  position: relative;
  min-height: auto;
  display: block;
  padding: 70px var(--page-x) 0;
  overflow: visible;
}

.hero-media {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 2.62 / 1;
  overflow: hidden;
  background: #111;
  clip-path: inset(12% 0 0 0);
  animation: hero-frame-in 1200ms cubic-bezier(0.16, 1, 0.3, 1) 1750ms forwards;
  will-change: transform;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 19% 88%, rgba(244, 239, 228, 0.18), transparent 23%),
    linear-gradient(90deg, rgba(8, 8, 6, 0.04), rgba(8, 8, 6, 0.28) 58%, rgba(8, 8, 6, 0.54)),
    linear-gradient(180deg, rgba(8, 8, 6, 0.04), rgba(8, 8, 6, 0.1));
}

.hero-media iframe,
.hero-poster {
  position: absolute;
  inset: 0;
}

.hero-media iframe {
  border: 0;
  pointer-events: none;
  left: 50%;
  top: 50%;
  width: 100%;
  min-width: 100%;
  height: 148%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  filter: saturate(0.72) contrast(1.08) brightness(0.82);
  transition: opacity 900ms ease;
}

.hero-media iframe.active {
  opacity: 1;
}

.hero-poster {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: saturate(0.72) contrast(1.08) brightness(0.82);
  transition: opacity 520ms ease;
}

.hero-poster.is-visible {
  opacity: 1;
}
.hero-copy {
  position: static;
  min-height: 0;
}

.hero-statement {
  position: absolute;
  left: 47.5%;
  top: 50%;
  z-index: 3;
  max-width: min(42vw, 680px);
  color: var(--ink);
  text-transform: uppercase;
  transform: translate3d(0, -50%, 0);
  pointer-events: none;
}

.hero-statement p {
  margin: 0 0 22px;
  color: rgba(244, 239, 228, 0.82);
  font-size: clamp(10px, 0.78vw, 14px);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.hero .hero-statement h1 {
  margin: 0;
  max-width: none;
  font-family: var(--font-display);
  font-size: clamp(38px, 3.85vw, 68px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-statement h1 em {
  color: var(--accent);
  font-style: italic;
  font-weight: 260;
}

.kicker,
.section-index,
.project-meta,
.counter {
  margin: 0;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--muted);
}

.hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(72px, 17vw, 248px);
  font-weight: 900;
  line-height: 0.78;
  text-transform: uppercase;
}

.hero h1.signature-title {
  position: absolute;
  right: clamp(34px, 5.4vw, 84px);
  bottom: clamp(30px, 4vw, 58px);
  left: auto;
  top: auto;
  z-index: 3;
  width: min(18vw, 320px);
  max-width: none;
  margin: 0;
  overflow: visible;
  text-transform: none;
  transform: rotate(-2deg);
  transition: opacity 220ms linear;
  will-change: opacity, transform;
}

.signature-mark {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  mix-blend-mode: normal;
  filter:
    brightness(0)
    saturate(100%)
    invert(94%)
    sepia(10%)
    saturate(384%)
    hue-rotate(353deg)
    brightness(102%)
    contrast(93%)
    drop-shadow(0 10px 22px rgba(0, 0, 0, 0.28));
  animation: signature-rise 900ms cubic-bezier(0.16, 1, 0.3, 1) 240ms forwards;
}

.signature-title::after {
  content: none;
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(216, 255, 67, 0.22), rgba(255, 59, 215, 0.24));
  -webkit-mask: url("./assets/pedro-signature.png") center / contain no-repeat;
  mask: url("./assets/pedro-signature.png") center / contain no-repeat;
  mix-blend-mode: color-dodge;
  opacity: 0;
  transform: rotate(-2deg);
  animation: signature-glow 900ms cubic-bezier(0.16, 1, 0.3, 1) 240ms forwards;
}

.hero-awards {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 0;
  min-height: 104px;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 8, 6, 0.96);
  transform: none;
  display: block;
  width: calc(100% + (var(--page-x) * 2));
  max-width: none;
  margin-left: calc(var(--page-x) * -1);
  overflow: hidden;
  pointer-events: auto;
  transition: opacity 220ms linear;
  will-change: opacity;
}

.hero-awards::before {
  content: "Recognized\A worldwide";
  position: absolute;
  left: var(--page-x);
  top: 50%;
  z-index: 2;
  white-space: pre-line;
  color: rgba(244, 239, 228, 0.48);
  font-size: 9px;
  line-height: 1.08;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.hero-awards::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: clamp(160px, 15vw, 260px);
  pointer-events: none;
  background: linear-gradient(90deg, #080806 0%, rgba(8, 8, 6, 0.96) 58%, rgba(8, 8, 6, 0));
}

.awards-track {
  display: flex;
  align-items: center;
  width: max-content;
  min-height: 104px;
  padding: 24px 0 24px clamp(170px, 15vw, 260px);
  animation: awards-marquee 52s linear infinite;
}

.laurel {
  min-height: 58px;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-content: center;
  align-items: center;
  gap: 1px 10px;
  padding: 0 18px;
  color: var(--ink);
  text-align: left;
  opacity: 0.82;
  border-left: 1px solid rgba(244, 239, 228, 0.16);
  text-shadow: none;
}

.hero-awards .laurel {
  position: relative;
  flex: 0 0 clamp(170px, 12vw, 230px);
  width: clamp(170px, 12vw, 230px);
}

.laurel svg {
  position: relative;
  inset: auto;
  grid-row: 1 / span 3;
  width: 22px;
  height: 45px;
  color: var(--award);
  filter: none;
}

.laurel span,
.laurel strong,
.laurel em {
  position: relative;
  z-index: 1;
}

.laurel span,
.laurel em {
  color: rgba(244, 239, 228, 0.72);
  font-size: 7px;
  line-height: 0.98;
  text-transform: uppercase;
  font-style: normal;
}

.laurel strong {
  max-width: 128px;
  font-size: 8.5px;
  line-height: 0.94;
  text-transform: uppercase;
}

.award-link {
  align-self: center;
  flex: 0 0 clamp(140px, 10vw, 180px);
  padding-left: 20px;
  border-left: 1px solid rgba(244, 239, 228, 0.16);
  color: rgba(244, 239, 228, 0.62);
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.award-link::after {
  content: ">";
  margin-left: 12px;
  color: var(--award);
}

.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.hero-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  max-width: 980px;
}

.hero-bottom p {
  max-width: 460px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(16px, 1.55vw, 23px);
  line-height: 1.12;
}

.play-link {
  position: relative;
  z-index: 4;
  width: 112px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  text-transform: uppercase;
  font-size: 11px;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.play-link:hover {
  transform: scale(1.06);
  background: var(--accent);
  color: #080806;
  border-color: var(--accent);
}

.counter {
  position: absolute;
  right: clamp(18px, 4vw, 56px);
  top: 108px;
  z-index: 1;
  display: none;
}

.reel-strip {
  display: none;
  gap: 28px;
  width: max-content;
  min-width: 200%;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 8, 6, 0.36);
  color: var(--muted);
  text-transform: uppercase;
  font-size: 12px;
  animation: marquee 18s linear infinite;
}

.reel-strip span {
  min-width: 180px;
  text-align: center;
}

.intro,
.featured,
.archive,
.about,
.press,
.clients,
.contact {
  padding: clamp(58px, 8vw, 118px) var(--page-x);
}

.intro {
  display: none;
  grid-template-columns: 0.34fr minmax(0, 1.34fr) minmax(260px, 0.72fr);
  gap: clamp(24px, 5vw, 74px);
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 0%, rgba(224, 185, 148, 0.07), transparent 22%),
    linear-gradient(180deg, rgba(244, 239, 228, 0.015), transparent 40%);
}

[data-reveal] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 800ms ease, transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.intro h2,
.about h2,
.contact h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(34px, 4.4vw, 72px);
  font-weight: 400;
  line-height: 1.02;
  text-transform: none;
}

.intro > p:last-child,
.about p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.intro h2 {
  max-width: 920px;
}

.intro > p:last-child {
  max-width: 430px;
}

.featured {
  border-bottom: 1px solid var(--line);
  padding-top: clamp(42px, 5.4vw, 78px);
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(26px, 4vw, 58px);
}

.section-head a {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.18em;
}

.project {
  position: relative;
  display: grid;
  gap: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.project-image {
  position: relative;
  overflow: hidden;
  background: #151511;
  aspect-ratio: 1.28 / 1;
  clip-path: none;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.project-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 8, 6, 0.06) 0%, rgba(8, 8, 6, 0.26) 44%, rgba(8, 8, 6, 0.76) 100%),
    linear-gradient(90deg, rgba(8, 8, 6, 0.24), transparent 58%);
}

.project.is-visible .project-image {
  clip-path: none;
}

.project-image::after {
  content: "↗";
  position: absolute;
  z-index: 3;
  inset: auto 14px 14px auto;
  display: grid;
  place-items: center;
  width: 32px;
  aspect-ratio: 1;
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  font-size: 15px;
  text-transform: uppercase;
  opacity: 0.72;
  transform: scale(0.94);
  transition: opacity 220ms ease, transform 220ms ease;
}

.project-image img,
.project-image iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 118%;
  height: 118%;
  border: 0;
  pointer-events: none;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1.04);
  filter: saturate(0.72) contrast(1.08) brightness(0.82);
  transition: transform 700ms ease, filter 700ms ease;
}

.project-image iframe {
  z-index: 1;
  opacity: 0;
  width: 148%;
  height: 148%;
  transform: translate(-50%, -50%) scale(1.08);
  transition: opacity 320ms ease, transform 700ms ease;
}

.project-grid .project:nth-child(1) .project-image iframe,
.project-grid .project:nth-child(4) .project-image iframe,
.project-grid .project:nth-child(6) .project-image iframe,
.project-grid .project:nth-child(7) .project-image iframe {
  width: 170%;
  height: 170%;
}

.project-grid .project:nth-child(1) .project-image iframe {
  width: 190%;
  height: 190%;
}

.project-grid .project:nth-child(1) .project-image img,
.project-grid .project:nth-child(4) .project-image img,
.project-grid .project:nth-child(6) .project-image img,
.project-grid .project:nth-child(7) .project-image img {
  width: 130%;
  height: 130%;
}

.project-grid .project:nth-child(7) .project-image iframe {
  width: 198%;
  height: 198%;
}

.project-grid .project:nth-child(7) .project-image img {
  width: 150%;
  height: 150%;
}

.project-grid .project:nth-child(1) .project-image img {
  width: 145%;
  height: 145%;
}

.project-image iframe[src=""] {
  display: none;
}

.project-image img {
  z-index: 0;
}

.project:hover img {
  transform: translate(-50%, -50%) scale(1.1);
  filter: saturate(0.88) contrast(1.12) brightness(0.92);
}

.project:hover iframe {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.16);
}

.project h3 {
  transition: transform 260ms ease, color 260ms ease;
}

.project:hover h3 {
  color: var(--ink);
  transform: none;
}

.project:hover .project-image::after {
  opacity: 1;
  transform: scale(1);
}

.project-meta {
  position: absolute;
  left: clamp(18px, 1.7vw, 28px);
  right: clamp(18px, 1.7vw, 28px);
  bottom: clamp(18px, 1.7vw, 28px);
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding-top: 0;
  order: 3;
}

.project-meta span:first-child {
  display: none;
}

.project h3 {
  position: absolute;
  left: clamp(18px, 1.7vw, 28px);
  right: clamp(54px, 4vw, 76px);
  bottom: clamp(42px, 4vw, 58px);
  z-index: 4;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(20px, 1.65vw, 32px);
  font-weight: 320;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(14px, 1.15vw, 18px);
}

.project-grid .project {
  grid-column: span 3;
}

.project-grid .project:nth-child(5) {
  grid-column: 1 / span 4;
}

.project-grid .project-row-two {
  grid-column: span 4;
}

.project-grid .project-row-two .project-image {
  aspect-ratio: 1.28 / 1;
}

.project-grid .project h3 {
  font-size: clamp(20px, 1.65vw, 32px);
  line-height: 1;
}

.archive {
  border-top: 1px solid var(--line);
  scroll-margin-top: 96px;
  padding-top: clamp(50px, 7vw, 92px);
  background:
    linear-gradient(180deg, rgba(244, 239, 228, 0.018), transparent 34%),
    var(--bg);
}

.archive .section-head {
  max-width: min(960px, 76vw);
  margin-inline: auto;
}

.filters {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.filters button {
  border: 0;
  border-bottom: 1px solid rgba(244, 239, 228, 0.2);
  background: transparent;
  min-height: 28px;
  padding: 0 1px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.16em;
  color: var(--muted);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.filters button.active {
  background: transparent;
  color: var(--ink);
  border-color: var(--award);
}

.archive-list {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--line);
  max-width: min(960px, 76vw);
  margin-inline: auto;
}

.archive-list a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 124px;
  align-items: center;
  gap: clamp(12px, 1.6vw, 20px);
  min-height: 46px;
  border-bottom: 1px solid rgba(244, 239, 228, 0.12);
  color: var(--ink);
  transform-origin: center;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.archive-list a.is-hidden {
  display: none;
}

.archive-list span,
.archive-list em {
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-style: normal;
}

.archive-list strong {
  min-width: 0;
  font-family: var(--font-display);
  font-size: clamp(16px, 1.2vw, 21px);
  font-weight: 520;
  line-height: 1.08;
  text-transform: none;
  overflow-wrap: anywhere;
}

.archive-title-brand {
  color: var(--accent);
  text-transform: uppercase;
  transition: color 180ms ease;
}

.archive-title-detail {
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 1.08em;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  transition: color 180ms ease, text-shadow 180ms ease;
}

.archive-list a:hover .archive-title-brand {
  color: var(--accent);
}

.archive-list a:hover .archive-title-detail {
  color: var(--ink);
  text-shadow: 0 0 12px rgba(244, 239, 228, 0.18);
}

.archive-list a:hover {
  background: transparent;
  border-color: rgba(216, 255, 67, 0.28);
  transform: translate3d(8px, 0, 0);
}

.about {
  position: relative;
  display: grid;
  grid-template-columns: 0.24fr 1.18fr minmax(300px, 0.92fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 25%, rgba(244, 239, 228, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(244, 239, 228, 0.02), transparent 32%);
  color: var(--ink);
}

.about .section-index,
.about p {
  color: var(--muted);
}

.about-copy {
  display: grid;
  gap: 22px;
}

.about-copy h2 {
  margin: 0;
  max-width: 760px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3.4vw, 56px);
  font-weight: 400;
  line-height: 1.03;
  text-transform: none;
}

.about-copy h2 em {
  color: var(--accent);
  font-style: normal;
}

.about-copy p {
  max-width: 620px;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.bio-photo {
  position: relative;
  align-self: stretch;
  min-height: clamp(280px, 34vw, 470px);
  margin: 0;
  overflow: visible;
  background: transparent;
  isolation: isolate;
}

.bio-photo::before,
.bio-photo::after {
  content: none;
}

.bio-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  filter: contrast(1.06) brightness(0.86);
  transform: none;
  -webkit-mask-image:
    radial-gradient(ellipse 68% 66% at 66% 44%, #000 0 44%, rgba(0, 0, 0, 0.72) 58%, rgba(0, 0, 0, 0.22) 74%, transparent 100%),
    linear-gradient(90deg, transparent 0%, #000 22%, #000 78%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 16%, #000 78%, transparent 100%);
  -webkit-mask-composite: source-in, source-in;
  mask-image:
    radial-gradient(ellipse 68% 66% at 66% 44%, #000 0 44%, rgba(0, 0, 0, 0.72) 58%, rgba(0, 0, 0, 0.22) 74%, transparent 100%),
    linear-gradient(90deg, transparent 0%, #000 22%, #000 78%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 16%, #000 78%, transparent 100%);
  mask-composite: intersect;
}

.press {
  display: grid;
  grid-template-columns: 0.24fr minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 16% 18%, rgba(216, 255, 67, 0.035), transparent 20%),
    linear-gradient(180deg, rgba(244, 239, 228, 0.018), transparent 42%);
}

.press-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.15vw, 18px);
}

.press-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: clamp(150px, 11vw, 190px);
  overflow: hidden;
  border: 1px solid rgba(244, 239, 228, 0.16);
  background: #f1eee7;
  color: #090907;
  transition: transform 220ms ease, border-color 220ms ease, filter 220ms ease;
}

.press-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 38px;
  height: 1px;
  background: rgba(8, 8, 6, 0.14);
}

.press-card::after {
  content: "↗";
  position: absolute;
  right: 14px;
  bottom: 10px;
  z-index: 2;
  color: var(--accent);
  font-size: 14px;
}

.press-source {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(8, 8, 6, 0.08);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: none;
}

.press-card strong {
  align-self: start;
  padding: 18px 16px 34px;
  font-family: var(--font);
  font-size: clamp(17px, 1.25vw, 23px);
  font-weight: 820;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.press-card em {
  display: block;
  min-height: 34px;
  padding: 11px 42px 10px 16px;
  background: #10100d;
  color: rgba(244, 239, 228, 0.68);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.press-card:hover {
  border-color: rgba(216, 255, 67, 0.72);
  filter: brightness(1.04);
  transform: translate3d(0, -4px, 0);
}

.press-card:hover .press-source {
  color: var(--accent);
}

.press-quote {
  position: relative;
  display: grid;
  min-height: clamp(150px, 11vw, 190px);
  margin: 0;
  padding: clamp(18px, 1.8vw, 28px);
  border: 1px solid rgba(244, 239, 228, 0.14);
  background:
    radial-gradient(circle at 88% 16%, rgba(216, 255, 67, 0.12), transparent 22%),
    rgba(244, 239, 228, 0.025);
  color: var(--ink);
  overflow: hidden;
}

.press-quote::before {
  content: "";
  position: absolute;
  left: clamp(18px, 1.8vw, 28px);
  top: clamp(18px, 1.8vw, 28px);
  width: 34px;
  height: 1px;
  background: var(--accent);
}

.press-quote blockquote {
  align-self: center;
  margin: 0;
  padding-top: 18px;
  font-family: var(--font-serif);
  font-size: clamp(22px, 2vw, 34px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.04;
}

.press-quote-alt {
  background:
    radial-gradient(circle at 18% 86%, rgba(244, 239, 228, 0.08), transparent 24%),
    rgba(216, 255, 67, 0.035);
}

.press-quote-alt blockquote {
  color: var(--accent);
}

.clients {
  display: block;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.clients .section-index {
  display: none;
}

.client-marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.client-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: clamp(36px, 6vw, 88px);
  padding-inline: clamp(22px, 3.1vw, 42px);
  animation: client-marquee 34s linear infinite;
}

.client-track span {
  color: rgba(244, 239, 228, 0.48);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 32px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  filter: grayscale(1);
}

.client-track span:nth-child(3n) {
  font-family: var(--font-display);
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-track span:nth-child(4n) {
  font-family: var(--font);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.contact {
  min-height: 70vh;
  display: grid;
  grid-template-columns: 0.24fr minmax(0, 1fr);
  align-content: space-between;
  gap: clamp(28px, 5vw, 72px);
}

.contact-head {
  position: relative;
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(180px, 0.28fr);
  align-items: end;
  gap: clamp(20px, 4vw, 72px);
  min-height: clamp(250px, 30vw, 440px);
  overflow: visible;
}

.contact h2 {
  max-width: 620px;
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 76px);
  font-weight: 400;
  line-height: 0.98;
  text-transform: none;
}

.contact h2 em {
  color: var(--accent);
  font-style: italic;
}

.contact-doodle {
  position: relative;
  z-index: 1;
  justify-self: end;
  align-self: end;
  width: clamp(170px, 17vw, 300px);
  max-height: clamp(280px, 32vw, 520px);
  object-fit: contain;
  object-position: center bottom;
  margin-bottom: clamp(-96px, -6vw, -54px);
  margin-right: clamp(10px, 1.4vw, 24px);
  opacity: 0.92;
  filter: drop-shadow(0 0 16px rgba(216, 255, 67, 0.18));
  pointer-events: none;
}

.contact-links {
  grid-column: 2;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 58px);
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.contact-links a {
  display: grid;
  gap: 8px;
  padding: 0 0 22px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.contact-links span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.18em;
}

.contact-links a::after {
  content: "↗";
  justify-self: end;
  color: var(--muted);
}

.site-footer {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: rgba(244, 239, 228, 0.44);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.player-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 56px);
  background: rgba(8, 8, 6, 0.92);
  opacity: 0;
  pointer-events: none;
  transform: scale(1.02);
  transition: opacity 240ms ease, transform 240ms ease;
}

.player-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.player-modal iframe {
  width: min(100%, 1280px);
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}

.player-close {
  position: absolute;
  top: clamp(18px, 4vw, 44px);
  right: clamp(18px, 4vw, 56px);
  z-index: 2;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: rgba(244, 239, 228, 0.08);
  color: var(--ink);
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
}

.player-close:hover {
  background: var(--accent);
  color: var(--bg);
}

@media (max-width: 860px) {
  .site-header {
    height: 76px;
    align-items: center;
    gap: 14px;
    padding: 0 18px;
  }

  .site-brand {
    gap: 0;
    letter-spacing: 0.2em;
  }

  .site-brand em {
    display: none;
  }

  .site-brand span {
    font-size: 13px;
  }

  nav {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: end;
    gap: 8px 12px;
    font-size: 9px;
    letter-spacing: 0.14em;
  }

  .hero {
    min-height: auto;
    padding: 76px 0 0;
    overflow: hidden;
  }

  .hero-copy {
    min-height: 0;
  }

  .hero h1.signature-title {
    position: absolute;
    right: 50%;
    bottom: 20px;
    left: auto;
    top: auto;
    transform: translateX(50%) rotate(-2deg);
    width: min(54vw, 260px);
  }

  .loader-video {
    transform-origin: 50% 54%;
  }

  .loader-gate {
    grid-template-rows: 82px 1px minmax(0, 1fr) minmax(132px, 20vh);
  }

  .loader-brand {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .loader-brand em {
    display: none;
  }

  .loader-title {
    font-size: clamp(48px, 16vw, 86px);
  }

  .loader-remote {
    right: -34%;
    top: 20%;
    width: min(72vw, 360px);
    opacity: 0.34;
  }

  .loader-action {
    justify-self: start;
  }

  .loader-play {
    width: 64px;
    height: 64px;
  }

  .hero-media {
    width: 100%;
    aspect-ratio: 0.86 / 1;
    clip-path: none;
    animation: none;
    background: #050504;
    overflow: hidden;
  }

  .hero-media::after {
    background:
      radial-gradient(circle at 46% 76%, rgba(244, 239, 228, 0.18), transparent 28%),
      linear-gradient(180deg, rgba(8, 8, 6, 0.14), transparent 30%, rgba(8, 8, 6, 0.72));
  }

  .hero-media iframe {
    width: 320%;
    min-width: 320%;
    height: 142%;
    min-height: 142%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.08);
  }

  .hero-poster {
    object-position: center center;
  }

  .hero-statement {
    left: 24px;
    top: 18%;
    max-width: calc(100% - 48px);
    transform: none;
  }

  .hero-statement p {
    margin-bottom: 12px;
    font-size: 9px;
    letter-spacing: 0.18em;
  }

  .hero .hero-statement h1 {
    max-width: 280px;
    font-size: clamp(34px, 9.4vw, 46px);
    line-height: 0.98;
  }

  .hero-awards {
    position: relative;
    display: block;
    height: auto;
    width: calc(100% + (var(--page-x) * 2));
    max-width: none;
    min-height: 96px;
    margin-left: calc(var(--page-x) * -1);
    overflow: hidden;
  }

  .hero-awards::before {
    left: 18px;
    font-size: 8px;
  }

  .hero-awards::after {
    width: 128px;
  }

  .awards-track {
    min-height: 96px;
    padding: 18px 0 18px 118px;
    animation-duration: 44s;
  }

  .hero-awards .laurel {
    position: relative;
    flex-basis: 154px;
    width: 154px;
    transform: none;
  }

  .laurel {
    min-height: 52px;
    grid-template-columns: 20px 1fr;
    gap: 1px 8px;
    padding: 0 12px;
  }

  .laurel svg {
    width: 18px;
    height: 38px;
  }

  .laurel span,
  .laurel em {
    font-size: 6.5px;
  }

  .laurel strong {
    max-width: 112px;
    font-size: 7.8px;
  }

  .award-link {
    flex-basis: 126px;
    font-size: 7px;
  }

  .hero-bottom {
    align-items: start;
    flex-direction: column;
  }

  .intro,
  .about,
  .press,
  .clients,
  .contact,
  .contact-head,
  .contact-links {
    grid-template-columns: 1fr;
  }

  .clients {
    gap: 18px;
  }

  .press-wall {
    grid-template-columns: 1fr;
  }

  .contact-links {
    grid-column: 1;
  }

  .contact-head {
    grid-column: 1;
    min-height: auto;
  }

  .contact-doodle {
    width: min(52vw, 220px);
    margin-bottom: -64px;
    justify-self: end;
  }

  .bio-photo {
    min-height: 320px;
  }

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

  .project-grid .project,
  .project-grid .project:nth-child(5),
  .project-grid .project-row-two {
    grid-column: auto;
  }

  .project-image {
    aspect-ratio: 16 / 11;
  }

  .motion-stage {
    display: none;
  }

  .motion-stage.is-archive {
    display: none;
  }

  .archive-list a {
    grid-template-columns: 34px 1fr;
    min-height: 62px;
    gap: 10px 14px;
  }

  .archive-list em {
    grid-column: 2;
    margin-top: -12px;
  }

  .archive-list strong {
    font-size: clamp(20px, 7vw, 34px);
  }
}

@media (max-width: 520px) {
  .brand {
    font-size: 12px;
  }

  nav {
    font-size: 10px;
    gap: 8px 12px;
  }

  .hero {
    padding-top: 76px;
  }

  .hero-awards {
    position: relative;
    transform: none;
    display: block;
    width: calc(100% + (var(--page-x) * 2));
    max-width: none;
  }

  .laurel {
    min-height: 58px;
    padding: 2px 0;
  }

  .laurel strong {
    font-size: 8.5px;
  }

  .play-link {
    width: 88px;
  }

  .project-meta {
    grid-template-columns: 36px 1fr;
  }

  .project-meta span:last-child {
    grid-column: 2;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .filters {
    width: 100%;
  }

  .filters button {
    flex: 1 1 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@keyframes loader-out {
  to {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    visibility: hidden;
  }
}

@keyframes loader-kicker-in {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes loader-word-in {
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes header-in {
  to {
    opacity: 1;
  }
}

@keyframes loader-vhs-glitch {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  18% {
    transform: translate3d(-12px, 5px, 0) scale(1.012);
  }
  34% {
    transform: translate3d(14px, -4px, 0) scale(1.004);
  }
  52% {
    opacity: 0.88;
    transform: translate3d(-5px, 0, 0) scale(1.018);
  }
  70% {
    opacity: 0.72;
    transform: translate3d(10px, 3px, 0) scale(1.006);
  }
  100% {
    opacity: 0.18;
    transform: translate3d(0, 0, 0) scale(1.02);
  }
}

@keyframes loader-vhs-noise {
  0% {
    background-position: 0 0, -120% 0, 0 0;
  }
  28% {
    background-position: 0 12px, 20% 0, 0 -16px;
  }
  54% {
    background-position: 0 -8px, 120% 0, 0 18px;
  }
  76% {
    background-position: 0 18px, 40% 0, 0 -8px;
  }
  100% {
    background-position: 0 28px, 160% 0, 0 0;
  }
}

@keyframes hero-frame-in {
  to {
    clip-path: inset(0);
  }
}

@keyframes title-in {
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes signature-rise {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }
}

@keyframes signature-glow {
  to {
    opacity: 0.72;
  }
}

@keyframes marquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes client-marquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes awards-marquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
