:root {
  --ink: #050107;
  --purple: #23002f;
  --purple-deep: #110018;
  --purple-bright: #7b2cff;
  --tomato: #ff4a2f;
  --butter: #ffd86b;
  --herb: #a8e063;
  --cream: #fffbf3;
  --paper: #fffbf3;
  --muted: rgba(255, 251, 243, 0.68);
  --line: rgba(255, 251, 243, 0.18);
  --gutter: clamp(14px, 2.2vw, 34px);
  --soft-ink: #2b2530;
  --soft-muted: rgba(43, 37, 48, 0.68);
  --soft-line: rgba(43, 37, 48, 0.24);
  --font-info: "Neue Haas Grotesk Text Pro", "Neue Haas Grotesk Text", Arial, Helvetica, sans-serif;
  --font-title: Arial, Helvetica, sans-serif;
}

@font-face {
  font-family: "Neue Haas Grotesk Text Pro";
  font-style: normal;
  font-weight: 400;
  src:
    url("Neue_Haas_Grotesk_Collection/Neue Haas Grotesk Text Family/NeueHaasGrotText-55Roman-Trial.otf") format("opentype"),
    local("Neue Haas Grotesk Text Pro 55 Roman"),
    local("NeueHaasGroteskText Pro 55 Roman");
}

@font-face {
  font-family: "Neue Haas Grotesk Text Pro";
  font-style: italic;
  font-weight: 400;
  src:
    url("Neue_Haas_Grotesk_Collection/Neue Haas Grotesk Text Family/NeueHaasGrotText-56Italic-Trial.otf") format("opentype"),
    local("Neue Haas Grotesk Text Pro 56 Italic"),
    local("NeueHaasGroteskText Pro 56 Italic");
}

@font-face {
  font-family: "Neue Haas Grotesk Text Pro";
  font-style: normal;
  font-weight: 500;
  src:
    url("Neue_Haas_Grotesk_Collection/Neue Haas Grotesk Text Family/NeueHaasGrotText-65Medium-Trial.otf") format("opentype"),
    local("Neue Haas Grotesk Text Pro 65 Medium"),
    local("NeueHaasGroteskText Pro 65 Medium");
}

@font-face {
  font-family: "Neue Haas Grotesk Text Pro";
  font-style: italic;
  font-weight: 500;
  src:
    url("Neue_Haas_Grotesk_Collection/Neue Haas Grotesk Text Family/NeueHaasGrotText-66MediumItalic-Trial.otf") format("opentype"),
    local("Neue Haas Grotesk Text Pro 66 Medium Italic"),
    local("NeueHaasGroteskText Pro 66 Medium Italic");
}

@font-face {
  font-family: "Neue Haas Grotesk Text Pro";
  font-style: normal;
  font-weight: 700;
  src:
    url("Neue_Haas_Grotesk_Collection/Neue Haas Grotesk Text Family/NeueHaasGrotText-75Bold-Trial.otf") format("opentype"),
    local("Neue Haas Grotesk Text Pro 75 Bold"),
    local("NeueHaasGroteskText Pro 75 Bold");
}

@font-face {
  font-family: "Neue Haas Grotesk Text Pro";
  font-style: italic;
  font-weight: 700;
  src:
    url("Neue_Haas_Grotesk_Collection/Neue Haas Grotesk Text Family/NeueHaasGrotText-76BoldItalic-Trial.otf") format("opentype"),
    local("Neue Haas Grotesk Text Pro 76 Bold Italic"),
    local("NeueHaasGroteskText Pro 76 Bold Italic");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--font-info);
  font-weight: 400;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

strong {
  font-weight: 700;
}

strong em,
em strong {
  font-style: italic;
  font-weight: 700;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px calc(var(--gutter) + 18px);
  color: var(--paper);
  mix-blend-mode: normal;
  transition: color 180ms ease;
}

.site-header.is-over-light {
  color: var(--purple);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-logo-wrap {
  position: relative;
  display: block;
  width: 47px;
  height: 42px;
}

.brand-logo-wrap::after {
  position: absolute;
  top: -1px;
  right: -12px;
  color: currentColor;
  content: "©";
  font-family: var(--font-title);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(693%) hue-rotate(312deg) brightness(104%) contrast(101%);
  transition: filter 180ms ease;
}

.site-header.is-over-light .brand-logo {
  filter: brightness(0) saturate(100%) invert(8%) sepia(84%) saturate(1530%) hue-rotate(279deg) brightness(84%) contrast(113%);
}

.brand-text,
.main-nav {
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}

.main-nav {
  display: flex;
  gap: clamp(14px, 3vw, 36px);
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
}

.main-nav a {
  position: relative;
}

.main-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  background: var(--purple-deep);
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  filter: saturate(1.18) contrast(1.12) brightness(0.68);
}

.hero-shade {
  background:
    radial-gradient(circle at 13% 28%, rgba(255, 74, 47, 0.28), transparent 30%),
    radial-gradient(circle at 82% 70%, rgba(255, 216, 107, 0.12), transparent 28%),
    linear-gradient(115deg, rgba(17, 0, 24, 0.96) 0%, rgba(35, 0, 47, 0.52) 48%, rgba(5, 1, 7, 0.92) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(8px, 1.35vw, 18px);
  width: min(100%, 1540px);
  min-height: 100svh;
  margin: 0 auto;
  padding: 120px calc(var(--gutter) + 18px) clamp(42px, 5vw, 72px);
  transform: translateY(4vh);
}

.eyebrow,
.section-label,
.section-heading > span,
.case-title > span,
.contact > div > span,
.service-grid span {
  font-family: var(--font-title);
  color: var(--butter);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-label,
.section-heading > span,
.case-title > span,
.contact > div > span,
.work-heading > span,
.founder-copy > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hero h1 {
  position: relative;
  max-width: 1280px;
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(54px, 10.8vw, 168px);
  font-weight: 900;
  line-height: 0.89;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
}

.hero h1 .hero-mobile-line {
  display: none;
}

.outline-word {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.2px rgba(255, 251, 243, 0.86);
}

.hero-stroke-loop {
  position: relative;
  -webkit-text-stroke-color: rgba(255, 251, 243, 0.58);
}

.hero-stroke-loop::after {
  position: absolute;
  inset: 0;
  color: transparent;
  content: attr(data-text);
  pointer-events: none;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.2px rgba(255, 251, 243, 0.98);
  clip-path: inset(0 100% 0 0);
  animation: stroke-redraw 7.2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.outline-word.dark {
  color: var(--paper);
  -webkit-text-stroke-color: rgba(255, 251, 243, 0.82);
}

.italic-word {
  font-style: italic;
}

.mobile-break {
  display: none;
}

.services-title-mobile {
  display: none;
}

@keyframes stroke-redraw {
  0%,
  14% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  24% {
    opacity: 1;
  }

  42% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }

  56% {
    clip-path: inset(0 0 0 100%);
    opacity: 0.2;
  }

  57%,
  100% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
}

.hero-footer {
  display: grid;
  grid-template-columns: minmax(0, 680px) auto;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  padding-top: 0;
}

.hero-footer p {
  max-width: 680px;
  margin: 0;
  justify-self: start;
  color: var(--muted);
  text-align: left;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.28;
  opacity: 0;
  filter: blur(10px);
  clip-path: inset(0 100% 0 0);
  transform: translateX(-28px);
  transition:
    opacity 900ms ease,
    filter 900ms ease,
    clip-path 980ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 980ms cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 420ms;
}

.hero-footer.is-visible p {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0);
  transform: none;
}

.button,
.contact-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--paper);
  border-radius: 0;
  padding: 15px 24px;
  font-family: var(--font-title);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover,
