:root {
  --bg: #0b0d0c;
  --bg-soft: #111412;
  --panel: #151916;
  --ink: #f1f2ed;
  --muted: #9ea59f;
  --line: rgba(241, 242, 237, .14);
  --accent: #baff29;
  --accent-dark: #8bbb1e;
  --max: 1280px;
  --pad: clamp(22px, 5vw, 76px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
::selection { color: var(--bg); background: var(--accent); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 12px 18px; color: var(--bg); background: var(--accent); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.noise { position: fixed; z-index: 100; inset: 0; pointer-events: none; opacity: .032; 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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.pointer-glow { position: fixed; z-index: 0; width: 420px; height: 420px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(186,255,41,.075), transparent 68%); transform: translate(-50%, -50%); transition: opacity .3s; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 88px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, height .3s; }
.site-header.scrolled { height: 70px; background: rgba(11,13,12,.88); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 14px; min-width: 180px; }
.brand img { width: 72px; height: 29px; object-fit: cover; object-position: left center; filter: invert(1); }
.brand span { padding-left: 14px; border-left: 1px solid var(--line); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.7vw, 42px); }
.site-nav a { position: relative; color: #cdd1cb; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--accent); transition: right .35s var(--ease); }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { right: 0; }
.nav-cta { padding: 11px 18px; border: 1px solid var(--line); }
.nav-cta span { color: var(--accent); margin-left: 10px; }
.menu-toggle { display: none; color: var(--ink); background: none; border: 0; cursor: pointer; }

.hero { position: relative; min-height: 850px; height: 100svh; max-height: 1100px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .8fr); align-items: center; gap: 5vw; padding: 130px var(--pad) 70px; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 44vw; height: 44vw; left: 12%; top: 45%; border: 1px solid rgba(186,255,41,.12); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 7vw rgba(186,255,41,.012), 0 0 0 14vw rgba(186,255,41,.009); }
.hero-grid, .contact-grid { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 65%); }
.hero-copy { position: relative; z-index: 2; max-width: 860px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 26px; color: #c3c8c1; font-size: .67rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(186,255,41,.12); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(186,255,41,0); } }
.hero h1 { margin: 0; font-size: clamp(4.3rem, 7.3vw, 8.6rem); line-height: .84; letter-spacing: -.075em; font-weight: 700; }
.hero h1 em, .contact-section h2 em { display: inline-block; color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.06em; }
.hero-lead { max-width: 665px; margin: 42px 0 0; color: #b6bcb5; font-size: clamp(1.08rem, 1.5vw, 1.35rem); }
.hero-lead strong { color: var(--ink); font-weight: 500; }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 32px; border: 1px solid transparent; font-size: .74rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: transform .25s var(--ease), background .25s, border .25s; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 1.05rem; }
.button-primary { color: var(--bg); background: var(--accent); }
.button-primary:hover { background: #cdff65; }
.button-ghost { border-color: var(--line); }
.button-ghost:hover { border-color: var(--accent); }
.hero-visual { position: relative; z-index: 2; justify-self: end; width: min(42vw, 600px); }
.portrait-frame { position: relative; overflow: hidden; aspect-ratio: 1; border-radius: 50%; background: #182019; box-shadow: 0 35px 100px rgba(0,0,0,.4); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(11,13,12,.62)); }
.portrait-frame img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; object-position: center center; filter: grayscale(1) contrast(1.12) sepia(.1); transition: transform 1s var(--ease), filter 1s; }
.hero-visual:hover img { transform: scale(1.025); filter: grayscale(.3) contrast(1.08) sepia(.08); }
.portrait-scan { position: absolute; z-index: 2; inset: -100% 0 auto; height: 45%; background: linear-gradient(180deg, transparent, rgba(186,255,41,.06), transparent); animation: scan 6s linear infinite; }
@keyframes scan { to { transform: translateY(450%); } }
.role-card { position: absolute; z-index: 4; min-width: 250px; padding: 17px 21px; color: #d9ddd8; background: rgba(17,20,18,.88); border: 1px solid var(--line); backdrop-filter: blur(10px); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.role-card span { margin-right: 14px; color: var(--accent); }
.role-card-top { top: 15%; left: -15%; }
.role-card-bottom { right: -3%; bottom: 8%; }
.hero-index { position: absolute; right: var(--pad); bottom: 22px; color: rgba(241,242,237,.18); font-size: .62rem; letter-spacing: .28em; }

.ticker { overflow: hidden; color: var(--bg); background: var(--accent); transform: rotate(-1.2deg) scale(1.02); }
.ticker-track { width: max-content; padding: 16px 0; display: flex; align-items: center; gap: 34px; animation: ticker 24s linear infinite; }
.ticker span { font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.ticker i { font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { position: relative; max-width: var(--max); margin: 0 auto; padding: clamp(100px, 12vw, 180px) var(--pad); }
.section-label { display: flex; align-items: center; gap: 14px; margin-bottom: 42px; color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.section-label span { color: var(--accent); }
.section-title { margin: 0; font-size: clamp(3.2rem, 6.1vw, 7.2rem); line-height: .92; letter-spacing: -.065em; font-weight: 650; }
.section-title span { color: #6f776f; font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 400; }
.profile-section { max-width: none; }
.profile-intro { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; }
.profile-copy { color: #afb6af; font-size: 1.03rem; }
.profile-copy p:first-child { color: var(--ink); font-size: 1.22rem; }
.metrics { max-width: var(--max); margin: 100px auto 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric { min-height: 190px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric strong { color: var(--accent); font-size: clamp(3.2rem, 5vw, 5.8rem); line-height: 1; letter-spacing: -.07em; }
.metric span { color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.manifesto { max-width: 990px; margin: 120px auto 0; padding: 0 0 0 130px; position: relative; border: 0; }
.manifesto .quote-mark { position: absolute; left: 0; top: -35px; color: var(--accent); font-family: Georgia, serif; font-size: 10rem; line-height: 1; }
.manifesto p { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3.8vw, 4.3rem); line-height: 1.08; letter-spacing: -.04em; }
.manifesto cite { display: block; margin-top: 28px; color: var(--muted); font-family: inherit; font-size: .68rem; font-style: normal; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }

.expertise-section { max-width: none; background: #efefe9; color: #111411; }
.expertise-section .section-label, .expertise-sticky p { color: #687068; }
.expertise-section .section-title span { color: #8b9189; }
.expertise-layout { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .78fr 1.22fr; gap: 7vw; align-items: start; }
.expertise-sticky { position: sticky; top: 120px; }
.expertise-sticky p { max-width: 440px; margin-top: 32px; font-size: 1.05rem; }
.expertise-list { border-top: 1px solid rgba(17,20,17,.18); }
.expertise-item { position: relative; padding: 34px 16px 34px 0; display: grid; grid-template-columns: 55px 1fr 30px; gap: 18px; border-bottom: 1px solid rgba(17,20,17,.18); transition: padding .35s var(--ease), background .35s; }
.expertise-item:hover { padding-left: 16px; background: rgba(186,255,41,.22); }
.expertise-number { padding-top: 6px; color: #7e857e; font-size: .65rem; font-weight: 800; }
.expertise-item h3 { margin: 0 0 8px; font-size: clamp(1.5rem, 2.2vw, 2.2rem); letter-spacing: -.035em; }
.expertise-item p { max-width: 580px; margin: 0 0 18px; color: #565d56; }
.expertise-arrow { color: #585f58; font-size: 1.3rem; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tags span { padding: 5px 9px; border: 1px solid currentColor; opacity: .65; font-size: .56rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.work-section { max-width: none; }
.section-heading { max-width: var(--max); margin: 0 auto 70px; }
.section-heading > p { max-width: 540px; margin-top: 25px; color: var(--muted); font-size: 1.05rem; }
.projects-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.project { min-height: 600px; padding: 30px; display: flex; flex-direction: column; background: var(--bg-soft); overflow: hidden; transition: background .4s; }
.project:hover { background: #181d19; }
.project-featured { grid-column: 1 / -1; min-height: 670px; }
.project-top { display: flex; justify-content: space-between; color: var(--muted); font-size: .58rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.project-body { margin-top: auto; position: relative; z-index: 2; }
.project h3 { margin: 0; font-size: clamp(3rem, 5vw, 6.5rem); line-height: 1; letter-spacing: -.06em; }
.project p { max-width: 720px; margin: 20px 0; color: #aab1aa; font-size: 1rem; }
.project-glyph { margin: auto; color: rgba(186,255,41,.55); font-size: clamp(7rem, 13vw, 13rem); font-weight: 900; line-height: 1; letter-spacing: -.1em; text-shadow: 0 0 80px rgba(186,255,41,.18); transform: rotate(-5deg); transition: transform .8s var(--ease); }
.project:hover .project-glyph { transform: rotate(0) scale(1.04); }
.project-orbit { position: relative; width: min(42vw, 530px); aspect-ratio: 1; margin: -10px auto -90px; display: grid; place-items: center; border: 1px solid rgba(186,255,41,.22); border-radius: 50%; }
.project-orbit::before, .project-orbit::after { content: ""; position: absolute; border: 1px solid rgba(186,255,41,.15); border-radius: 50%; }
.project-orbit::before { inset: 16%; }
.project-orbit::after { inset: 32%; }
.project-orbit i { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 20px var(--accent); }
.project-orbit i:nth-child(1) { top: 9%; left: 23%; }
.project-orbit i:nth-child(2) { right: 10%; bottom: 29%; }
.project-orbit i:nth-child(3) { bottom: 8%; left: 26%; }
.project-orbit b { font-size: clamp(2.5rem, 6vw, 6rem); letter-spacing: -.07em; }
.wave { margin: auto; width: 75%; height: 210px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.wave i { width: 10%; height: 40%; border-radius: 30px; background: var(--accent); transform-origin: center; animation: waveform 1.8s ease-in-out infinite; box-shadow: 0 0 35px rgba(186,255,41,.2); }
.wave i:nth-child(2), .wave i:nth-child(4) { height: 75%; animation-delay: -.3s; }
.wave i:nth-child(3) { height: 100%; animation-delay: -.6s; }
@keyframes waveform { 50% { transform: scaleY(.45); opacity: .6; } }

.ai-section { max-width: none; padding-top: 0; }
.ai-panel { max-width: var(--max); margin: 0 auto; padding: clamp(34px,6vw,80px); color: var(--bg); background: var(--accent); }
.ai-copy { display: grid; grid-template-columns: .7fr 1.3fr; column-gap: 8vw; }
.ai-copy .section-label { grid-column: 1 / -1; color: rgba(11,13,12,.58); }
.ai-copy .section-label span { color: var(--bg); }
.ai-copy h2 { margin: 0; font-size: clamp(3rem,5.4vw,6.5rem); line-height: .9; letter-spacing: -.065em; }
.ai-copy h2 span { font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.ai-copy p { align-self: end; font-size: 1.1rem; }
.text-link { display: inline-flex; gap: 22px; padding-bottom: 7px; border-bottom: 1px solid; font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pipeline { margin-top: 85px; display: grid; grid-template-columns: 1fr 50px 1fr 50px 1fr 50px 1fr; align-items: center; }
.pipeline div { padding-top: 18px; border-top: 2px solid var(--bg); }
.pipeline div > * { display: block; }
.pipeline div span { margin-bottom: 26px; font-size: .63rem; font-weight: 900; }
.pipeline strong { font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; }
.pipeline small { margin-top: 6px; opacity: .65; }
.pipeline > i { height: 1px; background: rgba(11,13,12,.35); }

.blog-section { max-width: none; }
.blog-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.post-card { min-height: 440px; padding: 28px; display: flex; flex-direction: column; background: var(--bg); transition: background .35s, transform .35s var(--ease); }
.post-card:hover { background: var(--panel); transform: translateY(-8px); }
.post-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: .55rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.post-meta span { color: var(--accent); }
.post-card h3 { margin: 65px 0 20px; font-size: clamp(1.7rem,2.2vw,2.45rem); line-height: 1.03; letter-spacing: -.045em; }
.post-card h3 a:hover { color: var(--accent); }
.post-card p { margin: 0; color: var(--muted); }
.post-link { margin-top: auto; display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); font-size: .63rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.post-link span { color: var(--accent); }
.blog-footer { max-width: var(--max); margin: 26px auto 0; display: flex; align-items: center; justify-content: space-between; }
.blog-footer > span { color: var(--muted); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }

.contact-section { position: relative; min-height: 760px; padding: clamp(110px,14vw,190px) var(--pad) 70px; color: var(--bg); background: var(--accent); overflow: hidden; }
.contact-section .contact-grid { opacity: .22; background-image: linear-gradient(rgba(11,13,12,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(11,13,12,.3) 1px, transparent 1px); mask-image: none; }
.contact-section > *:not(.contact-grid) { position: relative; z-index: 2; max-width: var(--max); margin-left: auto; margin-right: auto; }
.contact-section .eyebrow { color: rgba(11,13,12,.7); }
.contact-section .status-dot { background: var(--bg); box-shadow: 0 0 0 5px rgba(11,13,12,.12); }
.contact-section h2 { margin-top: 0; font-size: clamp(4rem,8vw,9rem); line-height: .85; letter-spacing: -.075em; }
.contact-section h2 em { color: var(--bg); }
.contact-actions { display: flex; gap: 12px; margin-top: 50px; }
.button-light { color: var(--accent); background: var(--bg); }
.button-outline-light { border-color: rgba(11,13,12,.4); }
.contact-details { margin-top: 100px; padding-top: 28px; display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; border-top: 1px solid rgba(11,13,12,.35); }
.contact-details div > * { display: block; }
.contact-details span { margin-bottom: 8px; font-size: .56rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; opacity: .6; }
.contact-details a, .contact-details strong { font-size: .9rem; }

.site-footer { min-height: 170px; padding: 34px var(--pad); display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 24px; border-top: 1px solid var(--line); }
.footer-mark { width: 62px; height: 62px; display: grid; place-items: center; color: var(--bg); background: var(--ink); font-weight: 900; }
.site-footer > div:nth-child(2) > * { display: block; }
.site-footer strong { font-size: .85rem; }
.site-footer span, .site-footer p, .footer-links { color: var(--muted); font-size: .59rem; letter-spacing: .11em; text-transform: uppercase; }
.footer-links { display: flex; gap: 20px; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero { min-height: 780px; grid-template-columns: 1fr .72fr; }
  .hero h1 { font-size: clamp(4rem,8vw,6rem); }
  .role-card { min-width: 210px; }
  .profile-intro { grid-template-columns: 1fr; }
  .profile-copy { max-width: 650px; }
  .expertise-layout { grid-template-columns: 1fr; }
  .expertise-sticky { position: static; }
  .expertise-sticky p { max-width: 600px; }
  .ai-copy { grid-template-columns: 1fr; }
  .ai-copy p { max-width: 620px; margin-top: 30px; }
}

@media (max-width: 780px) {
  :root { --pad: 22px; }
  .pointer-glow { display: none; }
  .site-header { height: 70px; }
  .brand span { display: none; }
  .menu-toggle { display: flex; width: 44px; height: 44px; flex-direction: column; justify-content: center; gap: 7px; }
  .menu-toggle span:not(.sr-only) { width: 24px; height: 1px; background: currentColor; transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 70px 0 0; padding: 12vh 30px; flex-direction: column; align-items: flex-start; gap: 28px; background: rgba(11,13,12,.98); transform: translateX(100%); visibility: hidden; transition: transform .45s var(--ease), visibility .45s; }
  .site-nav.open { transform: none; visibility: visible; }
  .site-nav a { font-size: 1.35rem; letter-spacing: -.02em; text-transform: none; }
  .nav-cta { margin-top: 20px; }
  .hero { height: auto; max-height: none; min-height: 100svh; padding-top: 120px; grid-template-columns: 1fr; gap: 45px; }
  .hero h1 { font-size: clamp(3.8rem,17vw,6rem); }
  .hero-lead { margin-top: 28px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-visual { width: 86vw; max-width: 480px; justify-self: center; }
  .role-card-top { left: -4%; }
  .role-card-bottom { right: -2%; }
  .hero-index { display: none; }
  .section { padding-top: 100px; padding-bottom: 100px; }
  .metrics { grid-template-columns: repeat(2,1fr); margin-top: 60px; }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .manifesto { margin-top: 80px; padding-left: 0; padding-top: 70px; }
  .manifesto .quote-mark { top: -25px; }
  .projects-grid { grid-template-columns: 1fr; }
  .project-featured { grid-column: auto; }
  .project, .project-featured { min-height: 560px; }
  .project-orbit { width: 80vw; margin-bottom: -30px; }
  .pipeline { grid-template-columns: 1fr; gap: 20px; }
  .pipeline > i { display: none; }
  .blog-grid { grid-template-columns: 1fr; }
  .post-card { min-height: 390px; }
  .blog-footer { align-items: stretch; flex-direction: column; gap: 20px; }
  .contact-section { min-height: 700px; }
  .contact-section h2 { font-size: clamp(3.7rem,16vw,6.5rem); }
  .contact-actions { flex-direction: column; align-items: stretch; }
  .contact-details { grid-template-columns: 1fr; margin-top: 70px; }
  .site-footer { grid-template-columns: auto 1fr; }
  .footer-links { grid-column: 1 / -1; }
  .site-footer p { grid-column: 1 / -1; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 3.65rem; }
  .hero-visual { width: 91vw; }
  .role-card { min-width: 0; width: 90%; font-size: .55rem; }
  .role-card-top { top: 8%; left: 5%; }
  .role-card-bottom { bottom: 5%; right: 5%; }
  .metric { min-height: 150px; padding: 20px 14px; }
  .project { padding: 22px; }
}

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

/* 2026 light editorial redesign */
:root {
  --bg: #ffffff;
  --bg-soft: #f3f7fc;
  --panel: #eaf1fa;
  --ink: #081a33;
  --muted: #607087;
  --line: rgba(8, 43, 86, .15);
  --accent: #0866d9;
  --accent-dark: #064d9f;
}

html, body { background: #fff; color: var(--ink); }
.noise { opacity: .018; }
.pointer-glow { background: radial-gradient(circle, rgba(8,102,217,.08), transparent 68%); }
.site-header.scrolled { background: rgba(255,255,255,.92); border-color: var(--line); box-shadow: 0 8px 32px rgba(8,26,51,.05); }
.brand img { filter: none; }
.brand span, .site-nav a { color: var(--ink); }
.nav-cta { color: #fff !important; background: var(--accent); border-color: var(--accent); }
.nav-cta span { color: #fff; }

.hero { background: linear-gradient(120deg, #fff 0%, #fff 56%, #eff6ff 56%, #f8fbff 100%); }
.hero::before { border-color: rgba(8,102,217,.16); box-shadow: 0 0 0 7vw rgba(8,102,217,.018), 0 0 0 14vw rgba(8,102,217,.012); }
.hero-grid { opacity: .5; background-image: linear-gradient(rgba(8,43,86,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(8,43,86,.09) 1px, transparent 1px); }
.eyebrow { color: #53647a; }
.status-dot { background: var(--accent); box-shadow: 0 0 0 5px rgba(8,102,217,.12); }
.hero h1 em, .contact-section h2 em { color: var(--accent); }
.hero-lead { color: #53647a; }
.hero-lead strong { color: var(--ink); }
.button-primary { color: #fff; background: var(--accent); box-shadow: 0 14px 28px rgba(8,102,217,.2); }
.button-primary:hover { background: var(--accent-dark); }
.button-ghost { color: var(--ink); border-color: rgba(8,43,86,.25); background: rgba(255,255,255,.75); }
.button-ghost:hover { border-color: var(--accent); }
.portrait-frame { background: #dfeaf7; box-shadow: 0 30px 80px rgba(8,43,86,.17); }
.portrait-frame::after { background: linear-gradient(180deg, transparent 55%, rgba(8,26,51,.32)); }
.portrait-frame img { filter: grayscale(1) contrast(1.06); }
.hero-visual:hover img { filter: grayscale(.4) contrast(1.03); }
.portrait-scan { background: linear-gradient(180deg, transparent, rgba(8,102,217,.08), transparent); }
.role-card { color: #fff; background: rgba(8,26,51,.91); border-color: rgba(255,255,255,.18); }
.role-card span { color: #7eb9ff; }
.hero-index { color: rgba(8,26,51,.24); }
.ticker { color: #fff; background: var(--accent); }

.section-title span { color: #7890ac; }
.profile-copy { color: var(--muted); }
.profile-copy p:first-child { color: var(--ink); }
.metric strong { color: var(--accent); }
.manifesto .quote-mark { color: var(--accent); }
.profile-intro { align-items: stretch; }
.profile-identity { min-height: 330px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: var(--accent); box-shadow: 0 24px 60px rgba(8,102,217,.16); }
.identity-monogram { font-size: clamp(3.5rem,6vw,6rem); font-weight: 900; line-height: 1; letter-spacing: -.08em; opacity: .22; }
.profile-identity dl { margin: 45px 0 0; }
.profile-identity dl > div { padding: 14px 0; display: grid; grid-template-columns: 100px 1fr; gap: 16px; border-top: 1px solid rgba(255,255,255,.3); }
.profile-identity dt { font-size: .56rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; opacity: .7; }
.profile-identity dd { margin: 0; font-size: .94rem; font-weight: 750; }
.profile-narrative { max-width: var(--max); margin: 85px auto 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 7vw; }
.profile-narrative p { margin: 0; color: var(--muted); font-size: 1.02rem; }
.profile-narrative .profile-lead { grid-column: 1 / -1; max-width: 1050px; color: var(--ink); font-size: clamp(1.2rem,1.8vw,1.55rem); line-height: 1.5; }
.profile-narrative strong { color: var(--ink); font-weight: 750; }

.roles-section, .timeline-section, .programs-section, .credentials-section { max-width: none; }
.roles-section { padding-top: 30px; }
.roles-section > *, .timeline-section > *, .programs-section > *, .credentials-section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.roles-heading, .programs-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 7vw; align-items: end; }
.roles-heading > p, .programs-heading > p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.roles-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(6,1fr); gap: 18px; }
.role-panel { grid-column: span 2; }
.role-panel:nth-child(n+4) { grid-column: span 3; }
.role-panel { position: relative; min-height: 380px; padding: 36px; display: flex; flex-direction: column; background: #f5f8fc; border: 1px solid var(--line); transition: transform .35s var(--ease), border-color .35s, box-shadow .35s; }
.role-panel:hover { transform: translateY(-6px); border-color: rgba(8,102,217,.5); box-shadow: 0 22px 50px rgba(8,43,86,.1); }
.role-panel-founders { color: #fff; background: var(--ink); }
.role-index { position: absolute; right: 28px; top: 24px; color: var(--accent); font-size: 2.2rem; font-weight: 800; opacity: .28; }
.role-type { margin: 0 0 48px; color: var(--accent); font-size: .62rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.role-panel h3 { margin: 0 0 18px; font-size: clamp(1.8rem,3vw,3rem); line-height: 1; letter-spacing: -.045em; }
.role-panel > p:not(.role-type) { color: var(--muted); max-width: 560px; }
.role-panel-founders > p:not(.role-type) { color: #b8c6d8; }
.role-panel ul { margin: auto 0 0; padding: 24px 0 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; border-top: 1px solid var(--line); }
.role-panel li { padding: 6px 10px; border: 1px solid var(--line); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.timeline-section { background: #f2f6fb; }
.timeline-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; align-items: start; }
.timeline-intro { position: sticky; top: 120px; }
.timeline-intro p { max-width: 520px; margin-top: 30px; color: var(--muted); }
.career-timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); counter-reset: timeline; }
.career-timeline li { position: relative; padding: 32px 0 34px 38px; display: grid; grid-template-columns: 140px 1fr; gap: 28px; border-bottom: 1px solid var(--line); }
.career-timeline li::before { content: ""; position: absolute; left: 0; top: 39px; width: 11px; height: 11px; border: 3px solid #f2f6fb; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.career-timeline li > span { padding-top: 5px; color: var(--accent); font-size: .6rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.career-timeline h3 { margin: 0 0 8px; font-size: 1.5rem; letter-spacing: -.03em; }
.career-timeline p { margin: 0; color: var(--muted); }

.expertise-section { background: #fff; color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.expertise-section .section-label, .expertise-sticky p { color: var(--muted); }
.expertise-section .section-title span { color: #7890ac; }
.expertise-list { border-color: var(--line); }
.expertise-item { border-color: var(--line); }
.expertise-item:hover { background: #eaf3ff; }
.expertise-number { color: var(--accent); }
.expertise-item p { color: var(--muted); }

.work-section { background: #081a33; color: #fff; }
.work-section .section-heading > p, .work-section .section-label { color: #9fb0c5; }
.work-section .section-title span { color: #83a6cd; }
.projects-grid { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.13); }
.project { background: #0c2342; }
.project:hover { background: #11315b; }
.project-top, .project p { color: #aebed0; }
.project-glyph { color: #5aa5ff; text-shadow: 0 0 80px rgba(8,102,217,.35); }
.project-orbit { border-color: rgba(90,165,255,.35); }
.project-orbit::before, .project-orbit::after { border-color: rgba(90,165,255,.24); }
.project-orbit i, .wave i { background: #57a5ff; box-shadow: 0 0 20px #0866d9; }

.programs-section { background: #fff; }
.programs-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 3px solid var(--accent); }
.program-card { min-height: 390px; padding: 34px; display: flex; flex-direction: column; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.program-card:first-child { border-left: 1px solid var(--line); }
.program-card > span { color: var(--accent); font-size: .62rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.program-card h3 { margin: 55px 0 18px; font-size: clamp(1.6rem,2.5vw,2.5rem); line-height: 1; letter-spacing: -.04em; }
.program-card p { color: var(--muted); }
.program-card .tags { margin-top: auto; }
.public-portfolio { margin-top: 40px; padding: 40px; background: #eef5fd; }
.public-portfolio h3 { margin: 0 0 25px; font-size: 1.2rem; }
.public-portfolio div { display: flex; flex-wrap: wrap; gap: 9px; }
.public-portfolio span { padding: 9px 12px; background: #fff; border: 1px solid var(--line); color: #38506e; font-size: .62rem; font-weight: 800; text-transform: uppercase; }

.ai-panel { color: #fff; background: var(--accent); box-shadow: 0 32px 80px rgba(8,102,217,.18); }
.ai-copy .section-label { color: rgba(255,255,255,.68); }
.ai-copy .section-label span { color: #fff; }
.pipeline div { border-color: #fff; }
.pipeline > i { background: rgba(255,255,255,.45); }

.credentials-section { background: #f2f6fb; }
.credentials-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.credential-card { min-height: 310px; padding: 36px; background: #fff; border: 1px solid var(--line); }
.credential-type { margin: 0 0 50px; color: var(--accent); font-size: .6rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.credential-card h3 { margin: 0 0 18px; font-size: clamp(1.7rem,2.8vw,2.7rem); line-height: 1; letter-spacing: -.04em; }
.credential-card > p:not(.credential-type) { color: var(--muted); }
.credential-card a { display: inline-block; margin-top: 20px; color: var(--accent); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.standards { margin-top: 24px; padding: 28px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; color: #fff; background: var(--ink); }
.standards span { font-size: .62rem; font-weight: 900; letter-spacing: .13em; }

.blog-section { background: #fff; }
.blog-grid { background: var(--line); }
.post-card { color: var(--ink); background: #fff; }
.post-card:hover { background: #f2f7fd; }
.post-card p, .blog-footer > span { color: var(--muted); }
.post-link { border-color: var(--line); }

.contact-section { color: #fff; background: #0755b4; }
.contact-section .contact-grid { background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); }
.contact-section .eyebrow { color: rgba(255,255,255,.75); }
.contact-section .status-dot { background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.13); }
.contact-section h2 em { color: #fff; }
.button-light { color: var(--accent); background: #fff; }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.5); background: transparent; }
.contact-details { border-color: rgba(255,255,255,.35); }
.site-footer { background: #fff; }
.footer-mark { color: #fff; background: var(--ink); }

@media (max-width: 1050px) {
  .roles-heading, .programs-heading { grid-template-columns: 1fr; }
  .timeline-layout { grid-template-columns: 1fr; }
  .timeline-intro { position: static; }
  .programs-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 300px; border-left: 1px solid var(--line); }
}

@media (max-width: 780px) {
  .site-nav { background: rgba(255,255,255,.98); }
  .hero { background: linear-gradient(180deg, #fff 0%, #fff 58%, #eef5fd 58%, #f8fbff 100%); }
  .roles-grid, .credentials-grid { grid-template-columns: 1fr; }
  .role-panel, .role-panel:nth-child(n+4) { grid-column: auto; }
  .profile-identity { min-height: 300px; }
  .profile-narrative { margin-top: 55px; grid-template-columns: 1fr; }
  .profile-narrative .profile-lead { grid-column: auto; }
  .role-panel { min-height: 340px; }
  .career-timeline li { grid-template-columns: 1fr; gap: 9px; padding-left: 30px; }
  .project { background: #0c2342; }
  .public-portfolio { padding: 25px; }
  .standards { justify-content: flex-start; }
}

@media (max-width: 780px) {
  .hero-visual {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-bottom: 72px;
  }
}
