:root {
  --black: #050505;
  --ink: #101010;
  --paper: #f5f5f2;
  --muted: #6d6d72;
  --line: rgba(15, 15, 15, 0.12);
  --red: #e71d2b;
  --red-deep: #8b0611;
  --mint: #63e6d0;
  --shell: min(1280px, calc(100vw - 64px));
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
    "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

button,
a {
  font: inherit;
}

button {
  border: 0;
}

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

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.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: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 999px;
  color: #000;
  background: #fff;
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 14px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1240px, calc(100vw - 32px));
  min-height: 58px;
  padding: 0 8px 0 18px;
  color: #fff;
  background: rgba(18, 18, 18, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  box-shadow: 0 12px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  transform: translateX(-50%);
  transition: background 350ms ease, box-shadow 350ms ease;
}

.site-header.scrolled {
  background: rgba(12, 12, 12, 0.84);
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.28);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.13em;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 26px;
}

.brand-mark b {
  position: absolute;
  left: 3px;
  bottom: 1px;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 46% 46%;
}

.brand-mark i {
  position: absolute;
  top: 0;
  width: 5px;
  height: 11px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  transform: rotate(-7deg);
}

.brand-mark i:first-child {
  left: 5px;
}

.brand-mark i:nth-child(2) {
  right: 4px;
  transform: rotate(7deg);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.nav-copy {
  padding: 11px 17px;
  color: #050505;
  background: #fff;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  background: transparent;
  border-radius: 50%;
}

.menu-toggle > span:not(.sr-only) {
  position: absolute;
  left: 13px;
  width: 16px;
  height: 1px;
  background: #fff;
  transition: transform 250ms ease;
}

.menu-toggle > span:first-child {
  transform: translateY(-3px);
}

.menu-toggle > span:nth-child(2) {
  transform: translateY(3px);
}

.hero {
  position: relative;
  min-height: 100svh;
  height: max(760px, 100svh);
  overflow: hidden;
  color: #fff;
  background: #030303;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 48%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.46), transparent 38%);
  pointer-events: none;
}

.hero-aurora {
  position: absolute;
  z-index: -2;
  left: calc(var(--pointer-x, 40%) - 310px);
  top: calc(var(--pointer-y, 45%) - 310px);
  width: 620px;
  height: 620px;
  background: rgba(221, 0, 29, 0.16);
  filter: blur(110px);
  border-radius: 50%;
  transition: left 500ms var(--ease), top 500ms var(--ease);
}

.hero-media {
  position: absolute;
  z-index: -3;
  inset: 0;
  animation: hero-float 7s ease-in-out infinite alternate;
  will-change: transform;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.045)
    translate3d(
      var(--hero-x, 0px),
      calc(var(--hero-y, 0px) + var(--hero-scroll, 0px)),
      0
    );
  will-change: transform;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 96px;
}

.eyebrow,
.section-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 30px;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  color: rgba(255, 255, 255, 0.64);
}

.status-dot {
  width: 7px;
  height: 7px;
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(99, 230, 208, 0.1), 0 0 18px var(--mint);
  animation: breathe 2.2s ease-in-out infinite;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(72px, 9.3vw, 152px);
  line-height: 0.81;
  letter-spacing: -0.075em;
  font-weight: 780;
}

.hero h1 span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(100deg, #fff 10%, #f55262 48%, #ff1732 78%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lede {
  margin: 36px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.45;
  letter-spacing: -0.02em;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 21px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transform: translate3d(var(--magnetic-x, 0px), var(--magnetic-y, 0px), 0);
  transition: transform 380ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease;
}

.button:hover {
  transform: translate3d(var(--magnetic-x, 0px), calc(var(--magnetic-y, 0px) - 2px), 0);
}

.button-light {
  color: #070707;
  background: #fff;
  box-shadow: 0 9px 30px rgba(255, 255, 255, 0.14);
}

.button svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.text-link {
  font-size: 14px;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.78);
}

.text-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 200ms ease;
}

.text-link:hover span {
  transform: translate(2px, -2px);
}

.hero-index {
  position: absolute;
  bottom: 24px;
  left: 50%;
  display: flex;
  justify-content: space-between;
  width: var(--shell);
  color: rgba(255, 255, 255, 0.34);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  transform: translateX(-50%);
}

.statement {
  padding: 150px 0 170px;
  background: var(--paper);
}

.statement-grid {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) 4fr;
  gap: 56px;
}

.section-label {
  color: #9a171e;
}

.section-label::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}

.display-copy {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(50px, 6.2vw, 96px);
  line-height: 0.97;
  letter-spacing: -0.065em;
}

