.hero-slider-dots{position:absolute;left:50%;bottom:1.75rem;transform:translateX(-50%);display:flex;gap:0.5rem;z-index:5}.hero-slider-dots button{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,0.55);background:rgba(15,23,42,0.35);transition:background var(--transition-fast),transform var(--transition-fast),border-color var(--transition-fast),width var(--transition-fast)}.hero-slider-dots button.is-active{background:linear-gradient(120deg,var(--color-primary),var(--color-turquoise));border-color:rgba(255,255,255,0.9);width:22px}.hero-content{max-width:640px;padding-top:calc(var(--header-height) + 2rem)}@media (max-width:767px){.hero-content{padding-top:calc(var(--header-height) + 1.5rem)}}.home-about-image,.home-casino-image,.home-specialties-image{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-medium)}.home-about-image img,.home-casino-image img,.home-specialties-image img{transform:scale(1.02);transition:transform 900ms ease-out}.home-about-image:hover img,.home-casino-image:hover img,.home-specialties-image:hover img{transform:scale(1.06)}.home-specialties-list,.home-events-grid .card ul,.home-reservation-highlight ul,.home-location-notes ul{list-style:none;padding:0;margin:0}.home-specialties-list li,.home-reservation-highlight ul li,.home-location-notes ul li{position:relative;padding-left:1.5rem;margin-bottom:0.75rem;color:var(--color-text-muted);font-size:var(--font-size-sm)}.home-specialties-list li::before,.home-reservation-highlight ul li::before,.home-location-notes ul li::before{content:"";position:absolute;left:0;top:0.4rem;width:0.7rem;height:0.7rem;border-radius:999px;background:radial-gradient(circle at 30% 30%,#fefce8,var(--color-primary))}.home-events-grid .card{min-height:0}.home-review-name{font-weight:600;color:var(--gray-800);margin-bottom:0.1rem}.home-review-meta{font-size:var(--font-size-xs);color:var(--gray-500);margin-bottom:0}.home-reservation-highlight,.home-location-notes{border-radius:var(--radius-xl);padding:var(--space-5);background:radial-gradient(circle at top left,rgba(183,221,255,0.35),rgba(255,255,255,0.96));border:1px solid rgba(226,232,240,0.95);box-shadow:var(--shadow-soft)}.home-reservation-highlight h3,.home-location-notes h3{margin-bottom:var(--space-3)}.home-contact-block{margin-top:var(--space-3)}@media (max-width:767px){.section-highlight{padding:var(--space-5)}.footer-reservation-banner{flex-direction:column;align-items:flex-start}}[data-anim]{opacity:0;transform:translateY(16px);transition:opacity 600ms ease-out,transform 600ms ease-out}[data-anim].is-visible{opacity:1;transform:translateY(0)}