*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --gold:         #F5B800;
  --gold-light:   #FFD84D;
  --gold-dark:    #C99600;
  --gold-dim:     #8A6A00;
  --warm-black:   #0D0C08;
  --bg:           #0D0C08;
  --bg2:          #131108;
  --bg3:          #17150A;
  --surface:      #1C190C;
  --surface2:     #231F0E;
  --text:         #F5EDD6;
  --muted:        #9A8E68;
  --border:       rgba(245,184,0,.16);
  --grad:         linear-gradient(135deg, #C99600, #F5B800, #FFD84D);
  --grad-flat:    linear-gradient(135deg, #C99600, #F5B800);
  --anim-c:  #F5B800;
  --film-c:  #E8730A;
  --brand-c: #D4A017;
  --game-c:  #A8C832;
  --radius:  10px;
  --font:    'Poppins', sans-serif;
  --nav-h:   72px;
}

html { scroll-behavior: smooth; }
body { font-family:var(--font); background:var(--bg); color:var(--text); overflow-x:hidden; line-height:1.6; cursor:none; }
::selection { background:var(--gold); color:var(--warm-black); }
::-webkit-scrollbar { width:5px; }
::-webkit-scrollbar-track { background:var(--bg); }
::-webkit-scrollbar-thumb { background:var(--grad-flat); border-radius:3px; }

/* CURSOR */
#cursor-dot { width:8px; height:8px; border-radius:50%; background:var(--gold); position:fixed; pointer-events:none; z-index:99999; transform:translate(-50%,-50%); }
#cursor-ring { width:36px; height:36px; border-radius:50%; border:1.5px solid rgba(245,184,0,.45); position:fixed; pointer-events:none; z-index:99998; transform:translate(-50%,-50%); transition:width .25s,height .25s,border-color .25s; }
body:has(a:hover) #cursor-ring, body:has(button:hover) #cursor-ring { width:54px; height:54px; border-color:var(--gold); }

/* UTILITY */
.container { max-width:1200px; margin:0 auto; padding:0 24px; }
.section { padding:108px 0; }
.section-label { font-size:.7rem; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:var(--gold-dim); display:block; margin-bottom:10px; }
h2.section-title { font-size:clamp(2rem,4vw,3rem); font-weight:800; line-height:1.12; background:var(--grad); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.section-sub { margin-top:14px; color:var(--muted); font-size:1rem; max-width:540px; }
.btn { display:inline-flex; align-items:center; gap:8px; padding:13px 30px; border-radius:19px; font-family:var(--font); font-weight:600; font-size:.92rem; cursor:none; text-decoration:none; transition:all .3s; border:none; }
.btn-primary { background:var(--grad-flat); color:var(--warm-black); box-shadow:0 4px 24px rgba(245,184,0,.22); }
.btn-primary:hover { transform:translateY(-2px); box-shadow:0 8px 32px rgba(245,184,0,.38); }
.btn-outline { background:transparent; color:var(--text); border:1.5px solid rgba(245,184,0,.3); }
.btn-outline:hover { border-color:var(--gold); background:rgba(245,184,0,.07); color:var(--gold-light); }

/* NAV */
#nav { position:fixed; top:0; left:0; right:0; z-index:900; height:var(--nav-h); display:flex; align-items:center; transition:background .4s,box-shadow .4s; }
#nav.scrolled { background:rgba(13,12,8,.92); backdrop-filter:blur(22px); box-shadow:0 1px 0 var(--border); }
.nav-inner { width:100%; max-width:1200px; margin:0 auto; padding:0 24px; display:flex; align-items:center; justify-content:space-between; }
.nav-logo { display:flex; align-items:center; gap:11px; text-decoration:none; }
.nav-logo-img { width:40px; height:40px; border-radius:6px; object-fit:cover; display:block; }
.nav-logo-text { font-weight:800; font-size:1.05rem; color:var(--text); }
.nav-logo-text span { color:var(--gold); }
.nav-links { display:flex; align-items:center; gap:30px; list-style:none; }
.nav-links a { text-decoration:none; color:var(--muted); font-size:.87rem; font-weight:500; transition:color .2s; }
.nav-links a:hover { color:var(--gold-light); }
.nav-cta { display:flex; align-items:center; gap:10px; }
.burger { display:none; flex-direction:column; gap:5px; cursor:none; background:none; border:none; padding:6px; }
.burger span { display:block; width:22px; height:2px; background:var(--text); border-radius:2px; transition:all .3s; }
.mobile-nav { display:none; position:fixed; top:var(--nav-h); left:0; right:0; bottom:0; background:rgba(13,12,8,.97); z-index:899; flex-direction:column; align-items:center; justify-content:center; gap:28px; }
.mobile-nav.open { display:flex; }
.mobile-nav a { color:var(--text); font-size:1.5rem; font-weight:700; text-decoration:none; transition:color .2s; }
.mobile-nav a:hover { color:var(--gold); }

/* HERO */
#hero { min-height:100vh; display:flex; flex-direction:column; align-items:center; justify-content:center; position:relative; overflow:hidden; text-align:center; padding:130px 24px 80px; }
.hero-bg { position:absolute; inset:0; z-index:0;
  background:
    radial-gradient(ellipse 90% 65% at 50% -5%, rgba(245,184,0,.16) 0%, transparent 65%),
    radial-gradient(ellipse 55% 50% at 85% 85%, rgba(232,115,10,.1)  0%, transparent 60%),
    radial-gradient(ellipse 45% 55% at 8%  75%, rgba(245,184,0,.07)  0%, transparent 55%),
    var(--bg);
}
canvas#particles { position:absolute; inset:0; z-index:1; pointer-events:none; }
.hero-noise { position:absolute; inset:0; z-index:2; opacity:.03; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-size:180px; }
.orb { position:absolute; border-radius:50%; filter:blur(90px); opacity:.1; animation:floatOrb 10s ease-in-out infinite; pointer-events:none; }
.orb1 { width:600px; height:600px; background:#C99600; top:-200px; left:-150px; }
.orb2 { width:450px; height:450px; background:#E8730A; bottom:-80px; right:-100px; animation-delay:-5s; }
.orb3 { width:320px; height:320px; background:#F5B800; bottom:25%; left:32%; animation-delay:-2.5s; opacity:.06; }
@keyframes floatOrb { 0%,100%{transform:translateY(0) scale(1)} 50%{transform:translateY(-35px) scale(1.06)} }

.hero-content { position:relative; z-index:3; max-width:960px; }
.hero-eyebrow { display:inline-flex; align-items:center; gap:9px; background:rgba(245,184,0,.08); border:1px solid rgba(245,184,0,.28); border-radius:8px; padding:5px 18px; font-size:.72rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--gold); margin-bottom:24px; backdrop-filter:blur(10px); }
.hero-eyebrow::before { content:''; width:6px; height:6px; border-radius:50%; background:var(--gold); animation:blink 2s ease-in-out infinite; }
@keyframes blink { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(1.5)} }

.hero-title { font-size:clamp(3rem,7.5vw,6rem); font-weight:900; line-height:1.06; letter-spacing:-.03em; margin-bottom:22px; }
.hero-title .word { display:inline; animation:wordIn .8s cubic-bezier(.16,1,.3,1) both; }
@keyframes wordIn { from{opacity:0;transform:translateY(40px)} to{opacity:1;transform:translateY(0)} }
.line-plain { color:var(--text); }
.line-grad { background:linear-gradient(90deg,#C99600,#F5B800,#FFD84D,#F5B800,#C99600); background-size:300% auto; -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; animation:shimmer 5s linear infinite; }
@keyframes shimmer { to{background-position:300% center} }

.hero-sub { font-size:clamp(1rem,1.8vw,1.18rem); color:var(--muted); max-width:600px; margin:0 auto 38px; animation:wordIn 1s .6s cubic-bezier(.16,1,.3,1) both; }
.hero-btns { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; margin-bottom:36px; animation:wordIn 1s .8s both; }

.hero-pillars { display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin-bottom:52px; animation:wordIn 1s 1s both; }
.pillar-badge { display:flex; align-items:center; gap:7px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.09); border-radius:8px; padding:7px 16px; font-size:.78rem; font-weight:600; text-decoration:none; color:var(--muted); transition:all .25s; backdrop-filter:blur(8px); }
.pillar-badge:hover { color:var(--text); transform:translateY(-2px); }
.pillar-badge[data-p="animation"] { border-color:rgba(245,184,0,.3); }
.pillar-badge[data-p="animation"]:hover { background:rgba(245,184,0,.09); border-color:var(--anim-c); color:var(--gold-light); }
.pillar-badge[data-p="film"] { border-color:rgba(232,115,10,.3); }
.pillar-badge[data-p="film"]:hover { background:rgba(232,115,10,.09); border-color:var(--film-c); }
.pillar-badge[data-p="branding"] { border-color:rgba(212,160,23,.3); }
.pillar-badge[data-p="branding"]:hover { background:rgba(212,160,23,.09); border-color:var(--brand-c); }
.pillar-badge[data-p="games"] { border-color:rgba(168,200,50,.3); }
.pillar-badge[data-p="games"]:hover { background:rgba(168,200,50,.09); border-color:var(--game-c); }
.pillar-dot { width:7px; height:7px; border-radius:50%; }
.pillar-badge[data-p="animation"] .pillar-dot { background:var(--anim-c); }
.pillar-badge[data-p="film"] .pillar-dot { background:var(--film-c); }
.pillar-badge[data-p="branding"] .pillar-dot { background:var(--brand-c); }
.pillar-badge[data-p="games"] .pillar-dot { background:var(--game-c); }

.showreel-wrap { position:relative; z-index:3; width:100%; max-width:880px; margin:0 auto; aspect-ratio:16/9; border-radius:16px; overflow:hidden; border:1px solid rgba(245,184,0,.2); box-shadow:0 0 0 1px rgba(255,255,255,.02),0 0 80px rgba(245,184,0,.1),0 40px 80px rgba(0,0,0,.6); animation:wordIn 1.1s 1.1s both; }
.showreel-inner { position:relative; width:100%; height:100%; background:var(--surface); display:flex; align-items:center; justify-content:center; }
.showreel-inner video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.showreel-play { position:relative; z-index:2; width:80px; height:80px; border-radius:50%; background:rgba(245,184,0,.12); backdrop-filter:blur(14px); border:1.5px solid rgba(245,184,0,.35); display:flex; align-items:center; justify-content:center; cursor:none; transition:all .3s; }
.showreel-play:hover { transform:scale(1.12); background:rgba(245,184,0,.25); box-shadow:0 0 40px rgba(245,184,0,.3); }
.showreel-play svg { width:26px; height:26px; fill:var(--gold); margin-left:4px; }
.showreel-label { position:absolute; bottom:18px; left:50%; transform:translateX(-50%); font-size:.65rem; font-weight:600; letter-spacing:.16em; text-transform:uppercase; color:rgba(245,184,0,.45); white-space:nowrap; z-index:2; }
.scroll-cue { position:absolute; bottom:28px; left:50%; transform:translateX(-50%); z-index:3; display:flex; flex-direction:column; align-items:center; gap:7px; opacity:.35; }
.scroll-cue span { font-size:.62rem; letter-spacing:.16em; text-transform:uppercase; }
.scroll-cue-line { width:1px; height:38px; background:linear-gradient(to bottom,var(--gold),transparent); animation:scrollLine 2.2s ease-in-out infinite; }
@keyframes scrollLine { 0%{transform:scaleY(0);transform-origin:top} 50%{transform:scaleY(1);transform-origin:top} 51%{transform:scaleY(1);transform-origin:bottom} 100%{transform:scaleY(0);transform-origin:bottom} }

/* SERVICES */
#services { background:var(--bg2); }
.services-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:52px; }
.service-card { background:var(--surface); border-radius:var(--radius); padding:34px 26px 28px; border:1px solid var(--border); transition:transform .3s,box-shadow .3s,border-color .3s; position:relative; overflow:hidden; }
.service-card::before { content:''; position:absolute; bottom:0; left:0; right:0; height:3px; transform:scaleX(0); transform-origin:left; transition:transform .35s; }
.service-card[data-p="animation"]::before { background:var(--anim-c); }
.service-card[data-p="film"]::before { background:var(--film-c); }
.service-card[data-p="branding"]::before { background:var(--brand-c); }
.service-card[data-p="games"]::before { background:var(--game-c); }
.service-card:hover { transform:translateY(-5px); }
.service-card[data-p="animation"]:hover { border-color:rgba(245,184,0,.4); box-shadow:0 16px 40px rgba(245,184,0,.07); }
.service-card[data-p="film"]:hover { border-color:rgba(232,115,10,.4); box-shadow:0 16px 40px rgba(232,115,10,.08); }
.service-card[data-p="branding"]:hover { border-color:rgba(212,160,23,.4); box-shadow:0 16px 40px rgba(212,160,23,.07); }
.service-card[data-p="games"]:hover { border-color:rgba(168,200,50,.4); box-shadow:0 16px 40px rgba(168,200,50,.07); }
.service-card:hover::before { transform:scaleX(1); }
.service-card:hover .service-icon { transform:scale(1.1) rotate(-4deg); }
.service-icon { font-size:2rem; margin-bottom:18px; transition:transform .3s; display:block; }
.service-pillar-label { font-size:.62rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase; margin-bottom:8px; display:block; }
.service-card[data-p="animation"] .service-pillar-label { color:var(--anim-c); }
.service-card[data-p="film"] .service-pillar-label { color:var(--film-c); }
.service-card[data-p="branding"] .service-pillar-label { color:var(--brand-c); }
.service-card[data-p="games"] .service-pillar-label { color:var(--game-c); }
.service-card h3 { font-size:1.15rem; font-weight:700; margin-bottom:10px; }
.service-card p { font-size:.85rem; color:var(--muted); line-height:1.7; }
.service-tags { display:flex; flex-wrap:wrap; gap:5px; margin-top:16px; }
.service-tag { font-size:.65rem; font-weight:600; padding:3px 9px; border-radius:6px; background:rgba(245,184,0,.06); color:var(--muted); border:1px solid rgba(245,184,0,.1); }

/* PORTFOLIO TABS */
#portfolio { background:var(--bg3); }
.pillar-tabs-wrap { margin-top:48px; border-bottom:1px solid var(--border); }
.pillar-tabs { display:flex; gap:0; overflow-x:auto; scrollbar-width:none; }
.pillar-tabs::-webkit-scrollbar { display:none; }
.ptab { flex-shrink:0; display:flex; align-items:center; gap:10px; padding:18px 28px; background:none; border:none; font-family:var(--font); font-size:.88rem; font-weight:600; color:var(--muted); cursor:none; position:relative; transition:color .25s; }
.ptab::after { content:''; position:absolute; bottom:-1px; left:0; right:0; height:2px; transform:scaleX(0); transform-origin:left; transition:transform .3s; }
.ptab[data-tab="animation"]::after { background:var(--anim-c); }
.ptab[data-tab="film"]::after { background:var(--film-c); }
.ptab[data-tab="branding"]::after { background:var(--brand-c); }
.ptab[data-tab="games"]::after { background:var(--game-c); }
.ptab.active,.ptab:hover { color:var(--text); }
.ptab.active::after { transform:scaleX(1); }
.ptab:hover::after { transform:scaleX(1); opacity:.5; }
.ptab-icon { font-size:1.1rem; }
.ptab-count { font-size:.65rem; font-weight:700; padding:2px 7px; border-radius:6px; background:rgba(245,184,0,.09); color:var(--muted); transition:background .25s,color .25s; }
.ptab.active .ptab-count { color:var(--warm-black); }
.ptab[data-tab="animation"].active .ptab-count { background:var(--anim-c); }
.ptab[data-tab="film"].active .ptab-count { background:var(--film-c); }
.ptab[data-tab="branding"].active .ptab-count { background:var(--brand-c); }
.ptab[data-tab="games"].active .ptab-count { background:var(--game-c); }

.pillar-panel { display:none; }
.pillar-panel.active { display:block; }
.pillar-header { display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; gap:20px; padding:36px 0 28px; }
.pillar-headline { font-size:clamp(1.4rem,2.5vw,2rem); font-weight:800; margin-bottom:8px; }
.pillar-headline.anim-grad  { color:var(--anim-c); }
.pillar-headline.film-grad  { color:var(--film-c); }
.pillar-headline.brand-grad { color:var(--brand-c); }
.pillar-headline.game-grad  { color:var(--game-c); }
.pillar-desc { color:var(--muted); font-size:.9rem; max-width:480px; line-height:1.7; }
.pillar-cta { flex-shrink:0; }

.port-grid { display:grid; gap:18px; grid-template-columns:repeat(3,1fr); }
.port-grid.layout-brand { grid-template-columns:repeat(4,1fr); }
.port-item { position:relative; border-radius:var(--radius); overflow:hidden; background:var(--surface); border:1px solid var(--border); cursor:none; transition:transform .32s,box-shadow .32s; }
.port-item:hover { transform:translateY(-4px) scale(1.012); }
.port-item.tall   { aspect-ratio:3/4; }
.port-item.wide   { aspect-ratio:16/9; grid-column:span 2; }
.port-item.square { aspect-ratio:1; }
.port-item.std    { aspect-ratio:4/3; }
.port-placeholder { width:100%; height:100%; min-height:200px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; transition:transform .5s; }
.port-item:hover .port-placeholder { transform:scale(1.04); }
.port-placeholder .ph-icon  { font-size:2.2rem; opacity:.45; }
.port-placeholder .ph-title { font-size:.75rem; font-weight:600; opacity:.22; letter-spacing:.08em; }
.pp-anim  { background:linear-gradient(145deg,#1a1500,#2e2400,#181200); }
.pp-film  { background:linear-gradient(145deg,#1a0d00,#321600,#160b00); }
.pp-brand { background:linear-gradient(145deg,#1a1600,#2e2600,#141200); }
.pp-game  { background:linear-gradient(145deg,#0e1600,#192400,#0b1200); }
.port-overlay { position:absolute; inset:0; background:linear-gradient(to top,rgba(0,0,0,.88) 0%,rgba(0,0,0,.2) 45%,transparent 100%); opacity:0; transition:opacity .28s; display:flex; flex-direction:column; justify-content:flex-end; padding:22px; }
.port-item:hover .port-overlay { opacity:1; }
.port-type { font-size:.62rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; margin-bottom:4px; }
.port-type.anim-c  { color:#FFD84D; }
.port-type.film-c  { color:#FFAA66; }
.port-type.brand-c { color:#FFD066; }
.port-type.game-c  { color:#C8E870; }
.port-title { font-size:1rem; font-weight:700; color:#fff; }
.port-sub { font-size:.78rem; color:rgba(255,255,255,.5); margin-top:3px; }
.port-arrow { position:absolute; top:14px; right:14px; width:34px; height:34px; border-radius:50%; background:rgba(245,184,0,.14); backdrop-filter:blur(8px); border:1px solid rgba(245,184,0,.28); display:flex; align-items:center; justify-content:center; font-size:.85rem; transform:scale(0); transition:transform .22s; color:var(--gold); }
.port-item:hover .port-arrow { transform:scale(1); }
.port-video-badge { position:absolute; top:14px; left:14px; background:rgba(0,0,0,.55); backdrop-filter:blur(8px); border:1px solid rgba(245,184,0,.18); border-radius:6px; padding:3px 10px; font-size:.62rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:rgba(245,184,0,.65); display:flex; align-items:center; gap:5px; }

/* LIGHTBOX */
#lightbox { display:none; position:fixed; inset:0; z-index:9990; background:rgba(0,0,0,.95); backdrop-filter:blur(24px); align-items:center; justify-content:center; }
#lightbox.open { display:flex; }
.lb-close { position:fixed; top:18px; right:22px; background:rgba(245,184,0,.09); border:1px solid rgba(245,184,0,.2); color:var(--gold); width:42px; height:42px; border-radius:50%; font-size:1.1rem; cursor:none; display:flex; align-items:center; justify-content:center; transition:background .2s; z-index:2; }
.lb-close:hover { background:rgba(245,184,0,.2); }
.lb-nav { position:fixed; top:50%; transform:translateY(-50%); background:rgba(245,184,0,.07); border:1px solid rgba(245,184,0,.16); color:var(--gold); width:48px; height:48px; border-radius:50%; font-size:1.3rem; cursor:none; display:flex; align-items:center; justify-content:center; transition:background .2s; z-index:2; }
.lb-nav:hover { background:rgba(245,184,0,.16); }
.lb-prev { left:18px; } .lb-next { right:18px; }
.lb-content { max-width:min(90vw,960px); max-height:90vh; display:flex; flex-direction:column; gap:16px; position:relative; z-index:1; }
.lb-media { border-radius:10px; overflow:hidden; max-height:70vh; }
.lb-media img,.lb-media video { display:block; max-width:100%; max-height:70vh; object-fit:contain; }
.lb-info { color:rgba(255,255,255,.85); }
.lb-info h3 { font-size:1.1rem; font-weight:700; }
.lb-info p { font-size:.82rem; color:rgba(255,255,255,.4); margin-top:4px; }
.lb-counter { font-size:.72rem; color:rgba(245,184,0,.4); margin-top:6px; }

/* SUBSIDIARIES */
#subsidiaries { background:var(--bg2); }
.sub-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; margin-top:52px; }
.sub-card { background:var(--surface2); border:1px solid var(--border); border-radius:var(--radius); padding:26px 18px 22px; text-decoration:none; color:var(--text); display:flex; flex-direction:column; gap:10px; transition:all .3s; position:relative; overflow:hidden; }
.sub-card::after { content:''; position:absolute; bottom:0; left:0; right:0; height:2px; background:var(--grad-flat); transform:scaleX(0); transform-origin:left; transition:transform .3s; }
.sub-card:hover { transform:translateY(-4px); border-color:rgba(245,184,0,.32); }
.sub-card:hover::after { transform:scaleX(1); }
.sub-icon { font-size:1.7rem; } .sub-name { font-weight:700; font-size:.92rem; } .sub-desc { font-size:.76rem; color:var(--muted); line-height:1.5; } .sub-url { font-size:.68rem; color:var(--gold-dim); margin-top:auto; }
.sub-arrow { position:absolute; top:14px; right:14px; font-size:.85rem; opacity:0; transition:all .25s; color:var(--gold); }
.sub-card:hover .sub-arrow { opacity:1; transform:translate(2px,-2px); }

/* PROCESS */
#process { background:var(--bg); }
.process-track { display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin-top:52px; position:relative; }
.process-track::before { content:''; position:absolute; top:35px; left:calc(12.5% + 10px); right:calc(12.5% + 10px); height:1px; background:linear-gradient(90deg,var(--gold-dark),var(--gold),var(--gold-light)); z-index:0; opacity:.35; }
.process-step { display:flex; flex-direction:column; align-items:center; text-align:center; padding:0 18px; position:relative; z-index:1; }
.step-num { width:70px; height:70px; border-radius:50%; background:var(--surface2); border:1.5px solid var(--border); display:flex; align-items:center; justify-content:center; font-size:1.5rem; margin-bottom:20px; }
.process-step:nth-child(1) .step-num { border-color:var(--gold-dark); box-shadow:0 0 18px rgba(245,184,0,.18); }
.process-step:nth-child(2) .step-num { border-color:var(--gold); box-shadow:0 0 18px rgba(245,184,0,.22); }
.process-step:nth-child(3) .step-num { border-color:var(--gold-light); box-shadow:0 0 18px rgba(245,184,0,.25); }
.process-step:nth-child(4) .step-num { border-color:var(--film-c); box-shadow:0 0 18px rgba(232,115,10,.22); }
.step-label { font-size:.62rem; font-weight:700; letter-spacing:.2em; text-transform:uppercase; color:var(--muted); margin-bottom:5px; }
.step-title { font-size:1.1rem; font-weight:700; margin-bottom:8px; }
.step-desc { font-size:.82rem; color:var(--muted); line-height:1.65; }

/* TESTIMONIALS */
#testimonials { background:var(--bg2); overflow:hidden; }
.testi-track-wrap { position:relative; margin-top:48px; }
.testi-track-wrap::before,.testi-track-wrap::after { content:''; position:absolute; top:0; bottom:0; width:120px; z-index:1; pointer-events:none; }
.testi-track-wrap::before { left:0; background:linear-gradient(to right,var(--bg2),transparent); }
.testi-track-wrap::after  { right:0; background:linear-gradient(to left,var(--bg2),transparent); }
.testi-track { display:flex; gap:20px; animation:scrollTesti 35s linear infinite; width:max-content; padding:0 20px; }
.testi-track:hover { animation-play-state:paused; }
@keyframes scrollTesti { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.testi-card { flex-shrink:0; width:320px; background:var(--surface); border:1px solid var(--border); border-radius:var(--radius); padding:26px 22px; }
.testi-stars { color:var(--gold); font-size:.85rem; margin-bottom:12px; }
.testi-quote { font-size:.88rem; color:var(--muted); line-height:1.7; font-style:italic; margin-bottom:18px; }
.testi-author { display:flex; align-items:center; gap:10px; }
.testi-avatar { width:38px; height:38px; border-radius:50%; background:var(--grad-flat); display:flex; align-items:center; justify-content:center; font-size:.9rem; font-weight:700; color:var(--warm-black); flex-shrink:0; }
.testi-name { font-size:.88rem; font-weight:700; }
.testi-role { font-size:.72rem; color:var(--muted); }

/* CLIENT LOGOS */
#clients { background:var(--bg); padding:64px 0; }
.clients-label { text-align:center; font-size:.7rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:var(--muted); margin-bottom:32px; }
.clients-row { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:40px 48px; }
.client-logo { font-size:.85rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:rgba(245,184,0,.2); transition:color .25s; }
.client-logo:hover { color:rgba(245,184,0,.55); }

/* ABOUT */
#about { background:var(--bg3); }
.about-grid { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:center; margin-top:52px; }
.about-visual { position:relative; aspect-ratio:1; border-radius:var(--radius); overflow:hidden; background:var(--surface); }
.about-visual-bg { width:100%; height:100%; background:radial-gradient(ellipse at 30% 40%,rgba(245,184,0,.28),transparent 60%),radial-gradient(ellipse at 70% 70%,rgba(232,115,10,.18),transparent 55%),var(--surface2); display:flex; align-items:center; justify-content:center; font-size:5.5rem; }
.about-badge { position:absolute; bottom:20px; left:20px; background:rgba(13,12,8,.9); backdrop-filter:blur(14px); border:1px solid rgba(245,184,0,.22); border-radius:9px; padding:13px 18px; }
.about-badge-num { font-size:1.7rem; font-weight:900; color:var(--gold); }
.about-badge-label { font-size:.72rem; color:var(--muted); }
.about-text h2 { font-size:clamp(1.7rem,3vw,2.4rem); font-weight:800; line-height:1.2; margin-bottom:18px; }
.about-text p { color:var(--muted); line-height:1.8; margin-bottom:18px; font-size:.93rem; }
.about-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:32px; }
.stat-item { text-align:center; }
.stat-num { font-size:1.8rem; font-weight:900; color:var(--gold); }
.stat-label { font-size:.72rem; color:var(--muted); margin-top:2px; }

/* CONTACT */
#contact { background:var(--bg2); }
.contact-wrap { display:grid; grid-template-columns:1fr 1fr; gap:60px; margin-top:52px; align-items:start; }
.contact-info h3 { font-size:1.35rem; font-weight:700; margin-bottom:14px; }
.contact-info p { color:var(--muted); line-height:1.8; margin-bottom:28px; font-size:.92rem; }
.contact-links { display:flex; flex-direction:column; gap:12px; }
.contact-link { display:flex; align-items:center; gap:12px; text-decoration:none; color:var(--text); padding:13px 18px; background:var(--surface); border:1px solid var(--border); border-radius:var(--radius); transition:all .25s; }
.contact-link:hover { border-color:rgba(245,184,0,.38); transform:translateX(4px); }
.contact-link-icon { font-size:1.1rem; }
.contact-link-text { font-size:.87rem; font-weight:500; }
.contact-link-label { font-size:.68rem; color:var(--muted); }
.contact-form { display:flex; flex-direction:column; gap:14px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form-group { display:flex; flex-direction:column; gap:6px; }
.form-group label { font-size:.75rem; font-weight:600; color:var(--muted); letter-spacing:.06em; }
.form-group input,.form-group textarea,.form-group select { background:var(--surface); border:1px solid var(--border); color:var(--text); font-family:var(--font); font-size:.88rem; padding:11px 15px; border-radius:8px; outline:none; transition:border-color .25s; appearance:none; }
.form-group input:focus,.form-group textarea:focus,.form-group select:focus { border-color:var(--gold); box-shadow:0 0 0 3px rgba(245,184,0,.08); }
.form-group textarea { resize:vertical; min-height:110px; }
.form-group select option { background:var(--bg2); }
.form-submit { padding:13px 30px; border-radius:19px; font-family:var(--font); font-weight:700; font-size:.92rem; cursor:none; background:var(--grad-flat); color:var(--warm-black); border:none; box-shadow:0 4px 24px rgba(245,184,0,.18); transition:all .3s; align-self:flex-start; }
.form-submit:hover { transform:translateY(-2px); box-shadow:0 8px 32px rgba(245,184,0,.32); }
#formMsg { font-size:.82rem; color:var(--gold); display:none; margin-top:6px; }

/* FOOTER */
footer { background:var(--bg); border-top:1px solid var(--border); padding:56px 0 28px; }
.footer-inner { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:40px; }
.footer-logo-img { width:44px; height:44px; border-radius:6px; object-fit:cover; display:block; }
.footer-brand p { color:var(--muted); font-size:.85rem; line-height:1.7; margin-top:14px; max-width:260px; }
.footer-col h4 { font-size:.72rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); margin-bottom:14px; }
.footer-col ul { list-style:none; display:flex; flex-direction:column; gap:9px; }
.footer-col ul a { text-decoration:none; color:var(--muted); font-size:.85rem; transition:color .2s; }
.footer-col ul a:hover { color:var(--gold-light); }
.footer-bottom { margin-top:44px; padding-top:22px; border-top:1px solid var(--border); display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; }
.footer-bottom p { font-size:.77rem; color:var(--muted); }
.footer-socials { display:flex; gap:10px; }
.social-btn { width:34px; height:34px; border-radius:6px; background:var(--surface); border:1px solid var(--border); display:flex; align-items:center; justify-content:center; font-size:.85rem; text-decoration:none; color:var(--muted); transition:all .2s; }
.social-btn:hover { background:rgba(245,184,0,.1); border-color:var(--gold); color:var(--gold); }

/* REVEAL */
.reveal { opacity:0; transform:translateY(28px); transition:opacity .7s ease,transform .7s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }
.reveal-delay-1 { transition-delay:.1s; } .reveal-delay-2 { transition-delay:.2s; } .reveal-delay-3 { transition-delay:.3s; } .reveal-delay-4 { transition-delay:.4s; }

/* FEATURED CLIENT SECTION */
.featured-client-section { background:linear-gradient(180deg, var(--bg) 0%, var(--surface) 50%, var(--bg) 100%); border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.featured-client-header { text-align:center; margin-bottom:50px; }
.featured-client-header .section-sub { margin:14px auto 20px; }
.featured-client-meta { display:flex; justify-content:center; gap:40px; margin-top:24px; }
.fc-meta-item { font-size:.9rem; color:var(--muted); }
.fc-meta-item strong { color:var(--gold); font-weight:700; margin-right:4px; }

.fc-projects-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.fc-project-card { position:relative; border-radius:var(--radius); overflow:hidden; background:var(--surface2); border:1px solid var(--border); transition:transform .3s, box-shadow .3s; }
.fc-project-card:hover { transform:translateY(-4px); box-shadow:0 12px 40px rgba(245,184,0,.15); }
.fc-project-card img { width:100%; height:180px; object-fit:cover; display:block; }
.fc-project-card.fc-project-featured { grid-column:span 2; grid-row:span 2; }
.fc-project-card.fc-project-featured img { height:100%; min-height:380px; }
.fc-project-info { padding:16px; }
.fc-project-info h4 { font-size:1rem; font-weight:700; color:var(--text); margin-bottom:4px; }
.fc-project-info p { font-size:.8rem; color:var(--muted); }
.fc-project-info .fc-badge { display:inline-block; background:var(--grad-flat); color:var(--warm-black); font-size:.65rem; font-weight:700; padding:3px 10px; border-radius:4px; margin-top:8px; }

.fc-project-more { display:flex; align-items:center; justify-content:center; min-height:180px; background:var(--surface); }
.fc-project-more .fc-more-content { text-align:center; }
.fc-more-number { font-size:3rem; font-weight:900; background:var(--grad); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; display:block; }
.fc-project-more p { color:var(--muted); font-size:.9rem; margin-top:4px; }
.fc-subprojects { display:block; font-size:.75rem; color:var(--gold-dim); margin-top:8px; max-width:140px; }

.featured-client-cta { text-align:center; margin-top:40px; }

/* CLIENT LOGOS */
.client-logo-img { height:28px; width:auto; object-fit:contain; filter:brightness(0) invert(1); opacity:.7; transition:opacity .3s; margin:0 20px; }
.client-logo-img:hover { opacity:1; }

/* PORTFOLIO WITH IMAGES */
.port-item .port-img { width:100%; height:100%; object-fit:cover; display:block; position:absolute; inset:0; }
.port-client-tag { position:absolute; top:12px; left:12px; background:rgba(245,184,0,.9); color:var(--warm-black); font-size:.65rem; font-weight:700; padding:4px 10px; border-radius:4px; z-index:5; }

/* RESPONSIVE */
@media (max-width:1024px) {
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .sub-grid { grid-template-columns:repeat(3,1fr); }
  .footer-inner { grid-template-columns:1fr 1fr; gap:28px; }
  .port-grid.layout-brand { grid-template-columns:repeat(3,1fr); }
  .fc-projects-grid { grid-template-columns:repeat(3,1fr); }
  .fc-project-card.fc-project-featured { grid-column:span 1; grid-row:span 1; }
  .fc-project-card.fc-project-featured img { height:180px; }
}
@media (max-width:768px) {
  .nav-links,.nav-cta .btn { display:none; }
  .burger { display:flex; }
  .services-grid { grid-template-columns:1fr; }
  .port-grid { grid-template-columns:1fr 1fr !important; }
  .port-item.wide { grid-column:span 2; }
  .process-track { grid-template-columns:1fr 1fr; }
  .process-track::before { display:none; }
  .about-grid { grid-template-columns:1fr; gap:36px; }
  .contact-wrap { grid-template-columns:1fr; }
  .form-row { grid-template-columns:1fr; }
  .sub-grid { grid-template-columns:repeat(2,1fr); }
  .footer-inner { grid-template-columns:1fr; }
  .lb-nav { display:none; }
  .ptab { padding:14px 18px; font-size:.8rem; }
  .fc-projects-grid { grid-template-columns:repeat(2,1fr); }
  .featured-client-meta { flex-direction:column; gap:12px; }
}
@media (max-width:480px) {
  .port-grid { grid-template-columns:1fr !important; }
  .port-item.wide { grid-column:span 1; }
  .process-track { grid-template-columns:1fr; }
  body { cursor:auto; }
  #cursor-dot,#cursor-ring { display:none; }
  .fc-projects-grid { grid-template-columns:1fr; }
}
