*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; font-size:16px; }
body { font-family:'Inter',sans-serif; color:#b8ccde; background:#0b1929; line-height:1.7; -webkit-font-smoothing:antialiased; }
img { max-width:100%; display:block; }
a { text-decoration:none; color:inherit; }
button { cursor:pointer; border:none; background:none; font-family:inherit; }
:root {
  --bg: #0b1929; --bg2: #0f2035; --bg3: #13263f;
  --accent: #4a87c8; --accent-light: #6ba5d9; --accent-dark: #2d6bad;
  --text: #b8ccde; --text-muted: #5f82a0; --text-bright: #eaf1f8;
  --border: rgba(74,135,200,0.22); --border-subtle: rgba(255,255,255,0.07);
}

/* NAV */
.nav { position:fixed; top:0; left:0; right:0; z-index:100; padding:1.5rem 4rem; display:flex; align-items:center; justify-content:space-between; background:rgba(11,25,41,0.93); backdrop-filter:blur(20px); border-bottom:1px solid transparent; transition:border-color 0.4s; }
.nav.scrolled { border-bottom-color:var(--border); }
.nav-logo { display:flex; align-items:center; gap:0.4rem; text-decoration:none; }
.nav-logo .logo-wordmark { font-family:'Barlow Condensed',sans-serif; font-size:2.3rem; font-weight:800; letter-spacing:0.04em; color:var(--text-bright); line-height:1; display:flex; align-items:center; gap:0; }
.nav-logo .logo-x-svg { height:1.45rem; width:auto; display:inline-block; margin-left:2px; }
.nav-logo .logo-divider { display:inline-block; width:1px; height:1.35rem; background:var(--border-subtle); margin:0 0.35rem; align-self:center; }
.nav-logo .logo-advisory { font-family:'Inter',sans-serif; font-size:0.68rem; font-weight:600; letter-spacing:0.3em; text-transform:uppercase; color:var(--text-muted); line-height:1; }
.nav-links { display:flex; gap:2.5rem; align-items:center; }
.nav-links a { font-size:0.72rem; font-weight:500; letter-spacing:0.14em; text-transform:uppercase; color:var(--text-muted); transition:color 0.3s; }
.nav-links a:hover, .nav-links a.active { color:var(--accent-light); }
.nav-cta { font-size:0.7rem; font-weight:600; letter-spacing:0.12em; text-transform:uppercase; padding:0.65rem 1.6rem; border:1px solid var(--accent); color:var(--accent-light); transition:background 0.3s, color 0.3s; border-radius:2px; }
.nav-cta:hover { background:var(--accent); color:#fff; }
.nav-cta.active { background:var(--accent); color:#fff; }
.nav-toggle { display:none; flex-direction:column; gap:5px; cursor:pointer; }
.nav-toggle span { display:block; width:24px; height:1.5px; background:var(--accent-light); transition:0.3s; }

/* PAGE HERO */
.page-hero { padding:10rem 4rem 5rem; text-align:center; position:relative; border-bottom:1px solid var(--border-subtle); }
.page-hero::before { content:''; position:absolute; top:0; left:0; right:0; bottom:0; background:radial-gradient(ellipse 50% 80% at 50% 0%, rgba(74,135,200,0.07) 0%, transparent 70%); pointer-events:none; }
.page-hero .page-label { font-size:0.65rem; font-weight:600; letter-spacing:0.3em; text-transform:uppercase; color:var(--accent-light); margin-bottom:1rem; display:flex; align-items:center; justify-content:center; gap:1rem; }
.page-hero .page-label .line { display:inline-block; width:28px; height:1px; background:var(--accent); opacity:0.5; }
.page-hero h1 { font-family:'Playfair Display',serif; font-size:clamp(2.2rem,4vw,3.8rem); font-weight:400; color:var(--text-bright); line-height:1.15; max-width:700px; margin:0 auto 2.75rem; }
.page-hero h1 em { font-style:italic; color:var(--accent-light); }
.page-hero p { font-size:1rem; color:var(--text-muted); max-width:640px; margin:0 auto; line-height:2.05; font-weight:300; }
.page-hero p + p { margin-top:1.75rem; }

/* HERO (home) */
.hero { min-height:100vh; display:flex; align-items:center; justify-content:center; text-align:center; padding:8rem 3rem 6rem; position:relative; overflow:hidden; }
.hero::before { content:''; position:absolute; top:0; left:0; right:0; bottom:0; background:radial-gradient(ellipse 55% 50% at 50% 35%, rgba(74,135,200,0.07) 0%, transparent 70%), radial-gradient(ellipse 60% 40% at 80% 80%, rgba(74,135,200,0.03) 0%, transparent 60%); pointer-events:none; }
.hero::after { content:''; position:absolute; bottom:0; left:0; right:0; height:1px; background:linear-gradient(90deg, transparent, var(--accent-dark), transparent); opacity:0.4; }
.hero-overline { font-size:0.67rem; font-weight:600; letter-spacing:0.3em; text-transform:uppercase; color:var(--accent-light); margin-bottom:1.75rem; display:flex; align-items:center; justify-content:center; gap:1.25rem; }
.hero-overline .line { display:inline-block; width:36px; height:1px; background:var(--accent); opacity:0.5; }
.hero h1 { font-family:'Playfair Display',serif; font-size:clamp(2.6rem,5vw,4.8rem); font-weight:400; line-height:1.1; color:var(--text-bright); max-width:860px; margin:0 auto 1.75rem; }
.hero h1 em { font-style:italic; color:var(--accent-light); }
.hero-sub { font-size:1.02rem; color:var(--text-muted); max-width:640px; margin:0 auto 3.5rem; line-height:1.9; font-weight:300; }
.hero-inner { max-width:900px; margin:0 auto; }
.hero-pillars { display:grid; grid-template-columns:repeat(3,1fr); gap:0.85rem; margin:3rem auto 4.5rem; text-align:left; }
.hero-pillar { display:block; padding:2.25rem 2rem; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.07); text-decoration:none; transition:border-color 0.3s, background 0.3s, box-shadow 0.3s, transform 0.25s; }
.hero-pillar:hover { background:rgba(74,135,200,0.07); border-color:rgba(74,135,200,0.28); box-shadow:0 4px 24px rgba(0,0,0,0.25), 0 0 0 1px rgba(74,135,200,0.1); transform:translateY(-2px); }
.hero-pillar h3 { font-family:'Playfair Display',serif; font-size:0.95rem; font-weight:500; color:var(--text-bright); margin-bottom:0.4rem; line-height:1.35; }
.hero-pillar p { font-size:0.78rem; color:var(--text-muted); line-height:1.65; font-weight:300; }
.hero-actions { display:flex; gap:1.25rem; justify-content:center; flex-wrap:wrap; }
.btn-accent { display:inline-flex; align-items:center; gap:0.6rem; font-size:0.72rem; font-weight:600; letter-spacing:0.12em; text-transform:uppercase; padding:1rem 2.5rem; background:var(--accent); color:#fff; border:1px solid var(--accent); transition:background 0.3s, transform 0.25s; border-radius:2px; }
.btn-accent:hover { background:var(--accent-dark); transform:translateY(-2px); }
.btn-accent svg { width:14px; height:14px; }
.btn-cta { text-transform:none; letter-spacing:0.05em; font-size:0.88rem; }
.btn-outline { display:inline-flex; align-items:center; gap:0.6rem; font-size:0.72rem; font-weight:500; letter-spacing:0.12em; text-transform:uppercase; padding:1rem 2.5rem; background:transparent; color:var(--text); border:1px solid var(--border-subtle); transition:border-color 0.3s, color 0.3s, transform 0.25s; border-radius:2px; }
.btn-outline:hover { border-color:var(--accent); color:var(--accent-light); transform:translateY(-2px); }

/* SECTIONS */
.section { padding:7rem 4rem; max-width:1200px; margin:0 auto; }

/* SERVICES */
.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; margin-top:3.5rem; }
.service-card { padding:2.5rem 2rem; border:1px solid var(--border-subtle); background:rgba(255,255,255,0.015); position:relative; overflow:hidden; transition:border-color 0.4s, background 0.4s, transform 0.3s; cursor:default; scroll-margin-top:6rem; }
.service-card::before { content:''; position:absolute; top:0; left:0; width:100%; height:2px; background:linear-gradient(90deg, var(--accent), var(--accent-dark)); opacity:0; transition:opacity 0.4s; }
.service-card:hover { border-color:var(--border); background:rgba(74,135,200,0.05); transform:translateY(-3px); }
.service-card:hover::before { opacity:1; }
.service-card h3 { font-family:'Playfair Display',serif; font-size:1.2rem; font-weight:500; color:var(--text-bright); margin-bottom:0.4rem; }
.service-card .tagline { font-size:0.78rem; font-weight:500; letter-spacing:0.05em; color:var(--accent-light); margin-bottom:0.85rem; font-style:italic; }
.service-card p { font-size:0.84rem; color:var(--text-muted); line-height:1.75; font-weight:300; }
.service-card ul { list-style:none; margin-top:1.1rem; display:flex; flex-direction:column; gap:0.4rem; }
.service-card ul li { font-size:0.8rem; color:var(--text-muted); font-weight:300; padding-left:1rem; position:relative; line-height:1.5; }
.service-card ul li::before { content:''; position:absolute; left:0; top:0.55em; width:4px; height:4px; border-radius:50%; background:var(--accent); opacity:0.6; }
.service-card.highlight { border-color:rgba(74,135,200,0.25); background:rgba(74,135,200,0.07); }

/* ABOUT */
.about-section { padding:7rem 4rem 8rem; max-width:1200px; margin:0 auto; display:flex; flex-direction:column; gap:2rem; }
.about-card { padding:2.5rem 2rem; border:1px solid var(--border-subtle); background:rgba(255,255,255,0.015); position:relative; overflow:hidden; }
.about-card::before { content:''; position:absolute; top:0; left:0; width:100%; height:2px; background:linear-gradient(90deg, var(--accent), var(--accent-dark)); opacity:0; transition:opacity 0.4s; }
.about-card.featured { border-color:rgba(74,135,200,0.28); background:rgba(74,135,200,0.07); }
.about-card.featured::before { opacity:1; }
.about-card-split { display:grid; grid-template-columns:1fr 1.6fr; gap:4rem; align-items:start; padding:3rem 2.5rem; }
.about-card-split .about-card-left { display:flex; flex-direction:column; gap:0.75rem; }
.about-row { display:grid; grid-template-columns:1fr 1fr; gap:1.5rem; }
.about-card.closing { text-align:center; padding:3rem 4rem; }
.about-label { font-size:0.62rem; font-weight:600; letter-spacing:0.25em; text-transform:uppercase; color:var(--accent-light); display:block; margin-bottom:0.6rem; }
.about-card h2 { font-family:'Playfair Display',serif; font-size:clamp(1.45rem,2.2vw,1.95rem); font-weight:400; color:var(--text-bright); line-height:1.2; margin-bottom:0; }
.about-card.featured h2 { font-size:clamp(1.6rem,2.4vw,2.15rem); }
.about-card.closing h2 { font-size:clamp(1.6rem,2.4vw,2.15rem); margin-bottom:1.25rem; }
.about-card .about-tagline { font-size:0.78rem; font-weight:400; color:var(--accent-light); font-style:italic; margin-bottom:1rem; margin-top:0.35rem; display:block; }
.about-card p { font-size:0.88rem; color:var(--text-muted); line-height:1.82; font-weight:300; margin-bottom:1rem; }
.about-card p:last-of-type { margin-bottom:0; }
.about-card ul { list-style:none; margin-top:0.85rem; margin-bottom:1rem; display:flex; flex-direction:column; gap:0.5rem; }
.about-card ul li { font-size:0.84rem; color:var(--text-muted); font-weight:300; padding-left:1rem; position:relative; line-height:1.65; }
.about-card ul li::before { content:''; position:absolute; left:0; top:0.6em; width:4px; height:4px; border-radius:50%; background:var(--accent); opacity:0.6; }

/* MINIMAL CTA */
.minimal-cta { padding:4rem; text-align:center; border-top:1px solid var(--border-subtle); }

/* INSIGHTS */
.insights-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:2rem; margin-top:3.5rem; }
.insight-card { padding:2.5rem 2rem; border:1px solid var(--border-subtle); background:rgba(255,255,255,0.01); display:flex; flex-direction:column; gap:1rem; transition:border-color 0.3s, transform 0.3s; }
.insight-card:hover { border-color:var(--border); transform:translateY(-2px); }
.insight-tag { font-size:0.62rem; font-weight:600; letter-spacing:0.18em; text-transform:uppercase; color:var(--accent-light); }
.insight-card h3 { font-family:'Playfair Display',serif; font-size:1.08rem; font-weight:500; color:var(--text-bright); line-height:1.35; flex-grow:1; }
.insight-card p { font-size:0.82rem; color:var(--text-muted); line-height:1.7; font-weight:300; }

/* CONTACT */
.contact-body { max-width:600px; margin:0 auto; padding:5rem 4rem 6rem; }
.contact-email-block { margin-bottom:4rem; padding-bottom:4rem; border-bottom:1px solid var(--border-subtle); }
.contact-email-label { font-size:0.62rem; font-weight:600; letter-spacing:0.25em; text-transform:uppercase; color:var(--accent-light); display:block; margin-bottom:0.85rem; }
.contact-email-address { font-family:'Playfair Display',serif; font-size:clamp(1.3rem,2.2vw,1.7rem); font-weight:400; color:var(--text-bright); }
.contact-email-address a { color:var(--text-bright); text-decoration:none; transition:color 0.3s; }
.contact-email-address a:hover { color:var(--accent-light); }
.contact-form-label { font-size:0.78rem; font-weight:500; color:var(--text-muted); margin-bottom:2rem; display:block; }
.contact-form { display:flex; flex-direction:column; gap:1.25rem; }
.form-group { display:flex; flex-direction:column; }
.form-group label { font-size:0.62rem; font-weight:600; letter-spacing:0.15em; text-transform:uppercase; color:var(--text-muted); margin-bottom:0.4rem; }
.form-group input, .form-group textarea { font-family:'Inter',sans-serif; font-size:0.88rem; font-weight:300; padding:0.85rem 1rem; border:1px solid var(--border-subtle); background:var(--bg); color:var(--text); transition:border-color 0.3s; outline:none; border-radius:2px; }
.form-group input:focus, .form-group textarea:focus { border-color:var(--accent); }
.form-group textarea { resize:vertical; min-height:130px; }
.form-optional-label { font-size:0.62rem; color:var(--text-muted); opacity:0.6; margin-left:0.4rem; font-weight:300; letter-spacing:0; text-transform:none; }
.form-actions { display:flex; flex-direction:column; gap:0.85rem; margin-top:0.5rem; }
.form-submit { font-family:'Inter',sans-serif; font-size:0.82rem; font-weight:500; letter-spacing:0.06em; padding:1rem 2.5rem; background:var(--accent); color:#fff; border:1px solid var(--accent); transition:background 0.3s; border-radius:2px; align-self:flex-start; cursor:pointer; }
.form-submit:hover { background:var(--accent-dark); border-color:var(--accent-dark); }
.form-note { font-size:0.78rem; color:var(--text-muted); font-weight:300; opacity:0.7; }
.contact-location { text-align:center; padding:2rem 4rem 3rem; font-size:0.75rem; font-weight:400; letter-spacing:0.1em; color:var(--text-muted); opacity:0.5; }

/* FOOTER */
.footer { padding:4rem; border-top:1px solid var(--border-subtle); }
.footer-inner { max-width:1200px; margin:0 auto; display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:3rem; }
.footer-brand .footer-logo { font-family:'Barlow Condensed',sans-serif; font-size:1.8rem; font-weight:800; color:var(--text-bright); margin-bottom:0.15rem; letter-spacing:0.04em; display:flex; align-items:center; gap:0; }
.footer-brand .footer-logo .logo-x-svg { height:1.1rem; width:auto; display:inline-block; margin-left:2px; }
.footer-brand .footer-sub { font-size:0.6rem; font-weight:600; letter-spacing:0.28em; text-transform:uppercase; color:var(--text-muted); margin-bottom:0.75rem; }
.footer-brand .tagline { font-size:0.78rem; color:var(--text-muted); font-weight:300; max-width:260px; line-height:1.7; }
.footer-col h4 { font-size:0.62rem; font-weight:600; letter-spacing:0.2em; text-transform:uppercase; color:var(--accent-light); margin-bottom:1rem; }
.footer-col a { display:block; font-size:0.82rem; color:var(--text-muted); margin-bottom:0.6rem; font-weight:300; transition:color 0.25s; }
.footer-col a:hover { color:var(--accent-light); }
.footer-bottom { max-width:1200px; margin:2.5rem auto 0; padding-top:2rem; border-top:1px solid var(--border-subtle); display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:1rem; }
.footer-bottom p { font-size:0.72rem; color:var(--text-muted); font-weight:300; }
.footer-bottom a { font-family:'Inter',sans-serif; font-size:0.72rem; font-weight:300; letter-spacing:0.03em; color:var(--text-muted); transition:color 0.25s; }
.footer-bottom a:hover { color:var(--accent-light); }

/* ANIMATIONS */
.fade-up { opacity:0; transform:translateY(35px); transition:opacity 0.8s ease, transform 0.8s ease; }
.fade-up.visible { opacity:1; transform:translateY(0); }
.fade-up.d1 { transition-delay:0.1s; }
.fade-up.d2 { transition-delay:0.2s; }
.fade-up.d3 { transition-delay:0.3s; }

/* RESPONSIVE */
@media (max-width:960px) {
  .nav { padding:1.25rem 1.5rem; }
  .nav-links { display:none; }
  .nav-toggle { display:flex; }
  .nav-links.open { display:flex; flex-direction:column; position:absolute; top:100%; left:0; right:0; background:var(--bg); padding:2rem; gap:1.5rem; border-bottom:1px solid var(--border-subtle); }
  .page-hero { padding:8rem 1.5rem 4rem; }
  .hero { padding:7rem 1.5rem 4rem; }
  .section { padding:5rem 1.5rem; }
  .hero-pillars { grid-template-columns:1fr 1fr; }
  .services-grid { grid-template-columns:1fr; }
  .about-card-split { grid-template-columns:1fr; gap:2rem; }
  .about-row { grid-template-columns:1fr; }
  .insights-grid { grid-template-columns:1fr; }
  .contact-body { padding:4rem 1.5rem 5rem; }
  .footer { padding:3rem 1.5rem; }
  .footer-inner { flex-direction:column; }
  .footer-bottom { flex-direction:column; text-align:center; }
}
@media (max-width:600px) {
  .hero-pillars { grid-template-columns:1fr; }
  .services-grid { grid-template-columns:1fr; }
  .insights-grid { grid-template-columns:1fr; }
}
