/* Shared only by the new LAB and sticker pages, in both languages. */
.lab-main { padding-bottom: 80px; }
.lab-breadcrumbs { padding-top: 24px; color: var(--muted); font-size: .78rem; }
.lab-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.lab-breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: var(--muted); }
.lab-breadcrumbs a:hover, .lab-return a:hover { text-decoration: underline; }
.lab-main a:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.lab-intro { padding: 76px 0 64px; max-width: 900px; }
.lab-intro h1 { margin: 20px 0 28px; font-size: clamp(2.5rem, 5.5vw, 5rem); letter-spacing: -.055em; line-height: 1.2; }
.lab-lead { margin: 0; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.15rem); line-height: 1.9; }
.lab-feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.lab-feature-art { padding: clamp(24px, 4vw, 52px); background: var(--bg-soft); }
.lab-feature-art img { display: block; width: 100%; height: auto; }
.lab-feature-copy { padding: clamp(24px, 4vw, 52px); }
.lab-feature-copy h2 { margin: 20px 0; font-size: clamp(1.9rem, 3vw, 3rem); line-height: 1.3; letter-spacing: -.04em; }
.lab-feature-copy > p:not(.section-kicker), .lab-related p:not(.section-kicker) { color: var(--muted); line-height: 1.9; }
.lab-feature-copy .button { margin-top: 20px; }
.lab-related { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 64px; padding: 40px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lab-related > div { max-width: 680px; }
.lab-related h2 { margin: 12px 0; font-size: clamp(1.4rem, 2.3vw, 2rem); line-height: 1.45; }
.lab-related .button { flex-shrink: 0; }
.lab-return { display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; margin-top: 36px; color: var(--muted); }
@media (max-width: 980px) {
  .lab-related { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 720px) {
  .lab-main { padding-bottom: 56px; }
  .lab-intro { padding: 48px 0 40px; }
  .lab-feature { grid-template-columns: 1fr; }
  .lab-feature-art img { max-width: 420px; margin: auto; }
  .lab-related { margin-top: 40px; padding: 28px 0; }
}
@media (max-width: 440px) {
  .lab-intro h1 { font-size: 2.25rem; }
  .lab-main .button { max-width: 100%; white-space: normal; text-align: center; }
}

.lab-roles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0 0 64px; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--paper); }
.lab-roles > div { min-width: 0; padding: 18px; border-right: 1px solid var(--line); }
.lab-roles > div:last-child { border-right: 0; }
.lab-roles span { color: var(--blue); font-size: .6rem; font-weight: 800; letter-spacing: .12em; }
.lab-roles p { margin: 7px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
@media (max-width: 720px) { .lab-roles { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 40px; }.lab-roles > div:nth-child(2) { border-right: 0; }.lab-roles > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); } }