.contact-link:hover {
  color: var(--purple-deep);
  background: var(--paper);
  transform: translateY(-2px);
}

.section-band,
.manifesto,
.work,
.why,
.services,
.clients,
.cases,
.founder,
.numbers,
.contact {
  padding: clamp(78px, 10vw, 150px) calc(var(--gutter) + 18px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(122px, 0.28fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 88px);
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, var(--purple-deep), #190020);
}

.intro-copy,
.section-heading h2,
.case-title h2 {
  grid-column: 2;
}

.intro-copy h2,
.section-heading h2,
.case-title h2,
.contact h2 {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(38px, 6.6vw, 104px);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.intro-copy p {
  max-width: 820px;
  margin: 28px 0 0;
  color: rgba(255, 251, 243, 0.7);
  font-size: clamp(16px, 1.55vw, 22px);
  font-weight: 400;
  line-height: 1.38;
}

.intro-copy strong {
  color: var(--paper);
  font-weight: 900;
  text-transform: uppercase;
}

.manifesto {
  padding-bottom: clamp(62px, 8vw, 120px);
  background: var(--ink);
}

.manifesto-inner {
  display: grid;
  min-height: clamp(420px, 70svh, 760px);
  place-items: center;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.manifesto-player {
  position: relative;
  overflow: hidden;
  width: min(100%, 980px);
  background: #120016;
}

.manifesto-player video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.manifesto-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  color: var(--paper);
  background: rgba(5, 1, 7, 0.12);
  cursor: pointer;
  transition: background 180ms ease, opacity 240ms ease;
}

.manifesto-play span {
  width: clamp(58px, 6vw, 86px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 251, 243, 0.78);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 0 38%, currentColor 38% 100%);
  clip-path: polygon(34% 24%, 34% 76%, 78% 50%);
}

.manifesto-player.is-playing .manifesto-play {
  opacity: 0;
  pointer-events: none;
}

.work {
  overflow: hidden;
  padding-bottom: clamp(44px, 6vw, 88px);
  background: var(--ink);
}

.work-heading span,
.why-kicker {
  font-family: var(--font-title);
  color: var(--butter);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.work-heading h2 {
  margin: 0 0 clamp(34px, 6vw, 78px);
  color: var(--paper);
  font-family: var(--font-title);
  font-size: clamp(68px, 13vw, 198px);
  font-weight: 900;
  line-height: 0.86;
  text-transform: uppercase;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 64px);
}

.work-tile {
  position: relative;
  appearance: none;
  min-width: 0;
  aspect-ratio: 1;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: inherit;
  background: #16001f;
  cursor: pointer;
  text-align: left;
}

.work-placeholder {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 74, 47, 0.2), transparent 42%),
    radial-gradient(circle at 72% 26%, rgba(255, 216, 107, 0.2), transparent 30%),
    linear-gradient(160deg, #2b0637 0%, #09010d 62%, #21002e 100%);
  transform: scale(1.02);
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1), filter 600ms ease;
}

