:root {
  --navy: #070E1A;
  --navy-2: #0D1B2E;
  --navy-3: #132038;
  --navy-4: #1A2D4A;
  --gold: #C9A84C;
  --gold-bright: #E8C86A;
  --gold-dark: #A8872E;
  --gold-pale: #F5E4A8;
  --off-white: #F8F4EC;
  --text-muted: rgba(200,185,150,0.65);
  --border: rgba(201,168,76,0.22);
  --border-2: rgba(201,168,76,0.45);
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{background:var(--navy);color:var(--off-white);font-family:'Outfit',sans-serif;line-height:1.6;overflow-x:hidden;cursor:none}
::-webkit-scrollbar{width:3px}
::-webkit-scrollbar-track{background:var(--navy)}
::-webkit-scrollbar-thumb{background:var(--gold-dark);border-radius:2px}

/* CURSOR */
.cursor{position:fixed;width:10px;height:10px;background:var(--gold);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:transform .1s}
.cursor-ring{position:fixed;width:36px;height:36px;border:1px solid rgba(201,168,76,.45);border-radius:50%;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:all .15s}

/* SCROLL PROGRESS */
.scroll-bar{position:fixed;top:0;left:0;height:2px;background:linear-gradient(90deg,var(--gold-dark),var(--gold-bright));z-index:9997;width:0%;transition:width .1s}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.4rem 5%;display:flex;align-items:center;justify-content:space-between;transition:all .4s}
nav.scrolled{background:rgba(7,14,26,.92);backdrop-filter:blur(20px);padding:1rem 5%;border-bottom:1px solid var(--border)}
.nav-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}
.nav-logo img{width:44px;height:auto;border-radius:0;background:transparent}
.nav-brand{font-family:'Playfair Display',serif;font-size:1.15rem;font-weight:700;color:var(--gold);letter-spacing:.04em}
.nav-brand span{color:var(--off-white);font-weight:400}
.nav-links{display:flex;gap:2.5rem;list-style:none;align-items:center}
.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:color .3s;position:relative}
.nav-links a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s}
.nav-links a:hover{color:var(--gold-bright)}
.nav-links a:hover::after{width:100%}
.nav-cta{border:1px solid var(--gold)!important;color:var(--gold)!important;padding:.55rem 1.4rem;border-radius:2px;transition:all .3s!important}
.nav-cta:hover{background:var(--gold)!important;color:var(--navy)!important}
.ham{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.ham span{display:block;width:22px;height:1.5px;background:var(--gold);transition:all .3s}

/* HERO */
#hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:0 5%;position:relative;overflow:hidden;gap:4rem}
.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 60% 50%,rgba(201,168,76,.07) 0%,transparent 60%),linear-gradient(135deg,var(--navy) 0%,#0A1520 60%,#060D18 100%)}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(201,168,76,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(201,168,76,.04) 1px,transparent 1px);background-size:70px 70px;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 20%,transparent 70%)}
.hero-left{position:relative;z-index:2}
.hero-eye{display:inline-flex;align-items:center;gap:.7rem;font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;opacity:0}
.hero-eye::before{content:'';display:block;width:35px;height:1px;background:var(--gold)}
.hero-title{font-family:'Playfair Display',serif;font-size:clamp(2.8rem,5.5vw,5rem);font-weight:700;line-height:1.08;letter-spacing:-.02em;margin-bottom:1.5rem;opacity:0}
.hero-title em{font-style:italic;color:var(--gold);display:block}
.hero-sub{font-size:1rem;font-weight:300;color:var(--text-muted);max-width:460px;line-height:1.75;margin-bottom:2.5rem;opacity:0}
.hero-btns{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;opacity:0}
.btn-primary{background:var(--gold);color:var(--navy);padding:.9rem 2.4rem;font-weight:600;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border:1px solid var(--gold);border-radius:2px;display:inline-block;transition:all .3s;position:relative;overflow:hidden}
.btn-primary:hover{background:var(--gold-bright);transform:translateY(-2px);box-shadow:0 8px 30px rgba(201,168,76,.3)}
.btn-ghost{color:var(--gold);padding:.9rem 1.8rem;font-size:.8rem;font-weight:500;letter-spacing:.08em;text-decoration:none;border:1px solid var(--border-2);border-radius:2px;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s}
.btn-ghost:hover{border-color:var(--gold);background:rgba(201,168,76,.05)}
.hero-right{position:relative;z-index:2;opacity:0}
.hero-img-wrap{position:relative}
.hero-img-main{width:100%;border-radius:6px;display:block;filter:brightness(.9)}
.hero-badge{position:absolute;bottom:-1.5rem;left:-1.5rem;background:var(--navy-2);border:1px solid var(--gold);border-radius:4px;padding:1.2rem 1.5rem;min-width:160px}
.badge-num{font-family:'Playfair Display',serif;font-size:2rem;font-weight:700;color:var(--gold);line-height:1;display:block}
.badge-txt{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-top:.2rem;display:block}
.hero-tag{position:absolute;top:-1rem;right:-1rem;background:var(--gold);color:var(--navy);border-radius:4px;padding:.5rem 1rem;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}

/* STATS */
#stats{background:var(--navy-3);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:3.5rem 5%}
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:var(--border)}
.stat{background:var(--navy-3);padding:2rem 2.5rem;text-align:center}
.stat-n{font-family:'Playfair Display',serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;color:var(--gold);line-height:1;display:block}
.stat-l{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-top:.4rem;display:block}

