@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:wght@300;400;500;600;700&family=Barlow+Condensed:wght@400;600;700&display=swap');

:root {
  --black: #0a0a0a;
  --white: #ffffff;
  --off-white: #f5f5f3;
  --light-gray: #e8e8e6;
  --mid-gray: #9a9a9a;
  --dark-gray: #2a2a2a;
  --accent-gold: #c9a84c;
  --accent-blue: #1a3a5c;
  --text-primary: #0a0a0a;
  --text-secondary: #4a4a4a;
  --nav-height: 80px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif; background: var(--white); color: var(--text-primary); overflow-x: hidden; line-height: 1.6; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; height: var(--nav-height); background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,0.08); z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 0 60px; transition: all 0.3s ease; }
nav.scrolled { box-shadow: 0 2px 30px rgba(0,0,0,0.12); }
.nav-logo { height: 36px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-primary); text-decoration: none; transition: color 0.2s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--accent-gold); transition: width 0.3s ease; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a:hover { color: var(--accent-gold); }
.nav-cta { background: var(--black) !important; color: var(--white) !important; padding: 10px 22px; }
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--accent-gold) !important; color: var(--black) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; }
.hamburger span { width: 24px; height: 2px; background: var(--black); transition: all 0.3s; }
.mobile-nav { display: none; position: fixed; top: var(--nav-height); left: 0; right: 0; background: var(--white); padding: 20px 30px 30px; border-bottom: 1px solid var(--light-gray); z-index: 999; flex-direction: column; gap: 4px; }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-family: 'Barlow Condensed', sans-serif; font-size: 16px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-primary); text-decoration: none; padding: 12px 0; border-bottom: 1px solid var(--off-white); }

/* HERO */
.hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; background: var(--black); padding-top: var(--nav-height); }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,10,10,0.95) 0%, rgba(26,58,92,0.6) 50%, rgba(10,10,10,0.95) 100%), url('https://images.unsplash.com/photo-1446776811953-b23d57bd21aa?w=1800&q=80') center/cover no-repeat; }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(201,168,76,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,0.05) 1px, transparent 1px); background-size: 60px 60px; }
.hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 0 60px; width: 100%; }
.hero-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: var(--accent-gold); margin-bottom: 24px; opacity: 0; animation: fadeUp 0.8s ease 0.2s forwards; }
.hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(64px, 9vw, 130px); line-height: 0.92; color: var(--white); margin-bottom: 30px; opacity: 0; animation: fadeUp 0.8s ease 0.4s forwards; }
.hero-title span { color: var(--accent-gold); display: block; }
.hero-subtitle { font-size: 17px; font-weight: 300; color: rgba(255,255,255,0.7); max-width: 540px; line-height: 1.7; margin-bottom: 48px; opacity: 0; animation: fadeUp 0.8s ease 0.6s forwards; }
.hero-actions { display: flex; gap: 20px; align-items: center; opacity: 0; animation: fadeUp 0.8s ease 0.8s forwards; }
.btn-primary { background: var(--accent-gold); color: var(--black); padding: 16px 36px; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none; transition: all 0.2s; display: inline-block; }
.btn-primary:hover { background: var(--white); transform: translateY(-2px); }
.btn-secondary { color: var(--white); font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.4); padding-bottom: 4px; transition: all 0.2s; }
.btn-secondary:hover { color: var(--accent-gold); border-color: var(--accent-gold); }
.hero-stats { position: absolute; bottom: 60px; right: 60px; display: flex; gap: 48px; opacity: 0; animation: fadeUp 0.8s ease 1s forwards; }
.hero-stat-number { font-family: 'Bebas Neue', sans-serif; font-size: 42px; color: var(--accent-gold); line-height: 1; }
.hero-stat-label { font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.hero-scroll { position: absolute; bottom: 40px; left: 60px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.4); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0; animation: fadeUp 0.8s ease 1.2s forwards; }
.scroll-line { width: 40px; height: 1px; background: rgba(255,255,255,0.2); position: relative; overflow: hidden; }
.scroll-line::after { content: ''; position: absolute; left: -100%; top: 0; width: 100%; height: 100%; background: var(--accent-gold); animation: scrollLine 2s ease infinite; }
@keyframes scrollLine { 0% { left: -100%; } 100% { left: 100%; } }

/* SECTIONS */
.section { padding: 100px 60px; max-width: 1200px; margin: 0 auto; }
.section-full { padding: 100px 60px; }
.section-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; color: var(--accent-gold); margin-bottom: 16px; }
.section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(42px, 5vw, 68px); line-height: 1; color: var(--text-primary); margin-bottom: 24px; }
.section-title.white { color: var(--white); }
.section-body { font-size: 16px; color: var(--text-secondary); line-height: 1.8; max-width: 600px; }
.divider { width: 48px; height: 3px; background: var(--accent-gold); margin-bottom: 32px; }

