*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root { --gold: #deb666; --gold-dark: #b69854; --dark: #1a1a1a; --darker: #111; --text: #858a99; --white: #fff; --bg-light: #f5f3f0; --font-body: 'Lato', sans-serif; --font-heading: 'Nunito', sans-serif; --font-menu: 'Roboto', sans-serif; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); font-size: 15px; color: var(--text); background: var(--white); line-height: 1.7; overflow-x: hidden; }
a { color: var(--gold); text-decoration: none; transition: color .3s; }
a:hover { color: var(--gold-dark); }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 100px 0; }
.section-alt { background: var(--bg-light); }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-family: var(--font-heading); font-size: 34px; color: #606060; font-weight: 700; margin-bottom: 10px; }
.section-title p { font-size: 16px; color: var(--text); max-width: 600px; margin: 0 auto; }
.text-gold { color: var(--gold); }
.btn { display: inline-block; padding: 14px 36px; background: var(--gold); color: var(--white); font-family: var(--font-menu); font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; border: 2px solid var(--gold); transition: all .3s; cursor: pointer; }
.btn:hover { background: var(--gold-dark); border-color: var(--gold-dark); color: var(--white); }
.btn-outline { background: transparent; color: var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--white); }

/* Header & Navigation */
header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; padding: 20px 0; transition: all .4s; }
header.scrolled { background: var(--dark); padding: 10px 0; box-shadow: 0 2px 20px rgba(0,0,0,.3); }
header .container { display: flex; align-items: center; gap: 0; }
.logo { display: flex; align-items: center; margin-right: auto; }
.logo img { height: 140px; transition: height .3s; }
header.scrolled .logo img { height: 90px; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 5px; background: none; border: none; }
.nav-toggle span { width: 28px; height: 2px; background: var(--white); transition: all .3s; border-radius: 2px; }

nav ul { display: flex; list-style: none; gap: 8px; }
nav ul li a { color: var(--white); padding: 12px 20px; font-family: var(--font-menu); font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; transition: color .3s; position: relative; }
nav ul li a:hover { color: var(--gold); }
nav ul li a.active { color: var(--gold); }
nav ul li a.btn-nav { background: var(--gold); color: var(--white); padding: 10px 24px; border-radius: 0; }
nav ul li a.btn-nav:hover { background: var(--gold-dark); }

/* Language Selector */
.lang-selector { position: relative; display: inline-flex; align-items: center; }
.lang-btn { display: flex; align-items: center; gap: 6px; padding: 8px 12px; background: rgba(255,255,255,.08); color: var(--white); border: 1px solid rgba(255,255,255,.15); cursor: pointer; font-family: var(--font-menu); font-size: 11px; font-weight: 700; letter-spacing: .5px; border-radius: 8px; transition: all .25s; white-space: nowrap; }
.lang-btn:hover { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.3); }
.lang-btn .globe-icon { width: 18px; height: 18px; opacity: .85; transition: opacity .25s; }
.lang-btn:hover .globe-icon { opacity: 1; }
.lang-btn .chevron-icon { width: 10px; height: 10px; opacity: .5; transition: transform .25s; }
.lang-selector.open .chevron-icon { transform: rotate(180deg); }
.lang-dropdown { position: absolute; top: 100%; right: 0; margin-top: 6px; background: var(--dark); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; min-width: 170px; display: none; z-index: 1001; overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,.4); }
.lang-dropdown.show { display: block; }
.lang-dropdown a { display: flex; align-items: center; gap: 10px; padding: 10px 14px; color: var(--text); font-family: var(--font-menu); font-size: 13px; text-decoration: none; transition: background .2s, color .2s; }
.lang-dropdown a:hover { background: rgba(255,255,255,.06); color: var(--white); }
.lang-dropdown a:first-child { padding-top: 12px; }
.lang-dropdown a:last-child { padding-bottom: 12px; }
header.scrolled .lang-btn { background: rgba(255,255,255,.06); }

