:root {
  --font-display: "Archivo Black", Impact, Haettenschweiler, "Arial Black", sans-serif;
  --font-sans: "Manrope", "Aptos", "Segoe UI", Arial, sans-serif;
  --font-wide: "Space Grotesk", "Manrope", "Aptos", sans-serif;
  --paper: #f2efe6;
  --paper-soft: #e9e4d7;
  --paper-strong: #fffaf0;
  --ink: #27272a;
  --ink-deep: #08080a;
  --muted: #62605b;
  --line: #171717;
  --white: #ffffff;
  --cyan: #16c7e7;
  --magenta: #ef236f;
  --blue: #284df5;
  --green: #21c889;
  --yellow: #ffcf3f;
  --shadow-hard: 8px 8px 0 var(--ink-deep);
  --shadow-soft: 0 28px 80px rgb(18 16 10 / 0.18);
  --max: 1240px;
  --gutter: clamp(16px, 4vw, 52px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --fast: 180ms ease;
  --slow: 760ms var(--ease);
  --radius: 0px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  line-height: 1.45;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: -18vh -12vw auto;
  z-index: -2;
  height: 148vh;
  pointer-events: none;
  background:
    repeating-radial-gradient(circle at 50% 48%, transparent 0 13.5rem, rgb(255 255 255 / 0.36) 13.55rem 23.5rem),
    linear-gradient(180deg, var(--paper-strong), var(--paper));
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgb(8 8 10 / 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgb(8 8 10 / 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, rgb(0 0 0 / 0.26), transparent 58%);
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

::selection {
  background: var(--magenta);
  color: var(--white);
}

.print-nav {
  position: fixed;
  top: 15px;
  left: 23px;
  z-index: 30;
  width: 184px;
  color: var(--ink-deep);
  font-family: var(--font-wide);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.print-logo,
.print-nav > a:not(.print-logo) {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 21px;
  padding: 0 8px;
  border: 1px solid var(--line);
  background: var(--paper-strong);
  box-shadow: 3px 3px 0 rgb(8 8 10 / 0.16);
  transition: transform var(--fast), background var(--fast), box-shadow var(--fast);
}

.print-logo {
  min-height: 72px;
  gap: 10px;
  padding: 9px 12px;
  font-size: 1.35rem;
  line-height: 0.78;
  text-transform: lowercase;
}

.print-nav > a:not(.print-logo) {
  margin-top: -1px;
  font-size: 0.84rem;
  line-height: 1;
}

.print-nav > a:hover {
  transform: translate(2px, 2px);
  background: var(--white);
  box-shadow: 1px 1px 0 rgb(8 8 10 / 0.2);
}

.brand-rainbow {
  position: relative;
  flex: 0 0 auto;
  width: 56px;
  height: 34px;
}

.brand-rainbow i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.brand-rainbow i:nth-child(1) {
  width: 54px;
  height: 30px;
  border-width: 8px;
  border-color: var(--magenta);
}

.brand-rainbow i:nth-child(2) {
  width: 38px;
  height: 22px;
  border-width: 7px;
  border-color: var(--blue);
}

.brand-rainbow i:nth-child(3) {
  width: 22px;
  height: 14px;
  border-width: 6px;
  border-color: var(--green);
}

.mobile-header,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: min(1000px, 100dvh);
  padding: 214px var(--gutter) 92px;
}

.hero-stage {
  width: min(1030px, 100%);
  margin-inline: auto;
  text-align: center;
}

.hero-kicker,
.hero-subtitle,
.canvas-copy p,
.latest-meta p,
.case-tags,
.case-index,
.widget-bar,
.board-column span,
.stage-tabs,
.output-panel span {
  font-family: var(--font-wide);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-kicker {
  margin: 0;
  color: var(--ink);
  font-size: clamp(0.78rem, 1.2vw, 0.92rem);
}

.mega-title {
  position: relative;
  display: grid;
  justify-items: center;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(4.3rem, 11.8vw, 10.6rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mega-title > span {
  position: relative;
}

.hero-media {
  position: absolute;
  left: 16%;
  top: 37%;
  z-index: 2;
  width: clamp(156px, 18vw, 270px);
  aspect-ratio: 1.72;
  overflow: hidden;
  border: 2px solid var(--ink-deep);
  background: var(--ink-deep);
  box-shadow: var(--shadow-hard);
  transform: translateY(-50%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: screen;
  filter: saturate(1.25) contrast(1.1);
  mask-image: radial-gradient(circle at 50% 48%, #000 0 58%, rgb(0 0 0 / 0.72) 76%, transparent 100%);
}

.chromatic-word {
  --shift: clamp(4px, 0.75vw, 10px);
  position: relative;
  z-index: 3;
  display: inline-block;
  width: max-content;
  color: var(--white);
  -webkit-text-stroke: 2px var(--ink-deep);
  text-shadow:
    var(--shift) var(--shift) 0 var(--blue),
    calc(var(--shift) * 1.7) calc(var(--shift) * 1.7) 0 var(--cyan),
    calc(var(--shift) * -1.1) calc(var(--shift) * 1.15) 0 var(--magenta),
    calc(var(--shift) * 2.35) calc(var(--shift) * 2.3) 0 var(--green);
  transform: rotate(-7deg);
}

.chromatic-word::before,
.chromatic-word::after {
  content: attr(data-chromatic);
  position: absolute;
  inset: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 2px var(--ink-deep);
}

.chromatic-word::before {
  transform: translate(calc(var(--pointer-x, 0px) * 0.02 + 10px), 8px);
  text-shadow: 0 0 0 var(--magenta);
}

.chromatic-word::after {
  transform: translate(calc(var(--pointer-x, 0px) * -0.015 - 10px), 15px);
  text-shadow: 0 0 0 var(--cyan);
}

.chromatic-word.small {
  --shift: 4px;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 8.6vw, 7rem);
  line-height: 0.86;
  text-transform: uppercase;
}

.hero-subtitle {
  margin: 26px 0 0;
  color: var(--ink);
  font-size: 0.95rem;
}

.hero-actions,
.final-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 2px solid var(--ink-deep);
  color: var(--ink-deep);
  background: var(--paper-strong);
  font-family: var(--font-wide);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 4px 4px 0 var(--ink-deep);
  transition: transform var(--fast), box-shadow var(--fast), background var(--fast), color var(--fast);
}

.button::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgb(22 199 231 / 0.75), transparent 44%);
  transition: opacity var(--fast);
}

.button:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink-deep);
}

.button:hover::before {
  opacity: 1;
}

.button:active {
  transform: translate(4px, 4px);
  box-shadow: 0 0 0 var(--ink-deep);
}

.button-primary {
  background: var(--ink-deep);
  color: var(--white);
}

.button-secondary:hover {
  background: var(--white);
}

.hero-widget {
  position: absolute;
  right: clamp(18px, 5vw, 88px);
  bottom: clamp(36px, 7vw, 84px);
  width: min(355px, calc(100vw - 36px));
  border: 2px solid var(--ink-deep);
  background: var(--paper-strong);
  box-shadow: var(--shadow-hard);
}

.widget-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 2px solid var(--ink-deep);
  color: var(--ink-deep);
  font-size: 0.72rem;
}

.widget-board {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 12px;
  padding: 14px;
}

.board-column {
  min-height: 112px;
  padding: 14px;
  border: 1px solid var(--ink-deep);
  background:
    linear-gradient(rgb(8 8 10 / 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgb(8 8 10 / 0.06) 1px, transparent 1px),
    var(--paper);
  background-size: 18px 18px;
}

.board-column strong {
  display: block;
  margin-top: 14px;
  color: var(--ink-deep);
  font-size: 1.15rem;
  line-height: 1.05;
}

.board-metric {
  display: grid;
  align-content: end;
  background: var(--cyan);
}

.board-metric strong {
  font-family: var(--font-display);
  font-size: 2.4rem;
}

.latest-launch {
  scroll-margin-top: 96px;
  width: min(1215px, calc(100% - var(--gutter) * 2));
  margin: 0 auto;
  padding: 24px 0 88px;
}

.launch-frame {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 72vw, 820px);
  border: 2px solid var(--ink-deep);
  background: var(--ink-deep);
  box-shadow: 14px 14px 0 rgb(8 8 10 / 0.18);
}

.launch-frame > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08);
}