.display-copy span {
  color: #aaa9a6;
}

.story-row {
  display: grid;
  grid-template-columns: minmax(260px, 520px) 1fr;
  gap: clamp(50px, 8vw, 140px);
  margin-top: 80px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.story-row > p {
  margin: 0;
  color: #5b5b5b;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.story-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.story-stats div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.story-stats strong {
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.story-stats span {
  color: var(--muted);
  font-size: 12px;
}

.product-stage {
  position: relative;
  min-height: 920px;
  overflow: hidden;
  background: linear-gradient(160deg, #fdfcf9 0%, #f2ece8 44%, #e9e7e5 100%);
  isolation: isolate;
}

.product-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -10% -45% 20%;
  height: 70%;
  background: rgba(232, 21, 43, 0.16);
  filter: blur(120px);
  border-radius: 50%;
}

.product-stage img {
  position: absolute;
  left: 50%;
  bottom: -4%;
  width: min(920px, 72vw);
  height: auto;
  border-radius: 52% 52% 0 0;
  filter: drop-shadow(0 50px 70px rgba(44, 10, 12, 0.17));
  transform: translate3d(
      calc(-22% + var(--stage-x, 0px)),
      var(--stage-y, 0px),
      0
    )
    rotate(var(--stage-rotate, 0deg));
  transition: filter 500ms ease;
  will-change: transform;
  mask-image: linear-gradient(to bottom, #000 88%, transparent 99%);
  -webkit-mask-image: linear-gradient(to bottom, #000 88%, transparent 99%);
}

.stage-copy {
  position: absolute;
  z-index: 2;
  top: 150px;
  left: max(32px, calc((100vw - 1280px) / 2));
  display: flex;
  flex-direction: column;
  font-size: clamp(64px, 9vw, 146px);
  font-weight: 780;
  line-height: 0.83;
  letter-spacing: -0.075em;
}

.stage-copy span {
  color: #b2afad;
}

.stage-copy strong {
  color: #171515;
}

.stage-note {
  position: absolute;
  right: max(32px, calc((100vw - 1280px) / 2));
  bottom: 38px;
  margin: 0;
  color: #77716f;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stage-orbit {
  position: absolute;
  border: 1px solid rgba(122, 34, 40, 0.14);
  border-radius: 50%;
}

.stage-orbit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 9px;
  height: 9px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(231, 29, 43, 0.5);
}

.stage-orbit-one {
  top: 120px;
  right: -260px;
  width: 720px;
  height: 720px;
  animation: spin 24s linear infinite;
}

.stage-orbit-two {
  right: -70px;
  bottom: -120px;
  width: 440px;
  height: 440px;
  animation: spin 18s linear infinite reverse;
}

.mischief {
  padding: 160px 0;
  color: #f8f8f6;
  background: #080808;
}

.section-head {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 84px;
}

.section-label-dark {
  color: #ff5360;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(58px, 7.5vw, 112px);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.section-intro {
  max-width: 420px;
  margin: 0 0 8px;
  color: #929296;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.bento-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  transform-style: preserve-3d;
  will-change: transform;
}

.bento-card.tilt-ready {
  transform: perspective(1200px)
    translate3d(0, var(--card-lift, 0px), 0)
    rotateX(var(--tilt-x, 0deg))
    rotateY(var(--tilt-y, 0deg));
  transition: transform 180ms ease-out, box-shadow 350ms ease;
}

.bento-card.tilt-ready:hover {
  --card-lift: -6px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.bento-wide {
  grid-column: span 8;
  min-height: 720px;
}

.bento-photo img,
.bento-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 600ms ease;
}

.bento-photo:hover img,
.bento-crop:hover img {
  transform: translate3d(0, var(--media-y, 0px), 0) scale(1.045);
  filter: saturate(1.08) brightness(1.025);
}

.bento-photo img,
.bento-crop img {
  transform: translate3d(0, var(--media-y, 0px), 0) scale(1.045);
  will-change: transform;
}

.card-caption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 92px 30px 30px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
}

.card-caption span,
.tiny-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.card-caption strong {
  text-align: right;
  font-size: 27px;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.bento-red {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  color: #fff;
  background:
    radial-gradient(circle at 72% 25%, rgba(255, 118, 126, 0.65), transparent 26%),
    linear-gradient(145deg, #f31b2d, #9d020e 80%);
}

.bento-red::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image: radial-gradient(#fff 0.8px, transparent 0.8px);
  background-size: 7px 7px;
  pointer-events: none;
}

.bento-red strong {
  font-size: clamp(40px, 4vw, 62px);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.bento-red p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.pulse-core {
  position: absolute;
  top: 21%;
  right: 14%;
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  animation: pulse-ring 2.5s ease-out infinite;
}

.pulse-core i {
  width: 54px;
  height: 54px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.12));
  border-radius: 50%;
  box-shadow: 0 16px 34px rgba(101, 0, 8, 0.32);
}

.bento-quote {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  color: var(--ink);
  background: #f0efe9;
}

.bento-quote .tiny-label {
  color: #8e8c89;
}

.bento-quote blockquote {
  margin: 60px 0 28px;
  font-size: clamp(39px, 4vw, 58px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.bento-quote > p {
  margin: 0;
  color: #8e8c89;
  font-size: 12px;
}

.bento-crop {
  grid-column: span 8;
  background: #220407;
}

.bento-crop img {
  object-position: 71% center;
}

.crop-badge {
  position: absolute;
  top: 28px;
  right: 28px;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  color: #111;
  background: var(--mint);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.05;
  text-align: center;
  letter-spacing: 0.04em;
  transform: rotate(9deg);
}

.interlude {
  overflow: hidden;
  color: #111;
  background: var(--mint);
}

.marquee {
  display: flex;
  width: max-content;
  padding: 24px 0;
}

.marquee div {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-right: 32px;
  animation: marquee 22s linear infinite;
}

.marquee span {
  font-size: 13px;
  font-weight: 840;
  letter-spacing: 0.14em;
}

.marquee i {
  font-style: normal;
}

.contract {
  position: relative;
  overflow: hidden;
  padding: 170px 0 180px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 38%),
    #070707;
  isolation: isolate;
}

.contract::after {
  content: "GD";
  position: absolute;
  z-index: -2;
  right: -0.04em;
  bottom: -0.31em;
  color: rgba(255, 255, 255, 0.025);
  font-size: min(50vw, 720px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.13em;
}

.contract-glow {
  position: absolute;
  z-index: -1;
  top: 20%;
  left: 42%;
  width: 640px;
  height: 420px;
  background: rgba(221, 5, 27, 0.23);
  filter: blur(140px);
  border-radius: 50%;
}

.section-label-light {
  color: #ff5360;
}

.contract h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(68px, 9vw, 144px);
  line-height: 0.86;
  letter-spacing: -0.08em;
}

.contract-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: 100%;
  margin-top: 88px;
  padding: 30px 34px;
  color: #fff;
  text-align: left;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
  transition: background 220ms ease, border-color 220ms ease, transform 220ms var(--ease);
}

.contract-card:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.contract-label {
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.contract-card code {
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.88);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(13px, 1.7vw, 22px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contract-action {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 700;
}

.contract-action svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
}

.contract-hint {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.36);
  font-size: 11px;
}

.site-footer {
  padding: 48px 0 32px;
  color: #1a1a1a;
  background: #e9e8e3;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.brand-footer .brand-mark {
  width: 20px;
  transform: scale(0.85);
  transform-origin: left center;
}

.footer-top > a:last-child {
  color: #555;
  font-size: 12px;
  font-weight: 650;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-top: 26px;
  color: #757573;
  font-size: 10px;
  line-height: 1.55;
}

.footer-bottom p {
  max-width: 610px;
  margin: 0;
}

.footer-bottom p:last-child {
  text-align: right;
}

.footer-bottom p:last-child span {
  display: block;
  margin-top: 6px;
}

.toast {
  position: fixed;
  z-index: 300;
  bottom: 24px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  padding: 13px 18px;
  color: #fff;
  background: rgba(22, 22, 22, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 650;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition: opacity 250ms ease, transform 250ms var(--ease);
}

.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.toast-check {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: #07110f;
  background: var(--mint);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.reveal {
  opacity: 0;
  filter: blur(5px);
  clip-path: inset(0 0 7% 0 round 10px);
  transform: translate3d(0, 44px, 0) scale(0.985);
  transition:
    opacity 900ms cubic-bezier(0.16, 1, 0.3, 1) var(--delay, 0ms),
    filter 1050ms cubic-bezier(0.16, 1, 0.3, 1) var(--delay, 0ms),
    clip-path 1050ms cubic-bezier(0.16, 1, 0.3, 1) var(--delay, 0ms),
    transform 1050ms cubic-bezier(0.16, 1, 0.3, 1) var(--delay, 0ms);
}

.reveal.in-view {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0 round 0);
  transform: translate3d(0, 0, 0) scale(1);
}

.bento-card.reveal.in-view.tilt-ready {
  transform: perspective(1200px)
    translate3d(0, var(--card-lift, 0px), 0)
    rotateX(var(--tilt-x, 0deg))
    rotateY(var(--tilt-y, 0deg));
}

@keyframes breathe {
  50% { opacity: 0.6; transform: scale(0.82); }
}

@keyframes hero-float {
  0% { transform: translate3d(0, -3px, 0) scale(1.002); }
  100% { transform: translate3d(0, 5px, 0) scale(1); }
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes pulse-ring {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.16); }
  50% { box-shadow: 0 0 0 18px rgba(255, 255, 255, 0); }
}

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

@media (max-width: 980px) {
  :root {
    --shell: min(100% - 40px, 760px);
  }

  .hero-media img {
    object-position: 57% center;
    opacity: 0.86;
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.04) 80%);
  }

  .statement-grid,
  .section-head {
    grid-template-columns: 1fr;
  }

  .statement-grid {
    gap: 28px;
  }

  .story-row {
    grid-template-columns: 1fr;
  }

  .product-stage {
    min-height: 820px;
  }

  .product-stage img {
    left: 42%;
    bottom: -3%;
    width: min(820px, 96vw);
    transform: translate3d(
        calc(-20% + var(--stage-x, 0px)),
        var(--stage-y, 0px),
        0
      )
      rotate(var(--stage-rotate, 0deg));
  }

  .bento-wide,
  .bento-red,
  .bento-quote,
  .bento-crop {
    grid-column: span 6;
  }

  .bento-wide {
    min-height: 580px;
  }

  .bento-red {
    min-height: 580px;
  }

  .contract-card {
    grid-template-columns: 1fr auto;
  }

  .contract-label {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  :root {
    --shell: calc(100vw - 32px);
  }

  .site-header {
    top: 9px;
    width: calc(100vw - 18px);
    min-height: 54px;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: block;
  }

  .menu-toggle[aria-expanded="true"] > span:first-child {
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    transform: rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: -10px -10px auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 106px 26px 30px;
    color: #fff;
    background: rgba(7, 7, 7, 0.97);
    border-radius: 0 0 28px 28px;
    box-shadow: 0 26px 50px rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition: opacity 220ms ease, transform 260ms var(--ease);
  }

  .site-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 16px 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 18px;
  }

  .nav-copy {
    margin-top: 22px;
    padding: 15px;
  }

  .hero {
    min-height: 760px;
    height: 100svh;
  }

  .hero-media img {
    object-position: 64% center;
    opacity: 0.68;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.05) 86%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent 50%);
  }

  .hero-copy {
    justify-content: flex-end;
    padding: 0 0 110px;
  }

  .hero h1 {
    font-size: clamp(67px, 21vw, 100px);
    line-height: 0.84;
  }

  .hero-lede br {
    display: none;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }

  .hero-index {
    bottom: 16px;
  }

  .hero-index span:last-child {
    display: none;
  }

  .statement,
  .mischief,
  .contract {
    padding: 96px 0;
  }

  .display-copy {
    font-size: clamp(44px, 14.5vw, 70px);
  }

  .story-row {
    margin-top: 50px;
  }

  .product-stage {
    min-height: 700px;
  }

  .stage-copy {
    top: 78px;
    left: 20px;
    font-size: 19vw;
  }

  .product-stage img {
    left: -7%;
    bottom: -3%;
    width: 142vw;
    transform: translate3d(
        var(--stage-x, 0px),
        var(--stage-y, 0px),
        0
      )
      rotate(var(--stage-rotate, 0deg));
  }

  .stage-note {
    right: 18px;
    bottom: 14px;
  }

  .section-head {
    gap: 28px;
    margin-bottom: 48px;
  }

  .section-head h2 {
    font-size: clamp(54px, 17vw, 82px);
  }

  .bento-grid {
    display: block;
  }

  .bento-card {
    min-height: 0;
    margin-bottom: 14px;
    border-radius: 24px;
    transform-style: flat;
  }

  .bento-wide,
  .bento-crop {
    height: min(126vw, 660px);
  }

  .bento-red,
  .bento-quote {
    min-height: 460px;
  }

  .card-caption {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 80px 22px 22px;
  }

  .card-caption strong {
    text-align: left;
  }

  .bento-crop img {
    object-position: 67% center;
  }

  .contract h2 {
    font-size: clamp(62px, 18vw, 88px);
  }

  .contract-card {
    gap: 14px;
    margin-top: 58px;
    padding: 23px 20px;
  }

  .contract-action > span {
    display: none;
  }

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

  .footer-bottom p:last-child {
    text-align: left;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    filter: none;
    clip-path: none;
    transform: none;
  }

  .hero-media {
    animation: none;
  }
}