/* SECTION COMMONS */
section{padding:6rem 5%}
.sec-label{display:inline-flex;align-items:center;gap:.7rem;font-size:.68rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}
.sec-label::before{content:'';display:block;width:28px;height:1px;background:var(--gold)}
.sec-title{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;line-height:1.15;color:var(--off-white);margin-bottom:.75rem}
.sec-title em{font-style:italic;color:var(--gold)}
.sec-body{font-size:.95rem;color:var(--text-muted);max-width:520px;line-height:1.8}
.divider{width:50px;height:1px;background:linear-gradient(90deg,var(--gold),transparent);margin:1.25rem 0}
.reveal{opacity:0;transform:translateY(35px)}
.reveal-l{opacity:0;transform:translateX(-35px)}
.reveal-r{opacity:0;transform:translateX(35px)}

/* ABOUT */
#about{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;background:var(--navy)}
.about-imgs{position:relative;height:520px}
.about-img-1{position:absolute;left:0;top:0;width:68%;border-radius:6px;filter:brightness(.85)}
.about-img-2{position:absolute;right:0;bottom:0;width:55%;border-radius:6px;border:3px solid var(--navy-2);filter:brightness(.85)}
.about-kpi{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);background:rgba(7,14,26,.95);border:1px solid var(--gold);border-radius:4px;padding:1.2rem 1.8rem;text-align:center;white-space:nowrap;backdrop-filter:blur(10px)}
.kpi-n{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:700;color:var(--gold);display:block}
.kpi-l{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-top:.2rem;display:block}
.about-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}
.tag{font-size:.72rem;letter-spacing:.08em;padding:.38rem .9rem;border:1px solid var(--border);color:var(--text-muted);border-radius:20px;text-transform:uppercase;font-weight:500;transition:all .3s;cursor:default}
.tag:hover{border-color:var(--gold);color:var(--gold)}

/* SERVICES */
#services{background:var(--navy-2)}
.services-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem;gap:2rem}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border)}
.svc{background:var(--navy-2);padding:2.5rem;position:relative;overflow:hidden;transition:all .35s;cursor:pointer}
.svc::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(201,168,76,.07) 0%,transparent 60%);opacity:0;transition:opacity .35s}
.svc:hover::before{opacity:1}
.svc:hover{transform:translateY(-3px);background:var(--navy-3)}
.svc-num{font-family:'Playfair Display',serif;font-size:2.5rem;font-weight:700;color:rgba(201,168,76,.1);line-height:1;margin-bottom:1.2rem;display:block;transition:color .35s}
.svc:hover .svc-num{color:rgba(201,168,76,.22)}
.svc-icon{width:46px;height:46px;border:1px solid var(--border-2);border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;transition:all .35s}
.svc-icon svg{width:20px;height:20px;stroke:var(--gold);fill:none;stroke-width:1.5}
.svc:hover .svc-icon{background:rgba(201,168,76,.1);border-color:var(--gold)}
.svc-name{font-size:1rem;font-weight:600;color:var(--off-white);margin-bottom:.6rem}
.svc-desc{font-size:.85rem;color:var(--text-muted);line-height:1.7}
.svc-arr{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-top:1.25rem;font-weight:600;opacity:0;transform:translateX(-8px);transition:all .3s}
.svc:hover .svc-arr{opacity:1;transform:translateX(0)}