.work-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-tile:nth-child(2) .work-placeholder {
  background:
    radial-gradient(circle at 38% 40%, rgba(168, 224, 99, 0.22), transparent 26%),
    linear-gradient(145deg, #320241 0%, #0a010e 58%, #4b0b32 100%);
}

.work-tile:nth-child(3) .work-placeholder {
  background:
    radial-gradient(circle at 70% 30%, rgba(255, 251, 243, 0.16), transparent 28%),
    linear-gradient(145deg, #120016 0%, #3a062a 50%, #050107 100%);
}

.work-tile:nth-child(4) .work-placeholder {
  background:
    linear-gradient(110deg, rgba(255, 216, 107, 0.2), transparent 38%),
    linear-gradient(145deg, #3a0248 0%, #09010e 52%, #260018 100%);
}

.work-tile:hover .work-placeholder {
  filter: saturate(1.18) contrast(1.08);
  transform: scale(1.055);
}

.work-tile span {
  position: absolute;
  left: clamp(16px, 2vw, 26px);
  bottom: clamp(16px, 2vw, 24px);
  color: rgba(255, 251, 243, 0.72);
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.project-view {
  position: fixed;
  z-index: 60;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: auto;
  padding: clamp(24px, 4vw, 58px);
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(35, 0, 47, 0.94), rgba(5, 1, 7, 0.98)),
    var(--purple);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition:
    opacity 420ms ease,
    transform 520ms cubic-bezier(0.19, 1, 0.22, 1);
}

.project-view.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.project-back {
  position: fixed;
  top: clamp(22px, 3vw, 44px);
  left: clamp(22px, 3vw, 44px);
  border: 1px solid var(--paper);
  padding: 14px 24px;
  color: var(--paper);
  background: transparent;
  font-family: var(--font-title);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.project-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.5fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  width: min(100%, 1180px);
}

.project-copy > span {
  display: block;
  margin-bottom: 18px;
  color: var(--butter);
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.project-copy h2 {
  max-width: 780px;
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(48px, 8vw, 128px);
  font-weight: 900;
  line-height: 0.84;
  text-transform: uppercase;
}

.project-copy .project-outline-word {
  -webkit-text-stroke-color: var(--paper);
  text-stroke-color: var(--paper);
}

.project-copy .project-title-compact {
  display: inline-block;
  font-size: 0.86em;
  white-space: nowrap;
}

.project-copy p {
  max-width: 620px;
  margin: clamp(24px, 3vw, 40px) 0 0;
  color: rgba(255, 251, 243, 0.72);
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.42;
}

.project-copy dl {
  display: grid;
  gap: 18px;
  max-width: 680px;
  margin: clamp(28px, 4vw, 52px) 0 0;
}

.project-copy dt {
  color: var(--butter);
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-copy dd {
  margin: 6px 0 0;
  color: rgba(255, 251, 243, 0.68);
  font-size: 16px;
  line-height: 1.38;
}

.phone-mockup {
  justify-self: center;
  width: min(100%, 356px);
  perspective: 1200px;
}

.phone-carousel {
  position: relative;
  padding: 0 clamp(18px, 3vw, 44px) 52px 0;
}

.phone-frame {
  position: relative;
  overflow: hidden;
  border: 11px solid #050107;
  border-radius: 34px;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.1), transparent 24%),
    #050107;
  clip-path: inset(0 round 34px);
  isolation: isolate;
  box-shadow:
    18px 22px 0 rgba(0, 0, 0, 0.26),
    34px 42px 95px rgba(0, 0, 0, 0.58),
    inset 0 0 0 1px rgba(255, 251, 243, 0.08);
  transform: rotateY(-13deg) rotateX(4deg) rotateZ(1deg);
  transform-style: preserve-3d;
  transition: transform 520ms cubic-bezier(0.19, 1, 0.22, 1), box-shadow 520ms ease;
}

.phone-frame-active {
  z-index: 2;
}

.phone-frame-back {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: rotateY(-18deg) rotateX(4deg) rotateZ(2deg) translateX(18%) scale(0.9);
  transition:
    opacity 360ms ease,
    transform 560ms cubic-bezier(0.19, 1, 0.22, 1);
}

.phone-mockup.has-multiple .phone-frame-back {
  opacity: 0.42;
  transform: rotateY(-22deg) rotateX(4deg) rotateZ(3deg) translateX(24%) translateY(10px) scale(0.86);
}

.phone-frame-back::after {
  background:
    linear-gradient(90deg, rgba(5, 1, 7, 0.5), rgba(5, 1, 7, 0.18)),
    linear-gradient(105deg, rgba(255, 255, 255, 0.08), transparent 22%);
  mix-blend-mode: normal;
}

.phone-frame::before {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 50%;
  width: 72px;
  height: 20px;
  border-radius: 999px;
  background: #050107;
  box-shadow: inset 0 0 0 1px rgba(255, 251, 243, 0.08);
  content: "";
  transform: translateX(-50%);
}

.phone-frame::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: 23px;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.16), transparent 22%),
    linear-gradient(245deg, rgba(255, 255, 255, 0.08), transparent 28%);
  content: "";
  pointer-events: none;
  mix-blend-mode: screen;
}

.phone-frame:hover {
  box-shadow:
    22px 26px 0 rgba(0, 0, 0, 0.22),
    42px 52px 110px rgba(0, 0, 0, 0.62),
    inset 0 0 0 1px rgba(255, 251, 243, 0.1);
  transform: rotateY(-9deg) rotateX(3deg) rotateZ(0.6deg) translateY(-4px);
}

.phone-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 18.4;
  border-radius: 23px;
  object-fit: cover;
  overflow: hidden;
  transform: translateZ(0);
}

.phone-play {
  position: absolute;
  z-index: 4;
  inset: 50% auto auto 50%;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 251, 243, 0.62);
  border-radius: 50%;
  background: rgba(5, 1, 7, 0.42);
  backdrop-filter: blur(12px);
  cursor: pointer;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 220ms ease, transform 320ms cubic-bezier(0.19, 1, 0.22, 1), background 220ms ease;
}

.phone-play::before {
  position: absolute;
  top: 50%;
  left: 53%;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid var(--paper);
  content: "";
  transform: translate(-50%, -50%);
}

.phone-play:hover {
  background: rgba(255, 251, 243, 0.12);
  transform: translate(-50%, -50%) scale(1.06);
}

.phone-play.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.92);
}

.phone-controls {
  position: absolute;
  z-index: 5;
  right: clamp(18px, 3vw, 44px);
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 251, 243, 0.74);
  font-family: var(--font-title);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.phone-controls[hidden] {
  display: none;
}

.phone-controls button {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 251, 243, 0.34);
  border-radius: 50%;
  color: var(--paper);
  background: rgba(5, 1, 7, 0.34);
  cursor: pointer;
  font-size: 0;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.phone-controls button::before {
  display: block;
  font-size: 17px;
  line-height: 1;
}

.phone-controls button:first-child::before {
  content: "<";
}

.phone-controls button:last-child::before {
  content: ">";
}

.phone-controls button:hover {
  border-color: rgba(255, 251, 243, 0.74);
  background: rgba(255, 251, 243, 0.12);
  transform: translateY(-1px);
}

body.project-open {
  overflow: hidden;
}

.why {
  --why-rhythm: clamp(38px, 4.8vw, 64px);
  padding-top: clamp(28px, 4vw, 64px);
  background: var(--ink);
}

.why-title {
  max-width: min(100%, 1280px);
  margin: 0 0 var(--why-rhythm);
  margin-right: auto;
  margin-left: auto;
  color: var(--paper);
  font-family: var(--font-title);
  font-size: clamp(54px, 10.8vw, 168px);
  font-weight: 900;
  line-height: 0.78;
  text-transform: uppercase;
}

.why-title > span {
  display: block;
  white-space: nowrap;
}

.why-title .why-common-line {
  display: flex;
  align-items: baseline;
  gap: 0.12em;
}

.why-title > .why-title-mobile-line {
  display: none;
}

.why-panel {
  display: grid;
  grid-template-columns: minmax(0, 600px);
  justify-content: start;
  gap: clamp(18px, 2vw, 28px);
  width: min(100%, 1280px);
  max-width: min(100%, 1280px);
  margin-right: auto;
  margin-left: auto;
}

.why-copy p {
  margin: 0;
  overflow: visible;
}

.why-copy {
  text-align: left;
}