.frame-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: clamp(18px, 4vw, 42px);
  background: linear-gradient(180deg, rgb(8 8 10 / 0.05), rgb(8 8 10 / 0.56));
}

.discover-word {
  align-self: start;
  justify-self: center;
  margin-top: clamp(36px, 9vw, 92px);
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.latest-meta {
  color: var(--white);
  text-shadow: 0 2px 14px rgb(0 0 0 / 0.4);
}

.latest-meta p {
  margin: 0;
  font-size: 0.9rem;
}

.latest-meta h2 {
  max-width: 760px;
  margin: 2px 0 8px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 7vw, 6.2rem);
  line-height: 0.86;
  text-transform: uppercase;
}

.latest-meta span {
  font-family: var(--font-wide);
  font-weight: 700;
}

.thumb-strip {
  position: absolute;
  right: clamp(18px, 4vw, 42px);
  bottom: clamp(18px, 4vw, 42px);
  display: grid;
  grid-template-columns: repeat(3, minmax(96px, 142px));
  gap: 10px;
}

.thumb {
  min-height: 78px;
  padding: 10px;
  border: 1px solid rgb(255 255 255 / 0.55);
  color: var(--white);
  background: rgb(8 8 10 / 0.28);
  text-align: left;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: transform var(--fast), background var(--fast), border-color var(--fast);
}