/* ─── REVENUE ENGINE SECTION ─── */
#revenue-engine{background:var(--navy);padding:6rem 5%;perspective:1200px}
.re-header{text-align:center;margin-bottom:3.5rem}
.re-title{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:700;color:var(--off-white);margin-bottom:.5rem}
.re-sub{font-size:.92rem;color:var(--text-muted);max-width:520px;margin:0 auto}
#core-services{background:var(--navy-2);padding:6rem 5%;}

/* Timeline */
.re-timeline{display:flex;align-items:center;justify-content:center;margin:0 0 2rem;padding:0 2%}
.re-tl-dot{width:11px;height:11px;border-radius:50%;background:var(--gold);flex-shrink:0;position:relative}
.re-tl-dot::after{content:'';position:absolute;inset:-3px;border-radius:50%;border:1px solid rgba(201,168,76,.3)}
.re-tl-line{flex:1;height:1.5px;background:linear-gradient(90deg,var(--gold),rgba(201,168,76,.4))}
.re-tl-line.r{background:linear-gradient(270deg,var(--gold),rgba(201,168,76,.4))}
.re-tl-arrow{font-size:14px;color:var(--gold);flex-shrink:0;margin:0 4px;font-weight:600}

/* Process cards */
.re-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:5rem}
.re-card{background:var(--navy-2);border:1px solid var(--border);border-radius:10px;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:10px;position:relative;overflow:hidden;transition:all .35s;cursor:default;opacity:0;transform:translateY(25px)}
.re-card::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(201,168,76,.06) 0%,transparent 55%);opacity:0;transition:opacity .35s}
.re-card:hover::before{opacity:1}
.re-card:hover{transform:translateY(-4px);border-color:var(--border-2)}
.re-icon-box{width:48px;height:48px;background:linear-gradient(135deg,#0D2A3D,#0A1E2C);border:1px solid rgba(201,168,76,.35);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.re-icon-box svg{width:22px;height:22px;stroke:var(--gold-bright);fill:none;stroke-width:1.6}
.re-card-name{font-size:1rem;font-weight:600;color:var(--off-white);padding-bottom:.6rem;border-bottom:1px solid var(--border)}
.re-card-desc{font-size:.8rem;color:var(--text-muted);line-height:1.65;flex:1}
.re-outcome{background:linear-gradient(135deg,#0D2A3D,#071828);border:1px solid rgba(201,168,76,.25);border-radius:6px;padding:.6rem .9rem;font-size:.72rem;font-weight:600;color:var(--gold);margin-top:auto;letter-spacing:.02em}

/* Divider separator */
.re-divider{display:flex;align-items:center;gap:1.5rem;margin-bottom:3.5rem}
.re-divider-line{flex:1;height:1px;background:var(--border)}
.re-divider-text{font-size:.68rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);white-space:nowrap;display:flex;align-items:center;gap:.6rem}
.re-divider-text::before{content:'';display:block;width:22px;height:1px;background:var(--gold)}
.re-divider-text::after{content:'';display:block;width:22px;height:1px;background:var(--gold)}

/* Core services grid */
.cs-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.cs-card{background:var(--navy-2);border:1px solid var(--border);border-radius:12px;padding:1.75rem 1.4rem 1.5rem;display:flex;flex-direction:column;gap:12px;position:relative;overflow:hidden;transition:all .4s;cursor:default;opacity:0;transform:translateY(25px)}
.cs-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold-dark),var(--gold-bright));transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.cs-card:hover::after{transform:scaleX(1)}
.cs-card:hover{transform:translateY(-5px);border-color:rgba(201,168,76,.4);background:var(--navy-3)}
.cs-accent{width:36px;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-bright));border-radius:2px;margin-bottom:.25rem}
.cs-icon-ring{width:54px;height:54px;border-radius:50%;border:1.5px solid var(--border-2);display:flex;align-items:center;justify-content:center;position:relative;transition:all .4s}
.cs-card:hover .cs-icon-ring{border-color:var(--gold);background:rgba(201,168,76,.08)}
.cs-icon-ring svg{width:24px;height:24px;stroke:var(--gold);fill:none;stroke-width:1.5;transition:stroke .4s}
.cs-card:hover .cs-icon-ring svg{stroke:var(--gold-bright)}
.cs-badge{display:inline-flex;align-items:center;gap:5px;font-size:.65rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-dark);background:rgba(201,168,76,.1);border:1px solid rgba(201,168,76,.2);border-radius:20px;padding:.3rem .75rem;width:fit-content}
.cs-name{font-size:1rem;font-weight:600;color:var(--off-white);line-height:1.3}
.cs-desc{font-size:.8rem;color:var(--text-muted);line-height:1.65;flex:1}
.cs-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}
.cs-features li{font-size:.75rem;color:var(--text-muted);display:flex;align-items:center;gap:7px}
.cs-features li::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0;opacity:.7}
.cs-cta{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;font-weight:600;color:var(--gold);letter-spacing:.06em;text-transform:uppercase;margin-top:.25rem;transition:gap .3s}
.cs-card:hover .cs-cta{gap:9px}
.cs-cta svg{width:14px;height:14px;stroke:var(--gold);fill:none;stroke-width:2}

