/*
Theme Name:   Tuhfa Media Production
Version:      3.0.0
Template:     astra
*/

/* ═══════════════════════════════════════════════════
   DESIGN PRINCIPLES APPLIED (v3.0)
   ──────────────────────────────────────────────────
   1. F-Pattern & Z-Pattern scanning (Nielsen Norman)
   2. Hick's Law — reduce choices, increase action
   3. Social Proof & Authority above the fold
   4. Visual Hierarchy via size contrast ratios 1:1.618
   5. 8px grid system for consistent spacing
   6. 60-30-10 color rule (navy 60, dark 30, red 10)
   7. Contrast ratio WCAG AA minimum 4.5:1
   8. Emotional Design — dark+bold triggers authority
   9. Whitespace as a luxury signal (premium brands)
   10. CTA above fold + repeat every scroll depth
   ═══════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Cairo:wght@400;500;600;700;800;900&family=DM+Mono:wght@400;500&display=swap');

/* ── TOKENS ── */
:root {
  /* Brand */
  --navy:        #0d1f35;
  --navy-mid:    #142840;
  --navy-light:  #1a3354;
  --navy-border: rgba(255,255,255,0.06);
  --red:         #C8102E;
  --red-d:       #a00d25;
  --red-glow:    rgba(200,16,46,0.22);
  --ice:         #a8c4e0;
  --ice-dim:     rgba(168,196,224,0.5);
  --white:       #f0f4ff;
  --off-white:   #c8d5e8;
  --muted:       #7a92ae;

  /* Surface */
  --bg:          #08131f;
  --bg-card:     #0f1e2e;
  --bg-card-2:   #0a1828;
  --bg-raised:   #111f30;

  /* Spacing — 8px grid */
  --s1: 8px;  --s2: 16px; --s3: 24px; --s4: 32px;
  --s5: 40px; --s6: 48px; --s7: 64px; --s8: 80px; --s9: 120px;

  /* Type */
  --font-display: 'Syne', 'Cairo', sans-serif;
  --font-body:    'Cairo', sans-serif;
  --font-mono:    'DM Mono', monospace;

  /* Radius */
  --r-sm:  6px;
  --r-md:  12px;
  --r-lg:  20px;
  --r-xl:  32px;

  /* Motion */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in:  cubic-bezier(0.7, 0, 0.84, 0);

  /* Layout */
  --header-h: 72px;
  --max-w:    1200px;
  --px:       clamp(20px, 5vw, 80px);
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--bg) !important;
  color: var(--white) !important;
  font-family: var(--font-body) !important;
  direction: rtl;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul, ol { list-style: none; }
button { font-family: var(--font-body); cursor: pointer; border: none; outline: none; }

/* ── GRAIN OVERLAY (premium feel) ── */
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 9998; opacity: .5;
}

/* ── CONTAINER ── */
.tp-w {
  width: 100%; max-width: var(--max-w);
  margin: 0 auto; padding: 0 var(--px);
}

/* ═══════════════════════════════
   TYPOGRAPHY — Golden Ratio Scale
═══════════════════════════════ */
.t-display {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.035em;
}
.t-h1 {
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 800; line-height: 1.05;
  letter-spacing: -0.03em;
}
.t-h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 700; line-height: 1.15;
  letter-spacing: -0.02em;
}
.t-h3 {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 700; line-height: 1.35;
}
.t-body { font-size: clamp(.9rem, 1.2vw, 1.05rem); line-height: 1.75; color: var(--off-white); }
.t-small { font-size: .8rem; font-weight: 600; }
.t-mono { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }

.t-red   { color: var(--red); }
.t-ice   { color: var(--ice); }
.t-muted { color: var(--muted); }
.t-white { color: var(--white); }

/* ═══════════════════════════════
   EYEBROW (section labels)
═══════════════════════════════ */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono);
  font-size: .68rem; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--red); margin-bottom: var(--s3);
}
.eyebrow::before {
  content: ''; width: 24px; height: 1px;
  background: var(--red); flex-shrink: 0;
}

/* ═══════════════════════════════
   BUTTONS — Conversion-optimized
   (CTA above fold, high contrast,
    action-oriented copy)
═══════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; font-family: var(--font-body); font-weight: 700;
  font-size: .9rem; border-radius: var(--r-sm);
  padding: 14px 28px; transition: all .25s var(--ease-out);
  cursor: pointer; white-space: nowrap; letter-spacing: .01em;
  border: none; text-decoration: none !important;
  position: relative; overflow: hidden;
}
/* Primary — high-contrast red */
.btn-primary {
  background: var(--red); color: #fff !important;
  box-shadow: 0 4px 20px var(--red-glow), inset 0 1px 0 rgba(255,255,255,.12);
}
.btn-primary::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.1) 0%, transparent 60%);
}
.btn-primary:hover {
  background: var(--red-d);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px var(--red-glow);
}
.btn-primary:active { transform: translateY(0); }

