.page{position:relative;max-width:1100px;margin:0 auto;padding:2.5rem 1.2rem 4rem;display:grid;gap:1rem}.glow{position:fixed;z-index:0;border-radius:999px;filter:blur(60px);opacity:.3;pointer-events:none}.glow-one{width:260px;height:260px;background:#d9794d73;top:2rem;left:2rem}.glow-two{width:300px;height:300px;background:#6c8eae59;right:1rem;bottom:2rem}.card{position:relative;z-index:1;padding:1.2rem;background:var(--card);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--edge);border-radius:18px;box-shadow:0 16px 32px #102a431a}.hero h1{margin:.3rem 0 0;font-family:Fraunces,serif;font-size:clamp(2.1rem,8vw,4.4rem);letter-spacing:-.02em;line-height:.95}.hero{min-height:20.5rem;display:grid;align-items:center;padding:1.2rem}.hero-layout{max-width:980px;margin-inline:auto;width:100%;display:grid;grid-template-columns:auto minmax(0,1fr);gap:1.2rem}.hero-content{text-align:center;justify-items:center}.portrait{width:clamp(145px,27vw,240px);aspect-ratio:1 / 1;object-fit:cover;border-radius:999px;border:3px solid rgba(244,239,219,.5);box-shadow:0 12px 24px #00000080}.portrait-wrap{margin:auto}.eyebrow{margin:0;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.76rem;color:#efb18d}.lead{max-width:52ch;margin-inline:auto;text-align:center}.hero-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1rem}.hero-actions{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.7rem;margin-top:1rem}.hero-actions a{text-decoration:none;font-weight:600;color:#fff8e8;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-deep) 100%);padding:.7rem 1rem;border-radius:999px;transition:transform .14s ease,filter .14s ease}.hero-actions a:hover{transform:translateY(-2px);filter:brightness(1.06)}h2{margin-top:0;font-family:Fraunces,serif;font-size:clamp(1.45rem,4vw,2rem)}p{line-height:1.6}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem}.project-grid article{background:#262626e6;border:1px solid var(--edge);border-radius:14px;padding:.95rem}.writing-list{display:grid;gap:.85rem}.post-teaser{display:grid;grid-template-columns:210px minmax(0,1fr);align-items:center;gap:.85rem;padding:.75rem;border:1px solid var(--edge);border-radius:14px;background:#262626e6}.post-teaser img{width:100%;height:138px;object-fit:cover;border-radius:10px}.post-teaser h3{margin:.1rem 0;font-family:Fraunces,serif}.post-date{margin:0;color:var(--ink-soft);font-size:.86rem}.post-link{display:inline-block;margin-top:.2rem}.load-more{margin-top:.9rem;border:1px solid var(--edge);background:#2e2e2eeb;color:var(--ink);padding:.6rem .95rem;border-radius:999px;font:inherit;font-weight:600;cursor:pointer;transition:transform .14s ease,filter .14s ease}.load-more:hover{transform:translateY(-2px);filter:brightness(1.06)}a{color:var(--accent-deep)}.reveal{opacity:0;transform:translateY(14px);animation:reveal .55s ease forwards}.about{animation-delay:.12s}.projects{animation-delay:.21s}.writing{animation-delay:.28s}.contact{animation-delay:.36s}@media(max-width:640px){.hero-layout{grid-template-columns:1fr;justify-items:start}.portrait{width:140px}.post-teaser{grid-template-columns:1fr}.post-teaser img{height:180px}}@keyframes reveal{to{opacity:1;transform:translateY(0)}}