.why-kicker {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin-bottom: 32px;
  overflow: hidden;
  color: var(--purple-deep);
  background: var(--paper);
  font-family: var(--font-title);
  font-size: clamp(15px, 1.2vw, 19px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 10px 18px 11px;
  clip-path: inset(0 100% 0 0);
  transform: translateX(-22px);
  transition:
    clip-path 880ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 880ms cubic-bezier(0.19, 1, 0.22, 1);
}

.why-panel.is-visible .why-kicker,
.why-kicker.is-wiping {
  clip-path: inset(0 0 0 0);
  transform: none;
}

.why-kicker.is-wiping {
  animation: kicker-wipe 880ms cubic-bezier(0.19, 1, 0.22, 1);
}

.why-text {
  display: none;
  max-width: 560px;
  color: rgba(255, 251, 243, 0.72);
  font-family: var(--font-info);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
  font-kerning: normal;
  font-variant-ligatures: none;
}

.why-text strong {
  color: rgba(255, 251, 243, 0.86);
  font-family: var(--font-info);
  font-weight: 700;
}

.why-text strong em {
  font-family: var(--font-info);
  font-style: italic;
  font-weight: 700;
}

@keyframes kicker-wipe {
  from {
    clip-path: inset(0 100% 0 0);
    transform: translateX(-22px);
  }

  to {
    clip-path: inset(0 0 0 0);
    transform: none;
  }
}

.why-text.is-active {
  display: block;
}

.why-tabs {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 0;
}

.reason-tab {
  appearance: none;
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0 0 4px;
  color: rgba(255, 251, 243, 0.48);
  background: transparent;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.reason-tab.is-active {
  color: var(--paper);
}

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

.services .outline-word,
.contact .outline-word {
  color: var(--soft-ink);
  -webkit-text-stroke-color: rgba(43, 37, 48, 0.72);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(122px, 0.28fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
}

.services .section-heading {
  display: block;
  width: min(100%, 1120px);
  margin-right: auto;
  margin-left: auto;
}

.services .section-heading h2 {
  grid-column: auto;
  text-align: left;
  max-width: 1120px;
}

.services .section-heading > span,
.services .service-grid span {
  color: var(--tomato);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(42px, 7vw, 92px);
  background: var(--soft-line);
}

.service-grid article {
  position: relative;
  min-height: 320px;
  padding: clamp(22px, 3vw, 40px);
  background: var(--paper);
}

.service-grid article > em {
  display: block;
  margin-bottom: clamp(42px, 6vw, 82px);
  color: rgba(43, 37, 48, 0.24);
  font-family: var(--font-title);
  font-size: clamp(48px, 7vw, 104px);
  font-style: normal;
  font-weight: 900;
  line-height: 0.78;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(43, 37, 48, 0.36);
}

.service-grid h3 {
  margin: 18px 0 16px;
  font-family: var(--font-title);
  font-size: clamp(26px, 3vw, 44px);
  line-height: 0.9;
  text-transform: uppercase;
}

.service-grid p {
  max-width: 420px;
  margin: 0;
  color: var(--soft-muted);
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 400;
  line-height: 1.45;
}

.service-grid p strong {
  color: rgba(43, 37, 48, 0.84);
  font-weight: 700;
}

.service-grid p em {
  font-size: inherit;
  font-style: italic;
  line-height: inherit;
  -webkit-text-fill-color: currentColor;
  -webkit-text-stroke: 0;
}

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

.clients-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(42px, 7vw, 96px) clamp(28px, 6vw, 86px);
  align-items: center;
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 56px) 0;
}

.client-logo {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  color: var(--soft-ink);
}

.client-logo img {
  display: block;
  width: auto;
  max-width: min(170px, 72%);
  max-height: 78px;
  object-fit: contain;
  filter: grayscale(1) sepia(0.16) hue-rotate(235deg) saturate(0.58) brightness(1.52) contrast(0.82);
  opacity: 0.86;
}

.cases {
  position: relative;
  background:
    linear-gradient(90deg, rgba(35, 0, 47, 0.86), rgba(5, 1, 7, 0.96)),
    var(--purple);
}

.case-title {
  display: grid;
  grid-template-columns: minmax(122px, 0.28fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  margin-bottom: 56px;
}

.case-list {
  border-top: 1px solid var(--line);
}

.case-list a {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  min-height: clamp(112px, 12vw, 168px);
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease, padding 180ms ease;
}

.case-list a:hover {
  padding-left: 18px;
  background: rgba(255, 74, 47, 0.14);
}

.case-list span {
  color: rgba(255, 251, 243, 0.58);
  font-family: var(--font-title);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.case-list strong {
  color: var(--paper);
  font-family: var(--font-title);
  font-size: clamp(34px, 6.2vw, 112px);
  line-height: 0.82;
  text-transform: uppercase;
}

.founder {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.72fr);
  gap: clamp(22px, 3vw, 52px);
  align-items: stretch;
  padding-bottom: 0;
  padding-left: clamp(74px, 8vw, 150px);
  padding-right: clamp(74px, 8vw, 150px);
  background:
    linear-gradient(90deg, rgba(35, 0, 47, 0.86), rgba(5, 1, 7, 0.96)),
    var(--purple);
}

.founder-copy > span {
  display: block;
  margin-bottom: clamp(28px, 5vw, 70px);
  color: var(--butter);
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.founder h2 {
  margin: 0;
  color: var(--paper);
  font-family: var(--font-title);
  font-size: clamp(74px, 10.6vw, 164px);
  font-weight: 900;
  line-height: 0.76;
  text-transform: uppercase;
}

.founder h2 span {
  display: block;
}

.founder-lastname {
  margin-top: -0.22em;
  margin-left: 1.04em;
  font-size: 0.55em;
  white-space: nowrap;
}

.founder-role {
  position: absolute;
  z-index: 4;
  right: 12%;
  bottom: clamp(56px, 7vw, 104px);
  margin: 0;
  color: rgba(255, 251, 243, 0.62);
  font-family: var(--font-title);
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 500;
  text-transform: uppercase;
}

.founder-copy p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 251, 243, 0.76);
  font-size: clamp(14px, 1.23vw, 18px);
  font-weight: 400;
  line-height: 1.4;
}

.founder-copy h2 + p {
  margin-top: clamp(34px, 4.2vw, 54px);
}

.founder-copy p + p {
  margin-top: 16px;
}

.founder-photo {
  position: relative;
  --bg-x: 0px;
  --img-x: -28px;
  height: clamp(420px, 36vw, 600px);
  margin: 0 0 -1px clamp(-120px, -6vw, -70px);
  align-self: end;
  overflow: visible;
  isolation: isolate;
  transform: translate3d(var(--bg-x, 0), 0, 0);
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.founder-photo::after {
  position: absolute;
  z-index: 0;
  inset: 16% 25% 0 18%;
  border-radius: 999px 999px 0 0;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 251, 243, 0.12), transparent 28%),
    linear-gradient(145deg, #2b0637, #050107);
  content: "";
}

.founder-photo::before {
  content: none;
}

.founder-photo img {
  position: absolute;
  z-index: 2;
  left: 46%;
  bottom: -1px;
  display: block;
  width: 58%;
  height: auto;
  max-width: none;
  transform: translate3d(calc(-50% + var(--img-x, 0)), 0, 0);
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.founder-main {
  animation: founder-glitch-main 6.8s steps(1, end) infinite;
}

.founder-glitch {
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}

.founder-glitch-a {
  filter: hue-rotate(255deg) saturate(1.7) contrast(1.08);
  mix-blend-mode: screen;
  animation: founder-glitch-a 6.8s steps(1, end) infinite;
}

.founder-glitch-b {
  filter: hue-rotate(310deg) saturate(1.4) contrast(1.12);
  mix-blend-mode: lighten;
  animation: founder-glitch-b 6.8s steps(1, end) infinite;
}

@keyframes founder-glitch-main {
  0%,
  89%,
  100% {
    filter: none;
  }

  90% {
    filter: contrast(1.08) saturate(1.08);
  }

  91%,
  94% {
    filter: none;
  }

  95% {
    filter: contrast(1.12) saturate(1.12);
  }
}

@keyframes founder-glitch-a {
  0%,
  88%,
  100% {
    opacity: 0;
    clip-path: inset(0 0 0 0);
    transform: translate3d(calc(-50% + var(--img-x, 0)), 0, 0);
  }

  89% {
    opacity: 0.22;
    clip-path: inset(18% 0 62% 0);
    transform: translate3d(calc(-50% + var(--img-x, 0) - 8px), 0, 0);
  }

  90% {
    opacity: 0.18;
    clip-path: inset(54% 0 28% 0);
    transform: translate3d(calc(-50% + var(--img-x, 0) + 10px), 0, 0);
  }

  92% {
    opacity: 0;
  }

  96% {
    opacity: 0.16;
    clip-path: inset(34% 0 46% 0);
    transform: translate3d(calc(-50% + var(--img-x, 0) - 6px), 0, 0);
  }
}

@keyframes founder-glitch-b {
  0%,
  87%,
  100% {
    opacity: 0;
    clip-path: inset(0 0 0 0);
    transform: translate3d(calc(-50% + var(--img-x, 0)), 0, 0);
  }

  89% {
    opacity: 0.15;
    clip-path: inset(68% 0 14% 0);
    transform: translate3d(calc(-50% + var(--img-x, 0) + 7px), 0, 0);
  }

  91% {
    opacity: 0.2;
    clip-path: inset(8% 0 76% 0);
    transform: translate3d(calc(-50% + var(--img-x, 0) - 9px), 0, 0);
  }

  93% {
    opacity: 0;
  }

  95% {
    opacity: 0.14;
    clip-path: inset(46% 0 38% 0);
    transform: translate3d(calc(-50% + var(--img-x, 0) + 5px), 0, 0);
  }
}

.numbers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: #16001f;
}

.numbers div {
  min-height: 230px;
  padding: clamp(24px, 4vw, 48px);
  background: #16001f;
}

.numbers div + div {
  border-left: 1px solid rgba(255, 251, 243, 0.14);
}

.numbers strong {
  display: block;
  color: var(--paper);
  font-family: var(--font-title);
  font-size: clamp(58px, 10vw, 150px);
  line-height: 0.82;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.2px var(--paper);
}

.numbers span {
  display: block;
  max-width: 320px;
  margin-top: 20px;
  color: rgba(255, 251, 243, 0.76);
  font-family: var(--font-info);
  font-size: clamp(14px, 1.02vw, 16px);
  font-weight: 400;
  line-height: 1.32;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  background: var(--paper);
  color: var(--soft-ink);
}

.contact > div > span {
  color: var(--tomato);
}

.contact h2 {
  text-align: center;
}

.contact-link {
  justify-self: end;
  border-color: var(--soft-ink);
  white-space: nowrap;
}

.contact-link:hover {
  color: var(--paper);
  background: var(--soft-ink);
}

.contact-form {
  position: relative;
  display: grid;
  gap: 16px;
  width: min(100%, 782px);
  margin-top: clamp(42px, 6vw, 78px);
  margin-right: auto;
  margin-left: auto;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(43, 37, 48, 0.48);
  border-radius: 0;
  padding: 16px 18px;
  color: var(--soft-ink);
  background: transparent;
  font-family: var(--font-info);
  font-size: 15px;
  font-weight: 400;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease;
}

.contact-form input.is-invalid,
.contact-form textarea.is-invalid {
  border-color: rgba(255, 74, 47, 0.9);
  background: rgba(255, 74, 47, 0.035);
}

.contact-form input.is-invalid::placeholder,
.contact-form textarea.is-invalid::placeholder {
  color: rgba(255, 74, 47, 0.82);
}

.form-check {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

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

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(43, 37, 48, 0.58);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--soft-ink);
  background: rgba(43, 37, 48, 0.03);
}