/* TICKER */
.ticker-wrap { background: var(--accent-gold); padding: 14px 0; overflow: hidden; white-space: nowrap; }
.ticker-inner { display: inline-flex; animation: ticker 35s linear infinite; }
.ticker-item { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--black); padding: 0 40px; }
.ticker-item::before { content: '★'; margin-right: 40px; opacity: 0.4; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* SERVICES */
.services-band { background: var(--off-white); padding: 80px 0; }
.services-inner { max-width: 1200px; margin: 0 auto; padding: 0 60px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 60px; background: var(--light-gray); }
.service-card { background: var(--white); padding: 48px 36px; transition: all 0.3s ease; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: var(--accent-gold); transition: width 0.4s ease; }
.service-card:hover::before { width: 100%; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,0.1); z-index: 1; }
.service-number { font-family: 'Bebas Neue', sans-serif; font-size: 48px; color: var(--light-gray); line-height: 1; margin-bottom: 16px; transition: color 0.3s; }
.service-card:hover .service-number { color: var(--accent-gold); }
.service-name { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--black); margin-bottom: 12px; }
.service-desc { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }

/* DARK BAND */
.dark-band { background: var(--black); position: relative; overflow: hidden; }
.dark-band-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px); background-size: 60px 60px; }

/* ABOUT */
.about-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 600px; }
.about-image { position: relative; overflow: hidden; min-height: 500px; }
.about-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(20%); transition: filter 0.5s; }
.about-image:hover img { filter: grayscale(0%); }
.about-image-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(26,58,92,0.3) 0%, transparent 60%); }
.about-content { background: var(--black); padding: 80px 70px; display: flex; flex-direction: column; justify-content: center; }
.about-content .section-body { color: rgba(255,255,255,0.65); max-width: 100%; }

/* CAPABILITIES */
.cap-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 60px; }
.cap-item { padding: 40px; border: 1px solid var(--light-gray); position: relative; transition: all 0.3s; }
.cap-item:hover { border-color: var(--accent-gold); box-shadow: 0 8px 40px rgba(0,0,0,0.06); }
.cap-icon { font-size: 28px; margin-bottom: 20px; }
.cap-title { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--black); margin-bottom: 12px; }
.cap-text { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }

/* CAP ICON REPLACEMENT */
.cap-icon-shape { width: 44px; height: 44px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; }
.cap-icon-shape svg { width: 100%; height: 100%; }

/* CLIENTS */
.clients-section { background: var(--off-white); padding: 80px 60px; text-align: center; }
.clients-logos { display: flex; justify-content: center; align-items: center; gap: 40px; margin-top: 50px; flex-wrap: wrap; }
.client-logo { font-family: 'Barlow Condensed', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mid-gray); border: 1px solid var(--light-gray); padding: 14px 28px; transition: all 0.2s; }
.client-logo:hover { color: var(--black); border-color: var(--black); }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 80px; align-items: start; }
.form-group { margin-bottom: 24px; }
.form-group label { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: var(--text-secondary); margin-bottom: 8px; }
.form-group input, .form-group textarea, .form-group select { width: 100%; border: 1px solid var(--light-gray); border-radius: 0; padding: 14px 16px; font-family: 'Barlow', sans-serif; font-size: 15px; color: var(--text-primary); background: var(--white); transition: border-color 0.2s; outline: none; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--black); }
.form-group textarea { min-height: 140px; resize: vertical; }
.form-submit { background: var(--black); color: var(--white); border: none; padding: 18px 48px; font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; transition: all 0.2s; width: 100%; }
.form-submit:hover { background: var(--accent-gold); color: var(--black); }

/* PAGE HERO */
.page-hero { background: var(--black); padding: 160px 60px 80px; position: relative; overflow: hidden; }
.page-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(201,168,76,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,0.05) 1px, transparent 1px); background-size: 60px 60px; }
.page-hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; }
.page-hero-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; color: var(--accent-gold); margin-bottom: 16px; }
.page-hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(52px, 6vw, 88px); color: var(--white); line-height: 0.95; }
.page-hero-sub { font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.6); max-width: 560px; line-height: 1.7; margin-top: 20px; }

/* FOOTER */
footer { background: var(--black); border-top: 1px solid rgba(255,255,255,0.06); }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; padding: 80px 60px 60px; max-width: 1200px; margin: 0 auto; }
.footer-brand-name { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: var(--white); letter-spacing: 0.05em; margin-bottom: 20px; line-height: 1; }
.footer-brand-name span { color: var(--accent-gold); }
.footer-brand-desc { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.8; max-width: 260px; }
.footer-col-title { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: var(--accent-gold); margin-bottom: 20px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 24px 60px; max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.3); }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { font-size: 12px; color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.2s; }
.footer-legal a:hover { color: rgba(255,255,255,0.7); }

