:root {
    --bg: #0e0d0b;          /* warm near-black */
    --bg-2: #14120f;
    --panel: #191713;
    --line: #2b2822;
    --cream: #ede8de;        /* warm off-white text */
    --cream-dim: #b5aea1;
    --muted: #857e72;
    --orange: #f97316;
    --orange-soft: #fb923c;
    --orange-dim: rgba(249,115,22,.16);
    --light-bg: #ece7dc;     /* cream section */
    --light-ink: #171512;
    --serif: 'Instrument Serif', Georgia, serif;
    --cond: 'Anton', 'Arial Narrow', sans-serif;
    --mono: 'Space Mono', ui-monospace, 'Courier New', monospace;
    --body: 'Inter', -apple-system, sans-serif;
    --rail: 64px;
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  html.lenis, html.lenis body { scroll-behavior: auto; height: auto; }
  body {
    margin: 0; background: var(--bg); color: var(--cream);
    font-family: var(--body); font-size: 16px; line-height: 1.65;
    -webkit-font-smoothing: antialiased; overflow-x: hidden;
  }
  a { color: inherit; text-decoration: none; }
  img { max-width: 100%; display: block; }
  .wrap { max-width: 1180px; margin: 0 auto; padding: 0 48px; }
  @media (max-width: 700px){ .wrap { padding: 0 24px; } }

  /* ============ TYPE SYSTEM (the BLB mix) ============ */
  .t-serif { font-family: var(--serif); font-weight: 400; letter-spacing: .06em; }
  .t-cond  { font-family: var(--cond); font-weight: 400; letter-spacing: .015em; }
  .t-mono  { font-family: var(--mono); text-transform: uppercase; letter-spacing: .12em; }
  h1,h2,h3 { margin: 0; text-transform: uppercase; line-height: .95; }

  /* mono eyebrow: // LABEL */
  .slash-eyebrow { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin: 0 0 26px; }

  /* stamp button */
  .stamp {
    display: inline-flex; align-items: center; gap: 9px;
    font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
    color: var(--cream); background: var(--panel); border: 1px solid var(--line);
    padding: 13px 20px; box-shadow: 3px 3px 0 rgba(0,0,0,.45);
    transition: all .16s ease; cursor: pointer; white-space: nowrap;
  }
  .stamp .ast { color: var(--orange); font-size: 13px; }
  .stamp:hover { border-color: var(--orange); color: var(--orange-soft); transform: translate(-1px,-1px); box-shadow: 4px 4px 0 rgba(0,0,0,.5); }
  .stamp.solid { background: var(--orange); color: #12100c; border-color: var(--orange); }
  .stamp.solid .ast { color: #12100c; }
  .stamp.solid:hover { background: var(--orange-soft); color: #12100c; }

  /* orange hand scribble */
  .scribble { display: block; margin: 10px auto 0; width: min(420px, 70%); height: 14px; }
  .scribble path { stroke: var(--orange); stroke-width: 2.4; fill: none; stroke-linecap: round; }

  /* ============ LEFT RAIL ============ */
  .rail {
    position: fixed; z-index: 90; left: 0; top: 0; bottom: 0; width: var(--rail);
    background: #0a0908; border-right: 1px solid var(--line);
    display: flex; flex-direction: column; align-items: center; justify-content: space-between;
    padding: 18px 0;
  }
  .rail .mark { width: 34px; height: 34px; border: 1.5px solid var(--cream); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--cond); font-size: 13px; color: var(--cream); position: relative; }
  .rail .mark::after { content:""; position: absolute; top: -2px; right: -2px; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); animation: pulse 2.2s ease-out infinite; }
  @keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(249,115,22,.55)} 70%{box-shadow:0 0 0 8px rgba(249,115,22,0)} 100%{box-shadow:0 0 0 0 rgba(249,115,22,0)} }
  .rail .burger { display: flex; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
  .rail .burger span { width: 20px; height: 2px; background: var(--cream-dim); }
  .rail .git {
    writing-mode: vertical-rl; transform: rotate(180deg);
    font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
    color: var(--cream-dim); display: flex; align-items: center; gap: 10px;
  }
  .rail .git .ast { color: var(--orange); transform: rotate(90deg); font-size: 13px; }
  .rail .git:hover { color: var(--orange-soft); }
  main { margin-left: var(--rail); }
  @media (max-width: 760px){ .rail { display: none; } main { margin-left: 0; } }

  /* ============ HERO ============ */
  .hero { position: relative; padding: 150px 0 130px; text-align: center; overflow: hidden; background: var(--bg); }
  .hero .collage { position: absolute; inset: 0; pointer-events: none; }
  .tile {
    position: absolute; background: var(--panel); border: 1px solid var(--line);
    display: flex; align-items: center; justify-content: center; overflow: hidden;
    filter: grayscale(1) brightness(.86); opacity: .5; transition: filter .4s, opacity .4s;
  }
  .hero:hover .tile { opacity: .55; }
  .tile .tl { font-family: var(--cond); text-transform: uppercase; color: var(--cream-dim); font-size: 20px; letter-spacing: .02em; text-align: center; line-height: 1.05; padding: 10px; }
  .tile .tl small { display: block; font-family: var(--mono); font-size: 8px; letter-spacing: .2em; margin-top: 8px; color: var(--muted); }
  .tile.browser::before { content:""; position: absolute; top: 0; left: 0; right: 0; height: 14px; background: #23201b; border-bottom: 1px solid var(--line); }
  .tile.browser::after { content:"● ● ●"; position: absolute; top: 1px; left: 8px; font-size: 6px; letter-spacing: 2px; color: #4c463d; }
  .tile.sticker { border-radius: 6px; transform: rotate(-7deg); border-style: dashed; }
  .hero .inner { position: relative; z-index: 2; }
  .hero h1 .line-serif { display: block; font-family: var(--serif); font-size: clamp(30px, 4.6vw, 58px); letter-spacing: .22em; font-weight: 400; margin-bottom: 6px; }
  .hero h1 .line-cond { display: block; font-family: var(--cond); font-size: clamp(58px, 10.5vw, 148px); letter-spacing: .005em; }
  .hero h1 .line-cond .oj { color: var(--orange); }
  .hero .sub { font-size: 15px; color: var(--cream-dim); margin: 34px 0 26px; }
  .hero .fade { position: absolute; inset: 0; z-index: 1; background: radial-gradient(ellipse 60% 55% at 50% 42%, rgba(14,13,11,.92) 30%, rgba(14,13,11,.55) 60%, transparent 100%); }

  /* ============ SECTION: EXPENSIVE DECORATION ============ */
  .decor { padding: 110px 0; background: var(--bg-2); border-top: 1px solid var(--line); }
  .decor .cols { display: grid; grid-template-columns: 1.1fr 1fr; gap: 70px; align-items: start; }
  .decor h2 { font-family: var(--cond); font-size: clamp(28px, 3.6vw, 46px); line-height: 1.06; max-width: 16ch; }
  .decor p { font-size: 15px; color: var(--cream-dim); margin: 0 0 26px; max-width: 46ch; }
  .decor p b { color: var(--orange-soft); font-weight: 600; }
  @media (max-width: 820px){ .decor .cols { grid-template-columns: 1fr; gap: 34px; } }

  /* ============ ACCORDION ============ */
  .acc-sec { padding: 30px 0 90px; background: var(--bg-2); }
  .acc { border-top: 1px solid var(--line); }
  .acc-item { border-bottom: 1px solid var(--line); }
  .acc-head { display: flex; align-items: center; gap: 26px; padding: 30px 6px; cursor: pointer; user-select: none; }
  .acc-head .no { font-family: var(--mono); font-size: 11px; color: var(--orange); }
  .acc-head h3 { font-family: var(--cond); font-size: clamp(26px, 3.4vw, 42px); flex: 1; }
  .acc-head .plus { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--cream-dim); font-size: 18px; font-weight: 300; transition: all .2s; flex-shrink: 0; }
  .acc-item.open .plus { transform: rotate(45deg); border-color: var(--orange); color: var(--orange); }
  .acc-body { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
  .acc-body p { margin: 0 0 30px 62px; max-width: 62ch; color: var(--cream-dim); font-size: 15px; }
  .acc-item.open .acc-body { max-height: 220px; }
  .mini-scribble { width: 90px; height: 26px; margin: 46px 0 0; }
  .mini-scribble path { stroke: var(--orange); stroke-width: 2.2; fill: none; stroke-linecap: round; }

  /* ============ FULL-WIDTH VISUAL ============ */
  .bigvis { background: var(--bg-2); padding: 0 0 110px; }
  .calmock { border: 1px solid var(--line); background: var(--panel); position: relative; overflow: hidden; padding: 46px; }
  .calmock .chrome { position: absolute; top: 0; left: 0; right: 0; height: 34px; background: #23201b; border-bottom: 1px solid var(--line); display: flex; align-items: center; padding: 0 16px; gap: 6px; }
  .calmock .chrome i { width: 9px; height: 9px; border-radius: 50%; background: #45403a; }
  .calmock .chrome .url { font-family: var(--mono); font-size: 10px; color: var(--muted); margin-left: 14px; letter-spacing: .1em; }
  .calmock .grid7 { margin-top: 30px; display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
  .calmock .day { border: 1px solid var(--line); min-height: 92px; padding: 8px; }
  .calmock .day .d { font-family: var(--mono); font-size: 9px; color: var(--muted); letter-spacing: .12em; }
  .calmock .bk { margin-top: 6px; font-family: var(--mono); font-size: 8.5px; letter-spacing: .06em; padding: 4px 6px; background: var(--orange-dim); color: var(--orange-soft); border-left: 2px solid var(--orange); white-space: nowrap; overflow: hidden; }
  .calmock .bk.g { background: rgba(255,255,255,.05); color: var(--cream-dim); border-left-color: var(--muted); }
  .calmock .cap { margin-top: 26px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
  .calmock .cap .t-mono { font-size: 10px; color: var(--muted); }
  .calmock .cap .live { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; color: var(--orange-soft); }
  .calmock .cap .live i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); animation: pulse 2.2s ease-out infinite; }
  @media (max-width: 720px){ .calmock .grid7 { grid-template-columns: repeat(4,1fr); } .calmock .day:nth-child(n+5){ display:none; } }

  /* ============ FACETS / SYSTEMS ============ */
  .facets { padding: 110px 0; border-top: 1px solid var(--line); }
  .facets h2 { font-size: clamp(30px, 4.4vw, 54px); }
  .facets h2 .s { font-family: var(--serif); letter-spacing: .1em; }
  .facets h2 .c { font-family: var(--cond); color: var(--orange); }
  .facets .lede { max-width: 68ch; color: var(--cream-dim); font-size: 15px; margin: 26px 0 10px; }
  .facets .kicker { font-size: 14px; font-weight: 700; color: var(--cream); margin: 18px 0 40px; }
  .fgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .fcard { background: var(--panel); border: 1px solid var(--line); padding: 34px 28px 30px; }
  .fcard .ic { color: var(--orange); font-size: 18px; margin-bottom: 18px; }
  .fcard h3 { font-family: var(--cond); font-size: 19px; letter-spacing: .04em; margin-bottom: 14px; }
  .fcard p { font-size: 13.5px; color: var(--cream-dim); margin: 0 0 24px; }
  .fcard p b { color: var(--orange-soft); font-weight: 600; }
  @media (max-width: 860px){ .fgrid { grid-template-columns: 1fr; } }

  /* ============ CASE STUDIES ============ */
  .work { padding: 110px 0; border-top: 1px solid var(--line); background: var(--bg-2); }
  .work .head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; flex-wrap: wrap; margin-bottom: 60px; }
  .work h2 { font-size: clamp(30px, 4.4vw, 54px); }
  .work h2 .s { display: block; font-family: var(--serif); letter-spacing: .12em; }
  .work h2 .c { display: block; font-family: var(--cond); }
  .wgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px 40px; }
  .wcard { display: block; }
  .wcard .img { position: relative; aspect-ratio: 4/3.4; border: 1px solid var(--line); overflow: hidden; display: flex; align-items: center; justify-content: center; transition: border-color .25s; }
  .wcard:hover .img { border-color: var(--orange); }
  .wcard .tags { position: absolute; top: 14px; left: 14px; display: flex; gap: 6px; z-index: 2; }
  .wcard .tags span { font-family: var(--mono); font-size: 8.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--cream-dim); border: 1px solid rgba(255,255,255,.18); padding: 4px 8px; background: rgba(0,0,0,.35); }
  .wcard .monogram { font-family: var(--serif); font-size: 84px; color: var(--cream); width: 150px; height: 150px; border: 2px solid currentColor; border-radius: 50%; display: flex; align-items: center; justify-content: center; letter-spacing: 0; }
  .wcard h3 { font-family: var(--cond); font-size: 24px; margin: 22px 0 8px; }
  .wcard .desc { font-size: 13.5px; color: var(--muted); max-width: 40ch; }
  .wcard .img.v-nuclear { background: radial-gradient(circle at 35% 30%, #23301f, #101408 70%); }
  .wcard .img.v-jeff { background: radial-gradient(circle at 65% 30%, #33150e, #140a06 70%); }
  .wcard .img.v-tost { background: radial-gradient(circle at 40% 65%, #33270e, #140f06 70%); }
  .wcard .img.v-ejl { background: radial-gradient(circle at 60% 60%, #0e2033, #060d14 70%); }
  @media (max-width: 780px){ .wgrid { grid-template-columns: 1fr; } }

  /* ============ ABOUT + STATS ============ */
  .about { padding: 110px 0; border-top: 1px solid var(--line); }
  .about .grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 70px; align-items: start; }
  .about h2 { font-size: clamp(28px, 4vw, 50px); }
  .about h2 .s { font-family: var(--serif); letter-spacing: .1em; }
  .about h2 .b { font-family: var(--cond); }
  .about h2 .oj { color: var(--orange); }
  .about p.copy { color: var(--cream-dim); font-size: 15px; max-width: 48ch; margin: 26px 0 30px; }
  .stats { margin-top: 54px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
  .stat { padding: 24px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .stat:nth-child(2n) { border-right: 0; }
  .stat:nth-child(n+3) { border-bottom: 0; }
  .stat .lab { font-family: var(--mono); font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
  .stat .val { font-family: var(--serif); font-size: 46px; line-height: 1; color: var(--cream); }
  .stat .val .oj { color: var(--orange); }
  .about .photo { border: 1px solid var(--line); background: var(--panel); aspect-ratio: 4/4.6; position: relative; overflow: hidden; }
  .about .photo .scene { position: absolute; inset: 0; background:
      radial-gradient(circle at 70% 20%, rgba(249,115,22,.14), transparent 45%),
      linear-gradient(160deg, #1d1a15 0%, #12100c 100%); }
  .about .photo .desk { position: absolute; bottom: 0; left: 0; right: 0; height: 38%; background: #0c0b09; border-top: 1px solid var(--line); }
  .about .photo .screen { position: absolute; bottom: 34%; left: 18%; width: 48%; aspect-ratio: 16/10; background: #050505; border: 2px solid #2e2a24; }
  .about .photo .screen::after { content:""; position: absolute; inset: 8%; background: linear-gradient(90deg, var(--orange-dim) 0 30%, transparent 30%), repeating-linear-gradient(0deg, rgba(255,255,255,.05) 0 2px, transparent 2px 9px); }
  .about .photo .lamp { position: absolute; top: 12%; left: 8%; width: 2px; height: 26%; background: #383329; }
  .about .photo .lamp::after { content:""; position: absolute; top: 0; left: 0; width: 40px; height: 14px; background: #383329; transform: rotate(18deg); transform-origin: left; }
  @media (max-width: 860px){ .about .grid { grid-template-columns: 1fr; gap: 40px; } }

  /* ============ TESTIMONIALS (CREAM) ============ */
  .quotes { background: var(--light-bg); color: var(--light-ink); padding: 100px 0 90px; }
  .qgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
  .qcard { background: #f6f2e9; border: 1px solid #d8d1c2; padding: 32px 28px; box-shadow: 4px 4px 0 rgba(23,21,18,.08); }
  .qcard p { font-size: 14.5px; line-height: 1.6; color: #37332c; margin: 0 0 28px; }
  .qcard .who { display: flex; align-items: center; gap: 14px; }
  .qcard .av { width: 44px; height: 44px; border-radius: 50%; background: var(--orange); color: #12100c; display: flex; align-items: center; justify-content: center; font-family: var(--cond); font-size: 18px; }
  .qcard .nm { font-family: var(--cond); text-transform: uppercase; font-size: 15px; letter-spacing: .04em; }
  .qcard .rl { font-family: var(--mono); font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: #8a8272; margin-top: 3px; }
  .quotes .xxx { text-align: right; margin-top: 34px; color: var(--orange); font-size: 20px; letter-spacing: 8px; font-weight: 700; }
  @media (max-width: 860px){ .qgrid { grid-template-columns: 1fr; } }

  /* ============ FOOTER ============ */
  footer { background: #0a0908; border-top: 1px solid var(--line); padding: 110px 0 60px; position: relative; overflow: hidden; }
  .ft-grid { display: grid; grid-template-columns: 1.2fr .7fr .7fr; gap: 60px; position: relative; z-index: 2; }
  .start-card { border: 1px solid var(--line); padding: 52px 46px; background: rgba(255,255,255,.015); }
  .start-card h2 .s { font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); letter-spacing: .1em; }
  .start-card h2 .c { font-family: var(--cond); font-size: clamp(36px, 4.4vw, 56px); }
  .start-card .scribble { margin: 14px 0 26px; width: 78%; }
  .start-card p { font-size: 15px; color: var(--cream-dim); max-width: 40ch; margin: 0 0 30px; }
  .ft-col .colhead { font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 28px; }
  .ft-col ul { list-style: none; margin: 0; padding: 0; }
  .ft-col ul li { margin-bottom: 16px; }
  .ft-col ul a { font-family: var(--cond); text-transform: uppercase; font-size: 24px; letter-spacing: .03em; color: var(--cream); transition: color .15s; }
  .ft-col ul a:hover { color: var(--orange-soft); }
  .ft-col .small { font-size: 13.5px; color: var(--cream-dim); line-height: 1.8; margin-top: 26px; }
  .ft-col .small a { color: var(--cream); font-weight: 600; }
  .ft-col .small a:hover { color: var(--orange-soft); }
  .watermark { position: absolute; bottom: -70px; right: -30px; font-family: var(--cond); font-size: 380px; line-height: 1; color: rgba(255,255,255,.025); z-index: 1; user-select: none; pointer-events: none; }
  .ft-bot { position: relative; z-index: 2; margin-top: 90px; font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
  .ft-bot a { color: var(--muted); } .ft-bot a:hover { color: var(--orange-soft); }
  @media (max-width: 960px){ .ft-grid { grid-template-columns: 1fr; gap: 44px; } .watermark { font-size: 220px; } }

  /* reveal */
  .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.in { opacity: 1; transform: none; }

  /* ============ ANIMATIONS (BLB-style) ============ */
  /* masked line reveal on hero load */
  .mask { display: block; overflow: hidden; }
  .mask > .mline { display: block; transform: translateY(112%); }
  .loaded .hero .mask > .mline { animation: lineup 1s cubic-bezier(.22,1,.36,1) forwards; }
  .loaded .hero .m1 > .mline { animation-delay: .15s; }
  .loaded .hero .m2 > .mline { animation-delay: .32s; }
  @keyframes lineup { to { transform: translateY(0); } }
  .hero .sub, .hero .stamp { opacity: 0; }
  .loaded .hero .sub { animation: fadeup .8s ease 1s forwards; }
  .loaded .hero .stamp { animation: fadeup .8s ease 1.15s forwards; }
  @keyframes fadeup { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

  /* self-drawing scribbles */
  .scribble path, .mini-scribble path { stroke-dasharray: 1; stroke-dashoffset: 1; }
  .loaded .hero .scribble path { animation: draw 1.1s ease .95s forwards; }
  .draw path { animation: draw 1.1s ease .15s forwards; }
  @keyframes draw { to { stroke-dashoffset: 0; } }

  /* headline clip reveal (editorial wipe) */
  h2.reveal { transform: none; clip-path: inset(0 0 100% 0); transition: clip-path 1s cubic-bezier(.22,1,.36,1), opacity .5s ease; }
  h2.reveal.in { clip-path: inset(0 0 -12% 0); }

  /* staggered cards */
  .fgrid .fcard:nth-child(2), .qgrid .qcard:nth-child(2), .wgrid .wcard:nth-child(2) { transition-delay: .12s; }
  .fgrid .fcard:nth-child(3), .qgrid .qcard:nth-child(3), .wgrid .wcard:nth-child(4) { transition-delay: .24s; }
  .wgrid .wcard:nth-child(3) { transition-delay: .12s; }

  /* collage tiles: float + color on hover */
  .tile { will-change: transform; pointer-events: auto; transition: filter .45s ease, opacity .45s ease, border-color .3s; }
  .tile:hover { filter: grayscale(0) brightness(1); opacity: .95; border-color: var(--orange); }
  .hero .fade { pointer-events: none; }

  /* logo wink (their beast blinks — our 47 blinks) */
  .rail .mark { animation: wink 7s ease-in-out infinite; }
  @keyframes wink { 0%, 93%, 100% { transform: scaleY(1); } 96.5% { transform: scaleY(.18); } }

  /* stamp asterisk spin */
  .stamp .ast { transition: transform .45s cubic-bezier(.22,1,.36,1); }
  .stamp:hover .ast { transform: rotate(180deg); }
  .rail .git .ast { transition: transform .45s cubic-bezier(.22,1,.36,1); }
  .rail .git:hover .ast { transform: rotate(90deg) rotate(180deg); }

  /* case-study hover: zoom + lift */
  .wcard .img { transition: border-color .25s, transform .45s cubic-bezier(.22,1,.36,1); }
  .wcard .monogram { transition: transform .6s cubic-bezier(.22,1,.36,1); }
  .wcard:hover .img { transform: translateY(-8px); }
  .wcard:hover .monogram { transform: scale(1.1) rotate(-3deg); }
  .wcard .tags span { transition: transform .35s ease, border-color .35s; }
  .wcard:hover .tags span { border-color: var(--orange); transform: translateY(-2px); }

  /* footer nav hover shift */
  .ft-col ul a { transition: color .15s, padding-left .25s cubic-bezier(.22,1,.36,1); }
  .ft-col ul a:hover { padding-left: 10px; }

  @media (prefers-reduced-motion: reduce) {
    .reveal { transition: none; opacity: 1; transform: none; }
    .rail .mark::after, .calmock .cap .live i, .rail .mark { animation: none; }
    .mask > .mline { transform: none; animation: none !important; }
    .hero .sub, .hero .stamp { opacity: 1; animation: none !important; }
    .scribble path, .mini-scribble path { stroke-dasharray: none; stroke-dashoffset: 0; animation: none !important; }
    h2.reveal { clip-path: none; transition: none; }
    .tile { transition: none; }
    html { scroll-behavior: auto; }
  }

/* ============ MENU DRAWER (BLB-style) ============ */
.drawer-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 95; opacity: 0; pointer-events: none; transition: opacity .4s ease; }
.drawer { position: fixed; top: 0; bottom: 0; left: 0; width: min(520px, 88vw); background: #14120e; border-right: 1px solid var(--line); z-index: 96; transform: translateX(-101%); transition: transform .5s cubic-bezier(.22,1,.36,1); display: flex; flex-direction: column; padding: 26px 0 30px; }
body.menu-open .drawer { transform: translateX(0); }
body.menu-open .drawer-backdrop { opacity: 1; pointer-events: auto; }
.drawer .d-top { display: flex; align-items: center; justify-content: center; margin-bottom: 40px; }
.drawer .d-mark { width: 40px; height: 40px; border: 1.5px solid var(--cream); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--cond); font-size: 15px; color: var(--cream); }
.drawer nav { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 0 44px; }
.drawer nav a { font-family: var(--cond); text-transform: uppercase; font-size: clamp(40px, 6vw, 62px); line-height: 1.12; color: var(--cream); letter-spacing: .01em; width: fit-content; position: relative; transition: color .18s; opacity: 0; transform: translateY(26px); }
body.menu-open .drawer nav a { opacity: 1; transform: none; transition: color .18s, opacity .5s ease, transform .5s cubic-bezier(.22,1,.36,1); }
body.menu-open .drawer nav a:nth-child(1){ transition-delay: .08s; } body.menu-open .drawer nav a:nth-child(2){ transition-delay: .13s; }
body.menu-open .drawer nav a:nth-child(3){ transition-delay: .18s; } body.menu-open .drawer nav a:nth-child(4){ transition-delay: .23s; }
body.menu-open .drawer nav a:nth-child(5){ transition-delay: .28s; } body.menu-open .drawer nav a:nth-child(6){ transition-delay: .33s; }
.drawer nav a:hover, .drawer nav a.active { color: var(--orange); }
.drawer nav a::after { content: ""; position: absolute; left: 0; bottom: 6px; height: 3px; width: 0; background: var(--orange); transition: width .3s cubic-bezier(.22,1,.36,1); }
.drawer nav a:hover::after { width: 100%; }
.drawer .d-close { position: absolute; top: 50%; right: 26px; transform: translateY(-50%); width: 44px; height: 44px; background: none; border: 0; cursor: pointer; color: var(--cream-dim); font-size: 26px; line-height: 1; transition: color .18s, transform .3s; }
.drawer .d-close:hover { color: var(--orange); transform: translateY(-50%) rotate(90deg); }
.drawer .d-socials { padding: 0 44px; font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.drawer .d-socials a { color: var(--muted); } .drawer .d-socials a:hover { color: var(--orange-soft); }
.rail .burger span { transition: transform .3s, opacity .3s; }

/* ============ MARQUEE ============ */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; background: var(--bg); }
.mq-track { display: flex; gap: 0; width: max-content; animation: mq 26s linear infinite; }
.marquee:hover .mq-track { animation-play-state: paused; }
.mq-chunk { display: flex; align-items: center; white-space: nowrap; }
.mq-chunk .w-cond { font-family: var(--cond); text-transform: uppercase; font-size: clamp(40px, 6.4vw, 84px); color: var(--cream); letter-spacing: .01em; }
.mq-chunk .w-serif { font-family: var(--serif); font-style: italic; font-size: clamp(38px, 6vw, 78px); color: var(--cream); text-transform: none; letter-spacing: .02em; }
.mq-chunk .w-ast { color: var(--orange); font-size: clamp(30px, 4.6vw, 60px); margin: 0 34px; animation: spinAst 7s linear infinite; display: inline-block; }
@keyframes mq { to { transform: translateX(-50%); } }
@keyframes spinAst { to { transform: rotate(360deg); } }

/* ============ COLLAGE AUTO-DRIFT ============ */
.collage { animation: collageDrift 22s ease-in-out infinite alternate; }
@keyframes collageDrift { from { transform: translateY(14px); } to { transform: translateY(-26px); } }

/* ============ INNER PAGE HERO ============ */
.page-hero { position: relative; padding: 120px 0 80px; overflow: hidden; }
.page-hero h1 { text-transform: uppercase; line-height: .95; }
.page-hero h1 .line-serif { display: block; font-family: var(--serif); font-size: clamp(26px, 3.8vw, 46px); letter-spacing: .2em; font-weight: 400; margin-bottom: 8px; }
.page-hero h1 .line-cond { display: block; font-family: var(--cond); font-size: clamp(46px, 8vw, 104px); letter-spacing: .005em; }
.page-hero h1 .oj { color: var(--orange); }
.page-hero .sub { font-size: 16px; color: var(--cream-dim); max-width: 56ch; margin: 28px 0 0; }

/* ============ SERVICES SECTIONS (numbered, BLB services page) ============ */
.svc { border-top: 1px solid var(--line); padding: 90px 0; position: relative; }
.svc .num { position: absolute; top: 34px; left: 48px; font-family: var(--mono); font-size: 12px; letter-spacing: .16em; color: var(--muted); }
.svc .ast-corner { position: absolute; top: 28px; right: 48px; color: var(--orange); font-size: 20px; }
.svc .grid { display: grid; grid-template-columns: 240px 1fr 320px; gap: 54px; align-items: start; }
.svc .label { font-family: var(--cond); text-transform: uppercase; font-size: clamp(26px, 2.6vw, 34px); line-height: 1.04; position: sticky; top: 110px; }
.svc .label .oj { color: var(--orange); }
.svc .bodycol h3 { font-family: var(--body); font-weight: 700; font-size: 19px; text-transform: none; letter-spacing: 0; margin-bottom: 16px; color: var(--cream); }
.svc .bodycol p { color: var(--cream-dim); font-size: 15px; max-width: 56ch; margin: 0 0 16px; }
.svc .bodycol p.strong { color: var(--cream); font-weight: 600; font-size: 15px; }
.svc .lists { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 40px; margin-top: 26px; }
.svc .lists span { font-size: 14px; color: var(--cream-dim); padding: 7px 0; border-bottom: 1px solid var(--line); }
.svc .visual { border: 1px solid var(--line); aspect-ratio: 4/4.4; position: relative; overflow: hidden; }
.svc .visual .fill { position: absolute; inset: 0; }
.svc .visual .cap { position: absolute; bottom: 12px; left: 12px; right: 12px; font-family: var(--mono); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: var(--cream-dim); background: rgba(0,0,0,.4); padding: 7px 10px; border: 1px solid rgba(255,255,255,.08); }
@media (max-width: 1020px){ .svc .grid { grid-template-columns: 1fr; gap: 30px; } .svc .label { position: static; } .svc .visual { max-width: 420px; } }

/* ============ WORK PAGE ============ */
.workpg .wcard { margin-bottom: 26px; }
.workpg .outcome { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
.workpg .outcome span { font-family: var(--mono); font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--orange-soft); border: 1px solid var(--orange-dim); padding: 5px 10px; }

/* ============ BLOG ============ */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post { border: 1px solid var(--line); background: var(--panel); padding: 30px 28px; display: flex; flex-direction: column; transition: border-color .25s, transform .3s; }
.post:hover { border-color: var(--orange-dim); transform: translateY(-5px); }
.post .meta { font-family: var(--mono); font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.post h3 { font-family: var(--cond); text-transform: uppercase; font-size: 24px; line-height: 1.06; margin-bottom: 14px; }
.post p { color: var(--cream-dim); font-size: 14px; flex: 1; margin: 0 0 20px; }
.post .more { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--orange-soft); }
@media (max-width: 860px){ .posts { grid-template-columns: 1fr; } }
.article { max-width: 720px; }
.article h2 { font-family: var(--cond); text-transform: uppercase; font-size: clamp(24px, 3.4vw, 38px); margin: 60px 0 18px; }
.article p { color: var(--cream-dim); font-size: 15.5px; }
.article p b { color: var(--cream); }

/* ============ CONTACT ============ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.cform { display: grid; gap: 16px; }
.cform label { font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 8px; }
.cform input, .cform textarea, .cform select { width: 100%; background: var(--panel); border: 1px solid var(--line); color: var(--cream); font-family: var(--body); font-size: 15px; padding: 14px 16px; outline: none; transition: border-color .2s; }
.cform input:focus, .cform textarea:focus, .cform select:focus { border-color: var(--orange); }
.cinfo .row { border-top: 1px solid var(--line); padding: 22px 0; }
.cinfo .row .k { font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.cinfo .row .v { font-family: var(--cond); text-transform: uppercase; font-size: 22px; }
.cinfo .row .v a:hover { color: var(--orange-soft); }
@media (max-width: 860px){ .contact-grid { grid-template-columns: 1fr; } }
