:root {
  --bg: #211e25;
  --surface: #2a2630;
  --surface-2: #332e3a;
  --text: #f5f0f5;
  --muted: #aaa2ad;
  --line: #403a47;
  --accent: #cbb7e9;
  --accent-strong: #e1c9ef;
  --accent-soft: #9e91b7;
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; overflow-x: hidden; }
body::before { content: ""; position: fixed; width: 520px; height: 520px; top: -240px; right: -160px; border-radius: 50%; background: rgba(203,183,233,.10); filter: blur(95px); pointer-events: none; }
a { color: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(33,30,37,.86); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(64,58,71,.82); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; }
.brand { font-weight: 800; text-decoration: none; letter-spacing: -.04em; }
.nav-links { display: flex; gap: 24px; font-size: .84rem; }
.nav-links a { text-decoration: none; color: var(--muted); transition: color .2s ease; }
.nav-links a:hover { color: var(--accent-strong); }
.hero { padding: 112px 0 145px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.hero-copy-block { position: relative; z-index: 1; }
.eyebrow, .section-label, .fact-label, .experience-meta { text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 750; }
.eyebrow, .section-label { color: var(--accent); }
.eyebrow::before { content: "✦"; margin-right: 9px; font-size: .8em; }
h1 { max-width: 900px; margin: 20px 0 28px; font-size: clamp(3.6rem, 8vw, 7.4rem); line-height: .88; letter-spacing: -.075em; font-weight: 800; }
h1 span { color: var(--accent); }
.hero-copy { max-width: 620px; color: var(--muted); font-size: 1.12rem; }
.actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.button { display: inline-block; padding: 12px 19px; border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px) rotate(-1deg); }
.primary { background: var(--accent); color: #241f28; }
.secondary { border: 1px solid var(--line); color: var(--text); }
.secondary:hover { border-color: var(--accent); color: var(--accent-strong); }
.hero-visual { position: relative; min-height: 430px; }
.photo-card { position: absolute; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.photo-main { inset: 0 20px 35px 0; border-radius: 26px 26px 26px 8px; transform: rotate(1.5deg); background: var(--surface); }
.photo-main img, .about-photo img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.78) sepia(.08); }
.photo-note { position: absolute; right: 0; bottom: 0; padding: 14px 18px; background: var(--accent); color: #2a2430; border-radius: 14px 14px 5px 14px; font-size: .78rem; font-weight: 750; line-height: 1.3; transform: rotate(-3deg); box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.section { padding: 105px 0; border-top: 1px solid var(--line); }
.section-content { margin-top: 30px; }
.work-grid, .skills-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.2rem); line-height: .95; letter-spacing: -.06em; }
.section-intro, .section-content p { color: var(--muted); max-width: 580px; }
.work-facts { border-top: 1px solid var(--line); }
.fact { display: grid; grid-template-columns: 34px 105px 1fr; align-items: center; gap: 14px; padding: 21px 0; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }
.fact:hover { background: linear-gradient(90deg, transparent, rgba(203,183,233,.07), transparent); padding-left: 8px; padding-right: 8px; }
.fact-label, .experience-meta { color: var(--muted); }
.fact-icon, .project-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(203,183,233,.11); color: var(--accent); }
.fact-icon svg, .project-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.muted { color: var(--muted); }
.text-link { color: var(--accent-strong); font-weight: 750; text-decoration: none; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.section-alt { background: var(--surface); }
.experience-list { margin-top: 48px; border-top: 1px solid var(--line); }
.experience-item { display: grid; grid-template-columns: 180px 1fr; gap: 48px; padding: 36px 0; border-bottom: 1px solid var(--line); transition: transform .2s ease; }
.experience-item:hover { transform: translateX(8px); }
.experience-item h3 { margin: 0; font-size: 1.55rem; letter-spacing: -.03em; }
.experience-item p { margin: 5px 0 0; }
.experience-item p:last-child { margin-top: 18px; max-width: 650px; }
.skills-section { background: var(--surface); }
.skills-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.skill-card { min-height: 150px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.skill-card:hover { transform: translateY(-4px) rotate(-.5deg); border-color: rgba(203,183,233,.45); background: rgba(203,183,233,.07); }
.skill-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: rgba(203,183,233,.12); color: var(--accent); font-size: 1rem; }
.skill-card strong { margin-top: 20px; font-size: 1.08rem; }
.skill-card > span:last-child { color: var(--muted); font-size: .84rem; line-height: 1.45; margin-top: 4px; }
.project-list { margin-top: 48px; border-top: 1px solid var(--line); }
.project { display: grid; grid-template-columns: 42px 1fr 70px 30px; gap: 18px; align-items: center; padding: 27px 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .22s ease, background .22s ease; }
.project:hover { padding-left: 18px; padding-right: 18px; background: var(--surface-2); }
.project:hover .project-icon { background: rgba(203,183,233,.18); color: var(--accent-strong); transform: rotate(-4deg); }
.project:hover .project-arrow { transform: translate(3px, -3px); color: var(--accent-strong); }
.project-main { display: flex; flex-direction: column; }
.project-main strong { font-size: 1.3rem; letter-spacing: -.02em; }
.project-main small { color: var(--muted); margin-top: 3px; font-size: .92rem; }
.project-year { color: var(--muted); font-size: .78rem; }
.project-arrow { font-size: 1.25rem; text-align: right; transition: transform .2s ease, color .2s ease; }
.project-icon { transition: transform .2s ease, background .2s ease, color .2s ease; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.about-photo { position: relative; height: 390px; border-radius: 18px 18px 18px 4px; overflow: hidden; border: 1px solid var(--line); transform: rotate(-1deg); }
.about-photo span { position: absolute; left: 16px; bottom: 16px; padding: 8px 12px; border-radius: 999px; background: rgba(33,30,37,.82); color: var(--text); font-size: .72rem; font-weight: 700; backdrop-filter: blur(8px); }
.about p { font-size: 1.08rem; }
.contact { padding-bottom: 120px; }
.contact-content { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; }
.email-link { font-size: clamp(1.3rem, 3vw, 2rem); font-weight: 750; text-decoration: none; color: var(--accent-strong); width: fit-content; }
.email-link span { display: inline-block; margin-left: 8px; transition: transform .2s ease; }
.email-link:hover span { transform: translate(4px, -4px); }
.footer { border-top: 1px solid var(--line); padding: 24px 0 36px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .78rem; }
.footer span:first-child::before { content: "✦ "; color: var(--accent); }
.section-alt { width: 100%; max-width: none; }
.section-alt > .container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
@media (max-width: 820px) { .hero { grid-template-columns: 1fr; gap: 50px; } .hero-visual { min-height: 360px; max-width: 620px; width: 100%; } .about-grid { grid-template-columns: 1fr; } .work-grid, .skills-layout { grid-template-columns: 1fr; gap: 40px; } }
@media (max-width: 720px) { .container { width: min(calc(100% - 32px), var(--max)); } .nav-links { gap: 12px; font-size: .76rem; } .nav-links a:nth-child(2), .nav-links a:nth-child(4) { display: none; } .hero { padding: 90px 0 105px; } .work-grid, .skills-layout, .two-column, .contact-content { grid-template-columns: 1fr; gap: 32px; } .fact { grid-template-columns: 34px 95px 1fr; gap: 10px; } .skills-grid { grid-template-columns: 1fr; } .experience-item { grid-template-columns: 1fr; gap: 8px; padding: 30px 0; } .project { grid-template-columns: 38px 1fr 26px; gap: 10px; } .project-year { display: none; } .about-photo { height: 300px; } .footer { flex-direction: column; } }
