:root {
  --bg: #07090d;
  --bg-soft: #0d1118;
  --panel: rgba(16, 21, 30, 0.74);
  --panel-solid: #10151e;
  --text: #f5f7fb;
  --muted: #9ca7b6;
  --line: rgba(255, 255, 255, 0.1);
  --blue: #3aa7ff;
  --cyan: #47e5d4;
  --violet: #8a6cff;
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% -10%, rgba(58,167,255,.08), transparent 34%),
    radial-gradient(circle at 100% 40%, rgba(138,108,255,.07), transparent 30%),
    var(--bg);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .19;
  z-index: 100;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }

.scroll-progress {
  position: fixed;
  z-index: 200;
  left: 0; top: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--violet));
  box-shadow: 0 0 16px rgba(71,229,212,.65);
}
.cursor-glow {
  position: fixed;
  width: 460px; height: 460px;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(circle, rgba(58,167,255,.09), transparent 62%);
  transform: translate(-50%, -50%);
}
.ambient { position: fixed; border-radius: 50%; filter: blur(100px); pointer-events:none; z-index:-2; }
.ambient-one { width: 380px; height: 380px; background: rgba(58,167,255,.10); top: 8%; left: -180px; animation: drift 14s ease-in-out infinite alternate; }
.ambient-two { width: 420px; height: 420px; background: rgba(138,108,255,.09); right: -220px; top: 50%; animation: drift 18s ease-in-out infinite alternate-reverse; }
@keyframes drift { to { transform: translate3d(70px, 70px, 0) scale(1.15); } }