/* Hero with Video */
.hero { position: relative; height: 100vh; min-height: 600px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); object-fit: cover; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.3) 100%); }
.hero-content { position: relative; z-index: 2; text-align: center; padding: 20px; }
.hero-content h1 { font-family: var(--font-heading); font-size: clamp(36px, 6vw, 72px); color: var(--white); font-weight: 800; margin-bottom: 20px; text-shadow: 0 2px 20px rgba(0,0,0,.3); }
.hero-content h1 .line { display: block; overflow: hidden; animation: textReveal .8s cubic-bezier(.16,1,.3,1) both; }
.hero-content h1 .line-1 { animation-delay: .3s; }
.hero-content h1 .line-2 { animation-delay: .7s; background: linear-gradient(135deg,var(--gold) 0%,#f5d98e 50%,var(--gold) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-content p { font-size: clamp(16px, 2vw, 22px); color: rgba(255,255,255,.9); max-width: 700px; margin: 0 auto 40px; line-height: 1.6; }
.hero-content p .line { display: block; overflow: hidden; animation: textReveal .8s cubic-bezier(.16,1,.3,1) both; }
.hero-content p .line-3 { animation-delay: 1.1s; }
.hero-content p .line-4 { animation-delay: 1.5s; }
.hero-content .btn { margin: 0 10px 10px; }

@keyframes textReveal { from { opacity: 0; transform: translateY(40px); clip-path: inset(0 0 100% 0); } to { opacity: 1; transform: translateY(0); clip-path: inset(0 0 0 0); } }

/* Scroll Indicator */
.scroll-indicator { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,.7); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-family: var(--font-menu); font-weight: 700; animation: fadeInUp 2s ease 1s both; }
.scroll-indicator .mouse { width: 26px; height: 40px; border: 2px solid rgba(255,255,255,.6); border-radius: 13px; position: relative; }
.scroll-indicator .mouse::after { content: ''; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; background: var(--white); border-radius: 2px; animation: scrollWheel 1.5s ease infinite; }
@keyframes scrollWheel { 0% { opacity: 1; transform: translateX(-50%) translateY(0); } 100% { opacity: 0; transform: translateX(-50%) translateY(12px); } }
@keyframes fadeInUp { from { opacity: 0; transform: translateX(-50%) translateY(20px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }

/* Scroll to Top */
#scroll-top { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; background: var(--gold); color: var(--white); border: none; font-size: 22px; cursor: pointer; z-index: 999; opacity: 0; visibility: hidden; transform: translateY(20px); transition: all .3s; display: flex; align-items: center; justify-content: center; }
#scroll-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
#scroll-top:hover { background: var(--gold-dark); }
@media (max-width: 600px) { #scroll-top { width: 44px; height: 44px; font-size: 18px; bottom: 20px; right: 20px; } }

/* Page Header */
.page-header { padding: 180px 0 80px; background: var(--darker); text-align: center; position: relative; }
.page-header h1 { font-family: var(--font-heading); font-size: 42px; color: var(--white); margin-bottom: 10px; }
.page-header .breadcrumb { color: rgba(255,255,255,.6); font-size: 14px; }
.page-header .breadcrumb a { color: var(--gold); }

/* Rooms Grid */
.rooms-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 30px; }
.room-card { background: var(--white); box-shadow: 0 5px 30px rgba(0,0,0,.08); transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column; }
.room-card:hover { transform: translateY(-5px); box-shadow: 0 10px 40px rgba(0,0,0,.12); }
.room-card .image { position: relative; overflow: hidden; aspect-ratio: 16/10; }
.room-card .image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.room-card:hover .image img { transform: scale(1.05); }
.room-card .price { position: absolute; top: 15px; right: 15px; background: var(--gold); color: var(--white); padding: 8px 16px; font-family: var(--font-menu); font-weight: 700; font-size: 14px; }
.room-card .info { padding: 25px; display: flex; flex-direction: column; flex: 1; }
.room-card .info h3 { font-family: var(--font-heading); font-size: 20px; color: #606060; margin-bottom: 8px; }
.room-card .info p { font-size: 14px; color: var(--text); margin-bottom: 15px; }
.room-card .services { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 15px; }
.room-card .services span { font-size: 12px; color: var(--text); display: flex; align-items: center; gap: 4px; }
.room-card .info .btn { margin-top: auto; align-self: flex-start; }

/* Features */
.features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 30px; }
.feature-card { text-align: center; padding: 40px 25px; background: var(--white); box-shadow: 0 5px 30px rgba(0,0,0,.06); }
.feature-card .icon { font-size: 48px; margin-bottom: 20px; display: block; }
.feature-card h3 { font-family: var(--font-heading); font-size: 20px; color: #606060; margin-bottom: 10px; }
.feature-card p { font-size: 14px; color: var(--text); line-height: 1.7; }

/* Activities */
.activities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.activity-card { position: relative; border-radius: 0; overflow: hidden; aspect-ratio: 4/3; display: block; text-decoration: none; }
.activity-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.activity-card:hover img { transform: scale(1.05); }
.activity-card .overlay { position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px; background: linear-gradient(transparent, rgba(0,0,0,.8)); }
.activity-card .overlay h4 { font-family: var(--font-heading); color: var(--white); font-size: 18px; }

/* Restaurant Gallery */
.restaurant-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.restaurant-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; cursor: pointer; transition: opacity .3s; }
.restaurant-gallery img:hover { opacity: .85; }

/* Gallery */
.gallery-filters { text-align: center; margin-bottom: 50px; display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.gallery-filters button { position: relative; background: var(--white); border: 1.5px solid #e0e0e0; padding: 12px 28px; font-family: var(--font-menu); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; cursor: pointer; transition: all .35s cubic-bezier(.4,0,.2,1); margin: 0; color: #888; border-radius: 50px; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.gallery-filters button .icon { font-size: 15px; line-height: 1; filter: grayscale(1); opacity: .5; transition: all .35s; }
.gallery-filters button:hover { border-color: var(--gold); color: var(--gold-dark); background: #fefbf5; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(222,182,102,.15); }
.gallery-filters button:hover .icon { filter: grayscale(0); opacity: 1; }
.gallery-filters button.active { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%); border-color: transparent; color: var(--white); box-shadow: 0 6px 20px rgba(222,182,102,.3); transform: translateY(-2px); }
.gallery-filters button.active .icon { filter: grayscale(0); opacity: 1; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 12px; }
.gallery-grid .item { overflow: hidden; aspect-ratio: 4/3; cursor: pointer; position: relative; border-radius: 4px; box-shadow: 0 2px 12px rgba(0,0,0,.06); transition: opacity .4s ease, transform .4s ease; background: #f0eee8; }
.gallery-grid .item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.4,0,.2,1), opacity .3s ease; }
.gallery-grid .item:hover { box-shadow: 0 8px 30px rgba(0,0,0,.12); }
.gallery-grid .item:hover img { transform: scale(1.08); }

/* Testimonials */
.rating-summary { text-align: center; margin-bottom: 60px; padding: 50px 40px; background: linear-gradient(135deg, #fefbf5 0%, #f8f4ec 100%); border-radius: 16px; border: 1px solid #ede6d8; position: relative; }
.rating-summary .rating-stars { font-size: 28px; color: var(--gold); letter-spacing: 4px; margin-bottom: 10px; }
.rating-summary .rating-score { font-size: 64px; font-weight: 900; color: #606060; font-family: var(--font-heading); line-height: 1; margin-bottom: 4px; }
.rating-summary .rating-label { font-size: 20px; font-weight: 700; color: var(--gold); font-family: var(--font-heading); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 2px; }
.rating-summary .rating-count { font-size: 14px; color: var(--text); margin-bottom: 24px; }
.rating-summary .rating-platforms { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.rating-summary .platform-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 22px; border-radius: 50px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; transition: all .3s; text-decoration: none; }
.rating-summary .platform-link.google { background: #fff; border: 1.5px solid #e0e0e0; color: #555; }
.rating-summary .platform-link.google:hover { border-color: #4285F4; color: #4285F4; box-shadow: 0 4px 16px rgba(66,133,244,.15); }
.rating-summary .platform-link.tripadvisor { background: #fff; border: 1.5px solid #e0e0e0; color: #555; }
.rating-summary .platform-link.tripadvisor:hover { border-color: #00af87; color: #00af87; box-shadow: 0 4px 16px rgba(0,175,135,.15); }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 24px; }
.testimonial-card { background: var(--white); padding: 32px; border-radius: 12px; box-shadow: 0 2px 20px rgba(0,0,0,.05); border: 1px solid #f0ece4; position: relative; transition: all .35s; }
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,.08); border-color: #e8dfce; }
.testimonial-card.featured { border-color: var(--gold); border-width: 1.5px; background: linear-gradient(135deg, #fefbf5, #fff); }
.testimonial-card .card-badge { position: absolute; top: -12px; right: 20px; background: var(--gold); color: var(--white); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 4px 16px; border-radius: 20px; font-family: var(--font-menu); }
.testimonial-card .author-row { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.testimonial-card .avatar { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-family: var(--font-heading); font-weight: 800; font-size: 16px; flex-shrink: 0; }
.testimonial-card .name { font-family: var(--font-heading); font-weight: 700; color: #606060; font-size: 15px; }
.testimonial-card .meta { font-size: 12px; color: #b0b0b0; margin-top: 2px; }
.testimonial-card .stars { color: var(--gold); margin-bottom: 14px; font-size: 15px; letter-spacing: 2px; }
.testimonial-card p { font-size: 14px; color: var(--text); line-height: 1.8; margin-bottom: 16px; font-style: italic; }
.testimonial-card .verified { font-size: 12px; color: #34a853; font-weight: 600; display: flex; align-items: center; gap: 6px; }
.cta-review { text-align: center; padding: 60px 40px; background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%); border-radius: 16px; }
.cta-review .cta-content h3 { font-family: var(--font-heading); font-size: 28px; color: var(--white); margin-bottom: 12px; }
.cta-review .cta-content p { font-size: 16px; color: #999; margin-bottom: 28px; max-width: 500px; margin-left: auto; margin-right: auto; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-info-card { background: var(--white); padding: 40px; box-shadow: 0 5px 30px rgba(0,0,0,.06); }
.contact-info-card .item { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 30px; }
.contact-info-card .item:last-child { margin-bottom: 0; }
.contact-info-card .item .icon { font-size: 24px; color: var(--gold); min-width: 40px; }
.contact-info-card .item h4 { font-family: var(--font-heading); color: #606060; font-size: 16px; margin-bottom: 4px; }
.contact-info-card .item p { font-size: 14px; color: var(--text); }

/* Map */
.map-container { width: 100%; height: 400px; }
.map-container iframe { width: 100%; height: 100%; border: none; }

/* Footer */
footer { background: var(--darker); color: var(--text); padding: 80px 0 0; }
footer .grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 40px; }
footer h3 { font-family: var(--font-heading); color: var(--white); font-size: 18px; margin-bottom: 20px; }
footer p { font-size: 14px; line-height: 1.8; }
footer ul { list-style: none; }
footer ul li { margin-bottom: 10px; }
footer ul li a { color: var(--text); font-size: 14px; transition: color .3s; }
footer ul li a:hover { color: var(--gold); }
footer .contact-item { display: flex; gap: 12px; margin-bottom: 15px; font-size: 14px; }
footer .contact-item .icon { color: var(--gold); min-width: 20px; }
footer .subfooter { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; margin-top: 40px; text-align: center; font-size: 13px; }

/* Lightbox */
.lightbox { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.95); z-index: 9999; justify-content: center; align-items: center; cursor: pointer; }
.lightbox.active { display: flex; }
.lightbox img { max-width: 90%; max-height: 90%; object-fit: contain; opacity: 0; transition: opacity .3s ease; }
.lightbox .close { position: absolute; top: 20px; right: 30px; color: var(--white); font-size: 40px; cursor: pointer; z-index: 1; }
.lightbox::before { content: ''; width: 40px; height: 40px; border: 3px solid rgba(255,255,255,.15); border-top-color: var(--gold); border-radius: 50%; position: absolute; animation: spin .8s linear infinite; }
.lightbox img.loaded { opacity: 1; }
.lightbox:has(img.loaded)::before { display: none; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Mobile Nav */
@media (max-width: 991px) {
  .nav-toggle { display: flex; }
  nav { position: fixed; top: 0; right: -100%; width: 280px; height: 100%; background: var(--dark); padding: 80px 30px 30px; transition: right .4s; z-index: 999; }
  nav.open { right: 0; }
  nav ul { flex-direction: column; gap: 0; }
  nav ul li a { display: block; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.05); font-size: 14px; }
  .lang-btn { padding: 6px 10px; font-size: 10px; border-radius: 6px; }
  .lang-btn .globe-icon { width: 16px; height: 16px; }
  .lang-btn #lang-code { display: none; }
  .mobile-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.6); z-index: 998; }
  .mobile-overlay.active { display: block; }
  .rooms-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  footer .grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 60px 0; }
  .page-header { padding: 140px 0 50px; }
  .page-header h1 { font-size: 30px; }
}

/* Footer social links */
footer .social-link { display: inline-flex; align-items: center; gap: 8px; transition: color .3s; }
footer .social-link svg { flex-shrink: 0; transition: fill .3s; }
footer .social-link:hover { color: var(--gold); }
footer .social-link:hover svg { fill: var(--gold); }

@media (max-width: 600px) {
  .hero-content h1 { font-size: 28px; }
  .hero-content p { font-size: 15px; }
  .rooms-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .activities-grid { grid-template-columns: 1fr; }
  footer .grid { grid-template-columns: 1fr; }
  .section-title h2 { font-size: 26px; }
  .restaurant-gallery { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .rating-summary { padding: 30px 20px; }
  .rating-summary .rating-score { font-size: 48px; }
  .cta-review { padding: 40px 20px; }
  .cta-review .cta-content h3 { font-size: 22px; }
}
