*{margin:0;padding:0;box-sizing:border-box}body{color:#3d2c2c;font-family:georgia,times new roman,serif;line-height:1.7;background-color:#fdf6f0}header{background-color:#5c3a2e;color:#fdf6f0;padding:1.5rem 2rem;text-align:center}header h1{font-size:2.4rem;font-weight:700;letter-spacing:.05em;margin-bottom:.25rem}header .tagline{font-style:italic;font-size:1rem;color:#e8cfc0}nav{margin-top:1rem}nav ul{list-style:none;display:flex;justify-content:center;gap:2rem}nav a{color:#e8cfc0;text-decoration:none;font-size:1.1rem;padding:.25rem 0;border-bottom:2px solid transparent;transition:border-color .2s}nav a:hover,nav a.active{border-bottom-color:#f0a875;color:#fff}main{max-width:900px;margin:2rem auto;padding:0 2rem}.hero{text-align:center;padding:3rem 1rem}.hero-logo{width:200px;height:auto;margin-bottom:1.5rem}.hero h2{font-size:2rem;color:#5c3a2e;margin-bottom:.75rem}.hero p{font-size:1.15rem;color:#6b4a3a;max-width:600px;margin:0 auto 2rem}.featured-section{margin-top:2rem}.featured-section h3{font-size:1.4rem;color:#5c3a2e;border-bottom:2px solid #e8cfc0;padding-bottom:.5rem;margin-bottom:1.5rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(92,58,46,.1);transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(92,58,46,.15)}.card-placeholder{background:#e8cfc0;height:180px;display:flex;align-items:center;justify-content:center;font-size:3rem}.card-body{padding:1rem 1.25rem}.card-body h4{font-size:1.1rem;color:#5c3a2e;margin-bottom:.25rem}.card-body p{font-size:.9rem;color:#7a5c4f}h1,h2,h3{line-height:1.3}.page-title{font-size:2rem;color:#5c3a2e;margin-bottom:1rem;border-bottom:2px solid #e8cfc0;padding-bottom:.5rem}.content{font-size:1.05rem;color:#4a3530}.content p{margin-bottom:1rem}.content a{color:sienna;text-decoration:underline}.about-photo{text-align:center;margin-bottom:2rem}.about-photo img{width:280px;height:auto;border-radius:12px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-top:1.5rem}.gallery-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(92,58,46,.1);text-align:center}.gallery-placeholder{height:220px;display:flex;align-items:center;justify-content:center;font-size:4rem;background:linear-gradient(135deg,#f0d5c0,#e8cfc0)}.gallery-caption{padding:.75rem 1rem;font-size:.95rem;color:#5c3a2e;font-weight:600}footer{background-color:#5c3a2e;color:#e8cfc0;text-align:center;padding:1.5rem 2rem;margin-top:3rem;font-size:.9rem}footer a{color:#f0a875}@media(max-width:600px){header h1{font-size:1.8rem}nav ul{gap:1rem}main{padding:0 1rem}.hero h2{font-size:1.5rem}}