:root{--bg:#FAFAF8;--dark:#0D0D0D;--dark2:#161616;--cream:#F0EBE3;--cream2:#E8E0D5;--red:#C8102E;--red-l:#E63150;--red-p:#FFF0F2;--gold:#AD8630;--gold-l:#C9A043;--text:#1A1A1A;--muted:#706C6A;--inv:#FAFAF8;--border:#DDD6CC;--border-d:rgba(255,255,255,0.09);--nav-h:68px;--radius:10px;--shadow:0 4px 24px rgba(0,0,0,0.08);--trans:all 0.25s ease;--font-body:'Inter',sans-serif;--font-serif:'Playfair Display',serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--bg);color:var(--text);overflow-x:hidden;line-height:1.6}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;background:none}.section-eyebrow{font-size:0.72rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--red);margin-bottom:16px;display:block}.eyebrow{font-size:0.72rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--red);margin-bottom:16px;display:block}.main-nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-h);background:rgba(250,250,248,0.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);transition:background 0.35s,border-color 0.35s,box-shadow 0.35s}.main-nav.scrolled{background:rgba(250,250,248,0.97);backdrop-filter:blur(14px);border-bottom-color:var(--border);box-shadow:0 2px 20px rgba(0,0,0,0.06)}.main-nav.dark-mode{background:transparent;border-bottom-color:transparent;backdrop-filter:none}.main-nav.dark-mode.scrolled{background:rgba(13,13,13,0.97);border-bottom-color:var(--border-d);backdrop-filter:blur(14px)}.nav-inner{max-width:1280px;margin:0 auto;padding:0 5%;height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.nav-logo{display:flex;align-items:center;gap:10px;z-index:1001}.nav-emblem{width:36px;height:36px;background:var(--dark);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-emblem span{font-size:0.68rem;font-weight:900;color:var(--inv);letter-spacing:0.5px}.nav-wordmark{display:flex;flex-direction:column;line-height:1.1}.nav-wordmark strong{font-size:0.88rem;font-weight:800;color:var(--dark);letter-spacing:-0.2px}.nav-wordmark small{font-size:0.62rem;color:var(--muted);font-weight:500;letter-spacing:0.8px;text-transform:uppercase}.main-nav.dark-mode .nav-wordmark strong,.main-nav.dark-mode .nav-wordmark small{color:var(--inv)}.main-nav.dark-mode.scrolled .nav-wordmark strong{color:var(--inv)}.main-nav.dark-mode.scrolled .nav-wordmark small{color:rgba(255,255,255,0.5)}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{font-size:0.85rem;font-weight:500;color:var(--text);transition:color 0.2s;white-space:nowrap}.main-nav.dark-mode .nav-links>li>a{color:rgba(255,255,255,0.8)}.main-nav.dark-mode.scrolled .nav-links>li>a{color:var(--inv)}.nav-links a:hover,.nav-links a.active{color:var(--red)}.has-dropdown{position:relative}.dropdown-trigger{display:flex;align-items:center;gap:5px}.dropdown-trigger .arrow{font-size:0.6rem;transition:transform 0.25s;display:inline-block}.has-dropdown:hover .arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100%+14px);left:50%;transform:translateX(-50%) translateY(6px);background:white;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 12px 40px rgba(0,0,0,0.12);min-width:220px;padding:8px 0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.2s 0.35s,transform 0.2s 0.35s,visibility 0s 0.55s}.has-dropdown::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);width:120%;height:18px;background:transparent}.has-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0);transition:opacity 0.2s 0s,transform 0.2s 0s,visibility 0s 0s}.dropdown-menu li a{display:block;padding:10px 20px;font-size:0.84rem;color:var(--text);transition:background 0.15s,color 0.15s}.dropdown-menu li a:hover{background:var(--red-p);color:var(--red)}.nav-cta{display:inline-flex;align-items:center;gap:7px;background:var(--red);color:white;padding:9px 22px;border-radius:7px;font-size:0.84rem;font-weight:600;transition:background 0.2s,transform 0.15s;white-space:nowrap;flex-shrink:0}.nav-cta:hover{background:var(--red-l);transform:translateY(-1px)}.hamburger{display:none;flex-direction:column;gap:5px;width:36px;height:36px;justify-content:center;align-items:center;z-index:1001;border-radius:6px}.hamburger span{display:block;width:22px;height:2px;background:var(--dark);transition:var(--trans);transform-origin:center}.main-nav.dark-mode .hamburger span{background:white}.main-nav.dark-mode.scrolled .hamburger span{background:white}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.main-nav.dark-mode .hamburger.open span{background:var(--dark)}.nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.5);z-index:998;opacity:0;pointer-events:none;transition:opacity 0.3s}.nav-overlay.active{opacity:1;pointer-events:auto}.hero-home{min-height:100vh;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;padding:0 5% 80px}.hero-home-content{position:relative;z-index:3;width:100%;max-width:1200px;margin:0 auto;padding-top:calc(var(--nav-h) + 48px)}.hero-home-video-bg{position:absolute;inset:0;z-index:0}.hero-home-video-bg video{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover;display:block}.hero-home-video-overlay{position:absolute;inset:0;background:linear-gradient( to bottom,rgba(13,13,13,0.5) 0%,rgba(13,13,13,0.3) 40%,rgba(13,13,13,0.8) 100% );z-index:1}.hero-home-video-bg .fallback-bg{position:absolute;inset:0;background:linear-gradient(135deg,#0D0D0D 0%,#1A0A10 50%,#0D0D0D 100%)}.hero-home-noise{position:absolute;inset:0;z-index:2;pointer-events:none;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='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");opacity:0.5}.hero-home-grid{position:absolute;inset:0;z-index:2;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,0.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.022) 1px,transparent 1px);background-size:60px 60px}.hero-home-content{position:relative;z-index:3;max-width:1200px;width:100%;margin:0 auto;padding-top:calc(var(--nav-h) + 40px)}.hero-home-badge{display:inline-flex;align-items:center;gap:12px;margin-bottom:32px}.hero-home-badge::before{content:'';width:40px;height:1px;background:var(--red)}.hero-home-badge span{font-size:0.72rem;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:rgba(255,255,255,0.45)}.hero-home-h1{font-family:var(--font-serif);font-size:clamp(3.5rem,8vw,8rem);color:var(--inv);line-height:0.95;font-weight:800;margin-bottom:48px;max-width:900px}.hero-home-h1 .line-red{color:var(--red);font-style:italic}.hero-home-h1 .line-dim{color:rgba(255,255,255,0.28)}.hero-home-bottom{display:grid;grid-template-columns:1fr 1fr;align-items:flex-end;gap:40px}.hero-home-desc{font-size:1rem;color:rgba(255,255,255,0.55);line-height:1.75;max-width:440px}.hero-home-actions{display:flex;gap:14px;justify-content:flex-end;align-items:center}.hero-svc{background:var(--dark);padding:80px 5% 100px;margin-top:var(--nav-h)}.hero-svc-inner{max-width:1200px;margin:0 auto}.hero-eyebrow{font-size:0.72rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--red);margin-bottom:24px;display:flex;align-items:center;gap:12px}.hero-eyebrow::before{content:'';width:32px;height:1px;background:var(--red)}.hero-svc h1{font-family:var(--font-serif);font-size:clamp(2.8rem,6vw,5.5rem);color:var(--inv);font-weight:800;line-height:1.0;margin-bottom:28px}.hero-svc h1 em{font-style:italic;color:rgba(255,255,255,0.3)}.hero-svc-desc{font-size:1.05rem;color:rgba(255,255,255,0.5);line-height:1.75;max-width:580px;margin-bottom:48px}.hero-pills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:48px}.hero-pill{background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.12);color:rgba(255,255,255,0.65);padding:7px 16px;border-radius:100px;font-size:0.76rem;font-weight:500;text-decoration:none;transition:background 0.2s,border-color 0.2s}.hero-pill:hover{background:rgba(200,16,46,0.2);border-color:var(--red)}.hero-svc-btns{display:flex;gap:14px;flex-wrap:wrap}.breadcrumb{padding:92px 5% 0;max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:8px;font-size:0.76rem;color:var(--muted)}.breadcrumb a{color:var(--muted);transition:color 0.2s}.breadcrumb a:hover{color:var(--red)}.breadcrumb span{color:var(--border)}.marquee-wrap{background:var(--red);padding:14px 0;overflow:hidden}.marquee-track{display:flex;width:max-content;animation:marquee 28s linear infinite}.marquee-track span{white-space:nowrap;padding:0 36px;font-size:0.78rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:white}.marquee-track .dot{color:rgba(255,255,255,0.4)}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.intro-home{padding:100px 5%;background:var(--bg)}.intro-home-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}.intro-home-label{font-size:0.72rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--red);margin-bottom:24px}.intro-home-statement, .intro-statement{font-family:var(--font-serif);font-size:clamp(1.8rem,3.2vw,2.8rem);line-height:1.25;color:var(--text);font-weight:700}.intro-statement em{font-style:italic;color:var(--muted)}.intro-para{font-size:0.98rem;color:var(--muted);line-height:1.8;margin-bottom:40px}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.stat-box{border-top:2px solid var(--dark);padding-top:20px}.stat-box .stat-n{font-family:var(--font-serif);font-size:2.6rem;font-weight:800;line-height:1;color:var(--dark)}.stat-box .stat-l{font-size:0.78rem;color:var(--muted);margin-top:6px;line-height:1.4;font-weight:500}#services.services-home{background:var(--dark2);padding:100px 5%}.services-home-header{display:flex;align-items:flex-end;justify-content:space-between;max-width:1200px;margin:0 auto 64px}.services-home-header h2{font-family:var(--font-serif);font-size:clamp(2.2rem,4vw,3.4rem);color:var(--inv);font-weight:800;line-height:1.1}.services-home-header h2 span{font-style:italic;color:rgba(255,255,255,0.3)}.services-home-header p{font-size:0.9rem;color:rgba(255,255,255,0.45);max-width:300px;text-align:right;line-height:1.65}.services-home-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border-d);max-width:1200px;margin:0 auto;border:1px solid var(--border-d)}.svc-card-home{background:var(--dark2);padding:44px 40px;position:relative;overflow:hidden;cursor:default;transition:background 0.3s}.svc-card-home:hover{background:#1E1E1E}.svc-num{font-family:var(--font-serif);font-size:4rem;font-weight:800;color:rgba(255,255,255,0.04);line-height:1;position:absolute;top:20px;right:28px;user-select:none}.svc-card-home::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform 0.35s}.svc-card-home:hover::after{transform:scaleX(1)}.svc-icon{width:44px;height:44px;border:1px solid var(--border-d);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:28px}.svc-card-home h3{font-family:var(--font-serif);font-size:1.3rem;font-weight:700;color:var(--inv);margin-bottom:10px;line-height:1.2}.svc-card-home .svc-desc{font-size:0.82rem;color:rgba(255,255,255,0.42);line-height:1.65;margin-bottom:24px}.svc-list{list-style:none;margin-bottom:28px}.svc-list li{font-size:0.78rem;color:rgba(255,255,255,0.55);padding:7px 0;border-bottom:1px solid var(--border-d);display:flex;align-items:center;gap:8px}.svc-list li::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--red);flex-shrink:0}.svc-link{display:inline-flex;align-items:center;gap:6px;font-size:0.8rem;font-weight:600;color:var(--red);text-decoration:none;letter-spacing:0.3px;transition:gap 0.2s}.svc-link:hover{gap:10px}.approach{padding:100px 5%;background:var(--cream)}.approach-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.approach-left h2{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.15;margin-bottom:24px}.approach-left p{font-size:0.95rem;color:var(--muted);line-height:1.8;max-width:420px}.pillar-row{display:grid;grid-template-columns:56px 1fr;gap:20px;align-items:flex-start;padding:28px 0;border-bottom:1px solid var(--border)}.pillar-row:first-child{padding-top:0}.pillar-row:last-child{border-bottom:none}.pillar-n{font-family:var(--font-serif);font-size:1.5rem;font-weight:800;color:var(--cream2);line-height:1}.pillar-content h4{font-size:0.92rem;font-weight:700;margin-bottom:6px;color:var(--text)}.pillar-content p{font-size:0.83rem;color:var(--muted);line-height:1.65}#process.process-home{padding:100px 5%;background:var(--bg)}.process-home-inner{max-width:1200px;margin:0 auto}.process-home-header{text-align:center;margin-bottom:72px}.process-home-header h2{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:800;margin-bottom:16px}.process-home-header p{font-size:0.95rem;color:var(--muted);max-width:520px;margin:0 auto;line-height:1.7}.process-home-track{display:grid;grid-template-columns:repeat(5,1fr);position:relative;gap:0}.process-home-track::before{content:'';position:absolute;top:36px;left:10%;right:10%;height:1px;background:linear-gradient(90deg,var(--red),var(--gold));z-index:0}.process-step-home{text-align:center;padding:0 16px;position:relative;z-index:1}.step-circle-home{width:72px;height:72px;border-radius:50%;background:var(--dark);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;border:2px solid var(--dark);position:relative;z-index:1}.step-circle-home span{font-size:1.1rem}.process-step-home h4{font-size:0.85rem;font-weight:700;margin-bottom:8px;color:var(--text)}.process-step-home p{font-size:0.76rem;color:var(--muted);line-height:1.55}#why.why-home{background:var(--dark);padding:100px 5%}.why-home-inner{max-width:1200px;margin:0 auto}.why-home-top{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:72px}.why-home-top h2{font-family:var(--font-serif);font-size:clamp(2.2rem,3.8vw,3.2rem);color:var(--inv);font-weight:800;line-height:1.1}.why-home-top h2 em{font-style:italic;color:var(--red)}.why-home-top p{font-size:0.95rem;color:rgba(255,255,255,0.45);line-height:1.75}.why-home-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border-d)}.why-card-home{background:var(--dark);padding:40px 36px;border:1px solid var(--border-d);transition:background 0.3s}.why-card-home:hover{background:#1A1A1A}.why-home-icon{width:40px;height:40px;border:1px solid rgba(200,16,46,0.3);border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:20px}.why-card-home h3{font-size:0.95rem;font-weight:700;color:var(--inv);margin-bottom:10px}.why-card-home p{font-size:0.82rem;color:rgba(255,255,255,0.42);line-height:1.65}#testimonials.testimonials-home{padding:100px 5%;background:var(--cream)}.testi-home-inner{max-width:1200px;margin:0 auto}.testi-home-header{text-align:center;margin-bottom:64px}.testi-home-header h2{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:800;margin-bottom:12px}.testi-home-header p{font-size:0.92rem;color:var(--muted)}.testi-home-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.testi-card-home{background:var(--bg);border-radius:16px;padding:40px;border:1px solid var(--border);transition:box-shadow 0.25s}.testi-card-home:hover{box-shadow:0 8px 32px rgba(0,0,0,0.08)}.testi-home-stars{display:flex;gap:3px;margin-bottom:20px}.testi-home-stars span{color:var(--gold);font-size:0.9rem}.testi-home-quote{font-family:var(--font-serif);font-size:1.05rem;font-style:italic;line-height:1.65;color:var(--text);margin-bottom:28px}.testi-home-line{height:1px;background:var(--border);margin-bottom:20px}.testi-home-author{display:flex;align-items:center;gap:12px}.testi-home-avatar{width:40px;height:40px;border-radius:50%;background:var(--dark);color:white;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.85rem;flex-shrink:0}.testi-home-name{font-weight:700;font-size:0.88rem}.testi-home-title{font-size:0.76rem;color:var(--muted);margin-top:2px}.cta-band-home{background:linear-gradient(135deg,var(--dark) 0%,#2d0a10 100%);padding:120px 5%;text-align:center}.cta-band-home .cta-eyebrow{font-size:0.72rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:rgba(255,255,255,0.4);display:block;margin-bottom:24px}.cta-band-home h2{font-family:var(--font-serif);font-size:clamp(2.4rem,5vw,4.5rem);color:white;font-weight:800;line-height:1.05;margin-bottom:20px}.cta-band-home h2 em{font-style:italic;color:var(--red);display:block}.cta-band-home p{font-size:1rem;color:rgba(255,255,255,0.55);max-width:500px;margin:0 auto 48px;line-height:1.75}.cta-home-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-white-solid{background:white;color:var(--dark);padding:14px 30px;border-radius:8px;font-weight:700;font-size:0.9rem;transition:background 0.2s,transform 0.15s;display:inline-flex;align-items:center;gap:8px}.btn-white-solid:hover{background:var(--cream);transform:translateY(-2px)}.btn-white-outline{background:transparent;color:rgba(255,255,255,0.75);padding:14px 30px;border-radius:8px;font-weight:600;font-size:0.9rem;border:1px solid rgba(255,255,255,0.25);transition:border-color 0.2s,color 0.2s,transform 0.15s;display:inline-flex;align-items:center;gap:8px}.btn-white-outline:hover{border-color:white;color:white;transform:translateY(-2px)}.btn-cream{background:var(--bg);color:var(--dark);padding:14px 30px;border-radius:8px;font-weight:700;font-size:0.9rem;transition:background 0.2s;display:inline-flex;align-items:center;gap:8px}.btn-cream:hover{background:var(--cream)}.btn-ghost{border:1px solid rgba(255,255,255,0.22);color:rgba(255,255,255,0.75);padding:14px 30px;border-radius:8px;font-weight:500;font-size:0.9rem;transition:border-color 0.2s,color 0.2s;display:inline-flex;align-items:center;gap:8px}.btn-ghost:hover{border-color:rgba(255,255,255,0.55);color:white}.btn-red{background:var(--red);color:white;padding:13px 28px;border-radius:8px;font-weight:700;font-size:0.9rem;transition:background 0.2s;display:inline-flex;align-items:center;gap:8px}.btn-red:hover{background:var(--red-l)}.btn-outline-d{border:1px solid rgba(255,255,255,0.2);color:rgba(255,255,255,0.65);padding:13px 28px;border-radius:8px;font-weight:500;font-size:0.9rem;transition:border-color 0.2s,color 0.2s;display:inline-flex;align-items:center;gap:8px}.btn-outline-d:hover{border-color:rgba(255,255,255,0.5);color:white}.btn-white-solid{background:white;color:var(--red);padding:14px 32px;border-radius:8px;font-weight:700;font-size:0.92rem;display:inline-flex;align-items:center;gap:8px}.btn-white-outline{border:1.5px solid rgba(255,255,255,0.4);color:white;padding:14px 32px;border-radius:8px;font-weight:500;font-size:0.92rem;transition:border-color 0.2s;display:inline-flex;align-items:center;gap:8px}.btn-white-outline:hover{border-color:white}section.what{padding:100px 5%;background:var(--bg)}section.what .inner{max-width:1200px;margin:0 auto}h1.sec,h2.sec{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.15;margin-bottom:20px}h1.sec em,h2.sec em{font-style:italic;color:var(--muted)}.sec-sub{font-size:0.98rem;color:var(--muted);line-height:1.8;max-width:560px;margin-bottom:64px}.sub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border)}.sub-card{background:var(--bg);padding:40px 36px;position:relative;overflow:hidden;transition:background 0.25s}.sub-card:hover{background:var(--cream)}.sub-card::before{content:'';position:absolute;top:0;left:0;width:3px;height:0;background:var(--red);transition:height 0.3s}.sub-card:hover::before{height:100%}.sub-icon{font-size:1.6rem;margin-bottom:20px;display:block}.sub-card h3{font-family:var(--font-serif);font-size:1.15rem;font-weight:700;margin-bottom:10px;color:var(--text)}.sub-card p{font-size:0.84rem;color:var(--muted);line-height:1.65;margin-bottom:20px}.sub-link{font-size:0.78rem;font-weight:600;color:var(--red);display:inline-flex;align-items:center;gap:5px;transition:gap 0.2s}.sub-link:hover{gap:9px}section.deliver{padding:100px 5%;background:var(--cream)}section.deliver .inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}.deliver-text h2{font-family:var(--font-serif);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;margin-bottom:20px;line-height:1.15}.deliver-text p{font-size:0.95rem;color:var(--muted);line-height:1.8}.deliver-list{display:flex;flex-direction:column;gap:14px}.deliver-item{display:flex;align-items:flex-start;gap:14px;padding:18px 20px;background:var(--bg);border-radius:12px;border:1px solid var(--border)}.d-icon{width:36px;height:36px;background:var(--red-p);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.deliver-item h4{font-size:0.88rem;font-weight:700;margin-bottom:4px}.deliver-item p{font-size:0.8rem;color:var(--muted);line-height:1.5;margin:0}section.process-svc{padding:100px 5%;background:var(--dark)}section.process-svc .inner{max-width:1200px;margin:0 auto}.proc-h2{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:800;color:var(--inv);margin-bottom:16px}.proc-sub{font-size:0.95rem;color:rgba(255,255,255,0.38);line-height:1.75;max-width:520px;margin-bottom:64px}.proc-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--border-d)}.proc-step{padding:36px 28px;border:1px solid var(--border-d)}.proc-n{font-family:var(--font-serif);font-size:2rem;font-weight:800;color:rgba(200,16,46,0.3);margin-bottom:16px;line-height:1}.proc-step h4{font-size:0.88rem;font-weight:700;color:var(--inv);margin-bottom:10px}.proc-step p{font-size:0.78rem;color:rgba(255,255,255,0.4);line-height:1.6}.cta-svc{padding:100px 5%;background:var(--dark2);text-align:center}.cta-svc h2{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3.2rem);color:var(--inv);font-weight:800;margin-bottom:16px;line-height:1.1}.cta-svc h2 em{font-style:italic;color:var(--red)}.cta-svc p{font-size:0.95rem;color:rgba(255,255,255,0.45);max-width:480px;margin:0 auto 40px;line-height:1.7}.cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.faq-svc{padding:100px 5%;background:var(--bg)}.faq-svc .inner{max-width:860px;margin:0 auto}.faq-header{text-align:center;margin-bottom:56px}.faq-header h2{font-family:var(--font-serif);font-size:2.4rem;font-weight:800;margin-bottom:12px}.faq-header p{font-size:0.92rem;color:var(--muted)}.faq-item{border:1px solid var(--border);border-radius:12px;margin-bottom:10px;overflow:hidden;background:white}.faq-q{padding:20px 24px;font-weight:700;font-size:0.9rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--text);gap:12px;user-select:none}.faq-icon{width:26px;height:26px;background:var(--red-p);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--red);font-size:1.1rem;flex-shrink:0;transition:transform 0.3s}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height 0.35s ease}.faq-item.open .faq-a{max-height:400px}.faq-a p{padding:0 24px 20px;color:var(--muted);line-height:1.8;font-size:0.875rem}.sub-hero{background:var(--dark);padding:80px 5% 100px;margin-top:var(--nav-h)}.sub-hero-inner{max-width:1200px;margin:0 auto}.sub-hero h1{font-family:var(--font-serif);font-size:clamp(2.4rem,5vw,4.5rem);color:var(--inv);font-weight:800;line-height:1.05;margin-bottom:20px}.sub-hero h1 em{font-style:italic;color:rgba(255,255,255,0.3)}.sub-hero-desc{font-size:1rem;color:rgba(255,255,255,0.5);line-height:1.75;max-width:520px;margin-bottom:40px}.content-section{padding:80px 5%}.content-section .inner{max-width:1200px;margin:0 auto}.content-section.bg-cream{background:var(--cream)}.content-section.bg-dark{background:var(--dark)}.content-section.bg-dark2{background:var(--dark2)}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.content-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.feature-card{padding:36px;background:var(--bg);border-radius:16px;border:1px solid var(--border);transition:box-shadow 0.25s,transform 0.25s}.feature-card:hover{box-shadow:0 8px 32px rgba(0,0,0,0.08);transform:translateY(-2px)}.feature-card .fc-icon{font-size:1.8rem;margin-bottom:16px}.feature-card h3{font-family:var(--font-serif);font-size:1.15rem;font-weight:700;margin-bottom:10px}.feature-card p{font-size:0.84rem;color:var(--muted);line-height:1.65}.contact-hero{background:var(--dark);padding:80px 5% 100px;margin-top:var(--nav-h)}.contact-hero-inner{max-width:1200px;margin:0 auto}.contact-hero h1{font-family:var(--font-serif);font-size:clamp(2.8rem,6vw,5.5rem);color:var(--inv);font-weight:800;line-height:1.0;margin-bottom:20px}.contact-hero h1 em{font-style:italic;color:var(--red)}.contact-hero p{font-size:1.05rem;color:rgba(255,255,255,0.5);max-width:520px;line-height:1.75}.contact-body{padding:100px 5%;background:var(--bg)}.contact-body .inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:80px}.contact-info h2{font-family:var(--font-serif);font-size:2rem;font-weight:800;margin-bottom:24px}.contact-info p{font-size:0.95rem;color:var(--muted);line-height:1.8;margin-bottom:40px}.contact-details{display:flex;flex-direction:column;gap:20px}.contact-detail{display:flex;align-items:flex-start;gap:16px;padding:20px;border-radius:12px;transition:background 0.3s,transform 0.3s,box-shadow 0.3s;border:1px solid rgba(0,0,0,0.06);background:white;box-shadow:0 4px 15px rgba(0,0,0,0.01)}.contact-detail:hover{background:white;border:1px solid var(--border);box-shadow:0 10px 30px rgba(0,0,0,0.03);transform:translateY(-3px)}.cd-icon{width:44px;height:44px;background:rgba(200,16,46,0.08);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0;color:var(--red);transition:transform 0.3s,background 0.3s}.contact-detail:hover .cd-icon{background:var(--red);color:white;transform:scale(1.05)}.cd-label{font-size:0.7rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.cd-value{font-size:0.95rem;font-weight:600;color:var(--text);line-height:1.5}.cd-value a{color:var(--text);text-decoration:none;transition:color 0.2s}.cd-value a:hover{color:var(--red)}.contact-form-wrap{background:linear-gradient(145deg,#ffffff,#fdfcfc);border-radius:24px;padding:56px 48px;box-shadow:0 10px 50px rgba(0,0,0,0.08),0 0 0 1px rgba(200,16,46,0.05);position:relative;overflow:hidden}.contact-form-wrap::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--red),#ff4d4d)}.contact-form-wrap h3{font-family:var(--font-serif);font-size:1.8rem;font-weight:800;margin-bottom:12px;color:var(--text)}.contact-form-wrap p{font-size:0.92rem;color:var(--muted);margin-bottom:40px;line-height:1.6}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.form-group{margin-bottom:24px}.form-group label{display:block;font-size:0.72rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:16px 20px;border:1.5px solid transparent;border-radius:12px;font-family:var(--font-body);font-size:0.95rem;color:var(--text);background:#f4f5f7;transition:all 0.3s ease;outline:none}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#a0a0a0}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{background:#eef0f3}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:white;border-color:var(--red);box-shadow:0 0 0 4px rgba(200,16,46,0.12);transform:translateY(-1px)}.form-group textarea{resize:vertical;min-height:160px;line-height:1.6}.form-submit{width:100%;padding:18px;background:linear-gradient(135deg,var(--red),#e60026);color:white;font-family:var(--font-body);font-size:1.05rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);box-shadow:0 8px 20px rgba(200,16,46,0.25);border:none;letter-spacing:0.5px}.form-submit:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(200,16,46,0.35);filter:brightness(1.1)}.form-submit:active{transform:translateY(0);box-shadow:0 4px 12px rgba(200,16,46,0.2)}.form-message{padding:16px 20px;border-radius:10px;margin-top:20px;font-size:0.92rem;font-weight:500;display:none}.form-message.success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;display:block}.form-message.error{background:#fff1f2;color:#991b1b;border:1px solid #fecdd3;display:block}.site-footer{background:var(--dark);padding:80px 5% 36px;border-top:1px solid var(--border-d);text-align:left !important}.footer-inner{max-width:1400px;margin:0 auto}.footer-top{display:grid;grid-template-columns:280px 1fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:64px}.footer-brand .footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:20px}.footer-logo-box{width:36px;height:36px;background:var(--red);border-radius:8px;display:flex;align-items:center;justify-content:center}.footer-logo-box span{font-size:0.72rem;font-weight:900;color:white;letter-spacing:0.5px}.footer-brand-name{font-size:0.95rem;font-weight:800;color:var(--inv)}.footer-brand p{font-size:0.82rem;color:rgba(255,255,255,0.38);line-height:1.75;max-width:280px;margin-bottom:20px;text-align:left !important}.footer-email{font-size:0.85rem;font-weight:600;color:var(--red);display:inline-flex;align-items:center;gap:6px;margin-bottom:24px;text-decoration:none}.footer-social{display:flex;gap:16px;align-items:center;justify-content:flex-start}.footer-social a{color:rgba(255,255,255,0.35);transition:color 0.2s,transform 0.2s;display:flex;align-items:center;justify-content:center}.footer-social a:hover{color:white;transform:translateY(-2px)}.footer-col h5{font-size:0.72rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--red);margin-bottom:24px;text-align:left !important}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:12px;padding:0;margin:0;text-align:left !important}.footer-col ul li a{font-size:0.85rem;color:rgba(255,255,255,0.5);text-decoration:none;transition:color 0.2s;line-height:1.4;display:inline-block}.footer-col ul li a:hover{color:var(--red)}.footer-bottom{border-top:1px solid var(--border-d);padding-top:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-bottom p{font-size:0.76rem;color:rgba(255,255,255,0.25);text-align:left !important;margin:0}.footer-legal{display:flex;gap:24px}.footer-legal a{font-size:0.76rem;color:rgba(255,255,255,0.25);text-decoration:none;transition:color 0.2s}.footer-legal a:hover{color:rgba(255,255,255,0.5)}.wa-float{position:fixed;bottom:32px;right:32px;z-index:9999;width:56px;height:56px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,0.4);transition:transform 0.2s,box-shadow 0.2s}.wa-float:hover{transform:scale(1.08);box-shadow:0 6px 28px rgba(37,211,102,0.5)}@media (max-width:1024px){.footer-top{grid-template-columns:repeat(3,1fr) !important;gap:40px !important}.services-header{flex-direction:column !important;align-items:flex-start !important}.services-header p{text-align:left !important}.services-grid{grid-template-columns:repeat(2,1fr) !important}.why-grid{grid-template-columns:repeat(2,1fr) !important}.testi-grid{grid-template-columns:repeat(2,1fr) !important}.process-track{grid-template-columns:repeat(3,1fr) !important}.process-track::before{display:none !important}.proc-steps{grid-template-columns:repeat(3,1fr) !important}}@media (max-width:768px){.nav-links{position:fixed !important;top:0 !important;right:0 !important;transform:translateX(100%) !important;visibility:hidden !important;pointer-events:none !important;width:80% !important;max-width:320px !important;height:100vh !important;background:#0D0D0D !important;z-index:999 !important;flex-direction:column !important;align-items:flex-start !important;justify-content:flex-start !important;padding:16px 24px 32px !important;gap:0 !important;transition:transform 0.35s cubic-bezier(0.4,0,0.2,1),visibility 0.35s !important;box-shadow:-4px 0 40px rgba(0,0,0,0.8) !important;overflow-y:auto !important}.nav-links.open{transform:translateX(0) !important;visibility:visible !important;pointer-events:auto !important}.nav-links>li{width:100% !important;border-bottom:1px solid rgba(255,255,255,0.1) !important}.nav-links>li>a{display:block !important;padding:16px 0 !important;font-size:1rem !important;color:#FFFFFF !important;font-weight:600 !important}.has-dropdown{position:static !important}.dropdown-menu{position:static !important;transform:none !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important;box-shadow:none !important;border:none !important;background:#161616 !important;border-radius:0 !important;padding:0 0 8px 16px !important;display:none !important}.has-dropdown.open .dropdown-menu{display:block !important}.dropdown-trigger .arrow{margin-left:auto !important;color:#FFFFFF !important}.dropdown-menu li a{padding:10px 12px !important;font-size:0.9rem !important;color:rgba(255,255,255,0.85) !important}.hamburger{display:flex !important}.nav-cta{display:none !important}.hero-home{padding:0 5% 60px !important}.hero-home-bottom{grid-template-columns:1fr !important;gap:24px !important}.hero-home-actions{justify-content:flex-start !important}.hero-home-h1{font-size:clamp(2.8rem,12vw,5rem) !important}.intro-home-inner{grid-template-columns:1fr !important;gap:40px !important}.stats-row{grid-template-columns:repeat(3,1fr) !important;gap:20px !important}.approach-inner{grid-template-columns:1fr !important;gap:48px !important}.why-home-top{grid-template-columns:1fr !important;gap:24px !important}.services-home-grid{grid-template-columns:1fr !important}.why-home-grid{grid-template-columns:1fr !important}.testi-home-grid{grid-template-columns:1fr !important}.process-home-track{grid-template-columns:repeat(2,1fr) !important;gap:20px !important}.process-home-track::before{display:none !important}.proc-steps{grid-template-columns:repeat(2,1fr) !important}.sub-grid{grid-template-columns:1fr !important}.content-grid{grid-template-columns:1fr !important;gap:40px !important}.content-grid-3{grid-template-columns:1fr !important}section.deliver .inner{grid-template-columns:1fr !important;gap:48px !important}.contact-body .inner{grid-template-columns:1fr !important;gap:48px !important}.form-row{grid-template-columns:1fr !important}.contact-form-wrap{padding:32px !important}.footer-top{grid-template-columns:1fr !important;gap:40px !important}.footer-bottom{flex-direction:column !important;align-items:flex-start !important;gap:16px !important}.footer-brand p{max-width:100% !important}.hero-svc{padding:60px 5% 80px !important}.hero-svc-btns{flex-wrap:wrap !important}}@media (max-width:480px){.stats-row{grid-template-columns:1fr !important;gap:24px !important}.intro-home{padding:64px 5% !important}.services-home{padding:64px 5% !important}#why.why-home{padding:64px 5% !important}#testimonials.testimonials-home{padding:64px 5% !important}.cta-band-home{padding:64px 5% !important}.approach{padding:64px 5% !important}#process.process-home{padding:64px 5% !important}section.what{padding:64px 5% !important}section.deliver{padding:64px 5% !important}section.process-svc{padding:64px 5% !important}.faq-svc{padding:64px 5% !important}.cta-svc{padding:64px 5% !important}.svc-card-home{padding:32px 24px !important}.proc-steps{grid-template-columns:1fr !important}.process-home-track{grid-template-columns:1fr !important}.cta-home-actions{flex-direction:column !important;align-items:stretch !important}.cta-home-actions a{text-align:center !important;justify-content:center !important}.hero-svc-btns{flex-direction:column !important}.hero-svc-btns a{text-align:center !important;justify-content:center !important}.wa-float{bottom:20px !important;right:20px !important;width:48px !important;height:48px !important}}@keyframes fadeInUp{from{opacity:0 !important;transform:translateY(24px) !important}to{opacity:1 !important;transform:translateY(0) !important}}.fade-in-up{animation:fadeInUp 0.6s ease forwards !important}.fade-in-up.delay-1{animation-delay:0.1s !important}.fade-in-up.delay-2{animation-delay:0.2s !important}.fade-in-up.delay-3{animation-delay:0.3s !important}[data-reveal]{opacity:0 !important;transform:translateY(30px) !important;transition:opacity 0.6s ease,transform 0.6s ease !important}[data-reveal].revealed{opacity:1 !important;transform:translateY(0) !important}.hero-svc{background:var(--dark) !important;padding:80px 5% 100px !important;margin-top:68px !important}.step-circle{width:88px !important;height:88px !important;border-radius:50% !important;background:#FFFFFF !important;display:flex !important;align-items:center !important;justify-content:center !important;margin:0 auto 20px !important;border:2px solid #FADADD !important;box-shadow:0 8px 24px rgba(200,16,46,0.12) !important;position:relative !important;z-index:1 !important;transition:transform 0.3s ease,box-shadow 0.3s ease,border-color 0.3s ease,background 0.3s ease !important}.process-step:hover .step-circle{transform:translateY(-4px) scale(1.04) !important;background:var(--red) !important;box-shadow:0 12px 30px rgba(200,16,46,0.3) !important;border-color:var(--red) !important}.step-circle img{width:48px !important;height:48px !important;object-fit:contain !important;filter:brightness(0) saturate(100%) invert(16%) sepia(89%) saturate(4649%) hue-rotate(343deg) brightness(85%) contrast(95%) !important;transition:transform 0.3s ease,filter 0.3s ease !important}.process-step:hover .step-circle img{transform:scale(1.08) !important;filter:brightness(0) invert(1) !important}.why-icon{width:72px !important;height:72px !important;background:#FFFFFF !important;border:1px solid rgba(255,255,255,0.2) !important;border-radius:16px !important;display:flex !important;align-items:center !important;justify-content:center !important;margin-bottom:20px !important;box-shadow:0 8px 24px rgba(0,0,0,0.25) !important;transition:transform 0.3s ease,background 0.3s ease,border-color 0.3s ease !important}.why-icon img{width:44px !important;height:44px !important;object-fit:contain !important;filter:brightness(0) saturate(100%) invert(16%) sepia(89%) saturate(4649%) hue-rotate(343deg) brightness(85%) contrast(95%) !important;transition:transform 0.3s ease,filter 0.3s ease !important}.why-card:hover .why-icon{background:var(--red) !important;border-color:var(--red) !important;transform:translateY(-3px) !important}.why-card:hover .why-icon img{filter:brightness(0) invert(1) !important}@media(max-width:768px){.step-circle{width:76px !important;height:76px !important;margin:0 auto 16px !important}.step-circle img{width:42px !important;height:42px !important}.why-icon{width:64px !important;height:64px !important;margin-bottom:16px !important;border-radius:14px !important}.why-icon img{width:38px !important;height:38px !important}}.hero-svc-inner{max-width:1200px !important;margin:0 auto !important}.hero-eyebrow{font-size:0.72rem !important;font-weight:700 !important;letter-spacing:2.5px !important;text-transform:uppercase !important;color:var(--red) !important;margin-bottom:24px !important;display:flex !important;align-items:center !important;gap:12px !important}.hero-eyebrow::before{content:'' !important;width:32px !important;height:1px !important;background:var(--red) !important}.hero-svc h1{font-family:'Playfair Display',serif !important;font-size:clamp(2.8rem,6vw,5.5rem) !important;color:var(--inv) !important;font-weight:800 !important;line-height:1.0 !important;margin-bottom:28px !important}.hero-svc h1 em{font-style:italic !important;color:rgba(255,255,255,0.3) !important}.hero-svc-desc{font-size:1.05rem !important;color:rgba(255,255,255,0.5) !important;line-height:1.75 !important;max-width:580px !important;margin-bottom:48px !important}.hero-pills{display:flex !important;flex-wrap:wrap !important;gap:10px !important;margin-bottom:48px !important}.hero-pill{background:rgba(255,255,255,0.07) !important;border:1px solid rgba(255,255,255,0.12) !important;color:rgba(255,255,255,0.65) !important;padding:7px 16px !important;border-radius:100px !important;font-size:0.76rem !important;font-weight:500 !important;text-decoration:none !important;transition:background 0.2s,border-color 0.2s !important}.hero-pill:hover{background:rgba(200,16,46,0.2) !important;border-color:var(--red) !important}.hero-svc-btns{display:flex !important;gap:14px !important}.btn-red{background:var(--red) !important;color:white !important;padding:13px 28px !important;border-radius:8px !important;font-weight:700 !important;text-decoration:none !important;font-size:0.9rem !important}.btn-outline-d{border:1px solid rgba(255,255,255,0.2) !important;color:rgba(255,255,255,0.65) !important;padding:13px 28px !important;border-radius:8px !important;font-weight:500 !important;text-decoration:none !important;font-size:0.9rem !important}section.what{padding:100px 5% !important;background:var(--bg) !important}section.what .inner{max-width:1200px !important;margin:0 auto !important}.eyebrow{font-size:0.72rem !important;font-weight:700 !important;letter-spacing:2.5px !important;text-transform:uppercase !important;color:var(--red) !important;margin-bottom:16px !important;display:block !important}h1.sec,h2.sec{font-family:'Playfair Display',serif !important;font-size:clamp(2rem,3.5vw,3rem) !important;font-weight:800 !important;line-height:1.15 !important;margin-bottom:20px !important}h1.sec em,h2.sec em{font-style:italic !important;color:var(--muted) !important}.sec-sub{font-size:0.98rem !important;color:var(--muted) !important;line-height:1.8 !important;max-width:560px !important;margin-bottom:64px !important}.sub-grid{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:1px !important;background:var(--border) !important}.sub-card{background:var(--bg) !important;padding:40px 36px !important;position:relative !important;overflow:hidden !important;transition:background 0.25s !important}.sub-card:hover{background:var(--cream) !important}.sub-card::before{content:'' !important;position:absolute !important;top:0 !important;left:0 !important;width:3px !important;height:0 !important;background:var(--red) !important;transition:height 0.3s !important}.sub-card:hover::before{height:100% !important}.sub-icon{font-size:1.6rem !important;margin-bottom:20px !important;display:block !important}.sub-card h3{font-family:'Playfair Display',serif !important;font-size:1.15rem !important;font-weight:700 !important;margin-bottom:10px !important;color:var(--text) !important}.sub-card p{font-size:0.84rem !important;color:var(--muted) !important;line-height:1.65 !important;margin-bottom:20px !important}.sub-link{font-size:0.78rem !important;font-weight:600 !important;color:var(--red) !important;text-decoration:none !important;display:inline-flex !important;align-items:center !important;gap:5px !important;transition:gap 0.2s !important}.sub-link:hover{gap:9px !important}section.deliver{padding:100px 5% !important;background:var(--cream) !important}section.deliver .inner{max-width:1200px !important;margin:0 auto !important;display:grid !important;grid-template-columns:1fr 1fr !important;gap:72px !important;align-items:center !important}.deliver-text h2{font-family:'Playfair Display',serif !important;font-size:clamp(1.8rem,3vw,2.6rem) !important;font-weight:800 !important;margin-bottom:20px !important;line-height:1.15 !important}.deliver-text p{font-size:0.95rem !important;color:var(--muted) !important;line-height:1.8 !important;margin-bottom:32px !important}.deliver-list{display:flex !important;flex-direction:column !important;gap:14px !important}.deliver-item{display:flex !important;align-items:flex-start !important;gap:14px !important;padding:16px 20px !important;background:var(--bg) !important;border-radius:12px !important;border:1px solid var(--border) !important}.d-icon{width:32px !important;height:32px !important;background:var(--red-p) !important;border-radius:8px !important;display:flex !important;align-items:center !important;justify-content:center !important;font-size:1rem !important;flex-shrink:0 !important}.deliver-item h4{font-size:0.88rem !important;font-weight:700 !important;margin-bottom:3px !important}.deliver-item p{font-size:0.8rem !important;color:var(--muted) !important;line-height:1.5 !important}section.process-svc{padding:100px 5% !important;background:var(--dark) !important}section.process-svc .inner{max-width:1200px !important;margin:0 auto !important}.proc-eyebrow{font-size:0.72rem !important;font-weight:700 !important;letter-spacing:2.5px !important;text-transform:uppercase !important;color:var(--red) !important;margin-bottom:20px !important;display:block !important}.proc-h2{font-family:'Playfair Display',serif !important;font-size:clamp(2rem,3.5vw,3rem) !important;font-weight:800 !important;color:var(--inv) !important;margin-bottom:16px !important}.proc-sub{font-size:0.95rem !important;color:rgba(255,255,255,0.38) !important;line-height:1.75 !important;max-width:520px !important;margin-bottom:64px !important}.proc-steps{display:grid !important;grid-template-columns:repeat(5,1fr) !important;gap:1px !important;background:var(--border-d) !important}.proc-step{padding:36px 28px !important;border:1px solid var(--border-d) !important}.proc-n{font-family:'Playfair Display',serif !important;font-size:2rem !important;font-weight:800 !important;color:rgba(200,16,46,0.3) !important;margin-bottom:16px !important;line-height:1 !important}.proc-step h4{font-size:0.88rem !important;font-weight:700 !important;color:var(--inv) !important;margin-bottom:10px !important}.proc-step p{font-size:0.78rem !important;color:rgba(255,255,255,0.4) !important;line-height:1.6 !important}.faq-svc{padding:100px 5% !important;background:var(--bg) !important}.faq-svc .inner{max-width:860px !important;margin:0 auto !important}.faq-header{text-align:center !important;margin-bottom:56px !important}.faq-header h2{font-family:'Playfair Display',serif !important;font-size:2.4rem !important;font-weight:800 !important;margin-bottom:12px !important}.faq-header p{font-size:0.92rem !important;color:var(--muted) !important}.faq-item{border:1px solid var(--border) !important;border-radius:12px !important;margin-bottom:10px !important;overflow:hidden !important;background:white !important}.faq-q{padding:20px 24px !important;font-weight:700 !important;font-size:0.9rem !important;cursor:pointer !important;display:flex !important;justify-content:space-between !important;align-items:center !important;color:var(--text) !important;gap:12px !important}.faq-icon{width:26px !important;height:26px !important;background:var(--red-p) !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;color:var(--red) !important;font-size:1.1rem !important;font-weight:400 !important;flex-shrink:0 !important;transition:transform 0.3s !important}.faq-item.open .faq-icon{transform:rotate(45deg) !important}.faq-a{max-height:0 !important;overflow:hidden !important;transition:max-height 0.35s ease !important}.faq-item.open .faq-a{max-height:320px !important}.faq-a p{padding:0 24px 20px !important;color:var(--muted) !important;line-height:1.8 !important;font-size:0.875rem !important}.cta-svc{padding:100px 5% !important;background:var(--dark2) !important;text-align:center !important}.cta-svc h2{font-family:'Playfair Display',serif !important;font-size:clamp(2rem,4vw,3.2rem) !important;color:var(--inv) !important;font-weight:800 !important;margin-bottom:16px !important;line-height:1.1 !important}.cta-svc h2 em{font-style:italic !important;color:var(--red) !important}.cta-svc p{font-size:0.95rem !important;color:rgba(255,255,255,0.45) !important;max-width:480px !important;margin:0 auto 40px !important;line-height:1.7 !important}.cta-row{display:flex !important;gap:14px !important;justify-content:center !important;flex-wrap:wrap !important}.btn-cta-red{background:var(--red) !important;color:white !important;padding:14px 32px !important;border-radius:8px !important;font-weight:700 !important;text-decoration:none !important;font-size:0.92rem !important}.btn-cta-out{border:1px solid rgba(255,255,255,0.2) !important;color:rgba(255,255,255,0.6) !important;padding:14px 32px !important;border-radius:8px !important;font-weight:500 !important;text-decoration:none !important;font-size:0.92rem !important}.hero-sub{background:var(--dark) !important;padding:64px 5% 80px !important;margin-top:68px !important}.hero-sub-inner{max-width:1100px !important;margin:0 auto !important}.hero-eyebrow{font-size:0.7rem !important;font-weight:700 !important;letter-spacing:2.5px !important;text-transform:uppercase !important;color:var(--red) !important;margin-bottom:20px !important;display:flex !important;align-items:center !important;gap:10px !important}.hero-eyebrow::before{content:'' !important;width:28px !important;height:1px !important;background:var(--red) !important}.hero-sub h1{font-family:'Playfair Display',serif !important;font-size:clamp(2.4rem,5vw,4.5rem) !important;color:var(--inv) !important;font-weight:800 !important;line-height:1.05 !important;margin-bottom:24px !important}.hero-sub h1 em{font-style:italic !important;color:rgba(255,255,255,0.28) !important}.hero-sub-desc{font-size:1rem !important;color:rgba(255,255,255,0.48) !important;line-height:1.8 !important;max-width:560px !important;margin-bottom:40px !important}.hero-btns{display:flex !important;gap:12px !important;flex-wrap:wrap !important}.btn-red{background:var(--red) !important;color:white !important;padding:12px 26px !important;border-radius:8px !important;font-weight:700 !important;text-decoration:none !important;font-size:0.88rem !important}.btn-out{border:1px solid rgba(255,255,255,0.2) !important;color:rgba(255,255,255,0.6) !important;padding:12px 26px !important;border-radius:8px !important;font-weight:500 !important;text-decoration:none !important;font-size:0.88rem !important}section.what-sub{padding:88px 5% !important;background:var(--bg) !important}section.what-sub .inner{max-width:1100px !important;margin:0 auto !important}.eyebrow{font-size:0.7rem !important;font-weight:700 !important;letter-spacing:2.5px !important;text-transform:uppercase !important;color:var(--red) !important;margin-bottom:14px !important;display:block !important}h1.sec,h2.sec{font-family:'Playfair Display',serif !important;font-size:clamp(1.8rem,3vw,2.8rem) !important;font-weight:800 !important;line-height:1.15 !important;margin-bottom:18px !important}h1.sec em,h2.sec em{font-style:italic !important;color:var(--muted) !important}.sec-sub{font-size:0.96rem !important;color:var(--muted) !important;line-height:1.8 !important;max-width:560px !important;margin-bottom:56px !important}.detail-grid{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:24px !important}.detail-card{background:white !important;border:1px solid var(--border) !important;border-radius:16px !important;padding:32px 28px !important;position:relative !important;overflow:hidden !important}.detail-card::after{content:'' !important;position:absolute !important;bottom:0 !important;left:0 !important;right:0 !important;height:3px !important;background:var(--red) !important;transform:scaleX(0) !important;transform-origin:left !important;transition:transform 0.3s !important}.detail-card:hover::after{transform:scaleX(1) !important}.dc-icon{font-size:1.5rem !important;margin-bottom:16px !important;display:block !important}.detail-card h3{font-size:0.95rem !important;font-weight:700 !important;margin-bottom:10px !important}.detail-card p{font-size:0.82rem !important;color:var(--muted) !important;line-height:1.65 !important}section.why-sub{padding:88px 5% !important;background:var(--cream) !important}section.why-sub .inner{max-width:1100px !important;margin:0 auto !important;display:grid !important;grid-template-columns:1fr 1fr !important;gap:64px !important;align-items:center !important}.why-text h2{font-family:'Playfair Display',serif !important;font-size:clamp(1.7rem,2.8vw,2.5rem) !important;font-weight:800 !important;margin-bottom:18px !important;line-height:1.15 !important}.why-text p{font-size:0.93rem !important;color:var(--muted) !important;line-height:1.8 !important;margin-bottom:28px !important}.stat-row{display:flex !important;gap:32px !important;flex-wrap:wrap !important}.stat-box strong{font-family:'Playfair Display',serif !important;font-size:2.2rem !important;font-weight:800 !important;color:var(--red) !important;display:block !important;line-height:1 !important}.stat-box small{font-size:0.72rem !important;color:var(--muted) !important;font-weight:600 !important;letter-spacing:0.8px !important;text-transform:uppercase !important;margin-top:6px !important;display:block !important}.why-bullets{display:flex !important;flex-direction:column !important;gap:12px !important}.why-b{display:flex !important;gap:14px !important;align-items:flex-start !important;padding:18px 20px !important;background:var(--bg) !important;border-radius:12px !important;border:1px solid var(--border) !important}.why-b-dot{width:8px !important;height:8px !important;background:var(--red) !important;border-radius:50% !important;flex-shrink:0 !important;margin-top:5px !important}.why-b-text h4{font-size:0.87rem !important;font-weight:700 !important;margin-bottom:4px !important}.why-b-text p{font-size:0.8rem !important;color:var(--muted) !important;line-height:1.55 !important}section.process-sub{padding:88px 5% !important;background:var(--dark) !important}section.process-sub .inner{max-width:1100px !important;margin:0 auto !important}.proc-eyebrow{font-size:0.7rem !important;font-weight:700 !important;letter-spacing:2.5px !important;text-transform:uppercase !important;color:var(--red) !important;margin-bottom:18px !important;display:block !important}.proc-h2{font-family:'Playfair Display',serif !important;font-size:clamp(1.8rem,3vw,2.8rem) !important;font-weight:800 !important;color:var(--inv) !important;margin-bottom:14px !important}.proc-intro{font-size:0.93rem !important;color:rgba(255,255,255,0.38) !important;line-height:1.75 !important;max-width:500px !important;margin-bottom:52px !important}.proc-list{display:flex !important;flex-direction:column !important;gap:0 !important}.proc-item{display:grid !important;grid-template-columns:80px 1fr !important;border-bottom:1px solid var(--border-d) !important;padding:28px 0 !important}.proc-item:last-child{border-bottom:none !important}.proc-num{font-family:'Playfair Display',serif !important;font-size:1.6rem !important;font-weight:800 !important;color:rgba(200,16,46,0.35) !important}.proc-body h4{font-size:0.9rem !important;font-weight:700 !important;color:var(--inv) !important;margin-bottom:8px !important}.proc-body p{font-size:0.82rem !important;color:rgba(255,255,255,0.38) !important;line-height:1.65 !important}.faq-sub{padding:88px 5% !important;background:var(--bg) !important}.faq-sub .inner{max-width:800px !important;margin:0 auto !important}.faq-header{text-align:center !important;margin-bottom:48px !important}.faq-header h2{font-family:'Playfair Display',serif !important;font-size:2.2rem !important;font-weight:800 !important;margin-bottom:10px !important}.faq-header p{font-size:0.9rem !important;color:var(--muted) !important}.faq-item{border:1px solid var(--border) !important;border-radius:12px !important;margin-bottom:8px !important;overflow:hidden !important;background:white !important}.faq-q{padding:18px 22px !important;font-weight:700 !important;font-size:0.88rem !important;cursor:pointer !important;display:flex !important;justify-content:space-between !important;align-items:center !important;color:var(--text) !important;gap:12px !important}.faq-icon{width:24px !important;height:24px !important;background:var(--red-p) !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;color:var(--red) !important;font-size:1rem !important;flex-shrink:0 !important;transition:transform 0.3s !important}.faq-item.open .faq-icon{transform:rotate(45deg) !important}.faq-a{max-height:0 !important;overflow:hidden !important;transition:max-height 0.35s ease !important}.faq-item.open .faq-a{max-height:360px !important}.faq-a p{padding:0 22px 18px !important;color:var(--muted) !important;line-height:1.8 !important;font-size:0.85rem !important}.cta-sub{padding:88px 5% !important;background:var(--dark2) !important;text-align:center !important}.cta-sub h2{font-family:'Playfair Display',serif !important;font-size:clamp(1.8rem,3.5vw,2.8rem) !important;color:var(--inv) !important;font-weight:800 !important;margin-bottom:14px !important;line-height:1.1 !important}.cta-sub h2 em{font-style:italic !important;color:var(--red) !important}.cta-sub p{font-size:0.93rem !important;color:rgba(255,255,255,0.4) !important;max-width:440px !important;margin:0 auto 36px !important;line-height:1.7 !important}.cta-row{display:flex !important;gap:12px !important;justify-content:center !important;flex-wrap:wrap !important}.btn-cta-r{background:var(--red) !important;color:white !important;padding:13px 30px !important;border-radius:8px !important;font-weight:700 !important;text-decoration:none !important;font-size:0.9rem !important}.btn-cta-o{border:1px solid rgba(255,255,255,0.2) !important;color:rgba(255,255,255,0.55) !important;padding:13px 30px !important;border-radius:8px !important;font-weight:500 !important;text-decoration:none !important;font-size:0.9rem !important}

/* ============================================
   FOOTER VIDEO LOGO SECTION — Like Confetti.design
   ============================================ */
.footer-video-logo-section {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
.footer-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 1;
}
.footer-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}
.footer-video-logo-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
}
.footer-video-logo-img {
  width: 70%;
  max-width: 800px;
  min-width: 300px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  mix-blend-mode: lighten;
  filter: drop-shadow(0 8px 32px rgba(0,0,0,0.6));
  transition: transform 0.5s ease;
}
.footer-video-logo-img:hover {
  transform: scale(1.03);
}
@media (max-width: 768px) {
  .footer-video-logo-section { height: 240px; }
  .footer-video-logo-img { width: 90%; }
}


