:root {
  --paper: #f4f0e7;
  --paper-bright: #fffdf7;
  --ink: #141414;
  --pink: #f44283;
  --acid: #d3e62d;
  --yellow: #f3dd2c;
  --cyan: #4fd3e4;
  --muted: #68645c;
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }

.lab-page {
  background:
    repeating-linear-gradient(0deg, rgba(20,20,20,.018) 0 1px, transparent 1px 4px),
    radial-gradient(circle at 20% 12%, rgba(255,255,255,.9), transparent 31rem),
    var(--paper);
  font-family: "American Typewriter", "Courier New", monospace;
}

.lab-page::before {
  position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .12;
  background:
    repeating-linear-gradient(17deg, transparent 0 7px, rgba(20,20,20,.18) 8px 9px),
    repeating-linear-gradient(103deg, transparent 0 13px, rgba(255,255,255,.3) 14px 15px);
  content: "";
}

.lab-nav {
  position: relative; z-index: 15; display: flex; align-items: center;
  min-height: 64px; padding: 10px clamp(18px, 4vw, 56px); border-bottom: 2px solid var(--ink);
  background: rgba(244,240,231,.94); backdrop-filter: blur(10px);
}
.mini-brand { font-family: Arial, sans-serif; font-size: 22px; font-weight: 950; }
.mini-brand span { font-weight: 500; }