/* Navy */
.btn-navy {
  background: var(--navy-light); color: var(--white) !important;
  border: 1px solid rgba(168,196,224,.15);
}
.btn-navy:hover { background: #1e3d5e; border-color: rgba(168,196,224,.3); transform: translateY(-2px); }

/* Ghost */
.btn-ghost {
  background: transparent; color: var(--off-white) !important;
  border: 1px solid var(--navy-border);
}
.btn-ghost:hover { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.14); }

/* Ghost-ice */
.btn-ghost-ice {
  background: transparent; color: var(--ice) !important;
  border: 1px solid rgba(168,196,224,.25);
}
.btn-ghost-ice:hover { background: rgba(168,196,224,.07); }

.btn-sm { padding: 10px 20px; font-size: .82rem; }
.btn-lg { padding: 18px 36px; font-size: 1rem; border-radius: var(--r-md); }
.btn-full { width: 100%; }

/* ═══════════════════════════════
   HEADER — Glassmorphism
═══════════════════════════════ */
#tp-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--header-h);
  background: rgba(8,19,31,.72);
  backdrop-filter: blur(24px) saturate(1.6);
  -webkit-backdrop-filter: blur(24px) saturate(1.6);
  border-bottom: 1px solid var(--navy-border);
  transition: background .4s, box-shadow .4s;
}
#tp-header.scrolled {
  background: rgba(8,19,31,.95);
  box-shadow: 0 1px 0 var(--navy-border), 0 8px 40px rgba(0,0,0,.5);
}

.tp-nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 100%;
  max-width: var(--max-w); margin: 0 auto; padding: 0 var(--px);
  gap: var(--s4);
}

/* Logo — SVG/image with white filter */
.tp-logo {
  display: flex; align-items: center; flex-shrink: 0;
  height: 38px;
}
.tp-logo img {
  height: 100%; width: auto;
  filter: brightness(0) invert(1);
  opacity: .92;
}
/* Fallback text logo */
.tp-logo-text-wrap {
  display: flex; align-items: center; gap: 10px;
}
.tp-logo-mark {
  width: 34px; height: 34px; flex-shrink: 0;
}
.tp-logo-words { line-height: 1.1; }
.tp-logo-words .main {
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 800;
  letter-spacing: .06em; color: var(--white);
}
.tp-logo-words .sub {
  font-size: .54rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--ice); opacity: .7;
}

.tp-nav-links {
  display: flex; align-items: center; gap: var(--s4);
  flex: 1; justify-content: center;
}
.tp-nav-links a {
  font-size: .85rem; font-weight: 600;
  color: var(--muted); transition: color .2s;
  position: relative; padding-bottom: 2px;
}
.tp-nav-links a::after {
  content: ''; position: absolute; bottom: -2px; right: 0;
  width: 0; height: 1px; background: var(--red);
  transition: width .25s var(--ease-out);
}
.tp-nav-links a:hover, .tp-nav-links a.active { color: var(--white); }
.tp-nav-links a:hover::after, .tp-nav-links a.active::after { width: 100%; }

.tp-nav-right { display: flex; align-items: center; gap: var(--s2); flex-shrink: 0; }

/* Hamburger */
.tp-hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.tp-hamburger span { display: block; width: 22px; height: 1.5px; background: var(--white); border-radius: 99px; transition: all .3s; }
.tp-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.tp-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.tp-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile menu */
.tp-mobile-menu {
  position: fixed; top: var(--header-h); left: 0; right: 0; z-index: 999;
  background: rgba(8,19,31,.98); backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(200,16,46,.2);
  padding: var(--s4) var(--px) var(--s5);
  transform: translateY(-110%); transition: transform .35s var(--ease-out);
}
.tp-mobile-menu.open { transform: translateY(0); }
.tp-mobile-menu a {
  display: block; font-size: 1rem; font-weight: 700;
  color: var(--muted); padding: var(--s3) 0;
  border-bottom: 1px solid var(--navy-border);
  transition: color .2s;
}
.tp-mobile-menu a:hover { color: var(--white); }
.tp-mobile-menu .btn { margin-top: var(--s4); width: 100%; }