/* PRESS RELEASE */
.pr-grid { display: grid; gap: 2px; background: var(--light-gray); }
.pr-card { background: var(--white); padding: 40px; display: grid; grid-template-columns: 100px 1fr auto; gap: 32px; align-items: center; transition: all 0.2s; cursor: pointer; }
.pr-card:hover { background: var(--off-white); }
.pr-date-day { font-family: 'Bebas Neue', sans-serif; font-size: 48px; color: var(--black); line-height: 1; }
.pr-date-month { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-gold); }
.pr-tag { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: var(--black); background: var(--accent-gold); padding: 3px 10px; display: inline-block; margin-bottom: 10px; }
.pr-title { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 700; color: var(--black); margin-bottom: 8px; line-height: 1.3; }
.pr-excerpt { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }
.pr-arrow { font-size: 22px; color: var(--light-gray); transition: color 0.2s; }
.pr-card:hover .pr-arrow { color: var(--accent-gold); }

/* PR MODAL */
.pr-modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 2000; align-items: center; justify-content: center; padding: 40px; }
.pr-modal-overlay.open { display: flex; }
.pr-modal { background: var(--white); max-width: 760px; width: 100%; max-height: 80vh; overflow-y: auto; padding: 60px; position: relative; }
.pr-modal-close { position: absolute; top: 20px; right: 24px; font-size: 28px; cursor: pointer; color: var(--mid-gray); background: none; border: none; line-height: 1; }
.pr-modal-close:hover { color: var(--black); }
.pr-modal-tag { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: var(--black); background: var(--accent-gold); padding: 3px 10px; display: inline-block; margin-bottom: 20px; }
.pr-modal-date { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mid-gray); margin-bottom: 16px; }
.pr-modal-title { font-family: 'Bebas Neue', sans-serif; font-size: 42px; line-height: 1; margin-bottom: 24px; }
.pr-modal-divider { width: 48px; height: 3px; background: var(--accent-gold); margin-bottom: 28px; }
.pr-modal-body { font-size: 15px; color: var(--text-secondary); line-height: 1.9; }
.pr-modal-body p { margin-bottom: 16px; }

/* SITEMAP */
.sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 60px; }
.sitemap-col-title { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: var(--black); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--accent-gold); }
.sitemap-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.sitemap-links a { font-size: 14px; color: var(--text-secondary); text-decoration: none; transition: color 0.2s; display: flex; align-items: center; gap: 8px; }
.sitemap-links a::before { content: '→'; color: var(--accent-gold); font-size: 12px; }
.sitemap-links a:hover { color: var(--black); }

/* LEGAL */
.legal-content { max-width: 800px; margin: 0 auto; padding: 80px 60px; }
.legal-content h2 { font-family: 'Bebas Neue', sans-serif; font-size: 32px; margin: 40px 0 16px; color: var(--black); }
.legal-content h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; margin: 28px 0 12px; color: var(--black); }
.legal-content p { font-size: 15px; color: var(--text-secondary); line-height: 1.8; margin-bottom: 16px; }
.legal-content ul { padding-left: 20px; margin-bottom: 16px; }
.legal-content ul li { font-size: 15px; color: var(--text-secondary); line-height: 1.8; margin-bottom: 8px; }
.legal-effective { font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-gold); margin-bottom: 40px; }
.leader-card { display: grid; grid-template-columns: 260px 1fr; gap: 60px; align-items: start; padding: 60px 0; border-bottom: 1px solid var(--light-gray); }
.leader-image-placeholder { width: 100%; aspect-ratio: 3/4; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--dark-gray), var(--black)); color: var(--accent-gold); font-family: 'Bebas Neue', sans-serif; font-size: 80px; }
.leader-name { font-family: 'Bebas Neue', sans-serif; font-size: 48px; line-height: 1; margin-bottom: 4px; }
.leader-role { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent-gold); margin-bottom: 24px; }
.leader-bio { font-size: 15px; color: var(--text-secondary); line-height: 1.8; }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  nav { padding: 0 30px; }
  .section, .section-full { padding: 70px 30px; }
  .services-inner { padding: 0 30px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-strip { grid-template-columns: 1fr; }
  .about-content { padding: 60px 40px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px; padding: 60px 30px 40px; }
  .footer-bottom { padding: 20px 30px; }
  .hero-stats { display: none; }
  .cap-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .sitemap-grid { grid-template-columns: repeat(2, 1fr); }
  .legal-content { padding: 60px 30px; }
  .pr-card { grid-template-columns: 80px 1fr auto; gap: 20px; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-content { padding: 0 30px; }
  .hero-scroll { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .page-hero { padding: 130px 30px 60px; }
  .clients-logos { gap: 16px; }
  .sitemap-grid { grid-template-columns: 1fr; }
  .leader-card { grid-template-columns: 1fr; }
  .pr-card { grid-template-columns: 1fr; gap: 16px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .clients-section { padding: 60px 30px; }
  .pr-modal { padding: 40px 24px; }
}
