/*
Theme Name: BigScreen Productions
Theme URI: https://www.thebigscreenproductions.com
Author: BigScreen Productions
Author URI: https://www.instagram.com/thebigscreenbglr/
Description: Award-winning cinematic 3D scroll experience for BigScreen Productions — premium film production, advertising, events and creative media, Bengaluru. Scroll-scrubbed canvas frame sequences, GSAP + Lenis smooth scrolling, film grain, glassmorphism, gold-on-black luxury design. Fully customizable via the WordPress Customizer (Appearance → Customize → BigScreen settings).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bigscreen-productions
Tags: entertainment, portfolio, one-column, custom-colors, custom-menu, featured-images
*/

:root {
  --bg: #050505;
  --black-2: #0a0908;
  --gold: #c9a35c;
  --gold-bright: #e8c887;
  --gold-dim: rgba(201, 163, 92, 0.35);
  --ivory: #f3ead9;
  --ivory-dim: rgba(243, 234, 217, 0.55);
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { background: var(--bg); }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  background: var(--bg);
  color: var(--ivory);
  font-family: var(--sans);
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--gold); color: var(--bg); }

img { max-width: 100%; height: auto; }
a { color: var(--gold-bright); }

/* ---------- overlays ---------- */
.bsp-grain {
  position: fixed; inset: -100%; width: 300%; height: 300%;
  pointer-events: none; z-index: 200; opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: bspGrain 0.9s steps(6) infinite;
}
@keyframes bspGrain {
  0% { transform: translate(0,0); } 20% { transform: translate(-3%,2%); }
  40% { transform: translate(2%,-3%); } 60% { transform: translate(-2%,-2%); }
  80% { transform: translate(3%,2%); } 100% { transform: translate(-1%,3%); }
}
.bsp-vignette {
  position: fixed; inset: 0; pointer-events: none; z-index: 150;
  background: radial-gradient(ellipse at center, transparent 52%, rgba(0,0,0,0.42) 100%);
}

/* ---------- typography ---------- */
.h-display { font-family: var(--serif); font-weight: 400; color: var(--ivory); line-height: 1.02; }
.eyebrow {
  font-family: var(--sans); font-size: 0.7rem; font-weight: 400;
  letter-spacing: 0.5em; text-transform: uppercase; color: var(--gold);
}

/* ---------- glass ---------- */
.glass {
  background: rgba(14,12,9,0.42);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  border: 1px solid rgba(201,163,92,0.14);
  border-radius: 14px;
}

/* ---------- buttons ---------- */
.btn-gold {
  display: inline-flex; align-items: center; gap: 0.9rem;
  padding: 1.15rem 2.8rem; border: 1px solid var(--gold-dim);
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(201,163,92,0.14), rgba(201,163,92,0.04));
  color: var(--gold-bright); font-family: var(--sans);
  font-size: 0.78rem; font-weight: 400; letter-spacing: 0.32em;
  text-transform: uppercase; text-decoration: none; cursor: pointer;
  overflow: hidden; position: relative;
  transition: border-color .5s ease, color .5s ease, transform .5s cubic-bezier(.22,1,.36,1), box-shadow .5s ease;
}
.btn-gold:hover {
  border-color: var(--gold); color: var(--bg); transform: translateY(-2px);
  box-shadow: 0 18px 50px -12px rgba(201,163,92,0.45);
}
.btn-gold::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(120deg, var(--gold-bright), var(--gold));
  transform: scaleY(0); transform-origin: bottom;
  transition: transform .5s cubic-bezier(.22,1,.36,1);
  z-index: -1; border-radius: 999px;
}
.btn-gold:hover::before { transform: scaleY(1); }