/* ═══════════════════════════════
   FOOTER
═══════════════════════════════ */
#tp-footer {
  background: var(--bg-card); border-top: 1px solid var(--navy-border);
  padding: var(--s8) 0 var(--s4);
}
.tp-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: var(--s7);
  padding-bottom: var(--s7);
  border-bottom: 1px solid var(--navy-border);
  margin-bottom: var(--s4);
}
.tp-footer-brand p { font-size: .85rem; color: var(--muted); line-height: 1.7; margin-top: var(--s3); }
.tf-col-title { font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); opacity: .45; margin-bottom: var(--s3); }
.tf-col-link { display: block; font-size: .85rem; font-weight: 500; color: var(--muted); margin-bottom: var(--s2); transition: color .2s; }
.tf-col-link:hover { color: var(--white); }
.tp-footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: var(--s2);
  font-size: .75rem; color: var(--muted); opacity: .45;
}
.tp-footer-email {
  font-size: .8rem; font-weight: 600; color: var(--muted);
  display: flex; align-items: center; gap: 6px;
  transition: color .2s;
}
.tp-footer-email:hover { color: var(--red); }

/* Socials */
.tp-socials { display: flex; gap: 8px; }
.tp-social-link {
  width: 34px; height: 34px; border-radius: var(--r-sm);
  background: rgba(255,255,255,.04); border: 1px solid var(--navy-border);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); transition: all .2s;
}
.tp-social-link:hover { background: var(--red); border-color: var(--red); color: #fff; transform: translateY(-2px); }

/* ═══════════════════════════════
   HERO — Full-screen cinema
═══════════════════════════════ */
#tp-hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end;
  overflow: hidden;
}
.tp-hero-media {
  position: absolute; inset: 0;
  background: var(--navy);
}
.tp-hero-video-bg, .tp-hero-yt {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; border: none;
}
.tp-hero-yt { pointer-events: none; transform: scale(1.12); }

/* Multi-layer overlay for readability */
.tp-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to top, rgba(8,19,31,1) 0%, rgba(8,19,31,.6) 50%, rgba(13,31,53,.3) 100%),
    linear-gradient(to right, rgba(8,19,31,.5) 0%, transparent 60%);
}

.tp-hero-inner {
  position: relative; z-index: 2; width: 100%;
  padding-top: calc(var(--header-h) + var(--s6));
  padding-bottom: var(--s8);
}

.tp-hero-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: var(--s7);
}

/* Trust badge */
.tp-hero-trust {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(200,16,46,.1); border: 1px solid rgba(200,16,46,.25);
  border-radius: 99px; padding: 6px 14px 6px 8px;
  margin-bottom: var(--s4);
}
.tp-trust-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); animation: pulse 2.2s ease-in-out infinite; }
.tp-hero-trust span { font-family: var(--font-mono); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; color: var(--red); }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.4)} }

/* Headline */
.tp-hero-headline { margin-bottom: var(--s5); }
.tp-hero-headline .line-1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6.5vw, 5.5rem);
  font-weight: 800; line-height: .95;
  letter-spacing: -0.04em;
  color: var(--white);
  display: block;
}
.tp-hero-headline .line-2 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6.5vw, 5.5rem);
  font-weight: 800; line-height: .95;
  letter-spacing: -0.04em;
  color: var(--red);
  display: block;
}
.tp-hero-desc {
  font-size: clamp(.9rem, 1.4vw, 1.05rem);
  line-height: 1.75; color: var(--off-white);
  max-width: 520px; margin-bottom: var(--s5);
  opacity: .85;
}
.tp-hero-btns { display: flex; gap: var(--s2); flex-wrap: wrap; margin-bottom: var(--s6); }

/* Social proof numbers */
.tp-hero-numbers {
  display: flex; gap: var(--s5); flex-wrap: wrap;
  padding-top: var(--s4);
  border-top: 1px solid var(--navy-border);
}
.tp-hero-num-block {}
.tp-hero-num {
  font-family: var(--font-display);
  font-size: 2.2rem; font-weight: 800;
  color: var(--white); line-height: 1;
}
.tp-hero-num span { color: var(--red); }
.tp-hero-num-label { font-size: .7rem; color: var(--muted); font-weight: 600; margin-top: 4px; letter-spacing: .04em; }

