/*
 Theme Name:   Hostería Colón Premium
 Description:  Tema hijo Premium - Lujo Estructurado y Bento Grid.
 Author:       Antigravity AI
 Template:     hello-elementor
 Version:      1.5.0
*/

:root {
	--primary-dark: #001d35; /* Azul Marino Profundo */
	--accent-gold: #C5A869; /* Oro Champagne Luminoso (Mejor contraste sobre azul) */
	--bg-light: #f9f9f9; /* Gris muy claro, sofisticado */
    --surface: #ffffff; /* Blanco puro para cards */
	--text-dark: #222222;
    --text-muted: #555555;
    --border-color: rgba(0,0,0,0.08);
}

/* RESET ELEGANT */
html { scroll-behavior: smooth; background: var(--bg-light); }
body {
	color: var(--text-dark);
	font-family: 'Inter', sans-serif;
	margin: 0; padding: 0;
	background-color: var(--bg-light);
	line-height: 1.7;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	margin: 0;
    color: var(--primary-dark);
}
em { font-style: italic; color: var(--accent-gold); }
a { text-decoration: none; color: inherit; transition: color 0.3s; }

/* CONTAINER NATIVO */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* HEADER SÓLIDO AZUL MARINO - STICKY BULLETPROOF */
.site-header { 
    position: fixed !important; 
    top: 0 !important; 
    left: 0 !important; 
    right: 0 !important;
    width: 100vw !important; 
    max-width: 100vw !important;
    z-index: 9999 !important; /* Menor que 99999 del #wpadminbar */
    background-color: var(--primary-dark) !important; 
    border-bottom: 1px solid rgba(255,255,255,0.05); 
    color: #fff;
    transition: all 0.4s ease;
}
.site-header.is-sticky {
    box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
    border-bottom: none;
}

/* Fix para la barra de administración de WordPress */
.admin-bar .site-header { top: 32px !important; }
@media screen and (max-width: 782px) {
    .admin-bar .site-header { top: 46px !important; }
}
/* La franja azul es 100%, pero el contenido interno se alinea a los 1200px generales */
.header-container { 
    width: 100%; max-width: 1200px; margin: 0 auto; padding: 5px 20px;
    display: flex; justify-content: space-between; align-items: center; 
    transition: all 0.3s ease;
}
.site-header.is-sticky .header-container { padding: 2px 20px !important; }
.site-header.is-sticky .svg-logo { height: 42px; }