.thumb:hover,
.thumb.is-active {
  transform: translateY(-3px);
  border-color: var(--white);
  background: rgb(255 255 255 / 0.17);
}

.thumb span,
.thumb strong {
  display: block;
  font-family: var(--font-wide);
  text-transform: uppercase;
}

.thumb span {
  opacity: 0.72;
  font-size: 0.75rem;
}

.thumb strong {
  margin-top: 10px;
  font-size: 0.9rem;
}

.identity {
  scroll-margin-top: 96px;
  padding: 100px var(--gutter) 78px;
}

.identity-stack {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.identity-word {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding: 20px 0 24px;
  border-bottom: 2px solid var(--ink-deep);
}

.word-echo {
  position: relative;
  display: block;
  max-width: 100%;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 10.5vw, 8.8rem);
  line-height: 0.9;
  text-transform: uppercase;
  overflow-wrap: normal;
  text-shadow:
    6px 6px 0 rgb(22 199 231 / 0.8),
    12px 12px 0 rgb(239 35 111 / 0.75);
}

.identity-word:nth-child(2) .word-echo {
  text-shadow:
    6px 6px 0 rgb(33 200 137 / 0.82),
    12px 12px 0 rgb(40 77 245 / 0.75);
}

.identity-word:nth-child(3) .word-echo {
  text-shadow:
    6px 6px 0 rgb(255 207 63 / 0.85),
    12px 12px 0 rgb(22 199 231 / 0.78);
}

.identity-word p {
  justify-self: end;
  width: min(360px, 100%);
  margin: 0 12px 0 0;
  color: var(--ink);
  font-family: var(--font-wide);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.case-wall {
  scroll-margin-top: 96px;
  width: min(1180px, calc(100% - var(--gutter) * 2));
  margin: 0 auto;
  padding: 96px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.section-heading h2,
.canvas-copy h2,
.final-panel h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(3rem, 10vw, 8.8rem);
  line-height: 0.86;
  text-transform: uppercase;
}

.canvas-copy h2 {
  font-size: clamp(3.2rem, 6.2vw, 5.8rem);
}

.section-heading a {
  flex: 0 0 auto;
  border-bottom: 2px solid var(--ink-deep);
  font-family: var(--font-wide);
  font-weight: 700;
  text-transform: uppercase;
}

.case-list {
  display: grid;
  gap: 12px;
}

.case-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 2px solid var(--ink-deep);
  background:
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgb(22 199 231 / 0.26), transparent 26rem),
    var(--paper-strong);
  box-shadow: 6px 6px 0 rgb(8 8 10 / 0.16);
  transition: transform var(--fast), box-shadow var(--fast), background var(--fast);
}

.case-card:hover {
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0 rgb(8 8 10 / 0.2);
}

.case-card a {
  display: grid;
  grid-template-columns:
    44px
    minmax(150px, 0.45fr)
    minmax(320px, 1fr)
    minmax(190px, 0.58fr)
    minmax(128px, 0.4fr)
    minmax(136px, 0.42fr);
  align-items: center;
  min-height: 168px;
  gap: 20px;
  padding: 22px;
}

.case-card a > * {
  min-width: 0;
}

.case-index {
  font-size: 1.05rem;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 0.72rem;
}

