/* HOTEL & BOUTIQUE — style.css */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.7; overflow-x: hidden; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* SCROLL PROGRESS */
.scroll-progress { position: fixed; top: 0; left: 0; height: 2px; background: var(--primary); width: 0%; z-index: 9999; transition: width .1s linear; }

/* ANNOUNCEMENT BAR */
.announcement-bar { background: var(--primary); color: #07090f; font-size: .75rem; font-weight: 600; text-align: center; padding: 8px 16px; display: flex; align-items: center; justify-content: center; gap: 8px; letter-spacing: .5px; }

/* NAVBAR */
.navbar { position: sticky; top: 0; z-index: 900; background: rgba(8,7,9,.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid var(--border-subtle); }
.navbar-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1240px; margin: 0 auto; padding: 0 24px; height: 68px; }
.navbar-logo { display: flex; flex-direction: column; line-height: 1; text-decoration: none; letter-spacing: 2px; }
.logo-main { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 700; color: var(--primary); }
.logo-sub  { font-size: .55rem; font-weight: 500; color: var(--text-muted); letter-spacing: 4px; }
.navbar-links { display: flex; gap: 28px; list-style: none; }
.navbar-links a { text-decoration: none; font-size: .8rem; font-weight: 500; color: var(--text-muted); letter-spacing: .5px; transition: color .2s; }
.navbar-links a:hover { color: var(--primary); }
.navbar-actions { display: flex; align-items: center; gap: 16px; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { width: 22px; height: 1.5px; background: var(--text); transition: .3s; display: block; }

/* MOBILE MENU */
.mobile-menu { display: none; flex-direction: column; gap: 8px; padding: 20px 24px; background: var(--surface); border-bottom: 1px solid var(--border); position: fixed; top: 99px; left: 0; right: 0; z-index: 800; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--text-muted); text-decoration: none; font-size: .9rem; padding: 8px 0; border-bottom: 1px solid var(--border-subtle); }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 24px; border-radius: 4px; font-size: .85rem; font-weight: 600; text-decoration: none; border: none; cursor: pointer; transition: all .2s; letter-spacing: .3px; font-family: inherit; }
.btn-primary { background: var(--primary); color: #07090f; }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-1px); }
.btn-outline { border: 1px solid var(--border); color: var(--text); background: transparent; }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }
.btn-ghost { border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.85); background: transparent; }
.btn-ghost:hover { border-color: rgba(255,255,255,.5); color: #fff; }
.btn-lg { padding: 14px 32px; font-size: .92rem; }
.btn-sm { padding: 8px 18px; font-size: .78rem; }

/* SECTION BASE */
.section { padding: 96px 0; }
.section-alt { background: var(--bg-card); }
.section-header { text-align: center; margin-bottom: 60px; }
.section-header h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 600; line-height: 1.2; margin-bottom: 16px; }
.section-sub { color: var(--text-muted); max-width: 560px; margin: 0 auto; font-size: .95rem; }
.eyebrow { display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--primary); margin-bottom: 12px; }

/* REVEAL ANIMATIONS */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* HERO */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding-bottom: 120px; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(8,7,9,.88) 40%, rgba(8,7,9,.55) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 680px; padding: 120px 0 60px; }
.hero-eyebrow { display: flex; align-items: center; gap: 12px; font-size: .7rem; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase; color: var(--primary); margin-bottom: 24px; }
.eyebrow-line { flex: 0 0 32px; height: 1px; background: var(--primary); }
.hero-headline { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 7vw, 6rem); font-weight: 600; line-height: 1.05; letter-spacing: -1px; color: var(--text); margin-bottom: 24px; }
.hero-headline em { font-style: italic; color: var(--primary); }
.hero-sub { font-size: 1.05rem; color: rgba(237,233,224,.75); max-width: 480px; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-stats { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(8,7,9,.7); backdrop-filter: blur(16px); border-top: 1px solid var(--border); z-index: 3; }
.hero-stats-inner { display: flex; justify-content: space-around; padding: 24px 0; }
.hero-stat { text-align: center; }
.hero-stat-value { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 600; color: var(--primary); }
.hero-stat-label { font-size: .7rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1.5px; margin-top: 2px; }

/* TRUST BAR */
.trust-bar { border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); padding: 20px 0; background: var(--surface); }
.trust-bar-inner { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; justify-content: center; }
.trust-bar-label { font-size: .7rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--text-dim); flex-shrink: 0; }
.trust-bar-divider { width: 1px; height: 20px; background: var(--border); flex-shrink: 0; }
.trust-bar-list { display: flex; gap: 28px; flex-wrap: wrap; align-items: center; }
.trust-bar-item { font-size: .75rem; color: var(--text-muted); white-space: nowrap; letter-spacing: .3px; }

