:root {
  --bg: #fff;
  --ink: #111;
  --muted: #777;
  --soft: #f8f8f8;
  --line: #e7e7e7;
  --overlay: rgba(0, 0, 0, 0.54);
  --header: 82px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: var(--header);
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
  align-items: center;
  padding: 0 42px;
  color: #fff;
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-solid,
.site-header.site-header--solid {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}

.brand .brand-icon {
  display: block;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}

.nav {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
}

.nav a,
.social a,
.mobile-toggle {
  opacity: 0.94;
  transition: opacity 160ms ease, color 160ms ease;
}

.nav a:hover,
.social a:hover,
.mobile-toggle:hover {
  opacity: 0.62;
}

.social {
  justify-self: end;
  display: flex;
  gap: 17px;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.social-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: currentColor;
  vertical-align: middle;
}

.icon-vimeo {
  -webkit-mask: url("../icons/vimeo.svg") center / contain no-repeat;
  mask: url("../icons/vimeo.svg") center / contain no-repeat;
}

.icon-instagram {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1S-.7 127.6-2.5 163.5c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.9zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1S-.7 127.6-2.5 163.5c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.9zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-spotify {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath d='M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 6.9-13.2 9.1-20.1 4.9-55.2-33.7-124.7-41.3-206.5-22.6-7.9 1.8-15.7-3.1-17.5-11s3.1-15.7 11-17.5c89.5-20.5 166.4-11.6 228.9 26.6 6.9 4.2 9.1 13.2 4.2 19.6zm28.5-63.5c-5.3 8.6-16.5 11.3-25.1 6-63.2-38.9-159.6-50.2-234.3-27.4-9.7 2.9-19.9-2.5-22.8-12.2s2.5-19.9 12.2-22.8c85.3-25.9 191.5-13.2 264.1 31.4 8.6 5.3 11.3 16.5 5.9 25zm2.5-66.1c-75.8-45-200.8-49.2-273.1-27.2-11.6 3.5-23.8-3-27.3-14.6s3-23.8 14.6-27.3c83-25.2 220.8-20.3 308.5 31.7 10.4 6.2 13.8 19.6 7.6 30s-19.9 13.6-30.3 7.4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath d='M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 6.9-13.2 9.1-20.1 4.9-55.2-33.7-124.7-41.3-206.5-22.6-7.9 1.8-15.7-3.1-17.5-11s3.1-15.7 11-17.5c89.5-20.5 166.4-11.6 228.9 26.6 6.9 4.2 9.1 13.2 4.2 19.6zm28.5-63.5c-5.3 8.6-16.5 11.3-25.1 6-63.2-38.9-159.6-50.2-234.3-27.4-9.7 2.9-19.9-2.5-22.8-12.2s2.5-19.9 12.2-22.8c85.3-25.9 191.5-13.2 264.1 31.4 8.6 5.3 11.3 16.5 5.9 25zm2.5-66.1c-75.8-45-200.8-49.2-273.1-27.2-11.6 3.5-23.8-3-27.3-14.6s3-23.8 14.6-27.3c83-25.2 220.8-20.3 308.5 31.7 10.4 6.2 13.8 19.6 7.6 30s-19.9 13.6-30.3 7.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.icon-whatsapp {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.4 32 1.9 131.5 1.9 254c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.4 0 222-99.5 222-222 0-59.3-23.1-115-65-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3 18.6-68.1-4.4-7C49.1 322.8 39.4 288.7 39.4 254c0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 54 81.2 53.9 130.5 0 101.8-82.8 184.6-184.4 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.5-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2s-9.7 1.4-14.8 6.9c-5.1 5.5-19.4 19-19.4 46.3s19.9 53.7 22.6 57.4c2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32 101.4 32 1.9 131.5 1.9 254c0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.4 0 222-99.5 222-222 0-59.3-23.1-115-65-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3 18.6-68.1-4.4-7C49.1 322.8 39.4 288.7 39.4 254c0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 54 81.2 53.9 130.5 0 101.8-82.8 184.6-184.4 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.5-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2s-9.7 1.4-14.8 6.9c-5.1 5.5-19.4 19-19.4 46.3s19.9 53.7 22.6 57.4c2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mobile-toggle {
  display: none;
  width: 36px;
  height: 28px;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  cursor: pointer;
}

.mobile-toggle span,
.mobile-toggle::before,
.mobile-toggle::after {
  content: "";
  display: block;
  height: 2px;
  width: 26px;
  margin: 6px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #000;
  color: #fff;
  text-align: center;
}

.hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.16);
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding: 0 24px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(54px, 8.2vw, 130px);
  line-height: 0.9;
  font-weight: 700;
}

.hero p {
  margin: 38px 0 0;
  font-size: clamp(14px, 1.6vw, 25px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: none;
}

.hero-reel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 336px;
  min-height: 58px;
  margin-top: 72px;
  padding: 0 34px;
  border: 1px solid #fff;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.hero-reel-button:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 56px;
  z-index: 2;
  width: 42px;
  height: 42px;
  transform: translateX(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0.88;
}

.section {
  padding: 74px 42px 108px;
}

.section--compact {
  padding-top: 118px;
}

.section-title {
  margin: 0 0 26px;
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.section-kicker {
  margin: 0 0 4px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 34px;
  justify-content: center;
  margin: 0 0 46px;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}

.filter-button,
.text-button {
  border: 0;
  background: transparent;
  color: #6f6f6f;
  font: inherit;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  text-transform: uppercase;
}

.filter-button.is-active,
.filter-button:hover,
.text-button:hover {
  color: #111;
}

.work-grid,
.still-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 auto;
}

.work-grid {
  max-width: 1680px;
}

.still-grid {
  max-width: 1320px;
  gap: 28px;
}

.work-card,
.still-card {
  position: relative;
  overflow: hidden;
  background: #111;
  aspect-ratio: 16 / 9;
}

.still-card {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.work-card img,
.still-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease, opacity 320ms ease;
}

.work-card:hover img,
.still-card:hover img {
  transform: scale(1.035);
  opacity: 0.72;
}

.work-meta {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 24px;
  color: #fff;
  background: var(--overlay);
  opacity: 0;
  text-align: center;
  transition: opacity 220ms ease;
}

.work-card:hover .work-meta,
.work-card:focus-within .work-meta {
  opacity: 1;
}

.work-card--reel .work-meta {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.has-video-lightbox,
.has-image-lightbox {
  overflow: hidden;
}

.video-lightbox,
.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 36px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.video-lightbox.is-open,
.image-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.video-lightbox__backdrop,
.image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}

.video-lightbox__dialog,
.image-lightbox__dialog {
  position: relative;
  z-index: 1;
}

.video-lightbox__dialog {
  width: min(1180px, 92vw);
}

.image-lightbox__dialog {
  width: min(1280px, 92vw);
  max-height: 86vh;
}

.video-lightbox__video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.video-lightbox__status {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: none;
  transform: translate(-50%, -50%);
  padding: 12px 18px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.video-lightbox.is-loading .video-lightbox__status {
  display: block;
}

.image-lightbox__image {
  width: auto;
  max-width: 100%;
  max-height: 86vh;
  margin: 0 auto;
  object-fit: contain;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.video-lightbox__close,
.image-lightbox__close {
  position: absolute;
  top: -42px;
  right: 0;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.video-lightbox__close::before,
.video-lightbox__close::after,
.image-lightbox__close::before,
.image-lightbox__close::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 5px;
  width: 24px;
  height: 2px;
  background: currentColor;
}

.video-lightbox__close::before,
.image-lightbox__close::before {
  transform: rotate(45deg);
}

.video-lightbox__close::after,
.image-lightbox__close::after {
  transform: rotate(-45deg);
}

.work-title {
  margin: 0;
  font-size: clamp(18px, 1.8vw, 28px);
  line-height: 1.2;
  font-weight: 700;
}

.work-category {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  text-transform: uppercase;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.read-more {
  background: #ededed;
  color: #666;
  padding: 13px 30px;
  line-height: 1;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.read-more:hover {
  background: #111;
  color: #fff;
}

.page-title {
  min-height: 250px;
  display: grid;
  place-items: end center;
  padding: calc(var(--header) + 38px) 24px 54px;
  background: #111;
  color: #fff;
  text-align: center;
}

.page-title h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.bio-layout {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 450px) minmax(0, 1fr);
  align-items: center;
  gap: 0;
}

.bio-image {
  aspect-ratio: 4 / 5;
  background: #111;
}

.bio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bio-copy {
  background: #fff;
  margin-left: -74px;
  padding: 62px 58px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);
}

.bio-copy h2 {
  margin: 0 0 24px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
}

.bio-copy p,
.contact-intro,
.contact-card p,
.guide p {
  color: #666;
}

.bio-copy p {
  margin: 0 0 20px;
}

.works-block {
  margin: 0 auto 86px;
  max-width: 1680px;
}

.works-block:last-child {
  margin-bottom: 0;
}

.category-heading {
  margin: 0 0 30px;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
}

.reel-feature {
  max-width: 980px;
  margin: 0 auto;
}

.contact-wrap,
.guide {
  max-width: 1080px;
  margin: 0 auto;
}

.contact-intro {
  max-width: 620px;
  margin: 0 auto 58px;
  text-align: center;
  font-size: 16px;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  max-width: 760px;
  margin: 0 auto;
}

.contact-card {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  text-align: center;
}

.contact-card h2 {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-card p {
  margin: 0 0 16px;
}

.contact-card strong {
  color: #111;
  font-weight: 600;
}

.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid #111;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.contact-button:hover {
  background: #111;
  color: #fff;
}

.project-detail {
  max-width: 1180px;
  margin: 0 auto;
}

.project-detail h1 {
  margin: 0 0 28px;
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
}

.project-media {
  background: #111;
  aspect-ratio: 16 / 9;
}

.project-media video,
.project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-footer {
  background: var(--soft);
  color: #7e7e7e;
  text-align: center;
  padding: 34px 24px 24px;
}

.footer-contact {
  margin: 0 0 20px;
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.footer-contacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 760px;
  margin: 0 auto 28px;
}

.footer-contact-card h2 {
  margin: 0 0 10px;
  color: #111;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-contact-card p {
  margin: 0 0 14px;
  color: #111;
  font-weight: 600;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  font-weight: 600;
  text-transform: uppercase;
}

.copyright {
  margin: 0;
}

.guide {
  border-top: 1px solid var(--line);
  padding-top: 34px;
}

.guide h2 {
  margin: 0 0 16px;
  font-size: 18px;
}

.guide code {
  background: #f4f4f4;
  padding: 1px 5px;
}

@media (max-width: 1100px) {
  .site-header {
    padding: 0 24px;
    grid-template-columns: 1fr auto;
  }

  .nav,
  .social {
    display: none;
  }

  .mobile-toggle {
    display: block;
    justify-self: end;
  }

  .site-header.is-open .nav {
    position: absolute;
    top: var(--header);
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    background: #fff;
    color: #111;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.08);
  }

  .site-header.is-open .nav a {
    padding: 18px 24px;
    border-top: 1px solid var(--line);
  }

  .work-grid,
  .still-grid,
  .contact-list,
  .footer-contacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bio-layout {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .bio-copy {
    margin: -58px 26px 0;
    padding: 42px 36px;
  }
}

@media (max-width: 700px) {
  :root {
    --header: 68px;
  }

  .site-header {
    padding: 0 18px;
  }

  .brand {
    font-size: 16px;
  }

  .hero p {
    margin-top: 24px;
    letter-spacing: 0.2em;
  }

  .hero-reel-button {
    min-width: min(300px, 86vw);
    min-height: 52px;
    margin-top: 44px;
    font-size: 15px;
  }

  .scroll-cue {
    bottom: 34px;
    width: 32px;
    height: 32px;
  }

  .section {
    padding: 54px 18px 76px;
  }

  .section--compact {
    padding-top: 92px;
  }

  .filters {
    gap: 14px 22px;
    margin-bottom: 32px;
  }

  .work-grid,
  .still-grid,
  .contact-list,
  .footer-contacts {
    grid-template-columns: 1fr;
  }

  .still-grid {
    gap: 18px;
  }

  .video-lightbox,
  .image-lightbox {
    padding: 18px;
  }

  .video-lightbox__dialog,
  .image-lightbox__dialog {
    width: 100%;
  }

  .video-lightbox__close,
  .image-lightbox__close {
    top: -40px;
  }

  .work-meta {
    opacity: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.05));
    justify-content: flex-end;
  }

  .work-card--reel .work-meta {
    justify-content: center;
  }

  .bio-copy {
    margin: 0;
    padding: 32px 22px;
    box-shadow: none;
  }

  .page-title {
    min-height: 210px;
    padding-bottom: 42px;
  }

  .footer-contact {
    letter-spacing: 0.08em;
  }
}