/* Play button — right side */
.tp-play-wrap { display: flex; flex-direction: column; align-items: center; gap: 12px; flex-shrink: 0; }
.tp-play-ring {
  position: relative; width: 100px; height: 100px; cursor: pointer;
}
.tp-play-ring::before, .tp-play-ring::after {
  content: ''; position: absolute; border-radius: 50%; border: 1px solid rgba(200,16,46,.3);
}
.tp-play-ring::before { inset: -12px; animation: ring-spin 3s linear infinite; }
.tp-play-ring::after  { inset: -22px; animation: ring-spin 4s linear infinite reverse; border-style: dashed; opacity: .4; }
@keyframes ring-spin { to { transform: rotate(360deg); } }
.tp-play-btn {
  width: 100%; height: 100%; border-radius: 50%;
  background: rgba(200,16,46,.9); color: #fff;
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 40px rgba(200,16,46,.4);
  transition: transform .25s var(--ease-out), box-shadow .25s;
  position: relative; z-index: 1;
}
.tp-play-btn:hover { transform: scale(1.1); box-shadow: 0 0 60px rgba(200,16,46,.6); }
.tp-play-label { font-family: var(--font-mono); font-size: .62rem; letter-spacing: .12em; color: rgba(255,255,255,.35); text-transform: uppercase; }

/* Scroll indicator */
.tp-scroll-ind {
  position: absolute; bottom: var(--s4); left: 50%; transform: translateX(-50%);
  z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 6px;
  font-family: var(--font-mono); font-size: .6rem; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(255,255,255,.3);
}
.tp-scroll-line {
  width: 1px; height: 44px;
  background: linear-gradient(to bottom, rgba(200,16,46,.7), transparent);
  animation: scroll-pulse 2s ease-in-out infinite;
}
@keyframes scroll-pulse { 0%{transform:scaleY(0);transform-origin:top;opacity:0} 50%{transform:scaleY(1);transform-origin:top;opacity:1} 100%{transform:scaleY(0);transform-origin:bottom;opacity:0} }

/* ═══════════════════════════════
   PARTNERS — Marquee
═══════════════════════════════ */
#tp-partners {
  background: var(--bg-card);
  border-top: 1px solid var(--navy-border);
  border-bottom: 1px solid var(--navy-border);
  padding: var(--s5) 0;
  overflow: hidden;
}
.tp-partners-label {
  text-align: center; margin-bottom: var(--s4);
  font-family: var(--font-mono); font-size: .62rem;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted); opacity: .4;
}
.tp-marquee-wrap { overflow: hidden; position: relative; }
.tp-marquee-wrap::before, .tp-marquee-wrap::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 1;
  pointer-events: none;
}
.tp-marquee-wrap::before { right: 0; background: linear-gradient(to left, var(--bg-card), transparent); }
.tp-marquee-wrap::after  { left:  0; background: linear-gradient(to right, var(--bg-card), transparent); }
.tp-marquee {
  display: flex; align-items: center; gap: var(--s6);
  width: max-content;
  animation: marquee 30s linear infinite;
}
.tp-marquee:hover { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.tp-partner {
  height: 36px; display: flex; align-items: center;
  flex-shrink: 0; opacity: .35; transition: opacity .25s;
  filter: grayscale(1) brightness(3);
}
.tp-partner:hover { opacity: .85; filter: none; }
.tp-partner-pill {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-sm); padding: 8px 20px;
  font-family: var(--font-mono); font-size: .72rem;
  letter-spacing: .08em; color: rgba(255,255,255,.45);
  white-space: nowrap;
}

/* ═══════════════════════════════
   SECTION WRAPPERS
═══════════════════════════════ */
.tp-section     { padding: var(--s9) 0; }
.tp-section-sm  { padding: var(--s7) 0; }
.tp-section-alt { background: var(--bg-card); }
.tp-section-navy { background: var(--navy); }

/* ═══════════════════════════════
   FILM GRID — 2-col home
═══════════════════════════════ */
.tp-film-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
}
.tp-film-card {
  position: relative; cursor: pointer; overflow: hidden;
  background: var(--bg-card-2);
}
.tp-film-thumb {
  position: relative; aspect-ratio: 16/9; overflow: hidden;
}
.tp-film-thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .7s var(--ease-out), filter .4s;
  filter: brightness(.8) saturate(.9);
}
.tp-film-card:hover .tp-film-thumb img {
  transform: scale(1.06); filter: brightness(.35) saturate(.7);
}
.tp-film-hover {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,19,31,.97) 0%, rgba(13,31,53,.3) 60%, transparent 100%);
  display: flex; align-items: flex-end;
  padding: var(--s4) var(--s4);
  opacity: 0; transition: opacity .38s;
}
.tp-film-card:hover .tp-film-hover { opacity: 1; }
.tp-film-caption { transform: translateY(14px); transition: transform .38s var(--ease-out); }
.tp-film-card:hover .tp-film-caption { transform: translateY(0); }
.tp-film-cat {
  display: block; font-family: var(--font-mono);
  font-size: .62rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--red); margin-bottom: 6px;
}
.tp-film-title {
  font-size: 1rem; font-weight: 800;
  color: var(--white); line-height: 1.25; margin-bottom: 4px;
}
.tp-film-year { font-size: .72rem; color: rgba(255,255,255,.4); font-family: var(--font-mono); }