.contact-form button {
  min-height: 58px;
  border: 1px solid var(--purple-deep);
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(35, 0, 47, 0.96), rgba(5, 1, 7, 1)),
    var(--purple);
  font-family: var(--font-title);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.contact-form button span {
  display: inline-block;
  margin-left: 8px;
}

.contact-form button:hover {
  color: var(--purple-deep);
  background: transparent;
  transform: translateY(-2px);
}

.form-message {
  min-height: 18px;
  margin: -4px 0 0;
  color: rgba(255, 74, 47, 0.86);
  font-family: var(--font-info);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  opacity: 0;
  transition: opacity 180ms ease;
}

.form-message.is-visible {
  opacity: 1;
}

.form-pop {
  position: absolute;
  z-index: 2;
  inset: 50% auto auto 50%;
  width: min(100%, 460px);
  border: 1px solid rgba(43, 37, 48, 0.18);
  padding: clamp(22px, 3vw, 34px);
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(35, 0, 47, 0.96), rgba(5, 1, 7, 1)),
    var(--purple);
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, -46%) scale(0.98);
  transition:
    opacity 240ms ease,
    transform 360ms cubic-bezier(0.19, 1, 0.22, 1);
}

.form-pop p {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.form-pop span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 251, 243, 0.72);
  font-size: 15px;
  line-height: 1.35;
}

.contact-form.is-sent > input:not(.form-check),
.contact-form.is-sent > textarea,
.contact-form.is-sent > button,
.contact-form.is-sent > .form-message {
  opacity: 0;
  pointer-events: none;
}

