/* =========================================================
   home.css  (Theme Variant: Royal)
   ---------------------------------------------------------
   PURPOSE: Driving 100% transactional and structural core elements
   while delegating marketing compositions to the central rendering layer.
   ========================================================= */

/* =========================
   1) BASE / UTILITIES
========================= */
body {
    background-color: white;
    min-height: var(--min-height-body);
}

.card {
    padding: clamp(1.25rem, 3vw, 2rem);
    border-radius: var(--border-radius-secondary);
    background-color: var(--background-tertiary);
    border: var(--border-primary);
    box-shadow: var(--box-shadow-primary);
}

/* title-secondary now handled by _shared/base/section-header.css */

#prevBtn, #nextBtn  { display: none;}


/* =========================
   4) ROOMS & SHARED BG
========================= */




/* rooms/gallery header now handled by _shared/base/section-header.css */


/* =========================
   8) MEDIA QUERIES
========================= */
/* Mobile header overrides now handled by _shared/base/section-header.css */