.case-tags span {
  padding: 5px 7px;
  border: 1px solid var(--ink-deep);
  background: var(--paper);
}

.case-card h3 {
  margin: 0;
  color: var(--ink-deep);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.9vw, 2.95rem);
  line-height: 0.94;
  text-transform: uppercase;
  text-wrap: balance;
}

.case-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.2;
  max-width: 15rem;
}

.case-card strong {
  color: var(--ink-deep);
  font-family: var(--font-wide);
  font-size: 1rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.case-visual {
  position: relative;
  min-height: 112px;
  overflow: hidden;
  border: 2px solid var(--ink-deep);
  background: var(--ink-deep);
}

.case-visual span {
  position: absolute;
  border: 1px solid rgb(8 8 10 / 0.7);
  background: var(--paper-strong);
}

.case-visual span:nth-child(1) {
  left: 12%;
  top: 16%;
  width: 60%;
  height: 28%;
}

.case-visual span:nth-child(2) {
  left: 22%;
  bottom: 16%;
  width: 66%;
  height: 20%;
}

.case-visual span:nth-child(3) {
  right: 10%;
  top: 22%;
  width: 24%;
  height: 42%;
}

.visual-blue {
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.visual-green {
  background: linear-gradient(135deg, var(--green), var(--yellow));
}

.visual-pink {
  background: linear-gradient(135deg, var(--magenta), var(--cyan));
}

.visual-cobalt {
  background: linear-gradient(135deg, var(--blue), var(--magenta));
}

.visual-ink {
  background:
    linear-gradient(rgb(255 255 255 / 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.12) 1px, transparent 1px),
    var(--ink-deep);
  background-size: 16px 16px;
}

.canvas-lab {
  scroll-margin-top: 96px;
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(600px, 1.18fr);
  align-items: start;
  gap: 34px;
  padding: 100px var(--gutter);
}

.canvas-copy {
  width: 100%;
  margin: 0;
}

.canvas-copy p {
  margin: 0 0 12px;
  font-size: 0.85rem;
}

.launch-canvas {
  width: 100%;
  margin: 0;
  border: 2px solid var(--ink-deep);
  background: var(--paper-strong);
  box-shadow: var(--shadow-hard);
}

.stage-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 2px solid var(--ink-deep);
}

.stage-tabs button {
  min-height: 56px;
  border-right: 2px solid var(--ink-deep);
  color: var(--ink-deep);
  background: var(--paper-strong);
  cursor: pointer;
  text-transform: uppercase;
  transition: background var(--fast), color var(--fast);
}

.stage-tabs button:last-child {
  border-right: 0;
}

.stage-tabs button:hover,
.stage-tabs button.is-active {
  background: var(--ink-deep);
  color: var(--white);
}

.canvas-output {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr) minmax(0, 0.9fr);
  gap: 0;
}

.output-panel {
  min-width: 0;
  min-height: 285px;
  padding: clamp(22px, 4vw, 36px);
  border-right: 2px solid var(--ink-deep);
  background:
    linear-gradient(rgb(8 8 10 / 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgb(8 8 10 / 0.055) 1px, transparent 1px),
    var(--paper-strong);
  background-size: 22px 22px;
}

.output-panel:last-child {
  border-right: 0;
}

.output-panel span {
  display: block;
  font-size: 0.75rem;
  overflow-wrap: anywhere;
}

.main-output h3 {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--ink-deep);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.6vw, 4.3rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.main-output p {
  max-width: 580px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
  font-weight: 700;
}

.output-metric {
  display: grid;
  align-content: end;
  background: var(--cyan);
}

.output-metric strong {
  color: var(--ink-deep);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 4.1vw, 4.4rem);
  line-height: 0.86;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.output-steps ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.output-steps li {
  padding: 12px;
  border: 1px solid var(--ink-deep);
  background: var(--paper);
  font-family: var(--font-wide);
  font-weight: 700;
}

.final-cta {
  scroll-margin-top: 96px;
  width: min(1180px, calc(100% - var(--gutter) * 2));
  margin: 0 auto;
  padding: 90px 0 72px;
}

.final-panel {
  border: 2px solid var(--ink-deep);
  background: var(--white);
  padding: clamp(32px, 8vw, 74px);
  text-align: center;
  box-shadow: var(--shadow-hard);
}

.final-panel h2 {
  max-width: 940px;
  margin-inline: auto;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - var(--gutter) * 2));
  margin: 0 auto;
  padding: 28px 0 42px;
  border-top: 2px solid var(--ink-deep);
  color: var(--muted);
  font-family: var(--font-wide);
  font-size: 0.9rem;
  font-weight: 700;
}

