
/* Katzenhotel extension of the approved Peacocks-Manor master design */
.page-hero{position:relative;min-height:58vh;display:flex;align-items:center;overflow:hidden}
.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(36,22,24,.78),rgba(36,22,24,.25),rgba(36,22,24,.12))}
.page-hero .container{position:relative;z-index:2}
.page-hero-panel{max-width:760px;color:#fff;padding:80px 0}
.page-hero-panel h1{font-size:clamp(3rem,7vw,6rem);margin:10px 0 18px;line-height:.9}
.page-hero-panel p{font-size:1.12rem;line-height:1.8;max-width:680px}
.content-section{padding:88px 0}
.content-section.alt{background:#f6f0e9}
.content-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
.content-grid.reverse{grid-template-columns:.95fr 1.05fr}
.content-image img{width:100%;height:520px;object-fit:cover}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px}
.feature-card{padding:30px;background:#fff;border:1px solid rgba(110,38,53,.12)}
.feature-card h3{margin:10px 0}
.price-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:35px}
.price-card{background:#fff;padding:34px;border-top:4px solid #6e2635}
.price-card .price{font-family:"Cormorant Garamond",serif;font-size:2.4rem;font-weight:700;color:#6e2635}
.price-card ul{padding-left:20px;line-height:1.9}
.notice{background:#f4eee7;border-left:4px solid #6e2635;padding:22px 25px;margin:28px 0}
.info-list{padding-left:22px;line-height:1.9}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery-grid img{width:100%;aspect-ratio:1/1;object-fit:cover}
.legal-copy{max-width:980px}
.legal-copy h2{margin-top:48px}
.legal-copy h3{margin-top:30px}
.legal-copy p,.legal-copy li{line-height:1.8}
table.prices{width:100%;border-collapse:collapse;margin-top:20px;background:#fff}
table.prices th,table.prices td{padding:14px 16px;border-bottom:1px solid #ddd;text-align:left}
table.prices th{color:#6e2635}
@media(max-width:850px){
 .content-grid,.content-grid.reverse{grid-template-columns:1fr}
 .feature-grid,.price-grid,.gallery-grid{grid-template-columns:1fr}
 .content-image img{height:380px}
}
