/*
Theme Name: INIKA Audiovisual
Theme URI: https://audiovisual.inkyinika.com
Author: Miu Studio
Author URI: https://studio.mel.pet
Description: Custom one-page theme for INIKA Audiovisual. North Texas boutique audiovisual / dubbing studio. Everything (hero, about, services, demo reel, projects, testimonials, contact) is editable from the WordPress admin.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: inika
*/

:root {
    --bg: #09090d;
    --bg-1: #0e0e13;
    --bg-2: #15151b;
    --line: rgba(255,255,255,0.09);
    --line-2: rgba(255,255,255,0.16);
    --ink: #f2f1f6;
    --ink-dim: #9d9aab;
    --ink-faint: #6b6879;
    --purple: #7c22e6;
    --purple-2: #a86bff;
    --hi: #a62bff;
    --purple-deep: #3d0f80;
    --green: #4fd190;
    --glow: rgba(124,34,230,0.55);
    --r: 16px;
    --maxw: 1200px;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scrollbar-color:#2b2b34 var(--bg); scrollbar-width:thin; }
  body { font-family:'Inter', system-ui, sans-serif; background:var(--bg); color:var(--ink); line-height:1.6; -webkit-font-smoothing:antialiased; overflow-x:hidden; }
  ::-webkit-scrollbar { width:12px; height:12px; }
  ::-webkit-scrollbar-track { background:var(--bg); }
  ::-webkit-scrollbar-thumb { background:#2b2b34; border-radius:10px; border:3px solid var(--bg); }
  ::-webkit-scrollbar-thumb:hover { background:var(--purple); }
  h1,h2,h3,h4,.dp { font-family:'Sora', sans-serif; letter-spacing:-0.025em; line-height:1.05; }
  a { color:inherit; text-decoration:none; }
  img { display:block; max-width:100%; }
  .wrap { width:100%; max-width:var(--maxw); margin:0 auto; padding:0 28px; }
  .purple { color:var(--purple-2); }

  /* decorative section backgrounds */
  .sfx { position:relative; background-color:var(--bg); background-image:radial-gradient(rgba(255,255,255,0.032) 1px, transparent 1px); background-size:26px 26px; }
  .sfx.alt { background-color:var(--bg-1); }
  .sfx > .wrap { position:relative; z-index:1; }
  .sfx::before { content:""; position:absolute; z-index:0; width:560px; height:560px; border-radius:50%; background:radial-gradient(circle, rgba(124,34,230,0.14), transparent 66%); filter:blur(14px); pointer-events:none; }
  .glow-r::before { right:-140px; top:-80px; }
  .glow-l::before { left:-160px; top:40px; }
  .glow-c::before { left:50%; top:-160px; transform:translateX(-50%); }

  /* distinct per-section backgrounds */
  .bg-lines, .bg-reel, .bg-work, .bg-quote { position:relative; border-top:1px solid var(--line); }
  .bg-lines > .wrap, .bg-reel > .wrap, .bg-work > .wrap, .bg-quote > .wrap { position:relative; z-index:1; }
  .bg-lines { background-color:var(--bg);
     background-image:
       radial-gradient(760px 460px at 88% 6%, rgba(124,34,230,0.15), transparent 60%),
       linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
       linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
     background-size:auto, 48px 48px, 48px 48px; }
  .bg-reel { background:
       radial-gradient(780px 440px at 50% -8%, rgba(124,34,230,0.28), transparent 62%),
       linear-gradient(180deg, #050507 0%, #0a0710 72%); }
  .bg-work { background:
       radial-gradient(640px 440px at 10% 16%, rgba(124,34,230,0.16), transparent 60%),
       radial-gradient(640px 440px at 92% 92%, rgba(168,107,255,0.12), transparent 60%),
       var(--bg-1); }
  .bg-quote { border-bottom:1px solid var(--line); background:
       radial-gradient(760px 500px at 50% 28%, rgba(124,34,230,0.22), transparent 62%),
       linear-gradient(180deg, #0d0a16, #0a0710); }

  /* section header with icon (icon left, no chip) */
  .sec-head { display:flex; align-items:center; flex-wrap:wrap; gap:12px 14px; margin-bottom:18px; }
  .sec-head .lang-toggle { margin:0 0 0 auto; }
  .sec-head.top { align-items:flex-start; }
  .sec-ic { color:var(--purple-2); display:inline-flex; flex:none; }
  .sec-ic svg { width:34px; height:34px; }
  .sec-head.top .sec-ic { margin-top:4px; }
  h2.sec { font-size:clamp(30px,5vw,52px); font-weight:800; text-transform:uppercase; }

  /* nav - modern floating pill (overlays the hero) */
  header { position:fixed; top:0; left:0; right:0; z-index:50; padding:14px 0; }
  .nav { display:flex; align-items:center; gap:24px; height:62px; padding:0 12px 0 22px; background:rgba(14,14,19,0.62); backdrop-filter:blur(18px) saturate(1.2); border:1px solid var(--line); border-radius:999px; box-shadow:0 20px 55px -30px rgba(0,0,0,0.95); }
  .logo-img { height:30px; width:auto; }
  .nav .logo-img { height:48px; }
  .nav .brand { margin-right:auto; display:flex; align-items:center; }
  .nav-links { display:flex; align-items:center; gap:30px; }
  .nav-links a { position:relative; font-size:15px; color:var(--ink-dim); font-weight:500; transition:color .2s; }
  .nav-links a::after { content:""; position:absolute; left:0; bottom:-7px; height:2px; width:0; background:var(--purple-2); border-radius:2px; transition:width .25s ease; }
  .nav-links a:hover { color:var(--ink); }
  .nav-links a:hover::after { width:100%; }
  .btn { display:inline-flex; align-items:center; gap:9px; font-family:'Sora'; font-weight:700; font-size:15px; padding:12px 22px; border-radius:999px; cursor:pointer; color:#fff; border:none; background:var(--purple); box-shadow:0 10px 28px -12px var(--glow); transition:transform .2s, box-shadow .2s, background .2s; }
  .nav .btn { padding:11px 20px; }
  .btn:hover { transform:translateY(-2px); background:#8c33f2; box-shadow:0 16px 40px -12px var(--glow); }
  .btn .ar { display:inline-flex; transition:transform .2s; }
  .btn .ar svg { width:17px; height:17px; display:block; }
  .btn:hover .ar { transform:translateX(3px); }
  .btn.ghost { background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.22); color:#fff; box-shadow:none; backdrop-filter:blur(10px); }
  .btn.ghost:hover { background:rgba(255,255,255,0.16); border-color:rgba(255,255,255,0.35); box-shadow:none; }
  .menu-toggle { display:none; background:none; border:none; color:var(--ink); font-size:23px; cursor:pointer; }
  .mobile-menu { display:none; flex-direction:column; gap:2px; margin-top:10px; background:rgba(14,14,19,0.96); backdrop-filter:blur(18px); border:1px solid var(--line); border-radius:18px; padding:12px; box-shadow:0 24px 60px -30px rgba(0,0,0,0.95); }
  .mobile-menu a { padding:13px 15px; border-radius:12px; color:var(--ink-dim); font-weight:500; font-size:15px; transition:background .2s, color .2s; }
  .mobile-menu a:hover, .mobile-menu a:active { background:rgba(255,255,255,0.05); color:var(--ink); }
  .mobile-menu .btn { justify-content:center; color:#fff; margin-top:8px; }
  .mobile-menu.open { display:flex; }

  /* hero */
  .hero { position:relative; min-height:clamp(560px,82vh,840px); display:flex; align-items:center; padding:110px 0 90px; overflow:hidden; }
  .hero-bg { position:absolute; inset:0; z-index:0; }
  .hero-bg { background:var(--bg); }
  .hero-bg canvas { width:100%; height:100%; display:block; }
  .hero-bg::after { content:""; position:absolute; inset:0; pointer-events:none; background:
     radial-gradient(1000px 560px at 50% 40%, rgba(9,9,13,0.76), rgba(9,9,13,0.40) 66%, transparent 82%),
     radial-gradient(700px 360px at 50% 8%, rgba(124,34,230,0.22), transparent 60%); }
  .hero .wrap { position:relative; z-index:1; text-align:center; }
  .hero h1 { font-size:clamp(46px,6.8vw,94px); font-weight:800; text-transform:uppercase; max-width:16ch; margin:0 auto; }
  .hero h1 .purple { display:block; color:var(--hi); text-shadow:0 0 46px rgba(166,43,255,0.32); }
  .ul { position:relative; display:inline-block; }
  .ul .ul-line { position:absolute; left:-2%; width:104%; bottom:-0.10em; height:0.34em; overflow:visible; color:#ffffff; }
  .ul .ul-line path { stroke-dasharray:600; stroke-dashoffset:600; animation:draw 1.1s .5s cubic-bezier(.6,.1,.2,1) forwards; }
  @keyframes draw { to { stroke-dashoffset:0; } }
  .hero p.lead { color:var(--ink-dim); font-size:18px; margin:26px auto 34px; max-width:52ch; }
  .hero p.lead b { color:var(--ink); font-weight:600; }
  .hero-cta { display:flex; gap:14px; flex-wrap:wrap; justify-content:center; }
  .hero-chips { display:flex; gap:9px; flex-wrap:wrap; margin-top:38px; justify-content:center; }
  .hero-chips span { display:inline-flex; align-items:center; gap:9px; font-size:13px; font-weight:500; color:var(--ink); border:1px solid var(--line-2); background:rgba(255,255,255,0.06); padding:7px 15px 7px 8px; border-radius:999px; backdrop-filter:blur(4px); }
  .hero-chips .flag { width:22px; height:22px; border-radius:50%; object-fit:cover; flex:none; box-shadow:0 0 0 1px rgba(255,255,255,0.28); }

  /* sections */
  .pad { padding:106px 0; }
  .about { position:relative; border-top:1px solid var(--line); border-bottom:1px solid var(--line);
     background:
       radial-gradient(900px 520px at 80% 18%, rgba(124,34,230,0.22), transparent 60%),
       radial-gradient(700px 500px at 8% 90%, rgba(168,107,255,0.10), transparent 60%),
       linear-gradient(160deg, #160d29 0%, #0c0812 62%); }
  .about > .wrap { position:relative; z-index:1; }
  .about-grid { display:grid; grid-template-columns:1.02fr 0.98fr; gap:64px; align-items:center; }
  .about-grid .txt p { color:var(--ink-dim); font-size:17px; margin-top:18px; }
  .about-grid .txt p strong { color:var(--ink); font-weight:600; }
  .about-card { background:linear-gradient(180deg, rgba(124,34,230,0.10), rgba(21,21,27,0.6)); border:1px solid var(--line-2); border-radius:20px; padding:12px; box-shadow:0 40px 90px -50px var(--glow); }
  .ac-row { display:flex; align-items:flex-start; gap:15px; padding:18px; border-radius:14px; transition:background .25s; }
  .ac-row + .ac-row { border-top:1px solid var(--line); }
  .ac-row:hover { background:rgba(255,255,255,0.03); }
  .ac-ic { flex:none; width:44px; height:44px; border-radius:12px; display:grid; place-items:center; color:var(--purple-2); background:rgba(124,34,230,0.16); border:1px solid rgba(168,107,255,0.3); }
  .ac-ic svg { width:22px; height:22px; }
  .ac-tx { display:flex; flex-direction:column; gap:3px; }
  .ac-tx b { font-family:'Sora'; font-weight:700; font-size:16px; letter-spacing:-0.01em; }
  .ac-tx span { color:var(--ink-dim); font-size:14px; line-height:1.55; }

  /* services */
  .svc-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:48px; }
  .svc { position:relative; background:var(--bg-2); border:1px solid var(--line); border-radius:var(--r); padding:34px 32px; overflow:hidden; transition:transform .3s, border-color .3s; }
  .svc:hover { transform:translateY(-5px); border-color:rgba(168,107,255,0.42); }
  .svc-ic { width:58px; height:58px; border-radius:14px; display:grid; place-items:center; margin-bottom:22px; background:rgba(124,34,230,0.18); border:1px solid rgba(168,107,255,0.32); }
  .svc-ic img { width:29px; height:29px; filter:brightness(0) invert(1); opacity:.92; }
  .svc h3 { font-size:20px; font-weight:700; margin-bottom:11px; }
  .svc p { color:var(--ink-dim); font-size:15.5px; }

  /* reel */
  .reel-frame { position:relative; margin-top:44px; border-radius:var(--r); overflow:hidden; border:1px solid var(--line-2); box-shadow:0 40px 90px -40px var(--glow); background:#000; }
  .reel-frame .ar { position:relative; width:100%; padding-top:56.25%; }
  .reel-frame iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }

  /* language toggle (demo reel + projects) */
  .lang-toggle { display:inline-flex; flex-wrap:wrap; gap:6px; padding:6px; margin:26px 0 6px; border:1px solid var(--line); border-radius:999px; background:rgba(255,255,255,0.03); }
  .lt-btn { display:inline-flex; align-items:center; gap:8px; padding:9px 18px; border-radius:999px; border:none; background:transparent; color:var(--ink-dim); font-family:'Sora'; font-weight:600; font-size:14px; cursor:pointer; transition:background .2s, color .2s; }
  .lt-btn .flag { width:18px; height:18px; border-radius:50%; object-fit:cover; box-shadow:0 0 0 1px rgba(255,255,255,0.28); }
  .lt-btn:hover { color:var(--ink); }
  .lt-btn.active { background:var(--purple); color:#fff; box-shadow:0 6px 16px -8px var(--glow); }
  .work-empty { text-align:center; color:var(--ink-dim); padding:44px 0 8px; font-size:16px; }

  /* work */
  .work-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:48px; }
  .work-card { position:relative; border-radius:var(--r); overflow:hidden; border:1px solid var(--line); aspect-ratio:4/5; }
  .work-card > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .6s cubic-bezier(.2,.8,.2,1); }
  .work-card:hover > img { transform:scale(1.05); }
  .work-card .ph { position:absolute; inset:0; background:var(--purple-deep); display:grid; place-items:center; }
  .work-card .ph::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 50% 38%, rgba(168,107,255,0.35), transparent 60%); }
  .work-card .ph img { position:relative; width:64%; height:auto; inset:auto; opacity:.98; }
  .work-card .ov { position:absolute; inset:0; z-index:2; display:flex; flex-direction:column; justify-content:flex-end; padding:22px; background:linear-gradient(to top, rgba(8,8,11,.94) 6%, rgba(8,8,11,.15) 46%, transparent 74%); }
  .work-card .langs { display:flex; gap:6px; flex-wrap:wrap; margin-bottom:11px; }
  .work-card .langs span { display:inline-flex; align-items:center; gap:6px; font-size:11px; font-weight:700; letter-spacing:.05em; padding:5px 10px 5px 6px; border-radius:8px; color:#fff; border:none;
    background:linear-gradient(180deg, rgba(255,255,255,0.30), rgba(255,255,255,0) 50%), linear-gradient(180deg, #9a3cff, #7c22e6 60%, #6a17c9);
    box-shadow:0 5px 14px -6px var(--glow), inset 0 -2px 5px rgba(50,8,110,0.45); }
  .work-card .langs .flag, .m-head .m-langs .flag { width:15px; height:15px; border-radius:50%; object-fit:cover; flex:none; box-shadow:0 0 0 1px rgba(255,255,255,0.4); }
  .work-card h3 { font-size:20px; font-weight:700; }
  .work-card p { color:var(--ink-dim); font-size:13.5px; margin-top:4px; }

  /* quote / testimonial - open, no container */
  .quote-inner { max-width:900px; margin:0 auto; text-align:center; }
  .quote-inner .qmark { width:62px; height:62px; margin:0 auto 26px; border-radius:16px; display:grid; place-items:center; color:#fff; background:var(--purple); box-shadow:0 16px 40px -12px var(--glow); }
  .quote-inner .qmark svg { width:30px; height:30px; }
  .quote-inner blockquote { font-family:'Sora'; font-weight:700; font-size:clamp(24px,3.7vw,42px); line-height:1.26; letter-spacing:-0.02em; }
  .stars { display:flex; gap:6px; justify-content:center; margin:28px 0 24px; color:#ffcb5b; }
  .stars svg { width:21px; height:21px; }
  .q-author { display:inline-flex; align-items:center; gap:14px; }
  .q-avatar { width:54px; height:54px; border-radius:50%; display:grid; place-items:center; color:#fff; overflow:hidden;
    background:linear-gradient(180deg, rgba(255,255,255,0.30), rgba(255,255,255,0) 52%), linear-gradient(180deg, #9a3cff, #7c22e6 60%, #6a17c9);
    box-shadow:0 12px 30px -12px var(--glow), inset 0 -2px 6px rgba(50,8,110,0.4); }
  .q-avatar svg { width:28px; height:28px; }
  .q-avatar img { width:100%; height:100%; object-fit:cover; }
  .q-author .txt { text-align:left; }
  .q-author .txt b { display:block; font-family:'Sora'; font-weight:700; font-size:16px; }
  .q-author .txt span { color:var(--ink-dim); font-size:14px; }
  .hero-bg img { width:100%; height:100%; object-fit:cover; }
  .quote-slide { display:none; }
  .quote-slide.active { display:block; animation:fadeSlide .5s ease; }
  @keyframes fadeSlide { from{opacity:0; transform:translateY(8px);} to{opacity:1; transform:none;} }
  .quote-dots { display:flex; gap:9px; justify-content:center; margin-top:28px; }
  .qdot { width:9px; height:9px; padding:0; border:none; border-radius:50%; background:var(--line-2); cursor:pointer; transition:width .25s, background .25s, border-radius .25s; }
  .qdot.active { width:24px; border-radius:5px; background:var(--purple-2); }

  /* contact */
  .contact-bg { position:relative; border-top:1px solid var(--line); background:
     radial-gradient(780px 500px at 14% 18%, rgba(124,34,230,0.20), transparent 60%),
     radial-gradient(620px 420px at 96% 92%, rgba(168,107,255,0.10), transparent 60%),
     linear-gradient(180deg, #0e0a1a, #0a0710); }
  .contact-bg > .wrap { position:relative; z-index:1; }
  .contact-grid { display:grid; grid-template-columns:0.9fr 1.1fr; gap:64px; align-items:start; }
  .contact-left h2 { font-size:clamp(34px,5vw,58px); font-weight:800; text-transform:uppercase; }
  .contact-sub { font-family:'Sora'; font-weight:700; font-size:clamp(20px,2.7vw,30px); letter-spacing:-0.02em; line-height:1.16; margin:14px 0 16px; }
  .contact-left .op { color:var(--ink-dim); font-size:17px; margin-bottom:32px; }
  .contact-info { display:flex; flex-direction:column; gap:12px; }
  .contact-info a { display:flex; align-items:center; gap:14px; padding:15px 18px; border:1px solid var(--line); border-radius:14px; background:var(--bg-2); transition:transform .2s, border-color .2s; }
  .contact-info a:hover { transform:translateY(-2px); border-color:var(--purple-2); }
  .contact-info a .ic { width:44px; height:44px; border-radius:12px; flex:none; display:grid; place-items:center; color:#fff;
    background:linear-gradient(180deg, rgba(255,255,255,0.28), rgba(255,255,255,0) 50%), linear-gradient(180deg, #9a3cff, #7c22e6 60%, #6a17c9);
    box-shadow:0 6px 16px -8px var(--glow), inset 0 -2px 5px rgba(50,8,110,0.4); }
  .contact-info a .ic svg { width:20px; height:20px; }
  .ci-tx { display:flex; flex-direction:column; line-height:1.35; }
  .ci-tx small { color:var(--ink-faint); font-size:12px; }
  .ci-tx b { color:var(--ink); font-weight:600; font-size:15px; }
  form { position:relative; overflow:hidden; background:linear-gradient(180deg,#16121f,#111117); border:1px solid var(--line-2); border-radius:var(--r); padding:34px 32px; box-shadow:0 50px 110px -55px var(--glow); }
  .form-head { display:flex; align-items:center; gap:13px; margin-bottom:24px; }
  .form-ic { width:44px; height:44px; border-radius:12px; flex:none; display:grid; place-items:center; color:#fff;
    background:linear-gradient(180deg, rgba(255,255,255,0.28), rgba(255,255,255,0) 50%), linear-gradient(180deg, #9a3cff, #7c22e6 60%, #6a17c9);
    box-shadow:0 6px 16px -8px var(--glow), inset 0 -2px 5px rgba(50,8,110,0.4); }
  .form-ic svg { width:21px; height:21px; }
  .form-title { font-family:'Sora'; font-weight:700; font-size:19px; letter-spacing:-0.01em; margin:0; }
  .field { margin-bottom:18px; }
  .field label { display:block; font-size:13px; font-weight:600; color:var(--ink-dim); margin-bottom:8px; }
  .field input,.field select,.field textarea { width:100%; background:var(--bg); border:1px solid var(--line); border-radius:11px; padding:13px 15px; color:var(--ink); font-family:inherit; font-size:15px; transition:border-color .2s; }
  .field input::placeholder,.field textarea::placeholder { color:var(--ink-faint); }
  .field input:focus,.field select:focus,.field textarea:focus { outline:none; border-color:var(--purple-2); }
  .field select { appearance:none; cursor:pointer; }
  .field textarea { resize:vertical; min-height:96px; }
  .field-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
  form .btn { width:100%; justify-content:center; margin-top:6px; padding:15px; }
  .form-note { color:var(--ink-dim); font-size:13.5px; margin-top:14px; }
  .form-ok { color:var(--green); font-size:14px; margin-top:14px; font-weight:600; }

  /* footer */
  footer { position:relative; border-top:1px solid var(--line); padding:66px 0 34px; background:linear-gradient(180deg, #0a0710 0%, var(--bg-1) 55%); overflow:hidden; }
  footer::before { content:""; position:absolute; top:0; left:50%; transform:translateX(-50%); width:900px; height:340px; background:radial-gradient(ellipse at 50% 42%, rgba(124,34,230,0.16), transparent 66%); filter:blur(18px); pointer-events:none; }
  footer .wrap { position:relative; z-index:1; }
  .foot-main { display:grid; grid-template-columns:1.7fr 1fr 1.1fr; gap:44px; padding-bottom:48px; }
  .foot-brand .logo-img { height:34px; }
  .foot-note { color:var(--ink-dim); font-size:15px; max-width:42ch; margin-top:18px; }
  .foot-col h4 { font-size:12px; font-weight:700; letter-spacing:.04em; text-transform:uppercase; color:var(--ink-faint); margin-bottom:16px; }
  .foot-col a { display:flex; align-items:center; gap:9px; font-size:15px; color:var(--ink-dim); padding:6px 0; transition:color .2s, gap .2s; }
  .foot-col a:hover { color:var(--ink); }
  .foot-col a .fl { width:18px; height:18px; border-radius:50%; object-fit:cover; box-shadow:0 0 0 1px rgba(255,255,255,0.28); }
  .foot-credit { display:inline-flex; align-items:center; gap:8px; color:var(--ink-faint); }
  .foot-credit img { height:18px; opacity:.85; transition:opacity .2s; }
  .foot-credit a { display:inline-flex; }
  .foot-credit a:hover img { opacity:1; }
  .foot-bottom { display:flex; justify-content:space-between; align-items:center; gap:16px; flex-wrap:wrap; border-top:1px solid var(--line); padding-top:26px; font-size:13.5px; color:var(--ink-faint); }
  .foot-bottom .dots { display:inline-flex; gap:5px; vertical-align:middle; margin-right:8px; }
  .foot-bottom .dots i { width:7px; height:7px; border-radius:50%; display:inline-block; }
  .foot-bottom .dots i:nth-child(1){ background:#6600cc; } .foot-bottom .dots i:nth-child(2){ background:#8b3df0; } .foot-bottom .dots i:nth-child(3){ background:#c026d3; }

  .reveal { opacity:0; transform:translateY(22px); transition:opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
  .reveal.in { opacity:1; transform:none; }

  /* clickable project card */
  .work-card.open-modal { cursor:pointer; }
  .view-more { display:inline-flex; align-items:center; gap:7px; margin-top:12px; font-family:'Sora'; font-weight:700; font-size:13px; color:var(--purple-2); transition:gap .2s; }
  .view-more svg { width:15px; height:15px; }
  .work-card.open-modal:hover .view-more { gap:11px; }

  /* modal */
  .modal { position:fixed; inset:0; z-index:100; display:none; }
  .modal.open { display:block; }
  .modal-backdrop { position:absolute; inset:0; background:rgba(4,4,7,0.72); backdrop-filter:blur(8px); animation:fade .25s ease; }
  @keyframes fade { from{opacity:0} to{opacity:1} }
  .modal.closing .modal-backdrop { animation:fadeOut .24s ease forwards; }
  @keyframes fadeOut { from{opacity:1} to{opacity:0} }
  .modal-panel { position:relative; z-index:1; display:grid; grid-template-columns:420px 1fr; max-width:1060px; margin:5vh auto; max-height:90vh; overflow:hidden; background:linear-gradient(180deg, #12101c, #0b0810); border:1px solid var(--line-2); border-radius:22px; box-shadow:0 60px 140px -50px #000; animation:pop .3s cubic-bezier(.2,.8,.2,1); }
  @keyframes pop { from{opacity:0; transform:translateY(18px) scale(.98)} to{opacity:1; transform:none} }
  .modal.closing .modal-panel { animation:popOut .24s cubic-bezier(.4,0,.6,1) forwards; }
  @keyframes popOut { from{opacity:1; transform:none} to{opacity:0; transform:translateY(16px) scale(.98)} }
  .m-poster-col { position:relative; overflow:hidden; display:grid; place-items:center; padding:18px; background:linear-gradient(180deg, rgba(124,34,230,0.16), rgba(12,10,18,0.6)); border-right:1px solid var(--line); }
  .m-poster-col img { width:100%; height:auto; max-height:calc(90vh - 36px); object-fit:contain; border-radius:10px; border:1px solid var(--line-2); box-shadow:0 24px 60px -22px #000; }
  .modal-scroll { position:relative; overflow-y:auto; max-height:90vh; }
  .modal-close { position:sticky; float:right; top:16px; z-index:5; margin:16px 16px -50px 0; width:40px; height:40px; border-radius:50%; border:1px solid var(--line-2); background:rgba(10,10,14,0.78); color:var(--ink); font-size:15px; cursor:pointer; display:grid; place-items:center; transition:background .2s, transform .2s, border-color .2s; }
  .modal-close:hover { background:var(--purple); border-color:var(--purple); transform:rotate(90deg); }
  .m-head { padding:36px 40px 26px; border-bottom:1px solid var(--line); }
  .m-head .m-langs { display:flex; gap:6px; margin-bottom:14px; }
  .m-head .m-langs span { display:inline-flex; align-items:center; gap:6px; font-size:11px; font-weight:700; letter-spacing:.03em; padding:5px 10px 5px 6px; border-radius:8px; color:#fff; border:none;
    background:linear-gradient(180deg, rgba(255,255,255,0.30), rgba(255,255,255,0) 50%), linear-gradient(180deg, #9a3cff, #7c22e6 60%, #6a17c9);
    box-shadow:0 5px 14px -6px var(--glow), inset 0 -2px 5px rgba(50,8,110,0.45); }
  .m-head h3 { font-size:clamp(24px,3.4vw,34px); font-weight:800; letter-spacing:-0.02em; line-height:1.08; }
  .m-head .m-dir { color:var(--ink-dim); font-size:15px; margin-top:10px; }
  .m-head .m-dir b { color:var(--ink); font-weight:600; }
  .modal-body { padding:30px 40px 44px; }
  .modal-body h4 { font-family:'Sora'; font-weight:700; font-size:13px; letter-spacing:.02em; text-transform:uppercase; color:var(--purple-2); margin:34px 0 14px; }
  .modal-body h4:first-child { margin-top:0; }
  .m-cast-grid h4 { margin-top:0; }
  .modal-body p.syn { color:var(--ink-dim); font-size:16px; line-height:1.7; }
  .m-services { display:flex; flex-wrap:wrap; gap:9px; }
  .m-services span { font-size:13px; color:var(--ink); background:rgba(255,255,255,0.04); border:1px solid var(--line); padding:8px 14px; border-radius:999px; }
  .m-reel { border-radius:14px; overflow:hidden; border:1px solid var(--line-2); background:#000; }
  .m-reel .ar { position:relative; width:100%; padding-top:56.25%; }
  .m-reel iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
  .m-cast-grid { display:grid; grid-template-columns:1fr 1fr; gap:26px 40px; margin-top:38px; }
  .m-cast-grid .full { grid-column:1 / -1; }
  .m-panel { border:1px solid var(--line); border-radius:12px; overflow:hidden; background:rgba(255,255,255,0.018); }
  table.m-table { width:100%; border-collapse:collapse; }
  table.m-table td { padding:11px 16px; font-size:14.5px; border-bottom:1px solid var(--line); vertical-align:top; }
  table.m-table td.role { color:var(--ink-dim); width:48%; padding-right:14px; }
  table.m-table td.name { color:var(--ink); font-weight:500; }
  table.m-table tr:last-child td { border-bottom:none; }
  table.m-table tr:hover td { background:rgba(124,34,230,0.06); }
  .m-list { display:flex; flex-wrap:wrap; gap:9px; }
  .m-list span { color:var(--ink); font-size:13px; background:rgba(255,255,255,0.04); border:1px solid var(--line); padding:8px 14px; border-radius:999px; }
  @media (max-width:720px) {
    .modal-panel { grid-template-columns:1fr; overflow-y:auto; }
    .modal-scroll { overflow:visible; max-height:none; }
    .m-poster-col { border-right:none; border-bottom:1px solid var(--line); height:auto; padding:22px; }
    .m-poster-col img { max-height:340px; }
    .m-head { padding:26px 24px; }
    .modal-body { padding:26px 24px 40px; }
    .m-cast-grid { grid-template-columns:1fr; gap:22px; }
  }

  @media (max-width:920px) {
    .about-grid, .contact-grid { grid-template-columns:1fr; gap:38px; }
    .svc-grid, .work-grid { grid-template-columns:1fr; }
    .work-grid { grid-template-columns:1fr 1fr; }
    .nav-links, .nav .btn { display:none; }
    .menu-toggle { display:block; }
    .foot-main { grid-template-columns:1fr; gap:34px; }
    .foot-cta { flex-direction:column; align-items:flex-start; }
    .pad { padding:78px 0; }
  }
  @media (max-width:560px) {
    .wrap { padding:0 20px; }
    .work-grid { grid-template-columns:1fr; }
    .field-row { grid-template-columns:1fr; }
    .quote-card { padding:40px 24px; }
  }