.site-footer span:first-child,
.site-footer a {
  color: var(--ink-deep);
  text-transform: uppercase;
}

[data-reveal],
[data-reveal-image] {
  opacity: 0;
  transform: translateY(var(--reveal-y, 42px));
  transition:
    opacity 560ms ease,
    transform var(--slow),
    filter var(--slow);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal-image] {
  --reveal-y: 28px;
  filter: blur(5px);
  transform: translateY(28px) scale(0.98);
}

[data-reveal].is-visible,
[data-reveal-image].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-widget {
    animation: floatWidget 7s ease-in-out infinite;
  }

  .brand-rainbow i {
    animation: rainbowBreath 6s ease-in-out infinite;
  }

  .launch-frame > img {
    transition: transform 700ms var(--ease), filter 700ms var(--ease);
  }

  .launch-frame.is-switching > img {
    transform: scale(1.025);
    filter: saturate(1.28) contrast(1.14);
  }

  .case-visual span,
  .board-column {
    transition: transform var(--slow), background var(--slow);
  }

  .case-card:hover .case-visual span:nth-child(1) {
    transform: translate(8px, -7px);
  }

  .case-card:hover .case-visual span:nth-child(2) {
    transform: translate(-8px, 6px);
  }

  .case-card:hover .case-visual span:nth-child(3) {
    transform: translate(5px, 8px);
  }
}

