*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#1a1a1a;background:#faf9f7;font-family:DM Sans,sans-serif;overflow-x:hidden}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;min-height:100vh;padding:5rem 4rem 0;display:grid}.hero-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#999;margin-bottom:1.5rem;font-size:.78rem;font-weight:400}.hero-name{color:#1a1a1a;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:4.5rem;font-weight:400;line-height:1.05}.hero-name span{color:#b5956b}.hero-desc{color:#555;max-width:420px;margin-bottom:2.5rem;font-size:1.05rem;font-weight:300;line-height:1.8}.hero-tags{flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex}.tag{color:#666;letter-spacing:.03em;border:.5px solid #d4cfc9;border-radius:20px;padding:.4rem 1rem;font-size:.78rem}.hero-cta{align-items:center;gap:1rem;display:flex}.btn-primary{color:#faf9f7;letter-spacing:.05em;background:#1a1a1a;border-radius:2px;padding:.75rem 2rem;font-size:.85rem;font-weight:400;text-decoration:none;transition:background .2s}.btn-primary:hover{background:#333}.btn-secondary{color:#666;letter-spacing:.05em;border-bottom:.5px solid #ccc;padding-bottom:2px;font-size:.85rem;text-decoration:none}.hero-visual{background:0 0;justify-content:flex-start;align-items:center;height:580px;display:flex;position:relative}.hero-img-frame{z-index:1;background:linear-gradient(135deg,#e8e2d9 0%,#d4ccc0 100%);border-radius:50%;width:min(420px,100%);height:420px;margin-left:0;position:relative;overflow:hidden}.hero-img-frame:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle,#0000 63%,#b5956b2e 63% 63.5%,#0000 63.5% 100%),radial-gradient(circle,#0000 78%,#1a1a1a14 78% 78.35%,#0000 78.35% 100%);border-radius:50%;position:absolute;inset:-18px}.hero-photo{object-fit:cover;width:100%;height:100%;display:block}.hero-img-placeholder{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;display:flex}.photo-icon{background:#c4bcb0;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.photo-icon svg{fill:#8c8279;width:36px;height:36px}.photo-label{color:#8c8279;letter-spacing:.05em;font-size:.8rem}.section{padding:6rem 4rem}.section-label{letter-spacing:.15em;text-transform:uppercase;color:#b5956b;margin-bottom:1rem;font-size:.75rem;font-weight:500}.section-title{color:#1a1a1a;margin-bottom:3rem;font-family:Playfair Display,serif;font-size:2.8rem;font-weight:400;line-height:1.2}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:6rem;display:grid}.about-text p{color:#555;margin-bottom:1.5rem;font-size:1rem;font-weight:300;line-height:1.9}.about-stats{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.stat-card{background:#fff;border:.5px solid #e8e4df;border-radius:2px;padding:1.5rem}.stat-num{color:#1a1a1a;margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:2.2rem}.stat-label{color:#999;letter-spacing:.05em;font-size:.78rem}.life-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.life-card{background:#fff;border:.5px solid #e8e4df;border-radius:2px;overflow:hidden}.life-img{justify-content:center;align-items:center;height:200px;display:flex;position:relative}.life-photo{object-fit:cover;width:100%;height:100%;display:block}.life-photo--travel{object-position:50% 30%}.life-img.travel{background:linear-gradient(135deg,#dde8f0,#c5d8e8)}.life-img.hobby{background:linear-gradient(135deg,#e8eedd,#cdddc2)}.life-img.thoughts{background:linear-gradient(135deg,#f0e8dd,#e0d0c0)}.life-icon{font-size:2.5rem}.life-info{padding:1.2rem 1.5rem}.life-name{color:#1a1a1a;margin-bottom:.3rem;font-size:.95rem;font-weight:500}.life-desc{color:#999;font-size:.82rem;font-weight:300;line-height:1.6}.projects-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.project-card{background:#fff;border:.5px solid #e8e4df;border-radius:2px;padding:2rem;transition:border-color .2s}.project-card:hover{border-color:#b5956b}.project-tag{letter-spacing:.1em;text-transform:uppercase;color:#b5956b;margin-bottom:1rem;font-size:.7rem;font-weight:500}.project-name{color:#1a1a1a;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.5rem}.project-desc{color:#666;margin-bottom:1.5rem;font-size:.88rem;font-weight:300;line-height:1.7}.project-link{color:#1a1a1a;letter-spacing:.05em;border-bottom:.5px solid #1a1a1a;padding-bottom:2px;font-size:.78rem;text-decoration:none}.project-featured{color:#faf9f7;background:#1a1a1a;border-color:#1a1a1a}.project-featured .project-tag{color:#b5956b}.project-featured .project-name{color:#fff}.project-featured .project-desc{color:#aaa}.project-featured .project-link{color:#faf9f7;border-color:#faf9f7}.photo-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:90px;gap:.75rem;display:grid}.photo-item{border-radius:2px;position:relative;overflow:hidden}.photo-item.square{grid-area:span 2/span 1}.photo-item.portrait{grid-area:span 6/span 2}.photo-item.portrait-alt{grid-row:span 7}.photo-item.landscape{grid-area:span 4/span 2}.photo-item.span-2{grid-column:span 2}.photo-fill{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.photo-real{object-fit:cover;width:100%;height:100%;display:block}.photo-fill.p1{background:linear-gradient(135deg,#c5d4e0,#a8bfcf)}.photo-fill.p2{background:linear-gradient(135deg,#d4ccc0,#c0b4a6)}.photo-fill.p3{background:linear-gradient(135deg,#d0ddc8,#b8ccae)}.photo-fill.p4{background:linear-gradient(135deg,#e0d4c8,#ccc0b0)}.photo-fill.p5{background:linear-gradient(135deg,#c8d8e0,#b0c8d4)}.photo-fill.p6{background:linear-gradient(135deg,#ddd4c8,#ccc0b0)}.photo-fill.p7{background:linear-gradient(135deg,#d8e0d0,#c4d0ba)}.photo-fill span{opacity:.5;font-size:1.5rem}.contact-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.contact-text p{color:#555;margin-bottom:2rem;font-size:1rem;font-weight:300;line-height:1.9}.contact-links{flex-direction:column;gap:1rem;display:flex}.contact-link{color:#1a1a1a;background:#fff;border:.5px solid #e8e4df;border-radius:2px;align-items:center;gap:1rem;padding:1rem 1.5rem;text-decoration:none;transition:border-color .2s;display:flex}.contact-link:hover{border-color:#b5956b}.contact-link-icon{background:#f0ece6;border-radius:2px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.contact-link-text{font-size:.88rem;font-weight:400}.contact-link-sub{color:#999;font-size:.75rem}footer{border-top:.5px solid #e8e4df;justify-content:space-between;align-items:center;padding:2rem 4rem;display:flex}.footer-logo{color:#1a1a1a;font-family:Playfair Display,serif;font-size:.95rem}.footer-copy{color:#999;font-size:.78rem}.divider{background:#b5956b;width:40px;height:.5px;margin:2rem 0}@media (width<=900px){.hero{grid-template-columns:1fr;gap:2rem;padding:6rem 1.25rem 2.5rem}.hero-name{font-size:3rem}.hero-visual{justify-content:center;align-items:center;height:auto;margin-bottom:.5rem}.hero-img-frame{width:min(240px,72vw);max-width:240px;height:min(240px,72vw);margin-left:auto;margin-right:auto}.hero-img-frame:before{inset:-12px}.section{padding:4rem 1.25rem}.about-grid,.contact-grid{grid-template-columns:1fr;gap:2.5rem}.life-grid,.projects-grid{grid-template-columns:1fr;gap:1rem}.photo-grid{grid-template-columns:repeat(2,1fr)}.photo-item.square,.photo-item.portrait,.photo-item.landscape{grid-area:span 2/span 1}.photo-item.portrait-alt{grid-row:span 2}.photo-item.span-2{grid-column:span 1}footer{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.5rem 1.25rem}}
