*{box-sizing:border-box}html,body{margin:0;padding:0}
body{font-family:Georgia,serif;background:#f8f5ee;color:#2b2730}
.wrap{max-width:1100px;margin:0 auto;padding:16px}
.site-header{background:#6f479b;color:#fff;border-bottom:4px solid #5b3a83}
.header-grid{display:grid;grid-template-columns:220px 1fr;gap:16px;align-items:center}
.brand{font-size:44px;margin:8px 0 4px}
.tagline{margin:0 0 4px;opacity:.95}
.subtle-badge{margin:0;color:#ffedd5}
.hero-media img{width:100%;height:220px;object-fit:cover;border-radius:16px;box-shadow:0 6px 24px rgba(0,0,0,.25);border:4px solid #f8f5ee}
nav.main{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}
nav.main a{background:#f0e9fa;color:#442a64;text-decoration:none;padding:8px 12px;border-radius:10px}
nav.main a.active{background:#fff;color:#2b2730;box-shadow:0 2px 10px rgba(0,0,0,.15)}
main h1{font-size:36px;margin:16px 0 8px}
main h2{font-size:28px;margin:10px 0}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}
.stack{display:grid;gap:12px}
.photos img{width:100%;height:180px;object-fit:cover;border-radius:12px;border:2px solid #e8e0f6}
.card{background:#fff;border:1px solid #e8e0f6;border-radius:14px;padding:16px}
.hero{display:grid;grid-template-columns:200px 1fr;gap:16px;align-items:center}
.hero-ill{width:100%;height:160px;object-fit:contain}
.footer{margin:24px auto 40px;color:#6b7280;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}
a{color:#6f479b}
@media(max-width:760px){.header-grid{grid-template-columns:1fr}.hero-media img{height:160px}.hero{grid-template-columns:1fr}.hero-ill{height:120px}}

/* Guestbook styles */
.guestbook-form label{display:grid;gap:6px;margin-bottom:12px}
.guestbook-form input,.guestbook-form textarea{padding:10px;border:1px solid #e2d9f5;border-radius:8px}
.guestbook-form button{background:#6f479b;color:#fff;border:0;padding:10px 14px;border-radius:10px;cursor:pointer}
.guestbook-entry{background:#fff;border:1px solid #e8e0f6;border-radius:12px;padding:12px}
.guestbook-entry .meta{color:#6b7280;font-size:.9rem}