/* Responsive overrides for new section */
@media(max-width:1100px){
  .re-grid{grid-template-columns:repeat(3,1fr)}
  .re-grid .re-card:nth-child(4),.re-grid .re-card:nth-child(5){grid-column:span 1}
  .cs-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:768px){
  .re-grid{grid-template-columns:repeat(2,1fr)}
  .re-grid .re-card:last-child{grid-column:span 2}
  .cs-grid{grid-template-columns:repeat(2,1fr)}
  .re-tl-line,.re-tl-arrow,.re-tl-dot:not(:first-child):not(:last-child){display:none}
}
@media(max-width:480px){
  .re-grid{grid-template-columns:1fr}
  .re-grid .re-card:last-child{grid-column:span 1}
  .cs-grid{grid-template-columns:1fr}
}

/* ═══ OUR WORK — Swiper (Production) ══════════════════════════════════════ */
#work{background:var(--navy);padding:6rem 0 3rem}

.work-head{padding:0 5%;margin-bottom:3.5rem}
.work-head-inner{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap}

/* Navigation */
.pw-nav-wrap{display:flex;gap:.75rem;align-items:center;flex-shrink:0}
.pw-nav-btn{width:52px;height:52px;border:1px solid var(--border-2);border-radius:50%;background:rgba(13,27,46,.55);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .3s,border-color .3s,box-shadow .3s}
.pw-nav-btn svg{width:18px;height:18px;stroke:var(--gold);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;display:block;pointer-events:none}
.pw-nav-btn:hover{background:rgba(201,168,76,.12);border-color:var(--gold);box-shadow:0 0 22px rgba(201,168,76,.2)}

/* Swiper layout
   pw-swiper-clip: clips slides horizontally + pads vertically for card hover effects
   pw-swiper:      overflow:visible so translateY & box-shadow aren't clipped by Swiper's own CSS */
.pw-swiper-wrap{position:relative}
.pw-swiper-clip{overflow:hidden;padding:14px 5% 68px}
.pw-swiper{width:100%;overflow:visible!important}

/* CRITICAL: our global *{box-sizing:border-box} breaks Swiper's slide-width math */
.pw-swiper .swiper-wrapper{align-items:stretch;box-sizing:content-box}
.pw-swiper .swiper-slide{height:auto;box-sizing:border-box}

/* Card */
.pw-card{display:flex;flex-direction:column;height:100%;background:var(--navy-2);border:1px solid var(--border);border-radius:10px;overflow:hidden;position:relative;cursor:pointer;transition:transform .4s ease,border-color .4s ease,box-shadow .4s ease;will-change:transform}
.pw-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold-dark),var(--gold-bright));transform:scaleX(0);transform-origin:left center;transition:transform .45s ease;z-index:10}
.pw-card:hover{transform:translateY(-8px);border-color:rgba(201,168,76,.48);box-shadow:0 22px 60px rgba(0,0,0,.52),0 0 0 1px rgba(201,168,76,.1)}
.pw-card:hover::after{transform:scaleX(1)}