/* BOOKING */
.booking-section { padding: 64px 0; }
.booking-header { margin-bottom: 36px; }
.booking-form { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 32px; }
.booking-row { display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 16px; align-items: end; }
.booking-field label { display: flex; align-items: center; gap: 6px; font-size: .72rem; font-weight: 600; color: var(--text-muted); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 8px; }
.booking-field input, .booking-field select { width: 100%; background: var(--bg); border: 1px solid var(--border-subtle); border-radius: 4px; padding: 10px 14px; color: var(--text); font-size: .88rem; font-family: inherit; transition: border-color .2s; }
.booking-field input:focus, .booking-field select:focus { outline: none; border-color: var(--primary); }
.booking-btn { white-space: nowrap; height: 44px; }
.booking-perks { display: flex; gap: 24px; margin-top: 16px; flex-wrap: wrap; }
.booking-perks span { display: flex; align-items: center; gap: 6px; font-size: .75rem; color: var(--text-muted); }
.booking-perks i { color: var(--primary); }

/* ROOMS */
.rooms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.room-card { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: 8px; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.room-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.room-img-wrap { position: relative; height: 220px; overflow: hidden; }
.room-img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.room-card:hover .room-img { transform: scale(1.04); }
.room-badge { position: absolute; top: 12px; left: 12px; background: var(--primary); color: #07090f; font-size: .65rem; font-weight: 700; padding: 4px 12px; border-radius: 2px; letter-spacing: .5px; }
.room-body { padding: 24px; }
.room-meta { display: flex; gap: 14px; font-size: .72rem; color: var(--text-dim); margin-bottom: 10px; flex-wrap: wrap; }
.room-meta span { display: flex; align-items: center; gap: 4px; }
.room-name { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; margin-bottom: 14px; }
.room-features { list-style: none; display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; }
.room-features li { display: flex; align-items: center; gap: 8px; font-size: .8rem; color: var(--text-muted); }
.room-features i { color: var(--primary); flex-shrink: 0; }
.room-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--border-subtle); }
.room-price-amount { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; color: var(--primary); }
.room-price-per { font-size: .72rem; color: var(--text-muted); display: block; }

/* AMENITIES */
.amenities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.amenity-card { background: var(--surface); border: 1px solid var(--border-subtle); border-radius: 8px; padding: 28px 24px; transition: border-color .3s, transform .3s; }
.amenity-card:hover { border-color: var(--border); transform: translateY(-4px); }
.amenity-icon { width: 48px; height: 48px; background: rgba(var(--primary-rgb),.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.amenity-title { font-size: .95rem; font-weight: 600; margin-bottom: 8px; }
.amenity-desc { font-size: .82rem; color: var(--text-muted); line-height: 1.65; }

/* DINING */
.dining-section { background: var(--bg); }
.dining-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.dining-img { width: 100%; height: 500px; object-fit: cover; border-radius: 4px; }
.dining-img-caption { font-size: .72rem; color: var(--text-muted); margin-top: 12px; display: flex; align-items: center; gap: 6px; }
.dining-offerings { display: flex; flex-direction: column; gap: 20px; margin-top: 32px; }
.dining-item { display: flex; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--border-subtle); }
.dining-time { font-size: .65rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--primary); flex-shrink: 0; width: 60px; padding-top: 2px; }
.dining-item-name { font-weight: 600; font-size: .95rem; margin-bottom: 4px; }
.dining-item-desc { font-size: .82rem; color: var(--text-muted); }

