body{background-color:var(--color-white);color:var(--color-text-dark);margin:0;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}.app-container{flex-direction:column;min-height:100vh;display:flex}.container{max-width:var(--max-width-content);margin:0 auto;padding:0 1.5rem}@media (max-width:600px){.container{padding:0 1rem}}.icon{width:1.5rem;height:1.5rem}.header{background:var(--color-white);border-bottom:1px solid var(--border-light);padding:1rem 0}.header .header-content{justify-content:space-between;align-items:center;display:flex}.header .header-logo{color:var(--color-text-dark);align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;display:flex}.header .header-logo .icon{color:var(--color-primary)}.header .nav-menu{gap:1.5rem;display:flex}@media (max-width:768px){.header .nav-menu{display:none}}.header .nav-link{color:var(--color-text-medium);font-weight:500;text-decoration:none;transition:color .2s}.header .nav-link:hover,.header .nav-link.active{color:var(--color-text-dark)}.header .book-now-button{background:var(--color-primary);color:var(--color-white);cursor:pointer;border:none;border-radius:.5rem;padding:.625rem 1.25rem;font-weight:600;transition:background .2s}.header .book-now-button:hover{background:var(--color-primary-dark)}.main-content{flex-grow:1;padding:3rem 0}.section-header{padding:2rem 0}.section-title{color:var(--color-text-dark);font-size:2.25rem;font-weight:700}@media (max-width:600px){.section-title{font-size:1.875rem}}.category-filters{flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex}.filter-button{color:var(--color-text-medium);cursor:pointer;background:#e0e7ff;border:none;border-radius:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .2s}.filter-button:hover{color:var(--color-text-dark);background:#c7d2fe}.filter-button.active{background:var(--color-primary);color:var(--color-white)}.filter-button.active:hover{background:var(--color-primary-dark)}.gallery-grid{column-count:4;column-gap:1.5rem}@media (max-width:1200px){.gallery-grid{column-count:3}}@media (max-width:900px){.gallery-grid{column-count:2}}@media (max-width:600px){.gallery-grid{column-count:1}}.gallery-item{border-radius:1rem;width:100%;margin-bottom:1.5rem;transition:all .3s;display:inline-block;position:relative;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.08)}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 8px 18px rgba(0,0,0,.15)}.gallery-item img{object-fit:cover;border-radius:1rem;width:100%;display:block}.gallery-item.small img{height:180px}.gallery-item.medium img{height:260px}.gallery-item.large img{height:340px}.gallery-item.tall img{height:420px}.gallery-item.wide img{height:300px}.section-subtitle{color:var(--color-text-medium);max-width:600px;margin-top:.5rem;font-size:1rem}
