:root {
  --ink: #0c0c0c;
  --paper: #f0eadb;
  --paper-deep: #ded5c1;
  --acid: #d9ff43;
  --hot: #ff4d2e;
  --blue: #89d6e8;
  --white: #fffdf7;
  --muted: #777268;
  --line: rgba(12, 12, 12, 0.2);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --sans: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --pad: clamp(24px, 5vw, 80px);
  --header-h: 84px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  content: "";
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

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

a {
  color: inherit;
}

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

button,
summary,
select {
  cursor: pointer;
}

::selection {
  background: var(--hot);
  color: var(--white);
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1100;
  padding: 10px 14px;
  background: var(--acid);
  color: var(--ink);
  font-weight: 900;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  padding: 12px var(--pad);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(12, 12, 12, 0.91);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.wordmark {
  display: inline-flex;
  flex-direction: column;
  color: var(--white);
  font-family: var(--display);
  font-size: 25px;
  line-height: 0.78;
  letter-spacing: 0.02em;
  text-decoration: none;
  transform: rotate(-2deg);
}

.wordmark span:last-child {
  color: var(--acid);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 44px);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  text-decoration: none;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--acid);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 11px 15px;
  border: 2px solid var(--acid);
  color: var(--acid);
  transition: background 160ms ease, color 160ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--acid);
  color: var(--ink);
}

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

.menu-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  min-height: 100svh;
  padding: calc(var(--header-h) + 7vh) var(--pad) 7vh;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero::before {
  position: absolute;
  top: 10%;
  left: 34%;
  width: 37vw;
  height: 37vw;
  border: 2px solid rgba(217, 255, 67, 0.24);
  border-radius: 50%;
  content: "";
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 800px;
  padding-right: clamp(0px, 4vw, 64px);
}

.kicker,
.section-number,
.micro-label {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--acid);
}

.kicker::before {
  width: 40px;
  height: 2px;
  content: "";
  background: currentColor;
}

.hero h1,
.manifesto h2,
.case-heading h2,
.process-intro h2,
.warning h2,
.pricing h2,
.faq h2,
.apply h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 880px;
  font-size: clamp(64px, 9.8vw, 164px);
}

.hero-deck {
  width: max-content;
  margin: 18px 0 22px;
  padding: 4px 12px 7px;
  background: var(--hot);
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 46px);
  font-style: italic;
  line-height: 1;
  transform: rotate(-1deg);
}

.hero-body {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 253, 247, 0.74);
  font-size: clamp(17px, 1.55vw, 23px);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 58px;
  padding: 14px 22px;
  border: 2px solid currentColor;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  box-shadow: 6px 6px 0 var(--hot);
  transform: translate(-3px, -3px);
}

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

.text-link {
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-underline-offset: 6px;
  text-transform: uppercase;
}

.price-stamp {
  position: absolute;
  right: clamp(6px, 4vw, 66px);
  bottom: -5vh;
  display: grid;
  width: 132px;
  height: 132px;
  place-content: center;
  border: 2px solid var(--acid);
  border-radius: 50%;
  color: var(--acid);
  line-height: 1;
  text-align: center;
  transform: rotate(8deg);
}

.price-stamp span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.price-stamp strong {
  margin-top: 6px;
  font-family: var(--display);
  font-size: 34px;
}

.hero-art {
  position: relative;
  z-index: 1;
  align-self: stretch;
  min-height: 680px;
}

.hero-photo {
  position: absolute;
  inset: 2vh 0 0 5%;
  margin: 0;
  overflow: hidden;
  background: #2a2925;
  clip-path: polygon(3% 1%, 97% 0, 100% 96%, 94% 100%, 2% 97%, 0 5%);
  transform: rotate(2.5deg);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: contrast(1.05) saturate(0.82);
}

.hero-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(12, 12, 12, 0.22), transparent 40%);
}

.scribble {
  position: absolute;
  z-index: 3;
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
}

.scribble-one {
  top: 1%;
  right: -4%;
  padding: 2px 14px;
  background: var(--blue);
  color: var(--ink);
  font-size: 24px;
  transform: rotate(5deg);
}

.scribble-two {
  right: -2%;
  bottom: 4%;
  padding: 10px 16px;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.13em;
  line-height: 1.25;
  transform: rotate(-4deg);
}

