*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0B1B3A;--navy-mid: #1E3560;--gold: #C9A84C;--gold-lt: #E8C87A;--white: #FFFFFF;--off-white: #F4F6FA;--slate: #637085;--text: #1A2438;--border: #DDE3EF;--radius: 4px}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--text);background:var(--white);line-height:1.6}nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#0b1b3af7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(201,168,76,.2);display:flex;align-items:center;justify-content:space-between;padding:0 5%;height:68px}.nav-logo{font-family:Playfair Display,serif;font-size:1.45rem;font-weight:700;color:var(--white);letter-spacing:.02em;text-decoration:none}.nav-logo span{color:var(--gold)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#ffffffc7;font-size:.82rem;font-weight:500;text-decoration:none;letter-spacing:.08em;text-transform:uppercase;transition:color .2s}.nav-links a:hover{color:var(--gold)}.nav-cta{background:var(--gold);color:var(--navy);font-size:.8rem;font-weight:600;padding:.55rem 1.4rem;border-radius:var(--radius);text-decoration:none;letter-spacing:.06em;text-transform:uppercase;transition:background .2s}.nav-cta:hover{background:var(--gold-lt)}.nav-mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.4rem}.hamburger{width:22px;height:2px;background:var(--white);display:block;position:relative}.hamburger:before,.hamburger:after{content:"";position:absolute;width:22px;height:2px;background:var(--white);left:0;transition:transform .2s}.hamburger:before{top:-7px}.hamburger:after{top:7px}.mobile-menu{position:fixed;top:68px;left:0;right:0;z-index:99;background:#0b1b3afc;border-bottom:1px solid rgba(201,168,76,.2);padding:1.5rem 5%;display:flex;flex-direction:column;gap:1.2rem}.mobile-menu a{color:#ffffffc7;font-size:.9rem;font-weight:500;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;transition:color .2s}.mobile-menu a:hover{color:var(--gold)}.mobile-menu .mobile-cta{background:var(--gold);color:var(--navy);font-weight:600;padding:.7rem 1.4rem;border-radius:var(--radius);text-align:center;display:inline-block;margin-top:.5rem}#hero{min-height:100vh;background:var(--navy);display:flex;align-items:center;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,rgba(201,168,76,.06) 0%,transparent 60%),radial-gradient(ellipse at 80% 50%,rgba(30,53,96,.9) 0%,transparent 70%)}.hero-slash{position:absolute;right:0;top:0;bottom:0;width:45%;clip-path:polygon(12% 0,100% 0,100% 100%,0% 100%);background:linear-gradient(160deg,#1e3560,#0d2149);opacity:.6}.hero-slash:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A84C' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-inner{position:relative;z-index:2;padding:140px 5% 100px;max-width:680px}.hero-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem;display:flex;align-items:center;gap:.8rem}.hero-eyebrow:before{content:"";display:block;width:28px;height:1px;background:var(--gold)}.hero-title{font-family:Playfair Display,serif;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:700;line-height:1.12;color:var(--white);margin-bottom:1.6rem}.hero-title em{color:var(--gold);font-style:normal}.hero-sub{font-size:1.05rem;color:#ffffffad;max-width:500px;line-height:1.75;margin-bottom:2.4rem;font-weight:300}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:var(--gold);color:var(--navy);font-weight:600;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2rem;border-radius:var(--radius);text-decoration:none;transition:background .2s;display:inline-block}.btn-primary:hover{background:var(--gold-lt)}.btn-outline{border:1px solid rgba(255,255,255,.3);color:var(--white);font-weight:500;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2rem;border-radius:var(--radius);text-decoration:none;transition:border-color .2s,color .2s;display:inline-block}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}.hero-stats{position:absolute;bottom:3rem;left:5%;right:5%;z-index:2;display:flex;gap:3rem;border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.hero-stat-num{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--gold);line-height:1}.hero-stat-label{font-size:.75rem;color:#ffffff80;letter-spacing:.1em;text-transform:uppercase;margin-top:.3rem}.trust-strip{background:var(--off-white);padding:1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden;white-space:nowrap}.trust-strip-inner{display:inline-flex;gap:3rem;animation:marquee 28s linear infinite}.trust-strip-item{font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--slate);display:flex;align-items:center;gap:.6rem}.trust-strip-item:before{content:"◆";color:var(--gold);font-size:.55rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}section{padding:96px 5%}.section-label{font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:flex;align-items:center;gap:.7rem}.section-label:before{content:"";display:block;width:22px;height:1px;background:var(--gold)}.section-title{font-family:Playfair Display,serif;font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:1.2rem}.section-sub{font-size:1rem;color:var(--slate);max-width:560px;line-height:1.75}#about{background:var(--white)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-top:4rem}.about-text p{color:var(--slate);line-height:1.8;margin-bottom:1.2rem;font-size:.97rem}.about-pillars{display:flex;flex-direction:column;gap:1.5rem}.pillar{padding:1.6rem 1.8rem;border-left:3px solid var(--gold);background:var(--off-white);border-radius:0 var(--radius) var(--radius) 0}.pillar-title{font-weight:600;font-size:.95rem;color:var(--navy);margin-bottom:.3rem}.pillar-text{font-size:.85rem;color:var(--slate);line-height:1.6}#services{background:var(--off-white)}.services-header{max-width:700px;margin-bottom:3.5rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.service-card{background:var(--white);padding:2.2rem 2rem;transition:background .2s;cursor:default}.service-card:hover{background:#f8f9fc}.service-icon{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--navy-mid));display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;font-size:1.1rem}.service-name{font-family:Playfair Display,serif;font-size:1.08rem;font-weight:600;color:var(--navy);margin-bottom:.6rem}.service-desc{font-size:.85rem;color:var(--slate);line-height:1.65;margin-bottom:1rem}.service-link{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;transition:gap .2s}.service-link:hover{gap:.7rem}#process{background:var(--navy)}#process .section-title{color:var(--white)}#process .section-sub{color:#ffffff8c}.process-steps{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem;margin-top:4rem}.process-step{position:relative}.step-num{font-family:Playfair Display,serif;font-size:3rem;font-weight:700;color:#c9a84c2e;line-height:1;margin-bottom:.8rem}.step-title{font-weight:600;font-size:.95rem;color:var(--white);margin-bottom:.5rem}.step-text{font-size:.83rem;color:#ffffff80;line-height:1.65}.step-bar{width:32px;height:2px;background:var(--gold);margin-bottom:1rem}#why{background:var(--white)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-top:4rem}.why-list{list-style:none;display:flex;flex-direction:column;gap:1.6rem}.why-item{display:flex;gap:1.2rem;align-items:flex-start}.why-check{width:28px;height:28px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:.75rem;flex-shrink:0;margin-top:2px}.why-item-title{font-weight:600;font-size:.93rem;color:var(--navy);margin-bottom:.2rem}.why-item-text{font-size:.84rem;color:var(--slate);line-height:1.6}.why-visual{background:linear-gradient(145deg,var(--navy) 0%,var(--navy-mid) 100%);border-radius:var(--radius);padding:3rem 2.5rem;color:var(--white)}.why-visual-title{font-family:Playfair Display,serif;font-size:1.5rem;margin-bottom:2rem}.metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.metric{border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:1.2rem}.metric-val{font-family:Playfair Display,serif;font-size:2rem;color:var(--gold);font-weight:700}.metric-label{font-size:.75rem;color:#ffffff80;margin-top:.2rem;text-transform:uppercase;letter-spacing:.08em}#industries{background:var(--off-white)}.industries-grid{display:flex;flex-wrap:wrap;gap:1rem;margin-top:3rem}.industry-tag{padding:.7rem 1.4rem;border:1px solid var(--border);background:var(--white);border-radius:2px;font-size:.83rem;color:var(--navy);font-weight:500;transition:border-color .2s,color .2s;cursor:default}.industry-tag:hover{border-color:var(--gold);color:var(--gold)}#insights{background:var(--white)}.insights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:3rem}.insight-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s}.insight-card:hover{box-shadow:0 8px 32px #0b1b3a14}.insight-img{height:180px;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.insight-img.c1{background:linear-gradient(135deg,#0b1b3a,#1e3560)}.insight-img.c2{background:linear-gradient(135deg,#1a3a2a,#2d5c40)}.insight-img.c3{background:linear-gradient(135deg,#2a1a38,#4a2d6a)}.insight-body{padding:1.6rem}.insight-tag{font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.insight-title{font-family:Playfair Display,serif;font-size:1.05rem;color:var(--navy);margin-bottom:.5rem;line-height:1.35}.insight-excerpt{font-size:.82rem;color:var(--slate);line-height:1.6}.insight-meta{display:flex;justify-content:space-between;align-items:center;margin-top:1.2rem}.insight-date{font-size:.75rem;color:var(--slate)}.insight-more{font-size:.75rem;font-weight:600;color:var(--gold);text-decoration:none;letter-spacing:.06em}#contact{background:var(--navy)}#contact .section-title{color:var(--white)}#contact .section-sub{color:#ffffff8c}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;margin-top:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-icon{width:38px;height:38px;border-radius:50%;border:1px solid rgba(201,168,76,.3);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.contact-item-label{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.2rem}.contact-item-val{font-size:.9rem;color:#ffffffbf}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}label{font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#ffffff80}input,select,textarea{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:var(--white);padding:.75rem 1rem;border-radius:var(--radius);font-family:Inter,sans-serif;font-size:.9rem;outline:none;transition:border-color .2s}input::placeholder,textarea::placeholder{color:#ffffff4d}input:focus,select:focus,textarea:focus{border-color:var(--gold)}select option{background:var(--navy);color:var(--white)}textarea{resize:vertical;min-height:120px}.btn-submit{background:var(--gold);color:var(--navy);font-weight:600;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;padding:.9rem 2rem;border-radius:var(--radius);border:none;cursor:pointer;transition:background .2s,color .2s;align-self:flex-start}.btn-submit:hover{background:var(--gold-lt)}.btn-submit.sent{background:#2a6b3a!important;color:#fff!important}footer{background:#060f22;padding:4rem 5% 2rem;border-top:1px solid rgba(255,255,255,.06)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand-name{font-family:Playfair Display,serif;font-size:1.3rem;color:var(--white);margin-bottom:.8rem}.footer-brand-name span{color:var(--gold)}.footer-brand-text{font-size:.83rem;color:#fff6;line-height:1.7;max-width:260px}.footer-col-title{font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.7rem}.footer-links a{font-size:.83rem;color:#ffffff73;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.78rem;color:#ffffff4d}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{font-size:.78rem;color:#ffffff4d;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:var(--gold)}.btt{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;background:var(--gold);border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--navy);font-size:1.1rem;opacity:0;pointer-events:none;transition:opacity .3s;z-index:50}.btt.visible{opacity:1;pointer-events:auto}.fade-up{opacity:0;transform:translateY(24px);transition:opacity .55s,transform .55s}.fade-up.visible{opacity:1;transform:translateY(0)}@media(max-width:900px){.nav-links,.nav-cta{display:none}.nav-mobile-toggle{display:flex}.about-grid,.why-grid,.contact-grid,.footer-grid{grid-template-columns:1fr;gap:2.5rem}.form-row{grid-template-columns:1fr}.hero-stats,.hero-slash{display:none}}@media(max-width:600px){section{padding:64px 5%}}