.site-branding { display: flex; align-items: center; }
.site-branding a { display: block; }
.svg-logo { height: 54px; width: auto; display: block; transition: all 0.3s ease; }
.site-branding a:hover .svg-logo { opacity: 0.8; }
.main-navigation ul { display: flex; gap: 40px; list-style: none; margin: 0; padding: 0; align-items: center; }
.main-navigation a { font-family: 'Inter', sans-serif; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 500; color: #fff; transition: opacity 0.3s ease, color 0.3s ease; }
.main-navigation a:hover { color: var(--accent-gold); }
.header-cta { display: none; }

/* ELEMENTOS COMUNES DE LUJO */
.section-subtitle { 
    display: block; font-size: 0.85rem; text-transform: uppercase; 
    letter-spacing: 4px; color: var(--accent-gold); margin-bottom: 15px; 
    font-weight: 600; 
}
.section-title { font-size: clamp(2.5rem, 5vw, 3.2rem); line-height: 1.15; margin-bottom: 25px; }
.divider { width: 70px; height: 2px; background-color: var(--accent-gold); margin-bottom: 30px; }
.header-desc { max-width: 700px; margin: 0 auto 50px; font-size: 1.1rem; color: var(--text-muted); }

.btn-primary {
    display: inline-block; background: var(--accent-gold); color: #fff;
    padding: 16px 40px; border-radius: 3px; font-weight: 600; 
    text-transform: uppercase; letter-spacing: 1.5px; font-size: 0.85rem;
    transition: all 0.4s ease; border: 1px solid var(--accent-gold);
    box-shadow: 0 10px 20px rgba(155, 149, 103, 0.2);
}
.btn-primary:hover { background: transparent; color: var(--accent-gold); border: 1px solid var(--accent-gold); box-shadow: none; }

.btn-gold-outline {
    display: inline-block; background: transparent; color: #fff;
    padding: 16px 40px; border-radius: 2px; font-weight: 500; 
    text-transform: uppercase; letter-spacing: 2px; font-size: 0.85rem;
    transition: all 0.4s ease; border: 1px solid rgba(255,255,255,0.4);
    position: relative; overflow: hidden;
}
.btn-gold-outline:hover { background: var(--accent-gold); border-color: var(--accent-gold); color: var(--primary-dark); }
.gold-text { color: var(--accent-gold); font-style: italic; }

/* HERO SPECTACULAR (Boutique Centered) */
.luxury-hero {
	position: relative; height: 100vh; min-height: 700px;
	display: flex; align-items: center; justify-content: center;
    padding-top: 0; text-align: center;
    overflow: hidden;
}
.hero-bg {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background-size: cover; background-position: center; background-color: var(--primary-dark);
	z-index: 1; transform: scale(1.05);
}
.hero-overlay-dark {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background: radial-gradient(ellipse at center, rgba(0, 29, 53, 0.25) 0%, rgba(0, 29, 53, 0.75) 60%, var(--primary-dark) 100%); 
	z-index: 2;
}
.hero-overlay-gradient {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,29,53,0.95) 100%);
	z-index: 3;
}
.hero-container { position: relative; z-index: 4; width: 100%; display: flex; justify-content: center; }
.hero-center-content {
	max-width: 800px; color: #fff; padding: 0 20px;
    display: flex; flex-direction: column; align-items: center;
}
.hero-tagline { 
    font-size: 0.85rem; text-transform: uppercase; letter-spacing: 5px; 
    margin-bottom: 25px; display: block; color: var(--accent-gold); 
    text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}
.hero-headline { 
    font-size: clamp(3.5rem, 6vw, 5.5rem); color: #fff; 
    margin-bottom: 30px; line-height: 1.05; letter-spacing: -1px;
    text-shadow: 0 5px 25px rgba(0,0,0,0.8), 0 2px 5px rgba(0,0,0,0.6); 
}
.hero-headline em { font-family: 'Playfair Display', serif; font-style: italic; color: var(--accent-gold); font-weight: 400; }
.hero-subtext { 
    font-size: 1.2rem; color: #eee; margin-bottom: 45px; 
    line-height: 1.8; font-weight: 300; max-width: 600px;
    text-shadow: 0 4px 15px rgba(0,0,0,0.9), 0 1px 3px rgba(0,0,0,0.7);
}