.ticker {
  overflow: hidden;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: var(--acid);
}

.ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 28px;
  padding: 13px 0 15px;
  font-family: var(--display);
  font-size: 25px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  animation: ticker 24s linear infinite;
}

.ticker i {
  color: var(--hot);
  font-style: normal;
}

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

.section-pad {
  padding: clamp(82px, 10vw, 160px) var(--pad);
}

.section-number {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--hot);
}

.section-number::after {
  width: 54px;
  height: 1px;
  content: "";
  background: currentColor;
}

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

.manifesto {
  position: relative;
  background: var(--paper);
}

.manifesto::after {
  position: absolute;
  right: -3vw;
  bottom: 3vw;
  content: "DESTROY";
  color: rgba(12, 12, 12, 0.045);
  font-family: var(--display);
  font-size: 19vw;
  line-height: 0.7;
  transform: rotate(-4deg);
}

.manifesto-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(50px, 9vw, 150px);
}

.manifesto h2 {
  max-width: 920px;
  font-size: clamp(58px, 7.5vw, 118px);
}

.manifesto h2 em {
  color: var(--hot);
  font-family: var(--serif);
  font-weight: 400;
  text-transform: none;
}

.manifesto-copy {
  align-self: end;
  max-width: 590px;
  font-size: 19px;
}

.pull-quote {
  margin-top: 36px;
  padding: 22px 0 0 22px;
  border-top: 2px solid var(--ink);
  border-left: 8px solid var(--hot);
  font-family: var(--serif);
  font-size: 27px;
  font-style: italic;
  line-height: 1.35;
}

.playability-band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 6vw, 90px);
  padding: 24px var(--pad) 28px;
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
  background: var(--blue);
}

.playability-band strong {
  font-family: var(--display);
  font-size: clamp(32px, 4.2vw, 68px);
  line-height: 0.9;
  text-transform: uppercase;
}

.playability-band p {
  max-width: 470px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(18px, 1.8vw, 27px);
  font-style: italic;
  line-height: 1.25;
}

.case-study {
  background: var(--ink);
  color: var(--white);
}

.case-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 74px;
}

.case-heading h2 {
  font-size: clamp(68px, 10vw, 150px);
}

.case-note {
  max-width: 370px;
  margin: 0 0 12px;
  color: rgba(255, 253, 247, 0.68);
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
}

.before-after {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 96px);
  align-items: center;
}

.photo-card {
  position: relative;
  margin: 0;
}

.photo-card img {
  width: 100%;
  height: 670px;
  object-fit: cover;
}

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

.before-card img {
  object-position: center 62%;
  filter: saturate(0.8);
}

.after-card {
  transform: rotate(1.5deg);
}

.photo-card figcaption,
.process-photos figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.photo-card figcaption span {
  color: var(--acid);
}

.transformation-mark {
  position: absolute;
  top: 44%;
  left: 43%;
  z-index: 5;
  display: grid;
  width: 100px;
  height: 100px;
  place-content: center;
  border-radius: 50%;
  background: var(--hot);
  color: var(--white);
  font-size: 65px;
  font-weight: 900;
  line-height: 1;
  transform: rotate(-8deg);
}

.story-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 8vw, 130px);
  margin: 110px 0 82px;
}

.story-title h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 62px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.08;
}

.micro-label {
  color: var(--hot);
}

.story-copy {
  max-width: 650px;
  color: rgba(255, 253, 247, 0.74);
  font-size: 19px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  grid-template-rows: 350px 350px;
  gap: 12px;
}

.gallery-item {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #292929;
}

.gallery-item::after {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-content: center;
  border-radius: 50%;
  content: "+";
  background: var(--acid);
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  transition: transform 180ms ease;
}

.gallery-item:hover::after,
.gallery-item:focus-visible::after {
  transform: rotate(90deg);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  filter: saturate(1.1) contrast(1.05);
  transform: scale(1.025);
}

.gallery-wide {
  grid-row: 1 / 3;
}

.gallery-tall {
  grid-row: 1 / 3;
  grid-column: 3;
}

.gallery-tall img {
  object-position: center;
}

.commission-two {
  padding-top: clamp(84px, 10vw, 150px);
  margin-top: clamp(90px, 12vw, 180px);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.commission-two-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(40px, 8vw, 130px);
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 82px);
}

