@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Merriweather:wght@400;700&display=swap";:root{--bg-color: #1a1a1a;--text-color: #f4f4f4;--accent-color: #4f7f6d}body{margin:0;background-color:var(--bg-color);color:var(--text-color);font-family:Merriweather,serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;letter-spacing:.05em;margin-top:0;color:var(--text-color)}a{color:var(--accent-color);text-decoration:none}a:hover{text-decoration:underline}header{background-color:#000c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:sticky;top:0;z-index:10}header .inner{max-width:960px;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between}header .nav-links a{margin-left:1.5rem;color:var(--text-color)}.burger{display:none;background:none;border:none;color:var(--text-color);font-size:1.5rem}@media (max-width: 600px){header .nav-links{display:none;flex-direction:column;padding:1rem}header.open .nav-links{display:flex}.burger{display:block}}.page{min-height:100vh;display:flex;flex-direction:column}.page-section{max-width:960px;margin:0 auto;padding:4rem 1.5rem;flex:1 0 auto}.hero{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.portrait{width:340px;height:auto;object-fit:cover;box-shadow:0 4px 10px #0006}blockquote{border-left:4px solid var(--accent-color);padding-left:1rem;font-style:italic}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-top:2rem}.gallery img{width:100%;height:auto;border-radius:4px;box-shadow:0 2px 8px #00000080}footer{text-align:center;padding:2rem 0;color:#bbb}