/* ═══════════════════════════════
   FILM GRID — 3-col works page
═══════════════════════════════ */
.tp-film-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}

/* ═══════════════════════════════
   SERVICES GRID — Tabbed cards
═══════════════════════════════ */
.tp-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.04);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.tp-service-card {
  background: var(--bg-card); padding: var(--s5) var(--s4);
  cursor: pointer; transition: background .2s;
}
.tp-service-card:hover { background: var(--bg-raised); }
.tp-service-card.active { background: rgba(200,16,46,.07); }
.tp-svc-icon {
  width: 40px; height: 40px; border-radius: var(--r-sm);
  background: rgba(200,16,46,.1); border: 1px solid rgba(200,16,46,.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; margin-bottom: var(--s3); transition: background .2s;
}
.tp-service-card.active .tp-svc-icon { background: rgba(200,16,46,.2); }
.tp-svc-name { font-size: .9rem; font-weight: 800; color: var(--white); margin-bottom: 4px; }
.tp-svc-short { font-size: .75rem; color: var(--muted); }

.tp-svc-panel {
  background: rgba(200,16,46,.05);
  border: 1px solid rgba(200,16,46,.12);
  border-top: none;
  border-radius: 0 0 var(--r-lg) var(--r-lg);
  padding: 0 var(--s5);
  max-height: 0; overflow: hidden;
  transition: max-height .45s var(--ease-out), padding .35s;
}
.tp-svc-panel.open { max-height: 160px; padding: var(--s4) var(--s5); }
.tp-svc-panel p { font-size: .875rem; color: var(--off-white); line-height: 1.8; }

/* ═══════════════════════════════
   STORY SECTION (about page)
═══════════════════════════════ */
.tp-story-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--navy-border);
  border-radius: var(--r-xl);
  overflow: hidden;
}
.tp-story-l {
  background: var(--navy); padding: var(--s8);
  display: flex; flex-direction: column; justify-content: space-between;
}
.tp-story-r {
  background: var(--bg-card); padding: var(--s8);
  display: flex; flex-direction: column; gap: var(--s5);
}
.tp-story-yr {
  font-family: var(--font-display);
  font-size: 6rem; font-weight: 800;
  color: rgba(255,255,255,.06); line-height: 1;
  margin-bottom: 4px;
}
.tp-story-ttl { font-size: 1.5rem; font-weight: 800; color: var(--white); margin-bottom: var(--s3); }
.tp-story-p { font-size: .875rem; color: var(--ice-dim); line-height: 1.8; }
.tp-story-kpi { border-top: 1px solid rgba(168,196,224,.12); padding-top: var(--s4); margin-top: auto; }
.tp-story-kpi-n { font-family: var(--font-display); font-size: 2.5rem; font-weight: 800; color: var(--red); line-height: 1; }
.tp-story-kpi-l { font-family: var(--font-mono); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ice-dim); margin-top: 4px; }
.tp-story-item { display: flex; gap: var(--s3); align-items: flex-start; }
.tp-story-num {
  width: 32px; height: 32px; border-radius: var(--r-sm);
  background: rgba(200,16,46,.1); border: 1px solid rgba(200,16,46,.2);
  font-family: var(--font-mono); font-size: .64rem; font-weight: 500; color: var(--red);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.tp-story-item-ttl { font-size: .875rem; font-weight: 800; color: var(--white); margin-bottom: 4px; }
.tp-story-item-p { font-size: .78rem; color: var(--muted); line-height: 1.65; }

/* ═══════════════════════════════
   VALUES ROW
═══════════════════════════════ */
.tp-values-row {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1px; background: var(--navy-border);
  border: 1px solid var(--navy-border);
  border-radius: var(--r-lg); overflow: hidden;
}
.tp-val-cell {
  background: var(--bg-card); padding: var(--s5) var(--s4);
  text-align: center; transition: background .2s;
}
.tp-val-cell:hover { background: var(--bg-raised); }
.tp-val-icon { font-size: 1.75rem; margin-bottom: var(--s2); }
.tp-val-title { font-size: .875rem; font-weight: 800; color: var(--white); margin-bottom: 6px; }
.tp-val-desc { font-size: .75rem; color: var(--muted); line-height: 1.6; }

/* ═══════════════════════════════
   CTA BAND — Navy full-width
═══════════════════════════════ */
#tp-cta {
  position: relative; overflow: hidden;
  background: var(--navy);
  border-top: 1px solid rgba(168,196,224,.08);
  border-bottom: 1px solid rgba(168,196,224,.08);
}
#tp-cta .glow-blob {
  position: absolute; width: 600px; height: 600px;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(200,16,46,.18) 0%, transparent 70%);
  pointer-events: none;
}
.tp-cta-inner { position: relative; z-index: 1; text-align: center; padding: var(--s9) 0; }
.tp-cta-inner h2 { color: var(--white); margin-bottom: var(--s3); }
.tp-cta-inner h2 span { color: var(--red); }
.tp-cta-inner p { color: rgba(168,196,224,.65); max-width: 480px; margin: 0 auto var(--s6); line-height: 1.75; }
.tp-cta-btns { display: flex; gap: var(--s2); justify-content: center; flex-wrap: wrap; }

