.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.06) saturate(.78);
}

.share-site {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px 12px 12px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  background: rgba(8,9,12,.84);
  color: #fff;
  box-shadow: 0 12px 36px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font: 600 .875rem/1 "Manrope", Arial, sans-serif;
  cursor: pointer;
  transition: transform .25s ease, background-color .25s ease, color .25s ease;
}

.share-site:hover,
.share-site:focus-visible {
  background: #fff;
  color: #090a0d;
  outline: none;
  transform: translateY(-2px);
}

.share-site-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #d8a758;
  color: #090a0d;
  font-size: 1rem;
}

.share-status {
  position: fixed;
  right: max(22px, env(safe-area-inset-right));
  bottom: calc(max(18px, env(safe-area-inset-bottom)) + 58px);
  z-index: 45;
  padding: 8px 12px;
  border-radius: 8px;
  background: #fff;
  color: #090a0d;
  font-size: .8rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease;
}

.share-status.visible {
  opacity: 1;
  transform: none;
}

.project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }
}

.cinesymphony-cover {
  margin: 24px -28px 26px;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #07111f;
}

.cinesymphony-cover img,
.fly-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card.light:has(.cinesymphony-cover) {
  justify-content: flex-start;
}

.project-card.light:has(.cinesymphony-cover) > div:last-child {
  margin-top: auto;
}

.gold-award {
  display: grid;
  grid-template-columns: minmax(220px, 420px) 1fr;
  align-items: center;
  gap: clamp(32px, 6vw, 90px);
  margin-top: clamp(56px, 9vw, 120px);
  padding: clamp(24px, 4vw, 52px);
  background: #090a0d;
  color: #f6f2e8;
}

.gold-award figure {
  margin: 0;
  aspect-ratio: 1178 / 1658;
  overflow: hidden;
  background: #111218;
}

.gold-award img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gold-award h3 {
  margin: 14px 0 24px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.3rem, 5vw, 5.5rem);
  font-weight: 500;
  line-height: .95;
}

.gold-award h3 em {
  color: #d7b563;
  font-weight: 500;
}

.gold-award p:last-child {
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.7;
}

.fly-cover {
  overflow: hidden;
}

.fly-cover img {
  object-position: center;
}

.upcoming-release {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 1fr;
  align-items: stretch;
  margin-bottom: clamp(56px, 8vw, 100px);
  background: #07111f;
  color: #f8f1df;
}

.upcoming-release figure {
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
}

.upcoming-release figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upcoming-release-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 6vw, 80px);
}

.upcoming-release-info .tag {
  color: #d8b66a;
}

.upcoming-release-info .release-date {
  margin: 20px 0 8px;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.upcoming-release-info .release-date span {
  display: inline-block;
  margin-right: 10px;
  color: #d8b66a;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.8rem, 6vw, 6rem);
  line-height: .8;
}

.upcoming-release-info h3 {
  margin: 22px 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.8rem, 6vw, 6.5rem);
  font-weight: 500;
  line-height: .9;
}

.upcoming-release-info > p:last-child {
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.7;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 0 clamp(48px, 7vw, 80px);
  border-top: 1px solid rgba(255,255,255,.42);
  border-bottom: 1px solid rgba(255,255,255,.42);
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 74px;
  padding: 18px clamp(14px, 2vw, 28px);
  border-right: 1px solid rgba(255,255,255,.28);
  color: #fff;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .25s ease, color .25s ease;
}

.social-links a:last-child {
  border-right: 0;
}

.social-links a:hover,
.social-links a:focus-visible {
  background: #fff;
  color: #111;
  outline: none;
}

@media (max-width: 760px) {
  .project-grid,
  .upcoming-release {
    grid-template-columns: 1fr;
  }

  .cinesymphony-cover {
    margin-inline: -20px;
  }

  .gold-award {
    grid-template-columns: 1fr;
  }

  .gold-award figure {
    width: min(100%, 380px);
    margin-inline: auto;
  }

  .social-links {
    grid-template-columns: 1fr 1fr;
  }

  .social-links a {
    min-height: 64px;
    border-bottom: 1px solid rgba(255,255,255,.28);
  }

  .social-links a:nth-child(2n) {
    border-right: 0;
  }

  .social-links a:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

}