/* Flying Brands Background CSS */
.flying-brands-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  background: #000;
}
.flying-brand-item {
  position: absolute;
  bottom: -200px;
  opacity: 0.15;
  animation: flyUp linear infinite;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.8);
  transform-origin: center;
}
.flying-brand-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes flyUp {
  0% {
    transform: translateY(0) rotate(-15deg);
    opacity: 0;
  }
  10% {
    opacity: 0.35;
  }
  90% {
    opacity: 0.35;
  }
  100% {
    transform: translateY(-800px) rotate(25deg);
    opacity: 0;
  }
}


.footer-bottom {
  text-align: center;
  padding: 24px 5%;
  background: #0a0a0a;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.footer-bottom p {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
}
.footer-legal {
  display: flex;
  gap: 20px;
}
.footer-legal a {
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-legal a:hover {
  color: var(--red);
}
@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}


/* Fix Footer Column Spacing */
.site-footer .footer-top {
  grid-template-columns: 280px 1fr 1fr 1fr 1fr !important;
}
@media (max-width: 1024px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr !important;
  }
}


/* Header Image Logo Styles */
.nav-logo {
  display: flex;
  align-items: center;
}
.header-logo-img {
  height: 52px; /* Professional size */
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}
.header-logo-img:hover {
  transform: scale(1.03);
}
@media (max-width: 768px) {
  .header-logo-img {
    height: 42px;
  }
}


