:root {
  --bg: #050505;
  --ink: #f7f4ec;
  --muted: #b8b1a7;
  --soft: #6e6a63;
  --line: rgba(247, 244, 236, 0.15);
  --line-strong: rgba(247, 244, 236, 0.34);
  --blue: #2488ff;
  --panel: #0b0b0a;
  font-family: inter, "helvetica neue", arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
img,
video {
  max-width: 100%;
}
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(36, 136, 255, 0.18), transparent 18rem),
    linear-gradient(180deg, #040506 0%, #070706 45%, #050505 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 48%, rgba(36,136,255,0.12) 49%, transparent 50%),
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 100% 100%, 100% 4.75rem;
  opacity: 0.65;
}
a { color: inherit; }
.load-veil {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  background: rgba(5, 5, 5, 0);
  backdrop-filter: blur(0);
  transition: opacity 220ms ease, backdrop-filter 220ms ease, background 220ms ease;
}
body.is-loading .load-veil {
  opacity: 1;
  background: rgba(5, 5, 5, 0.62);
  backdrop-filter: blur(20px);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 1rem clamp(1rem, 5vw, 5rem);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.9);
  backdrop-filter: blur(18px);
}
.brand img { width: clamp(9.5rem, 13vw, 13.5rem); display: block; }
.nav-links {
  display: flex;
  justify-content: flex-end;
  gap: clamp(1rem, 2.4vw, 2.2rem);
  color: var(--muted);
}
.nav-links a {
  text-decoration: none;
  font-size: 0.92rem;
  text-transform: lowercase;
}
.nav-links a:hover { color: var(--ink); }
.nav-links .nav-highlight {
  color: var(--ink);
  border: 1px solid var(--line-strong);
  padding: 0.45rem 0.7rem;
  background: rgba(36, 136, 255, 0.14);
}
.nav-links .nav-highlight:hover {
  border-color: var(--blue);
}
.menu-button {
  display: none;
  justify-self: end;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  background: transparent;
}
.menu-button span {
  display: block;
  width: 1.25rem;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}