@keyframes floatWidget {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

@keyframes rainbowBreath {
  0%,
  100% {
    filter: saturate(1);
  }
  50% {
    filter: saturate(1.25);
  }
}

@media (max-width: 1640px) and (min-width: 1121px) {
  .print-nav {
    display: none;
  }
}

@media (max-width: 1120px) {
  .print-nav {
    display: none;
  }

  .mobile-header {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    margin: 0 10px;
    padding: 0 10px;
    border: 1px solid var(--ink-deep);
    background: var(--paper-strong);
    box-shadow: 3px 3px 0 rgb(8 8 10 / 0.16);
  }

  .mobile-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ink-deep);
    font-family: var(--font-wide);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 0.8;
    text-transform: lowercase;
  }

  .mobile-brand .brand-rainbow {
    width: 52px;
  }

  .menu-button {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    color: var(--ink-deep);
    background: transparent;
    font-family: var(--font-wide);
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
  }

  .menu-chevron {
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--ink-deep);
    border-bottom: 2px solid var(--ink-deep);
    transform: rotate(45deg) translateY(-2px);
    transition: transform var(--fast);
  }

  .menu-button.is-open .menu-chevron {
    transform: rotate(225deg) translateY(-2px);
  }

  .mobile-menu {
    position: fixed;
    top: 78px;
    left: 10px;
    right: 10px;
    z-index: 39;
    display: none;
    border: 1px solid var(--ink-deep);
    background: var(--paper-strong);
    box-shadow: 5px 5px 0 rgb(8 8 10 / 0.18);
  }

  .mobile-menu.is-open {
    display: grid;
  }

  .mobile-menu a {
    min-height: 42px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--ink-deep);
    font-family: var(--font-wide);
    font-weight: 700;
    text-transform: uppercase;
  }

  .mobile-menu a:last-child {
    border-bottom: 0;
  }

  .hero {
    padding-top: 110px;
  }

  .hero-widget {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 30px auto 0;
  }

  .hero-media {
    left: 4%;
  }

  .case-card a {
    grid-template-columns: 54px 1fr 1.1fr;
  }

  .case-card p,
  .case-visual {
    grid-column: 2 / -1;
  }

  .case-card strong {
    grid-column: 2;
  }

  .case-visual {
    min-height: 130px;
  }

  .canvas-output {
    grid-template-columns: 1fr;
  }

  .canvas-lab {
    grid-template-columns: 1fr;
  }

  .output-panel {
    min-height: 220px;
    border-right: 0;
    border-bottom: 2px solid var(--ink-deep);
  }

  .output-panel:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  :root {
    --gutter: 20px;
    --shadow-hard: 5px 5px 0 var(--ink-deep);
  }

  body::before {
    inset: -14vh -76vw auto;
  }

  .hero {
    min-height: auto;
    padding: 92px var(--gutter) 42px;
  }

  .hero-kicker {
    margin-bottom: 8px;
  }

  .mega-title {
    width: 100%;
    font-size: clamp(2.55rem, 12.8vw, 3.55rem);
    line-height: 0.86;
  }

  .hero-media {
    position: relative;
    left: auto;
    top: auto;
    order: 2;
    width: min(78vw, 320px);
    margin: -2px auto -5px;
    transform: none;
  }

  .hero-subtitle {
    margin-top: 20px;
    font-size: 0.85rem;
  }

  .hero-actions,
  .final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
    min-height: 50px;
    padding-inline: 14px;
    font-size: 0.88rem;
  }

  .widget-board {
    grid-template-columns: 1fr;
  }

  .board-column {
    min-height: 92px;
  }

  .latest-launch {
    width: calc(100% - 20px);
    padding-top: 18px;
    padding-bottom: 56px;
  }

  .launch-frame {
    min-height: 620px;
  }

  .launch-frame > img {
    object-position: 52% 50%;
  }

  .frame-overlay {
    padding: 18px 14px;
  }

  .discover-word {
    margin-top: 54px;
  }

  .latest-meta h2 {
    max-width: 330px;
    font-size: clamp(2.1rem, 12vw, 4rem);
  }

  .thumb-strip {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-self: end;
    margin-top: 18px;
  }

  .thumb {
    min-height: 64px;
    padding: 8px;
  }

  .thumb strong {
    font-size: 0.72rem;
  }

  .identity {
    padding: 56px var(--gutter);
  }

  .identity-word {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 0;
  }

  .word-echo {
    font-size: clamp(2.35rem, 12vw, 4.25rem);
    line-height: 0.95;
    text-shadow:
      4px 4px 0 rgb(22 199 231 / 0.8),
      8px 8px 0 rgb(239 35 111 / 0.75);
  }

  .identity-word:nth-child(2) .word-echo {
    text-shadow:
      4px 4px 0 rgb(33 200 137 / 0.82),
      8px 8px 0 rgb(40 77 245 / 0.75);
  }

  .identity-word:nth-child(3) .word-echo {
    text-shadow:
      4px 4px 0 rgb(255 207 63 / 0.85),
      8px 8px 0 rgb(22 199 231 / 0.78);
  }

  .identity-word p {
    justify-self: start;
    width: min(330px, 100%);
    margin: 0;
  }

  .case-wall {
    width: calc(100% - var(--gutter) * 2);
    padding: 66px 0;
  }

  .section-heading {
    display: grid;
    align-items: start;
  }

  .section-heading h2,
  .canvas-copy h2,
  .final-panel h2 {
    font-size: clamp(2.55rem, 14vw, 5rem);
  }

  .canvas-copy h2 {
    font-size: clamp(2.75rem, 13vw, 4.15rem);
  }

  .case-card a {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  .case-card p,
  .case-card strong,
  .case-visual {
    grid-column: auto;
  }

  .case-tags {
    order: -1;
  }

  .case-card h3 {
    font-size: clamp(2rem, 12vw, 3.5rem);
  }

  .canvas-lab {
    padding: 66px var(--gutter);
  }

  .stage-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .stage-tabs button:nth-child(2) {
    border-right: 0;
  }

  .stage-tabs button:nth-child(-n + 2) {
    border-bottom: 2px solid var(--ink-deep);
  }

  .main-output h3 {
    font-size: clamp(2rem, 11vw, 3.55rem);
  }

  .output-metric strong {
    font-size: clamp(2.5rem, 14vw, 4rem);
  }

  .final-cta {
    padding: 58px 0 50px;
  }

  .final-panel {
    padding: 30px 20px;
  }

  .site-footer {
    flex-direction: column;
    padding-bottom: 36px;
  }
}

@media (max-width: 430px) {
  .mobile-header {
    min-height: 62px;
  }

  .mobile-brand .brand-rainbow {
    width: 46px;
    transform: scale(0.9);
    transform-origin: left center;
  }

  .mobile-brand {
    gap: 6px;
    font-size: 1.02rem;
  }

  .menu-button {
    font-size: 0.92rem;
  }

  .hero {
    padding-top: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal],
  [data-reveal-image] {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
