:root{--color-red:#C8102E;--color-navy:#0C2340;--color-gray:#63666A;--color-gray-60:rgba(99,102,106,0.6);--color-gray-10:rgba(99,102,106,0.1);--color-white:#ffffff;--color-navy-light:#243352;--color-red-hover:#a0081f;--color-cream:#faf9f7;--color-warm-gray:var(--color-gray-10);--color-text-muted:var(--color-gray);--font-primary:"gotham",sans-serif;--font-sans:"gotham",sans-serif;--font-serif:"gotham",sans-serif;--transition:0.3s ease}*{margin:0;padding:0;box-sizing:border-box}html{font-size:18px;scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-navy);background:var(--color-white);line-height:1.7;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}h1,h2,h3,h4{font-family:var(--font-serif);line-height:1.2}h1,h2,h3,h4,p{font-weight:400}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.container--narrow{max-width:800px}nav{position:fixed;top:0;width:100%;z-index:1000;padding:1.5rem 0;transition:var(--transition);background:var(--color-white);box-shadow:0 2px 8px rgba(0,0,0,.1)}body.menu-open nav{z-index:100}body.homepage nav{background:transparent;box-shadow:none}body.homepage nav.scrolled{background:var(--color-white);box-shadow:0 2px 8px rgba(0,0,0,.1)}body.homepage nav ul li a{color:var(--color-white)}body.homepage nav.scrolled ul li a{color:var(--color-navy)}body.homepage nav.scrolled ul li a.nav-cta{color:var(--color-white)}body.homepage nav .logo img.logo-light{display:block}body.homepage nav .logo img.logo-dark,body.homepage nav.scrolled .logo img.logo-light{display:none}body.homepage nav.scrolled .logo img.logo-dark{display:block}body.homepage nav .mobile-menu-toggle .hamburger-line{background:var(--color-white)}body.homepage nav.scrolled .mobile-menu-toggle .hamburger-line{background:var(--color-navy)}@media (min-width:769px){nav.nav-hidden{transform:translateY(-100%);box-shadow:none}}nav .container{display:flex;justify-content:space-between;align-items:center}nav .logo img{height:40px;width:auto;transition:var(--transition)}.logo{display:flex;align-items:center;text-decoration:none;color:var(--color-navy)}.logo-icon{height:40px;width:auto;transition:var(--transition)}.logo-text{font-family:var(--font-sans);font-size:1.1rem;font-weight:600;letter-spacing:.02em}.logo-text span{font-weight:400}nav ul{display:flex;list-style:none;gap:2.5rem;align-items:center}nav ul li a{text-decoration:none;color:var(--color-navy);font-weight:600;font-size:.95rem;transition:var(--transition);letter-spacing:.02em}nav ul li a:hover{color:var(--color-red)}nav ul li a.nav-cta{background:var(--color-red);color:var(--color-white);padding:.75rem 1.5rem;border-radius:4px}nav ul li a.nav-cta:hover{background:#a00d24;color:var(--color-white)}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0;z-index:101}.hamburger-line{width:24px;height:2px;background:var(--color-navy);transition:all .3s ease;transform-origin:center}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(26,39,68,.5);z-index:9999;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;display:none}.mobile-menu-overlay.active{display:block;opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-panel{position:fixed;top:0;right:0;width:100vw;height:100vh;height:100dvh;background:var(--color-white);transform:translateX(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);overflow-y:auto;display:flex;flex-direction:column;padding:2rem;box-sizing:border-box;z-index:10000}.mobile-menu-overlay.active .mobile-menu-panel{transform:translateX(0)}.mobile-menu-header{justify-content:space-between;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-warm-gray)}.mobile-menu-header,.mobile-menu-logo{display:flex;align-items:center}.mobile-menu-logo .logo-icon{height:40px;width:auto}.mobile-menu-close{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:var(--color-navy);transition:var(--transition)}.mobile-menu-close svg{width:28px;height:28px}.mobile-menu-close:hover{color:var(--color-red)}.mobile-menu-links{list-style:none;display:flex;flex-direction:column;gap:0;flex:1 1}.mobile-menu-links li{border-bottom:1px solid var(--color-warm-gray)}.mobile-menu-links a{display:block;padding:1.5rem 0;font-size:1.25rem;font-weight:600;color:var(--color-navy);text-decoration:none;transition:var(--transition);letter-spacing:.02em}.mobile-menu-links a:hover{color:var(--color-red);padding-left:.5rem}.mobile-menu-cta{background:var(--color-red)!important;color:var(--color-white)!important;padding:1rem 2rem!important;border-radius:4px;margin-top:2rem;text-align:center;font-size:1.1rem!important;font-weight:600}.mobile-menu-cta:hover{background:#a00d24!important;padding-left:2rem!important}.hero{min-height:100vh;display:flex;align-items:center;padding-top:80px;background:var(--color-white);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;width:45%;height:100%;background:var(--color-cream);z-index:0}.hero .container{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:4rem;gap:4rem;align-items:center}.hero-content{padding:4rem 0}.hero-eyebrow{font-weight:600;letter-spacing:.15em;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.hero-eyebrow:before{content:"";width:40px;height:2px;background:var(--color-red)}.hero h1{font-size:3.5rem;font-weight:400;color:var(--color-navy);margin-bottom:1.5rem;letter-spacing:-.02em}.hero h1 em{font-style:italic;color:var(--color-red)}.hero-description{font-size:1.25rem;color:var(--color-text-muted);margin-bottom:2.5rem;max-width:540px;line-height:1.8}.hero-cta{display:inline-flex;align-items:center;gap:.75rem;background:var(--color-red);color:var(--color-white);text-decoration:none;padding:1rem 2rem;font-size:1rem;font-weight:500;border-radius:4px;transition:var(--transition)}.hero-cta:hover{background:var(--color-red-hover);transform:translateY(-2px)}.hero-cta svg{width:20px;height:20px;transition:var(--transition)}.hero-cta:hover svg{transform:translateX(4px)}.hero-visual{display:flex;align-items:center;justify-content:center}.hero-quote,.hero-visual{position:relative;padding:3rem}.hero-quote{background:var(--color-navy);color:var(--color-white);border-radius:4px}.hero-quote:before{content:'"';font-family:var(--font-serif);font-size:6rem;color:var(--color-red);position:absolute;top:-1rem;left:1.5rem;line-height:1;opacity:.5}.hero-quote blockquote{font-family:var(--font-serif);font-size:1.35rem;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.hero-quote cite{font-family:var(--font-sans);font-style:normal;font-size:.9rem;opacity:.8;display:block}.problem{padding:8rem 0;background:var(--color-white)}.problem .container{text-align:center}.section-label{font-size:.8rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-red);margin-bottom:1.5rem}.problem h2{font-size:2.75rem;color:var(--color-navy);margin-bottom:2rem;max-width:900px;margin-left:auto;margin-right:auto}.problem-statement{font-size:1.2rem;color:var(--color-text-muted);max-width:700px;margin:0 auto 4rem;line-height:1.9}.belief{background:var(--color-cream);padding:3.5rem 4rem;border-left:4px solid var(--color-red);max-width:800px;margin:0 auto;text-align:left}.belief p{font-family:var(--font-serif);font-size:1.5rem;color:var(--color-navy);line-height:1.6}.belief p strong{color:var(--color-red);font-weight:500}.who{padding:8rem 0;background:var(--color-navy);color:var(--color-white)}.who .section-label{color:rgba(255,255,255,.6)}.who h2{font-size:2.5rem;color:var(--color-white);margin-bottom:1.5rem;text-align:center}.who-subtitle{font-size:1.35rem;text-align:center;opacity:.85;max-width:600px;margin:0 auto 4rem;line-height:1.7}.who-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;max-width:900px;margin:0 auto}.who-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);padding:2rem;border-radius:4px;transition:var(--transition)}.who-item:hover{background:rgba(255,255,255,.08);border-color:var(--color-red)}.who-item p{font-size:1.1rem;line-height:1.7;opacity:.9}.who-item strong{color:#ff5a6a;font-weight:600}.different{padding:8rem 0;background:var(--color-white)}.different h2{font-size:2.5rem;color:var(--color-navy);margin-bottom:1rem;text-align:center}.different-intro{font-size:1.2rem;color:var(--color-text-muted);text-align:center;max-width:650px;margin:0 auto 4rem}.different-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem}.different-item{text-align:center;padding:2rem 1.5rem}.different-icon{width:60px;height:60px;background:var(--color-cream);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.different-icon svg{width:28px;height:28px;color:var(--color-red)}.different-item h3{font-size:1.25rem;color:var(--color-navy);margin-bottom:.75rem}.different-item p{font-size:1rem;color:var(--color-text-muted);line-height:1.7}.proof{padding:8rem 0;background:var(--color-cream)}.proof .section-label,.proof h2{text-align:center}.proof h2{font-size:2.5rem;color:var(--color-navy);margin-bottom:4rem}.case-studies{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem;gap:3rem}.case-study{background:var(--color-white);border-radius:4px;overflow:hidden;box-shadow:0 4px 20px rgba(26,39,68,.06);transition:var(--transition)}.case-study:hover{box-shadow:0 8px 40px rgba(26,39,68,.1);transform:translateY(-4px)}.case-study-header{background:var(--color-navy);padding:2rem;color:var(--color-white)}.case-study-label{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;opacity:.6;margin-bottom:.5rem}.case-study-header h3{font-size:1.5rem;color:var(--color-white)}.case-study-body{padding:2rem}.case-study-challenge{font-size:1rem;color:var(--color-text-muted);margin-bottom:1.5rem;line-height:1.7}.case-study-result{display:flex;align-items:flex-start;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--color-warm-gray)}.case-study-result-icon{width:36px;height:36px;background:var(--color-red);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.case-study-result-icon svg{width:18px;height:18px;color:var(--color-white)}.case-study-result p{font-size:1rem;color:var(--color-navy);font-weight:500;line-height:1.5}.divisions{padding:8rem 0;background:var(--color-white)}.divisions .section-label,.divisions h2{text-align:center}.divisions h2{font-size:2.5rem;color:var(--color-navy);margin-bottom:1rem}.divisions-intro{font-size:1.15rem;color:var(--color-text-muted);text-align:center;max-width:700px;margin:0 auto 4rem;line-height:1.8}.divisions-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.division{border:1px solid var(--color-warm-gray);border-radius:4px;padding:2.5rem 2rem;text-align:center;position:relative;overflow:hidden}.division,.division:before{transition:var(--transition)}.division:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--color-red);transform:scaleX(0)}.division:hover{border-color:var(--color-red)}.division:hover:before{transform:scaleX(1)}.division-name{font-family:var(--font-sans);font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-red);margin-bottom:1rem}.division h3{font-size:1.35rem;color:var(--color-navy);margin-bottom:1rem}.division p{font-size:.95rem;color:var(--color-text-muted);line-height:1.7}.cta-section{padding:8rem 0;background:var(--color-navy);color:var(--color-white);text-align:center}.cta-section h2{font-size:2.5rem;color:var(--color-white);margin-bottom:1.5rem}.cta-section p{font-size:1.2rem;opacity:.85;max-width:600px;margin:0 auto 2.5rem;line-height:1.8}.cta-button{display:inline-flex;align-items:center;gap:.75rem;background:var(--color-red);color:var(--color-white);text-decoration:none;padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:500;border-radius:4px;transition:var(--transition)}.cta-button:hover{background:var(--color-red-hover);transform:translateY(-2px)}.cta-note{margin-top:1.5rem;font-size:.9rem;opacity:.6}footer{background:var(--color-navy);border-top:1px solid rgba(255,255,255,.1);padding:3rem 0;color:var(--color-white)}footer .container{justify-content:center}.footer-logo,footer .container{display:flex;align-items:center}.footer-logo{gap:.75rem}.footer-logo svg{width:32px;height:auto}.footer-logo span{font-weight:600;font-size:1rem;letter-spacing:.02em}.footer-info{text-align:center;font-size:.9rem;opacity:.7}.footer-info a{color:var(--color-white);text-decoration:none;transition:var(--transition)}.footer-info a:hover{opacity:1}.footer-info .linkedin-link{display:inline-flex;align-items:center;vertical-align:middle;color:var(--color-gray);opacity:.7}.footer-info .linkedin-link:hover{color:var(--color-gray);opacity:1}.footer-info .linkedin-link svg{width:20px;height:20px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content,.hero-visual{animation:fadeInUp .8s ease forwards}.hero-visual{animation-delay:.2s}@media (max-width:1024px){.hero .container{grid-template-columns:1fr;gap:3rem}.hero:before{display:none}.hero h1{font-size:2.75rem}.different-grid,.divisions-grid{grid-template-columns:1fr;gap:2rem}.case-studies,.who-grid{grid-template-columns:1fr}}@media (max-width:768px){html{font-size:16px}.logo-icon{width:250px;height:auto}nav ul{display:none}.mobile-menu-toggle{display:flex}.mobile-menu-overlay{display:block}.hero{min-height:auto;padding:120px 0 60px}.hero h1{font-size:2.25rem}.cta-section h2,.different h2,.divisions h2,.problem h2,.proof h2,.who h2{font-size:2rem}.belief{padding:2rem}.belief p{font-size:1.25rem}footer .container{flex-direction:column;gap:1.5rem;text-align:center}.footer-info{text-align:center}}.blog-hero{min-height:60vh;display:flex;align-items:center;padding-top:140px;padding-bottom:6rem;background:var(--color-white);text-align:left}.hero-eyebrow{font-size:.85rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-red);margin-bottom:2rem;font-weight:700}.hero-content h1{font-size:clamp(3rem,7vw,5.5rem);color:var(--color-navy);margin-bottom:1.5rem;font-weight:700;line-height:1.05;letter-spacing:-.03em;max-width:900px}.hero-description{font-size:1.5rem;color:var(--color-gray);max-width:700px;line-height:1.5;font-weight:500}.blog-content{padding:6rem 0;background:var(--color-gray-10)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:3rem;gap:3rem;margin-top:3rem}.blog-post-card{background:var(--color-white);border:1px solid var(--color-gray-10);border-radius:4px;overflow:hidden;transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column;box-shadow:0 2px 12px rgba(12,35,64,.08)}.blog-post-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(12,35,64,.15);border-color:var(--color-red)}.blog-post-featured-image{width:100%;height:240px;object-fit:cover;background:var(--color-gray-10)}.blog-post-content{padding:2rem;flex:1 1;display:flex;flex-direction:column}.blog-post-meta{font-size:.85rem;color:var(--color-gray);margin-bottom:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.blog-post-title{font-size:1.75rem;color:var(--color-navy);margin-bottom:1rem;line-height:1.25;font-weight:700;letter-spacing:-.02em}.blog-post-excerpt{font-size:1rem;line-height:1.7;color:var(--color-gray);margin-bottom:1.5rem;flex:1 1;font-weight:500}.blog-post-read-more{font-size:.9rem;font-weight:700;color:var(--color-red);text-transform:uppercase;letter-spacing:.1em;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s ease}.blog-post-card:hover .blog-post-read-more{gap:.75rem}.blog-empty,.blog-loading{text-align:center;padding:6rem 2rem;color:var(--color-gray);font-size:1.2rem}.blog-error{text-align:center;padding:4rem 3rem;background:var(--color-gray-10);border-radius:8px;margin:3rem auto;max-width:600px}.blog-error h3{color:var(--color-navy);margin-bottom:1rem;font-size:1.8rem;font-weight:700}.blog-error p{color:var(--color-gray);font-size:1.1rem}.post-header{padding-top:140px;padding-bottom:4rem;background:var(--color-white)}.post-breadcrumb{font-size:.85rem;margin-bottom:2rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.post-breadcrumb a{color:var(--color-gray);text-decoration:none;transition:color .3s ease}.post-breadcrumb a:hover{color:var(--color-red)}.post-meta{font-size:.85rem;color:var(--color-gray);margin-bottom:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.post-title{font-size:clamp(2.5rem,6vw,4.5rem);color:var(--color-navy);margin-bottom:2rem;line-height:1.1;font-weight:700;letter-spacing:-.03em;max-width:900px}.post-featured-image{width:100%;max-height:500px;object-fit:cover;border-radius:8px;margin:3rem 0;box-shadow:0 4px 16px rgba(0,0,0,.1)}.post-content-wrapper{padding:5rem 0;background:var(--color-white)}.post-content{max-width:800px;margin:0 auto}.post-content p{font-size:1.15rem;line-height:1.9;color:var(--color-navy);margin-bottom:1.75rem;font-weight:500}.post-content h2{font-size:2.25rem;margin-top:3.5rem;margin-bottom:1.5rem;line-height:1.3}.post-content h2,.post-content h3{color:var(--color-navy);font-weight:700;letter-spacing:-.01em}.post-content h3{font-size:1.75rem;margin-top:3rem;margin-bottom:1.25rem}.post-content ol,.post-content ul{font-size:1.15rem;line-height:1.9;color:var(--color-navy);margin-bottom:1.75rem;padding-left:2rem;font-weight:500}.post-content li{margin-bottom:.75rem}.post-content blockquote{border-left:4px solid var(--color-red);padding-left:2rem;margin:3rem 0;font-style:italic;color:var(--color-gray);font-size:1.25rem;line-height:1.8;font-weight:500}.post-content img{max-width:100%;height:auto;border-radius:8px;margin:3rem 0;box-shadow:0 4px 16px rgba(0,0,0,.08)}.post-content a{color:var(--color-red);text-decoration:none;border-bottom:2px solid var(--color-red);transition:opacity .3s ease;font-weight:600}.post-content a:hover{opacity:.7}.post-loading{text-align:center;padding:6rem 2rem;color:var(--color-gray);font-size:1.2rem}.post-error{text-align:center;padding:4rem 3rem;background:var(--color-gray-10);border-radius:8px;margin:3rem auto;max-width:600px}.post-error h2{color:var(--color-navy);margin-bottom:1rem;font-size:2rem;font-weight:700}.post-error p{color:var(--color-gray);font-size:1.1rem;margin-bottom:1rem;font-weight:500}.post-error a{color:var(--color-red);border-bottom:2px solid var(--color-red)}.back-to-blog,.post-error a{text-decoration:none;font-weight:700}.back-to-blog{display:inline-flex;align-items:center;gap:.5rem;margin-top:4rem;padding:1rem 2rem;background:var(--color-gray-10);color:var(--color-navy);border-radius:8px;transition:all .3s ease;font-size:1rem}.back-to-blog:hover{background:var(--color-navy);color:var(--color-white);transform:translateX(-4px)}@media (max-width:768px){.blog-hero{padding-top:120px;min-height:40vh}.hero-content h1{font-size:2rem}.hero-description{font-size:1.1rem}.blog-content{padding:4rem 0}.blog-grid{grid-template-columns:1fr;gap:2rem}.post-header{padding-top:110px}.post-title{font-size:2rem}.post-content h2{font-size:1.75rem}.post-content h3{font-size:1.4rem}.post-content ol,.post-content p,.post-content ul{font-size:1.05rem}.post-content blockquote{font-size:1.15rem;padding-left:1.5rem}}.services-hero{min-height:60vh;display:flex;align-items:center;padding-top:140px;padding-bottom:6rem;background:var(--color-white);text-align:center}.services-hero h1{font-size:clamp(2.5rem,6vw,4.5rem);color:var(--color-navy);margin-bottom:1.5rem;font-weight:700;line-height:1.1;letter-spacing:-.03em}.services-hero .hero-description{font-size:1.5rem;color:var(--color-gray);max-width:900px;margin:0 auto;line-height:1.5;font-weight:500}.services-problem{padding:6rem 0;background:var(--color-gray-10)}.services-problem h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.problem-content{max-width:800px;margin:0 auto}.problem-content p{font-size:1.3rem;line-height:1.8;color:var(--color-gray);margin-bottom:1.5rem;font-weight:500}.services-solution{padding:6rem 0;background:var(--color-white)}.services-solution h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.solution-content{max-width:800px;margin:0 auto}.solution-content p{font-size:1.3rem;line-height:1.8;color:var(--color-gray);margin-bottom:1.5rem;font-weight:500}.services-areas{padding:6rem 0;background:var(--color-gray-10)}.areas-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2.5rem;gap:2.5rem;margin-top:3rem}.area-card{background:var(--color-white);padding:3rem;border-radius:4px;text-decoration:none;color:inherit;transition:all .3s ease;box-shadow:0 2px 12px rgba(12,35,64,.08);border:1px solid transparent}.area-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(12,35,64,.15);border-color:var(--color-red)}.area-card h3{font-size:2rem;color:var(--color-navy);margin-bottom:.75rem;font-weight:700;letter-spacing:-.02em}.area-tagline{font-size:1.1rem;color:var(--color-red);margin-bottom:1rem;font-weight:600}.area-description{font-size:1.1rem;line-height:1.7;color:var(--color-gray);font-weight:500}.services-process{padding:6rem 0;background:var(--color-white)}.services-process h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.process-content{max-width:800px;margin:0 auto}.process-content p{font-size:1.3rem;line-height:1.8;color:var(--color-gray);margin-bottom:1.5rem;font-weight:500}.services-cta{padding:6rem 0;background:var(--color-navy);text-align:center}.services-cta h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-white);margin-bottom:1.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em}.services-cta p{font-size:1.3rem;color:rgba(255,255,255,.9);max-width:700px;margin:0 auto 2.5rem;line-height:1.7;font-weight:500}.service-hero{min-height:60vh;display:flex;align-items:center;padding-top:140px;padding-bottom:6rem;background:var(--color-white);text-align:left}.service-hero .hero-content{max-width:900px}.service-hero h1{font-size:clamp(3rem,7vw,5.5rem);color:var(--color-navy);margin-bottom:1.5rem;font-weight:700;line-height:1.05;letter-spacing:-.03em}.service-hero .hero-description{font-size:1.5rem;color:var(--color-gray);max-width:900px;line-height:1.5;font-weight:500}.service-problem{padding:6rem 0;background:var(--color-gray-10)}.service-problem h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.service-solution{padding:6rem 0;background:var(--color-white)}.service-solution h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.service-process{padding:6rem 0;background:var(--color-gray-10)}.service-process h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:3rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.service-process .process-steps{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto}.service-process .process-step{background:var(--color-white);padding:2.5rem;border-radius:4px;box-shadow:0 2px 12px rgba(12,35,64,.08)}.service-process .step-number{font-size:3rem;font-weight:700;color:var(--color-red);margin-bottom:1rem;line-height:1}.service-process .process-step h3{font-size:1.5rem;color:var(--color-navy);margin-bottom:1rem;font-weight:700;letter-spacing:-.01em}.service-process .process-step p{font-size:1.1rem;line-height:1.7;color:var(--color-gray);font-weight:500}.service-pricing{padding:6rem 0;background:var(--color-white)}.service-pricing h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:3rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2.5rem;gap:2.5rem;max-width:1200px;margin:0 auto}.pricing-card{background:var(--color-white);padding:3rem;border-radius:4px;border:2px solid var(--color-gray-10);transition:all .3s ease;text-align:center}.pricing-card:hover{border-color:var(--color-red);box-shadow:0 8px 24px rgba(12,35,64,.15)}.pricing-featured{border-color:var(--color-red);box-shadow:0 4px 20px rgba(200,16,46,.15)}.pricing-card h3{font-size:1.75rem;color:var(--color-navy);margin-bottom:1rem;font-weight:700;letter-spacing:-.01em}.price{font-size:2.5rem;color:var(--color-red);font-weight:700;margin-bottom:1.5rem;line-height:1}.pricing-description{font-size:1.2rem;color:var(--color-gray);margin-bottom:1.5rem;font-weight:600}.pricing-ideal{font-size:.95rem;color:var(--color-gray);margin-bottom:1rem;font-weight:500}.pricing-note{font-size:.9rem;color:var(--color-gray);font-style:italic;line-height:1.5}.service-capabilities{padding:6rem 0;background:var(--color-white)}.service-capabilities h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:3rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.capabilities-grid{grid-gap:2.5rem;gap:2.5rem;max-width:1200px;margin:0 auto}.capability-card{background:var(--color-gray-10);padding:2.5rem;transition:all .3s ease}.capability-card:hover{background:var(--color-white);box-shadow:0 4px 16px rgba(12,35,64,.1)}.capability-card h3{font-size:1.5rem;color:var(--color-navy);letter-spacing:-.01em}.capability-card p{font-size:1.1rem;color:var(--color-gray)}.service-difference{padding:6rem 0;background:var(--color-gray-10)}.service-difference h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.difference-content{max-width:800px;margin:0 auto}.difference-content p{font-size:1.3rem;line-height:1.8;color:var(--color-gray);margin-bottom:1.5rem;font-weight:500}.service-cta{padding:6rem 0;background:var(--color-navy);text-align:center}.cta-content{max-width:800px;margin:0 auto}.service-cta h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-white);margin-bottom:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2.5rem}.cta-primary,.cta-secondary{letter-spacing:.01em}.cta-primary:hover{box-shadow:0 4px 12px rgba(200,16,46,.3)}.cta-tertiary{letter-spacing:.01em;color:var(--color-white);border:2px solid var(--color-white)}.cta-tertiary:hover{background:var(--color-white);color:var(--color-navy)}@media (max-width:768px){.service-hero,.services-hero{padding-top:120px;padding-bottom:4rem;min-height:50vh}.service-hero h1,.services-hero h1{font-size:2.5rem}.service-hero .hero-description,.services-hero .hero-description{font-size:1.2rem}.service-capabilities,.service-cta,.service-difference,.service-pricing,.service-problem,.service-process,.service-solution,.services-areas,.services-cta,.services-problem,.services-process,.services-solution{padding:4rem 0}.service-capabilities h2,.service-difference h2,.service-pricing h2,.service-problem h2,.service-process h2,.service-solution h2,.services-problem h2,.services-process h2,.services-solution h2{font-size:2rem}.difference-content p,.problem-content p,.process-content p,.solution-content p{font-size:1.1rem}.areas-grid,.capabilities-grid,.pricing-grid,.service-process .process-steps{grid-template-columns:1fr;gap:2rem}.cta-buttons{flex-direction:column;align-items:stretch}.cta-primary,.cta-secondary,.cta-tertiary{width:100%;justify-content:center;text-align:center}}.page-hero{min-height:60vh;display:flex;align-items:center;justify-content:center;padding-top:140px;padding-bottom:6rem;background:var(--color-white);text-align:center}.page-hero .hero-content{margin:0 auto;width:100%}.page-hero h1{font-size:clamp(2.5rem,6vw,4.5rem);color:var(--color-navy);margin-bottom:1.5rem;font-weight:700;line-height:1.1;letter-spacing:-.03em}.page-hero .hero-description{font-size:1.5rem;color:var(--color-gray);max-width:900px;margin:0 auto;line-height:1.5;font-weight:400}.page-cta{padding:6rem 0;background:var(--color-navy);text-align:center}.page-cta .cta-content{max-width:800px;margin:0 auto}.page-cta h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-white);margin-bottom:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em}.about-section{padding:6rem 0;background:var(--color-white)}.about-section:nth-child(2n){background:var(--color-gray-10)}.about-section h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.about-section .section-content{max-width:800px;margin:0 auto}.about-section .section-content p{font-size:1.3rem;line-height:1.8;color:var(--color-gray);margin-bottom:1.5rem;font-weight:400}.about-section .section-content p.emphasis{font-weight:700;color:var(--color-navy);font-size:1.4rem}.commission-section{padding:6rem 0;background:var(--color-navy);color:var(--color-white)}.commission-section h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-white);margin-bottom:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.commission-content{max-width:900px;margin:0 auto}.commission-intro{font-size:1.3rem;line-height:1.8;color:rgba(255,255,255,.9);margin-bottom:3rem;font-weight:400}.rogers-quote{background:rgba(255,255,255,.05);border-left:4px solid var(--color-red);padding:3rem;margin:3rem 0;border-radius:4px}.rogers-quote p{font-size:1.2rem;line-height:1.9;color:rgba(255,255,255,.95);margin-bottom:1.5rem;font-weight:400;font-style:italic}.rogers-quote p:last-of-type{margin-bottom:2rem}.rogers-quote cite{font-size:1rem;color:rgba(255,255,255,.8);font-style:normal;font-weight:600;display:block}.commission-conclusion{font-size:1.3rem;line-height:1.8;color:rgba(255,255,255,.9);font-weight:400}.values-section{padding:6rem 0;background:var(--color-gray-10)}.values-section h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:3rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto}.value-card{background:var(--color-white);padding:3rem;border-radius:4px;box-shadow:0 2px 12px rgba(12,35,64,.08);text-align:center}.value-card h3{font-size:1.75rem;color:var(--color-navy);margin-bottom:1.5rem;font-weight:700;letter-spacing:-.01em}.value-card p{font-size:1.1rem;line-height:1.7;color:var(--color-gray);font-weight:400}.team-section{padding:6rem 0;background:var(--color-white)}.team-section h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:3rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto}.team-member{background:var(--color-gray-10);padding:3rem;border-radius:4px;text-align:center}.team-photo-placeholder{width:120px;height:120px;background:var(--color-white);border-radius:50%;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center}.team-photo-placeholder svg{width:60px;height:60px;stroke:var(--color-gray)}.team-member h3{font-size:1.75rem;color:var(--color-navy);margin-bottom:.5rem;font-weight:700;letter-spacing:-.01em}.team-title{font-size:1.1rem;color:var(--color-red);margin-bottom:1.5rem;font-weight:600}.team-bio{font-size:1.05rem;line-height:1.7;color:var(--color-gray);margin-bottom:1rem;font-weight:400;text-align:left}.minimums-section{padding:6rem 0;background:var(--color-gray-10)}.minimums-section h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.minimums-section .section-content{max-width:800px;margin:0 auto}.minimums-section .section-content p{font-size:1.3rem;line-height:1.8;color:var(--color-gray);margin-bottom:1.5rem;font-weight:400}.approach-section{padding:6rem 0;background:var(--color-white)}.approach-section:nth-child(2n){background:var(--color-gray-10)}.approach-section h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.approach-section .section-content{max-width:800px;margin:0 auto}.approach-section .section-content p{font-size:1.3rem;line-height:1.8;color:var(--color-gray);margin-bottom:1.5rem;font-weight:400}.approach-section .section-content p.emphasis{font-weight:700;color:var(--color-navy);font-size:1.4rem}.growth-engines-section{padding:6rem 0;background:var(--color-gray-10)}.growth-engines-section h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:2rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.section-intro{font-size:1.3rem;line-height:1.8;color:var(--color-gray);max-width:800px;margin:0 auto 3rem;text-align:center;font-weight:400}.growth-engines-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem;gap:3rem;max-width:1200px;margin:3rem auto}.engine-card{background:var(--color-white);padding:3rem;border-radius:4px;box-shadow:0 2px 12px rgba(12,35,64,.08)}.engine-number{width:50px;height:50px;background:var(--color-red);color:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.engine-card h3{font-size:1.75rem;color:var(--color-navy);margin-bottom:1rem;font-weight:700;letter-spacing:-.01em}.engine-card p{font-size:1.1rem;line-height:1.7}.engine-card p,.section-conclusion{color:var(--color-gray);font-weight:400}.section-conclusion{font-size:1.3rem;line-height:1.8;max-width:800px;margin:3rem auto 0;text-align:center}.approach-process-section{padding:6rem 0;background:var(--color-white)}.approach-process-section h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:2rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.process-timeline{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;max-width:1200px;margin:3rem auto 0}.timeline-step{text-align:center;position:relative}.step-badge{width:60px;height:60px;background:var(--color-red);color:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;margin:0 auto 1.5rem}.timeline-step h3{font-size:1.5rem;color:var(--color-navy);margin-bottom:1rem;font-weight:700;letter-spacing:-.01em}.timeline-step p{font-size:1.05rem;line-height:1.7;color:var(--color-gray);font-weight:400}.approach-difference-section{padding:6rem 0;background:var(--color-gray-10)}.approach-difference-section h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.approach-difference-section .section-content{max-width:800px;margin:0 auto}.approach-difference-section .section-content p{font-size:1.3rem;line-height:1.8;color:var(--color-gray);margin-bottom:1.5rem;font-weight:400}.approach-difference-section .section-content p.emphasis{font-weight:700;color:var(--color-navy);font-size:1.4rem}.contact-hero-section{min-height:50vh;display:flex;align-items:center;padding-top:140px;padding-bottom:6rem;background:var(--color-white);text-align:center}.contact-hero-section .hero-content{max-width:800px;margin:0 auto}.contact-hero-section h1{font-size:clamp(3rem,7vw,5.5rem);color:var(--color-navy);margin-bottom:1.5rem;font-weight:700;line-height:1.05;letter-spacing:-.03em}.contact-hero-section .hero-description{font-size:1.5rem;color:var(--color-gray);line-height:1.5;font-weight:400}.contact-options-section{padding:6rem 0;background:var(--color-gray-10)}.contact-options-section h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:3rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.contact-options-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem;gap:3rem;max-width:900px;margin:0 auto}.contact-option-card{background:var(--color-white);padding:3rem;border-radius:4px;box-shadow:0 2px 12px rgba(12,35,64,.08);text-align:center;display:flex;flex-direction:column}.contact-option-card h3{font-size:1.75rem;color:var(--color-navy);margin-bottom:1rem;font-weight:700;letter-spacing:-.01em}.contact-option-card p{font-size:1.1rem;line-height:1.7;color:var(--color-gray);margin-bottom:2rem;flex-grow:1;font-weight:400}.option-button{display:inline-block;padding:1rem 2rem;background:var(--color-red);color:var(--color-white);text-decoration:none;border-radius:4px;font-weight:700;font-size:1.05rem;transition:var(--transition)}.option-button:hover{background:#a00d24;transform:translateY(-2px);box-shadow:0 4px 12px rgba(200,16,46,.3)}.option-button-secondary{background:transparent;color:var(--color-navy);border:2px solid var(--color-navy)}.option-button-secondary:hover{background:var(--color-navy);color:var(--color-white);transform:translateY(-2px)}.contact-form-section{padding:6rem 0;background:var(--color-navy)}.form-wrapper{max-width:800px;margin:0 auto}.form-header{text-align:center;margin-bottom:3rem}.form-header h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-white);margin-bottom:1rem;font-weight:700;line-height:1.2;letter-spacing:-.02em}.form-header p{font-size:1.2rem;color:var(--color-warm-gray);font-weight:400}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.95rem;font-weight:600;color:var(--color-white);margin-bottom:.5rem;letter-spacing:.01em}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:2px solid var(--color-gray-10);border-radius:4px;font-size:1rem;font-family:var(--font-sans);color:var(--color-navy);transition:var(--transition);background:var(--color-white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-red);box-shadow:0 0 0 3px rgba(200,16,46,.1)}.form-group textarea{resize:vertical;min-height:120px}.checkbox-group{margin-bottom:1.5rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.95rem;line-height:1.6;color:var(--color-gray)}.checkbox-label input[type=checkbox]{margin-top:.25rem;width:18px;height:18px;cursor:pointer;flex-shrink:0}.checkbox-label span{flex:1 1}.cf-turnstile{margin:1.5rem 0}.submit-button{padding:1.1rem 2.5rem;background:var(--color-red);color:var(--color-white);border:none;border-radius:4px;font-size:1.1rem;font-weight:700;font-family:var(--font-sans);cursor:pointer;transition:var(--transition);letter-spacing:.01em}.submit-button:hover{background:#a00d24;transform:translateY(-2px);box-shadow:0 4px 12px rgba(200,16,46,.3)}.form-message{text-align:center;padding:3rem;background:#f5f5f5;border-radius:4px}.form-message h3{font-size:2rem;color:var(--color-navy);margin-bottom:1rem;font-weight:700}.form-message p{font-size:1.2rem;color:var(--color-gray);line-height:1.7;margin-bottom:2rem;font-weight:400}.success-links{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.success-link{color:var(--color-red);text-decoration:none;font-weight:600;font-size:1.05rem;transition:var(--transition)}.success-link:hover{color:var(--color-navy)}.contact-info-section{padding:6rem 0;background:var(--color-gray-10)}.contact-info-section h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:3rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.contact-info-grid{display:flex;flex-direction:column;gap:2rem;max-width:500px;margin:0 auto}.info-item{gap:1.5rem;background:var(--color-white);padding:2rem;border-radius:4px;box-shadow:0 2px 12px rgba(12,35,64,.08)}.info-icon,.info-item{display:flex;align-items:center}.info-icon{flex-shrink:0;width:50px;height:50px;background:var(--color-red);border-radius:50%;justify-content:center}.info-icon svg{width:24px;height:24px;stroke:var(--color-white)}.info-content{flex-grow:1}.info-label{font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-gray);margin-bottom:.5rem}.info-value{font-size:1.2rem;color:var(--color-navy);font-weight:600}.info-value a{color:var(--color-navy);text-decoration:none;transition:var(--transition)}.info-value a:hover{color:var(--color-red)}.location-section{padding:6rem 0;background:var(--color-white)}.location-section h2{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;text-align:center}.location-section .section-content{max-width:800px;margin:0 auto}.location-section .section-content p{font-size:1.3rem;line-height:1.8;color:var(--color-gray);margin-bottom:1.5rem;font-weight:400}@media (max-width:768px){.page-hero{padding-top:120px;padding-bottom:4rem;min-height:50vh}.page-hero h1{font-size:2.5rem}.page-hero .hero-description{font-size:1.2rem}.growth-engines-grid,.values-grid{grid-template-columns:1fr;gap:2rem}.process-timeline{grid-template-columns:1fr;gap:3rem}.contact-options-grid{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.contact-info-grid{grid-template-columns:1fr;gap:2rem}.info-item{padding:1.5rem;gap:1rem}.info-icon{width:40px;height:40px}.info-icon svg{width:20px;height:20px}.info-value{font-size:1rem;word-break:break-word}.about-section,.approach-difference-section,.approach-process-section,.approach-section,.commission-section,.contact-form-section,.contact-info-section,.contact-options-section,.growth-engines-section,.location-section,.minimums-section,.team-section,.values-section{padding:4rem 0}.about-section h2,.approach-difference-section h2,.approach-process-section h2,.approach-section h2,.commission-section h2,.contact-info-section h2,.contact-options-section h2,.growth-engines-section h2,.location-section h2,.minimums-section h2,.team-section h2,.values-section h2{font-size:2rem}.about-section .section-content p,.approach-difference-section .section-content p,.approach-section .section-content p,.commission-conclusion,.commission-intro,.location-section .section-content p,.minimums-section .section-content p,.rogers-quote p,.section-conclusion,.section-intro{font-size:1.1rem}}.work-hero{min-height:60vh;display:flex;align-items:center;padding-top:140px;padding-bottom:6rem;background:var(--color-white);text-align:center}.work-hero h1{font-size:clamp(2.5rem,6vw,4.5rem);color:var(--color-navy);margin-bottom:1.5rem;font-weight:700;line-height:1.1;letter-spacing:-.03em}.work-hero .hero-description{font-size:1.5rem;color:var(--color-gray);max-width:900px;margin:0 auto;line-height:1.5;font-weight:400}.work-filters{padding:3rem 0;background:var(--color-gray-10);border-bottom:1px solid var(--color-warm-gray)}.filter-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.filter-btn{font-family:var(--font-sans);font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;border:2px solid var(--color-navy);background:var(--color-white);color:var(--color-navy);border-radius:4px;cursor:pointer;transition:var(--transition);letter-spacing:.02em}.filter-btn:hover{transform:translateY(-2px)}.filter-btn.active,.filter-btn:hover{background:var(--color-navy);color:var(--color-white)}.work-content{padding:6rem 0;background:var(--color-white)}.work-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:3rem;gap:3rem}.work-card{display:flex;flex-direction:column;background:var(--color-white);border-radius:4px;overflow:hidden;box-shadow:0 2px 12px rgba(12,35,64,.08);transition:var(--transition);text-decoration:none;color:inherit}.work-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(12,35,64,.15)}.work-card-image{width:100%;height:240px;background-size:cover;background-position:50%;background-color:var(--color-gray-10)}.work-card-image-placeholder{background:linear-gradient(135deg,var(--color-navy) 0,var(--color-red) 100%)}.work-card-content{padding:2rem;display:flex;flex-direction:column;flex-grow:1}.work-card-services{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.service-badge{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.4rem .8rem;border-radius:3px;background:var(--color-gray-10);color:var(--color-navy)}.service-badge-strategy{background:rgba(12,35,64,.1);color:var(--color-navy)}.service-badge-marketing{background:rgba(200,48,61,.1);color:var(--color-red)}.service-badge-films{background:rgba(52,152,219,.1);color:#3498db}.service-badge-labs{background:rgba(46,204,113,.1);color:#2ecc71}.work-card-title{font-size:1.5rem;color:var(--color-navy);margin-bottom:.75rem;font-weight:700;line-height:1.3}.work-card-client{font-size:.9rem;color:var(--color-gray);font-weight:600;margin-bottom:.75rem}.work-card-description{font-size:1rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.work-card-link{font-size:.95rem;font-weight:600;color:var(--color-red);display:inline-block;transition:var(--transition)}.work-card:hover .work-card-link{transform:translateX(4px)}.work-empty,.work-error,.work-loading{text-align:center;padding:4rem 2rem;color:var(--color-gray)}.work-error h3{color:var(--color-navy);margin-bottom:1rem}@media (max-width:768px){.work-hero{padding-top:120px;padding-bottom:4rem;min-height:50vh}.work-hero h1{font-size:2.5rem}.work-hero .hero-description{font-size:1.2rem}.work-filters{padding:2rem 0}.filter-buttons{gap:.75rem}.filter-btn{font-size:.85rem;padding:.6rem 1.2rem}.work-content{padding:4rem 0}.work-grid{grid-template-columns:1fr;gap:2rem}}.work-breadcrumb{padding-top:120px;padding-bottom:1rem;background:var(--color-white);border-bottom:1px solid var(--color-warm-gray)}.breadcrumb-link{font-size:.95rem;font-weight:600;color:var(--color-gray);text-decoration:none;transition:var(--transition)}.breadcrumb-link:hover{color:var(--color-red)}.work-header{padding-top:140px;padding-bottom:4rem;background:var(--color-white)}.work-header-content{max-width:900px;margin:0 auto;text-align:center}.work-services{gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.work-client-info,.work-services{display:flex;justify-content:center}.work-client-info{align-items:center;gap:1rem;margin-bottom:1rem}.work-client-logo{max-width:150px;height:auto;max-height:60px;object-fit:contain}.work-client{font-size:1.1rem;color:var(--color-gray);font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.1em}.work-title{font-size:clamp(2rem,5vw,3.5rem);color:var(--color-navy);margin-bottom:0;font-weight:700;line-height:1.2;letter-spacing:-.02em}.work-featured-image{padding:0 0 4rem;background:var(--color-white)}.work-featured-image img{width:100%;height:auto;border-radius:4px;box-shadow:0 8px 24px rgba(12,35,64,.12);margin-bottom:1.5rem}.featured-image-caption{text-align:center;font-size:.9rem;color:var(--color-gray);font-weight:700;margin:0}.work-video{padding:0;background:var(--color-black)}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:0}.video-wrapper iframe{border:none}.video-thumbnail,.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.video-thumbnail{cursor:pointer}.video-thumbnail img{width:100%;height:100%;object-fit:cover}.video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:none;border:none;cursor:pointer;padding:0;transition:transform .3s ease,opacity .3s ease;opacity:.9}.video-play-button:hover{transform:translate(-50%,-50%) scale(1.1);opacity:1}.video-play-button svg{display:block;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.work-metrics-section{padding:4rem 0;background:var(--color-navy)}.work-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:3rem;gap:3rem;max-width:1000px;margin:0 auto}.metric-item{text-align:center}.metric-value{font-size:clamp(2.5rem,5vw,4rem);color:var(--color-white);font-weight:700;margin-bottom:.5rem;line-height:1}.metric-label{font-size:1rem;color:rgba(255,255,255,.8);font-weight:500;line-height:1.4}.work-content-section{padding:6rem 0;background:var(--color-white)}.work-content-wrapper{max-width:800px;margin:0 auto}.work-section{margin-bottom:4rem}.work-section h2{font-size:clamp(1.75rem,4vw,2.5rem);color:var(--color-navy);margin-bottom:1.5rem;font-weight:700;line-height:1.2}.work-text{font-size:1.125rem;color:var(--color-gray);line-height:1.8}.work-text p{margin-bottom:2rem}.work-text p:last-child{margin-bottom:0}.work-text p:empty{display:none}.work-text br{line-height:2.5}.work-text ol,.work-text ul{margin-bottom:1.5rem;padding-left:1.5rem}.work-text li{margin-bottom:.75rem}.work-text strong{color:var(--color-navy);font-weight:600}.work-testimonial{background:var(--color-gray-10);padding:3rem;border-radius:4px;border-left:4px solid var(--color-red);margin:4rem 0}.work-testimonial blockquote{margin:0}.work-testimonial p{font-size:1.375rem;color:var(--color-navy);font-style:italic;line-height:1.6;margin-bottom:1.5rem;font-weight:500}.work-testimonial cite{font-size:1rem;color:var(--color-gray);font-style:normal;font-weight:600;display:block}.work-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin:4rem 0}.gallery-item{cursor:pointer;transition:transform .3s ease}.gallery-item:hover{transform:scale(1.02)}.gallery-item img{width:100%;height:auto;border-radius:4px;box-shadow:0 4px 12px rgba(12,35,64,.1);transition:box-shadow .3s ease}.gallery-item:hover img{box-shadow:0 8px 24px rgba(12,35,64,.15)}.lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:10000;align-items:center;justify-content:center}.lightbox.active{display:flex}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.lightbox-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:4px}.lightbox-close{position:absolute;top:20px;right:20px;background:rgba(255,255,255,.9);border:none;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10001}.lightbox-close:hover{background:white;transform:scale(1.1)}.lightbox-close svg{width:24px;height:24px;stroke:var(--color-navy);stroke-width:2}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10001}.lightbox-nav:hover{background:white;transform:translateY(-50%) scale(1.1)}.lightbox-nav:disabled{opacity:.3;cursor:not-allowed}.lightbox-nav:disabled:hover{transform:translateY(-50%) scale(1)}.lightbox-prev{left:20px}.lightbox-next{right:20px}.lightbox-nav svg{width:24px;height:24px;stroke:var(--color-navy);stroke-width:2;fill:none}.lightbox-counter{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.9);color:var(--color-navy);padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:600}@media (max-width:768px){.lightbox-close,.lightbox-nav{width:40px;height:40px}.lightbox-close{top:10px;right:10px}.lightbox-prev{left:10px}.lightbox-next{right:10px}}.work-back-link{margin-top:4rem;text-align:center}.work-error-section{padding:6rem 0;background:var(--color-white)}.work-error{text-align:center;max-width:600px;margin:0 auto}.work-error h2{font-size:2rem;color:var(--color-navy);margin-bottom:1rem}.work-error p{font-size:1.125rem;color:var(--color-gray);line-height:1.6;margin-bottom:1rem}.work-error a{color:var(--color-red);text-decoration:none;font-weight:600}.work-error a:hover{text-decoration:underline}@media (max-width:768px){.work-breadcrumb{padding:1.5rem 0 .75rem}.work-header{padding:3rem 0}.work-client-logo{max-width:120px;max-height:50px}.work-client-info{flex-direction:column;gap:.5rem}.work-featured-image{padding:0 0 3rem}.work-metrics-section,.work-video{padding:3rem 0}.work-metrics{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem}.metric-value{font-size:2.5rem}.metric-label{font-size:.9rem}.work-content-section{padding:4rem 0}.work-section{margin-bottom:3rem}.work-testimonial{padding:2rem;margin:3rem 0}.work-testimonial p{font-size:1.125rem}.work-gallery{grid-template-columns:1fr;gap:1.5rem;margin:3rem 0}.work-back-link{margin-top:3rem}}.hero-video{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--color-navy)}.hero-video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-video-background video{position:absolute;top:50%;left:50%;width:100vw;height:56.25vw;min-height:100vh;min-width:177.77vh;transform:translate(-50%,-50%);object-fit:cover;pointer-events:none}.hero-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(12,35,64,.7),rgba(12,35,64,.85));z-index:1}.hero-video-content{position:relative;z-index:2;text-align:center;color:var(--color-white);padding:5rem 2rem 2rem;max-width:1000px;margin:0 auto}.hero-video h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--color-white);letter-spacing:-.02em}.hero-video-description{font-size:clamp(1.1rem,2vw,1.5rem);line-height:1.6;margin-bottom:2.5rem;color:rgba(255,255,255,.95);font-weight:400}.hero-video-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-primary,.cta-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1.1rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:4px;text-decoration:none;transition:var(--transition);letter-spacing:.02em}.cta-primary{background:var(--color-red);color:var(--color-white)}.cta-primary:hover{background:#a00d24;transform:translateY(-2px);box-shadow:0 4px 12px rgba(200,16,46,.4)}.cta-secondary{background:transparent;color:var(--color-white);border:2px solid var(--color-white)}.cta-secondary:hover{background:var(--color-white);color:var(--color-navy)}.cta-tertiary{display:inline-flex;align-items:center;gap:.5rem;padding:1.1rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:4px;transition:var(--transition);cursor:pointer;background:transparent;color:var(--color-navy);border:2px solid var(--color-navy)}.cta-tertiary:hover{background:var(--color-navy);color:var(--color-white);transform:translateY(-2px);box-shadow:0 4px 12px rgba(12,35,64,.3)}.problem-hero{padding:7rem 0;background:var(--color-gray-10);text-align:center}.problem-hero h2{font-size:clamp(2rem,5vw,4rem);color:var(--color-navy);margin-bottom:2.5rem;line-height:1.2;font-weight:800;letter-spacing:-.02em}.problem-narrative{max-width:800px;margin:0 auto;font-size:1.3rem;line-height:1.8;color:var(--color-gray);font-weight:400}.problem-narrative p{margin-bottom:1.5rem}.problem-narrative p:last-child{font-weight:700;color:var(--color-navy);font-size:1.4rem}.guide{padding:7rem 0;background:var(--color-white)}.guide-grid{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:5rem;gap:5rem;align-items:center}.guide-content h2{font-size:clamp(2rem,4vw,3.5rem);color:var(--color-navy);margin-bottom:2rem;font-weight:800;line-height:1.2;letter-spacing:-.02em}.guide-content p{font-size:1.15rem;line-height:1.8;color:var(--color-gray);margin-bottom:1.5rem;font-weight:500}.guide-content p strong{color:var(--color-navy);font-weight:700}.authority-markers{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.authority-item{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;background:var(--color-gray-10);border-radius:8px}.authority-icon{width:50px;height:50px;background:var(--color-red);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.authority-icon svg{width:24px;height:24px;stroke:var(--color-white);stroke-width:2.5}.authority-text{font-weight:700;color:var(--color-navy);font-size:1.05rem}.plan{padding:7rem 0;background:var(--color-navy);color:var(--color-white)}.plan-header{text-align:center;margin-bottom:5rem}.plan-header h2{font-size:clamp(2rem,5vw,4rem);color:var(--color-white);margin-bottom:1rem;font-weight:800;letter-spacing:-.02em}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem;margin-bottom:5rem}.process-step{text-align:center}.process-number{width:70px;height:70px;background:var(--color-red);color:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;margin:0 auto 1.5rem}.process-step h3{font-size:1.8rem;color:var(--color-white);margin-bottom:1rem;font-weight:700}.process-step p{color:rgba(255,255,255,.85);line-height:1.7;font-size:1.05rem;font-weight:500}.capabilities-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.capability-card{display:block;background:rgba(255,255,255,.05);padding:3rem;border-left:4px solid var(--color-red);transition:var(--transition);border-radius:4px;text-decoration:none;color:inherit}.capability-card:hover{background:rgba(255,255,255,.08);transform:translateY(-4px)}.capability-card h3{font-size:2rem;color:var(--color-white);margin-bottom:1rem;font-weight:700}.capability-card p{color:rgba(255,255,255,.85);line-height:1.7;font-size:1.05rem;font-weight:500}.avoid-failure{padding:5rem 0;background:var(--color-red);color:var(--color-white);text-align:center}.avoid-failure h2{font-size:clamp(1.8rem,4vw,3rem);margin-bottom:1.5rem;font-weight:800;letter-spacing:-.01em}.avoid-failure p{max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.7;opacity:.95;font-weight:500}.success{padding:7rem 0;background:var(--color-white);text-align:center}.success h2{font-size:clamp(2rem,5vw,4rem);color:var(--color-navy);margin-bottom:2.5rem;font-weight:800;letter-spacing:-.02em}.success-narrative{max-width:800px;margin:0 auto;font-size:1.3rem;line-height:1.8;color:var(--color-gray);font-weight:500}.success-narrative p{margin-bottom:1.5rem}.success-narrative p strong{color:var(--color-navy);font-weight:700}.final-cta{padding:7rem 0;background:var(--color-gray-10);text-align:center}.final-cta h2{font-size:clamp(2rem,5vw,4rem);color:var(--color-navy);margin-bottom:2.5rem;font-weight:800;letter-spacing:-.02em}.final-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width:1024px){.guide-grid{grid-template-columns:1fr;gap:3rem}.process-steps{gap:2rem}.capabilities-grid,.process-steps{grid-template-columns:1fr}}@media (max-width:768px){.hero-video{min-height:80vh}.hero-video-ctas{flex-direction:column;align-items:stretch}.cta-primary,.cta-secondary,.cta-tertiary{width:100%;justify-content:center}}