@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap');
:root{--navy:#0A1628;--navy-mid:#112240;--navy-light:#1E3A5F;--gold:#C9A84C;--gold-light:#E8C97A;--ivory:#FAF8F3;--white:#FFFFFF;--slate:#8892A4;--slate-light:#B8C5D6;--charcoal:#2D3748;--font-display:'Cormorant Garamond',Georgia,serif;--font-body:'DM Sans',system-ui,sans-serif;--transition:all 0.35s cubic-bezier(0.4,0,0.2,1);--shadow-lg:0 24px 64px rgba(10,22,40,0.2);--border-gold:1px solid rgba(201,168,76,0.3);--max-width:1280px}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);color:var(--charcoal);background:var(--ivory);line-height:1.7;overflow-x:hidden}
h1,h2,h3,h4,h5{font-family:var(--font-display);color:var(--navy);line-height:1.15;font-weight:600}
h1{font-size:clamp(2.8rem,5.5vw,5rem);font-weight:300}
h2{font-size:clamp(2rem,3.5vw,3.2rem)}
h3{font-size:clamp(1.4rem,2.5vw,2rem)}
h4{font-size:1.3rem}
p{font-size:1rem;color:var(--slate);line-height:1.8}
a{color:var(--gold);text-decoration:none;transition:var(--transition)}
a:hover{color:var(--gold-light)}
img{max-width:100%;height:auto;display:block}
.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}
.section{padding:6rem 0}
.section-lg{padding:9rem 0}
.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 2.2rem;font-family:var(--font-body);font-size:.9rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border:none;cursor:pointer;transition:var(--transition);text-decoration:none}
.btn-primary{background:var(--gold);color:var(--navy)}
.btn-primary:hover{background:var(--gold-light);color:var(--navy);transform:translateY(-2px);box-shadow:0 8px 24px rgba(201,168,76,.35)}
.btn-outline{background:transparent;color:var(--gold);border:1px solid var(--gold)}
.btn-outline:hover{background:var(--gold);color:var(--navy)}
.btn-white{background:var(--white);color:var(--navy)}
.btn-white:hover{background:var(--gold);color:var(--navy)}
.section-label{display:inline-flex;align-items:center;gap:.75rem;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.section-label::before{content:'';width:2rem;height:1px;background:var(--gold)}
.gold-line{width:60px;height:2px;background:var(--gold);margin:1.2rem 0 2rem}
#site-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.2rem 0;transition:var(--transition)}
#site-header.scrolled{background:rgba(10,22,40,.97);backdrop-filter:blur(20px);padding:.8rem 0;box-shadow:0 4px 30px rgba(0,0,0,.3)}
.header-inner{display:flex;align-items:center;justify-content:space-between}
.site-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}
.logo-mark{width:42px;height:42px;background:var(--gold);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--navy)}
.logo-text{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--white)}
.logo-sub{font-family:var(--font-body);font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);display:block;margin-top:-2px}
#main-nav ul{display:flex;gap:2.2rem;list-style:none}
#main-nav ul a{font-size:.85rem;font-weight:500;letter-spacing:.06em;color:var(--slate-light);text-transform:uppercase;text-decoration:none;position:relative;padding-bottom:4px}
#main-nav ul a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--gold);transition:var(--transition)}
#main-nav ul a:hover{color:var(--white)}
#main-nav ul a:hover::after{width:100%}
.nav-cta{margin-left:1rem}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:.5rem}
.hamburger span{display:block;width:24px;height:1.5px;background:var(--white)}
.hero{min-height:100vh;background:var(--navy);position:relative;display:flex;align-items:center;overflow:hidden;padding-top:0}
.hero-bg-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(201,168,76,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(201,168,76,.04) 1px,transparent 1px);background-size:60px 60px}
.hero-content{position:relative;z-index:2;max-width:760px}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(201,168,76,.12);border:var(--border-gold);padding:.4rem 1rem;font-size:.78rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem}
.hero h1{color:var(--white);margin-bottom:1.5rem}
.hero h1 em{color:var(--gold);font-style:italic;display:block}
.hero-desc{font-size:1.1rem;color:var(--slate-light);max-width:560px;margin-bottom:2.5rem}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}
.hero-stats{display:flex;gap:3rem;margin-top:4rem;padding-top:2rem;border-top:var(--border-gold)}
.hero-stat-num{font-family:var(--font-display);font-size:2.5rem;font-weight:600;color:var(--gold);line-height:1}
.hero-stat-label{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--slate);margin-top:.3rem}
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}
.service-card{background:var(--white);border:var(--border-gold);padding:2.5rem;position:relative;transition:var(--transition)}
.service-card::before{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:var(--transition)}
.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.service-card:hover::before{transform:scaleX(1)}
.service-icon{width:56px;height:56px;background:rgba(201,168,76,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem}
.service-card h3{font-size:1.3rem;margin-bottom:.75rem}
.service-card p{font-size:.9rem}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.about-img-placeholder{width:100%;aspect-ratio:4/5;background:linear-gradient(135deg,var(--navy-mid),var(--navy-light));display:flex;align-items:center;justify-content:center;color:rgba(201,168,76,.3);font-family:var(--font-display);font-size:5rem}
.about-experience-badge{position:absolute;top:2rem;left:-2rem;background:var(--gold);color:var(--navy);padding:1.5rem;text-align:center}
.about-exp-num{font-family:var(--font-display);font-size:2.8rem;font-weight:700;line-height:1;color:var(--navy)}
.about-exp-text{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--navy-mid)}
.about-image-wrap{position:relative}
.why-us{background:var(--navy)}
.why-us h2{color:var(--white)}
.why-us .section-p{color:var(--slate-light)}
.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:3rem}
.why-item{padding:2rem;border:1px solid rgba(201,168,76,.15);position:relative}
.why-item::before{content:'';position:absolute;top:0;left:0;width:3px;height:0;background:var(--gold);transition:var(--transition)}
.why-item:hover::before{height:100%}
.why-num{font-family:var(--font-display);font-size:3rem;font-weight:300;color:rgba(201,168,76,.25);line-height:1;margin-bottom:1rem}
.why-item h4{color:var(--white);margin-bottom:.5rem}
.why-item p{font-size:.88rem;color:var(--slate-light)}
.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}
.team-card{background:var(--white);overflow:hidden;transition:var(--transition)}
.team-card:hover{box-shadow:var(--shadow-lg)}
.team-photo{width:100%;aspect-ratio:3/4;background:linear-gradient(135deg,var(--navy-mid),var(--navy-light));display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:5rem;color:rgba(201,168,76,.4)}
.team-info{padding:1.5rem;border-top:3px solid var(--gold)}
.team-name{font-family:var(--font-display);font-size:1.3rem;color:var(--navy);margin-bottom:.2rem}
.team-role{font-size:.82rem;color:var(--gold);letter-spacing:.1em;text-transform:uppercase;font-weight:500}
.stats-bar{background:var(--gold);padding:3rem 0}
.stats-inner{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;gap:2rem}
.stat-num{font-family:var(--font-display);font-size:3rem;font-weight:700;color:var(--navy);line-height:1}
.stat-label{font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--navy-mid);margin-top:.4rem}
.testimonials{background:var(--navy-mid)}
.testimonials h2{color:var(--white)}
.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}
.testimonial-card{background:rgba(255,255,255,.05);border:1px solid rgba(201,168,76,.15);padding:2.5rem;position:relative}
.testimonial-card::before{content:'"';font-family:var(--font-display);font-size:5rem;color:var(--gold);opacity:.3;position:absolute;top:1rem;left:2rem;line-height:1}
.testimonial-text{font-family:var(--font-display);font-size:1.05rem;font-style:italic;color:var(--slate-light);margin-bottom:1.5rem;position:relative;z-index:1}
.testimonial-author{font-size:.9rem;font-weight:600;color:var(--white)}
.testimonial-company{font-size:.8rem;color:var(--gold);margin-top:.2rem}
.stars{color:var(--gold);font-size:.9rem;margin-bottom:1rem}
.industries-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2.5rem}
.industry-item{padding:1.5rem;border:var(--border-gold);background:var(--white);display:flex;align-items:center;gap:1rem;font-weight:500;color:var(--navy);font-size:.9rem;transition:var(--transition)}
.industry-item:hover{background:var(--navy);color:var(--white);border-color:var(--navy)}
.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0}
.process-step{padding:2.5rem 2rem;position:relative}
.step-number{font-family:var(--font-display);font-size:4rem;font-weight:700;color:rgba(201,168,76,.15);line-height:1;margin-bottom:1rem}
.process-step h4{color:var(--navy);margin-bottom:.5rem}
.contact-section{background:var(--navy)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem}
.contact-info h2{color:var(--white);margin-bottom:1.5rem}
.contact-info p{color:var(--slate-light);margin-bottom:2rem}
.contact-detail{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}
.contact-icon{width:44px;height:44px;background:rgba(201,168,76,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold);font-size:1.1rem}
.contact-text-label{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:.2rem}
.contact-text-value{color:var(--white);font-size:.95rem}
.contact-form-wrap{background:var(--white);padding:3rem}
.contact-form-wrap h3{color:var(--navy);margin-bottom:2rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-group{margin-bottom:1.2rem}
.form-group label{display:block;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--charcoal);margin-bottom:.4rem}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.85rem 1rem;border:1px solid #E2E8F0;background:var(--ivory);font-family:var(--font-body);font-size:.95rem;color:var(--navy);outline:none;transition:var(--transition)}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);background:var(--white)}
.form-group textarea{height:130px;resize:vertical}
#site-footer{background:var(--navy);border-top:1px solid rgba(201,168,76,.15)}
.footer-top{padding:4rem 0 3rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}
.footer-brand p{color:var(--slate);font-size:.88rem;margin-top:1rem;max-width:280px}
.footer-col h5{font-family:var(--font-body);font-size:.78rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:.6rem}
.footer-col ul a{font-size:.88rem;color:var(--slate)}
.footer-col ul a:hover{color:var(--gold)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between}
.footer-copy{font-size:.82rem;color:var(--slate)}
.footer-links{display:flex;gap:1.5rem}
.footer-links a{font-size:.82rem;color:var(--slate)}
.page-hero{background:var(--navy);padding:5rem 0 5rem;position:relative;overflow:hidden}
.page-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}
.page-hero h1{color:var(--white)}
.page-hero p{color:var(--slate-light);max-width:600px;margin-top:1rem}
.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--slate);margin-bottom:1rem}
.breadcrumb a{color:var(--gold)}
.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}
.blog-card{background:var(--white);overflow:hidden;border:var(--border-gold);transition:var(--transition)}
.blog-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.blog-thumb{width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,var(--navy-mid),var(--navy-light));display:flex;align-items:center;justify-content:center;font-size:3rem}
.blog-content{padding:1.8rem}
.blog-meta{display:flex;gap:1rem;font-size:.78rem;color:var(--slate);margin-bottom:.75rem}
.blog-cat{color:var(--gold);font-weight:600}
.blog-card h3{font-size:1.2rem;margin-bottom:.6rem}
.blog-card p{font-size:.88rem}
.read-more{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--gold);margin-top:1rem}
.faq-list{max-width:800px;margin:3rem auto 0}
.faq-item{border-bottom:var(--border-gold);padding:1.5rem 0}
.faq-question{font-family:var(--font-display);font-size:1.2rem;color:var(--navy);cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600}
.faq-answer{font-size:.9rem;color:var(--slate);max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}
.faq-item.open .faq-answer{max-height:300px;padding-top:1rem}
.faq-toggle{color:var(--gold);font-size:1.3rem;transition:var(--transition)}
.faq-item.open .faq-toggle{transform:rotate(45deg)}
.cta-banner{background:var(--gold);padding:5rem 0;text-align:center}
.cta-banner h2{color:var(--navy);margin-bottom:1rem}
.cta-banner p{color:var(--navy-mid);max-width:600px;margin:0 auto 2rem}
.value-list{list-style:none;margin:2rem 0}
.value-list li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.2rem;font-size:.95rem;color:var(--charcoal)}
.value-list li::before{content:'◆';color:var(--gold);font-size:.7rem;margin-top:.3rem;flex-shrink:0}
@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.fade-up{animation:fadeUp .7s ease both}
@media(max-width:1024px){.about-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}.stats-inner{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){#main-nav{display:none}#main-nav.open{display:flex;position:fixed;inset:0;background:var(--navy);flex-direction:column;align-items:center;justify-content:center;z-index:999}#main-nav.open ul{flex-direction:column;text-align:center;gap:2rem}#main-nav.open ul a{font-size:1.5rem}.hamburger{display:flex;z-index:1001;position:relative}.nav-cta{display:none}.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.hero-stats{gap:1.5rem;flex-wrap:wrap}.form-row{grid-template-columns:1fr}.stats-inner{grid-template-columns:repeat(2,1fr)}.about-experience-badge{left:0}}
