:root {
  --bg: #0b0b0d;
  --surface: #111216;
  --text: #f3f4f6;
  --muted: #a6abb6;
  --line: rgba(255, 255, 255, 0.12);
  --gold: #c9a227;
  --gold-soft: #d9bf66;
  --max: 1180px;
  --radius: 16px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --ease-out: cubic-bezier(.17, .84, .44, 1);
  --font-head: "Inter Tight", sans-serif;
  --font-body: "Inter", sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: hidden; }
body { font-family: var(--font-body); background: radial-gradient(circle at 20% 0%, #171820 0%, var(--bg) 45%); color: var(--text); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
.main-stage { width: min(var(--max), 92vw); margin: 0 auto; }
.main-stage > .hero { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 18px min(4vw, 44px); display: flex; align-items: center; justify-content: space-between; transition: background .35s var(--ease), border-color .35s var(--ease), backdrop-filter .35s var(--ease); border-bottom: 1px solid transparent; }
.site-header.is-scrolled { background: rgba(8, 8, 11, 0.74); backdrop-filter: blur(14px); border-color: rgba(255, 255, 255, .08); }
.nav-main { display: flex; gap: clamp(14px, 2vw, 30px); }
.nav-main a { font-size: 13px; letter-spacing: .11em; text-transform: uppercase; color: rgba(244, 245, 248, .88); }
.nav-main a:hover { color: var(--gold-soft); }
.brand { display: inline-flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.brand-serif { font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1; letter-spacing: .01em; display: inline-flex; align-items: center; }
.brand-tag { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.brand-o-slot { width: .72em; display: inline-flex; justify-content: center; align-items: center; }
.brand-orb { width: .48em; height: .48em; border-radius: 999px; background: radial-gradient(circle at 30% 30%, #ffe9a3 0%, #e2bf57 36%, #946d13 100%); }
.nav-toggle { display: none; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 10px; background: transparent; color: var(--text); }
.nav-toggle span,.nav-toggle span::before,.nav-toggle span::after { display: block; content: ""; width: 18px; height: 2px; background: #fff; border-radius: 99px; position: relative; margin: 0 auto; }
.nav-toggle span::before { position: absolute; top: -6px; left: 0; }
.nav-toggle span::after { position: absolute; top: 6px; left: 0; }
.hero { min-height: 100vh; position: relative; overflow: hidden; display: grid; align-items: center; padding-top: 100px; }
.hero__media { position: absolute; inset: -2%; width: 104%; height: 104%; }
.hero__parallax,.hero__media-inner,.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media-inner { background-image: linear-gradient(120deg, rgba(8,10,16,.52), rgba(8,10,14,.22)), url("../assets/hero-bg.png"); background-size: cover; background-position: 62% 42%; transform: scale(1.03); }
.hero__video { object-fit: cover; object-position: 62% 42%; opacity: .42; }
.hero-video-fallback .hero__video { display: none; }
.hero__vignette { position: absolute; inset: 0; background: radial-gradient(circle at 50% 40%, transparent 18%, rgba(0,0,0,.56) 88%); }
.hero__overlay--cinematic { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,8,10,.82) 0%, rgba(8,8,10,.35) 45%, rgba(8,8,10,.18) 100%), radial-gradient(circle at 85% 10%, rgba(201,162,39,.14), transparent 36%); }
.hero__grain { position: absolute; inset: -20%; opacity: .15; background-image: radial-gradient(rgba(255,255,255,.22) .6px, transparent .7px); background-size: 3px 3px; pointer-events: none; }
.hero__inner { position: relative; max-width: min(860px, 86vw); z-index: 4; padding-inline: max(18px, 4vw); }
.hero__head { margin: 0; display: grid; gap: 8px; }
.hero__h1-line { display: block; }
.hero__kicker { margin: 18px 0 0; color: #d7d9de; letter-spacing: .1em; text-transform: uppercase; font-size: 11px; }
.hero__actions { margin-top: 26px; display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--line); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; transition: transform .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease), color .25s var(--ease); }
.btn--cinematic { border-color: rgba(201,162,39,.45); color: #f7f5ee; background: linear-gradient(180deg, rgba(201,162,39,.2), rgba(201,162,39,.05)); }
.btn--cinematic:hover { transform: translateY(-2px); border-color: rgba(201,162,39,.75); }
.btn--sm { min-height: 40px; font-size: 11px; }
.block { padding: clamp(68px, 9vw, 120px) 0; }
.block__head { max-width: 720px; margin-bottom: 26px; }
.block__label { color: var(--gold-soft); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.block__title { margin: 8px 0 8px; font-size: clamp(32px, 4.2vw, 54px); line-height: 1.03; }
.block__desc { margin: 0; color: var(--muted); max-width: 62ch; }
.showreel-clean { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #0c0d11; }
.showreel-video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.featured-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.featured-cell { grid-column: span 4; min-height: 240px; position: relative; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); }
.featured-cell__bg { position: absolute; inset: 0; background-image: radial-gradient(circle at var(--tile-pos, 45% 45%), rgba(201,162,39,.34), transparent 55%), linear-gradient(135deg, #2b2d35 0%, #1a1c23 56%, #121318 100%); transition: transform .45s var(--ease); }
.featured-cell__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(7,8,10,.92) 100%); }
.featured-cell__title,.featured-cell__meta { position: absolute; left: 14px; z-index: 2; }
.featured-cell__title { bottom: 30px; font-size: 20px; font-weight: 600; }
.featured-cell__meta { bottom: 11px; color: #a7acb9; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.featured-cell:hover .featured-cell__bg { transform: scale(1.08); will-change: transform; }
.about-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 26px; align-items: stretch; }
.about-split__title { margin: 8px 0; font-size: clamp(28px, 3.6vw, 46px); line-height: 1.08; }
.about-split__text { margin: 0 0 22px; color: var(--muted); max-width: 54ch; }
.about-split__visual { border-radius: 16px; border: 1px solid var(--line); min-height: 300px; background: radial-gradient(circle at 80% 8%, rgba(201,162,39,.28), transparent 33%), linear-gradient(140deg, #242731 0%, #171922 56%, #111318 100%); }
.clients { border: 1px solid var(--line); border-radius: 14px; padding: 20px; background: #111217; }
.clients__lead { margin: 10px 0 16px; color: var(--muted); }
.clients__row { display: flex; gap: 10px; flex-wrap: wrap; }
.clients__logo { display: inline-flex; padding: 10px 12px; border-radius: 999px; background: #1a1d24; border: 1px solid rgba(255,255,255,.08); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.contact-landing { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.contact-landing__meta { margin-top: 16px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; color: #b5b9c5; }
.contact-landing__meta a { color: var(--gold-soft); }
.contact-landing__dot { width: 4px; height: 4px; border-radius: 50%; background: #707782; }
.contact-form { border: 1px solid var(--line); border-radius: 14px; padding: 18px; background: #111217; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { display: grid; gap: 8px; margin-bottom: 14px; }
label { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: #c3c7d3; }
input, textarea { width: 100%; border-radius: 10px; border: 1px solid rgba(255,255,255,.15); background: #0d0e12; color: #fff; padding: 11px 12px; font-family: inherit; }
input:focus, textarea:focus { outline: 1px solid rgba(201,162,39,.55); border-color: rgba(201,162,39,.65); }
.site-footer { padding: 34px 0 44px; }
.site-footer__inner { width: min(var(--max), 92vw); margin: 0 auto; display: flex; gap: 12px; align-items: center; color: #afb3bf; }
.site-footer__brand { color: #ebedf1; letter-spacing: .08em; text-transform: uppercase; font-size: 11px; }
.site-footer__rule { flex: 1; height: 1px; background: rgba(255,255,255,.08); }
.site-footer__glow { height: 66px; background: radial-gradient(circle at center, rgba(201,162,39,.17), transparent 70%); }
.page-main { padding-top: 100px; }
.page-hero { max-width: 780px; padding: 56px 0 12px; }
.page-hero__title { margin: 10px 0; font-size: clamp(36px, 5vw, 68px); line-height: 1.02; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.card { border: 1px solid var(--line); border-radius: 14px; padding: 18px; background: #12141b; }
.card h3 { margin: 0 0 8px; }
.card p { margin: 0; color: var(--muted); }
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); will-change: opacity, transform; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 920px) { .featured-cell { grid-column: span 6; } .about-split,.contact-landing,.service-grid { grid-template-columns: 1fr; } }
@media (max-width: 760px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav-main { position: absolute; top: 68px; left: 12px; right: 12px; border-radius: 12px; border: 1px solid rgba(255,255,255,.12); background: #0e1015; padding: 10px; display: none; flex-direction: column; }
  .nav-main.is-open { display: flex; }
  .featured-cell { grid-column: span 12; min-height: 200px; }
  .form-row { grid-template-columns: 1fr; }
  .site-footer__inner { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } .reveal { opacity: 1 !important; transform: none !important; } }
.hero-slides { position: relative; width: 100%; min-height: 280px; }
.hero-slide { display: none !important; position: absolute; top: 0; left: 0; width: 100%; opacity: 0; pointer-events: none; }
.hero-slide--active { display: block !important; position: relative; opacity: 1; pointer-events: auto; }
@keyframes wordPop {
  0% { opacity: 0; transform: translateY(30px) scale(0.92); }
  60% { transform: translateY(-4px) scale(1.02); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
.hero-slide--active .hero__h1-line:nth-child(1) { animation: wordPop 0.55s cubic-bezier(0.2,0.7,0.2,1) 0.05s both; }
.hero-slide--active .hero__h1-line:nth-child(2) { animation: wordPop 0.55s cubic-bezier(0.2,0.7,0.2,1) 0.18s both; }
.hero-slide--active .hero__h1-line:nth-child(3) { animation: wordPop 0.65s cubic-bezier(0.2,0.7,0.2,1) 0.32s both; }
.hero-slide--active .hero__kicker { animation: wordPop 0.5s cubic-bezier(0.2,0.7,0.2,1) 0.48s both; }
.hero-slide--active .hero__actions { animation: wordPop 0.5s cubic-bezier(0.2,0.7,0.2,1) 0.58s both; }
.hero-slider__dots { display: flex; gap: 10px; margin-top: 28px; }
.hero-dot { width: 10px; height: 10px; border-radius: 50%; border: none; padding: 0; cursor: pointer; background: rgba(201,162,39,.3); transition: background .25s ease; }
.hero-dot--active { background: var(--gold); }
.clients-section { padding: 60px 0; }
.clients-header { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; margin-bottom: 40px; }
.clients-header__left { }
.clients-header__title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(32px, 4vw, 52px); line-height: 1.05; margin: 10px 0 12px; letter-spacing: 0.03em; color: #fff; }
.clients-header__sub { color: var(--muted); font-size: 14px; line-height: 1.6; max-width: 38ch; }
.clients-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.clients-stat { background: #12141b; border: 1px solid rgba(201,162,39,0.15); border-radius: 12px; padding: 20px; text-align: center; }
.clients-stat__num { display: block; font-family: 'Bebas Neue', sans-serif; font-size: 42px; line-height: 1; color: var(--gold); letter-spacing: 0.02em; }
.clients-stat__label { display: block; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }
.clients-ticker-wrap { overflow: hidden; position: relative; width: 100%; }
.clients-ticker-line { height: 1px; background: linear-gradient(90deg, transparent, rgba(201,162,39,0.4), transparent); }
.clients-ticker-scroll { overflow: hidden; position: relative; padding: 18px 0; }
.clients-ticker-scroll::before, .clients-ticker-scroll::after { content: ''; position: absolute; top: 0; bottom: 0; width: 100px; z-index: 2; pointer-events: none; }
.clients-ticker-scroll::before { left: 0; background: linear-gradient(90deg, var(--bg), transparent); }
.clients-ticker-scroll::after { right: 0; background: linear-gradient(270deg, var(--bg), transparent); }
.clients-ticker { display: flex; align-items: center; gap: 0; width: max-content; animation: tickerScroll 20s linear infinite; }
.clients-ticker:hover { animation-play-state: paused; }
.clients-ticker__item { font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase; color: #e8e9ee; font-family: var(--font-head); font-weight: 600; padding: 0 32px; white-space: nowrap; transition: color 0.3s ease, transform 0.3s ease; }
.clients-ticker__item:hover { color: var(--gold); transform: scale(1.05); }
.clients-ticker__sep { color: var(--gold); font-size: 10px; opacity: 0.6; flex-shrink: 0; }
@keyframes tickerScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@media (max-width: 920px) { .clients-header { grid-template-columns: 1fr; gap: 24px; } }
@media (max-width: 760px) { .clients-stats { grid-template-columns: repeat(3, 1fr); gap: 8px; } .clients-stat { padding: 14px 10px; } .clients-stat__num { font-size: 32px; } .clients-stat__label { font-size: 10px; } }

/* Contact section v2 */
.contact-block { border-top: 1px solid rgba(201,162,39,0.15); background: radial-gradient(ellipse at 30% 80%, rgba(201,162,39,0.06) 0%, transparent 60%); }
.contact-block .contact-landing { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-label { color: var(--gold-soft); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; }
.contact-heading { font-family: 'Bebas Neue', sans-serif; font-size: clamp(64px, 8vw, 110px); line-height: 0.9; color: #fff; margin: 16px 0 0; letter-spacing: 0.03em; }
.contact-heading.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out); }
.contact-heading.is-visible { opacity: 1; transform: translateY(0); }
.contact-gold-line { width: 0; height: 2px; background: var(--gold); margin-top: 24px; transition: width 0.6s var(--ease-out) 0.3s; }
.contact-gold-line.is-visible { width: 48px; }
.contact-desc { color: var(--muted); font-size: 15px; line-height: 1.8; margin-top: 20px; max-width: 38ch; }
.contact-desc.reveal { opacity: 0; transition: opacity 0.7s var(--ease-out) 0.5s; transform: none; }
.contact-desc.is-visible { opacity: 1; }
.contact-info { margin-top: 28px; display: flex; flex-direction: column; gap: 6px; }
.contact-info.reveal { opacity: 0; transition: opacity 0.6s var(--ease-out) 0.6s; transform: none; }
.contact-info.is-visible { opacity: 1; }
.contact-email { color: var(--gold); font-size: 13px; letter-spacing: 0.1em; }
.contact-location { color: var(--muted); font-size: 12px; }
.contact-form-v2 { background: rgba(255,255,255,0.03); border: 1px solid rgba(201,162,39,0.12); border-radius: 20px; padding: 32px; backdrop-filter: blur(10px); }
.contact-form-v2.reveal { opacity: 0; transform: translateX(40px); transition: opacity 0.7s var(--ease-out) 0.2s, transform 0.7s var(--ease-out) 0.2s; }
.contact-form-v2.is-visible { opacity: 1; transform: translateX(0); }
.contact-form-v2__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form-v2__group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; }
.contact-form-v2 label { font-family: 'Bebas Neue', sans-serif; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.contact-form-v2 input, .contact-form-v2 textarea { width: 100%; background: rgba(255,255,255,0.04); border: none; border-bottom: 1px solid rgba(255,255,255,0.12); border-radius: 0; color: #fff; font-size: 14px; padding: 12px 4px; font-family: inherit; transition: border-color 0.3s ease; }
.contact-form-v2 input:focus, .contact-form-v2 textarea:focus { border-bottom-color: var(--gold); outline: none; }
.contact-form-v2 textarea { min-height: 100px; resize: none; }
.contact-form-v2__group:nth-child(1) { transition-delay: 0.3s; }
.contact-form-v2__group:nth-child(2) { transition-delay: 0.4s; }
.contact-send-btn { width: 100%; background: linear-gradient(135deg, #c9a227, #e8c84a); color: #000; font-family: 'Bebas Neue', sans-serif; font-size: 16px; letter-spacing: 0.2em; text-transform: uppercase; border: none; border-radius: 10px; min-height: 52px; cursor: pointer; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.contact-send-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(201,162,39,0.35); }
@media (max-width: 920px) { .contact-block .contact-landing { grid-template-columns: 1fr; gap: 32px; } }
@media (max-width: 760px) { .contact-form-v2__row { grid-template-columns: 1fr; } .contact-heading { font-size: clamp(48px, 10vw, 72px); } }

/* Premium footer */
.site-footer-premium { position: relative; margin-top: 0; padding: 0; background: linear-gradient(180deg, #0b0b0d 0%, #0e0f14 100%); border-top: 1px solid rgba(201,162,39,0.15); overflow: hidden; }
.sfp-glow { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 600px; height: 200px; background: radial-gradient(ellipse at top, rgba(201,162,39,0.12), transparent 70%); pointer-events: none; }
.sfp-inner { width: min(1180px, 92vw); margin: 0 auto; padding: 64px 0 32px; }
.sfp-top { display: grid; grid-template-columns: 1.4fr 0.8fr 1.1fr 1.4fr; gap: 40px; align-items: start; }
.sfp-tagline { margin: 14px 0 0; font-size: 13px; color: var(--muted); line-height: 1.7; font-style: italic; }
.sfp-nav { display: flex; flex-direction: column; gap: 10px; }
.sfp-nav__label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin: 0 0 8px; font-weight: 600; }
.sfp-nav a { font-size: 13px; color: var(--muted); text-decoration: none; transition: color 0.3s; letter-spacing: 0.04em; }
.sfp-nav a:hover { color: #f0f0f0; }
.sfp-contact { display: flex; flex-direction: column; gap: 8px; }
.sfp-email { font-size: 12px; color: var(--gold-soft); text-decoration: none; letter-spacing: 0.06em; transition: color 0.3s; }
.sfp-email:hover { color: #fff; }
.sfp-location { margin: 0; font-size: 12px; color: var(--muted); letter-spacing: 0.08em; }
.sfp-socials { margin-top: 12px; display: flex; flex-direction: column; gap: 10px; }
.sfp-social-btn { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); text-decoration: none; font-size: 12px; letter-spacing: 0.06em; transition: color 0.3s, border-color 0.3s; border: 1px solid rgba(255,255,255,0.08); border-radius: 999px; padding: 8px 14px; width: fit-content; }
.sfp-social-btn:hover { color: var(--gold-soft); border-color: rgba(201,162,39,0.35); }
.sfp-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent); margin: 40px 0 24px; }
.sfp-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.sfp-copy { font-size: 12px; color: #5a5e6a; letter-spacing: 0.06em; }
.sfp-made { font-size: 11px; color: #3a3d47; letter-spacing: 0.1em; text-transform: uppercase; }
@media (max-width: 900px) { .sfp-top { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 560px) { .sfp-top { grid-template-columns: 1fr; } .sfp-bottom { flex-direction: column; text-align: center; } }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.8); } }

/* Team preview */
.team-preview-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.team-preview__title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(56px, 8vw, 110px); line-height: 0.88; letter-spacing: 0.03em; margin: 10px 0 14px; color: #fff; }
.team-preview__sub { font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin: 0 0 18px; }
.team-preview__text { font-size: 15px; line-height: 2; color: #b8bcc8; font-family: Georgia, serif; }
.team-preview__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.team-preview__card { border-radius: 16px; border: 1px solid rgba(201,162,39,0.15); overflow: hidden; position: relative; min-height: 200px; background: linear-gradient(135deg, #1a1c24 0%, #12141a 100%); transition: transform 0.4s ease, border-color 0.4s ease; }
.team-preview__card:hover { transform: translateY(-4px); border-color: rgba(201,162,39,0.4); }
.tp-card-1 { background: linear-gradient(135deg, rgba(201,162,39,0.18) 0%, #12141a 60%); min-height: 220px; }
.tp-card-2 { background: linear-gradient(225deg, rgba(201,162,39,0.12) 0%, #12141a 60%); }
.tp-card-3 { background: linear-gradient(135deg, #12141a 40%, rgba(201,162,39,0.1) 100%); }
.tp-card-4 { background: linear-gradient(45deg, rgba(201,162,39,0.08) 0%, #1a1c24 100%); min-height: 220px; }
.tp-card__inner { position: absolute; bottom: 16px; left: 16px; }
.tp-card__role { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); background: rgba(0,0,0,0.5); padding: 5px 10px; border-radius: 999px; border: 1px solid rgba(201,162,39,0.25); }
@media (max-width: 900px) { .team-preview-inner { grid-template-columns: 1fr; } .team-preview__grid { grid-template-columns: repeat(2, 1fr); } }

.about-slideshow { min-height: 480px; }
.abt-slides { position: relative; width: 100%; height: 480px; }
.abt-slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}
.abt-slide--active {
  opacity: 1;
  pointer-events: auto;
}
.abt-slide__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);
}
.abt-slide__text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  transform: translateY(6px);
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}
.abt-slide--active .abt-slide__text {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.abt-slide__tag {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 8px;
  display: block;
}
.abt-slide__quote {
  font-size: 14px;
  line-height: 1.6;
  color: #f0eee8;
  font-style: italic;
  margin: 0 0 6px;
}
.abt-dots {
  position: absolute;
  bottom: 16px; right: 20px;
  display: flex; gap: 6px;
  z-index: 10;
}
.abt-dot {
  width: 24px; height: 3px;
  border-radius: 99px;
  background: rgba(255,255,255,0.25);
  transition: background 0.3s;
  cursor: pointer;
}
.abt-dot--active { background: var(--gold); }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.hero__media, .hero__parallax, .hero__video {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.featured-cell__bg {
  will-change: transform;
  transform: translateZ(0);
}
.hero-slide {
  will-change: opacity, transform;
  transform: translateZ(0);
}
.abt-slide {
  will-change: opacity;
  transform: translateZ(0);
}
.clients-ticker {
  will-change: transform;
  transform: translateZ(0);
}

html {
  scroll-behavior: smooth;
}

[data-animation="fadeSlideLeft"] {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.9s cubic-bezier(0.25,0.46,0.45,0.94),
              transform 0.9s cubic-bezier(0.25,0.46,0.45,0.94);
}
[data-animation="fadeSlideLeft"].is-visible {
  opacity: 1;
  transform: translateX(0);
}

.abt-slide img {
  transition: transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94),
              opacity 0.8s cubic-bezier(0.25,0.46,0.45,0.94);
  will-change: transform, opacity;
}
.abt-slide {
  transition: opacity 0.6s ease;
  will-change: opacity;
}

@media(max-width:900px) {
  .about-split {
    grid-template-columns: 1fr !important;
  }
  .about-slideshow {
    height: 380px !important;
  }
  .abt-slides {
    height: 380px !important;
  }
}

/* Team Section Premium */
.team-preview-inner {
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  gap: 40px;
  align-items: center;
  text-align: center;
  padding: 40px 0;
}
.team-preview__eyebrow {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 16px;
}
.team-preview__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(52px, 7.5vw, 100px);
  line-height: 0.88;
  letter-spacing: 0.03em;
  margin: 0 0 16px;
  color: #fff;
  text-shadow: 0 0 80px rgba(201,162,39,0.15);
}
.team-preview__sub {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin: 0 0 20px;
}
.team-preview__text {
  font-size: 14px;
  line-height: 2;
  color: #b8bcc8;
  font-family: Georgia, serif;
  max-width: 48ch;
  margin: 0 auto 32px;
}
.team-preview__em {
  color: var(--gold-soft);
  font-style: italic;
  display: block;
  margin-top: 8px;
}
.btn-team {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #000;
  background: linear-gradient(135deg, #c9a227 0%, #e8c84a 50%, #c9a227 100%);
  background-size: 200% auto;
  padding: 14px 40px;
  border-radius: 999px;
  text-decoration: none;
  transition: background-position 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 32px rgba(201,162,39,0.25);
}
.btn-team:hover {
  background-position: right center;
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(201,162,39,0.4);
}
.btn-team__icon { font-size: 12px; }
.btn-team__arrow {
  transition: transform 0.3s ease;
}
.btn-team:hover .btn-team__arrow {
  transform: translateX(4px);
}

/* Film Reel */
.team-deco {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  opacity: 0.7;
}
.film-reel {
  animation: reelSpin 8s linear infinite;
}
.reel-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid rgba(201,162,39,0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201,162,39,0.05);
}
.reel-hole {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(201,162,39,0.5);
  background: #0b0b0d;
}
.reel-spoke {
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(201,162,39,0.25);
  top: 50%;
  left: 0;
  transform-origin: center;
}
.reel-spoke--2 { transform: rotate(60deg); }
.reel-spoke--3 { transform: rotate(120deg); }
@keyframes reelSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Film Strip */
.film-strip {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.film-frame {
  width: 60px;
  height: 36px;
  border: 1px solid rgba(201,162,39,0.2);
  border-radius: 3px;
  background: rgba(201,162,39,0.03);
  position: relative;
}
.film-frame::before,
.film-frame::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: rgba(201,162,39,0.3);
}
.film-frame::before { left: 4px; }
.film-frame::after { right: 4px; }

/* Projector */
.projector {
  position: relative;
  width: 80px;
  height: 60px;
}
.proj-body {
  width: 70px;
  height: 44px;
  background: linear-gradient(135deg, #1a1c24, #111318);
  border: 1px solid rgba(201,162,39,0.3);
  border-radius: 8px;
  position: absolute;
  top: 8px;
  left: 0;
}
.proj-lens {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(201,162,39,0.5);
  background: radial-gradient(circle, rgba(201,162,39,0.2), transparent);
  position: absolute;
  top: 18px;
  right: -8px;
  animation: lensPulse 2s ease-in-out infinite;
}
.proj-beam {
  position: absolute;
  top: 22px;
  right: -8px;
  width: 40px;
  height: 16px;
  background: linear-gradient(90deg, rgba(201,162,39,0.15), transparent);
  clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0 70%);
  animation: beamPulse 2s ease-in-out infinite;
}
@keyframes lensPulse {
  0%, 100% { box-shadow: 0 0 8px rgba(201,162,39,0.3); }
  50% { box-shadow: 0 0 20px rgba(201,162,39,0.6); }
}
@keyframes beamPulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}
.film-strip--right {
  align-items: flex-end;
}
@media(max-width:900px) {
  .team-preview-inner {
    grid-template-columns: 1fr;
  }
  .team-deco { display: none; }
}

/* Team Decorations — Projector (left) + Popcorn (right) */
.team-preview-inner {
  grid-template-columns: 140px 1fr 140px;
  align-items: center;
}
.team-deco {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.75;
}
.deco-projector {
  width: 120px;
  height: auto;
  display: block;
}
.deco-projector__lens {
  transform-origin: 126px 65px;
  animation: decoLensPulse 2.4s ease-in-out infinite;
}
.deco-projector__beam {
  transform-origin: 135px 65px;
  animation: decoBeamPulse 2.4s ease-in-out infinite;
}
@keyframes decoLensPulse {
  0%, 100% { filter: drop-shadow(0 0 2px rgba(201,162,39,0.4)); opacity: 0.85; }
  50%      { filter: drop-shadow(0 0 8px rgba(201,162,39,0.85)); opacity: 1; }
}
@keyframes decoBeamPulse {
  0%, 100% { opacity: 0.55; }
  50%      { opacity: 1; }
}
.deco-popcorn {
  width: 100px;
  height: auto;
  display: block;
  animation: decoPopBounce 3s ease-in-out infinite;
}
.deco-popcorn__kernels {
  transform-origin: 60px 40px;
  animation: decoKernelFloat 2.6s ease-in-out infinite;
}
@keyframes decoPopBounce {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}
@keyframes decoKernelFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-3px); }
}
@media (max-width: 900px) {
  .team-preview-inner { grid-template-columns: 1fr; }
  .team-deco { display: none; }
}

@keyframes swayLeft {
  0%, 100% { transform: rotate(-4deg) translateY(0px); }
  50% { transform: rotate(4deg) translateY(-6px); }
}
@keyframes swayRight {
  0%, 100% { transform: rotate(3deg) translateY(0px); }
  50% { transform: rotate(-3deg) translateY(-8px); }
}

/* ── Mobile Optimization ── */
html {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: none;
}

a, button, .btn, .featured-cell, .nav-main a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

@media (max-width: 768px) {

  /* Hero */
  .hero { min-height: 85vh; padding-top: 80px; }
  .hero__head { font-size: clamp(32px, 8vw, 52px) !important; }
  .hero__kicker { font-size: 10px; }
  .hero__actions { flex-direction: column; gap: 10px; }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .hero-dots { justify-content: center; }

  /* Navigation */
  .site-header { padding: 14px 16px; }
  .nav-main.is-open {
    padding: 16px;
    gap: 12px;
  }
  .nav-main a { font-size: 14px; padding: 8px 0; }
  .brand-serif { font-size: 18px; }
  .brand-tag { font-size: 9px; }

  /* Blocks */
  .block { padding: clamp(40px, 6vw, 60px) 0; }
  .block__title { font-size: clamp(28px, 6vw, 40px); }
  .block__desc { font-size: 13px; }

  /* Featured Grid */
  .featured-grid { gap: 10px; }
  .featured-cell { grid-column: span 12 !important; min-height: 220px; }
  .featured-cell__title { font-size: 18px; }

  /* About Split */
  .about-split {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .about-split__title { font-size: clamp(28px, 6vw, 40px) !important; }
  .about-slideshow { height: 320px !important; }
  .abt-slides { height: 320px !important; }

  /* Team Section */
  .team-preview-inner {
    grid-template-columns: 1fr !important;
  }
  .team-preview__title {
    font-size: clamp(48px, 12vw, 72px) !important;
  }

  /* Clients */
  .clients-ticker__item { font-size: 12px; padding: 0 20px; }

  /* Contact */
  .contact-landing { grid-template-columns: 1fr !important; }
  .contact-form { padding: 16px; }
  .form-row { grid-template-columns: 1fr !important; }

  /* Showreel */
  .showreel-clean { border-radius: 12px; }

  /* Footer */
  .sfp-top {
    grid-template-columns: 1fr !important;
    gap: 28px;
    text-align: center;
  }
  .sfp-bottom {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .sfp-inner { padding: 40px 16px 24px; }
  .sfp-social-btn { margin: 0 auto; }

  /* Page Hero */
  .page-hero { padding: 36px 0 8px; }
  .page-hero__title { font-size: clamp(28px, 7vw, 44px); }

  /* Service Grid */
  .service-grid { grid-template-columns: 1fr !important; }

  /* General */
  .main-stage { width: 94vw; }
  img { border-radius: 10px; }
  .btn { font-size: 11px; min-height: 42px; }
  .btn--cinematic { padding: 0 20px; }
}

@media (max-width: 480px) {
  .hero__head { font-size: clamp(28px, 7.5vw, 42px) !important; }
  .hero__actions .btn { font-size: 10px; min-height: 40px; }
  .block__title { font-size: clamp(24px, 5.5vw, 34px); }
  .team-preview__title { font-size: clamp(40px, 11vw, 60px) !important; }
  .featured-cell { min-height: 180px; }
  .about-slideshow { height: 260px !important; }
  .abt-slides { height: 260px !important; }
}

/* Touch optimization */
@media (hover: none) {
  .featured-cell__bg { transform: none !important; }
  .featured-cell:hover .featured-cell__bg { transform: none; }
  .btn--cinematic:hover { transform: none; }
  .cursor-premium { display: none !important; }
}

/* Safe area for notched phones */
@supports (padding: env(safe-area-inset-bottom)) {
  .site-footer-premium {
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
  }
  .site-header {
    padding-top: calc(14px + env(safe-area-inset-top));
  }
}