/* Card image */
.pw-card-img{ position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;flex-shrink:0;background:white;}
.pw-card-img img{width:100%;height:100%;object-fit:contain;display:block;filter:brightness(.82) saturate(.9);transition:transform .7s ease,filter .5s ease}
.pw-card:hover .pw-card-img img{transform:scale(1.07);filter:brightness(.72) saturate(.8)}
.pw-img-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(7,14,26,.08) 0%,rgba(7,14,26,.45) 55%,rgba(7,14,26,.92) 100%);z-index:1;transition:opacity .4s}
.pw-card:hover .pw-img-overlay{opacity:.9}

/* Category badge */
.pw-cat-badge{position:absolute;top:14px;left:14px;z-index:3;background:rgba(7,14,26,.72);border:1px solid var(--border-2);color:var(--gold);font-size:.6rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:.3rem .88rem;border-radius:20px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);white-space:nowrap;transition:border-color .3s,background .3s}
.pw-card:hover .pw-cat-badge{border-color:var(--gold);background:rgba(7,14,26,.9)}

/* Featured badge */
.pw-featured-badge{position:absolute;bottom:14px;left:14px;z-index:3;display:inline-flex;align-items:center;gap:5px;background:linear-gradient(135deg,var(--gold-dark),var(--gold));color:var(--navy);font-size:.58rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;padding:.28rem .8rem;border-radius:20px}
.pw-featured-badge svg{width:8px;height:8px;fill:var(--navy);flex-shrink:0}

/* Project number — ghost, bottom-right of image */
.pw-card-num{position:absolute;bottom:4px;right:12px;z-index:2;font-family:'Playfair Display',serif;font-size:5rem;font-weight:700;line-height:1;color:rgba(255,255,255,.06);pointer-events:none;user-select:none;transition:color .4s}
.pw-card:hover .pw-card-num{color:rgba(201,168,76,.1)}

/* Card body */
.pw-card-body{padding:1.4rem 1.5rem 1.6rem;display:flex;flex-direction:column;gap:.8rem;flex:1}
.pw-card-title{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:700;color:var(--off-white);line-height:1.3;margin:0;transition:color .3s}
.pw-card:hover .pw-card-title{color:var(--gold-bright)}

/* Tech tags */
.pw-tech-tags{display:flex;flex-wrap:wrap;gap:.38rem;}
.pw-tech-tag{font-size:.61rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);background:rgba(201,168,76,.05);border:1px solid var(--border);padding:.28rem .65rem;border-radius:3px;font-family:'Outfit',sans-serif;transition:border-color .3s,color .3s,background .3s}
.pw-card:hover .pw-tech-tag{border-color:rgba(201,168,76,.3);color:rgba(201,168,76,.85);background:rgba(201,168,76,.08)}

/* Pagination — lives outside .pw-swiper-clip so it isn't clipped */
.pw-pagination{display:flex!important;justify-content:center;align-items:center;gap:6px;padding:2.5rem 5% 0;position:static!important;width:auto!important;bottom:auto!important;left:auto!important}
.pw-pagination .swiper-pagination-bullet{width:7px;height:7px;background:rgba(201,168,76,.3);opacity:1;border-radius:50%;margin:0!important;transition:width .35s ease,background .35s ease,border-radius .35s ease;cursor:pointer}
.pw-pagination .swiper-pagination-bullet-active{width:28px;background:var(--gold);border-radius:4px}
.pw-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover{background:rgba(201,168,76,.55)}

/* CTA */
.pw-cta{text-align:center;padding:3rem 5% 0}

/* WHY */
#why{background:var(--navy-3)}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;margin-top:4rem}
.why-items{display:flex;flex-direction:column}
.why-item{border-bottom:1px solid var(--border);padding:1.75rem 0;display:flex;gap:1.75rem;align-items:flex-start;position:relative;overflow:hidden;transition:all .3s;cursor:default}
.why-item::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--gold);transition:width .5s ease}
.why-item:hover::after{width:100%}
.why-n{font-family:'Playfair Display',serif;font-size:1.7rem;font-weight:700;color:rgba(201,168,76,.18);line-height:1;flex-shrink:0;min-width:44px;transition:color .3s}
.why-item:hover .why-n{color:var(--gold)}
.why-title{font-size:.95rem;font-weight:600;color:var(--off-white);margin-bottom:.35rem}
.why-text{font-size:.84rem;color:var(--text-muted);line-height:1.7}
.why-visual{position:sticky;top:7rem}
.why-img-box{position:relative;border-radius:4px;overflow:hidden}
.why-img-box img{width:100%;display:block;filter:brightness(.8)}
.why-img-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(7,14,26,.8) 0%,transparent 50%);padding:2rem;display:flex;flex-direction:column;justify-content:flex-end}
.chart-title{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}
.bar-item{margin-bottom:1rem}
.bar-label{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-muted);margin-bottom:.4rem}
.bar-label span:last-child{color:var(--gold);font-weight:600}
.bar-track{height:2.5px;background:rgba(201,168,76,.12);border-radius:2px;overflow:hidden}
.bar-fill{height:100%;background:linear-gradient(90deg,var(--gold-dark),var(--gold-bright));border-radius:2px;width:0%;transition:width 1.5s ease}

