h1,h2,h3,h4,h5,h6,nav a{font-family:georgia,sans-serif}body{font-family:sans-serif;font-size:1.4rem;margin:0;background:#fdf9f3;color:#333;max-width:1024px;margin:3rem auto}header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:1rem;padding:1.5rem}.page-header{text-align:center;padding:0}a{color:#00e}nav ul{list-style:none;display:flex;flex-wrap:wrap;gap:1rem;margin:0;padding:0}nav a{text-decoration:none;color:#333}nav a:hover{color:#ecb8a5}nav a.active{font-weight:700;border-bottom:2px solid}nav a.ancestor{opacity:.7}main.landing{display:flex;flex-wrap:wrap}.text-block{flex:1;padding-left:2rem;padding-right:2rem;background:#f5d9cf;box-sizing:border-box;min-width:300px}.image-block{flex:1;margin:0;padding:0;box-sizing:border-box;min-width:300px}.image-block img{width:100%;height:auto;object-fit:contain;display:block;margin:0;padding:0;border:0}@media(max-width:768px){main.landing{flex-direction:column}.image-block,.text-block{width:100%}}footer{text-align:center;font-size:.9rem;padding:2rem;color:#777}.feature-boxes{display:flex;flex-wrap:wrap;justify-content:space-between;padding:3rem 2rem;background:#fff5f2;gap:2rem}.feature{flex:1 1 calc(33.33% - 2rem);background:#fff;border:1px solid #eee;border-radius:8px;overflow:hidden;text-align:center;box-shadow:0 0 10px rgba(0,0,0,5%)}.feature img{width:100%;height:200px;object-fit:cover}.feature h3{font-size:1.2rem;margin:1rem 0 .5rem}.feature p{padding:0 1rem 1.5rem;font-size:.95rem;color:#555}.feature-boxes a.feature{display:block;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.feature-boxes a.feature:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,8%)}@media(max-width:900px){.feature{flex:1 1 100%}}article.page-content{// max-width: 700px;margin:3rem auto;padding:0 1rem;background:#f5d9cf}article.page-content .page-header h1{font-size:2.5rem;margin-bottom:2rem}article.page-content .page-body p,article.page-content .page-body ul,article.page-content .page-body ol{line-height:1.6;margin-bottom:1.5rem}article.page-content .page-body img{max-width:100%;height:auto;margin:2rem 0}article.page-content .page-footer{margin-top:3rem}.gallery{background:#f5d9cf;padding:3rem 2rem;text-align:center}.gallery h1{font-size:3rem;margin-bottom:1rem;margin-top:0}.gallery-sub{font-style:italic;color:#666;margin-top:0;margin-bottom:2rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;max-width:100%;margin:0 auto;align-items:start}.gallery-grid a{display:block;width:100%}.gallery-grid img{width:100%;height:auto;display:block;object-fit:cover;border-radius:8px}.link-button{display:inline-block;background:#ecb8a5;color:#fff;padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:700;transition:background-color .3s ease}