/* =========================================================================
   BLOGS & CASE STUDIES PAGES
   ========================================================================= */

/* --- Blog Page --- */
.page-header-simple {
  padding: 120px 5% 40px;
  background: var(--bg);
  text-align: center;
}
.page-header-simple h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--dark);
}

.blog-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 60px;
}
.blog-filter-btn {
  padding: 10px 24px;
  border-radius: 40px;
  border: 1px solid var(--dark);
  color: var(--dark);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-filter-btn.active, .blog-filter-btn:hover {
  background: var(--red);
  color: white;
  border-color: var(--red);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0 5% 100px;
  max-width: 1400px;
  margin: 0 auto;
}
.blog-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-8px);
}
.blog-card-img-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #FFFFFF;
  border-radius: 12px 12px 0 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.blog-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #FFFFFF;
  transition: transform 0.5s ease;
}
.blog-card:hover .blog-card-img-wrap img {
  transform: scale(1.05);
}
.blog-category-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: white;
  color: var(--red);
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.blog-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.4;
}

/* --- Case Studies Page --- */
.cs-spotlight-section {
  display: flex;
  align-items: center;
  padding: 100px 5%;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
}
.cs-spotlight-section:nth-child(even) {
  flex-direction: row-reverse;
  background: #F4F4F1; /* slight alternation */
}
.cs-image-wrap {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #ddd;
}
.cs-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs-content-wrap {
  flex: 1;
}
.cs-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 16px;
  line-height: 1.1;
}
.cs-desc {
  font-size: 1.1rem;
  color: var(--muted);
  margin-bottom: 40px;
  line-height: 1.6;
}
.cs-comparison {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.cs-col h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 20px;
}
.cs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 0.95rem;
  color: var(--dark2);
  line-height: 1.5;
}
.cs-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-top: -2px;
}
.cs-icon.cross { color: var(--red); }
.cs-icon.check { color: #22C55E; } /* Green */

.btn-case-study {
  display: inline-flex;
  padding: 14px 32px;
  border: 2px solid var(--dark);
  border-radius: 50px;
  color: var(--dark);
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-case-study:hover {
  background: var(--dark);
  color: white;
}

/* Responsiveness */
@media (max-width: 1024px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .cs-spotlight-section { flex-direction: column !important; padding: 60px 5%; }
  .cs-image-wrap { width: 100%; aspect-ratio: 16/9; }
}
@media (max-width: 768px) {
  .blog-grid { grid-template-columns: 1fr; }
  .cs-comparison { flex-direction: column; gap: 20px; }
  .cs-title { font-size: 2.2rem; }
  .page-header-simple h1 { font-size: 2.4rem; }
}


/* =========================================================================
   BLOG DETAIL PAGE
   ========================================================================= */

.blog-detail-hero {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 60px 5%;
}
.blog-detail-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 100%);
  z-index: 1;
}
.blog-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  color: white;
}
.blog-hero-content .blog-category-tag {
  position: relative;
  top: 0; left: 0;
  display: inline-block;
  margin-bottom: 20px;
}
.blog-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}
.blog-hero-meta {
  font-size: 1rem;
  color: rgba(255,255,255,0.8);
}