/* PROCESS */
#process{background:var(--navy)}
.process-inner{text-align:center;max-width:600px;margin:0 auto 4rem}
.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;margin-top:3rem}
.process-steps::before{content:'';position:absolute;top:2.8rem;left:12%;right:12%;height:1px;background:linear-gradient(90deg,transparent,var(--border-2),transparent)}
.step{padding:0 1.25rem;text-align:center}
.step-circle{width:52px;height:52px;background:var(--navy-2);border:1px solid var(--border-2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;color:var(--gold);position:relative;z-index:2;transition:all .35s}
.step:hover .step-circle{background:rgba(201,168,76,.12);border-color:var(--gold);box-shadow:0 0 25px rgba(201,168,76,.2)}
.step-title{font-size:.9rem;font-weight:600;color:var(--off-white);margin-bottom:.4rem}
.step-desc{font-size:.78rem;color:var(--text-muted);line-height:1.6}

/* TESTIMONIALS */
#testimonials{background:var(--navy-2);overflow:hidden}
.testi-head{margin-bottom:3.5rem}
.testi-track-wrap{overflow:hidden}
.testi-track{display:flex;gap:1.25rem;width:max-content}
.tcard{width:360px;flex-shrink:0;background:var(--navy-3);border:1px solid var(--border);border-radius:4px;padding:2.25rem;position:relative}
.tcard::before{content:'"';font-family:'Playfair Display',serif;font-size:4.5rem;color:rgba(201,168,76,.1);position:absolute;top:.5rem;right:1.25rem;line-height:1}
.stars{display:flex;gap:3px;margin-bottom:.9rem}
.star{width:13px;height:13px;background:var(--gold);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}
.tcard-text{font-size:.9rem;color:var(--off-white);line-height:1.75;margin-bottom:1.25rem;font-style:italic}
.tcard-author{display:flex;align-items:center;gap:.9rem;border-top:1px solid var(--border);padding-top:1.1rem}
.author-av{width:42px;height:42px;background:rgba(201,168,76,.1);border:1px solid var(--border-2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:.95rem;font-weight:700;color:var(--gold);flex-shrink:0}
.author-name{font-size:.85rem;font-weight:600;color:var(--off-white)}
.author-role{font-size:.72rem;color:var(--text-muted);margin-top:.1rem}

/* FAQ */
#faq{background:var(--navy-3)}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;margin-top:3.5rem}
.faq-list{display:flex;flex-direction:column;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:4px;overflow:hidden}
.faq-item{background:var(--navy-2)}
.faq-q{padding:1.4rem 1.75rem;font-size:.9rem;font-weight:500;color:var(--off-white);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:all .3s;user-select:none}
.faq-q:hover,.faq-q.open{color:var(--gold);background:rgba(201,168,76,.04)}
.fq-icon{width:18px;height:18px;flex-shrink:0;border:1px solid var(--border-2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:var(--gold);transition:all .3s}
.faq-q.open .fq-icon{background:var(--gold);border-color:var(--gold);transform:rotate(45deg);color:var(--navy)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq-a.open{max-height:300px}
.faq-a-inner{padding:.9rem 1.75rem 1.4rem;font-size:.84rem;color:var(--text-muted);line-height:1.8;border-top:1px solid var(--border)}
.faq-cta-box{background:var(--navy-2);border:1px solid var(--border);border-radius:4px;padding:2.75rem;text-align:center;position:sticky;top:7rem}
.faq-icon-w{width:58px;height:58px;background:rgba(201,168,76,.1);border:1px solid var(--border-2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.3rem}

/* TEAM */
#team{background:var(--navy-2)}
.team-head{margin-bottom:3.5rem}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.team-card{background:var(--navy-3);border:1px solid var(--border);border-radius:4px;overflow:hidden;transition:all .35s;cursor:default}
.team-card:hover{transform:translateY(-4px);border-color:var(--gold)}
.team-card img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;filter:brightness(.75) saturate(.9)}
.team-info{padding:1.25rem}
.team-name{font-size:.95rem;font-weight:600;color:var(--off-white);margin-bottom:.2rem}
.team-role{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}

/* CONTACT */
#contact{background:var(--navy)}
.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.contact-info{padding-top:.5rem}
.contact-item{display:flex;gap:1.1rem;align-items:flex-start;margin-bottom:1.75rem}
.c-icon{width:42px;height:42px;flex-shrink:0;background:rgba(201,168,76,.08);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center}
.c-icon svg{width:17px;height:17px;stroke:var(--gold);fill:none;stroke-width:1.5}
.c-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);font-weight:600;margin-bottom:.2rem}
.c-val{font-size:.9rem;color:var(--off-white)}
.contact-form{display:flex;flex-direction:column;gap:1rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-f{display:flex;flex-direction:column;gap:.35rem}
.form-lbl{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-weight:500}
.form-in{background:var(--navy-3);border:1px solid var(--border);color:var(--off-white);padding:.8rem 1.1rem;font-family:'Outfit',sans-serif;font-size:.88rem;outline:none;transition:all .3s;border-radius:2px;resize:none;width:100%}
.form-in:focus{border-color:var(--gold);background:rgba(201,168,76,.03)}
.form-in::placeholder{color:rgba(200,185,150,.28)}
.form-sub{background:var(--gold);color:var(--navy);border:none;padding:.95rem 2.2rem;font-family:'Outfit',sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s;border-radius:2px;align-self:flex-start}
.form-sub:hover{background:var(--gold-bright);transform:translateY(-2px)}

.wpcf7-response-output {
  border: none !important;
  background: #0f172a; /* dark background */
  color: #fff;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  border-left: 4px solid #22c55e; /* green accent */
}

/* Success state */
.wpcf7-mail-sent-ok {
  background: #052e16;
  border-left: 4px solid #22c55e;
  color: #bbf7d0;
}

/* Error state */
.wpcf7-validation-errors,
.wpcf7-aborted {
  background: #3f0d0d;
  border-left: 4px solid #ef4444;
  color: #fecaca;
}

.wpcf7-response-output {
  transition: all 0.3s ease;
  transform: translateY(10px);
  opacity: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  transform: translateY(0);
  opacity: 1;
}

.auto-hide-message {
  position: relative;
  display: inline-block;
  padding: .6rem 1rem;
  border-radius: .5rem;
  background: rgba(0,0,0,.6);
  color: #fff;
  opacity: 1;
  transition: opacity .36s ease, transform .36s ease;
}
.auto-hide-message .auto-hide-close {
  position: absolute;
  right: .45rem;
  top: .25rem;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: .15rem;
}

/* FOOTER */
footer.site-footer{background:var(--navy);border-top:1px solid var(--border);padding:4.5rem 5% 2.5rem}
.ft-inner{max-width:1400px;margin:0 auto}
.ft{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3.5rem;margin-bottom:3rem}
.ft-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.2rem;text-decoration:none}
.ft-logo-img{width:44px;height:44px;object-fit:contain;border-radius:0;background:transparent;flex-shrink:0}
.ft-logo-svg{width:40px;height:40px;flex-shrink:0}
.ft-brand{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;color:var(--gold);letter-spacing:.03em}
.ft-desc{font-size:.84rem;color:var(--text-muted);line-height:1.85;max-width:270px;margin-bottom:.9rem}
.ft-tagline{font-size:.67rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(201,168,76,.4)}
.ft-col h4{font-size:.65rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:1.3rem;padding-bottom:.65rem;position:relative}
.ft-col h4::after{content:'';position:absolute;bottom:0;left:0;width:24px;height:1px;background:var(--gold);opacity:.5}
.ft-col ul{list-style:none;display:flex;flex-direction:column;gap:.7rem}
.ft-col ul a{font-size:.84rem;color:var(--text-muted);text-decoration:none;transition:color .3s,transform .3s;display:inline-flex;align-items:center}
.ft-col ul a:not(.ft-social-link):hover{color:var(--gold-bright);transform:translateX(6px)}
.ft-social-list{gap:.55rem!important}
.ft-social-link{display:flex!important;align-items:center;gap:.65rem;transition:color .3s,transform .3s}
.ft-social-link:hover{color:var(--gold-bright);transform:translateX(4px)}
.ft-soc-icon{width:28px;height:28px;border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);flex-shrink:0;transition:border-color .3s,background .3s}
.ft-soc-icon svg{width:13px;height:13px}
.ft-social-link:hover .ft-soc-icon{border-color:var(--gold);background:rgba(201,168,76,.08)}
.fb{border-top:1px solid var(--border);padding-top:1.75rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}
.fb-copy{font-size:.76rem;color:var(--text-muted)}
.fb-soc{display:flex;gap:.75rem}
.soc-btn{width:34px;height:34px;border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);text-decoration:none;transition:all .3s}
.soc-btn:hover{border-color:var(--gold);color:var(--gold);background:rgba(201,168,76,.08)}