/* EXPERIENCES */
.experiences-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.experience-card { background: var(--surface); border: 1px solid var(--border-subtle); border-radius: 8px; padding: 32px 24px; transition: transform .3s, border-color .3s; }
.experience-card:hover { transform: translateY(-5px); border-color: var(--border); }
.experience-icon { width: 52px; height: 52px; background: rgba(var(--primary-rgb),.08); border: 1px solid var(--border); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.experience-title { font-size: .98rem; font-weight: 600; margin-bottom: 10px; }
.experience-desc { font-size: .82rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 20px; }
.experience-link { display: inline-flex; align-items: center; gap: 6px; font-size: .78rem; font-weight: 600; color: var(--primary); text-decoration: none; }

/* GALLERY */
.gallery-section { background: var(--bg); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 4px; aspect-ratio: 4/3; cursor: pointer; }
.gallery-img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover .gallery-img { transform: scale(1.06); }
.gallery-hover { position: absolute; inset: 0; background: rgba(8,7,9,.5); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s; }
.gallery-item:hover .gallery-hover { opacity: 1; }

/* TESTIMONIALS */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card { background: var(--surface); border: 1px solid var(--border-subtle); border-radius: 8px; padding: 32px; }
.testimonial-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.testimonial-quote { font-family: 'Cormorant Garamond', serif; font-size: 1.08rem; font-style: italic; color: var(--text); line-height: 1.7; margin-bottom: 24px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.testimonial-name { font-weight: 600; font-size: .88rem; }
.testimonial-role { font-size: .75rem; color: var(--text-muted); }

/* FAQ */
.faq-section { background: var(--surface); }
.faq-layout { display: grid; grid-template-columns: 340px 1fr; gap: 80px; align-items: start; }
.faq-header h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 600; margin: 8px 0 16px; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--border-subtle); }
.faq-question { width: 100%; background: none; border: none; padding: 20px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; color: var(--text); font-size: .92rem; font-weight: 600; text-align: left; font-family: inherit; }
.faq-item.active .faq-question { color: var(--primary); }
.faq-answer { padding: 0 0 20px; }
.faq-answer p { font-size: .88rem; color: var(--text-muted); line-height: 1.75; }
.faq-item.active i[data-lucide="plus"] { transform: rotate(45deg); }
.faq-question i { transition: transform .3s; }

/* FOOTER */
.footer { background: var(--bg-card); border-top: 1px solid var(--border-subtle); }
.footer-top { display: grid; grid-template-columns: 300px repeat(3, 1fr); gap: 48px; padding: 64px 24px; max-width: 1240px; margin: 0 auto; }
.footer-logo { display: flex; flex-direction: column; line-height: 1; letter-spacing: 2px; margin-bottom: 12px; }
.footer-brand-desc { font-size: .82rem; color: var(--text-muted); font-style: italic; margin-bottom: 16px; }
.footer-contact-quick { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.footer-contact-quick a { display: flex; align-items: center; gap: 8px; font-size: .8rem; color: var(--text-muted); text-decoration: none; }
.footer-contact-quick a:hover { color: var(--primary); }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 34px; height: 34px; border: 1px solid var(--border-subtle); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--text-muted); text-decoration: none; transition: all .2s; }
.footer-social a:hover { border-color: var(--primary); color: var(--primary); }
.footer-col-title { font-size: .65rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--text-dim); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { text-decoration: none; font-size: .82rem; color: var(--text-muted); transition: color .2s; }
.footer-col ul a:hover { color: var(--primary); }
.footer-bottom { max-width: 1240px; margin: 0 auto; border-top: 1px solid var(--border-subtle); padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; font-size: .75rem; color: var(--text-dim); flex-wrap: wrap; gap: 10px; }
.footer-address { display: flex; align-items: center; gap: 6px; }

/* BACK TO TOP */
.back-to-top { position: fixed; bottom: 28px; right: 28px; width: 44px; height: 44px; background: var(--primary); border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s; z-index: 500; color: #07090f; }
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.back-to-top:hover { transform: translateY(-3px); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .booking-row { grid-template-columns: 1fr 1fr; }
  .booking-btn { grid-column: 1 / -1; }
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .experiences-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .navbar-links { display: none; }
  .hamburger { display: flex; }
  .rooms-grid { grid-template-columns: 1fr; }
  .dining-grid { grid-template-columns: 1fr; }
  .dining-img { height: 280px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; gap: 36px; }
  .hero-stats-inner { flex-wrap: wrap; gap: 20px; padding: 20px 24px; }
  .trust-bar-list { gap: 14px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .booking-row { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
}
@media (max-width: 480px) {
  .hero-headline { font-size: 2.8rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .amenities-grid { grid-template-columns: 1fr; }
  .experiences-grid { grid-template-columns: 1fr; }
}