.blog-article {
  max-width: 800px;
  margin: 80px auto;
  padding: 0 5%;
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--dark);
}
.blog-article p {
  margin-bottom: 30px;
}
.blog-article h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 50px 0 20px;
}
.blog-article blockquote {
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 700;
  border-left: 5px solid var(--red);
  padding-left: 20px;
  margin: 40px 0;
  color: var(--red);
}

.related-blogs-section {
  background: #F4F4F1;
  padding: 80px 5%;
}
.related-blogs-section h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .blog-hero-title { font-size: 2.5rem; }
  .blog-article { font-size: 1.05rem; }
}


/* Permanent Dark Header Override */
.main-nav.permanent-dark {
  background: rgba(13,13,13,0.97) !important;
  border-bottom-color: var(--border-d) !important;
  backdrop-filter: blur(14px) !important;
}

/* =========================================================================
   CASE STUDY DETAIL PAGE
   ========================================================================= */

.cs-detail-hero {
  width: 100%;
  height: 80vh;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 5%;
}
.cs-detail-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1;
}
.cs-detail-hero-content {
  position: relative;
  z-index: 2;
  color: white;
  max-width: 900px;
}
.cs-detail-tag {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
}
.cs-detail-title {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
}

.cs-detail-section {
  padding: 100px 5%;
  max-width: 1400px;
  margin: 0 auto;
}
.cs-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.cs-detail-block h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--red);
}
.cs-detail-block p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--muted);
}