/* MOBILE NAV */
.mob-nav{position:fixed;inset:0;background:var(--navy);z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;opacity:0;pointer-events:none;transition:all .4s}
.mob-nav.open{opacity:1;pointer-events:all}
.mob-nav a{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:700;color:var(--off-white);text-decoration:none;transition:color .3s}
.mob-nav a:hover{color:var(--gold)}

/* RESPONSIVE */
@media(max-width:1100px){
  #hero{grid-template-columns:1fr;min-height:auto;padding:7rem 5% 4rem}
  .hero-right{display:none}
  #about{grid-template-columns:1fr;gap:3rem}
  .about-imgs{height:320px}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:1fr;gap:3rem}
  .why-visual{position:static}
  .process-steps{grid-template-columns:repeat(2,1fr);gap:2.5rem}
  .process-steps::before{display:none}
  .team-grid{grid-template-columns:repeat(2,1fr)}
  .contact-inner{grid-template-columns:1fr;gap:3rem}
  .form-row{grid-template-columns:1fr}
  .ft{grid-template-columns:1fr 1fr;gap:2.5rem}
  .stats-row{grid-template-columns:repeat(2,1fr)}
  .faq-grid{grid-template-columns:1fr;gap:3rem}
  .faq-cta-box{position:static}
}
@media(max-width:768px){
  .nav-links{display:none}
  .ham{display:flex}
  .services-grid{grid-template-columns:1fr}
  .team-grid{grid-template-columns:repeat(2,1fr)}
  .services-head{flex-direction:column;align-items:flex-start}
  .ft{grid-template-columns:1fr;gap:2rem}
  .fb{flex-direction:column;text-align:center}
  section{padding:4rem 5%}
  /* Work section — override global section padding */
  #work{padding:4.5rem 0 2.5rem}
  .work-head{padding:0 5%}
  .work-head-inner{flex-direction:column;align-items:flex-start;gap:1.5rem}
  .pw-nav-wrap{gap:.6rem}
  .pw-nav-btn{width:44px;height:44px}
  .pw-swiper-clip{padding:10px 4% 56px}
  .pw-card-num{font-size:4rem}
  .pw-card-title{font-size:1.1rem}
  .pw-pagination{padding:2rem 4% 0}
  .pw-cta{padding:2.5rem 4% 0}
}
@media(max-width:480px){
  .process-steps{grid-template-columns:1fr}
  .hero-btns{flex-direction:column;align-items:flex-start}
  .team-grid{grid-template-columns:1fr 1fr}
  /* Work section mobile */
  .work-head{padding:0 4%}
  .pw-swiper-clip{padding:8px 4% 48px}
  .pw-pagination{padding:1.75rem 4% 0}
  .pw-cta{padding:2.25rem 4% 0}
  .pw-card-body{padding:1.2rem 1.2rem 1.4rem}
  .pw-card-title{font-size:1rem}
  .pw-card-num{font-size:3.5rem}
  .pw-nav-btn{width:40px;height:40px}
}
@media(hover:none){
  .cursor,.cursor-ring{display:none}
  body{cursor:auto}
}
