/*
Theme Name: Nirvana Boutique Suites
Template: twentytwentyfive
Author: Midell Global
Description: Scandinavian-light boutique hotel theme for Nirvana Boutique Suites, Jomtien.
Version: 1.0
*/

/* Airy hero + soft cards */
.wp-block-cover.nirvana-hero { min-height: 88vh; }
.nirvana-card { transition: transform .3s ease, box-shadow .3s ease; border-radius: 14px; overflow: hidden; box-shadow: 0 6px 24px rgba(40,36,31,.08); }
.nirvana-card:hover { transform: translateY(-6px); box-shadow: 0 14px 40px rgba(40,36,31,.14); }
.nirvana-card img { border-radius: 14px 14px 0 0; }
.is-style-nirvana-pill a, a.is-style-nirvana-pill { border-radius: 999px !important; }

/* Hide redundant page title on the front page */
.home .wp-block-post-title, .page-id-16 .wp-block-post-title { display: none; }
/* Room card images fill the card */
.nirvana-card .wp-block-image, .nirvana-card figure.wp-block-image img { width: 100%; margin: 0; }
.nirvana-card img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }

/* Room grid rendered from the Rooms CPT */
.nirvana-rooms.is-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.8rem; margin:2.5rem auto 0; max-width:1100px; }
.nirvana-rooms.is-full { display:grid; grid-template-columns:1fr; gap:2rem; max-width:900px; margin:2.5rem auto 0; }
.nirvana-rooms.is-full .room-card { grid-template-columns:1fr 1fr; display:grid; }
.room-card { background:var(--wp--preset--color--surface); border-radius:14px; overflow:hidden; box-shadow:0 6px 24px rgba(40,36,31,.08); transition:transform .3s,box-shadow .3s; }
.room-card:hover { transform:translateY(-6px); box-shadow:0 14px 40px rgba(40,36,31,.14); }
.room-card__img { aspect-ratio:4/3; background-size:cover; background-position:center; }
.nirvana-rooms.is-full .room-card__img { aspect-ratio:auto; min-height:100%; }
.room-card__body { padding:1.2rem 1.5rem 1.6rem; }
.room-card__body h3 { margin:0 0 .4rem; font-size:1.5rem; }
.room-card__meta { margin:.2rem 0 .6rem; color:var(--wp--preset--color--muted); }
.room-card__meta .note { font-size:.85em; }
.room-card__desc { color:var(--wp--preset--color--muted); margin:.4rem 0 .8rem; }
.room-card__amen { list-style:none; padding:0; margin:.6rem 0 1rem; display:flex; flex-wrap:wrap; gap:.4rem .9rem; font-size:.92rem; }
.room-card__amen li { color:var(--wp--preset--color--contrast); }
.room-card__cta { font-weight:600; text-decoration:none; }
@media (max-width:900px){ .nirvana-rooms.is-grid{grid-template-columns:1fr;} .nirvana-rooms.is-full .room-card{grid-template-columns:1fr;} }
