/* The studio's original direction, with a readable mobile and no-motion path. */
html { scroll-padding-top: 120px; }
body { padding-bottom: 90px; }
.jdintro { display: none; }
.w > span { transform: none; }
.mono { font-size: 12px; line-height: 1.5; }
.btn { min-height: 44px; font-size: 14px; line-height: 1.4; }
:is(a, button, select):focus-visible { outline: 3px solid #b5652c; outline-offset: 4px; }
.portfolio-return { position: fixed; bottom: 8px; left: 8px; right: 8px; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 16px; background: #f3efe7; color: #1a1714; border: 1px solid #b9afa2; font: 14px/1.4 var(--display); }
.portfolio-return a { display: inline-flex; align-items: center; min-height: 44px; flex: none; text-decoration: underline; }
.portfolio-contact { align-items: center; }
.portfolio-contact > div { grid-column: 1 / 8; }
.portfolio-contact > div p { max-width: 55ch; }
.portfolio-contact > .btn { grid-column: 8 / -1; white-space: normal; }
.work { height: auto; }
.work__pin { position: relative; height: auto; min-height: 0; padding-block: clamp(48px, 7vw, 96px); overflow: visible; }
.work__preview { grid-column: 6 / -1; min-width: 0; }
.work__stage { margin-top: 14px; }
.work__stage :is(img, video) { object-fit: contain; }
.work__stage, .witem { opacity: 1; translate: none; }
.work__open { display: block; }
.work-controls { display: none; grid-template-columns: 48px minmax(0, 1fr) 48px; border: 1px solid var(--line); }
.has-work-controls .work-controls { display: grid; }
.work-controls :is(button, select) { min-height: 48px; min-width: 0; border: 0; background: transparent; color: var(--ink); font: inherit; }
.work-controls select { width: 100%; padding-inline: 12px; border-inline: 1px solid var(--line); font-size: 16px; }
.work-controls button { cursor: pointer; font-size: 24px; }
.work-project-link { display: block; padding: 14px 16px; margin-top: 12px; background: var(--ink); color: var(--paper); font-size: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.static-scenes :is(.statement, .scene, .process, .packages) { height: auto; }
.static-scenes :is(.statement__pin, .scene__pin, .process__pin, .packages__pin) { position: relative; height: auto; overflow: visible; }
.static-scenes :is(.scene__media, .scene__index, .scene__scrim, .statement__fig canvas) { display: none; }
.static-scenes .statement__fig { position: relative; width: 100%; height: clamp(180px, 34vw, 340px); background: url('media/frames/c5/040.webp') center / contain no-repeat; mask-image: none; -webkit-mask-image: none; }
.static-scenes .statement__pin { display: grid; gap: 28px; padding: 48px var(--gutter); }
.static-scenes .statement h2 { padding: 0; max-width: 30ch; }
.static-scenes .scene__pin { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; padding: 48px var(--gutter); }
.static-scenes .chapter { position: relative; inset: auto; display: block; opacity: 1 !important; transition: none; padding: 0; pointer-events: auto; }
.static-scenes .chapter:first-of-type { grid-column: 1 / -1; }
.static-scenes .chapter h2 { font-size: clamp(28px, 4vw, 46px); line-height: 1.05; }
.static-scenes .chapter p { max-width: 44ch; font-size: 16px; }
.static-scenes :is(.pcard, .sheet, .lead label, .foot__brand, .hero__collage figure) { opacity: 1; transform: none; translate: none; }
.static-scenes :is(.process__pin, .packages__pin) { display: block; padding: 48px var(--gutter); }
.static-scenes :is(.process__stack, .sheets) { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; height: auto; margin-top: 28px; }
.static-scenes :is(.pcard, .sheet) { position: relative; inset: auto; min-width: 0; padding: 24px; gap: 28px; margin: 0; }
.static-scenes .sheet .mid { display: grid; grid-template-columns: 1fr; }
.static-scenes .sheet .bot { flex-wrap: wrap; gap: 16px; }
.static-scenes .sheet .btn { font-size: 14px; white-space: normal; }
@media (max-width: 1024px) {
  .work__pin { display: block; }
  .work__preview { margin-top: 24px; }
  .hero__foot { gap: 20px; }
  .portfolio-contact > .btn { margin-top: 20px; }
}
@media (max-width: 600px) {
  .nav { flex-wrap: wrap; gap: 4px; padding: 8px 20px; }
  .nav > a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 0; }
  .nav .links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; width: 100%; }
  .nav .links a, .nav .links a:first-child { display: flex; min-height: 44px; align-items: center; justify-content: center; font-size: 14px; letter-spacing: 0; }
  .hero { padding-top: 126px; }
  .hero__meta { flex-wrap: wrap; gap: 8px 20px; }
  .hero__foot { display: block; }
  .hero__foot span:last-child { display: none; }
  .portfolio-return { padding: 8px 12px; font-size: 12px; }
  .portfolio-return a { font-size: 14px; }
  .static-scenes :is(.scene__pin, .process__stack, .sheets) { grid-template-columns: 1fr; }
  .static-scenes .scene__pin { gap: 36px; }
  .static-scenes .chapter { grid-column: 1; }
  .static-scenes .pcard { min-height: 210px; }
  .has-work-controls .work__list .witem { display: none; }
  .cta h2 { font-size: clamp(44px, 13vw, 70px); line-height: 1; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