/* ---------- nav ---------- */
.bsp-nav {
  position: fixed; top: 1.2rem; left: 50%; transform: translateX(-50%);
  z-index: 300; display: flex; align-items: center; gap: 2.4rem;
  padding: 0.85rem 2rem; border-radius: 999px; max-width: 94vw;
  transition: background .6s ease, border .6s ease;
  border: 1px solid transparent;
}
.bsp-nav.scrolled {
  background: rgba(14,12,9,0.42);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  border-color: rgba(201,163,92,0.14);
}
.bsp-nav .brand { display: flex; align-items: center; }
.bsp-nav .brand svg { width: 118px; height: auto; display: block; }
.bsp-nav ul { display: flex; gap: 1.8rem; list-style: none; }
.bsp-nav ul a {
  color: var(--ivory-dim); text-decoration: none; font-size: 0.66rem;
  letter-spacing: 0.28em; text-transform: uppercase; white-space: nowrap;
  transition: color .4s ease;
}
.bsp-nav ul a:hover { color: var(--gold-bright); }

/* ---------- sections shared ---------- */
.pin-section { position: relative; }
.pin-sticky {
  position: sticky; top: 0; height: 100vh; overflow: hidden; background: var(--bg);
}
canvas.seq-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.bsp-logo { display: block; height: auto; }

/* hero */
#hero { height: 420vh; }
.hero-shade {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse at center 62%, rgba(5,5,5,0) 30%, rgba(5,5,5,0.35) 100%),
    linear-gradient(to top, rgba(5,5,5,0.55), transparent 35%);
}
.hero-center {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  padding: 0 6vw; z-index: 20;
}
.hero-center .eyebrow { margin-bottom: 2.2rem; opacity: 0.9; }
.hero-title { display: flex; flex-direction: column; align-items: center; opacity: 0; }
.hero-title .bsp-logo {
  width: clamp(300px, 52vw, 760px);
  filter: drop-shadow(0 8px 60px rgba(0,0,0,0.8)) drop-shadow(0 0 60px rgba(201,163,92,0.25));
}
.hero-title .sub-line {
  font-family: var(--sans); font-size: clamp(0.72rem, 1.5vw, 1.05rem);
  letter-spacing: 0.62em; margin-top: 1.6rem; color: var(--gold-bright); font-weight: 300;
}
.hero-tag {
  margin-top: 2.6rem; font-size: clamp(0.8rem, 1.4vw, 1.02rem);
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--ivory-dim); opacity: 0;
}
.scroll-hint {
  position: absolute; bottom: 3rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.8rem; z-index: 30; opacity: 0;
}
.scroll-hint span {
  font-size: 0.6rem; letter-spacing: 0.45em; text-transform: uppercase; color: var(--ivory-dim);
}
.scroll-hint .line {
  width: 1px; height: 52px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: bspScrollPulse 2.2s ease-in-out infinite; transform-origin: top;
}
@keyframes bspScrollPulse {
  0% { transform: scaleY(0); opacity: 0; }
  35% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1) translateY(18px); opacity: 0; }
}

/* who */
#who { height: 300vh; }
.who-center {
  position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  padding: 0 8vw; overflow: hidden;
}
.who-glow {
  position: absolute; width: 60vw; height: 60vw; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,163,92,0.07), transparent 65%);
  filter: blur(40px); pointer-events: none;
}
.who-center .eyebrow { margin-bottom: 3rem; opacity: 0; }
.who-h { font-size: clamp(1.9rem, 4.6vw, 4.4rem); max-width: 20ch; opacity: 0; }
.who-h em { color: var(--gold-bright); }
.who-p {
  margin-top: 3rem; max-width: 52ch; font-size: clamp(0.92rem, 1.4vw, 1.12rem);
  line-height: 2; color: var(--ivory-dim); letter-spacing: 0.04em; opacity: 0;
}