/* ═══════════════════════════════
   CONTACT SECTION
═══════════════════════════════ */
.tp-contact-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: var(--s8); align-items: start; }
.tp-contact-items { display: flex; flex-direction: column; gap: var(--s2); margin-bottom: var(--s4); }
.tp-ci {
  display: flex; align-items: center; gap: var(--s3);
  background: var(--bg-card); border: 1px solid var(--navy-border);
  border-radius: var(--r-md); padding: 14px var(--s4);
  text-decoration: none; transition: border-color .2s;
}
.tp-ci:hover { border-color: rgba(200,16,46,.25); }
.tp-ci-icon {
  width: 38px; height: 38px; border-radius: var(--r-sm);
  background: rgba(200,16,46,.1); border: 1px solid rgba(200,16,46,.18);
  display: flex; align-items: center; justify-content: center;
  color: var(--red); flex-shrink: 0;
}
.tp-ci-lbl { font-family: var(--font-mono); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.tp-ci-val { font-size: .875rem; font-weight: 700; color: var(--white); }

/* Form */
.tp-form-card { background: var(--bg-card); border: 1px solid var(--navy-border); border-radius: var(--r-lg); padding: var(--s6); }
.tp-fg { margin-bottom: var(--s3); }
.tp-fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s3); }
.tp-lbl { display: block; font-family: var(--font-mono); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.tp-inp, .tp-textarea, .tp-sel {
  width: 100%; background: rgba(255,255,255,.04);
  border: 1px solid var(--navy-border); border-radius: var(--r-sm);
  color: var(--white) !important; font-family: var(--font-body); font-size: .875rem;
  padding: 12px 16px; outline: none;
  transition: border-color .2s, background .2s;
}
.tp-inp:focus, .tp-textarea:focus, .tp-sel:focus {
  border-color: rgba(200,16,46,.45); background: rgba(255,255,255,.06);
}
.tp-inp::placeholder, .tp-textarea::placeholder { color: rgba(122,146,174,.35); }
.tp-textarea { min-height: 120px; resize: vertical; }
.tp-sel option { background: var(--bg-card); }
.tp-form-note { font-size: .72rem; color: var(--muted); opacity: .5; text-align: center; margin-top: var(--s2); }
.tp-form-success { display:none;background:rgba(13,31,53,.6);border:1px solid rgba(168,196,224,.3);color:var(--ice);border-radius:var(--r-sm);padding:12px 16px;font-size:.85rem;font-weight:700;margin-top:var(--s2); }
.tp-form-error { display:none;background:rgba(200,16,46,.1);border:1px solid rgba(200,16,46,.3);color:var(--red);border-radius:var(--r-sm);padding:12px 16px;font-size:.85rem;font-weight:700;margin-top:var(--s2); }

/* ═══════════════════════════════
   PAGE HERO (inner pages)
═══════════════════════════════ */
.tp-page-hero {
  padding: calc(var(--header-h) + var(--s8)) 0 var(--s7);
  position: relative; overflow: hidden;
  background: var(--bg-card);
  border-bottom: 1px solid rgba(200,16,46,.1);
}
.tp-page-hero::before {
  content: ''; position: absolute; top: -80px; left: 50%;
  transform: translateX(-50%); width: 800px; height: 400px;
  background: radial-gradient(ellipse, rgba(13,31,53,.8) 0%, transparent 70%);
  z-index: 0;
}
.tp-page-hero .tp-w { position: relative; z-index: 1; text-align: center; }
.tp-page-hero h1 { margin-bottom: var(--s2); }
.tp-page-hero p { color: var(--muted); max-width: 460px; margin: 0 auto; }

/* ═══════════════════════════════
   MODAL
═══════════════════════════════ */
.tp-modal {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.tp-modal.open { opacity: 1; pointer-events: all; }
.tp-modal-back { position: absolute; inset: 0; background: rgba(3,8,16,.94); backdrop-filter: blur(16px); }
.tp-modal-box { position: relative; z-index: 1; width: 90vw; max-width: 1040px; transform: scale(.95) translateY(16px); transition: transform .35s var(--ease-out); }
.tp-modal.open .tp-modal-box { transform: scale(1) translateY(0); }
.tp-modal-close {
  position: absolute; top: -48px; left: 0;
  background: rgba(255,255,255,.08); border: 1px solid var(--navy-border);
  border-radius: var(--r-sm); width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  color: var(--white); cursor: pointer; transition: all .2s;
}
.tp-modal-close:hover { background: rgba(200,16,46,.2); border-color: var(--red); color: var(--red); }
.tp-modal-frame { position: relative; padding-top: 56.25%; border-radius: var(--r-md); overflow: hidden; background: #000; box-shadow: 0 40px 100px rgba(0,0,0,.9); }
.tp-modal-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }

/* ═══════════════════════════════
   REVEAL ANIMATION
═══════════════════════════════ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: .1s; }
.reveal-d2 { transition-delay: .2s; }
.reveal-d3 { transition-delay: .3s; }
.reveal-d4 { transition-delay: .4s; }

/* ═══════════════════════════════
   FILTER BUTTONS
═══════════════════════════════ */
.tp-filters { display: flex; align-items: center; justify-content: center; gap: 6px; flex-wrap: wrap; }
.tp-filter-btn {
  font-family: var(--font-mono); font-size: .68rem;
  letter-spacing: .1em; text-transform: uppercase;
  background: transparent; border: 1px solid var(--navy-border);
  color: var(--muted); padding: 8px 16px; border-radius: 99px; cursor: pointer;
  transition: all .22s;
}
.tp-filter-btn:hover { border-color: rgba(255,255,255,.18); color: var(--white); }
.tp-filter-btn.active { background: var(--red); border-color: var(--red); color: #fff; }

/* ═══════════════════════════════
   LANDING PAGE — Override/extend
═══════════════════════════════ */
/* LP Hero */
.lp-hero {
  min-height: 100svh; display: flex; align-items: center;
  position: relative; overflow: hidden;
  background: var(--bg);
  padding-top: var(--header-h);
}
.lp-hero-bg-grid {
  position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(rgba(200,16,46,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,16,46,.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
}
.lp-hero-glow {
  position: absolute; top: 30%; left: 50%; transform: translate(-50%,-50%);
  width: 700px; height: 500px; z-index: 0;
  background: radial-gradient(ellipse, rgba(13,31,53,.7) 0%, transparent 70%);
}
.lp-hero-inner { position: relative; z-index: 1; text-align: center; width: 100%; padding: var(--s8) 0; }

/* LP Category Badge */
.lp-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(200,16,46,.08); border: 1px solid rgba(200,16,46,.2);
  border-radius: 99px; padding: 7px 16px;
  font-family: var(--font-mono); font-size: .65rem;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--red); margin-bottom: var(--s4);
}

/* LP Headline */
.lp-headline {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 800; line-height: 1.0;
  letter-spacing: -0.035em; color: var(--white);
  max-width: 820px; margin: 0 auto var(--s4);
}
.lp-headline em { color: var(--red); font-style: normal; }

.lp-sub {
  font-size: clamp(.9rem, 1.4vw, 1.05rem);
  color: var(--off-white); max-width: 560px;
  margin: 0 auto var(--s5); line-height: 1.75; opacity: .82;
}

/* LP CTA cluster */
.lp-cta-cluster { display: flex; flex-direction: column; align-items: center; gap: var(--s3); }
.lp-cta-sub { font-size: .75rem; color: var(--muted); }
.lp-cta-sub span { color: var(--ice); font-weight: 700; }

/* Social proof bar */
.lp-proof {
  display: flex; align-items: center; justify-content: center;
  gap: var(--s4); flex-wrap: wrap;
  margin-top: var(--s6); padding-top: var(--s5);
  border-top: 1px solid var(--navy-border);
}
.lp-proof-item {
  display: flex; align-items: center; gap: 8px;
  font-size: .78rem; color: var(--muted);
}
.lp-proof-item svg { color: var(--red); flex-shrink: 0; }
.lp-proof-num { font-family: var(--font-display); font-size: 1.2rem; font-weight: 800; color: var(--white); }

/* LP Features */
.lp-features {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: var(--navy-border);
  border: 1px solid var(--navy-border); border-radius: var(--r-lg); overflow: hidden;
  margin-top: var(--s8);
}
.lp-feat {
  background: var(--bg-card); padding: var(--s5);
}
.lp-feat-icon { font-size: 1.75rem; margin-bottom: var(--s2); }
.lp-feat-title { font-size: .95rem; font-weight: 800; color: var(--white); margin-bottom: 6px; }
.lp-feat-desc { font-size: .8rem; color: var(--muted); line-height: 1.65; }

/* LP Work samples */
.lp-work-strip {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 3px; border-radius: var(--r-md); overflow: hidden;
}
.lp-work-item { position: relative; aspect-ratio: 16/10; overflow: hidden; cursor: pointer; }
.lp-work-item img { width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s var(--ease-out),filter .4s; filter:brightness(.8)saturate(.9); }
.lp-work-item:hover img { transform:scale(1.06); filter:brightness(.35)saturate(.7); }
.lp-work-overlay { position:absolute;inset:0;background:linear-gradient(to top,rgba(8,19,31,.97) 0%,transparent 60%);opacity:0;transition:opacity .35s;display:flex;align-items:flex-end;padding:var(--s3); }
.lp-work-item:hover .lp-work-overlay { opacity:1; }
.lp-work-ttl { font-size:.875rem;font-weight:800;color:var(--white); }

/* LP Booking Form */
.lp-form-card {
  background: var(--bg-card);
  border: 1px solid var(--navy-border);
  border-radius: var(--r-xl); padding: var(--s7);
  position: relative; overflow: hidden;
}
.lp-form-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--red), rgba(200,16,46,.3));
}
.lp-form-title { font-size: 1.5rem; font-weight: 800; color: var(--white); margin-bottom: 4px; }
.lp-form-sub { font-size: .85rem; color: var(--muted); margin-bottom: var(--s5); line-height: 1.6; }