/* ABOUT SECTION */
.luxury-about { position: relative; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-text .lead-text { font-size: 1.25rem; color: var(--primary-dark); font-weight: 500; margin-bottom: 25px; line-height: 1.6; }
.about-text p { font-size: 1.05rem; color: var(--text-muted); margin-bottom: 20px; }
.about-text ul { list-style: none !important; padding-left: 0 !important; margin: 0; }
.about-text li { margin-bottom: 10px; }
.about-image { position: relative; padding-right: 40px; padding-bottom: 40px; }
.about-image::before {
    content: ''; position: absolute; top: -30px; left: -30px; 
    width: 60%; height: 60%; border: 1px solid var(--accent-gold); opacity: 0.3;
    z-index: 0;
}
.about-image::after {
    content: ''; position: absolute; bottom: 0; right: 0; 
    width: 70%; height: 70%; background: var(--bg-light); 
    z-index: 0;
}
.image-frame { position: relative; z-index: 1; aspect-ratio: 4/5; box-shadow: 0 30px 60px rgba(0,29,53,0.1); overflow: hidden; }
.img-inner { width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform 0.8s ease; }
.image-frame:hover .img-inner { transform: scale(1.05); }
.badge-overlay {
    position: absolute; bottom: 0; left: 0; background: var(--primary-dark);
    color: #fff; width: 180px; height: 180px; box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-sizing: border-box;
}
.badge-number { font-size: 3.5rem; font-family: 'Playfair Display', serif; color: var(--accent-gold); line-height: 1; margin-bottom: 8px; display: block; margin-left: 6px; }
.badge-text { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 2px; line-height: 1.5; opacity: 0.9; display: block; margin-right: -2px; }

/* ROOMS SECTION */
.luxury-rooms { }
.rooms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 60px; }
.rooms-grid .bento-image h3 { font-size: 1.8rem; color: #fff; margin-bottom: 0; }

/* SERVICES: IMMERSIVE BENTO GRID */
.luxury-services { }
.immersive-bento {
    display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(320px, auto); gap: 20px; margin-top: 60px;
}
.bento-image { 
    position: relative; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.06); border: none; background-size: cover; background-position: center;
    background-color: var(--primary-dark); /* Fallback when no image */
}
.bento-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,29,53,0.85) 100%);
    /* Eliminamos transition del background aquí */
}
.bento-overlay::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,29,53,0.85); 
    opacity: 0; transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1;
}
.bento-image:hover .bento-overlay::before, .bento-image.is-centered .bento-overlay::before {
    opacity: 1;
}
.bento-content {
    position: relative; z-index: 2; padding: 40px; color: #fff; transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.bento-content p {
    font-size: 1.05rem; color: rgba(255,255,255,0.8); line-height: 1.7; 
    opacity: 0; max-height: 0; overflow: hidden; transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateY(20px); margin: 0;
}
.bento-image:hover .bento-content, .bento-image.is-centered .bento-content { transform: translateY(-10px); }
.bento-image:hover .bento-content p, .bento-image.is-centered .bento-content p { opacity: 1; max-height: 200px; transform: translateY(15px); }

/* MODO EDITOR ELEMENTOR: Mostrar siempre el texto para poder editarlo */
body.elementor-editor-active .bento-content p {
    opacity: 1 !important; max-height: 200px !important; transform: none !important;
}
body.elementor-editor-active .bento-content {
    transform: none !important;
}
body.elementor-editor-active .reveal-up {
    opacity: 1 !important;
    transform: none !important;
}

