*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}
body{background:#000;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#e2e8f0;overflow-x:hidden}

/* ── SPLASH ──────────────────────────────────────────── */

/* ── SITE ──────────────────────────────────────────── */
#site{opacity:1}

/* ── NAV ──────────────────────────────────────────── */
.nav{display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;height:58px;background:#000;border-bottom:.5px solid #222;position:sticky;top:0;z-index:100}
.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.nav-logo img{width:26px;height:26px;object-fit:contain}
.nav-logo-text{font-size:13px;font-weight:700;color:#fff;letter-spacing:.1em;text-transform:uppercase}
.nav-links{display:flex;gap:2rem}
.nav-links a{font-size:13px;color:#666;text-decoration:none;transition:color .15s}
.nav-links a:hover{color:#fff}
.nav-cta{font-size:11px;color:#dc2626;border:.5px solid #dc2626;padding:6px 16px;border-radius:3px;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;transition:all .15s}
.nav-cta:hover{background:#dc2626;color:#fff}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:transparent;border:none;z-index:200}
.hamburger span{display:block;width:22px;height:2px;background:#888;border-radius:1px;transition:all .25s}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.mobile-menu{display:none;position:fixed;top:58px;left:0;right:0;background:#000;border-bottom:.5px solid #222;z-index:99;flex-direction:column;padding:.5rem 0}
.mobile-menu.open{display:flex}
.mobile-menu a{font-size:14px;color:#888;text-decoration:none;padding:.85rem 1.5rem;border-bottom:.5px solid #0a0a0a;transition:color .15s}
.mobile-menu a:hover{color:#fff}
.mobile-menu a:last-child{border-bottom:none}

/* ── TICKER ──────────────────────────────────────── */
.ticker-wrap{background:#050505;border-bottom:.5px solid #1a1a1a;overflow:hidden;height:34px;display:flex;align-items:center}
.ticker-track{display:flex;white-space:nowrap;animation:scroll 70s linear infinite}
.ticker-track:hover{animation-play-state:paused}
@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.tick{font-size:11px;display:inline-flex;gap:6px;align-items:center;padding:0 1.4rem;border-right:.5px solid #1a1a1a;font-family:'Courier New',monospace}
.tick-sym{color:#444;font-weight:700;letter-spacing:.04em}.tick-val{color:#bbb}.tick-up{color:#22c55e}.tick-dn{color:#dc2626}

/* ── HERO ──────────────────────────────────────── */
.hero{position:relative;border-bottom:.5px solid #222;overflow:hidden;background:#000;min-height:440px}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(#0e0e0e 1px,transparent 1px),linear-gradient(90deg,#0e0e0e 1px,transparent 1px);background-size:44px 44px;pointer-events:none}
.hero-glow{position:absolute;top:-80px;right:180px;width:700px;height:600px;background:radial-gradient(ellipse,rgba(220,38,38,.07) 0%,transparent 68%);pointer-events:none;animation:glowPulse 4s ease-in-out infinite}
@keyframes glowPulse{0%,100%{opacity:.5}50%{opacity:1}}
.hero-inner{display:grid;grid-template-columns:1fr 290px;position:relative;z-index:2}
.hero-left{padding:4rem 2.5rem;display:flex;flex-direction:column;justify-content:center}
.hero-tag{display:inline-flex;align-items:center;gap:8px;font-size:10px;color:#dc2626;letter-spacing:.13em;text-transform:uppercase;margin-bottom:1.1rem;font-weight:700}
.hero-tag-line{width:22px;height:1px;background:#dc2626}
.hero-left h1{font-size:40px;font-weight:700;color:#fff;line-height:1.05;margin-bottom:1rem;letter-spacing:-.02em}
.hero-left h1 em{color:#dc2626;font-style:normal}
.hero-left p{font-size:13px;color:#888;line-height:1.85;max-width:440px;margin-bottom:2rem}
.hero-btns{display:flex;gap:10px;flex-wrap:wrap}
.btn-red{font-size:12px;background:#dc2626;color:#fff;border:none;padding:10px 22px;border-radius:3px;cursor:pointer;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;display:inline-block;transition:background .15s}
.btn-red:hover{background:#b91c1c}
.btn-ghost{font-size:12px;background:transparent;color:#777;border:.5px solid #333;padding:10px 22px;border-radius:3px;cursor:pointer;text-decoration:none;display:inline-block;transition:all .15s}
.btn-ghost:hover{color:#fff;border-color:#666}
.hero-right{position:relative;border-left:.5px solid #1a1a1a;overflow:hidden;min-height:400px}
.hero-right img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.hero-right::after{content:'';position:absolute;inset:0;background:linear-gradient(to right,#000 0%,transparent 40%),linear-gradient(to top,#000 0%,transparent 50%)}

/* ── STATS ──────────────────────────────────────── */
.stats{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:.5px solid #222;background:#040404}
.stat{padding:1.4rem 2.5rem;border-right:.5px solid #1a1a1a;position:relative}
.stat:nth-child(1){animation-delay:4.0s}.stat:nth-child(2){animation-delay:4.2s}.stat:nth-child(3){animation-delay:4.35s}
.stat::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(to right,#dc2626,transparent)}
.stat:last-child{border-right:none}
.stat-num{font-size:24px;font-weight:700;color:#fff;letter-spacing:-.02em}
.stat-num sup{color:#dc2626;font-size:13px}
.stat-lbl{font-size:10px;color:#555;margin-top:4px;text-transform:uppercase;letter-spacing:.06em;line-height:1.55}

/* ── SECTIONS ──────────────────────────────────── */
.section{padding:2.5rem 2.5rem;border-bottom:.5px solid #222}
.sec-hdr{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.4rem}
.sec-title{font-size:10px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.12em;display:flex;align-items:center;gap:10px}
.sec-title::before{content:'';display:block;width:3px;height:14px;background:#dc2626;border-radius:1px}
.sec-hdr a{font-size:11px;color:#dc2626;text-decoration:none}
.sec-hdr a:hover{text-decoration:underline}

/* ── ABOUT / EXPERIENCE ──────────────────────────── */
.about{display:grid;grid-template-columns:1fr 1fr;border-bottom:.5px solid #222}
.about-l{padding:2.5rem;border-right:.5px solid #222}
.about-r{padding:2.5rem;background:#030303}
.about-l p{font-size:13px;color:#aaa;line-height:1.9;margin-bottom:.85rem}
.about-links{display:flex;gap:12px;margin-top:1.1rem;flex-wrap:wrap}
.about-links a{font-size:12px;color:#dc2626;text-decoration:none}
.about-links a:hover{text-decoration:underline}
.badges{display:flex;gap:7px;flex-wrap:wrap;margin-top:.85rem}
.badge{font-size:10px;color:#555;border:.5px solid #222;padding:4px 10px;border-radius:2px;letter-spacing:.04em}
.exp-item{padding:10px 0;border-bottom:.5px solid #111}
.exp-item:last-child{border-bottom:none;padding-bottom:0}
.exp-top{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:2px;flex-wrap:wrap}
.exp-co{font-size:13px;color:#ddd;font-weight:600}
.exp-date{font-size:10.5px;color:#888;font-family:'Courier New',monospace;white-space:nowrap;flex-shrink:0}
.exp-role{font-size:11.5px;color:#888}
.exp-loc{font-size:11px;color:#555;margin-top:1px}

/* ── ARTICLE/TOOL GRIDS ──────────────────────────── */
.qr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#111;border-radius:4px;overflow:hidden;border:.5px solid #111}
.qr-card{background:#000;padding:1.35rem;text-decoration:none;display:block;transition:background .15s}
.qr-card:hover{background:#0c0c0c}
.qr-cat{font-size:9px;color:#dc2626;text-transform:uppercase;letter-spacing:.1em;margin-bottom:7px;font-weight:700}
.qr-card h3{font-size:14px;font-weight:600;color:#f0f0f0;margin-bottom:6px}
.qr-card p{font-size:12px;color:#777;line-height:1.6}

/* ── REVEAL ──────────────────────────────────────── */
/* scroll-reveal animation removed — sections render immediately */

@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:none}}
@keyframes fadeIn{to{opacity:1}}

/* ── FOOTER ──────────────────────────────────────── */
footer{padding:1.25rem 2.5rem;background:#000;border-top:.5px solid #222;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}
.fc{font-size:11px;color:#222}
.flinks{display:flex;gap:1.5rem}
.flinks a{font-size:11px;color:#222;text-decoration:none}.flinks a:hover{color:#666}

/* ── RESPONSIVE ──────────────────────────────────── */
@media(max-width:900px){
  .nav{padding:0 1.25rem}.nav-links{display:none}
  .hamburger{display:flex}
  .hero-inner{grid-template-columns:1fr}
  .hero-right{min-height:240px;border-left:none;border-top:.5px solid #1a1a1a}
  .hero-left{padding:2.75rem 1.25rem}.hero-left h1{font-size:30px}
  .stats{grid-template-columns:1fr 1fr 1fr}
  .stat{border-right:none;border-bottom:.5px solid #1a1a1a;padding:1.1rem 1.25rem}
  .section{padding:2rem 1.25rem}
  [style*="padding:2rem 2.5rem"]{padding:2rem 1.25rem!important}
  .qr-grid{grid-template-columns:1fr 1fr}
  .about{grid-template-columns:1fr}
  .about-l{border-right:none;border-bottom:.5px solid #222;padding:2rem 1.25rem}
  .about-r{padding:2rem 1.25rem}
  .edu-grid{grid-template-columns:1fr!important;gap:1.25rem!important}
  footer{padding:1.25rem;flex-direction:column;text-align:center}
}
@media(max-width:520px){
  .qr-grid{grid-template-columns:1fr}
  .hero-left h1{font-size:26px}
  
  .stats{grid-template-columns:1fr 1fr 1fr}
  .hero-btns{flex-direction:column;align-items:flex-start}
  
  
  
}

/* nav fit fix: prevent CTA top clipping on mobile */
.nav{height:auto;min-height:58px}
.nav-cta{display:inline-flex;align-items:center;line-height:1.1;white-space:nowrap}
