
/* =========================================================
   NICKWAL REFERENCE UI — phase 1 visual refresh
   Matches supplied reference: black + white + gold, cinematic,
   editorial spacing, thin borders, compact navigation.
========================================================= */
:root{
  --nw-bg:#060708;
  --nw-panel:#0d0f11;
  --nw-panel-2:#111315;
  --nw-white:#f7f7f5;
  --nw-muted:#a4a7aa;
  --nw-dim:#666b70;
  --nw-gold:#f2b735;
  --nw-gold-2:#d99b24;
  --nw-border:rgba(255,255,255,.12);
  --nw-border-soft:rgba(255,255,255,.08);
  --nw-shadow:0 22px 60px rgba(0,0,0,.35);
}
html{background:var(--nw-bg);}
body.nw-page{background:var(--nw-bg)!important;color:var(--nw-white)!important;font-family:Inter,Arial,sans-serif!important;}
body.nw-page a{text-decoration:none;}

/* shared header */
.nw-page .site-header,
.nw-page .header{position:fixed!important;top:0;left:0;right:0;z-index:1000;height:78px;background:rgba(4,5,6,.82)!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.035)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;}
.nw-page .header-container{height:100%;max-width:1480px!important;margin:0 auto!important;padding:0 42px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;}
.nw-page .site-brand{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:2px!important;min-width:190px!important;}
.nw-page .site-brand-name{font-family:var(--font-heading),Arial,sans-serif!important;font-weight:800!important;font-size:28px!important;line-height:.88!important;letter-spacing:.075em!important;color:#f5f5f5!important;}
.nw-page .site-brand-tagline{font-family:var(--font-heading),Arial,sans-serif!important;font-size:9px!important;line-height:1!important;letter-spacing:.28em!important;color:var(--nw-gold)!important;font-weight:700!important;white-space:nowrap!important;}
.nw-page .nav-wrapper{display:flex!important;align-items:center!important;gap:46px!important;}
.nw-page .nav{display:flex!important;align-items:center!important;gap:40px!important;}
.nw-page .nav-link{position:relative!important;display:inline-flex!important;align-items:center!important;height:78px!important;color:#f2f2f2!important;font-family:var(--font-heading),Arial,sans-serif!important;font-size:12px!important;font-weight:500!important;letter-spacing:.04em!important;text-transform:uppercase!important;transition:color .25s ease!important;}
.nw-page .nav-link::after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:14px!important;height:2px!important;background:var(--nw-gold)!important;transform:scaleX(0)!important;transform-origin:center!important;transition:transform .25s ease!important;}
.nw-page .nav-link:hover,.nw-page .nav-link.active{color:var(--nw-gold)!important;}
.nw-page .nav-link.active::after,.nw-page .nav-link:hover::after{transform:scaleX(1)!important;}
.nw-page .header-cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:20px!important;min-width:136px!important;height:38px!important;padding:0 16px!important;border:1px solid rgba(242,183,53,.9)!important;color:#fff!important;font-family:var(--font-heading),Arial,sans-serif!important;font-size:10px!important;font-weight:700!important;letter-spacing:.05em!important;text-transform:uppercase!important;transition:background .25s ease,color .25s ease,box-shadow .25s ease!important;}
.nw-page .header-cta span{font-size:18px!important;line-height:1!important;color:var(--nw-gold)!important;}
.nw-page .header-cta:hover{background:var(--nw-gold)!important;color:#080808!important;box-shadow:0 0 0 1px var(--nw-gold)!important;}
.nw-page .header-cta:hover span{color:#080808!important;}
.nw-page .mobile-menu-btn{display:none!important;}

/* common page surface */
.nw-page main{position:relative;z-index:1;}
.nw-page main section{scroll-margin-top:90px;}
.nw-page main h1,.nw-page main h2,.nw-page main h3,.nw-page .font-heading{font-family:var(--font-heading),Arial,sans-serif!important;}
.nw-page .text-accent,.nw-page .text-gold-gradient,.nw-page .text-accent *{color:var(--nw-gold)!important;}
.nw-page .text-text-muted,.nw-page .text-muted{color:var(--nw-muted)!important;}
.nw-page .bg-bg{background:var(--nw-bg)!important;}
.nw-page .border-border,.nw-page .border-border-light{border-color:var(--nw-border)!important;}
.nw-page .container-custom{max-width:1320px!important;margin-left:auto!important;margin-right:auto!important;padding-left:42px!important;padding-right:42px!important;}
.nw-page .btn-primary,.nw-page .btn-outline,.nw-page .btn-ghost{border-radius:2px!important;font-family:var(--font-heading),Arial,sans-serif!important;text-transform:uppercase!important;letter-spacing:.04em!important;font-size:11px!important;font-weight:700!important;}
.nw-page .btn-primary{background:linear-gradient(135deg,#f6c548,#e3a726)!important;color:#090a0b!important;border:1px solid var(--nw-gold)!important;}
.nw-page .btn-outline{background:transparent!important;color:#fff!important;border:1px solid var(--nw-gold)!important;}
.nw-page .btn-primary:hover{filter:brightness(1.05);transform:translateY(-1px);}
.nw-page .btn-outline:hover{background:var(--nw-gold)!important;color:#080808!important;}

/* homepage hero */
.home-page main{padding-top:78px;}
.nw-hero{position:relative;min-height:calc(100vh - 78px);display:flex;align-items:center;overflow:hidden;background:#08090a!important;}
.nw-hero-media{position:absolute;inset:0;}
.nw-hero-media::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(3,4,5,.97) 0%,rgba(3,4,5,.80) 36%,rgba(3,4,5,.10) 72%,rgba(3,4,5,.42) 100%);}
.nw-hero-media video{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.72) contrast(1.08) brightness(.78);}
.nw-hero-overlay{position:absolute;inset:0;z-index:2;background:radial-gradient(circle at 75% 50%,rgba(242,183,53,.08),transparent 30%);}
.nw-hero-content{position:relative;z-index:3;width:100%;max-width:1320px;margin:0 auto;padding:92px 42px 72px;}
.nw-eyebrow{margin:0 0 18px;color:var(--nw-gold)!important;font-family:var(--font-heading),Arial,sans-serif;font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;}
.nw-hero h1{margin:0!important;max-width:680px;font-size:clamp(46px,5.1vw,82px)!important;line-height:.98!important;letter-spacing:-.025em!important;font-weight:800!important;color:#fff!important;text-transform:uppercase!important;}
.nw-hero h1 span{color:var(--nw-gold)!important;}
.nw-hero-copy{max-width:510px;margin:25px 0 32px!important;color:#b9bdc1!important;font-size:16px!important;line-height:1.65!important;}
.nw-hero-actions{display:flex;align-items:center;gap:30px;flex-wrap:wrap;}
.nw-btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:44px;padding:0 20px;border:1px solid var(--nw-gold);font-family:var(--font-heading),Arial,sans-serif;font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;transition:.25s ease;}
.nw-btn span{font-size:18px;line-height:1;}
.nw-btn-primary{background:linear-gradient(135deg,#f5c148,#e1a326);color:#090909;}
.nw-btn-primary:hover{transform:translateY(-1px);filter:brightness(1.05);}
.nw-showreel-btn{display:inline-flex;align-items:center;gap:14px;color:#fff!important;font-family:var(--font-heading),Arial,sans-serif;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;}
.nw-play{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.7);border-radius:50%;font-size:11px;padding-left:2px;}
.nw-showreel-btn:hover{color:var(--nw-gold)!important;}
.nw-statement{padding:74px 0 58px;background:linear-gradient(180deg,#08090a,#0b0d0f);text-align:center;border-top:1px solid var(--nw-border-soft);}
.nw-statement .nw-container{max-width:1320px;margin:auto;padding:0 42px;}
.nw-statement .nw-eyebrow{margin-bottom:12px;}
.nw-statement h2{font-size:32px;line-height:1.1;margin:0;color:#fff;text-transform:uppercase;}
.nw-heading-line{display:block;width:58px;height:3px;margin:14px auto 0;background:var(--nw-gold);}

/* homepage services */
.home-page .services-interactive{max-width:1280px!important;margin:0 auto!important;padding:0 42px!important;}
.home-page .services-interactive .service-list{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:18px!important;margin:0!important;}
.home-page .services-interactive .service-group-left,.home-page .services-interactive .service-group-center,.home-page .services-interactive .service-group-right{margin-left:0!important;}
.home-page .service-group-hitbox{border:1px solid var(--nw-border);background:linear-gradient(180deg,#101214,#0c0e10);}
.home-page .service-trigger{width:100%;min-height:220px;padding:34px 26px!important;border:0!important;background:transparent!important;color:#fff!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:10px!important;text-align:left!important;}
.home-page .service-title{font-family:var(--font-heading),Arial,sans-serif!important;font-size:18px!important;font-weight:700!important;letter-spacing:.05em!important;color:#fff!important;}
.home-page .service-plus{margin-top:auto!important;color:var(--nw-gold)!important;font-size:30px!important;font-weight:300!important;}
.home-page .service-group:hover .service-group-hitbox{border-color:rgba(242,183,53,.6);box-shadow:var(--nw-shadow);transform:translateY(-4px);transition:.3s ease;}
.home-page .service-dropdown{display:none!important;}
.home-page .services-interactive::after{content:"";display:block;clear:both;}

/* generic page hero headers */
.about-page main>section,.services-page main>section:first-of-type,.work-page main>section:first-of-type,.contact-page main>section:first-of-type,.terms-page main>section:first-of-type,.privacy-policy-page main>section:first-of-type,.disclaimer-page main>section:first-of-type,.refund-policy-page main>section:first-of-type{padding-top:150px!important;}
.about-page main>section,.terms-page main>section,.privacy-policy-page main>section,.disclaimer-page main>section,.refund-policy-page main>section{min-height:72vh;}
.about-page main>section .container-custom,.terms-page main>section .container-custom,.privacy-policy-page main>section .container-custom,.disclaimer-page main>section .container-custom,.refund-policy-page main>section .container-custom{max-width:960px!important;}
.about-page h1,.services-page h1,.work-page h1,.contact-page h1,.terms-page h1,.privacy-policy-page h1,.disclaimer-page h1,.refund-policy-page h1{font-size:clamp(42px,6vw,76px)!important;line-height:1!important;letter-spacing:-.03em!important;text-transform:uppercase!important;color:#fff!important;}
.about-page h1 span,.services-page h1 span,.work-page h1 span,.contact-page h1 span{color:var(--nw-gold)!important;}
.about-page h2,.terms-page h2,.privacy-policy-page h2,.disclaimer-page h2,.refund-policy-page h2{font-size:28px!important;margin-top:46px!important;margin-bottom:14px!important;color:#fff!important;}
.about-page .space-y-10>*,.terms-page .space-y-10>*,.privacy-policy-page .space-y-10>*,.disclaimer-page .space-y-10>*,.refund-policy-page .space-y-10>*{color:#b4b8bb!important;}

/* services page */
.services-page .services-intro{max-width:780px!important;margin:0 auto 70px!important;text-align:center!important;}
.services-page .services-intro p:first-child{color:var(--nw-gold)!important;}
.services-page .services-interactive{max-width:1280px!important;margin:0 auto!important;padding:0 42px 100px!important;}
.services-page .service-list{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:18px!important;margin:0!important;}
.services-page .service-group-left,.services-page .service-group-center,.services-page .service-group-right{margin:0!important;}
.services-page .service-group-hitbox{border:1px solid var(--nw-border);background:linear-gradient(180deg,#101214,#0c0e10);}
.services-page .service-trigger{min-height:230px;padding:34px 28px!important;border:0!important;background:transparent!important;}
.services-page .service-title{font-size:20px!important;color:#fff!important;}
.services-page .service-plus{color:var(--nw-gold)!important;}
.services-page .service-dropdown{display:none!important;}

/* work page cards */
.work-page main{padding-top:78px;}
.work-page main>section:first-of-type{padding-top:115px!important;}
.work-page main .grid{gap:18px!important;}
.work-page main .grid>div{border:1px solid var(--nw-border)!important;background:#0d0f11!important;box-shadow:0 12px 40px rgba(0,0,0,.18);}
.work-page main .grid>div:hover{border-color:rgba(242,183,53,.7)!important;transform:translateY(-3px);transition:.3s ease;}
.work-page main button{border-radius:0!important;}

/* contact */
.contact-page main{padding-top:78px;}
.contact-page main>section:first-of-type{padding-top:120px!important;}
.contact-page form input,.contact-page form select,.contact-page form textarea{background:#0d0f11!important;border:1px solid var(--nw-border)!important;border-bottom-color:var(--nw-border)!important;border-radius:0!important;padding:14px 16px!important;color:#fff!important;}
.contact-page form label{color:#aeb2b6!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.08em!important;}
.contact-page form .btn-primary{min-height:48px!important;}
.contact-page .lg\:col-span-2>div{background:#0d0f11;border:1px solid var(--nw-border)!important;border-radius:0!important;}

/* featured work on home */
.home-page .nw-featured-wrap{padding-top:68px!important;padding-bottom:72px!important;}
.home-page .nw-featured-wrap .grid>div{border:1px solid var(--nw-border);}
.home-page .nw-featured-wrap .grid>div:hover{border-color:rgba(242,183,53,.6);}
.home-page .nw-featured-wrap h2{text-transform:uppercase;}

/* footer */
.nw-page .site-footer{margin-top:0!important;background:#0b0d0f!important;border-top:1px solid var(--nw-border)!important;color:#fff!important;}
.nw-page .footer-inner{max-width:1320px;margin:0 auto;padding:56px 42px 22px;}
.nw-page .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1.3fr 1fr;gap:52px;padding-bottom:42px;}
.nw-page .footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;}
.nw-page .footer-grid h3{margin:0 0 16px;font-family:var(--font-heading),Arial,sans-serif;color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:600;}
.nw-page .footer-grid a,.nw-page .footer-grid span{color:#aaaeb2;font-size:13px;line-height:1.85;transition:color .2s ease;}
.nw-page .footer-grid a:hover{color:var(--nw-gold)!important;}
.nw-page .footer-brand-block p{margin:18px 0 20px;color:#b6b9bc;font-size:13px;line-height:1.7;}
.nw-page .footer-socials{display:flex!important;flex-direction:row!important;gap:16px!important;flex-wrap:wrap;}
.nw-page .footer-socials a{font-size:12px!important;color:#d5d7d8!important;}
.nw-page .site-brand-footer{min-width:auto!important;}
.nw-page .footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid var(--nw-border-soft);color:#777c82;font-size:11px;}
.nw-page .footer-bottom>div{display:flex;gap:18px;}
.nw-page .footer-bottom a{color:#777c82;font-size:11px;}

.mobile-menu-overlay{position:fixed;inset:0;z-index:1200;background:rgba(5,6,7,.98);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s ease;}
.mobile-menu-overlay.is-open{opacity:1;pointer-events:auto;}
.mobile-menu-content{display:flex;flex-direction:column;align-items:center;gap:24px;}
.mobile-menu-content a:not(.mobile-cta){color:#fff;font-family:var(--font-heading),Arial,sans-serif;font-size:24px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;}
.mobile-menu-content a:not(.mobile-cta):hover{color:var(--nw-gold);}
.mobile-cta{margin-top:8px;}
.nw-page .mobile-menu-btn.is-open{position:fixed!important;right:24px!important;top:22px!important;z-index:1300!important;}
.nw-page .mobile-menu-btn.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)!important;}
.nw-page .mobile-menu-btn.is-open span:nth-child(2){opacity:0!important;}
.nw-page .mobile-menu-btn.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)!important;}

@media (max-width: 900px){
  .nw-page .header-container{padding:0 24px!important;}
  .nw-page .nav-wrapper{display:none!important;}
  .nw-page .mobile-menu-btn{display:flex!important;flex-direction:column!important;gap:6px!important;width:34px!important;height:34px!important;align-items:flex-end!important;justify-content:center!important;background:none!important;border:0!important;padding:0!important;}
  .nw-page .mobile-menu-btn span{display:block;width:25px;height:1px;background:#fff;transition:.25s ease;}
  .nw-page .container-custom,.nw-hero-content,.nw-statement .nw-container,.home-page .services-interactive,.services-page .services-interactive{padding-left:24px!important;padding-right:24px!important;}
  .nw-hero{min-height:720px;}
  .nw-hero-content{padding-top:80px!important;}
  .nw-hero h1{font-size:clamp(42px,10vw,66px)!important;}
  .home-page .services-interactive .service-list,.services-page .service-list{grid-template-columns:1fr!important;}
  .nw-page .footer-grid{grid-template-columns:repeat(2,1fr);gap:34px;}
}
@media (max-width: 560px){
  .nw-page .header{height:70px!important;}
  .nw-page .site-brand-name{font-size:23px!important;}
  .nw-page .site-brand-tagline{font-size:7px!important;letter-spacing:.22em!important;}
  .home-page main{padding-top:70px;}
  .nw-hero{min-height:720px;align-items:flex-end;}
  .nw-hero-content{padding:90px 20px 54px!important;}
  .nw-hero-media::before{background:linear-gradient(180deg,rgba(3,4,5,.45),rgba(3,4,5,.92) 55%,rgba(3,4,5,.98));}
  .nw-hero-copy{font-size:14px!important;}
  .nw-hero-actions{gap:18px;}
  .nw-showreel-btn{font-size:10px;}
  .nw-statement{padding:56px 0 44px;}
  .nw-statement h2{font-size:27px;}
  .nw-page .footer-inner{padding:42px 24px 18px;}
  .nw-page .footer-grid{grid-template-columns:1fr;gap:28px;}
  .nw-page .footer-bottom{align-items:flex-start;flex-direction:column;}
  .nw-page .footer-bottom>div{flex-wrap:wrap;}
  .about-page main>section,.services-page main>section:first-of-type,.work-page main>section:first-of-type,.contact-page main>section:first-of-type,.terms-page main>section:first-of-type,.privacy-policy-page main>section:first-of-type,.disclaimer-page main>section:first-of-type,.refund-policy-page main>section:first-of-type{padding-top:110px!important;}
}

.error-main{min-height:70vh;padding:180px 24px 90px;display:grid;place-items:center;text-align:center}.error-inner{max-width:680px}.error-inner h1{margin:0;font-family:var(--font-heading);font-size:clamp(110px,20vw,220px);line-height:.8;color:#fff;letter-spacing:-.06em}.error-inner>p:not(.nw-eyebrow){margin:34px auto;max-width:520px;color:var(--nw-muted);font-size:17px}.error-page main{padding-top:78px}.error-page .nw-eyebrow{margin-bottom:24px}


/* =========================================================
   LOGO + MOBILE MENU FIXES
========================================================= */
.nw-page .site-brand-image{min-width:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;}
.nw-page .site-logo-image{display:block!important;width:auto!important;height:56px!important;max-width:178px!important;object-fit:contain!important;object-position:left center!important;}
.nw-page .site-brand-image:hover .site-logo-image{transform:scale(1.02);transition:transform .2s ease;}
.nw-page .site-brand-footer{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;}
.nw-page .footer-logo-image{display:block!important;width:auto!important;height:54px!important;max-width:54px!important;object-fit:contain!important;object-position:center!important;}
.nw-page .footer-wordmark{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;line-height:1!important;gap:2px!important;}
.nw-page .footer-wordmark-name{font-family:var(--font-heading),Arial,sans-serif!important;font-size:20px!important;font-weight:500!important;letter-spacing:.08em!important;line-height:1!important;background:linear-gradient(180deg,#f0d060 0%,#c9a84c 50%,#8a6820 100%)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;}
.nw-page .footer-wordmark-sub{font-family:var(--font-heading),Arial,sans-serif!important;font-size:12px!important;font-weight:500!important;letter-spacing:.20em!important;line-height:1!important;background:linear-gradient(180deg,#c9a84c 0%,#8a6820 100%)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;}
.nw-page .footer-wordmark-tag{font-family:var(--font-heading),Arial,sans-serif!important;font-size:10px!important;font-style:italic!important;letter-spacing:.04em!important;line-height:1!important;color:#e03030!important;margin-top:3px!important;}
.mobile-menu-close{position:fixed;right:24px;top:20px;z-index:1301;border:1px solid rgba(242,183,53,.8);background:transparent;color:#fff;padding:10px 14px;font-family:var(--font-heading),Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:.08em;cursor:pointer;}
.mobile-menu-close:hover{background:var(--nw-gold);color:#080808;}
.mobile-menu-overlay.is-open .mobile-menu-close{display:block;}
@media (min-width:1051px){
  .nw-page .mobile-menu-btn{display:none!important;}
  .mobile-menu-overlay{display:none!important;}
}
@media (max-width:1050px){
  .nw-page .nav-wrapper{display:none!important;}
  .nw-page .mobile-menu-btn{display:flex!important;flex-direction:column!important;gap:6px!important;width:34px!important;height:34px!important;align-items:flex-end!important;justify-content:center!important;background:none!important;border:0!important;padding:0!important;}
  .nw-page .mobile-menu-btn span{display:block;width:25px;height:1px;background:#fff;transition:.25s ease;}
}
@media (max-width:560px){
  .nw-page .site-logo-image{height:48px!important;max-width:150px!important;}
  .nw-page .footer-logo-image{height:46px!important;max-width:46px!important;}
  .nw-page .site-brand-footer{gap:8px!important;}
  .nw-page .footer-wordmark-name{font-size:18px!important;}
  .nw-page .footer-wordmark-sub{font-size:10px!important;}
  .nw-page .footer-wordmark-tag{font-size:9px!important;}
}

/* =========================================================
   Phase 2A: Services + YouTube-style Work grid
========================================================= */
.nw-section-heading{text-align:center;margin:0 auto 44px;}
.nw-section-heading .nw-eyebrow{margin-bottom:8px;}
.nw-section-heading h2{margin:0;color:#fff;font-size:30px;line-height:1.1;text-transform:uppercase;letter-spacing:.03em;font-weight:800;}
.nw-heading-line{display:block;width:56px;height:3px;background:var(--nw-gold);margin:14px auto 0;}
.nw-services-section{padding:58px 0 82px;background:linear-gradient(180deg,#0a0c0e,#08090a);border-top:1px solid var(--nw-border-soft);}
.nw-services-container{max-width:1320px;margin:0 auto;padding:0 42px;}
.nw-services-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--nw-border);background:#0b0d0f;}
.nw-service-card{position:relative;min-height:215px;padding:28px 22px 25px;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff!important;background:linear-gradient(180deg,#0d0f11,#0a0b0d);border-right:1px solid var(--nw-border);transition:transform .25s ease,background .25s ease,box-shadow .25s ease;}
.nw-service-card:last-child{border-right:0;}
.nw-service-card::before{content:"";position:absolute;left:18px;right:18px;top:0;height:2px;background:var(--nw-gold);transform:scaleX(0);transform-origin:center;transition:transform .25s ease;}
.nw-service-card:hover{background:#101315;transform:translateY(-4px);box-shadow:0 18px 35px rgba(0,0,0,.28);}
.nw-service-card:hover::before{transform:scaleX(1);}
.nw-service-icon-wrap{width:68px;height:68px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--nw-gold);}
.nw-service-icon{width:54px;height:54px;}
.nw-service-card h3{max-width:190px;margin:0 0 10px;color:#fff;font-size:14px;line-height:1.18;font-weight:800;text-transform:uppercase;letter-spacing:.025em;}
.nw-service-card p{margin:0;max-width:205px;color:#aeb2b6;font-size:11px;line-height:1.65;}
.nw-inner-hero{padding:150px 0 54px;background:radial-gradient(circle at 75% 35%,rgba(242,183,53,.07),transparent 28%),#08090a;border-bottom:1px solid var(--nw-border-soft);}
.nw-inner-container{max-width:1320px;margin:0 auto;padding:0 42px;}
.nw-inner-container h1{margin:0;max-width:850px;font-size:clamp(42px,6vw,78px);line-height:.95;color:#fff;text-transform:uppercase;letter-spacing:-.03em;font-weight:800;}
.nw-inner-container p:last-child{max-width:620px;margin:22px 0 0;color:#aeb2b6;font-size:16px;line-height:1.7;}
.nw-services-page-section{padding-top:54px;}
.nw-services-cta{padding:72px 0 90px;border-top:1px solid var(--nw-border);background:#090a0c;text-align:center;}
.nw-services-cta h2{margin:5px 0 24px;color:#fff;font-size:clamp(28px,4vw,52px);text-transform:uppercase;letter-spacing:-.02em;}
.nw-work-page-section{padding:54px 0 78px;background:#08090a;}
.nw-work-filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:28px;}
.nw-work-filter{height:38px;padding:0 18px;border:1px solid var(--nw-border);background:transparent;color:#b7bbc0;font:700 10px/1 var(--font-heading),Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:.2s ease;}
.nw-work-filter:hover,.nw-work-filter.active{background:var(--nw-gold);border-color:var(--nw-gold);color:#090909;}
.nw-work-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.nw-work-card{position:relative;overflow:hidden;aspect-ratio:16/9;border:1px solid rgba(255,255,255,.13);background:#0f1113;cursor:pointer;box-shadow:0 14px 40px rgba(0,0,0,.20);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;}
.nw-work-card[hidden]{display:none!important;}
.nw-work-card:hover{transform:translateY(-4px);border-color:rgba(242,183,53,.7);box-shadow:0 22px 50px rgba(0,0,0,.35);}
.nw-work-media{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .45s ease;}
.nw-work-card:hover .nw-work-media{transform:scale(1.035);}
.nw-work-media-layer{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.06) 42%,rgba(0,0,0,.82) 100%);}
.nw-hover-player{position:absolute;inset:0;width:100%;height:100%;border:0;object-fit:cover;background:#000;z-index:3;pointer-events:none;}
.nw-work-card.is-playing .nw-work-media-layer{opacity:.15;}
.nw-work-play{position:absolute;left:50%;top:50%;z-index:4;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;border:1px solid rgba(255,255,255,.82);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;padding-left:2px;background:rgba(0,0,0,.18);backdrop-filter:blur(4px);transition:opacity .2s ease,transform .2s ease;}
.nw-work-card:hover .nw-work-play{opacity:0;transform:translate(-50%,-50%) scale(.88);}
.nw-work-meta{position:absolute;z-index:5;left:0;right:0;bottom:0;padding:18px 19px 16px;display:grid;grid-template-columns:auto auto;align-items:end;gap:6px 10px;pointer-events:none;}
.nw-work-category{color:var(--nw-gold);font:700 9px/1 var(--font-heading),Arial,sans-serif;letter-spacing:.16em;text-transform:uppercase;}
.nw-work-type{justify-self:end;color:#d9dde0;font:600 8px/1 var(--font-heading),Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase;}
.nw-work-meta h3{grid-column:1/-1;margin:0;color:#fff;font:800 16px/1.2 var(--font-heading),Arial,sans-serif;text-transform:none;letter-spacing:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
@media (max-width:1100px){.nw-services-grid{grid-template-columns:repeat(3,1fr);}.nw-service-card:nth-child(3){border-right:0;}.nw-service-card:nth-child(4),.nw-service-card:nth-child(5){border-top:1px solid var(--nw-border);}.nw-work-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:760px){.nw-services-container,.nw-inner-container,.nw-page .container-custom{padding-left:20px!important;padding-right:20px!important;}.nw-services-grid{grid-template-columns:1fr;}.nw-service-card,.nw-service-card:nth-child(n){border-right:0;border-bottom:1px solid var(--nw-border);}.nw-service-card:last-child{border-bottom:0;}.nw-work-grid{grid-template-columns:1fr;gap:16px;}.nw-inner-hero{padding-top:125px;}.nw-inner-container h1{font-size:48px;}.nw-inner-container p:last-child{font-size:14px;}.nw-work-meta h3{font-size:15px;}.nw-services-section{padding-top:45px;}}


/* ======================== V4 UI REFINEMENTS ======================== */
.nw-page .site-header{background:transparent!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}
.nw-page .header.scrolled{background:rgba(5,5,5,.72)!important;}
.nw-hero-slideshow{position:relative!important;min-height:760px!important;overflow:hidden;background:#050505!important;}
.nw-hero-slides{position:absolute;inset:0;z-index:0;overflow:hidden;background:#050505;}
.nw-hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.015);transition:opacity 1.35s ease,transform 7s ease;}
.nw-hero-slide.is-active{opacity:1;transform:scale(1);}
.nw-hero-overlay{z-index:1!important;background:linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.58) 44%,rgba(0,0,0,.20) 100%),linear-gradient(0deg,rgba(0,0,0,.35),rgba(0,0,0,.08))!important;}
.nw-hero-content{z-index:2!important;}
.nw-hero-content.hero-content-refresh{animation:nwHeroTextIn .7s ease both;}
@keyframes nwHeroTextIn{from{opacity:.65;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.nw-hero-dots{position:absolute;left:50%;bottom:42px;z-index:4;transform:translateX(-50%);display:flex;gap:10px;}
.nw-hero-dot{width:11px;height:11px;border-radius:50%;border:1px solid rgba(255,255,255,.55);background:rgba(255,255,255,.08);cursor:pointer;transition:all .35s ease;}
.nw-hero-dot.active{width:34px;border-radius:20px;background:var(--nw-gold);border-color:var(--nw-gold);}
.nw-home-work-section{padding:86px 0 98px;background:#08090a;border-top:1px solid var(--nw-border-soft);}
.nw-home-work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;}
.nw-home-work-card{position:relative;aspect-ratio:16/9;overflow:hidden;background:#101214;border:1px solid rgba(255,255,255,.12);cursor:pointer;transition:transform .3s ease,border-color .3s ease;}
.nw-home-work-card:hover{transform:translateY(-4px);border-color:rgba(242,183,53,.65);}
.nw-home-work-card .nw-work-media{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .7s ease;}
.nw-home-work-card:hover .nw-work-media{transform:scale(1.04);}
.nw-home-work-card .nw-work-media-layer{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 35%,rgba(0,0,0,.88) 100%);}
.nw-home-work-card .nw-work-title-line{position:absolute;left:0;right:0;bottom:0;padding:16px 18px;color:#fff;font:800 16px/1.2 var(--font-heading),Arial,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:3;}
.nw-home-work-card .nw-work-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:4;width:58px;height:58px;border:1px solid rgba(255,255,255,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(0,0,0,.18);}
.nw-home-work-actions{display:flex;justify-content:center;margin-top:34px;}
.nw-btn-outline{display:inline-flex;align-items:center;gap:12px;padding:13px 20px;border:1px solid var(--nw-gold);color:#fff;font:700 11px/1 var(--font-heading),Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;}
.nw-service-image-card{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:#111;border:1px solid rgba(255,255,255,.12);}
.nw-service-image-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease,filter .5s ease;}
.nw-service-image-card:hover img{transform:scale(1.06);filter:brightness(.78);}
.nw-service-image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 42%,rgba(0,0,0,.82) 100%);}
.nw-service-image-title{position:absolute;left:18px;right:18px;bottom:16px;color:#fff;font:800 14px/1.25 var(--font-heading),Arial,sans-serif;text-transform:uppercase;letter-spacing:.025em;z-index:2;}
.nw-services-grid{border:0!important;background:transparent!important;gap:18px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;}
.nw-service-image-card{min-width:0;}
.nw-work-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;}
.nw-work-card-portrait{aspect-ratio:9/16!important;}
.nw-work-card-portrait .nw-work-meta{display:none!important;}
.nw-work-card-portrait .nw-work-media-layer{background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.56));}
.nw-work-card-portrait .nw-work-title-line{position:absolute;left:0;right:0;bottom:0;z-index:5;padding:14px 14px 13px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.92));color:#fff;font:800 14px/1.2 var(--font-heading),Arial,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.nw-work-card-portrait .nw-work-play{z-index:6;}
.nw-work-card-portrait .nw-work-media{inset:0;}
.nw-work-card-portrait .nw-work-media,.nw-work-card-portrait .nw-hover-player{object-fit:cover;}
.nw-work-card-portrait .nw-work-play{opacity:1!important;}
@media (max-width:1050px){
 .nw-page .nav-wrapper{display:flex!important;}
 .nw-page .mobile-menu-btn{display:none!important;}
}
@media (max-width:820px){
 .nw-page .nav-wrapper{display:none!important;}.nw-page .mobile-menu-btn{display:flex!important;}
 .nw-home-work-grid{grid-template-columns:1fr;}.nw-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.nw-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:560px){
 .nw-hero-slideshow{min-height:680px!important;}.nw-hero-content{padding-top:130px!important;}.nw-services-grid{grid-template-columns:1fr!important;}.nw-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}.nw-work-card-portrait .nw-work-title-line{font-size:12px;padding:10px;}.nw-service-image-title{font-size:13px;}
}


/* ======================== V6 SERVICE + REEL REFINEMENTS ======================== */
/* Home services: restore compact icon cards from the original direction. */
.nw-page:not(.services-page) .nw-services-grid{gap:0!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;border:1px solid var(--nw-border)!important;background:#0b0d0f!important;}
.nw-page:not(.services-page) .nw-service-card{position:relative;min-height:235px;padding:30px 20px 26px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;color:#fff!important;background:linear-gradient(180deg,#0d0f11,#0a0b0d);border-right:1px solid var(--nw-border);transition:transform .25s ease,background .25s ease,box-shadow .25s ease;}
.nw-page:not(.services-page) .nw-service-card:last-child{border-right:0;}
.nw-page:not(.services-page) .nw-service-card::before{content:"";position:absolute;left:18px;right:18px;top:0;height:2px;background:var(--nw-gold);transform:scaleX(0);transform-origin:center;transition:transform .25s ease;}
.nw-page:not(.services-page) .nw-service-card:hover{background:#101315;transform:translateY(-4px);box-shadow:0 18px 35px rgba(0,0,0,.28);}
.nw-page:not(.services-page) .nw-service-card:hover::before{transform:scaleX(1);}
.nw-page:not(.services-page) .nw-service-icon-wrap{width:68px;height:68px;display:flex;align-items:center;justify-content:center;margin:0 0 18px;color:var(--nw-gold);}
.nw-page:not(.services-page) .nw-service-icon{width:58px;height:58px;}
.nw-page:not(.services-page) .nw-service-card h3{max-width:210px;margin:0 0 9px;color:#fff;font-size:14px;line-height:1.2;font-weight:800;text-transform:uppercase;letter-spacing:.025em;}
.nw-page:not(.services-page) .nw-service-card p{max-width:210px;margin:0;color:#aeb2b6;font-size:11px;line-height:1.65;}

/* Services page: image boxes larger so the page feels fuller. */
.services-page .nw-services-page-section{padding-top:72px!important;padding-bottom:84px!important;}
.services-page .nw-services-grid{gap:24px!important;}
.services-page .nw-service-image-card{aspect-ratio:1.18/1!important;min-height:370px;}
.services-page .nw-service-image-title{font-size:16px;bottom:20px;}

/* Both home featured work and Work page use portrait/reel proportions. */
.nw-work-card-portrait{aspect-ratio:9/16!important;}
.nw-home-work-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important;}
.nw-home-work-card.nw-work-card-portrait{aspect-ratio:9/16!important;}
.nw-home-work-card.nw-work-card-portrait .nw-work-media{position:absolute;inset:0;}
.nw-home-work-card.nw-work-card-portrait .nw-work-media-layer{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 35%,rgba(0,0,0,.9) 100%);}
.nw-home-work-card.nw-work-card-portrait .nw-work-title-line{position:absolute;left:0;right:0;bottom:0;padding:15px 14px 14px;z-index:5;background:linear-gradient(180deg,transparent,rgba(0,0,0,.94));color:#fff;font:800 14px/1.2 var(--font-heading),Arial,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.nw-home-work-card.nw-work-card-portrait .nw-work-play{z-index:6;width:54px;height:54px;}
.nw-home-work-card.nw-work-card-portrait .nw-work-media,.nw-home-work-card.nw-work-card-portrait .nw-hover-player{object-fit:cover;width:100%;height:100%;}

@media (max-width:1100px){
  .nw-page:not(.services-page) .nw-services-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .nw-page:not(.services-page) .nw-service-card:nth-child(3){border-right:0;}
  .nw-page:not(.services-page) .nw-service-card:nth-child(n+4){border-top:1px solid var(--nw-border);}
  .nw-home-work-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .services-page .nw-service-image-card{min-height:320px;}
}
@media (max-width:820px){
  .nw-page:not(.services-page) .nw-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .nw-home-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .services-page .nw-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:560px){
  .nw-page:not(.services-page) .nw-services-grid{grid-template-columns:1fr!important;}
  .nw-page:not(.services-page) .nw-service-card{border-right:0!important;border-bottom:1px solid var(--nw-border);}
  .nw-page:not(.services-page) .nw-service-card:last-child{border-bottom:0;}
  .nw-home-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  .services-page .nw-services-grid{grid-template-columns:1fr!important;}
  .services-page .nw-service-image-card{min-height:300px;}
}


/* =========================================================
   V7 SERVICE GRID LAYOUT
   Home: 3 cards per row / Services: 2 larger cards per row
========================================================= */
.nw-page:not(.services-page) .nw-services-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
}
.nw-page:not(.services-page) .nw-service-card{
  min-height:230px!important;
}
.nw-page:not(.services-page) .nw-service-card:nth-child(3n){border-right:0!important;}
.nw-page:not(.services-page) .nw-service-card:nth-child(n+4){border-top:1px solid var(--nw-border)!important;}

.services-page .nw-services-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:24px!important;
  border:0!important;
  background:transparent!important;
}
.services-page .nw-service-image-card{
  aspect-ratio:1.22/1!important;
  min-height:430px!important;
  width:100%!important;
}
.services-page .nw-service-image-title{
  left:24px!important;
  right:24px!important;
  bottom:22px!important;
  font-size:18px!important;
  line-height:1.25!important;
}

@media (max-width:900px){
  .nw-page:not(.services-page) .nw-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .nw-page:not(.services-page) .nw-service-card:nth-child(3n){border-right:1px solid var(--nw-border)!important;}
  .nw-page:not(.services-page) .nw-service-card:nth-child(2n){border-right:0!important;}
  .nw-page:not(.services-page) .nw-service-card:nth-child(n+3){border-top:1px solid var(--nw-border)!important;}
  .services-page .nw-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;}
  .services-page .nw-service-image-card{min-height:360px!important;}
}
@media (max-width:620px){
  .nw-page:not(.services-page) .nw-services-grid{grid-template-columns:1fr!important;}
  .nw-page:not(.services-page) .nw-service-card:nth-child(n){border-right:0!important;border-top:1px solid var(--nw-border)!important;}
  .nw-page:not(.services-page) .nw-service-card:first-child{border-top:0!important;}
  .services-page .nw-services-grid{grid-template-columns:1fr!important;}
  .services-page .nw-service-image-card{min-height:340px!important;aspect-ratio:1.15/1!important;}
}




/* Case studies: image first, caption only */
.case-studies-section .container-custom{max-width:1320px!important;}
.case-studies-section [data-case-grid]{align-items:start;}
.nw-case-study-card{min-width:0;}
.nw-case-study-image{aspect-ratio:1/1;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:#101112;}
.nw-case-study-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .7s ease;}
.nw-case-study-card:hover .nw-case-study-image img{transform:scale(1.04);}
.nw-case-study-title{margin:18px 14px 0;color:#fff;font-family:var(--font-heading),Arial,sans-serif;font-size:22px;line-height:1.35;font-weight:400;letter-spacing:0;}
@media(max-width:900px){.case-studies-section [data-case-grid]{gap:20px!important;}.nw-case-study-title{font-size:19px;}}

/* Transparent header + scroll showreel */
.nw-page .site-header,.nw-page .header{background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-bottom:1px solid rgba(255,255,255,.05)!important;}
.nw-page .header.scrolled{background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;}
.nw-showreel-section{padding:110px 28px 120px;background:#070809;border-top:1px solid rgba(255,255,255,.06);}
.nw-showreel-inner{max-width:1200px;margin:0 auto;}
.nw-showreel-section .nw-section-heading{text-align:center;margin-bottom:42px;}
.nw-showreel-section .nw-section-heading h2{font-size:clamp(32px,4vw,58px);margin:0;font-weight:800;letter-spacing:-.03em;color:#f5f5f5;}
.nw-showreel-section .nw-section-heading h2 span{color:var(--nw-gold);}
.nw-showreel-video{display:block;text-decoration:none;}
.nw-showreel-frame{position:relative;aspect-ratio:16/9;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:linear-gradient(135deg,#111416,#050505);box-shadow:0 20px 70px rgba(0,0,0,.35);}
.nw-showreel-frame::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.35));pointer-events:none;}
.nw-showreel-frame.is-playing::after{display:none;}
.nw-showreel-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:18px;color:#fff;font-family:var(--font-heading),Arial,sans-serif;font-size:15px;letter-spacing:.08em;text-transform:uppercase;}
.nw-showreel-play{width:74px;height:74px;border:1px solid rgba(255,255,255,.8);border-radius:50%;display:grid;place-items:center;padding-left:4px;color:#fff;font-size:22px;transition:.25s ease;}
.nw-showreel-video:hover .nw-showreel-play{background:var(--nw-gold);border-color:var(--nw-gold);color:#080808;}
.nw-showreel-player{position:absolute;inset:0;width:100%;height:100%;z-index:3;display:block;}
.nw-showreel-frame.is-playing .nw-showreel-placeholder{display:none;}
@media(max-width:700px){.nw-showreel-section{padding:80px 18px 90px}.nw-showreel-frame{border-radius:10px}.nw-showreel-play{width:58px;height:58px;font-size:17px;}}