.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(20rem, 0.76fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
  border-bottom: 1px solid var(--line);
}
.kicker {
  margin: 0 0 1rem;
  color: #9ccfff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}
.hero h1,
.section-head h2,
.backend-section h2,
.stack-section h2,
.contact-section h2 {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(3.2rem, 7.2vw, 8.4rem);
  line-height: 0.88;
  letter-spacing: 0;
  font-weight: 850;
}
.hero p,
.section-head p,
.product-piece p,
.backend-board p,
.process-list p {
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.6;
}
.hero-copy > p:not(.kicker) { max-width: 42rem; }
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}
.primary,
.secondary,
.open-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.82rem 1.1rem;
  border: 1px solid var(--line-strong);
  background: var(--ink);
  color: var(--bg);
  text-decoration: none;
  font-weight: 800;
  text-transform: lowercase;
}
.secondary,
.open-link {
  background: transparent;
  color: var(--ink);
}
.primary:hover,
.secondary:hover,
.open-link:hover { border-color: var(--ink); }
.hero-media {
  position: relative;
  aspect-ratio: 1.18;
  overflow: hidden;
  border: 1px solid rgba(36, 136, 255, 0.32);
  background: #080909;
  transform: rotate(-1.5deg);
}
.hero-media::before,
.piece-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(5,5,5,0.58);
  backdrop-filter: blur(18px);
  transition: opacity 260ms ease;
}
.hero-media.ready::before,
.piece-media.ready::before { opacity: 0; }
.hero-media video,
.hero-media img,
.piece-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.work-section,
.backend-section,
.stack-section,
.process-section,
.contact-section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
  border-bottom: 1px solid var(--line);
}
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(14rem, 0.36fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.8rem;
}
.section-head h2,
.backend-section h2,
.stack-section h2,
.contact-section h2 {
  font-size: clamp(2.5rem, 5.4vw, 6rem);
}
.product-board {
  display: grid;
  gap: clamp(2.4rem, 6vw, 6rem);
}
.product-piece {
  position: relative;
  display: grid;
  grid-template-columns: 4rem minmax(14rem, 0.38fr) minmax(0, 0.45fr) minmax(8rem, 0.17fr);
  gap: clamp(1rem, 3vw, 3rem);
  align-items: center;
  padding-block: clamp(1.2rem, 3vw, 2.8rem);
  border-top: 1px solid var(--line);
}
.piece-number {
  color: var(--soft);
  font: 800 0.82rem/1 ui-monospace, sfmono-regular, consolas, monospace;
}
.piece-media {
  position: relative;
  min-height: clamp(12rem, 24vw, 24rem);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0a0a09;
}
.piece-copy h3 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 5.2rem);
  line-height: 0.9;
  font-weight: 850;
}
.piece-copy p:not(.kicker) {
  max-width: 40rem;
  margin-bottom: 0;
}
.piece-notes {
  display: grid;
  gap: 0.4rem;
  margin: 1rem 0 1.35rem;
  color: #9ccfff;
  font-size: 0.92rem;
}
.piece-mark {
  display: grid;
  place-items: center;
  justify-self: center;
  min-height: 7rem;
  width: 100%;
  padding: 1rem;
  border: 1px solid transparent;
  background: transparent;
}
.piece-mark img {
  max-width: 100%;
  max-height: 6rem;
  object-fit: contain;
}
.backend-section {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(20rem, 0.38fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}
.backend-board,
.process-list {
  display: grid;
  border-top: 1px solid var(--line);
}
.backend-board article,
.process-list article {
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}
.backend-board h3,
.process-list h3 {
  margin: 0;
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  text-transform: lowercase;
}
.tool-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.6rem;
}
.tool-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--muted);
  font-weight: 800;
  text-transform: lowercase;
}
.tool-mark img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.process-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-left: 1px solid var(--line);
}
.process-list article {
  min-height: 13rem;
  padding: 1.2rem;
  border-right: 1px solid var(--line);
}
.process-list strong {
  color: #9ccfff;
  font: 800 0.82rem/1 ui-monospace, sfmono-regular, consolas, monospace;
}
.contact-section {
  display: grid;
  grid-template-columns: minmax(12rem, 20rem) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}
.contact-section img { width: 100%; display: block; }
.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem clamp(1rem, 5vw, 5rem);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.site-footer img {
  width: min(12rem, 60vw);
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  align-items: center;
}

.site-footer p {
  margin: 0;
  color: var(--soft);
  font-style: italic;
}

.site-footer a {
  color: var(--ink);
  text-decoration-color: var(--line-strong);
  text-underline-offset: 0.22em;
}
.site-footer span {
  color: var(--ink);
}
.scroll-tools {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  display: grid;
  gap: 0.45rem;
}
.scroll-tools button {
  min-width: 3.1rem;
  height: 2.45rem;
  border: 1px solid var(--line);
  background: rgba(5,5,5,0.84);
  color: var(--ink);
  backdrop-filter: blur(14px);
  text-transform: lowercase;
}
@media (max-width: 980px) {
  .site-header { grid-template-columns: auto auto; }
  .menu-button { display: block; }
  .nav-links {
    display: none;
    grid-column: 1 / -1;
    justify-content: start;
    gap: 0.9rem;
    padding-top: 1rem;
  }
  .site-header.open .nav-links { display: grid; }
  .hero,
  .section-head,
  .backend-section,
  .product-piece,
  .contact-section {
    grid-template-columns: 1fr;
  }
  .hero { align-items: start; min-height: auto; }
  .hero h1,
  .section-head h2,
  .backend-section h2,
  .stack-section h2,
  .contact-section h2 {
    font-size: clamp(2.5rem, 12vw, 4.6rem);
  }
  .hero-media { transform: none; aspect-ratio: 1.25; }
  .piece-number { order: -2; }
  .piece-mark { min-height: auto; justify-content: center; }
  .piece-mark img { max-width: 11rem; }
  .process-list { grid-template-columns: 1fr; }
  .open-link { width: max-content; }
}

/* final visual pass */
:root {
  --bg: #050505;
  --ink: #f6f2ea;
  --muted: #bdb4a9;
  --soft: #837a70;
  --line: rgba(246, 242, 234, 0.14);
  --line-strong: rgba(246, 242, 234, 0.36);
  --blue: #2b8cff;
  --panel: #0b0a09;
}