.commission-two-heading h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(54px, 7.4vw, 112px);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.commission-two-heading .story-copy {
  color: rgba(255, 253, 247, 0.76);
}

.client-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 2.5vw, 36px);
}

.client-shot {
  position: relative;
  min-width: 0;
  height: clamp(580px, 69vw, 940px);
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #262626;
}

.client-shot:first-child { transform: rotate(-1deg); }
.client-shot:last-child { transform: rotate(1deg) translateY(22px); }

.client-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.client-shot span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  background: var(--acid);
  color: var(--ink);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.client-shot::after {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-content: center;
  border-radius: 50%;
  content: "+";
  background: var(--hot);
  color: var(--white);
  font-size: 28px;
  line-height: 1;
  transition: transform 180ms ease;
}

.client-shot:hover img,
.client-shot:focus-visible img {
  filter: contrast(1.05) saturate(1.08);
  transform: scale(1.02);
}

.client-shot:hover::after,
.client-shot:focus-visible::after {
  transform: rotate(90deg);
}

.process {
  background: var(--paper);
}

.process-intro {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 84px;
}

.process-intro h2,
.pricing h2,
.faq h2,
.apply h2 {
  font-size: clamp(62px, 8vw, 125px);
}

.process-intro p {
  max-width: 560px;
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: clamp(21px, 2.2vw, 32px);
  font-style: italic;
  line-height: 1.35;
}

.process-list {
  padding: 0;
  margin: 0;
  border-top: 3px solid var(--ink);
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.step-number {
  color: var(--hot);
  font-family: var(--display);
  font-size: 43px;
  line-height: 1;
}

.process-list h3 {
  margin: 0 0 5px;
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.process-list p {
  max-width: 760px;
  margin: 0;
  color: #4f4c45;
}

.process-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 48px);
  margin-top: 100px;
}

.process-photos figure {
  padding: 10px 10px 14px;
  margin: 0;
  background: var(--white);
  box-shadow: 8px 12px 30px rgba(12, 12, 12, 0.15);
}

