.work-hub {
  width: min(100% - 2rem, 80rem);
  margin: 0 auto;
  color: hsl(var(--mumu-text));
}
.work-hero {
  display: grid;
  min-height: clamp(34rem, 72vh, 50rem);
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  border-bottom: 1px solid hsl(var(--mumu-border-strong));
  padding: clamp(3rem, 8vw, 7rem) 0 clamp(2rem, 5vw, 4rem);
}
.work-kicker {
  margin: 0 0 1rem;
  color: hsl(var(--mumu-brand));
  font-family: var(--mumu-font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.work-hero h1 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--mumu-font-serif);
  font-size: clamp(3.2rem, 8vw, 7.3rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.91;
}
.work-hero-copy > p:last-child {
  max-width: 40rem;
  margin: 1.6rem 0 0;
  color: hsl(var(--mumu-text-secondary));
  font-size: clamp(1rem, 1.8vw, 1.24rem);
  line-height: 1.7;
}
.work-hero-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid hsl(var(--mumu-border));
  background: hsl(var(--mumu-bg-muted));
}
.work-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.work-hero-media span {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  background: hsl(222 47% 8% / 0.84);
  color: white;
  padding: 0.45rem 0.6rem;
  font-family: var(--mumu-font-mono);
  font-size: 0.65rem;
}
.work-section { padding: clamp(3.5rem, 7vw, 6.5rem) 0; border-bottom: 1px solid hsl(var(--mumu-border)); }
.work-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
.work-section-head h2 {
  max-width: 12ch;
  margin: 0;
  font-family: var(--mumu-font-serif);
  font-size: clamp(2.1rem, 4.5vw, 4rem);
  letter-spacing: -0.05em;
  line-height: 1;
}
.work-section-head p { max-width: 42rem; margin: 0; color: hsl(var(--mumu-text-secondary)); line-height: 1.7; }
.work-lanes { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid hsl(var(--mumu-border)); }
.work-lane { padding: 1.4rem; border-right: 1px solid hsl(var(--mumu-border)); }
.work-lane:first-child { padding-left: 0; }
.work-lane:last-child { border-right: 0; }
.work-lane code { color: hsl(var(--mumu-brand)); font-family: var(--mumu-font-mono); font-size: 0.7rem; }
.work-lane h3 { margin: 2.8rem 0 0.7rem; font-size: 1.35rem; }
.work-lane p { min-height: 4.8rem; color: hsl(var(--mumu-text-secondary)); line-height: 1.6; }
.work-links { display: grid; gap: 0; margin-top: 1.2rem; }
.work-links a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid hsl(var(--mumu-border));
  color: hsl(var(--mumu-text));
  padding: 0.8rem 0;
  font-size: 0.88rem;
  text-decoration: none;
}
.work-links a:hover { color: hsl(var(--mumu-brand)); }
.work-process { display: grid; grid-template-columns: repeat(4, 1fr); }
.work-process article { min-height: 13rem; border: 1px solid hsl(var(--mumu-border)); border-right: 0; padding: 1.2rem; }
.work-process article:last-child { border-right: 1px solid hsl(var(--mumu-border)); }
.work-process strong { color: hsl(var(--mumu-brand)); font-family: var(--mumu-font-mono); font-size: 0.72rem; }
.work-process h3 { margin: 2.6rem 0 0.6rem; }
.work-process p { margin: 0; color: hsl(var(--mumu-text-secondary)); font-size: 0.88rem; line-height: 1.6; }
.work-cta { display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: 2.5rem 0 5rem; }
.work-cta p { margin: 0; font-family: var(--mumu-font-serif); font-size: clamp(1.5rem, 3vw, 2.5rem); font-weight: 700; }
.work-cta a { border: 1px solid hsl(var(--mumu-text)); background: hsl(var(--mumu-text)); color: hsl(var(--mumu-bg)); padding: 0.9rem 1.2rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
@media (max-width: 760px) {
  .work-hub { width: min(100% - 1.25rem, 80rem); }
  .work-hero, .work-section-head { grid-template-columns: 1fr; }
  .work-hero { min-height: 0; padding-top: 3rem; }
  .work-lanes, .work-process { grid-template-columns: 1fr; }
  .work-lane, .work-lane:first-child { border-right: 0; border-bottom: 1px solid hsl(var(--mumu-border)); padding: 1.4rem 0; }
  .work-lane p { min-height: 0; }
  .work-process article { min-height: 0; border-right: 1px solid hsl(var(--mumu-border)); border-bottom: 0; }
  .work-process article:last-child { border-bottom: 1px solid hsl(var(--mumu-border)); }
  .work-cta { align-items: flex-start; flex-direction: column; }
}
