:root {
  --bg: #090b10;
  --panel: #10141c;
  --panel-2: #151a24;
  --text: #f5f7fb;
  --muted: #a6adbb;
  --faint: #6f7888;
  --line: rgba(255,255,255,.1);
  --accent: #8cf5d2;
  --accent-2: #9fb7ff;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .045; z-index: 99; 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='.45'/%3E%3C/svg%3E"); }
.section-shell { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.site-header { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: relative; z-index: 20; }
.brand { font-weight: 800; letter-spacing: -.06em; font-size: 1.35rem; }
.brand span { color: var(--accent); }
.nav { display: flex; gap: 28px; color: var(--muted); font-size: .93rem; }
.nav a:hover, .social-row a:hover, .site-footer a:hover { color: var(--text); }
.site-header > .button { justify-self: end; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 18px; background: var(--text); color: #0a0c11; border-radius: 10px; font-weight: 700; font-size: .92rem; transition: transform .2s ease, opacity .2s ease; border: 0; cursor: pointer; }
.button:hover { transform: translateY(-2px); opacity: .92; }
.button-small { min-height: 40px; padding: 0 15px; font-size: .85rem; }
.text-link { color: var(--muted); font-weight: 650; }
.text-link:hover { color: var(--text); }
.hero { min-height: 700px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 68px; padding: 72px 0 100px; }
.eyebrow { margin: 0 0 22px; color: var(--muted); text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; font-weight: 750; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); display: inline-block; margin-right: 8px; box-shadow: 0 0 0 5px rgba(140,245,210,.08); }
.hero h1 { margin: 0; font-size: clamp(3.2rem, 6.1vw, 6.3rem); line-height: .94; letter-spacing: -.065em; max-width: 780px; }
.hero h1 span { color: #8d96a7; }
.hero-lede { max-width: 690px; margin: 30px 0 0; font-size: clamp(1.04rem, 1.7vw, 1.2rem); color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.social-row { display: flex; gap: 24px; margin-top: 42px; color: var(--faint); font-size: .9rem; }
.hero-visual { position: relative; min-height: 470px; display: flex; align-items: center; justify-content: center; }
.hero-visual::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(159,183,255,.14), rgba(140,245,210,.06) 46%, transparent 70%); filter: blur(20px); }
.window-card { width: min(100%, 510px); border: 1px solid var(--line); background: rgba(16,20,28,.86); box-shadow: 0 24px 90px rgba(0,0,0,.42); border-radius: 18px; overflow: hidden; backdrop-filter: blur(20px); position: relative; z-index: 2; transform: perspective(1000px) rotateY(-6deg) rotateX(2deg); }
.window-bar { height: 48px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 7px; padding: 0 15px; }
.window-bar > span { width: 8px; height: 8px; background: #3a4252; border-radius: 50%; }
.window-title { margin-left: 8px; font-size: .72rem; color: var(--faint); }
.window-body { padding: 29px 24px 32px; font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; font-size: .82rem; color: #c7ceda; }
.code-line { min-height: 29px; }
.code-line.indent { padding-left: 28px; }
.num { color: #4e5768; margin-right: 18px; }
.key { color: #ba9cff; }
.prop { color: #8fd8ff; }
.str { color: #a7e3a2; }
.terminal-line { border-top: 1px solid var(--line); margin-top: 22px; padding-top: 21px; color: var(--muted); }
.terminal-line > span:first-child { color: var(--accent); margin-right: 8px; }
.cursor { display: inline-block; width: 7px; height: 14px; background: var(--accent); vertical-align: -2px; margin-left: 4px; animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.floating-chip { position: absolute; z-index: 4; border: 1px solid var(--line); background: rgba(21,26,36,.92); border-radius: 999px; padding: 9px 13px; font-size: .72rem; color: #ced4df; box-shadow: 0 12px 40px rgba(0,0,0,.28); }
.chip-one { left: 4%; top: 19%; } .chip-two { right: -2%; top: 29%; } .chip-three { right: 8%; bottom: 13%; }
.impact-strip { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.impact-strip > div { padding: 34px 26px; border-right: 1px solid var(--line); }
.impact-strip > div:last-child { border-right: 0; }
.impact-strip strong { display: block; font-size: 1.8rem; letter-spacing: -.04em; }
.impact-strip span { color: var(--faint); font-size: .78rem; display: block; margin-top: 4px; }
.work-section, .experience-section, .stack-section, .about-section { padding-top: 150px; }
.section-heading { max-width: 790px; margin-bottom: 62px; }
.section-heading h2, .about-grid h2 { margin: 0; font-size: clamp(2.6rem, 4.7vw, 4.7rem); line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p:last-child { margin-top: 22px; color: var(--muted); max-width: 700px; font-size: 1.03rem; }
.project { border: 1px solid var(--line); background: linear-gradient(145deg, rgba(19,24,34,.94), rgba(11,14,20,.94)); border-radius: 24px; overflow: hidden; }
.project-featured { display: grid; grid-template-columns: 1.04fr .96fr; min-height: 640px; }
.project-copy { padding: 42px; }
.project-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; color: var(--faint); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.project-meta span:first-child { color: var(--accent); }
.project h3 { font-size: clamp(2rem, 3.5vw, 3.45rem); letter-spacing: -.05em; margin: 26px 0 16px; line-height: 1; }
.project-summary, .compact p { color: var(--muted); font-size: 1rem; max-width: 650px; }
.project-columns { display: grid; grid-template-columns: 1.4fr .8fr; gap: 36px; margin-top: 34px; }
.project h4 { font-size: .75rem; color: #cfd5df; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 14px; }
ul { padding-left: 18px; margin: 0; color: var(--muted); font-size: .91rem; }
li { margin: 9px 0; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-list span { border: 1px solid var(--line); background: rgba(255,255,255,.025); border-radius: 999px; padding: 7px 10px; color: #c3cad5; font-size: .72rem; }
.case-study-button { margin-top: 30px; background: transparent; color: var(--text); border: 0; padding: 0; font-weight: 700; cursor: pointer; }
.case-study-button span { color: var(--accent); }
.assistant-mock { padding: 32px; background: radial-gradient(circle at 80% 0%, rgba(159,183,255,.15), transparent 28%), #0d1118; display: flex; flex-direction: column; justify-content: center; }
.mock-topbar, .mock-input, .chat-area { width: 100%; max-width: 450px; margin-inline: auto; }
.mock-topbar { display: flex; align-items: center; gap: 10px; background: #f7f8fa; color: #11151c; border-radius: 18px 18px 0 0; padding: 15px; }
.logo-mark { width: 34px; height: 34px; border-radius: 9px; background: #11151c; color: white; display: grid; place-items: center; font-weight: 800; }
.mock-topbar div:nth-child(2) { display: flex; flex-direction: column; line-height: 1.25; }
.mock-topbar div:nth-child(2) span { color: #6f7784; font-size: .68rem; }
.online { margin-left: auto; color: #2f865b; font-size: .68rem; }
.chat-area { min-height: 370px; background: #eff2f5; padding: 22px 18px; display: flex; flex-direction: column; gap: 12px; }
.bubble { width: fit-content; max-width: 82%; padding: 12px 14px; border-radius: 13px; font-size: .78rem; line-height: 1.45; color: #202630; background: white; box-shadow: 0 3px 12px rgba(30,40,60,.07); }
.bubble.user { align-self: flex-end; background: #11151c; color: white; }
.quick-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.quick-actions span { border: 1px solid #d5dbe2; background: white; color: #4b5563; border-radius: 99px; padding: 7px 9px; font-size: .64rem; }
.rich-bubble { display: flex; flex-direction: column; gap: 5px; }
.rich-bubble span { color: #737b87; font-size: .68rem; }
.rich-bubble button { width: fit-content; margin-top: 6px; padding: 0; border: 0; background: none; color: #4a67b8; font-weight: 700; font-size: .68rem; }
.mock-input { background: white; color: #a0a6af; border-top: 1px solid #e1e5e9; border-radius: 0 0 18px 18px; padding: 15px 17px; font-size: .72rem; }
.mock-input span { float: right; width: 25px; height: 25px; border-radius: 50%; background: #11151c; color: white; display: grid; place-items: center; margin-top: -4px; }
.project-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 18px; }
.project-grid .project:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
.compact .project-copy { padding: 34px; }
.compact h3 { font-size: 2rem; }
.mini-visual { min-height: 260px; margin: 0 18px 18px; border-radius: 16px; border: 1px solid var(--line); background: #0c1017; overflow: hidden; position: relative; }
.ai-visual { display: grid; place-items: center; }
.ai-orb { position: absolute; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.75), rgba(159,183,255,.48) 18%, rgba(140,245,210,.17) 45%, transparent 68%); filter: blur(.2px); opacity: .75; }
.ai-panel { width: 72%; position: relative; z-index: 2; border: 1px solid var(--line); background: rgba(18,23,33,.84); backdrop-filter: blur(18px); border-radius: 14px; padding: 18px; box-shadow: 0 15px 60px rgba(0,0,0,.35); }
.ai-panel strong { display: block; font-size: .86rem; margin: 7px 0 15px; }
.tiny-label { font-size: .58rem; color: var(--accent); letter-spacing: .12em; }
.skeleton-line { height: 6px; background: #3a4250; border-radius: 99px; width: 72%; margin-top: 8px; }.skeleton-line.wide{width:100%}.skeleton-line.short{width:48%}
.dashboard-visual { padding: 20px; display: grid; grid-template-rows: auto 1fr; gap: 18px; }
.metric-card { border: 1px solid var(--line); background: #121722; border-radius: 12px; padding: 16px; }
.metric-card span,.metric-card small { display: block; color: var(--faint); font-size: .62rem; }.metric-card strong{font-size:1.65rem;letter-spacing:-.04em}.metric-card small{margin-top:3px}
.bars { display:flex;align-items:flex-end;gap:9px;padding:10px 10px 0;height:120px;border-bottom:1px solid var(--line)}.bars i{flex:1;background:linear-gradient(180deg,var(--accent-2),rgba(159,183,255,.25));border-radius:5px 5px 0 0}
.enablement-visual { min-height: 290px !important; margin: 18px !important; }
.project-grid .project:last-child .mini-visual { margin: 18px; }
.node { position:absolute; border:1px solid var(--line); background:#161c27; border-radius:999px; padding:9px 13px; font-size:.7rem;color:#cbd2dd}.node.center{left:50%;top:50%;transform:translate(-50%,-50%);background:var(--text);color:#111;font-weight:800}.n1{left:16%;top:20%}.n2{right:17%;top:20%}.n3{left:15%;bottom:20%}.n4{right:15%;bottom:20%}.enablement-visual:before,.enablement-visual:after{content:"";position:absolute;left:50%;top:50%;width:62%;height:1px;background:var(--line);transform:translate(-50%,-50%) rotate(25deg)}.enablement-visual:after{transform:translate(-50%,-50%) rotate(-25deg)}
.timeline { border-top:1px solid var(--line); }
.timeline-item { display:grid;grid-template-columns:220px 1fr;gap:46px;padding:38px 0;border-bottom:1px solid var(--line)}.timeline-date{font-size:.76rem;color:var(--faint);padding-top:5px}.role-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.role-row h3{margin:0;font-size:1.45rem;letter-spacing:-.03em}.role-row span{color:#c0c7d1;font-weight:650}.official-title{margin:3px 0 12px!important;color:var(--faint)!important;font-size:.75rem!important}.timeline-content p{color:var(--muted);margin:0;max-width:780px}
.compact-heading { margin-bottom:38px; }
.stack-grid { display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.stack-grid>div{padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.stack-grid span{display:block;color:var(--accent);font-size:.66rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}.stack-grid strong{font-size:.92rem;color:#c7ced9;font-weight:600}
.about-section { padding-bottom:150px; }.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.about-copy{color:var(--muted);font-size:1.08rem}.about-copy p{margin:0 0 22px}
.contact-section { background: var(--text); color:#0b0e13; width:min(1260px,calc(100% - 28px)); border-radius:26px; padding:78px; margin-bottom:26px; }.contact-section .eyebrow{color:#626976}.contact-section h2{font-size:clamp(2.6rem,5.5vw,5.6rem);line-height:.98;letter-spacing:-.06em;max-width:930px;margin:0}.contact-actions{display:flex;align-items:center;gap:28px;margin-top:36px}.button-light{background:#0b0e13;color:white}.text-link.light{color:#4f5662}.text-link.light:hover{color:#0b0e13}
.site-footer { display:flex;justify-content:space-between;color:var(--faint);font-size:.78rem;padding:34px 0 50px; }
.case-dialog { width:min(920px,calc(100% - 34px)); max-height:88vh; border:1px solid var(--line); border-radius:22px; background:#0e1219; color:var(--text); padding:0; box-shadow:0 40px 120px rgba(0,0,0,.7)}.case-dialog::backdrop{background:rgba(2,4,8,.78);backdrop-filter:blur(8px)}.dialog-close{position:absolute;right:18px;top:16px;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:#171c26;color:white;font-size:1.5rem;cursor:pointer}.dialog-content{padding:58px}.dialog-content h2{font-size:clamp(2.7rem,5vw,4.8rem);margin:0;letter-spacing:-.055em;line-height:1}.dialog-lede{font-size:1.08rem;color:var(--muted);max-width:750px;margin:22px 0 42px}.dialog-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.dialog-grid section{border:1px solid var(--line);border-radius:14px;padding:20px;background:#121721}.dialog-grid h3{margin:0 0 9px;font-size:.86rem}.dialog-grid p{margin:0;color:var(--muted);font-size:.86rem}.architecture{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:18px;padding:24px;border:1px solid var(--line);border-radius:14px;color:#c7ced8;font-size:.76rem}.architecture span{padding:9px 12px;background:#171d27;border-radius:8px}.architecture b{color:var(--accent)}.confidentiality{color:var(--faint);font-size:.72rem;margin:20px 0 0}
.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }.reveal.visible{opacity:1;transform:none}.reveal-delay{transition-delay:.14s}
@media (max-width: 920px){.hero{grid-template-columns:1fr;padding-top:42px;gap:30px}.hero-visual{min-height:400px}.project-featured{grid-template-columns:1fr}.project-grid{grid-template-columns:1fr}.project-grid .project:last-child{grid-column:auto;grid-template-columns:1fr}.project-columns{grid-template-columns:1fr}.impact-strip{grid-template-columns:1fr 1fr}.impact-strip>div:nth-child(2){border-right:0}.impact-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.about-grid{grid-template-columns:1fr;gap:34px}.stack-grid{grid-template-columns:1fr}.timeline-item{grid-template-columns:1fr;gap:9px}.role-row{align-items:flex-start;flex-direction:column;gap:3px}.contact-section{padding:52px 34px}.contact-actions{flex-wrap:wrap}.dialog-grid{grid-template-columns:1fr}}
@media (max-width: 640px){.section-shell,.site-header{width:min(100% - 28px,var(--max))}.site-header{grid-template-columns:1fr auto}.nav{display:none}.hero{min-height:auto;padding:55px 0 85px}.hero h1{font-size:clamp(3.1rem,14vw,4.2rem)}.hero-actions{align-items:flex-start;flex-direction:column}.hero-visual{min-height:330px}.window-card{transform:none}.floating-chip{display:none}.impact-strip{grid-template-columns:1fr}.impact-strip>div{border-right:0;border-bottom:1px solid var(--line)!important}.impact-strip>div:last-child{border-bottom:0!important}.work-section,.experience-section,.stack-section,.about-section{padding-top:105px}.project-copy{padding:28px}.assistant-mock{padding:18px}.section-heading{margin-bottom:42px}.section-heading h2,.about-grid h2{font-size:2.7rem}.contact-section{width:calc(100% - 18px);padding:42px 24px;border-radius:20px}.dialog-content{padding:54px 22px 28px}.site-footer{padding-bottom:34px}}
@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.cursor{animation:none}.button{transition:none}}