/* Trust signals */
.lp-trust-row {
  display: flex; gap: var(--s3); flex-wrap: wrap;
  margin-top: var(--s4);
}
.lp-trust-item {
  display: flex; align-items: center; gap: 6px;
  font-size: .72rem; font-weight: 700; color: var(--muted);
}
.lp-trust-item svg { color: var(--ice); width: 14px; height: 14px; flex-shrink: 0; }

/* LP Testimonial */
.lp-testimonials { display: grid; grid-template-columns: repeat(2,1fr); gap: var(--s4); }
.lp-testi {
  background: var(--bg-card); border: 1px solid var(--navy-border);
  border-radius: var(--r-lg); padding: var(--s5);
}
.lp-testi-stars { color: var(--red); font-size: .9rem; letter-spacing: 2px; margin-bottom: var(--s2); }
.lp-testi-text { font-size: .85rem; color: var(--off-white); line-height: 1.7; margin-bottom: var(--s3); font-style: italic; }
.lp-testi-name { font-size: .78rem; font-weight: 800; color: var(--white); }
.lp-testi-role { font-size: .72rem; color: var(--muted); margin-top: 2px; }

/* ═══════════════════════════════
   RESPONSIVE
═══════════════════════════════ */
@media (max-width: 1024px) {
  .tp-footer-grid { grid-template-columns: 1fr 1fr; gap: var(--s5); }
  .tp-contact-layout { grid-template-columns: 1fr; }
  .tp-story-block { grid-template-columns: 1fr; }
  .tp-hero-layout { grid-template-columns: 1fr; }
  .tp-play-wrap { display: none; }
  .lp-features { grid-template-columns: 1fr 1fr; }
  .lp-work-strip { grid-template-columns: 1fr 1fr; }
  .tp-film-grid-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  :root { --px: 20px; --s9: 72px; }
  .tp-nav-links, .tp-nav-right .btn:not(.btn-sm) { display: none; }
  .tp-hamburger { display: flex; }
  .tp-services-grid { grid-template-columns: 1fr 1fr; }
  .tp-values-row { grid-template-columns: 1fr 1fr; }
  .tp-footer-grid { grid-template-columns: 1fr; gap: var(--s5); }
  .tp-film-grid { grid-template-columns: 1fr; }
  .tp-film-grid-3 { grid-template-columns: 1fr; }
  .lp-features { grid-template-columns: 1fr; }
  .lp-work-strip { grid-template-columns: 1fr; }
  .lp-testimonials { grid-template-columns: 1fr; }
  .tp-fg-row { grid-template-columns: 1fr; }
  .tp-story-l, .tp-story-r { padding: var(--s5); }
}
@media (max-width: 480px) {
  .tp-hero-btns { flex-direction: column; }
  .btn { width: 100%; }
  .tp-cta-btns { flex-direction: column; align-items: center; }
  .tp-services-grid { grid-template-columns: 1fr; }
  .tp-values-row { grid-template-columns: 1fr 1fr; }
}