.cs-detail-full-img {
  width: 100%;
  height: auto;
  display: block;
}

.cs-detail-metrics {
  background: var(--dark);
  color: white;
  padding: 100px 5%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}
.cs-metric-num {
  font-size: 4rem;
  font-weight: 900;
  color: var(--red);
  margin-bottom: 10px;
}
.cs-metric-label {
  font-size: 1.2rem;
  font-weight: 500;
  opacity: 0.8;
}

.cs-detail-cta {
  text-align: center;
  padding: 120px 5%;
  background: var(--bg);
}
.cs-detail-cta h2 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .cs-detail-grid, .cs-detail-metrics { grid-template-columns: 1fr; }
  .cs-detail-title { font-size: 3rem; }
}


/* =========================================================================
   PREMIUM CASE STUDY DETAIL (V2)
   ========================================================================= */

/* Hero Parallax */
.cs-premium-hero {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 700px;
  overflow: hidden;
  background: var(--dark);
}
.cs-premium-hero-img {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  background-position: center;
  /* Parallax handled via JS translation, but we set a base */
  transform: scale(1.1); 
  z-index: 1;
}
.cs-premium-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(13,13,13,0.2) 0%, rgba(13,13,13,0.9) 100%);
  z-index: 2;
}
.cs-premium-hero-content {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 3;
  color: white;
  max-width: 800px;
  /* Glassmorphism Card */
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
  transform: translateY(50px);
  opacity: 0;
  animation: fadeUp 1s 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fadeUp {
  to { transform: translateY(0); opacity: 1; }
}

.cs-premium-hero-content .cs-tag {
  display: inline-block;
  color: var(--red);
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 0.9rem;
}
.cs-premium-hero-content h1 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
}
.cs-premium-hero-content p {
  font-size: 1.3rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
}