/* craft */
#craft { height: 560vh; }
.craft-shade {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to right, rgba(5,5,5,0.72) 0%, rgba(5,5,5,0.25) 45%, transparent 70%);
}
.craft-curtain {
  position: absolute; inset: 0; opacity: 0; pointer-events: none; z-index: 5;
  background: radial-gradient(ellipse at center, rgba(8,7,5,0.9) 0%, rgba(5,5,5,0.98) 75%);
}
.craft-items {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  justify-content: center; padding: 0 8vw; z-index: 10;
}
.craft-items .eyebrow { margin-bottom: 1rem; }
.craft-list { position: relative; height: clamp(9rem, 26vh, 15rem); }
.craft-item { position: absolute; top: 50%; transform: translateY(-50%); opacity: 0; }
.craft-item .num {
  display: block; font-family: var(--sans); font-size: 0.68rem;
  letter-spacing: 0.45em; color: var(--gold); margin-bottom: 1.4rem;
}
.craft-item h3 {
  font-family: var(--serif); font-weight: 400; color: var(--ivory);
  font-size: clamp(2.2rem, 6vw, 5.4rem); white-space: nowrap;
  text-shadow: 0 6px 40px rgba(0,0,0,0.9); line-height: 1.02;
}
.craft-finale {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  opacity: 0; display: flex; flex-direction: column; align-items: center;
  text-align: center; width: max-content;
}
.craft-finale .num {
  display: block; font-family: var(--sans); font-size: 0.68rem;
  letter-spacing: 0.45em; color: var(--gold); margin-bottom: 2rem;
}
.craft-finale .bsp-logo {
  width: clamp(280px, 42vw, 620px);
  filter: drop-shadow(0 6px 40px rgba(0,0,0,0.9)) drop-shadow(0 0 55px rgba(201,163,92,0.35));
}
.craft-finale .sub-line {
  display: block; font-family: var(--sans); font-size: 0.72rem;
  letter-spacing: 0.62em; margin-top: 1.6rem; color: var(--gold-bright);
  text-shadow: 0 0 45px rgba(201,163,92,0.55);
}

/* process */
#process { height: 460vh; }
.process-shade {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to bottom, rgba(5,5,5,0.5), transparent 30%, transparent 55%, rgba(5,5,5,0.72));
}
.process-head { position: absolute; top: 9vh; left: 0; right: 0; text-align: center; z-index: 10; }
.process-head .eyebrow { margin-bottom: 1.4rem; }
.process-head h2 { font-size: clamp(1.7rem, 3.6vw, 3.2rem); }
.process-grid {
  position: absolute; bottom: 7vh; left: 50%; transform: translateX(-50%);
  width: min(1200px, 92vw); display: grid; grid-template-columns: repeat(4,1fr);
  gap: 0.9rem; z-index: 10;
}
.process-card { padding: 1.5rem 1.6rem; opacity: 0; }
.process-card .k {
  display: block; font-size: 0.6rem; letter-spacing: 0.38em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 0.7rem;
}
.process-card .v { font-family: var(--serif); font-size: clamp(1.05rem, 1.7vw, 1.45rem); color: var(--ivory); }

