:root{--bg: #f4efe5;--bg-accent: #ead4a8;--surface: rgba(255, 252, 245, .78);--surface-strong: #fffaf0;--text: #1c1a17;--muted: #665d51;--line: rgba(28, 26, 23, .12);--accent: #b94c32;--accent-deep: #8d2f1d;--shadow: 0 20px 60px rgba(74, 43, 16, .12);--radius-xl: 32px;--radius-lg: 24px;--radius-md: 18px;--max-width: 1180px;font-family:Segoe UI,PingFang SC,Hiragino Sans GB,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:radial-gradient(circle at top left,rgba(234,212,168,.9),transparent 30%),radial-gradient(circle at top right,rgba(185,76,50,.22),transparent 24%),linear-gradient(180deg,#f8f1e5,#efe4cf 52%,#f8f1e5);min-height:100vh}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(28,26,23,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(28,26,23,.03) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(180deg,rgba(0,0,0,.55),transparent 90%)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}main,.topbar{width:min(calc(100% - 32px),var(--max-width));margin:0 auto}.page-shell{padding:20px 0 56px}.topbar{position:sticky;top:16px;z-index:20;display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;padding:14px 18px;border:1px solid var(--line);border-radius:999px;backdrop-filter:blur(18px);background:#fff8eec7;box-shadow:var(--shadow)}.brand,.nav a,.eyebrow,.section-heading span,.project-meta span,.project-meta a,.contact-link span,.availability strong{letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}.brand{font-weight:700}.nav{display:flex;gap:18px}.nav a,.section-heading span,.eyebrow,.project-meta span,.project-meta a,.contact-link span,.availability strong{color:var(--muted)}.hero{display:grid;grid-template-columns:1.45fr .85fr;gap:24px;align-items:stretch;min-height:72vh}.hero-copy,.hero-panel,.stat-card,.info-card,.project-card,.contact-card{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);backdrop-filter:blur(20px);box-shadow:var(--shadow)}.hero-copy{padding:42px}.hero-copy:after,.hero-panel:after,.project-card:after,.contact-card:after{content:"";position:absolute;inset:auto -18% -48% auto;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(185,76,50,.18),transparent 70%)}.hero h1{max-width:10ch;margin:16px 0 18px;font-size:clamp(3.3rem,8vw,6.4rem);line-height:.92}.hero-intro,.section-heading p,.project-card p,.availability p,.contact-link strong,.bullet-list li{color:var(--muted);line-height:1.7}.hero-intro{max-width:56ch;font-size:1.05rem}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;transition:transform .16s ease,background .16s ease,color .16s ease}.button:hover,.contact-link:hover,.project-card:hover{transform:translateY(-2px)}.button-primary{background:var(--accent);color:#fff7ef}.button-primary:hover{background:var(--accent-deep)}.button-secondary{border:1px solid var(--line);background:#ffffff85}.hero-panel{display:flex;flex-direction:column;justify-content:space-between;gap:24px;padding:28px}.avatar{width:100%;aspect-ratio:1 / 1.05;border-radius:var(--radius-lg);object-fit:cover;border:1px solid var(--line);background:var(--surface-strong)}.availability{padding-top:8px}.social-list,.tag-list,.bullet-list{margin:0;padding:0;list-style:none}.social-list{display:flex;flex-wrap:wrap;gap:10px}.social-list a,.tag-list li{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#ffffff94}.stats-grid,.about-grid,.projects-grid,.contact-grid{display:grid;gap:18px}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin:18px 0 52px}.stat-card{padding:24px;border-radius:var(--radius-lg)}.stat-card strong{display:block;margin-bottom:8px;font-size:clamp(2rem,4vw,3.2rem);line-height:1}.stat-card span{color:var(--muted)}.content-section{margin-top:54px}.section-heading{max-width:60ch;margin-bottom:24px}.section-heading h2{margin:10px 0 12px;font-size:clamp(2rem,4vw,3.5rem);line-height:1}.about-grid{grid-template-columns:1fr 1fr}.info-card,.project-card,.contact-card{padding:28px}.info-card h3,.project-card h3{margin-top:0;margin-bottom:16px;font-size:1.35rem}.bullet-list{display:grid;gap:14px}.bullet-list li{position:relative;padding-left:20px}.bullet-list li:before{content:"";position:absolute;top:11px;left:0;width:8px;height:8px;border-radius:50%;background:var(--accent)}.tag-list{display:flex;flex-wrap:wrap;gap:10px}.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.project-card{display:flex;flex-direction:column;gap:16px;transition:transform .18s ease}.project-meta{display:flex;align-items:center;justify-content:space-between;gap:16px}.contact-card{margin-bottom:32px}.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-link{display:flex;flex-direction:column;gap:6px;padding:22px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fffcf5b3;transition:transform .18s ease}@media(max-width:960px){.hero,.about-grid,.projects-grid,.contact-grid,.stats-grid{grid-template-columns:1fr}.hero{min-height:auto}.hero h1{max-width:none}}@media(max-width:640px){.page-shell{padding-top:12px}main,.topbar{width:min(calc(100% - 20px),var(--max-width))}.topbar{top:10px;padding:12px 14px;border-radius:24px;flex-direction:column;align-items:flex-start;gap:10px}.nav{gap:14px;flex-wrap:wrap}.hero-copy,.hero-panel,.info-card,.project-card,.contact-card,.stat-card{padding:22px;border-radius:24px}.hero h1{font-size:clamp(2.6rem,18vw,4rem)}}