.site-header {
  position: fixed;
  z-index: 90;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 32px), var(--max));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 12px 14px 12px 16px;
  background: rgba(8,10,15,.68);
  border: 1px solid var(--line);
  border-radius: 18px;
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 50px rgba(0,0,0,.22);
  transition: .3s ease;
}
.site-header.scrolled { top: 8px; background: rgba(8,10,15,.88); }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark {
  display: grid; place-items: center;
  width: 38px; height: 38px;
  border-radius: 11px;
  color: #061017;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 0 28px rgba(58,167,255,.18);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-family: "Manrope", sans-serif; font-size: .95rem; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.nav-links { display:flex; align-items:center; gap: 6px; }
.nav-links a { padding: 9px 11px; color: #b9c2cf; font-size: .86rem; border-radius: 10px; transition: .2s ease; }
.nav-links a:hover { color: white; background: rgba(255,255,255,.06); }
.nav-links .nav-cta { color: white; border: 1px solid rgba(71,229,212,.26); background: rgba(71,229,212,.07); }
.nav-toggle { display:none; background: none; border:0; padding:8px; }
.nav-toggle span { display:block; width:22px; height:1px; margin:6px; background:white; }

.section-pad { width: min(calc(100% - 42px), var(--max)); margin: 0 auto; padding: 118px 0; }
.hero { min-height: 100vh; padding-top: 164px; position:relative; display:grid; grid-template-columns: 1.12fr .88fr; gap: 42px; align-items:center; }
.hero-grid {
  position:absolute; inset: 72px -50vw 0;
  pointer-events:none; opacity:.35;
  background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}
.hero-copy, .hero-visual, .hero-metrics { position:relative; z-index:1; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .17em; font-size:.76rem; font-weight:700; color:#a6b4c5; }
.eyebrow { display:inline-flex; align-items:center; gap:9px; padding:8px 12px; border:1px solid var(--line); border-radius:99px; background:rgba(255,255,255,.025); }
.status-dot { width:7px; height:7px; border-radius:50%; background:#48e29b; box-shadow:0 0 0 5px rgba(72,226,155,.08), 0 0 18px rgba(72,226,155,.7); animation:pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow:0 0 0 8px rgba(72,226,155,0), 0 0 22px rgba(72,226,155,.85); } }
h1,h2,h3,strong { font-family:"Manrope", sans-serif; }
h1 { margin: 25px 0 22px; font-size: clamp(3.65rem, 7.2vw, 7rem); line-height:.91; letter-spacing:-.065em; max-width:800px; }
.gradient-text { display:inline-block; color:transparent; background:linear-gradient(90deg, #dfefff 0%, #6fd8ff 35%, #61eadb 68%, #a68cff 100%); -webkit-background-clip:text; background-clip:text; background-size:200% 100%; animation:gradientFlow 8s linear infinite; }
@keyframes gradientFlow { to { background-position:200% 0; } }
.hero-lead { max-width: 680px; color:#aeb8c6; font-size: clamp(1.05rem, 1.35vw, 1.22rem); line-height:1.7; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:32px; }
.btn { display:inline-flex; align-items:center; gap:12px; justify-content:center; min-height:51px; padding:0 20px; border-radius:13px; font-weight:700; transition:.25s ease; }
.btn-primary { color:#041016; background:linear-gradient(135deg, #72e7db, #59a8ff); box-shadow:0 12px 35px rgba(58,167,255,.15); }
.btn-primary:hover { transform:translateY(-2px); box-shadow:0 18px 45px rgba(58,167,255,.25); }
.btn-ghost { border:1px solid var(--line); background:rgba(255,255,255,.025); color:#dce5ef; }
.btn-ghost:hover { border-color:rgba(255,255,255,.22); background:rgba(255,255,255,.055); transform:translateY(-2px); }
.btn span { transition:transform .2s ease; } .btn:hover span { transform:translate(2px,-2px); }
.hero-tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:30px; }
.hero-tags span, .pill-row span { padding:7px 10px; border:1px solid var(--line); border-radius:99px; color:#8997a8; font-size:.76rem; background:rgba(255,255,255,.02); }

.hero-visual { min-height:580px; display:grid; place-items:center; }
.portrait-orbit { width:min(100%, 500px); aspect-ratio:1; position:relative; display:grid; place-items:center; }
.orbit-ring { position:absolute; border:1px solid rgba(86,193,255,.18); border-radius:50%; }
.ring-a { inset:1%; animation:spin 18s linear infinite; border-style:dashed; }
.ring-b { inset:10%; border-color:rgba(71,229,212,.12); animation:spin 24s linear reverse infinite; }
.ring-a::after,.ring-b::after { content:""; position:absolute; width:7px; height:7px; border-radius:50%; background:var(--cyan); top:50%; left:-4px; box-shadow:0 0 22px var(--cyan); }
.ring-b::after { background:var(--violet); left:auto; right:-4px; box-shadow:0 0 22px var(--violet); }
@keyframes spin { to { transform:rotate(360deg); } }
.portrait-card { width:73%; aspect-ratio:.82; overflow:hidden; border-radius:36px; border:1px solid rgba(255,255,255,.17); background:#111; box-shadow:0 35px 90px rgba(0,0,0,.48), 0 0 80px rgba(58,167,255,.08); position:relative; transform-style:preserve-3d; }
.portrait-card img { height:100%; object-fit:cover; }
.portrait-overlay { position:absolute; inset:0; background:linear-gradient(to top, rgba(4,6,10,.9) 0%, transparent 48%); }
.portrait-caption { position:absolute; left:23px; right:23px; bottom:22px; display:flex; flex-direction:column; gap:5px; }
.portrait-caption span { color:#a9b6c5; font-size:.78rem; }
.portrait-caption strong { font-size:1rem; }
.floating-chip { position:absolute; z-index:3; padding:11px 14px; border:1px solid rgba(255,255,255,.14); border-radius:12px; background:rgba(13,17,24,.8); backdrop-filter:blur(10px); color:#c8d3df; font-size:.76rem; font-weight:700; box-shadow:0 18px 45px rgba(0,0,0,.25); animation:float 5s ease-in-out infinite; }
.chip-one { top:15%; left:-2%; }
.chip-two { right:-5%; top:40%; animation-delay:-1.2s; }
.chip-three { bottom:12%; left:3%; animation-delay:-2.5s; }
@keyframes float { 50% { transform:translateY(-9px); } }
.hero-metrics { grid-column:1/-1; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); margin-top:2px; }
.hero-metrics article { padding:24px 28px 0 0; display:flex; align-items:baseline; gap:12px; }
.hero-metrics strong { font-size:1.75rem; }
.hero-metrics span { color:#7f8b9a; font-size:.82rem; }

.marquee-wrap { overflow:hidden; border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:rgba(255,255,255,.015); }
.marquee-track { display:flex; align-items:center; width:max-content; gap:26px; padding:16px 0; animation:marquee 28s linear infinite; text-transform:uppercase; letter-spacing:.12em; color:#8693a2; font-size:.72rem; font-weight:700; }
.marquee-track i { font-style:normal; color:var(--cyan); opacity:.55; }
@keyframes marquee { to { transform:translateX(-50%); } }

.section-heading { max-width:850px; margin-bottom:54px; }
.section-heading h2 { margin:14px 0 18px; font-size:clamp(2.45rem,5.2vw,5rem); line-height:1.02; letter-spacing:-.05em; }
.section-heading h2 span, .contact-inner h2 span, .leadership-copy h2 span { color:#88cfff; }
.section-heading > p:last-child { max-width:690px; color:var(--muted); line-height:1.7; font-size:1.04rem; }
.section-kicker { color:#7ed7f7; }

.bento-grid { display:grid; grid-template-columns:1.25fr .75fr .75fr; gap:14px; }
.bento-card { min-height:270px; padding:27px; border:1px solid var(--line); border-radius:var(--radius); background:linear-gradient(145deg, rgba(17,22,31,.91), rgba(10,13,19,.82)); overflow:hidden; position:relative; transition:border-color .25s ease, transform .25s ease; }
.bento-card:hover { border-color:rgba(103,197,255,.26); }
.bento-card h3 { font-size:1.45rem; margin:38px 0 10px; letter-spacing:-.025em; }
.bento-card p { color:#929eae; line-height:1.65; max-width:510px; }
.bento-large { grid-row:span 2; min-height:554px; background: radial-gradient(circle at 80% 15%, rgba(58,167,255,.14), transparent 35%), linear-gradient(145deg, rgba(17,22,31,.95), rgba(10,13,19,.86)); }
.bento-large h3 { margin-top:115px; font-size:2rem; }
.card-icon { width:42px; height:42px; display:grid; place-items:center; border:1px solid var(--line); border-radius:12px; color:#8bdcf6; font-family:"Manrope"; font-size:.76rem; }
.mini-flow { position:absolute; left:27px; right:27px; bottom:28px; display:flex; gap:9px; flex-wrap:wrap; align-items:center; }
.mini-flow span { padding:8px 10px; border-radius:8px; background:rgba(255,255,255,.05); color:#c3ccd7; font-size:.78rem; }
.mini-flow b { color:#4e5b69; }
.image-bento { min-height:270px; padding:0; grid-column:span 2; }
.image-bento img { position:absolute; inset:0; height:100%; object-fit:cover; filter:grayscale(1) contrast(1.05); opacity:.56; }
.image-bento::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(7,9,13,.94), rgba(7,9,13,.35)); }
.image-bento div { position:absolute; z-index:2; left:26px; bottom:25px; max-width:460px; }
.image-bento span { display:block; color:#82dbf9; text-transform:uppercase; font-size:.68rem; letter-spacing:.16em; margin-bottom:8px; }
.image-bento strong { font-size:1.22rem; line-height:1.35; }
.accent-bento { background:linear-gradient(145deg, rgba(17,22,31,.95), rgba(17,31,35,.76)); }
.signal { position:absolute; top:24px; right:24px; width:70px; aspect-ratio:1; border:1px solid rgba(71,229,212,.15); border-radius:50%; }
.signal::before,.signal::after { content:""; position:absolute; border:1px solid rgba(71,229,212,.12); border-radius:50%; inset:10px; }
.signal::after { inset:22px; background:var(--cyan); box-shadow:0 0 20px rgba(71,229,212,.5); }

.fit-section { padding-top:80px; }
.role-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.role-card { min-height:420px; border:1px solid var(--line); border-radius:var(--radius); padding:28px; background:rgba(13,17,24,.78); position:relative; overflow:hidden; }
.role-card::before { content:""; position:absolute; inset:auto -30% -50% 20%; height:220px; background:radial-gradient(circle, rgba(58,167,255,.13), transparent 60%); opacity:0; transition:.35s ease; }
.role-card:hover::before { opacity:1; transform:translateY(-20px); }
.role-number { color:#576371; font-size:.72rem; letter-spacing:.12em; }
.role-top { margin-top:82px; }
.role-top span { display:inline-grid; place-items:center; width:46px; height:46px; border-radius:13px; background:rgba(58,167,255,.1); color:#7bd6fb; border:1px solid rgba(58,167,255,.16); font-weight:800; }
.role-top h3 { margin:20px 0 12px; font-size:1.55rem; }
.role-card p { color:var(--muted); line-height:1.6; }
.role-card ul { list-style:none; padding:0; margin:22px 0 0; display:flex; flex-wrap:wrap; gap:7px; }
.role-card li { border:1px solid var(--line); border-radius:99px; padding:6px 9px; font-size:.72rem; color:#8997a7; }

.timeline { border-top:1px solid var(--line); }
.timeline-item { display:grid; grid-template-columns:220px 1fr; gap:40px; padding:42px 0; border-bottom:1px solid var(--line); }
.timeline-date { color:#697686; font-size:.77rem; letter-spacing:.12em; text-transform:uppercase; padding-top:8px; }
.timeline-content { max-width:780px; }
.timeline-company { color:#7bd6fb; font-size:.8rem; text-transform:uppercase; letter-spacing:.13em; font-weight:700; }
.timeline-content h3 { margin:8px 0 12px; font-size:2rem; letter-spacing:-.035em; }
.timeline-content p { color:var(--muted); line-height:1.68; }
.pill-row { display:flex; flex-wrap:wrap; gap:7px; margin-top:18px; }

.work-section { width:min(calc(100% - 30px), 1320px); }
.work-section .section-heading { margin-left:auto; margin-right:auto; width:min(calc(100% - 12px), var(--max)); }
.project-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.project-card { border:1px solid var(--line); border-radius:26px; overflow:hidden; background:#0d1118; transition:.35s cubic-bezier(.2,.7,.2,1); }
.project-card:hover { transform:translateY(-8px); border-color:rgba(102,199,255,.3); box-shadow:0 26px 80px rgba(0,0,0,.28); }
.project-image { aspect-ratio:1.7; overflow:hidden; background:#151a23; }
.project-image img { height:100%; object-fit:cover; object-position:top; transition:transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; filter:saturate(.82) brightness(.82); }
.project-card:hover .project-image img { transform:scale(1.035); filter:saturate(1) brightness(.92); }
.project-meta { padding:20px 22px 22px; display:flex; align-items:end; justify-content:space-between; gap:20px; }
.project-meta span { color:#6fd2f7; font-size:.68rem; text-transform:uppercase; letter-spacing:.14em; }
.project-meta h3 { margin:7px 0 0; font-size:1.25rem; }
.project-meta b { display:grid; place-items:center; width:38px; height:38px; border-radius:50%; border:1px solid var(--line); transition:.25s ease; }
.project-card:hover .project-meta b { transform:rotate(45deg); background:rgba(255,255,255,.06); }

.leadership-section { display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:center; }
.leadership-copy h2 { font-size:clamp(2.6rem,4.7vw,4.8rem); line-height:1.03; letter-spacing:-.05em; margin:14px 0 20px; }
.leadership-copy > p:not(.section-kicker) { color:var(--muted); line-height:1.7; }
.leadership-points { margin:32px 0; border-top:1px solid var(--line); }
.leadership-points div { display:flex; flex-direction:column; gap:5px; padding:16px 0; border-bottom:1px solid var(--line); }
.leadership-points span { color:#7e8a99; font-size:.83rem; }
.text-link { color:#83d9f9; font-weight:700; }
.text-link span { display:inline-block; transition:.2s; }.text-link:hover span { transform:translate(3px,-3px); }
.leadership-gallery { display:grid; grid-template-columns:.82fr 1.18fr; grid-template-rows:220px 220px; gap:12px; }
.leadership-gallery figure { margin:0; border-radius:24px; overflow:hidden; border:1px solid var(--line); position:relative; }
.leadership-gallery figure::after { content:""; position:absolute; inset:0; background:linear-gradient(to top, rgba(4,6,10,.35), transparent 50%); }
.leadership-gallery img { width:100%; height:100%; object-fit:cover; filter:saturate(.86); transition:.5s ease; }
.leadership-gallery figure:hover img { transform:scale(1.04); filter:saturate(1); }
.gallery-tall { grid-row:1/3; }
.gallery-tall img { object-position:center top; }
.gallery-wide { grid-column:2; grid-row:1/3; }

.contact-section { width:min(calc(100% - 30px), 1320px); padding:90px 0; border:1px solid rgba(110,198,255,.17); border-radius:36px; background:linear-gradient(135deg, rgba(14,21,31,.92), rgba(9,12,18,.9)); position:relative; overflow:hidden; margin-bottom:30px; }
.contact-glow { position:absolute; width:500px; height:500px; border-radius:50%; background:rgba(58,167,255,.13); filter:blur(90px); right:-230px; top:-260px; }
.contact-inner { width:min(calc(100% - 42px), 960px); margin:auto; text-align:center; position:relative; }
.contact-inner h2 { margin:14px auto 22px; font-size:clamp(2.8rem,5.7vw,5.8rem); line-height:.98; letter-spacing:-.06em; }
.contact-inner p:not(.section-kicker) { max-width:730px; margin:0 auto; color:var(--muted); line-height:1.7; }
.contact-actions { display:flex; justify-content:center; gap:12px; margin-top:32px; flex-wrap:wrap; }
.contact-line { margin-top:26px; display:flex; justify-content:center; gap:9px; flex-wrap:wrap; color:#6f7c8c; font-size:.8rem; }
.contact-line a:hover { color:white; }

footer { width:min(calc(100% - 42px), var(--max)); margin:auto; padding:34px 0 42px; display:flex; justify-content:space-between; gap:24px; align-items:flex-end; color:#697686; font-size:.76rem; }
footer > div:first-child { display:flex; flex-direction:column; gap:7px; }
footer strong { color:#d9e1eb; font-size:.92rem; }
.footer-right { display:flex; gap:14px; flex-wrap:wrap; justify-content:flex-end; }
.footer-right a:hover { color:#fff; }
.powered a { color:#86d7f6; font-weight:700; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.in-view { opacity:1; transform:none; }
.delay-1 { transition-delay:.1s; }.delay-2 { transition-delay:.2s; }

@media (max-width: 980px) {
  .site-header { top:10px; }
  .nav-toggle { display:block; }
  .nav-links { display:none; position:absolute; top:66px; left:0; right:0; padding:10px; background:rgba(8,10,15,.96); border:1px solid var(--line); border-radius:16px; flex-direction:column; align-items:stretch; box-shadow:0 28px 60px rgba(0,0,0,.35); }
  .nav-links.open { display:flex; }
  .nav-links a { padding:12px 13px; }
  .hero { grid-template-columns:1fr; padding-top:140px; }
  .hero-copy { text-align:center; }
  .hero-lead { margin-left:auto; margin-right:auto; }
  .hero-actions,.hero-tags { justify-content:center; }
  .hero-visual { min-height:500px; }
  .portrait-orbit { width:min(92vw, 500px); }
  .bento-grid { grid-template-columns:1fr 1fr; }
  .bento-large { grid-row:auto; grid-column:span 2; min-height:440px; }
  .image-bento { grid-column:span 2; }
  .role-grid { grid-template-columns:1fr; }
  .role-card { min-height:330px; }
  .role-top { margin-top:45px; }
  .leadership-section { grid-template-columns:1fr; }
}

@media (max-width: 700px) {
  .section-pad { width:min(calc(100% - 28px), var(--max)); padding:88px 0; }
  .hero { padding-top:130px; }
  h1 { font-size:clamp(3rem,16vw,5.3rem); }
  .hero-lead { font-size:1rem; }
  .hero-visual { min-height:420px; }
  .portrait-card { width:70%; border-radius:26px; }
  .floating-chip { padding:8px 10px; font-size:.65rem; }
  .chip-one { left:0; }.chip-two { right:0; }.chip-three { left:2%; }
  .hero-metrics { grid-template-columns:1fr; gap:0; }
  .hero-metrics article { padding:15px 0; border-bottom:1px solid var(--line); justify-content:center; }
  .section-heading h2 { font-size:clamp(2.35rem,12vw,4rem); }
  .bento-grid { grid-template-columns:1fr; }
  .bento-large,.image-bento { grid-column:auto; min-height:380px; }
  .image-bento { min-height:260px; }
  .timeline-item { grid-template-columns:1fr; gap:12px; }
  .project-grid { grid-template-columns:1fr; }
  .work-section { width:min(calc(100% - 20px), 1320px); }
  .leadership-section { gap:38px; }
  .leadership-gallery { grid-template-columns:1fr; grid-template-rows:310px 230px; }
  .gallery-tall { grid-row:1; grid-column:1; }
  .gallery-wide { grid-row:2; grid-column:1; }
  .contact-section { width:min(calc(100% - 20px), 1320px); padding:70px 0; }
  .contact-inner h2 { font-size:clamp(2.5rem,12.5vw,4.5rem); }
  footer { flex-direction:column; align-items:flex-start; }
  .footer-right { justify-content:flex-start; }
  .cursor-glow { display:none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior:auto !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}