.process-photos img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.process-photos figcaption {
  justify-content: center;
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.tilt-left { transform: rotate(-2.5deg); }
.tilt-right { transform: rotate(2.5deg) translateY(18px); }

.warning {
  position: relative;
  display: grid;
  min-height: 850px;
  place-items: center;
  overflow: hidden;
  background: var(--hot);
  color: var(--white);
}

.warning::before,
.warning::after {
  position: absolute;
  width: 200%;
  height: 48px;
  content: "";
  background: repeating-linear-gradient(135deg, var(--ink) 0 28px, var(--acid) 28px 56px);
  transform: rotate(-4deg);
}

.warning::before { top: 10px; }
.warning::after { bottom: 10px; }

.warning-mark {
  position: absolute;
  right: -4vw;
  color: rgba(12, 12, 12, 0.12);
  font-family: var(--display);
  font-size: 62vw;
  line-height: 0.8;
}

.warning-content {
  position: relative;
  z-index: 2;
  max-width: 1040px;
}

.warning h2 {
  font-size: clamp(76px, 11vw, 165px);
}

.warning-lead {
  width: fit-content;
  margin: 35px 0;
  padding: 6px 12px;
  background: var(--ink);
  color: var(--acid);
  font-family: var(--serif);
  font-size: clamp(22px, 3vw, 38px);
  font-style: italic;
  transform: rotate(-1deg);
}

.warning-content > p:not(.warning-lead, .warning-close) {
  max-width: 770px;
  font-size: 20px;
}

.warning-rule {
  width: min(100%, 770px);
  height: 2px;
  margin: 36px 0;
  background: var(--ink);
}

.warning-close {
  max-width: 850px;
  font-size: clamp(20px, 2.2vw, 31px);
  line-height: 1.35;
}

.warning-close strong {
  color: var(--ink);
}

.playing-promise {
  max-width: 880px;
  padding: 20px 24px;
  border-left: 8px solid var(--acid);
  background: var(--ink);
  color: var(--white);
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.4;
}

.playing-promise strong {
  color: var(--acid);
}

.pricing {
  background: var(--paper);
}

.pricing-heading {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 70px;
  align-items: end;
}

.pricing h2 span {
  display: inline-block;
  padding: 0 8px;
  background: var(--acid);
  transform: rotate(-1deg);
}

.pricing-heading > p {
  max-width: 520px;
  margin: 0;
  font-size: 19px;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 72px;
}

.offer-card {
  padding: clamp(30px, 4vw, 58px);
  border: 3px solid var(--ink);
  background: var(--white);
}

.offer-card-dark {
  background: var(--ink);
  color: var(--white);
}

.offer-card h3 {
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: clamp(50px, 6vw, 84px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.offer-card > p:not(.micro-label) {
  max-width: 580px;
  min-height: 66px;
  font-size: 18px;
}

.offer-card ul {
  padding: 24px 0 0;
  margin: 26px 0 0;
  border-top: 1px solid currentColor;
  list-style: none;
}

.offer-card li {
  position: relative;
  padding: 7px 0 7px 26px;
}

.offer-card li::before {
  position: absolute;
  left: 0;
  color: var(--hot);
  content: "✦";
}

.offer-card-dark li::before {
  color: var(--acid);
}

.cost-note {
  max-width: 820px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.faq {
  border-top: 2px solid var(--ink);
  background: var(--paper-deep);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(40px, 8vw, 130px);
  align-items: start;
}

.accordion {
  border-top: 3px solid var(--ink);
}

.accordion details {
  border-bottom: 1px solid rgba(12, 12, 12, 0.35);
}

.accordion summary {
  position: relative;
  padding: 24px 48px 24px 0;
  font-family: var(--display);
  font-size: clamp(23px, 2.5vw, 36px);
  line-height: 1.1;
  list-style: none;
  text-transform: uppercase;
}

.accordion summary::-webkit-details-marker { display: none; }

.accordion summary::after {
  position: absolute;
  top: 22px;
  right: 0;
  content: "+";
  color: var(--hot);
  font-family: var(--sans);
  font-size: 34px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.accordion details[open] summary::after {
  transform: rotate(45deg);
}

.accordion details p {
  max-width: 720px;
  padding: 0 40px 28px 0;
  margin: 0;
}

.apply {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(45px, 8vw, 130px);
  background: var(--ink);
  color: var(--white);
}

.apply-copy {
  position: sticky;
  top: calc(var(--header-h) + 30px);
  align-self: start;
}

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

.apply-copy > p:not(.small-note) {
  max-width: 580px;
  margin-top: 30px;
  font-family: var(--serif);
  font-size: 24px;
  font-style: italic;
}

.small-note {
  max-width: 490px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 253, 247, 0.58);
  font-size: 13px;
}

.playable-note {
  max-width: 540px;
  margin-top: 34px;
  padding: 18px 20px;
  border: 2px solid var(--acid);
  color: rgba(255, 253, 247, 0.8);
  font-size: 15px;
  line-height: 1.45;
}

.playable-note strong {
  color: var(--acid);
  font-family: var(--display);
  font-size: 25px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.commission-form {
  padding: clamp(28px, 4vw, 52px);
  border: 2px solid rgba(255, 255, 255, 0.28);
  background: #151515;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.commission-form label,
.commission-form legend {
  display: block;
  margin-bottom: 22px;
  color: var(--acid);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.commission-form input,
.commission-form textarea,
.commission-form select {
  width: 100%;
  margin-top: 8px;
  padding: 12px 0;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--white);
  font-size: 17px;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color 160ms ease;
}

.commission-form textarea {
  resize: vertical;
}

.commission-form select {
  background: #151515;
}

.commission-form input:focus,
.commission-form textarea:focus,
.commission-form select:focus {
  border-color: var(--acid);
}

.commission-form input::placeholder,
.commission-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.commission-form fieldset {
  padding: 22px 0 6px;
  margin: 30px 0 32px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.commission-form legend {
  padding: 0 12px 0 0;
  margin: 0;
}

.commission-form .check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255, 253, 247, 0.78);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.commission-form .check input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--acid);
}

.form-submit {
  width: 100%;
}

.form-status {
  min-height: 24px;
  margin: 18px 0 0;
  color: var(--acid);
  font-size: 13px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 40px;
  align-items: center;
  padding: 32px var(--pad);
  border-top: 1px solid #393939;
  background: var(--ink);
  color: rgba(255, 253, 247, 0.58);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-mark {
  width: max-content;
  font-size: 20px;
}

.lightbox {
  width: min(94vw, 1180px);
  max-width: none;
  max-height: 92vh;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(8px);
}

.lightbox img {
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--acid);
  color: var(--ink);
  font-size: 34px;
  line-height: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

.tilt-left.reveal { transform: translateY(26px) rotate(-2.5deg); }
.tilt-right.reveal { transform: translateY(40px) rotate(2.5deg); }
.tilt-left.reveal.is-visible { transform: rotate(-2.5deg); }
.tilt-right.reveal.is-visible { transform: translateY(18px) rotate(2.5deg); }

:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 4px;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr 0.82fr;
  }

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

  .hero h1 {
    font-size: clamp(64px, 10vw, 110px);
  }

  .manifesto-grid,
  .process-intro,
  .pricing-heading {
    grid-template-columns: 1fr;
  }

  .manifesto-copy {
    max-width: 760px;
  }

  .photo-card img {
    height: 540px;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 380px 380px;
  }

  .gallery-wide { grid-row: 1 / 3; }
  .gallery-tall { grid-row: 2; grid-column: 2; }

  .commission-two-heading {
    grid-template-columns: 1fr;
  }

  .process-photos img {
    height: 350px;
  }

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

  .apply-copy {
    position: static;
  }
}

@media (max-width: 780px) {
  :root { --header-h: 72px; }

  .site-header {
    padding-block: 10px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: var(--header-h);
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 12px var(--pad) 24px;
    border-bottom: 2px solid var(--acid);
    background: var(--ink);
    transform: translateY(-140%);
    transition: transform 220ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
  }

  .site-nav a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .site-nav .nav-cta {
    padding: 13px;
    margin-top: 12px;
    text-align: center;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: calc(var(--header-h) + 64px);
  }

  .hero::before {
    top: 42%;
    left: -10%;
    width: 100vw;
    height: 100vw;
  }

  .hero-copy {
    padding-right: 0;
  }

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

  .hero-body {
    max-width: 620px;
  }

  .price-stamp {
    right: 0;
    bottom: -135px;
    width: 110px;
    height: 110px;
  }

  .price-stamp strong { font-size: 28px; }

  .hero-art {
    min-height: 660px;
    margin-top: 78px;
  }

  .hero-photo {
    inset: 0 4% 0 0;
  }

  .scribble-one { right: 0; }
  .scribble-two { right: 0; bottom: 3%; }

  .playability-band {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .case-heading,
  .before-after,
  .story-grid,
  .faq-grid,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .case-heading {
    display: grid;
    margin-bottom: 50px;
  }

  .photo-card img {
    height: auto;
    max-height: 720px;
  }

  .transformation-mark {
    top: 47%;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    font-size: 52px;
    transform: rotate(86deg);
  }

  .story-grid {
    margin: 90px 0 62px;
  }

  .client-pair {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-inline: auto;
  }

  .client-shot {
    height: auto;
  }

  .client-shot img {
    height: auto;
  }

  .client-shot:last-child {
    transform: rotate(1deg) translateY(10px);
  }

  .process-list li {
    grid-template-columns: 70px 1fr;
    gap: 16px;
  }

  .process-photos {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-inline: auto;
  }

  .process-photos img {
    height: auto;
    max-height: 650px;
  }

  .pricing-heading,
  .faq-grid {
    display: grid;
  }

  .pricing-heading {
    grid-template-columns: 1fr;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 520px) {
  body { font-size: 16px; }

  .wordmark { font-size: 21px; }

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

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

  .hero-photo {
    right: -10%;
  }

  .scribble-one { font-size: 18px; }

  .manifesto h2,
  .process-intro h2,
  .pricing h2,
  .faq h2,
  .apply h2 {
    font-size: clamp(52px, 16vw, 78px);
  }

  .case-heading h2,
  .warning h2 {
    font-size: clamp(62px, 18vw, 94px);
  }

  .commission-two-heading h3 {
    font-size: clamp(52px, 16vw, 78px);
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 280px 280px 360px;
  }

  .gallery-wide {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .gallery-tall {
    grid-column: 1 / 3;
    grid-row: 3;
  }

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

  .step-number { font-size: 30px; }

  .warning {
    min-height: 900px;
  }

  .offer-card > p:not(.micro-label) {
    min-height: 0;
  }

  .commission-form {
    padding: 24px 18px;
  }

  .lightbox-close {
    top: 8px;
    right: 8px;
  }
}

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

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