/* work */
#work { position: relative; background: var(--bg); padding: 14vh 0 10vh; }
.section-head { text-align: center; margin-bottom: 7vh; padding: 0 6vw; }
.section-head .eyebrow { margin-bottom: 1.6rem; }
.section-head h2 { font-size: clamp(2rem, 4.6vw, 4.2rem); }
.showreel-wrap {
  width: min(1400px, 94vw); margin: 0 auto 1.2rem; border-radius: 18px;
  overflow: hidden; position: relative; border: 1px solid rgba(201,163,92,0.12);
  box-shadow: 0 40px 120px -40px rgba(0,0,0,0.9);
}
.showreel-wrap video { width: 100%; display: block; aspect-ratio: 16/9; object-fit: cover; }
.showreel-tag {
  position: absolute; left: 2.4rem; bottom: 2rem; pointer-events: none;
  font-size: 0.62rem; letter-spacing: 0.45em; text-transform: uppercase;
  color: var(--ivory); opacity: 0.9; text-shadow: 0 2px 20px rgba(0,0,0,0.8);
}
.work-grid {
  width: min(1400px, 94vw); margin: 0 auto; display: grid;
  grid-template-columns: repeat(2,1fr); gap: 1.2rem;
}
.work-card {
  position: relative; display: block; border-radius: 16px; overflow: hidden;
  aspect-ratio: 16/10; text-decoration: none;
  border: 1px solid rgba(201,163,92,0.1); opacity: 0; transform: translateY(60px);
}
.work-card.wide { grid-column: span 2; aspect-ratio: 21/9; }
.work-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.01); transition: transform 1.4s cubic-bezier(.22,1,.36,1);
}
.work-card:hover img { transform: scale(1.06); }
.work-card .shade {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,5,5,0.85), transparent 55%);
}
.work-card .meta {
  position: absolute; left: 2rem; bottom: 1.8rem; right: 2rem;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem;
}
.work-card .tag {
  display: block; font-size: 0.6rem; letter-spacing: 0.4em;
  text-transform: uppercase; color: var(--gold-bright); margin-bottom: 0.6rem;
}
.work-card .title { font-family: var(--serif); font-size: clamp(1.3rem, 2.4vw, 2rem); color: var(--ivory); }
.work-card .arrow { color: var(--gold); font-size: 1.4rem; line-height: 1; opacity: 0.4; transition: all .5s ease; }
.work-card:hover .arrow { opacity: 1; transform: translateX(6px); }

/* team */
#team { position: relative; background: var(--bg); padding: 16vh 6vw 18vh; overflow: hidden; }
.team-grid {
  width: min(1300px, 100%); margin: 0 auto; display: grid;
  grid-template-columns: repeat(4,1fr); gap: 1.2rem;
}
.team-card {
  position: relative; border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(201,163,92,0.12); aspect-ratio: 3/4;
  background: var(--black-2); will-change: transform, clip-path;
}
.team-card img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 25%;
  filter: saturate(0.82); transition: filter .9s cubic-bezier(.22,1,.36,1);
  will-change: transform;
}
.team-card:hover img { filter: saturate(1.08); }
.team-card .shade {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(5,5,5,0.92), rgba(5,5,5,0.25) 42%, transparent 65%);
}
.team-card .ring {
  position: absolute; inset: 0; border-radius: 16px; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(201,163,92,0.45), inset 0 -60px 120px -60px rgba(201,163,92,0.25);
  opacity: 0; transition: opacity .6s ease;
}
.team-card:hover .ring { opacity: 1; }
.team-card .cap { position: absolute; left: 1.6rem; right: 1.6rem; bottom: 1.5rem; opacity: 0; }
.team-card .role {
  display: block; font-size: 0.58rem; letter-spacing: 0.38em;
  text-transform: uppercase; color: var(--gold-bright); margin-bottom: 0.6rem;
}
.team-card .name { font-family: var(--serif); font-size: clamp(1.2rem, 1.9vw, 1.6rem); color: var(--ivory); }

/* clients */
#clients { position: relative; background: var(--bg); padding: 16vh 6vw; overflow: hidden; }
.client-grid { width: min(1200px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); }
.client-cell {
  display: flex; align-items: center; justify-content: center;
  padding: 3.2rem 1rem; border: 1px solid rgba(243,234,217,0.05);
  margin-right: -1px; margin-bottom: -1px; opacity: 0; transform: translateY(24px);
}
.client-cell span {
  font-family: var(--serif); font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  letter-spacing: 0.28em; color: var(--ivory-dim); white-space: nowrap;
  transition: color .5s ease;
}
.client-cell:hover span { color: var(--gold-bright); }