.contact-form.is-sent .form-pop {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.site-footer {
  padding: clamp(34px, 5vw, 62px) calc(var(--gutter) + 18px);
  color: rgba(255, 251, 243, 0.58);
  background:
    linear-gradient(90deg, rgba(35, 0, 47, 0.96), rgba(5, 1, 7, 1)),
    var(--purple);
  font-family: var(--font-title);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(300px, 1fr) minmax(220px, 0.82fr);
  gap: clamp(28px, 5vw, 82px);
  align-items: start;
  width: min(100%, 1280px);
  margin: 0 auto;
}

.footer-manifesto p,
.footer-social > span {
  margin: 0;
  color: var(--paper);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 400;
  line-height: 1.2;
}

.footer-manifesto strong {
  font-weight: 900;
}

.footer-info,
.footer-social {
  font-style: normal;
}

.footer-info {
  display: grid;
  gap: 10px;
  line-height: 1.45;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(14px, 3vw, 36px);
  align-items: center;
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-nav a {
  position: relative;
}

.footer-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.footer-nav a:hover::after {
  transform: scaleX(1);
}

.footer-social p {
  margin: 18px 0 0;
  color: var(--paper);
  line-height: 1.3;
}

.site-footer a {
  transition: color 180ms ease;
}

.site-footer a:hover {
  color: var(--paper);
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.social-links a {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--paper);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.social-links svg {
  display: block;
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.social-links a:hover {
  color: var(--paper);
  background: var(--tomato);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 780ms ease,
    transform 780ms cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}

.reveal-delay-1 {
  transition-delay: 120ms;
}

.reveal-delay-2 {
  transition-delay: 240ms;
}

.reveal-group .reveal:nth-child(2) {
  transition-delay: 90ms;
}

.reveal-group .reveal:nth-child(3) {
  transition-delay: 180ms;
}

.reveal-group .reveal:nth-child(4) {
  transition-delay: 270ms;
}

.reveal-section {
  background-position: 50% 24px;
  transition: background-position 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.reveal-section.is-visible {
  background-position: 50% 0;
}

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

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

  .hero-footer p {
    opacity: 1;
    filter: none;
    clip-path: none;
    transform: none;
    transition: none;
  }

  .hero-stroke-loop::after {
    animation: none;
    opacity: 0;
  }

  .why-kicker,
  .why-kicker.is-wiping {
    clip-path: none;
    transform: none;
    animation: none;
    transition: none;
  }

  .founder-main,
  .founder-glitch {
    animation: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
  }

  .main-nav {
    display: none;
  }

  .hero-footer,
  .manifesto-inner,
  .intro,
  .section-heading,
  .case-title,
  .founder,
  .contact {
    grid-template-columns: 1fr;
  }

  .intro-copy,
  .section-heading h2,
  .case-title h2 {
    grid-column: 1;
  }

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

  .project-detail {
    grid-template-columns: 1fr;
    padding-top: 72px;
  }

  .phone-mockup {
    width: min(100%, 260px);
  }

  .clients-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .why-panel {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .why-tabs {
    order: -1;
  }

  .service-grid article,
  .numbers div {
    min-height: 220px;
  }

  .case-list a {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 0;
  }

  .contact-link {
    justify-self: start;
    white-space: normal;
  }

  .site-footer {
    padding-right: calc(var(--gutter) + 18px);
    padding-left: calc(var(--gutter) + 18px);
  }

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

@media (max-width: 520px) {
  .brand-text {
    max-width: 112px;
  }

  .hero h1 {
    font-size: clamp(46px, 17vw, 78px);
    line-height: 0.84;
  }

  .intro-copy h2,
  .section-heading h2,
  .case-title h2,
  .contact h2 {
    font-size: clamp(34px, 12vw, 56px);
  }

  .work-heading h2,
  .why-title {
    font-size: clamp(56px, 18vw, 88px);
    line-height: 0.92;
  }

  .case-list strong {
    font-size: clamp(30px, 11vw, 50px);
  }

  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clients-grid {
    gap: 34px 20px;
  }

  .button,
  .contact-link {
    width: 100%;
  }
}

@media (max-width: 760px) {
  :root {
    --gutter: 18px;
  }

  html,
  body {
    overflow-x: hidden;
  }

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

  .hero-footer p {
    opacity: 1;
    filter: none;
    clip-path: none;
    transform: none;
    transition: none;
  }

  .why-kicker,
  .why-kicker.is-wiping {
    clip-path: none;
    transform: none;
    animation: none;
    transition: none;
  }

  .site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    z-index: 90;
    width: 100%;
    max-width: 100vw;
    padding: 16px 18px 14px;
    overflow: visible;
    mix-blend-mode: normal;
  }

  .site-header.is-menu-open {
    mix-blend-mode: normal;
  }

  .brand-logo-wrap {
    width: 38px;
    height: 34px;
  }

  .brand-logo-wrap::after {
    top: -2px;
    right: -10px;
    font-size: 8px;
  }

  .main-nav {
    display: grid;
    position: fixed;
    top: 66px;
    right: 18px;
    z-index: 91;
    min-width: min(220px, calc(100vw - 36px));
    width: auto;
    grid-template-columns: 1fr;
    gap: 0;
    border: 1px solid rgba(255, 251, 243, 0.18);
    padding: 10px 0;
    color: var(--paper);
    background:
      linear-gradient(135deg, rgba(35, 0, 47, 0.98), rgba(5, 1, 7, 0.98)),
      var(--purple);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
    font-size: 12px;
    line-height: 1.1;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 180ms ease,
      transform 220ms cubic-bezier(0.19, 1, 0.22, 1);
  }

  .site-header.is-menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .main-nav a {
    display: block;
    padding: 13px 18px;
    white-space: nowrap;
  }

  .main-nav a::after {
    right: 18px;
    left: 18px;
    bottom: 7px;
    height: 1px;
  }

  button.menu-toggle[data-menu-toggle] {
    position: fixed;
    top: 16px;
    right: 18px;
    z-index: 92;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 251, 243, 0.72);
    border-radius: 0;
    padding: 0;
    color: var(--paper);
    background: rgba(5, 1, 7, 0.28);
    cursor: pointer;
    opacity: 1 !important;
    visibility: visible !important;
    appearance: none;
    backdrop-filter: blur(10px);
  }

  button.menu-toggle[data-menu-toggle] span {
    display: block !important;
    width: 20px;
    height: 1px;
    flex: 0 0 auto;
    background: currentColor;
    box-shadow: 0 0 0 0.5px currentColor;
    transition:
      transform 220ms cubic-bezier(0.19, 1, 0.22, 1),
      opacity 160ms ease;
  }

  .site-header.is-menu-open button.menu-toggle[data-menu-toggle] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.is-menu-open button.menu-toggle[data-menu-toggle] span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open button.menu-toggle[data-menu-toggle] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .section-band,
  .manifesto,
  .work,
  .why,
  .services,
  .clients,
  .founder,
  .numbers,
  .contact {
    padding: 64px 20px;
  }

  .hero {
    min-height: 80svh;
  }

  .hero-content {
    justify-content: center;
    min-height: 80svh;
    padding: 104px 20px 28px;
    transform: none;
  }

  .hero h1 {
    max-width: 100%;
    overflow-wrap: normal;
    font-size: clamp(51px, 15.8vw, 66px);
    line-height: 0.86;
  }

  .hero h1 .hero-desktop-line {
    display: none;
  }

  .hero h1 .hero-mobile-line {
    display: block;
  }

  .hero-footer {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
    margin-top: 12px;
  }

  .hero-footer p {
    justify-self: start;
    max-width: 320px;
    text-align: left;
    font-size: 16px;
    line-height: 1.34;
  }

  .button {
    min-height: 43px;
    width: min(78%, 250px);
    justify-self: center;
    padding: 12px 16px;
    font-size: 11px;
  }

  .intro {
    display: block;
  }

  .intro-copy h2,
  .section-heading h2,
  .contact h2 {
    font-size: clamp(34px, 11.6vw, 47px);
    line-height: 0.94;
  }

  .intro-copy p {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.46;
  }

  .manifesto {
    padding-top: 54px;
    padding-bottom: 44px;
  }

  .manifesto-inner {
    min-height: auto;
    width: 100%;
  }

  .manifesto-player {
    width: 100%;
  }

  .why {
    padding-top: 46px;
  }

  .why-title {
    width: min(100%, 350px);
    max-width: 390px;
    margin-right: auto;
    margin-bottom: 36px;
    margin-left: 0;
    font-size: clamp(36px, 12vw, 49px);
    line-height: 0.88;
  }

  .why-title > span {
    white-space: nowrap;
  }

  .why-title > .why-title-desktop-line {
    display: none;
  }

  .why-title > .why-title-mobile-line {
    display: block;
  }

  .why-title > .why-title-mobile-nowrap {
    white-space: nowrap;
  }

  .why-title .why-common-line {
    flex-wrap: nowrap;
  }

  .why-panel {
    width: min(100%, 390px);
    margin-right: auto;
    margin-left: auto;
    gap: 18px;
  }

  .why-kicker {
    margin-bottom: 26px;
    padding: 7px 12px 8px;
    font-size: 13px;
  }

  .why-text {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.68;
  }

  .why-tabs {
    order: 0;
    margin-top: 2px;
  }

  .services .section-heading {
    width: min(100%, 390px);
  }

  .services .section-heading h2 {
    max-width: 390px;
    font-size: clamp(37px, 12.1vw, 50px);
    line-height: 0.98;
  }

  .services-title-desktop {
    display: none;
  }

  .services-title-mobile {
    display: block;
  }

  .service-grid {
    display: block;
    width: min(100%, 390px);
    margin: 38px auto 0;
    background: transparent;
  }

  .service-grid article {
    min-height: auto;
    border-top: 1px solid var(--soft-line);
    padding: 30px 0 34px;
  }

  .service-grid article:first-child {
    border-top: 0;
  }

  .service-grid article > em {
    margin-bottom: 32px;
    font-size: 62px;
  }

  .service-grid h3 {
    margin-top: 0;
    font-size: 34px;
  }

  .service-grid p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.5;
  }

  .work {
    padding-top: 58px;
  }

  .work-heading h2 {
    margin-bottom: 28px;
    font-size: clamp(47px, 13.8vw, 63px);
    line-height: 0.9;
  }

  .work-grid {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0;
  }

  .work-tile {
    aspect-ratio: 16 / 10.5;
  }

  .numbers {
    display: block;
    padding: 0;
  }

  .numbers div {
    display: grid;
    justify-items: center;
    min-height: 0;
    padding: 46px 20px;
    text-align: center;
  }

  .numbers div + div {
    border-top: 1px solid rgba(255, 251, 243, 0.14);
    border-left: 0;
  }

  .numbers strong {
    font-size: clamp(76px, 25vw, 116px);
  }

  .numbers span {
    max-width: 280px;
    margin-top: 14px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }

  .clients-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 24px;
    width: 100%;
    padding: 18px 0;
  }

  .client-logo {
    min-height: 62px;
  }

  .client-logo img {
    max-width: 62%;
    max-height: 51px;
  }

  .founder {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 64px 20px 0;
  }

  .founder-copy {
    width: min(100%, 390px);
    margin: 0 auto;
  }

  .founder h2 {
    font-size: clamp(66px, 21vw, 92px);
    line-height: 0.78;
  }

  .founder-lastname {
    margin-left: 0.82em;
    font-size: 0.62em;
  }

  .founder-copy h2 + p {
    margin-top: 30px;
  }

  .founder-copy p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.52;
  }

  .founder-copy p br {
    display: none;
  }

  .founder-photo {
    width: min(100%, 410px);
    height: 455px;
    margin: 0 auto 0;
    --img-x: 14px;
  }

  .founder-photo::after {
    inset: 22% 3% 0 11%;
  }

  .founder-photo img {
    left: 50%;
    width: 88%;
  }

  .founder-role {
    right: 10%;
    bottom: 30px;
    font-size: 12px;
  }

  .contact {
    padding-top: 64px;
  }

  .contact > div {
    width: 100%;
  }

  .contact h2 {
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .contact h2 .outline-word {
    white-space: nowrap;
  }

  .contact-form {
    width: min(100%, 390px);
    margin-top: 34px;
    gap: 12px;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 15px 16px;
    font-size: 15px;
  }

  .contact-form button {
    min-height: 54px;
  }

  .site-footer {
    padding: 42px 20px;
  }

  .footer-inner {
    width: min(100%, 390px);
    gap: 28px;
  }

  .footer-nav {
    gap: 10px 16px;
  }

  .footer-social {
    display: grid;
    justify-items: start;
  }

  .project-view {
    align-items: start;
    place-items: start center;
    padding: 118px 18px 34px;
  }

  .project-back {
    top: 66px;
    left: 18px;
    padding: 11px 16px;
    font-size: 12px;
  }

  .project-detail {
    grid-template-columns: 1fr;
    gap: 28px;
    width: min(100%, 390px);
    padding-top: 0;
  }

  .project-copy > span {
    margin-bottom: 12px;
  }

  .project-copy h2 {
    max-width: 100%;
    font-size: clamp(46px, 16vw, 72px);
    line-height: 0.88;
  }

  .project-copy p {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.48;
  }

  .project-copy dl {
    gap: 14px;
    margin-top: 28px;
  }

  .project-copy dd {
    font-size: 15px;
    line-height: 1.45;
  }

  .phone-mockup {
    width: min(76vw, 250px);
  }

  .phone-carousel {
    padding-right: 22px;
    padding-bottom: 48px;
  }

  .phone-frame {
    border-width: 9px;
    border-radius: 30px;
    transform: rotateY(-8deg) rotateX(3deg) rotateZ(0.5deg);
  }

  .phone-frame video {
    border-radius: 20px;
  }

  .phone-frame::before {
    top: 8px;
    width: 58px;
    height: 16px;
  }

  .phone-mockup.has-multiple .phone-frame-back {
    transform: rotateY(-16deg) rotateX(3deg) rotateZ(2deg) translateX(20%) translateY(8px) scale(0.86);
  }

  .phone-play {
    width: 58px;
    height: 58px;
  }

  .phone-controls {
    right: 8px;
    bottom: 2px;
  }
}

@media (max-width: 390px) {
  .site-header {
    gap: 10px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .brand-logo-wrap {
    width: 34px;
    height: 31px;
  }

  .main-nav {
    right: 14px;
    min-width: min(210px, calc(100vw - 28px));
  }

  button.menu-toggle[data-menu-toggle] {
    right: 14px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 60px);
  }

  .intro-copy h2,
  .section-heading h2,
  .contact h2 {
    font-size: clamp(31px, 9.8vw, 39px);
  }

  .services .section-heading h2 {
    font-size: clamp(35px, 11.2vw, 44px);
  }

  .why-title,
  .work-heading h2 {
    font-size: clamp(34px, 11.5vw, 45px);
  }

  .founder h2 {
    font-size: clamp(58px, 19vw, 78px);
  }
}

@media (max-width: 900px) {
  .site-header {
    z-index: 90;
    overflow: visible;
    mix-blend-mode: normal;
  }

  .site-header::before {
    position: fixed;
    top: 16px;
    right: 18px;
    z-index: 91;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 251, 243, 0.72);
    background:
      linear-gradient(currentColor, currentColor) center 14px / 20px 1px no-repeat,
      linear-gradient(currentColor, currentColor) center 20px / 20px 1px no-repeat,
      linear-gradient(currentColor, currentColor) center 26px / 20px 1px no-repeat,
      rgba(5, 1, 7, 0.28);
    color: var(--paper);
    content: "";
    backdrop-filter: blur(10px);
  }

  .site-header.is-menu-open::before {
    background:
      linear-gradient(45deg, transparent calc(50% - 0.75px), currentColor calc(50% - 0.75px), currentColor calc(50% + 0.75px), transparent calc(50% + 0.75px)) center / 20px 20px no-repeat,
      linear-gradient(-45deg, transparent calc(50% - 0.75px), currentColor calc(50% - 0.75px), currentColor calc(50% + 0.75px), transparent calc(50% + 0.75px)) center / 20px 20px no-repeat,
      rgba(5, 1, 7, 0.28);
  }

  .site-header.is-over-light::before {
    border-color: rgba(35, 0, 47, 0.66);
    color: var(--purple);
    background:
      linear-gradient(currentColor, currentColor) center 14px / 20px 1px no-repeat,
      linear-gradient(currentColor, currentColor) center 20px / 20px 1px no-repeat,
      linear-gradient(currentColor, currentColor) center 26px / 20px 1px no-repeat,
      rgba(255, 251, 243, 0.34);
  }

  .site-header.is-menu-open.is-over-light::before {
    background:
      linear-gradient(45deg, transparent calc(50% - 0.75px), currentColor calc(50% - 0.75px), currentColor calc(50% + 0.75px), transparent calc(50% + 0.75px)) center / 20px 20px no-repeat,
      linear-gradient(-45deg, transparent calc(50% - 0.75px), currentColor calc(50% - 0.75px), currentColor calc(50% + 0.75px), transparent calc(50% + 0.75px)) center / 20px 20px no-repeat,
      rgba(255, 251, 243, 0.34);
  }

  .main-nav {
    display: grid;
    position: fixed;
    top: 66px;
    right: 18px;
    z-index: 91;
    min-width: min(220px, calc(100vw - 36px));
    width: auto;
    grid-template-columns: 1fr;
    gap: 0;
    border: 1px solid rgba(255, 251, 243, 0.18);
    padding: 10px 0;
    color: var(--paper);
    background:
      linear-gradient(135deg, rgba(35, 0, 47, 0.98), rgba(5, 1, 7, 0.98)),
      var(--purple);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
    font-size: 12px;
    line-height: 1.1;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 180ms ease,
      transform 220ms cubic-bezier(0.19, 1, 0.22, 1);
  }

  .site-header.is-menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .main-nav a {
    display: block;
    padding: 13px 18px;
    white-space: nowrap;
  }

  button.menu-toggle[data-menu-toggle] {
    position: fixed;
    top: 16px;
    right: 18px;
    z-index: 92;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 251, 243, 0.72);
    border-radius: 0;
    padding: 0;
    color: var(--paper);
    background: rgba(5, 1, 7, 0.28);
    cursor: pointer;
    opacity: 1 !important;
    visibility: visible !important;
    appearance: none;
    backdrop-filter: blur(10px);
  }

  .site-header.is-over-light button.menu-toggle[data-menu-toggle] {
    border-color: rgba(35, 0, 47, 0.66);
    color: var(--purple);
    background: rgba(255, 251, 243, 0.34);
  }

  button.menu-toggle[data-menu-toggle] span {
    display: block !important;
    width: 20px;
    height: 1px;
    flex: 0 0 auto;
    background: currentColor;
    box-shadow: 0 0 0 0.5px currentColor;
    transition:
      transform 220ms cubic-bezier(0.19, 1, 0.22, 1),
      opacity 160ms ease;
  }

  .site-header.is-menu-open button.menu-toggle[data-menu-toggle] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.is-menu-open button.menu-toggle[data-menu-toggle] span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open button.menu-toggle[data-menu-toggle] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