body {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.045), transparent 28rem),
    linear-gradient(180deg, #050505 0%, #080706 46%, #050505 100%);
}

body::before {
  display: none;
}

.load-veil {
  display: grid;
  place-items: center;
  background: rgba(5, 5, 5, 0);
  backdrop-filter: blur(0);
}

.load-veil::before {
  content: "";
  width: min(34rem, calc(100vw - 2rem));
  height: 18rem;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 2.3rem 2.4rem, #2d3134 0 1.35rem, transparent 1.4rem),
    linear-gradient(90deg, #2d3134 0 32%, transparent 32%),
    linear-gradient(90deg, #2d3134 0 82%, transparent 82%),
    linear-gradient(90deg, #2d3134 0 54%, transparent 54%),
    linear-gradient(90deg, #2d3134 0 100%, transparent 100%),
    linear-gradient(90deg, #2d3134 0 18%, transparent 18%),
    linear-gradient(90deg, #2d3134 0 18%, transparent 18%),
    linear-gradient(90deg, #2d3134 0 18%, transparent 18%),
    #090909;
  background-position:
    1.4rem 1.2rem,
    5rem 2rem,
    5rem 4.1rem,
    5rem 6.2rem,
    1.4rem 8.6rem,
    1.4rem 15rem,
    10.7rem 15rem,
    20rem 15rem,
    0 0;
  background-size:
    2.8rem 2.8rem,
    21rem 0.8rem,
    25rem 0.8rem,
    16rem 0.8rem,
    31rem 5.2rem,
    6rem 0.8rem,
    6rem 0.8rem,
    6rem 0.8rem,
    100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 220ms ease, transform 220ms ease;
}

body.is-loading .load-veil {
  opacity: 1;
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(18px);
}

body.is-loading .load-veil::before {
  opacity: 1;
  transform: translateY(0);
  animation: skeleton-pulse 1.1s ease-in-out infinite alternate;
}

.load-veil,
.load-veil::before,
body.is-loading .load-veil,
body.is-loading .load-veil::before {
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
}

@keyframes skeleton-pulse {
  from { filter: brightness(0.82); }
  to { filter: brightness(1.14); }
}

.site-header {
  background: rgba(5, 5, 5, 0.94);
}

.hero {
  min-height: auto;
  grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 0.55fr);
  align-items: end;
  padding-top: clamp(4rem, 7vw, 6.5rem);
}

.kicker {
  color: var(--muted);
  letter-spacing: 0.06em;
  font-style: italic;
}

.hero h1,
.section-head h2,
.backend-section h2,
.stack-section h2,
.contact-section h2,
.piece-copy h3 {
  font-style: italic;
  font-weight: 820;
  max-width: 16ch;
}

.hero h1 {
  font-size: clamp(3.1rem, 6.4vw, 7rem);
}

.hero p,
.section-head p,
.product-piece p,
.backend-board p,
.process-list p {
  color: var(--muted);
}

.primary,
.secondary,
.open-link,
.scroll-tools button {
  border-radius: 0;
}

.primary {
  background: var(--ink);
  color: #050505;
}

.secondary,
.open-link {
  background: transparent;
  color: var(--ink);
}

.hero-media {
  transform: none;
  aspect-ratio: 16 / 10;
  border-color: var(--line);
  background: #090909;
}

.hero-media video,
.hero-media img,
.piece-media img,
.piece-media video {
  object-fit: contain;
}

.piece-media video {
  width: 100%;
  height: 100%;
  display: block;
}

.piece-media {
  background: #090909;
  border-color: var(--line);
}

.product-board {
  gap: clamp(2rem, 4vw, 4rem);
}

.product-piece {
  grid-template-columns: 3rem minmax(12rem, 0.28fr) minmax(0, 0.54fr) minmax(7rem, 0.18fr);
  align-items: center;
}

.piece-copy h3 {
  font-size: clamp(2rem, 3.8vw, 4.8rem);
}

.piece-notes span {
  color: var(--muted);
  border-left: 2px solid var(--blue);
  padding-left: 0.8rem;
}

.backend-section {
  grid-template-columns: minmax(0, 0.48fr) minmax(20rem, 0.52fr);
}

.backend-board {
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.backend-board article {
  padding: 1rem;
  border: 0;
  background: #070707;
}

.tool-strip {
  gap: 1.1rem 1.8rem;
}

.tool-mark img {
  width: 1.25rem;
  height: 1.25rem;
}

.tool-mark {
  color: var(--ink);
  font-size: 0.94rem;
}

.intake-form {
  display: grid;
  gap: 0.9rem;
  max-width: 42rem;
  margin: 1.4rem 0 1rem;
}

.intake-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.86rem;
  text-transform: lowercase;
}

.intake-form input,
.intake-form textarea,
.intake-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #090909;
  color: var(--ink);
  padding: 0.9rem;
  font: inherit;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--soft);
  font-size: 0.92rem;
}

.founders {
  display: grid;
  gap: 0.9rem;
  color: var(--muted);
}

.founders article {
  display: grid;
  gap: 0.2rem;
  padding-block: 0.2rem;
}

.founders strong {
  color: var(--ink);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.founders a {
  text-decoration-color: var(--line-strong);
  text-underline-offset: 0.22em;
}

@media (max-width: 980px) {
  .hero,
  .backend-section {
    grid-template-columns: 1fr;
  }

  .product-piece {
    grid-template-columns: 1fr;
  }

  .hero-media {
    aspect-ratio: 16 / 10;
  }

  .piece-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .piece-copy,
  .piece-media,
  .piece-mark {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .work-section {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .section-head {
    gap: 0.8rem !important;
    margin-bottom: 1.35rem !important;
  }

  .product-board {
    display: grid !important;
    gap: 1rem !important;
  }

  .product-piece {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.8rem !important;
    padding: 0.95rem 0 1.2rem !important;
    border-top: 1px solid var(--line);
  }

  .piece-number {
    order: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  .piece-media {
    order: 1 !important;
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: 14rem !important;
    aspect-ratio: 16 / 9 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  .piece-media img,
  .piece-media video {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  .product-piece.ypod-backend-management .piece-media img,
  .product-piece.ypod-backend-management .piece-media video,
  .product-piece.ypod-store .piece-media img,
  .product-piece.ypod-store .piece-media video {
    padding: 0.7rem !important;
  }

  .piece-copy {
    order: 2 !important;
    display: grid !important;
    gap: 0.7rem !important;
  }

  .piece-copy .kicker,
  .piece-copy h3,
  .piece-copy p,
  .piece-notes {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .piece-copy h3 {
    font-size: clamp(2rem, 10vw, 3rem) !important;
  }

  .piece-mark {
    order: 3 !important;
    min-height: 0 !important;
    padding: 0.75rem !important;
  }

  .piece-mark img {
    max-height: 4.25rem !important;
  }

  .contact-section {
    gap: 1.2rem !important;
  }

  .contact-section > img {
    width: min(100%, 13rem) !important;
    margin: 0 auto !important;
  }

  .founders article {
    border-top: 1px solid var(--line);
    padding-top: 0.8rem;
  }

  .direct-mail {
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 640px) {
  .site-header,
  .hero,
  .work-section,
  .backend-section,
  .stack-section,
  .process-section,
  .contact-section {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .hero h1,
  .section-head h2,
  .backend-section h2,
  .stack-section h2,
  .contact-section h2,
  .piece-copy h3 {
    max-width: 100%;
    font-size: clamp(2.1rem, 10vw, 3.3rem);
    line-height: 0.96;
  }

  .actions,
  .primary,
  .secondary,
  .open-link {
    width: 100%;
    min-width: 0;
  }

  .piece-mark img {
    max-width: min(12rem, 76vw);
  }
}

.piece-mark,
.piece-mark img {
  margin-left: auto;
  margin-right: auto;
}

.piece-mark {
  justify-content: center !important;
  align-items: center !important;
  text-align: center;
}

@media (max-width: 640px) {
  .site-footer {
    display: grid;
    justify-items: center;
    text-align: center;
    padding: 1.5rem 0.9rem 5rem;
  }

  .site-footer div {
    display: grid;
    justify-items: center;
    gap: 0.45rem;
    width: 100%;
  }

  .site-footer a {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

.product-piece.naturepacks .piece-mark {
  border-color: rgba(246, 242, 234, 0.22);
  background: #f6f2ea;
}

.hero-media::after,
.piece-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0 38%, rgba(247, 244, 236, 0.14) 48%, transparent 58%),
    linear-gradient(135deg, rgba(36, 136, 255, 0.1), rgba(247, 244, 236, 0.025));
  background-size: 220% 100%, 100% 100%;
  animation: element-load 1.15s ease-in-out infinite;
}

.hero-media.ready::after,
.piece-media.ready::after {
  opacity: 0;
  animation: none;
}

body.is-loading .hero-copy > *,
body.is-loading .section-head > *,
body.is-loading .backend-section > div:first-child > *,
body.is-loading .backend-board article,
body.is-loading .process-list article,
body.is-loading .contact-section > div > *,
body.is-loading .tool-mark {
  color: transparent !important;
  border-color: rgba(246, 242, 234, 0.08) !important;
  background:
    linear-gradient(110deg, rgba(246,242,234,0.08) 0 36%, rgba(246,242,234,0.18) 48%, rgba(246,242,234,0.08) 62%),
    rgba(246,242,234,0.035) !important;
  background-size: 220% 100% !important;
  animation: element-load 1.15s ease-in-out infinite !important;
}

.product-piece.store .piece-media img,
.product-piece.store .piece-media video {
  object-fit: contain !important;
  padding: 1.15rem;
}

@keyframes element-load {
  from { background-position: 160% 0, 0 0; }
  to { background-position: -60% 0, 0 0; }
}

@media (max-width: 760px) {
  .site-header,
  .hero,
  .work-section,
  .backend-section,
  .stack-section,
  .process-section,
  .contact-section {
    width: 100%;
    max-width: 100vw;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    overflow: hidden;
  }

  .hero,
  .section-head,
  .product-piece,
  .backend-section,
  .contact-section {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .hero {
    min-height: auto !important;
    gap: 1.5rem !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .hero-copy,
  .hero-media,
  .product-board,
  .product-piece,
  .piece-copy,
  .piece-media,
  .piece-mark,
  .backend-board,
  .tool-strip,
  .process-list {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero h1,
  .section-head h2,
  .backend-section h2,
  .stack-section h2,
  .contact-section h2,
  .piece-copy h3 {
    max-width: 100% !important;
    font-size: clamp(2.05rem, 9.8vw, 3rem) !important;
    line-height: 1 !important;
  }

  .hero p,
  .section-head p,
  .product-piece p,
  .backend-board p,
  .process-list p {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    overflow-wrap: anywhere;
  }

  .process-list {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .hero-media,
  .piece-media {
    min-height: 0 !important;
    aspect-ratio: 16 / 10 !important;
  }

  .product-piece {
    display: block !important;
  }

  .piece-number,
  .piece-media,
  .piece-copy,
  .piece-mark,
  .hero-media,
  .piece-media img,
  .piece-media video {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }
}

/* production mobile card lock */
@media (max-width: 760px) {
  #work .product-board {
    display: grid !important;
    gap: 1rem !important;
  }

  #work .product-piece {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.8rem !important;
    padding: 0.95rem 0 1.2rem !important;
  }

  #work .piece-number {
    order: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
  }

  #work .piece-media {
    order: 1 !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: 14rem !important;
    aspect-ratio: 16 / 9 !important;
    margin: 0 !important;
  }

  #work .piece-media img,
  #work .piece-media video {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  #work .piece-copy {
    order: 2 !important;
    display: grid !important;
    gap: 0.7rem !important;
  }

  #work .piece-copy .kicker,
  #work .piece-copy h3,
  #work .piece-copy p,
  #work .piece-notes {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #work .piece-mark {
    order: 3 !important;
    min-height: 0 !important;
    padding: 0.75rem !important;
  }

  #work .piece-mark img {
    max-height: 4.25rem !important;
  }
}