/* contact */
#contact {
  position: relative; padding: 18vh 6vw 6vh; overflow: hidden;
  background: linear-gradient(to bottom, var(--bg), #0b0906 60%, var(--bg));
}
.contact-head { text-align: center; margin-bottom: 9vh; position: relative; }
.contact-head .eyebrow { margin-bottom: 2rem; }
.contact-head h2 { font-size: clamp(2.2rem, 5.4vw, 5rem); max-width: 18ch; margin: 0 auto; }
.contact-head h2 em { color: var(--gold-bright); }
.contact-head .btn-gold { margin-top: 3.4rem; }
.inquiry-panel { width: min(880px, 100%); margin: 0 auto; padding: clamp(1.8rem, 4vw, 3.6rem); position: relative; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.field { display: flex; flex-direction: column; gap: 0.55rem; }
.field.full { grid-column: 1 / -1; }
.field label {
  font-size: 0.62rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--ivory-dim);
}
.field input, .field select, .field textarea {
  background: rgba(243,234,217,0.025); border: 1px solid rgba(243,234,217,0.1);
  border-radius: 10px; padding: 1rem 1.15rem; color: var(--ivory);
  font-family: var(--sans); font-size: 0.95rem; font-weight: 300;
  outline: none; transition: border-color .4s ease, background .4s ease; appearance: none;
  width: 100%;
}
.field select option { background: #121008; color: var(--ivory); }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--gold-dim); background: rgba(201,163,92,0.05);
}
.form-actions { text-align: center; margin-top: 2.6rem; }
.form-note { color: #e8a06a; font-size: 0.85rem; margin-top: 1.2rem; }
.form-success { text-align: center; padding: 4rem 1rem; }
.form-success .big { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: 1.4rem; color: var(--ivory); }
.form-success p { color: var(--ivory-dim); line-height: 1.9; max-width: 44ch; margin: 0 auto; }

/* CF7 harmonization */
.inquiry-panel .wpcf7 input:not([type=submit]), .inquiry-panel .wpcf7 select, .inquiry-panel .wpcf7 textarea {
  background: rgba(243,234,217,0.025); border: 1px solid rgba(243,234,217,0.1);
  border-radius: 10px; padding: 1rem 1.15rem; color: var(--ivory);
  font-family: var(--sans); width: 100%;
}
.inquiry-panel .wpcf7 input[type=submit] { cursor: pointer; }

.contact-strip {
  width: min(880px, 100%); margin: 6vh auto 0; display: grid;
  grid-template-columns: 1fr 1fr 1fr; gap: 1rem;
}
.contact-strip a { padding: 1.4rem 1.5rem; text-decoration: none; display: block; }
.contact-strip .k {
  display: block; font-size: 0.58rem; letter-spacing: 0.4em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 0.7rem;
}
.contact-strip .v { font-size: 0.86rem; line-height: 1.7; color: var(--ivory); letter-spacing: 0.03em; }
.socials { display: flex; justify-content: center; gap: 1.2rem; margin-top: 2.4rem; }
.socials a {
  width: 52px; height: 52px; border-radius: 50%; display: flex;
  align-items: center; justify-content: center; color: var(--ivory-dim);
  transition: color .4s ease;
}
.socials a:hover { color: var(--gold-bright); }

/* footer */
.bsp-footer {
  margin-top: 10vh; padding: 3rem 6vw 2.5rem;
  border-top: 1px solid rgba(243,234,217,0.07);
  display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center;
  justify-content: space-between; background: var(--bg);
}
.bsp-footer .brand { display: flex; align-items: center; gap: 0.9rem; }
.bsp-footer .brand svg { width: 150px; height: auto; }
.bsp-footer .brand .word {
  font-size: 0.62rem; letter-spacing: 0.42em; color: var(--gold); text-transform: uppercase;
}
.bsp-footer .line { font-size: 0.7rem; letter-spacing: 0.25em; color: var(--ivory-dim); }
.bsp-footer .copy { font-size: 0.7rem; letter-spacing: 0.2em; color: rgba(243,234,217,0.3); }

/* generic content (inner pages) */
.bsp-content { max-width: 800px; margin: 0 auto; padding: 22vh 6vw 12vh; line-height: 1.9; }
.bsp-content h1, .bsp-content h2, .bsp-content h3 { font-family: var(--serif); font-weight: 400; margin: 2rem 0 1rem; }

/* ---------- responsive ---------- */
@media (max-width: 1023px) {
  .team-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 767px) {
  .bsp-nav ul { display: none; }
  .process-grid { grid-template-columns: repeat(2,1fr); gap: 0.6rem; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card.wide { grid-column: span 1; aspect-ratio: 16/10; }
  .client-grid { grid-template-columns: repeat(2,1fr); }
  .contact-strip { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  #hero { height: 320vh; }
  #who { height: 240vh; }
  #craft { height: 480vh; }
  #process { height: 400vh; }
}
@media (max-width: 520px) {
  .team-grid { grid-template-columns: 1fr; gap: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  .bsp-grain { animation: none; }
  .scroll-hint .line { animation: none; }
}
/* previous works (video) */
#videos { position: relative; background: var(--bg); padding: 0 0 16vh; }
.video-grid {
  width: min(1400px, 94vw); margin: 0 auto; display: grid;
  grid-template-columns: repeat(4,1fr); gap: 1.2rem;
}
.video-card {
  position: relative; display: block; border-radius: 16px; overflow: hidden;
  aspect-ratio: 16/10; border: 1px solid rgba(201,163,92,0.1);
  opacity: 0; transform: translateY(60px); background: var(--black-2);
  padding: 0; cursor: pointer; text-align: left; width: 100%;
}
.video-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.01); transition: transform 1.4s cubic-bezier(.22,1,.36,1);
}
.video-card:hover img { transform: scale(1.06); }
.video-card .shade {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,5,5,0.88), transparent 55%);
}
.video-card .play-ring {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center;
  justify-content: center; color: var(--bg); background: var(--gold-bright);
  box-shadow: 0 10px 30px -6px rgba(0,0,0,0.6);
  transition: transform .4s cubic-bezier(.22,1,.36,1), background .4s ease;
}
.video-card:hover .play-ring { transform: translate(-50%,-50%) scale(1.1); background: var(--gold); }
.video-card .meta { position: absolute; left: 1.4rem; bottom: 1.2rem; right: 1.4rem; }
.video-card .tag {
  display: block; font-size: 0.58rem; letter-spacing: 0.36em;
  text-transform: uppercase; color: var(--gold-bright); margin-bottom: 0.5rem;
}
.video-card .title { font-family: var(--serif); font-size: clamp(1rem, 1.6vw, 1.3rem); color: var(--ivory); }