.bento-hero { grid-column: span 2; grid-row: span 2; }
.bento-hero h3 { font-size: 2.5rem; color: #fff; margin-bottom: 0; }

.bento-standard { grid-column: span 1; grid-row: span 1; }
.bento-standard h3 { font-size: 1.6rem; color: #fff; margin-bottom: 0; }

.bento-wide { grid-column: span 2; grid-row: span 1; }
.bento-wide h3 { font-size: 2rem; color: #fff; margin-bottom: 0; }

.bento-btn {
    display: inline-block; background: transparent; color: #fff;
    padding: 12px 24px; border-radius: 2px; font-weight: 500; 
    text-transform: uppercase; letter-spacing: 1.5px; font-size: 0.8rem;
    transition: all 0.4s ease; border: 1px solid rgba(255,255,255,0.4);
    margin-top: 15px;
    opacity: 0; max-height: 0; overflow: hidden; transform: translateY(20px);
}
.bento-image:hover .bento-btn, .bento-image.is-centered .bento-btn { opacity: 1; max-height: 60px; transform: translateY(15px); }
.bento-btn:hover { background: var(--accent-gold); border-color: var(--accent-gold); color: var(--primary-dark); }

/* FAQ ELEGANT ACCORDION */
.luxury-faq { }
.faq-wrapper { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; }
.faq-header p { font-size: 1.2rem; color: var(--text-muted); margin-top: 20px; }
.faq-accordion { border-top: 1px solid var(--border-color); }
.faq-item { border-bottom: 1px solid var(--border-color); }
.faq-question {
    width: 100%; text-align: left; background: none; border: none;
    padding: 30px 0; font-family: 'Playfair Display', serif; font-size: 1.4rem;
    color: var(--primary-dark); display: flex; justify-content: space-between; align-items: center;
    cursor: pointer; transition: color 0.3s;
}
.faq-question:hover { color: var(--accent-gold); }
.faq-icon {
    width: 20px; height: 20px; position: relative; flex-shrink: 0; margin-left: 20px;
}
.faq-icon::before, .faq-icon::after {
    content: ''; position: absolute; background: var(--accent-gold); transition: transform 0.4s ease;
}
.faq-icon::before { top: 9px; left: 0; width: 100%; height: 2px; }
.faq-icon::after { top: 0; left: 9px; width: 2px; height: 100%; }
.faq-item.active .faq-question { color: var(--accent-gold); }
.faq-item.active .faq-icon::after { transform: rotate(90deg); }

.faq-answer {
    max-height: 0; overflow: hidden; transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.faq-answer p { padding-bottom: 30px; margin: 0; color: var(--text-muted); font-size: 1.05rem; line-height: 1.8; }

/* FINAL CTA */
.luxury-cta { 
    position: relative; padding: 5em 0;
    border-top: 1px solid rgba(255,255,255,0.05); color: #fff; overflow: hidden;
}
.cta-bg {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover; background-position: center; background-color: var(--primary-dark);
    z-index: 1; transform: scale(1.05);
}
.cta-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(0,29,53,0.70) 0%, rgba(0,29,53,0.85) 100%); z-index: 2;
}
.luxury-cta .container { position: relative; z-index: 3; }
.luxury-cta h2 { font-size: 3rem; color: var(--accent-gold); margin-bottom: 15px; }
.luxury-cta p { font-size: 1.2rem; color: rgba(255,255,255,0.7); margin-bottom: 40px; }

/* VANGUARD FOOTER */
.vanguard-footer { background: var(--primary-dark); color: #fff; padding: 100px 0 20px; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-top { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 50px; margin-bottom: 50px; max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; }
.footer-logo-link { display: inline-block; margin-bottom: 20px; }
.svg-logo-footer { height: 60px; width: auto; display: block; opacity: 0.9; transition: opacity 0.3s ease; }
.footer-logo-link:hover .svg-logo-footer { opacity: 1; }
.footer-cta p { font-family: 'Inter', sans-serif; text-transform: uppercase; letter-spacing: 2px; font-size: 0.8rem; margin-bottom: 15px; color: #aaa; text-align: right; }
.gold-button { display: inline-block; background: var(--accent-gold); color: var(--primary-dark); padding: 12px 30px; border-radius: 4px; font-weight: bold; text-transform: uppercase; font-size: 0.85rem; transition: background 0.3s; }
.gold-button:hover { background: #fff; }

.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 80px; max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; }
.footer-col h4 { color: var(--accent-gold); font-size: 1.1rem; margin-bottom: 25px; font-family: 'Inter', sans-serif; text-transform: uppercase; letter-spacing: 2px; }
.footer-col p, .footer-col li { color: #ccc; font-size: 0.95rem; line-height: 1.8; margin-bottom: 10px; list-style: none; }
.footer-col ul { padding: 0; margin: 0; }
.footer-col a { transition: color 0.3s; }
.footer-col a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { text-align: center; color: #555; font-size: 0.85rem; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 30px; }

/* HIGH-END ANIMATIONS */
.reveal-up { opacity: 0; transform: translateY(50px) scale(0.98); transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal-up.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }

/* RESPONSIVE */
@media (max-width: 1024px) {
    .bento-grid { grid-template-columns: repeat(2, 1fr); }
    .bento-hero, .bento-wide { grid-column: span 2; }
    .rooms-grid { grid-template-columns: repeat(2, 1fr); }
    .faq-wrapper { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
	.about-grid { grid-template-columns: 1fr; gap: 60px; }
    .bento-grid { grid-template-columns: 1fr; }
    .bento-hero, .bento-wide { grid-column: span 1; }
    .rooms-grid { grid-template-columns: 1fr; }
    .footer-top { flex-direction: column; align-items: flex-start; gap: 30px; }
    .footer-cta p { text-align: left; }
    .hero-center-content { padding: 30px 20px; }
}

/* 12. MENÚ MÓVIL FULLSCREEN Y ANIMACIONES (ONE PAGE UX) */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 9999999;
    padding: 0;
}
.mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--accent-gold);
    transition: all 0.3s ease;
    transform-origin: center;
}
.mobile-menu-toggle.is-active span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.mobile-menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.is-active span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

.header-social-icon { color: var(--accent-gold); display: flex; transition: color 0.3s; align-items: center; }
.header-social-icon:hover { color: #fff; }
.header-cta { display: flex; align-items: center; gap: 25px; }
.footer-social-link { display: inline-flex; align-items: center; color: var(--accent-gold); transition: color 0.3s; }
.footer-social-link:hover { color: #fff; }

@media (max-width: 768px) {
    .main-navigation, .btn-whatsapp { display: none !important; }
    .mobile-menu-toggle { display: flex; margin-right: 20px; }
    .header-cta { gap: 15px; }
    
    /* Achicar logo 10% */
    .site-logo img { transform: scale(0.9); transform-origin: left center; }
    
    /* Achicar botón reservar un pelín */
    .header-cta .btn-primary { padding: 8px 18px !important; font-size: 0.7rem !important; }
    
    /* Achicar textos del hero */
    .hero-headline { font-size: 2.8rem; }
    .hero-subtext { font-size: 1rem; }
}

.site-header.is-menu-open {
    background-color: transparent !important;
    box-shadow: none !important;
    border-bottom: none !important;
}
.mobile-fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(10, 15, 25, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9998; /* Debajo del header que es 9999 */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    padding-top: 80px; /* Espacio para el header */
}
.mobile-fullscreen-menu.is-open {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-inner {
    text-align: center;
    width: 100%;
    padding: 20px;
}

.mobile-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.mobile-navigation li {
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
}

.mobile-fullscreen-menu.is-open .mobile-navigation li,
.mobile-fullscreen-menu.is-open .mobile-menu-footer {
    opacity: 1;
    transform: translateY(0);
    transition-delay: var(--delay);
}

.mobile-navigation a {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    text-decoration: none;
    transition: color 0.3s ease;
}
.mobile-navigation a:hover {
    color: var(--accent-gold);
}

.mobile-menu-footer {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.mobile-social-icon { color: var(--accent-gold); display: inline-flex; transition: transform 0.3s; }
.mobile-social-icon:hover { transform: scale(1.1); }

/* =========================================
   LUXURY BENTO GALLERY
   ========================================= */
.luxury-gallery-section {
    background: var(--bg-light);
}

.bento-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
    gap: 15px;
    margin-top: 50px;
}

.bento-gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

/* Asymmetric Bento Sizing */
.bento-item-standard { grid-column: span 1; grid-row: span 1; }
.bento-item-large { grid-column: span 2; grid-row: span 2; }
.bento-item-tall { grid-column: span 1; grid-row: span 2; }
.bento-item-wide { grid-column: span 2; grid-row: span 1; }

.bento-image-wrapper {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
}

.bento-image-wrapper img {
    display: block;
    width: 100% !important; 
    height: 100% !important;
    object-fit: cover !important;
    filter: grayscale(40%) contrast(1.1);
    transition: filter 0.6s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.hidden-gallery-item {
    display: none !important;
}

.bento-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(0deg, rgba(0,29,53,0.3) 0%, rgba(0,0,0,0) 50%);
    opacity: 0.6;
    transition: opacity 0.4s ease;
}

/* Hover Effects */
.bento-gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,29,53,0.15);
    z-index: 2;
}

.bento-gallery-item:hover .bento-image-wrapper img {
    filter: grayscale(0%) contrast(1);
    transform: scale(1.05);
}

.bento-gallery-item:hover .bento-overlay {
    opacity: 0.2;
}

.bento-gallery-empty {
    text-align: center;
    padding: 50px;
    border: 1px dashed var(--border-color);
    border-radius: 12px;
    color: var(--text-muted);
}

@media (max-width: 991px) {
    .bento-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 200px;
    }
    .bento-item-large { grid-column: span 2; grid-row: span 2; }
    .bento-item-tall { grid-column: span 1; grid-row: span 2; }
    .bento-item-wide { grid-column: span 2; grid-row: span 1; }
}

@media (max-width: 767px) {
    .bento-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 250px;
    }
    /* On mobile, everything is standard width but heights can vary */
    .bento-item-large, .bento-item-wide { grid-column: span 1; }
    .bento-item-tall, .bento-item-large { grid-row: span 2; }
}
