:root {
--bg: #ffffff;
--bg-soft: #f4f9ff;
--bg-elevated: #eef5fd;
--panel: #ffffff;
--panel-border: #dce7f4;
--text: #12233d;
--text-dim: #4d6178;
--text-faint: #8298b0;
--accent: #2f6fed;
--accent-soft: #5c8dfb;
--accent-light: #e8f1fe;
--accent-2: #17b4c9;
--radius: 14px;
--radius-sm: 8px;
--serif: "Fraunces", Georgia, serif;
--sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
--container: 1180px;
--ease: cubic-bezier(0.22, 1, 0.36, 1);
--shadow-sm: 0 1px 2px rgba(18, 35, 61, 0.05), 0 1px 1px rgba(18, 35, 61, 0.03);
--shadow-md: 0 10px 30px -12px rgba(47, 111, 237, 0.18), 0 2px 8px rgba(18, 35, 61, 0.04);
--shadow-lg: 0 24px 60px -20px rgba(47, 111, 237, 0.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.noise-overlay { position: fixed; inset: 0; pointer-events: none; z-index: 999; opacity: 0.012; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; backdrop-filter: blur(14px) saturate(160%); background: rgba(255, 255, 255, 0.6); border-bottom: 1px solid transparent; transition: border-color 0.3s var(--ease), background 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.site-header.scrolled { border-bottom-color: var(--panel-border); background: rgba(255, 255, 255, 0.88); box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; letter-spacing: 0.01em; color: var(--text); white-space: nowrap; }
.brand-dot { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { font-size: 0.92rem; color: var(--text-dim); font-weight: 500; transition: color 0.2s; position: relative; }
.nav-links a:hover { color: var(--accent); }
.nav-links a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; border-radius: 2px; background: var(--accent); transition: width 0.25s var(--ease); }
.nav-links a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { border: 1px solid var(--accent); color: var(--accent) !important; padding: 0.5rem 1.1rem; border-radius: 999px; transition: background 0.2s, color 0.2s, box-shadow 0.2s; }
.nav-cta:hover { background: var(--accent); color: #fff !important; box-shadow: 0 6px 18px -6px rgba(47, 111, 237, 0.55); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: transform 0.25s var(--ease), opacity 0.2s; }
.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 140px 0 60px; overflow: hidden; background: linear-gradient(180deg, var(--bg-soft) 0%, #ffffff 55%); }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
#particleCanvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.55; }
.hero-grid { position: absolute; inset: -1px; background-image: linear-gradient(to right, rgba(47, 111, 237, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(47, 111, 237, 0.05) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, black 40%, transparent 90%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.5; }
.glow-1 { width: 520px; height: 520px; background: radial-gradient(circle, var(--accent-soft) 0%, transparent 70%); top: -160px; left: -60px; opacity: 0.35; }
.glow-2 { width: 480px; height: 480px; background: radial-gradient(circle, var(--accent-2) 0%, transparent 70%); bottom: -200px; right: -60px; opacity: 0.28; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 2rem; align-items: center; }
.hero-inner { max-width: 640px; }
.eyebrow { font-size: 0.85rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin: 0 0 1.1rem; }
.hero-title { font-family: var(--serif); font-size: clamp(2.7rem, 6.4vw, 4.6rem); line-height: 1.03; font-weight: 600; margin: 0 0 1.4rem; letter-spacing: -0.01em; color: var(--text); }
.hero-sub { font-size: clamp(1.02rem, 1.8vw, 1.25rem); color: var(--text-dim); max-width: 640px; margin: 0 0 1rem; font-weight: 400; }
.hero-sub strong { color: var(--text); font-weight: 600; }
.hero-meta { font-size: 0.92rem; color: var(--text-faint); margin: 0 0 2.2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; position: relative; z-index: 1; }
.btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.85rem 1.6rem; border-radius: 999px; font-weight: 600; font-size: 0.95rem; transition: transform 0.2s var(--ease), background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s; border: 1px solid transparent; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 10px 24px -10px rgba(47, 111, 237, 0.6); }
.btn-primary:hover { transform: translateY(-2px); background: #1f5ce0; box-shadow: 0 14px 30px -10px rgba(47, 111, 237, 0.65); }
.btn-ghost { border-color: var(--panel-border); color: var(--text); background: #fff; }
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--accent); color: var(--accent); box-shadow: var(--shadow-sm); }
.hero-figure { display: flex; justify-content: center; align-items: center; perspective: 1200px; }
.tilt-scene { position: relative; width: 320px; height: 320px; transform-style: preserve-3d; transform: rotateX(8deg) rotateY(-14deg); transition: transform 0.15s ease-out; will-change: transform; }
.tilt-card { position: absolute; inset: 0; margin: auto; width: 210px; height: 210px; border-radius: 28px; overflow: hidden; background: var(--accent-light); border: 1px solid var(--panel-border); box-shadow: var(--shadow-lg); transform: translateZ(40px); animation: floatCard 6s ease-in-out infinite; }
.tilt-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.tilt-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 0.7rem 0.8rem 0.6rem; display: flex; flex-direction: column; background: linear-gradient(180deg, transparent, rgba(10, 20, 45, 0.72)); }
.tilt-name { font-family: var(--serif); font-size: 0.95rem; font-weight: 700; color: #fff; line-height: 1.3; }
.tilt-title { font-size: 0.68rem; color: rgba(255, 255, 255, 0.85); font-weight: 500; }
.tilt-orbit { position: absolute; background: #ffffff; border: 1px solid var(--panel-border); border-radius: 999px; padding: 0.55rem 1rem; font-size: 0.78rem; font-weight: 600; color: var(--accent); box-shadow: var(--shadow-md); white-space: nowrap; }
.orbit-1 { top: 6%; left: -6%; transform: translateZ(70px); animation: floatChip 5s ease-in-out infinite; }
.orbit-2 { bottom: 10%; right: -10%; transform: translateZ(90px); animation: floatChip 6.5s ease-in-out infinite reverse; }
.orbit-3 { bottom: -4%; left: 14%; transform: translateZ(50px); animation: floatChip 7.5s ease-in-out infinite; }
.tilt-ring { position: absolute; inset: 0; margin: auto; border-radius: 50%; border: 1px dashed rgba(47, 111, 237, 0.25); }
.ring-1 { width: 280px; height: 280px; transform: translateZ(10px) rotateX(70deg); }
.ring-2 { width: 320px; height: 320px; transform: translateZ(-10px) rotateX(70deg) rotateZ(35deg); border-color: rgba(23, 180, 201, 0.22); }
@keyframes floatCard { 0%, 100% { transform: translateZ(40px) translateY(0); } 50% { transform: translateZ(40px) translateY(-10px); } }
@keyframes floatChip { 0%, 100% { transform: translateZ(70px) translateY(0); } 50% { transform: translateZ(70px) translateY(-8px); } }
.hero-stats { position: relative; z-index: 1; margin-top: 4rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.stat { position: relative; display: flex; flex-direction: column; gap: 0.6rem; padding: 1.4rem 1.3rem 1.5rem; background: linear-gradient(160deg, #fff 0%, var(--accent-light) 160%); border: 1px solid var(--panel-border); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; transition: transform 0.2s var(--ease), box-shadow 0.25s ease, border-color 0.25s ease; }
.stat::after { content: ""; position: absolute; top: -30%; right: -20%; width: 90px; height: 90px; border-radius: 50%; background: radial-gradient(circle, rgba(47, 111, 237, 0.14) 0%, transparent 72%); pointer-events: none; }
.stat:hover { box-shadow: var(--shadow-md); border-color: rgba(47, 111, 237, 0.35); }
.stat-icon { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 9px; background: #fff; border: 1px solid var(--panel-border); color: var(--accent); box-shadow: var(--shadow-sm); }
.stat-icon svg { width: 17px; height: 17px; }
.stat-figure { display: flex; align-items: baseline; }
.stat-num, .stat-suffix { font-family: var(--serif); font-size: 2.15rem; font-weight: 600; color: var(--accent); }
.stat-label { display: block; font-size: 0.82rem; color: var(--text-dim); font-weight: 500; max-width: 20ch; }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); width: 22px; height: 36px; border: 1px solid var(--panel-border); border-radius: 20px; display: flex; justify-content: center; padding-top: 6px; z-index: 1; background: rgba(255, 255, 255, 0.6); }
.scroll-cue span { width: 3px; height: 8px; background: var(--accent); border-radius: 2px; animation: scrollcue 1.6s infinite ease-in-out; }
@keyframes scrollcue { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(10px); opacity: 0; } 100% { opacity: 0; } }
.section { padding: 7rem 0; position: relative; }
.section-kicker { font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin: 0 0 0.9rem; }
.section-title { font-family: var(--serif); font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 600; line-height: 1.15; margin: 0 0 1.4rem; max-width: 760px; color: var(--text); }
.section-sub { color: var(--text-dim); font-size: 1.05rem; max-width: 640px; margin: -0.6rem 0 2.5rem; }
.about-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 3rem; align-items: start; margin-top: 1rem; }
.about-copy { display: flex; flex-direction: column; gap: 1.3rem; }
.about-lead { font-size: 1.08rem; color: var(--text-dim); max-width: 62ch; margin: 0; }
.about-lead strong { color: var(--text); }
.about-card { background: #fff; border: 1px solid var(--panel-border); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); transform-style: preserve-3d; transition: transform 0.15s ease-out, box-shadow 0.25s ease, border-color 0.25s ease; }
.about-card:hover { box-shadow: var(--shadow-md); border-color: rgba(47, 111, 237, 0.3); }
.about-card-header { display: flex; align-items: center; gap: 0.9rem; padding-bottom: 1.1rem; margin-bottom: 0.4rem; border-bottom: 1px solid var(--panel-border); }
.about-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 1px solid var(--panel-border); flex-shrink: 0; }
.about-card-name { font-family: var(--serif); font-weight: 700; font-size: 1rem; color: var(--text); }
.about-card-role { font-size: 0.8rem; color: var(--text-faint); margin-top: 0.15rem; }
.about-facts li { display: flex; gap: 0.8rem; align-items: flex-start; padding: 0.7rem 0; font-size: 0.9rem; line-height: 1.4; color: var(--text-dim); }
.about-facts li:not(:last-child) { border-bottom: 1px solid var(--panel-border); }
.about-fact-icon { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 9px; background: var(--accent-light); color: var(--accent); flex-shrink: 0; }
.about-fact-icon svg { width: 16px; height: 16px; }
.timeline { position: relative; margin-top: 2rem; padding-left: 2.2rem; border-left: 1px solid var(--panel-border); }
.tl-item { position: relative; padding-bottom: 3rem; }
.tl-item:last-child { padding-bottom: 0; }
.tl-dot { position: absolute; left: -2.5rem; top: 0.35rem; width: 10px; height: 10px; border-radius: 50%; background: #fff; border: 2px solid var(--accent); box-shadow: 0 0 0 4px var(--accent-light); }
.tl-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 0.5rem 1rem; }
.tl-head h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; margin: 0; color: var(--text); }
.tl-date { font-size: 0.85rem; color: var(--accent); font-weight: 600; white-space: nowrap; }
.tl-org { color: var(--text-dim); font-size: 0.95rem; margin: 0.3rem 0 0.9rem; font-weight: 500; }
.tl-muted { color: var(--text-faint); font-weight: 400; }
.tl-list { display: flex; flex-direction: column; gap: 0.55rem; }
.tl-list li { position: relative; padding-left: 1.2rem; color: var(--text-dim); font-size: 0.96rem; line-height: 1.65; }
.tl-list li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); opacity: 0.8; }
.tl-list strong { color: var(--text); }
[data-tilt] { transform-style: preserve-3d; transition: transform 0.15s ease-out, box-shadow 0.25s ease, border-color 0.25s ease; will-change: transform; }
.work-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.4rem; margin-top: 1rem; }
.work-card { background: #fff; border: 1px solid var(--panel-border); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow-sm); }
.work-card:hover { border-color: rgba(47, 111, 237, 0.35); box-shadow: var(--shadow-md); }
.work-card-top { margin-bottom: 0.9rem; }
.work-tag { display: inline-block; font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; color: var(--accent); background: var(--accent-light); padding: 0.3rem 0.7rem; border-radius: 999px; }
.work-card h3 { font-family: var(--serif); font-size: 1.25rem; margin: 0 0 0.6rem; font-weight: 600; color: var(--text); }
.work-card p { color: var(--text-dim); font-size: 0.92rem; line-height: 1.6; margin: 0 0 1.1rem; }
.work-meta li { font-size: 0.82rem; color: var(--text-faint); padding: 0.3rem 0; border-top: 1px solid var(--panel-border); }
.portfolio-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; margin-top: 1rem; }
.portfolio-card { background: #fff; border: 1px solid var(--panel-border); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 0.8rem; }
.portfolio-card:hover { border-color: rgba(47, 111, 237, 0.35); box-shadow: var(--shadow-md); }
.portfolio-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--accent-light); display: flex; align-items: center; justify-content: center; color: var(--accent); }
.portfolio-icon svg { width: 24px; height: 24px; }
.portfolio-card h3 { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; color: var(--text); margin: 0; }
.portfolio-card p { color: var(--text-dim); font-size: 0.92rem; line-height: 1.6; margin: 0; flex-grow: 1; }
.portfolio-btn { align-self: flex-start; padding: 0.6rem 1.2rem; font-size: 0.85rem; margin-top: 0.2rem; }
.back-link { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.88rem; font-weight: 600; color: var(--text-dim); margin-bottom: 1.6rem; transition: color 0.2s; }
.back-link:hover { color: var(--accent); }
.portfolio-page-hero { padding-top: 160px; padding-bottom: 3rem; background: linear-gradient(180deg, var(--bg-soft) 0%, #ffffff 100%); }
.sample-section { padding-top: 0; }
.sample-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; margin-top: 1rem; }
.sample-card { background: #fff; border: 1px dashed var(--panel-border); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 0.7rem; }
.sample-card:hover { border-color: rgba(47, 111, 237, 0.4); box-shadow: var(--shadow-md); }
.sample-thumb { width: 100%; aspect-ratio: 16 / 10; border-radius: var(--radius-sm); background: linear-gradient(155deg, var(--accent-light) 0%, var(--bg-soft) 100%); display: flex; align-items: center; justify-content: center; color: var(--accent); overflow: hidden; }
.sample-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sample-thumb svg { width: 20%; height: 20%; }
.sample-status { align-self: flex-start; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-faint); background: var(--bg-soft); border: 1px solid var(--panel-border); padding: 0.25rem 0.6rem; border-radius: 999px; }
.sample-card h3 { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; color: var(--text); margin: 0; }
.sample-card p { color: var(--text-dim); font-size: 0.9rem; line-height: 1.55; margin: 0; }
.sample-cta { margin-top: 3rem; padding: 2.2rem; border-radius: var(--radius); background: linear-gradient(160deg, var(--bg-soft) 0%, var(--accent-light) 130%); border: 1px solid var(--panel-border); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.sample-cta p { color: var(--text-dim); font-size: 1rem; margin: 0; max-width: 46ch; }
.skills-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 1.4rem; margin-top: 1rem; }
.skill-card { background: #fff; border: 1px solid var(--panel-border); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); }
.skill-card:hover { box-shadow: var(--shadow-md); border-color: rgba(47, 111, 237, 0.3); }
.skill-card h3 { font-family: var(--serif); font-size: 1.1rem; margin: 0 0 1rem; color: var(--accent); font-weight: 600; }
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.chips span { font-size: 0.82rem; color: var(--text-dim); background: var(--bg-soft); border: 1px solid var(--panel-border); padding: 0.4rem 0.8rem; border-radius: 999px; transition: color 0.2s, border-color 0.2s, background 0.2s, transform 0.15s; }
.chips span:hover { color: var(--accent); border-color: var(--accent); background: var(--accent-light); transform: translateY(-1px); }
.edu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; margin-top: 1rem; }
.edu-card { border-left: 2px solid var(--accent); padding: 0.3rem 0 0.3rem 1.4rem; }
.edu-card h3 { font-family: var(--serif); font-size: 1.1rem; margin: 0 0 0.4rem; font-weight: 600; color: var(--text); }
.edu-org { color: var(--text-dim); font-size: 0.92rem; margin: 0 0 0.2rem; }
.edu-date { color: var(--text-faint); font-size: 0.82rem; margin: 0 0 0.5rem; }
.edu-detail { color: var(--accent); font-size: 0.85rem; margin: 0; font-weight: 600; }
.cred-subhead { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; color: var(--text); margin: 2.6rem 0 1.2rem; }
.cred-subhead:first-of-type { margin-top: 0; }
.cred-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.2rem; }
.cred-card { background: #fff; border: 1px solid var(--panel-border); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 0.7rem; }
.cred-card:hover { border-color: rgba(47, 111, 237, 0.35); box-shadow: var(--shadow-md); }
.cred-card-top { display: flex; align-items: center; gap: 0.6rem; }
.cred-icon { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 10px; background: var(--accent-light); color: var(--accent); flex-shrink: 0; }
.cred-icon svg { width: 18px; height: 18px; }
.cred-issuer { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--text-faint); }
.cred-card h4 { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; color: var(--text); margin: 0; line-height: 1.35; }
.cred-card p { font-size: 0.88rem; color: var(--text-dim); line-height: 1.55; margin: 0; }
.award-card { background: linear-gradient(160deg, #fff 0%, var(--accent-light) 130%); }
.contact { background: linear-gradient(180deg, #fff, var(--bg-soft)); border-top: 1px solid var(--panel-border); }
.contact-inner { text-align: center; }
.contact .section-title, .contact .section-sub { margin-left: auto; margin-right: auto; }
.contact-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-top: 1.5rem; }
.contact-link { display: flex; flex-direction: column; gap: 0.3rem; padding: 1.2rem 1.8rem; border: 1px solid var(--panel-border); border-radius: var(--radius); min-width: 200px; background: #fff; box-shadow: var(--shadow-sm); transition: transform 0.25s var(--ease), border-color 0.25s, box-shadow 0.25s; }
.contact-link:not(.contact-static):hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: var(--shadow-md); }
.contact-static { cursor: default; }
.contact-label { font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-faint); font-weight: 600; }
.contact-value { font-size: 0.98rem; color: var(--text); font-weight: 500; }
.site-footer { border-top: 1px solid var(--panel-border); padding: 2rem 0; background: #fff; }
.footer-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: 0.85rem; color: var(--text-faint); }
.back-to-top { color: var(--text-dim); transition: color 0.2s; }
.back-to-top:hover { color: var(--accent); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.lg-only { display: inline; }
@media (max-width: 980px) { .hero-layout { grid-template-columns: 1fr; } .hero-figure { order: -1; margin-bottom: 1rem; } .tilt-scene { width: 220px; height: 220px; } .tilt-card { width: 160px; height: 160px; border-radius: 22px; } .tilt-name { font-size: 0.82rem; } .tilt-title { font-size: 0.6rem; } }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; } .hero-stats { grid-template-columns: repeat(2, 1fr); } .lg-only { display: none; } }
@media (max-width: 720px) { .nav-links { position: fixed; top: 72px; right: 0; left: 0; background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(14px); flex-direction: column; align-items: flex-start; gap: 0; padding: 0.5rem 24px 1.5rem; border-bottom: 1px solid var(--panel-border); transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity 0.25s var(--ease), transform 0.25s var(--ease); } .nav-links.open { opacity: 1; transform: translateY(0); pointer-events: auto; } .nav-links li { width: 100%; } .nav-links a { display: block; padding: 0.85rem 0; } .nav-cta { display: inline-block; margin-top: 0.5rem; } .nav-toggle { display: flex; } .hero { padding-top: 120px; } .hero-stats { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; } .section { padding: 4.5rem 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .scroll-cue span { animation: none; } .tilt-card, .tilt-orbit { animation: none; } }