/* video lightbox modal */
.video-modal {
  position: fixed; inset: 0; z-index: 500; display: flex; align-items: center;
  justify-content: center; opacity: 0; pointer-events: none;
  transition: opacity .4s ease;
}
.video-modal.is-open { opacity: 1; pointer-events: auto; }
.video-modal-backdrop {
  position: absolute; inset: 0; background: rgba(5,5,5,0.92);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.video-modal-inner {
  position: relative; width: min(1100px, 90vw); z-index: 2;
  transform: scale(0.94); transition: transform .4s cubic-bezier(.22,1,.36,1);
}
.video-modal.is-open .video-modal-inner { transform: scale(1); }
.video-modal-frame {
  position: relative; width: 100%; aspect-ratio: 16/9; border-radius: 14px;
  overflow: hidden; background: #000; box-shadow: 0 40px 120px -30px rgba(0,0,0,0.9);
}
.video-modal-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-modal-close {
  position: absolute; top: -3rem; right: 0; width: 44px; height: 44px;
  border-radius: 50%; border: 1px solid rgba(201,163,92,0.3); background: rgba(14,12,9,0.6);
  color: var(--ivory); font-size: 1.6rem; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: border-color .4s ease, color .4s ease;
}
.video-modal-close:hover { border-color: var(--gold); color: var(--gold-bright); }

@media (max-width: 1023px) {
  .video-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 767px) {
  .video-grid { grid-template-columns: 1fr; }
  .video-modal-close { top: -3.4rem; }
}