.lab-hero {
  position: relative; display: grid; place-items: center; align-content: center; min-height: calc(100svh - 64px);
  padding: 60px 20px 96px; overflow: hidden; text-align: center;
}
.lab-hero::before {
  position: absolute; z-index: 0; width: min(980px, 118vw); height: 190px; background: var(--ink);
  clip-path: polygon(0 19%, 7% 11%, 15% 17%, 27% 4%, 39% 14%, 48% 2%, 59% 10%, 72% 0, 83% 14%, 94% 6%, 100% 16%, 98% 83%, 88% 93%, 75% 86%, 64% 98%, 51% 88%, 41% 100%, 28% 89%, 15% 97%, 5% 84%);
  content: "";
}
.lab-lockup { position: relative; z-index: 1; isolation: isolate; padding: 24px 48px 32px; transform: rotate(-1.5deg); color: #fffdf7; text-shadow: 0 2px 0 #141414, 2px 0 0 #141414, -2px 0 0 #141414; }
.lab-lockup::before { position: absolute; inset: 0 -26px; z-index: -1; background: #141414; clip-path: polygon(0 18%, 8% 8%, 19% 14%, 31% 3%, 45% 11%, 57% 2%, 70% 12%, 83% 4%, 100% 15%, 97% 86%, 82% 94%, 68% 87%, 52% 99%, 37% 89%, 20% 96%, 3% 84%); content: ""; }
.lab-lockup h1 { margin: 0; font-family: "Marker Felt", "Arial Black", sans-serif; font-size: clamp(62px, 13vw, 150px); line-height: .78; letter-spacing: 0; }
.lab-lockup > span { position: absolute; right: -4px; bottom: -54px; padding: 2px 16px 6px; background: var(--paper-bright); color: var(--ink); font-family: "Marker Felt", Arial, sans-serif; font-size: clamp(38px, 7vw, 72px); font-weight: 800; transform: rotate(2deg); }
.crown { position: absolute; right: 0; top: -58px; color: var(--pink); font-size: 54px; transform: rotate(11deg); }
.lab-tagline { position: relative; z-index: 2; margin: 74px 0 26px; padding: 10px 42px; font-size: clamp(18px, 3vw, 27px); line-height: 1.5; }
.lab-tagline::before { position: absolute; inset: 0 -10px; z-index: -1; background: var(--yellow); clip-path: polygon(2% 15%, 100% 0, 97% 88%, 0 100%); content: ""; }
.lab-tagline strong { font-weight: 900; }
.hero-stamp { position: absolute; top: 10%; left: 5%; padding: 13px; border: 2px solid var(--ink); font: 700 11px/1.35 Arial, sans-serif; text-transform: uppercase; transform: rotate(-8deg); }
.scribble-link { position: relative; z-index: 2; font-size: 14px; font-weight: 700; border-bottom: 3px solid var(--pink); padding-bottom: 4px; }

.manifesto { position: relative; display: grid; grid-template-columns: 150px minmax(0, 760px); gap: 30px; padding: clamp(70px, 10vw, 130px) clamp(20px, 7vw, 100px); border-block: 2px solid var(--ink); background: var(--paper-bright); }
.manifesto > p:nth-child(2) { margin: 0; font-family: Arial, sans-serif; font-size: clamp(30px, 5vw, 66px); font-weight: 800; line-height: 1.02; }
.section-number { margin: 6px 0 0; font-size: 12px; font-weight: 700; }
.tape-note { position: absolute; right: 5%; bottom: -28px; padding: 16px 22px; background: var(--pink); color: white; font-weight: 700; transform: rotate(4deg); box-shadow: 3px 5px 0 rgba(20,20,20,.22); }

.tools-idea { display: grid; grid-template-columns: 150px minmax(0, 960px); gap: 30px; padding: clamp(90px, 12vw, 160px) clamp(20px, 7vw, 100px); background: var(--ink); color: var(--paper-bright); }
.tools-idea-copy { display: grid; justify-items: start; }
.idea-quote { margin: 0 0 34px; padding: 9px 16px 11px; background: var(--yellow); color: var(--ink); font: 800 clamp(17px, 2vw, 24px)/1 "American Typewriter", "Courier New", monospace; transform: rotate(-1.5deg); box-shadow: 5px 5px 0 var(--pink); }
.tools-idea h2 { max-width: 12ch; margin: 0 0 34px; font: 900 clamp(46px, 8vw, 104px)/.9 Arial, sans-serif; }
.tools-idea-copy > p:not(.idea-quote) { max-width: 48rem; margin: 0 0 30px; color: #d9d3c8; font: 18px/1.7 "American Typewriter", "Courier New", monospace; }
.tools-idea a { color: var(--pink); font-size: 12px; font-weight: 800; border-bottom: 2px solid currentColor; padding-bottom: 5px; }
.tools-idea a:hover { color: var(--yellow); }

.work { padding: clamp(80px, 10vw, 140px) clamp(16px, 5vw, 72px); }
.work-header { display: grid; grid-template-columns: minmax(120px, .3fr) 1fr; gap: 30px; align-items: end; max-width: 1200px; margin: 0 auto 55px; }
.work-header h2 { margin: 0; font: 900 clamp(42px, 8vw, 104px)/.88 Arial, sans-serif; }
.lab-card { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); max-width: 1200px; margin: 0 auto 54px; background: var(--paper-bright); border: 2px solid var(--ink); box-shadow: 12px 13px 0 var(--ink); transform: rotate(-.45deg); }
.lab-card:nth-of-type(even) { grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); transform: rotate(.45deg); }
.lab-card:nth-of-type(even) .card-visual { order: 2; }
.card-visual { position: relative; min-height: 470px; overflow: hidden; border-right: 2px solid var(--ink); background: #ddd; }
.lab-card:nth-of-type(even) .card-visual { border-right: 0; border-left: 2px solid var(--ink); }
.card-visual img { width: 100%; height: 100%; object-fit: cover; }
.pocket-crop img { object-position: 50% center; }
.otherword-crop img { object-position: center 35%; }
.mochacho-crop { background: #f4e8d9; }
.mochacho-crop img { object-fit: cover; image-rendering: pixelated; }
.issue-tag { position: absolute; top: 16px; left: 16px; padding: 7px 10px; background: var(--acid); border: 2px solid var(--ink); font-size: 12px; font-weight: 900; }
.card-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(26px, 5vw, 64px); }
.card-type { margin: 0 0 24px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.card-copy h3 { margin: 0 0 24px; font: 900 clamp(46px, 7vw, 84px)/.85 Arial, sans-serif; }
.card-copy > p:not(.card-type) { max-width: 38ch; margin: 0 0 32px; font-size: 17px; line-height: 1.55; }
.brush-button { display: inline-flex; align-items: center; gap: 18px; padding: 13px 17px; background: var(--ink); color: white; font-weight: 800; box-shadow: 6px 6px 0 var(--pink); }
.brush-button:hover { transform: translate(2px, 2px); box-shadow: 4px 4px 0 var(--pink); }
.lab-card--pocket .card-copy { background: #cfdee0; }
.lab-card--otherword .card-copy { background: #e6decf; }
.lab-card--mochacho .card-copy { background: #f7d0c3; }

.contact-band { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 35px clamp(20px, 5vw, 70px); background: var(--yellow); border-block: 2px solid var(--ink); font-weight: 800; }
.contact-band p { margin: 0; }
.contact-band a { border-bottom: 2px solid var(--ink); }
.lab-footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px clamp(20px, 5vw, 70px); font-size: 11px; text-transform: uppercase; }

/* Shared product navigation */
.product-nav { position: absolute; top: 0; left: 0; right: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 20px clamp(18px, 4vw, 54px); }
.product-nav .back { font-weight: 800; }
.product-nav nav { display: flex; gap: 22px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.product-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.product-footer { display: flex; justify-content: space-between; gap: 22px; padding: 28px clamp(18px, 5vw, 72px); font-size: 12px; }

/* Pocket Tracker */
.pocket-page { background: #080b0c; color: #c8eef1; font-family: "Arial Narrow", Arial, sans-serif; }
.pocket-page .product-nav { color: #d2eef0; }
.pocket-hero { min-height: 100svh; padding: 110px clamp(18px, 5vw, 72px) 60px; background: repeating-linear-gradient(90deg, transparent 0 3px, rgba(255,255,255,.012) 3px 4px), #0a0d0e; }
.pocket-title-row { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; max-width: 1400px; margin: 0 auto 40px; }
.pocket-label { margin: 0 0 15px; color: #ffb52c; font: 700 12px/1 "Courier New", monospace; text-transform: uppercase; }
.pocket-title-row h1 { margin: 0; max-width: 9ch; color: #e3f5f6; font: 800 clamp(60px, 11vw, 150px)/.78 "Arial Narrow", Arial, sans-serif; text-transform: uppercase; }
.pocket-intro { max-width: 420px; margin: 0 0 4px; color: #78cdd5; font: 400 18px/1.55 "Courier New", monospace; }
.hardware-frame { position: relative; max-width: 1400px; margin: 0 auto; padding: clamp(7px, 1.2vw, 16px); border: 1px solid #303638; background: #111516; box-shadow: 0 30px 90px #000; }
.hardware-frame::before, .hardware-frame::after { position: absolute; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: #505759; box-shadow: inset 1px 1px 2px #000; content: ""; }
.hardware-frame::before { left: 7px; } .hardware-frame::after { right: 7px; }
.hardware-frame img { width: 100%; border: 1px solid #050606; }
.pocket-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid #2d3637; background: #101415; }
.pocket-strip article { min-height: 260px; padding: 46px clamp(24px, 4vw, 62px); border-right: 1px solid #2d3637; }
.pocket-strip article:last-child { border-right: 0; }
.pocket-strip span { color: #ffb52c; font: 700 12px "Courier New", monospace; }
.pocket-strip h2 { margin: 45px 0 12px; color: #d9f1f2; font-size: 28px; text-transform: uppercase; }
.pocket-strip p { margin: 0; color: #6eaeb4; font: 14px/1.6 "Courier New", monospace; }
.pocket-definition { display: grid; grid-template-columns: .45fr 1.2fr; gap: 40px; padding: clamp(75px, 10vw, 130px) clamp(20px, 7vw, 100px); background: #c7e6e7; color: #0a0d0e; }
.pocket-definition h2 { max-width: 12ch; margin: 0 0 24px; font-size: clamp(42px, 7vw, 90px); line-height: .9; text-transform: uppercase; }
.pocket-definition div > p { max-width: 46rem; margin: 0; color: #234a4e; font: 18px/1.7 "Courier New", monospace; }
.pocket-features { padding: clamp(75px, 10vw, 130px) clamp(20px, 7vw, 100px); background: #0e1213; }
.pocket-features > header { display: grid; grid-template-columns: .45fr 1.2fr; gap: 40px; margin-bottom: 55px; }
.pocket-features > header h2 { max-width: 15ch; margin: 0; color: #d9f1f2; font-size: clamp(38px, 6vw, 76px); line-height: .92; text-transform: uppercase; }
.pocket-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #344043; border-left: 1px solid #344043; }
.pocket-feature-grid article { min-height: 255px; padding: 26px; border-right: 1px solid #344043; border-bottom: 1px solid #344043; }
.pocket-feature-grid span { color: #ffb52c; font: 700 12px "Courier New", monospace; }
.pocket-feature-grid h3 { margin: 44px 0 12px; color: #d9f1f2; font-size: 23px; text-transform: uppercase; }
.pocket-feature-grid p { margin: 0; color: #78aeb3; font: 13px/1.65 "Courier New", monospace; }
.pocket-statement { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; padding: clamp(80px, 12vw, 160px) clamp(20px, 7vw, 100px); background: #c7e6e7; color: #0a0d0e; }
.pocket-statement p { margin: 0; color: #26565a; font: 700 12px "Courier New", monospace; text-transform: uppercase; }
.pocket-statement h2 { margin: 0; font-size: clamp(42px, 7vw, 92px); line-height: .95; text-transform: uppercase; }
.pocket-cta { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 42px clamp(20px, 7vw, 100px); border-top: 1px solid #2d3637; }
.pocket-cta strong { font-size: 30px; text-transform: uppercase; }
.pocket-cta a { padding: 14px 18px; border: 1px solid #ffb52c; color: #ffb52c; font-family: "Courier New", monospace; }

/* Otherword */
.otherword-page { background: #ece7dc; color: #211f1b; font-family: Georgia, "Times New Roman", serif; }
.otherword-page .product-nav { color: #f7f2e9; text-shadow: 0 1px 8px #000; }
.otherword-hero { position: relative; min-height: 100svh; display: grid; align-items: end; padding: 120px clamp(20px, 7vw, 100px) 72px; overflow: hidden; }
.otherword-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 36%; filter: brightness(.65) saturate(.7); }
.otherword-hero::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,8,11,.1), rgba(3,8,11,.18) 45%, rgba(5,7,9,.86)); content: ""; }
.otherword-hero-copy { position: relative; z-index: 1; max-width: 760px; color: #f8f3e9; }
.otherword-kicker { font: italic 18px Georgia, serif; }
.otherword-hero h1 { margin: 8px 0 22px; font-size: clamp(70px, 14vw, 180px); font-weight: 400; line-height: .78; }
.otherword-hero h1 em { color: #e6b260; font-weight: 400; }
.otherword-hero-copy > p:last-child { max-width: 570px; margin: 0; font-size: clamp(20px, 2.3vw, 29px); line-height: 1.45; }
.otherword-note { display: grid; grid-template-columns: 1fr minmax(300px, 560px); gap: 60px; align-items: center; padding: clamp(80px, 12vw, 160px) clamp(22px, 8vw, 120px); }
.letter-stack { position: relative; min-height: 430px; }
.letter-stack img { position: absolute; width: min(72%, 390px); height: 100%; object-fit: cover; right: 12%; box-shadow: 0 24px 55px rgba(32,27,20,.25); transform: rotate(3deg); }
.letter-stack::before { position: absolute; inset: 36px 22% 28px 6%; border: 1px solid #9f9583; background: #d9d0c0; transform: rotate(-5deg); content: ""; }
.otherword-copy .chapter { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.otherword-copy h2 { margin: 16px 0 26px; font-size: clamp(40px, 6vw, 78px); font-weight: 400; line-height: .98; }
.otherword-copy p { max-width: 34rem; font-size: 19px; line-height: 1.7; }
.otherword-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid #9b9386; background: #20272a; color: #eee8db; }
.otherword-steps article { padding: 52px clamp(24px, 5vw, 76px); border-right: 1px solid #646662; }
.otherword-steps article:last-child { border-right: 0; }
.otherword-steps span { color: #e6b260; font-size: 13px; }
.otherword-steps h3 { margin: 32px 0 16px; font-size: 30px; font-weight: 400; }
.otherword-steps p { margin: 0; color: #bcb8af; line-height: 1.6; }
.otherword-features { padding: clamp(80px, 11vw, 145px) clamp(22px, 8vw, 120px); background: #d8d0c2; }
.otherword-features > header { display: grid; grid-template-columns: .5fr 1.4fr; gap: 40px; margin-bottom: 60px; }
.otherword-features > header h2 { max-width: 13ch; margin: 0; font-size: clamp(42px, 6vw, 82px); font-weight: 400; line-height: .97; }
.otherword-features > div { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #8e8578; }
.otherword-features article { padding: 36px 8% 36px 0; border-bottom: 1px solid #8e8578; }
.otherword-features article:nth-child(even) { padding-left: 8%; border-left: 1px solid #8e8578; }
.otherword-features h3 { margin: 0 0 12px; font-size: 26px; font-weight: 400; }
.otherword-features p { max-width: 35rem; margin: 0; color: #565047; font-size: 17px; line-height: 1.65; }
.otherword-cta { padding: clamp(80px, 12vw, 150px) 20px; text-align: center; }
.otherword-cta > p { max-width: 50rem; margin: 0 auto 24px; color: #686055; font-size: 18px; line-height: 1.6; }
.otherword-cta h2 { margin: 0 auto 30px; max-width: 16ch; font-size: clamp(42px, 7vw, 88px); font-weight: 400; line-height: 1; }
.otherword-cta a { display: inline-block; padding: 13px 22px; border-bottom: 1px solid #211f1b; font-style: italic; }

/* Mochacho */
.mochacho-page { --peach: #ffc5ae; --cream: #fff5dc; --berry: #e84f78; --leaf: #79a947; background: var(--cream); color: #422d35; font-family: "Courier New", monospace; }
.mochacho-page .product-nav { color: #422d35; }
.mochi-hero { min-height: 100svh; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 40px; padding: 110px clamp(20px, 7vw, 100px) 60px; overflow: hidden; background: linear-gradient(#0000 31px, rgba(66,45,53,.08) 32px), linear-gradient(90deg, #0000 31px, rgba(66,45,53,.08) 32px), var(--cream); background-size: 32px 32px; }
.mochi-copy { position: relative; z-index: 2; }
.pixel-label { display: inline-block; padding: 8px 10px; background: var(--leaf); color: white; box-shadow: 4px 4px 0 #422d35; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.mochi-copy h1 { margin: 28px 0 22px; font: 900 clamp(58px, 11vw, 138px)/.78 Arial, sans-serif; letter-spacing: 0; }
.mochi-copy h1 span { color: var(--berry); }
.mochi-copy > p { max-width: 31rem; margin: 0 0 30px; font-size: clamp(18px, 2vw, 24px); line-height: 1.45; }
.pixel-button { display: inline-block; padding: 14px 18px; border: 3px solid #422d35; background: var(--berry); color: white; box-shadow: 7px 7px 0 #422d35; font-weight: 700; }
.mochi-scene { position: relative; display: grid; place-items: center; min-height: 620px; }
.mochi-scene::before { position: absolute; width: min(630px, 85vw); aspect-ratio: 1; border: 3px solid #422d35; background: var(--peach); box-shadow: 12px 12px 0 #422d35; content: ""; transform: rotate(3deg); }
.mochi-scene img { position: relative; width: min(520px, 76vw); image-rendering: pixelated; filter: drop-shadow(0 18px 0 rgba(85,56,68,.16)); animation: mochi-bob 2.2s steps(2,end) infinite; }
.spark { position: absolute; z-index: 2; color: #f0a52d; font-size: 46px; font-weight: 900; }
.spark-a { top: 12%; right: 5%; }.spark-b { bottom: 14%; left: 3%; }.spark-c { top: 28%; left: 0; color: var(--berry); }
@keyframes mochi-bob { 50% { transform: translateY(-10px) rotate(-1deg); } }
.care-loop { padding: clamp(80px, 10vw, 130px) clamp(20px, 7vw, 100px); background: #ffdca8; border-block: 3px solid #422d35; }
.care-loop header { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.care-loop h2 { margin: 0; font: 900 clamp(44px, 7vw, 88px)/.9 Arial, sans-serif; }
.care-loop header p { max-width: 420px; margin: 0; line-height: 1.5; }
.care-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.care-grid article { min-height: 210px; padding: 25px; border: 3px solid #422d35; background: var(--cream); box-shadow: 6px 6px 0 #422d35; }
.care-grid span { font-size: 36px; }
.care-grid h3 { margin: 40px 0 8px; font-size: 20px; }
.care-grid p { margin: 0; font-size: 13px; line-height: 1.5; }
.mochi-watch { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: clamp(80px, 12vw, 150px) clamp(20px, 8vw, 120px); }
.watch-demo { display: grid; place-items: center; min-height: 470px; border: 3px solid #422d35; background: #96d2c3; box-shadow: 9px 9px 0 #422d35; }
.watch-demo img { width: min(360px, 80%); }
.mochi-watch h2 { margin: 0 0 24px; font: 900 clamp(42px, 6vw, 76px)/.95 Arial, sans-serif; }
.mochi-watch p { max-width: 30rem; font-size: 18px; line-height: 1.6; }
.mochi-feature-list { display: grid; gap: 11px; max-width: 34rem; margin: 28px 0 34px; padding: 0; list-style: none; }
.mochi-feature-list li { position: relative; padding-left: 25px; line-height: 1.5; }
.mochi-feature-list li::before { position: absolute; left: 0; color: var(--berry); content: "+"; font-weight: 900; }

/* Original link-in-bio artwork, split into responsive sections */
.links-page { position: fixed; inset: 0; display: grid; place-items: center; margin: 0; overflow: hidden; overscroll-behavior: none; background: #f2ede3; }
.bio-sheet { display: grid; grid-template-rows: minmax(0, 610fr) minmax(0, 1143fr); width: min(100vw, calc(100dvh * 853 / 1753), 853px); height: min(100dvh, calc(100vw * 1753 / 853), 1753px); }
.bio-header, .bio-card { display: block; min-height: 0; overflow: hidden; }
.bio-header img, .bio-card img { width: 100%; height: 100%; object-fit: fill; }
.bio-apps { display: grid; grid-template-rows: 387fr 391fr 365fr; min-height: 0; }

@media (max-width: 760px) {
  .bio-sheet { grid-template-rows: clamp(190px, 29dvh, 260px) 1fr; width: 100vw; height: 100dvh; }
  .bio-header img, .bio-card img { object-fit: cover; object-position: center; }
  .lab-hero { min-height: 0; height: auto; align-content: start; padding: 100px 18px 42px; }
  .lab-hero::before { top: 105px; left: 50%; width: 112vw; height: 140px; transform: translateX(-50%); }
  .hero-stamp { top: 22px; left: 18px; padding: 9px; font-size: 9px; }
  .lab-lockup { padding: 18px 30px 24px; }
  .lab-lockup > span { right: -8px; bottom: -44px; }
  .crown { top: -42px; font-size: 40px; }
  .lab-tagline { margin: 54px 0 16px; padding: 8px 26px; font-size: 17px; line-height: 1.4; }
  .scribble-link { font-size: 12px; }
  .manifesto, .tools-idea, .work-header { grid-template-columns: 1fr; }
  .manifesto { gap: 20px; }
  .tools-idea { gap: 36px; }
  .tape-note { right: 8%; }
  .lab-card, .lab-card:nth-of-type(even) { grid-template-columns: 1fr; box-shadow: 7px 8px 0 var(--ink); }
  .lab-card:nth-of-type(even) .card-visual { order: 0; }
  .card-visual, .lab-card:nth-of-type(even) .card-visual { min-height: 320px; border: 0; border-bottom: 2px solid var(--ink); }
  .contact-band, .lab-footer { align-items: flex-start; flex-direction: column; }
  .product-nav nav { display: none; }
  .pocket-title-row, .pocket-definition, .pocket-features > header, .pocket-statement, .mochi-hero, .mochi-watch { grid-template-columns: 1fr; }
  .pocket-intro { margin-top: 10px; }
  .pocket-strip, .otherword-steps { grid-template-columns: 1fr; }
  .pocket-strip article, .otherword-steps article { min-height: auto; border-right: 0; border-bottom: 1px solid #2d3637; }
  .otherword-note { grid-template-columns: 1fr; }
  .otherword-features > header, .otherword-features > div { grid-template-columns: 1fr; }
  .otherword-features article:nth-child(even) { padding-left: 0; border-left: 0; }
  .letter-stack { min-height: 360px; order: 2; }
  .care-loop header { align-items: flex-start; flex-direction: column; }
  .care-grid { grid-template-columns: 1fr 1fr; }
  .pocket-feature-grid { grid-template-columns: 1fr 1fr; }
  .mochi-scene { min-height: 470px; }
}

@media (max-width: 430px) {
  .lab-nav { min-height: 56px; }
  .lab-hero { height: auto; padding: 94px 14px 34px; }
  .lab-hero::before { top: 102px; height: 112px; }
  .lab-lockup { padding: 14px 22px 20px; }
  .lab-tagline { padding-inline: 22px; }
  .card-copy h3 { font-size: 46px; }
  .care-grid { grid-template-columns: 1fr; }
  .pocket-feature-grid { grid-template-columns: 1fr; }
  .mochi-scene { min-height: 390px; }
  .pocket-hero { padding-inline: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mochi-scene img { animation: none; }
}
