:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f7f7f7;
  background: #08090d;
}
* { box-sizing: border-box; }
body { margin: 0; background: #08090d; color: #f7f7f7; }
a { color: inherit; }
.work-page__header { padding: 22px max(20px, calc((100vw - 1160px) / 2)); border-bottom: 1px solid #252730; }
.work-page__header a { font-weight: 800; letter-spacing: .08em; text-decoration: none; }
.work-page { width: min(1160px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 64px; }
.work-page__breadcrumbs { display: flex; gap: 9px; flex-wrap: wrap; color: #a9abb5; font-size: 14px; }
.work-page__breadcrumbs a { text-underline-offset: 3px; }
.work-page__eyebrow { margin: 42px 0 10px; color: #d4ad63; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; }
h1 { max-width: 900px; margin: 36px 0 10px; font-size: clamp(34px, 6vw, 68px); line-height: 1.02; }
.work-page__eyebrow + h1 { margin-top: 0; }
.work-page__lead { margin: 0 0 30px; color: #c8c9cf; font-size: clamp(18px, 2vw, 24px); }
.work-page__gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 28px 0; }
.work-page__picture { display: block; overflow: hidden; border-radius: 18px; background: #15171d; aspect-ratio: 4 / 3; }
.work-page__picture:first-child { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
.work-page__picture img { display: block; width: 100%; height: 100%; object-fit: cover; }
.work-page__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 28px 0; }
.work-page__facts div { padding: 18px; border: 1px solid #292b34; border-radius: 14px; background: #111218; }
.work-page__facts dt { color: #92949e; font-size: 13px; }
.work-page__facts dd { margin: 7px 0 0; font-weight: 700; }
.work-page__text { max-width: 800px; color: #d9dae0; font-size: 18px; line-height: 1.7; }
.work-page__cta { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; margin-top: 22px; padding: 0 22px; border-radius: 999px; color: #08090d; background: #d4ad63; font-weight: 800; text-decoration: none; }
.work-page__related { margin-top: 70px; padding-top: 30px; border-top: 1px solid #252730; }
.work-page__related h2 { font-size: clamp(26px, 4vw, 40px); }
.work-page__related > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.work-page__related a { display: grid; gap: 9px; text-decoration: none; }
.work-page__related .work-page__picture, .work-page__related .work-page__picture:first-child { grid-column: auto; aspect-ratio: 4 / 3; border-radius: 12px; }
.work-page__related span { color: #a9abb5; font-size: 14px; }
.work-page--message { min-height: 70vh; display: grid; align-content: center; justify-items: start; }
@media (max-width: 720px) {
  .work-page__gallery { grid-template-columns: 1fr; }
  .work-page__picture:first-child { grid-column: auto; aspect-ratio: 4 / 3; }
  .work-page__facts { grid-template-columns: 1fr; }
  .work-page__related > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