/* Editorial Layout */
.cs-editorial-section {
  padding: 150px 5%;
  background: var(--bg);
  position: relative;
}
.cs-editorial-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: center;
}
.cs-editorial-text {
  /* Reveal classes */
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.cs-editorial-text.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}
.cs-editorial-text h2 {
  font-size: 5rem;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 40px;
  line-height: 1;
}
.cs-editorial-text h2 span {
  color: var(--red);
  font-style: italic;
}
.cs-editorial-text p {
  font-size: 1.25rem;
  line-height: 1.9;
  color: #444;
  margin-bottom: 30px;
}
.cs-editorial-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
  transform: scale(0.95);
  opacity: 0;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.cs-editorial-img.reveal-visible {
  transform: scale(1);
  opacity: 1;
}
.cs-editorial-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.cs-editorial-img:hover img {
  transform: scale(1.05);
}

/* Neon Metrics */
.cs-neon-metrics {
  background: var(--dark);
  padding: 150px 5%;
  position: relative;
  overflow: hidden;
}
.cs-neon-metrics::before {
  content: '';
  position: absolute;
  top: -50%; left: -50%; right: -50%; bottom: -50%;
  background: radial-gradient(circle at center, rgba(230,0,0,0.15) 0%, transparent 60%);
  z-index: 1;
}
.cs-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cs-metric-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.05);
  padding: 60px 40px;
  border-radius: 20px;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  
  opacity: 0;
  transform: translateY(40px);
}
.cs-metric-card.reveal-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s, transform 0.8s;
}
.cs-metric-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 20px 40px rgba(230,0,0,0.2);
  border-color: rgba(230,0,0,0.3);
}
.cs-neon-num {
  font-size: 5rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 20px rgba(230,0,0,0.8), 0 0 40px rgba(230,0,0,0.4);
  margin-bottom: 20px;
}
.cs-neon-label {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.7);
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .cs-premium-hero-content h1 { font-size: 2.5rem; }
  .cs-editorial-grid { grid-template-columns: 1fr; }
  .cs-editorial-text h2 { font-size: 3.5rem; }
  .cs-metrics-grid { grid-template-columns: 1fr; }
}


/* =========================================================================
   VIDEO PRELOADER (INDEX.PHP ONLY)
   ========================================================================= */

.preloader-video-container {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.preloader-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1; /* Fade in via JS/CSS */
  transition: opacity 1s ease;
}
.preloader-video-container video.video-loaded {
  opacity: 1;
}
.preloader-video-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.preloader-close-btn {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  animation: fadeUp 1s 1s forwards;
}
.preloader-close-btn:hover {
  background: var(--red);
  border-color: var(--red);
  box-shadow: 0 10px 20px rgba(230,0,0,0.3);
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  body.preloader-lock {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
  }
  .preloader-video-container video {
    object-fit: contain !important;
    object-position: center center !important;
    width: 100% !important;
    max-width: 100vw !important;
    height: auto !important;
    max-height: 85vh !important;
    max-height: 85dvh !important;
  }
  .preloader-close-btn {
    bottom: calc(24px + env(safe-area-inset-bottom, 0px)) !important;
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 12px 28px !important;
    font-size: 0.85rem !important;
    letter-spacing: 1.5px !important;
    white-space: nowrap !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5) !important;
  }
  .preloader-close-btn:hover {
    transform: translateX(-50%) translateY(-2px) !important;
  }
}
