:root {
  --ink: #17322b;
  --ink-soft: #4f625d;
  --forest: #1f5142;
  --forest-dark: #12372d;
  --moss: #6e927b;
  --sky: #eaf4f1;
  --cream: #fbfaf5;
  --white: #fff;
  --gold: #c89445;
  --border: #dce6e1;
  --shadow: 0 20px 60px rgba(23, 50, 43, .10);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--cream); line-height: 1.65; }
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 9999; padding: 10px 16px; background: #fff; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: #e8e8e8; color: #18251f; border-bottom: 1px solid #cfd3d1; box-shadow: 0 8px 24px rgba(23,50,43,.10); transition: .3s ease; }
.header-contact-bar { background: #dcdcdc; border-bottom: 1px solid #c8ccca; }
.header-contact-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: .78rem; }
.header-contact-left { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.header-contact-inner a { color: #25342e; transition: color .25s ease, transform .25s ease; }
.header-contact-inner a:hover { color: #a66d00; transform: translateY(-1px); }
.header-contact-inner i { color: #ffc52d; margin-right: 5px; }
.header-whatsapp-number { font-weight: 800; color: #177447 !important; }
.nav-wrap { min-height: 74px; display: flex; align-items: center; gap: 24px; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; }
.primary-nav a { font-weight: 700; font-size: .92rem; color: #26352f; position: relative; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: #ffc52d; transition: .25s; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: #b47700; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.header-book-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border-radius: 999px; background: linear-gradient(135deg,#ffc52d,#f59f00); color: #102333; font-weight: 900; white-space: nowrap; box-shadow: 0 8px 24px rgba(255,197,45,.22); transition: transform .25s ease, box-shadow .25s ease; }
.header-book-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,197,45,.3); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 1.4rem; color: #26352f; }

.hero { position: relative; width: 100%; overflow: hidden; background: #061c2b; color: #fff; line-height: 1.65; }
.hero-image { display: block; width: 100%; height: auto; max-width: none; object-fit: contain; object-position: center top; }
.hero-content { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.eyebrow, .section-kicker { margin: 0 0 12px; letter-spacing: .15em; font-size: .76rem; font-weight: 800; color: var(--gold); }
.hero h1 { font-family: "Playfair Display", serif; font-size: clamp(3rem, 7vw, 5.7rem); line-height: 1.02; margin: 0 0 24px; max-width: 850px; }
.hero h1 span { color: #e4c486; }
.hero-copy { max-width: 650px; font-size: 1.08rem; color: rgba(255,255,255,.9); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 20px; border: 0; border-radius: 999px; font-weight: 800; transition: .22s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.13); }
.btn-primary { background: var(--forest); color: #fff; }
.btn-light { background: #fff; color: var(--forest); }
.btn-secondary { background: #eef4f1; color: var(--forest); }
.btn-wide { width: 100%; }
.hero-trust { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 50px; font-weight: 600; color: rgba(255,255,255,.82); }
.hero-trust span { display: flex; align-items: center; gap: 8px; }
.hero-semantic-copy { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.hero-actions { position: absolute; left: 32px; bottom: 138px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero-actions .btn { background: rgba(4,24,36,.88); color: #fff; border: 1px solid rgba(255,255,255,.45); backdrop-filter: blur(8px); }
.hero-actions .btn-primary { background: linear-gradient(135deg,#ffc52d,#f59f00); color: #142331; border-color: transparent; }


.section { padding: 100px 0; }
.intro-section { background: #fff; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
h2, h3 { line-height: 1.2; }
h2 { font-family: "Playfair Display", serif; font-size: clamp(2.25rem, 4vw, 3.7rem); margin: 0 0 22px; }
.intro-section p { color: var(--ink-soft); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.feature-card { padding: 26px; background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius); transition: .25s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-card i { font-size: 1.5rem; color: var(--gold); }
.feature-card h3 { margin: 18px 0 8px; }
.feature-card p { margin: 0; font-size: .92rem; }

.rooms-section { background: #f3f7f4; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 45px; }
.section-heading h2 { margin-bottom: 0; }
.section-intro { max-width: 480px; color: var(--ink-soft); }
.centered { display: block; text-align: center; }
.centered .section-intro { margin-inline: auto; }
.room-region { margin-bottom: 56px; }
.region-title { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.region-title h3 { font-family: "Playfair Display", serif; font-size: 2rem; margin: 0; }
.region-title::after { content: ""; height: 1px; background: var(--border); flex: 1; }
.region-count { font-size: .78rem; font-weight: 800; color: var(--moss); }
.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.room-card, .card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 8px 30px rgba(23,50,43,.06); }
.room-card { overflow: hidden; transition: .25s; }
.room-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.room-image-wrap { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.room-image { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.room-card:hover .room-image { transform: scale(1.05); }
.room-status { position: absolute; top: 14px; left: 14px; padding: 6px 10px; border-radius: 999px; font-size: .72rem; font-weight: 800; background: #fff; }
.status-available { color: #17643f; }
.status-limited { color: #8a5a14; }
.status-full { color: #9c2d2d; }
.room-body { padding: 22px; }
.room-location { color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.room-body h4 { margin: 7px 0 8px; font-family: "Playfair Display", serif; font-size: 1.55rem; }
.room-description { color: var(--ink-soft); font-size: .9rem; min-height: 50px; }
.room-meta { display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0; }
.meta-pill { background: #f0f5f2; border-radius: 999px; padding: 5px 9px; font-size: .75rem; color: #3d5850; }
.facilities { display: flex; gap: 8px; flex-wrap: wrap; padding: 0; margin: 0 0 18px; list-style: none; }
.facilities li { font-size: .74rem; color: var(--ink-soft); }
.facilities li:not(:last-child)::after { content: "•"; margin-left: 8px; color: var(--gold); }
.room-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--border); padding-top: 17px; }
.price strong { font-size: 1.35rem; }
.price span { color: var(--ink-soft); font-size: .76rem; }
.book-btn:disabled { cursor: not-allowed; opacity: .5; transform: none; box-shadow: none; }

.tours-section { background: #fff; }
.tour-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.tour-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--cream); }
.tour-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.tour-body { padding: 24px; }
.tour-duration { color: var(--gold); font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.tour-body h3 { font-family: "Playfair Display", serif; font-size: 1.7rem; margin: 8px 0; }
.tour-body p { color: var(--ink-soft); font-size: .9rem; }
.tour-bottom { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.tour-price { font-weight: 800; }

.gallery-section { background: #f3f7f4; }
.gallery-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: 240px 240px; gap: 14px; }
.gallery-item { border: 0; padding: 0; overflow: hidden; border-radius: 14px; background: #ddd; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: .45s; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-large { grid-row: span 2; }

.contact-section { background: var(--forest-dark); color: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.contact-copy p:not(.section-kicker) { color: rgba(255,255,255,.75); }
.contact-details { margin-top: 32px; display: grid; gap: 14px; }
.contact-details a { display: flex; gap: 16px; align-items: center; }
.contact-details i { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.1); color: #e4c486; }
.contact-details small { display: block; color: rgba(255,255,255,.55); font-size: .7rem; }
.contact-form { color: var(--ink); padding: 30px; }
.contact-form h3 { font-family: "Playfair Display", serif; font-size: 1.8rem; margin-top: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid label { display: grid; gap: 7px; font-size: .8rem; font-weight: 800; color: var(--ink-soft); }
.form-grid label.full { grid-column: 1 / -1; }
input, textarea, select { width: 100%; border: 1px solid var(--border); border-radius: 10px; padding: 12px 13px; outline: none; background: #fff; color: var(--ink); }
input:focus, textarea:focus, select:focus { border-color: var(--moss); box-shadow: 0 0 0 3px rgba(110,146,123,.13); }
.form-message { min-height: 24px; margin: 10px 0; font-size: .82rem; font-weight: 700; }
.form-message.error { color: #a32d2d; }
.form-message.success { color: #17643f; }

.site-footer { background: #0c2b23; color: rgba(255,255,255,.75); padding-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; padding-bottom: 45px; }
.footer-logo-link { display: inline-block; margin: 0 0 16px; }
.footer-logo { width: 235px; max-width: 100%; height: auto; display: block; background: #fff; padding: 8px; border-radius: 14px; box-shadow: 0 14px 35px rgba(0,0,0,.18); transition: transform .35s ease, box-shadow .35s ease; }
.footer-logo-link:hover .footer-logo { transform: translateY(-4px) scale(1.02); box-shadow: 0 18px 42px rgba(0,0,0,.25); }
.site-footer h3 { color: #fff; font-size: 1rem; margin-top: 0; }
.site-footer a { display: block; margin: 8px 0; }
.site-footer a:hover { color: #e4c486; }
.footer-admin-link { margin-top: 14px !important; font-weight: 800; color: #e4c486 !important; }
.footer-admin-link i { margin-right: 7px; }
.footer-social { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.footer-social a { display: grid; place-items: center; margin: 0; width: 48px; height: 48px; border-radius: 50%; color: #fff; border: 0; text-decoration: none; font-size: 1.35rem; box-shadow: 0 8px 20px rgba(0,0,0,.18); transition: transform .3s ease, box-shadow .3s ease, filter .3s ease; }
.footer-social a:hover { transform: translateY(-5px) scale(1.08); box-shadow: 0 12px 26px rgba(0,0,0,.28); filter: brightness(1.08); }
.footer-social #footer-facebook { background: #1877F2; }
.footer-social #footer-instagram { background: #E1306C; }
.footer-social #footer-whatsapp { background: #25D366; }
.header-social-links a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; margin: 0; border: 0; font-size: 1.22rem; box-shadow: 0 5px 14px rgba(0,0,0,.12); }
.header-social-links #header-facebook { background: #1877F2; color: #fff; }
.header-social-links #header-instagram { background: #E1306C; color: #fff; }
.header-social-links #header-whatsapp { background: #25D366; color: #fff; }
.header-social-links::after { content: ''; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: .78rem; }
.footer-bottom strong { color: #e4c486; }

.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 900; display: flex; align-items: center; gap: 9px; background: #1b8d58; color: #fff; border-radius: 999px; padding: 12px 17px; box-shadow: 0 12px 30px rgba(0,0,0,.18); font-weight: 800; font-size: .84rem; }
.floating-whatsapp:hover { transform: translateY(-3px); }

.modal[hidden], .lightbox[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(6,24,19,.72); backdrop-filter: blur(4px); }
.modal-card { position: relative; z-index: 1; width: min(100%, 760px); max-height: 92vh; overflow-y: auto; background: #fff; border-radius: 22px; padding: 34px; box-shadow: 0 30px 90px rgba(0,0,0,.25); animation: modalIn .22s ease; }
.modal-close { position: absolute; right: 15px; top: 15px; border: 0; background: #f1f5f2; width: 38px; height: 38px; border-radius: 50%; color: var(--ink); }
.modal-note { color: var(--ink-soft); font-size: .88rem; }
.success-card { text-align: center; width: min(100%, 600px); }
.success-icon { width: 66px; height: 66px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 18px; background: #e7f4ed; color: #197047; font-size: 1.5rem; }
.confirmation-box { text-align: left; background: #f4f8f6; padding: 17px; border-radius: 12px; margin: 20px 0; display: grid; gap: 5px; font-size: .86rem; }
.payment-alert { background: #fff7e9; border: 1px solid #efd8aa; padding: 16px; border-radius: 12px; margin-bottom: 20px; }
.payment-alert strong, .payment-alert span { display: block; }
.payment-alert strong { color: #865c1a; }
.payment-alert span { font-size: .82rem; color: #6c6253; margin-top: 4px; }

.lightbox { position: fixed; inset: 0; z-index: 3000; display: grid; place-items: center; padding: 30px; background: rgba(0,0,0,.9); }
.lightbox img { max-height: 90vh; max-width: 92vw; object-fit: contain; border-radius: 10px; }
.lightbox-close { position: fixed; top: 20px; right: 20px; border: 0; width: 44px; height: 44px; border-radius: 50%; background: #fff; color: #12372d; }

@keyframes modalIn { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

@media (max-width: 1050px) {
  .primary-nav { gap: 17px; }
  .room-grid, .tour-grid { grid-template-columns: repeat(2,1fr); }
  .two-column, .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { position: absolute; top: 116px; left: 0; right: 0; background: #eeeeee; display: none; flex-direction: column; align-items: stretch; padding: 14px 20px 20px; border-bottom: 1px solid var(--border); box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 11px 0; }
  .social-links { display: none; }
  .hero { min-height: 0; }
  .hero-image { width: 100%; height: auto; object-fit: contain; }
  .hero-content { margin-inline: 0; min-height: 0; }
  .header-contact-left a:nth-child(2), .header-contact-left a:nth-child(3) { display: none; }
  .header-contact-inner { justify-content: center; }
  .header-book-btn { display: none; }
  .hero-actions { display: none; }
  .section { padding: 75px 0; }
  .section-heading { display: block; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 180px 180px; }
  .gallery-large { grid-row: span 1; grid-column: span 2; }
}
@media (max-width: 600px) {
  .container { width: min(100% - 28px, var(--container)); }
  .hero h1 { font-size: 2.8rem; }
  .hero-copy { font-size: .96rem; }
  .hero-actions { display: none; }
  .feature-grid, .room-grid, .tour-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .room-grid, .tour-grid { gap: 16px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 230px); }
  .gallery-large { grid-column: auto; }
  .contact-grid { gap: 35px; }
  .modal-card { padding: 27px 18px; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 52px; height: 52px; justify-content: center; padding: 0; font-size: 1.3rem; }
}


/* =========================================================
   HOMESTAY OVERVIEW + 5-PHOTO GALLERY
   ========================================================= */

.homestay-list {
  display: grid;
  gap: 34px;
}

.homestay-overview {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 12px 40px rgba(23, 50, 43, .07);
}

.homestay-overview-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.homestay-overview-header h4 {
  margin: 4px 0 2px;
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  color: var(--ink);
}

.homestay-overview-header p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .92rem;
}

.homestay-photo-count {
  flex: 0 0 auto;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--sky);
  color: var(--forest);
  font-size: .78rem;
  font-weight: 800;
}

.homestay-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 28px;
}

.homestay-gallery-image {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #e9efec;
}

.homestay-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease, opacity .3s ease;
}

.homestay-gallery-image:hover img,
.homestay-gallery-image:focus img {
  transform: scale(1.06);
  opacity: .92;
}

.homestay-gallery-image span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  min-width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .68);
  color: #fff;
  font-size: .75rem;
  font-weight: 800;
}

.homestay-room-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 14px;
  padding-top: 4px;
  border-top: 1px solid var(--border);
}

.homestay-room-heading h5 {
  margin: 18px 0 0;
  font-size: 1.05rem;
}

.homestay-room-heading span {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: .82rem;
}

.homestay-room-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.homestay-room-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px;
  background: var(--cream);
}

.homestay-room-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.room-type-label {
  display: inline-block;
  color: var(--moss);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.homestay-room-card h6 {
  margin: 3px 0 0;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
}

.homestay-room-card .room-description {
  margin: 12px 0;
}

.homestay-room-card .facilities {
  margin: 14px 0 18px;
}

@media (max-width: 900px) {
  .homestay-gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .homestay-gallery-image {
    height: 145px;
  }
}

@media (max-width: 600px) {
  .homestay-overview {
    padding: 18px;
  }

  .homestay-overview-header {
    flex-direction: column;
    gap: 10px;
  }

  .homestay-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .homestay-gallery-image {
    height: 135px;
  }

  .homestay-room-grid {
    grid-template-columns: 1fr;
  }

  .homestay-room-heading {
    align-items: flex-start;
  }

  .homestay-room-top {
    flex-direction: column;
  }
}

.gallery-video-item{position:relative}
.gallery-video-item video{width:100%;height:100%;object-fit:cover;display:block}
.gallery-video-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;background:rgba(0,0,0,.65);color:#fff;display:grid;place-items:center;font-size:20px;pointer-events:none}
#lightbox-video{max-width:min(92vw,1000px);max-height:88vh;width:auto;height:auto;border-radius:12px}

/* =========================================================
   MountainDreams Premium Motion Layer
   Lightweight CSS + IntersectionObserver animations
   ========================================================= */
:root { --motion-ease: cubic-bezier(.22,1,.36,1); }

/* Smooth page entrance */
body { animation: pageFadeIn .65s ease both; }
@keyframes pageFadeIn { from { opacity: 0; } to { opacity: 1; } }

/* Hero image: preserve the original artwork ratio so the embedded logo/text are never stretched or cropped. */
.hero::before { display: none; }
.hero-overlay { display: none; }
.hero-image { animation: heroImageIn .9s var(--motion-ease) both; }
@keyframes heroImageIn { from { opacity: .72; transform: scale(1.01); } to { opacity: 1; transform: scale(1); } }

/* Scroll reveal */
.reveal, .section-heading, .room-region, .feature-card, .room-card, .tour-card, .gallery-item, .contact-copy, .contact-form {
  will-change: transform, opacity;
}
.reveal-ready { opacity: 0; transform: translateY(34px); transition: opacity .75s ease, transform .85s var(--motion-ease); }
.reveal-ready.is-visible { opacity: 1; transform: none; }
.reveal-left { transform: translateX(-34px); }
.reveal-right { transform: translateX(34px); }

/* Staggered cards */
.room-grid .room-card, .tour-grid .tour-card, .feature-grid .feature-card, .gallery-grid .gallery-item { opacity: 0; transform: translateY(28px) scale(.985); }
.room-grid .room-card.is-visible, .tour-grid .tour-card.is-visible, .feature-grid .feature-card.is-visible, .gallery-grid .gallery-item.is-visible { opacity: 1; transform: none; transition: opacity .65s ease, transform .75s var(--motion-ease); }
.room-grid .room-card:nth-child(2), .tour-grid .tour-card:nth-child(2), .feature-grid .feature-card:nth-child(2), .gallery-grid .gallery-item:nth-child(2) { transition-delay: .08s; }
.room-grid .room-card:nth-child(3), .tour-grid .tour-card:nth-child(3), .feature-grid .feature-card:nth-child(3), .gallery-grid .gallery-item:nth-child(3) { transition-delay: .16s; }
.room-grid .room-card:nth-child(4), .tour-grid .tour-card:nth-child(4), .feature-grid .feature-card:nth-child(4), .gallery-grid .gallery-item:nth-child(4) { transition-delay: .24s; }

/* Premium card motion */
.feature-card, .room-card, .tour-card, .gallery-item { transition: transform .35s var(--motion-ease), box-shadow .35s ease, border-color .35s ease; }
.feature-card:hover, .room-card:hover, .tour-card:hover { transform: translateY(-9px); box-shadow: 0 24px 55px rgba(23,50,43,.13); }
.tour-card { position: relative; }
.tour-card::after, .room-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); opacity: 0; transition: opacity .35s ease; }
.tour-card:hover::after, .room-card:hover::after { opacity: 1; }

/* Image hover sheen */
.room-image-wrap, .tour-card { overflow: hidden; }
.room-image-wrap::after, .tour-card::before, .gallery-item::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: -80%; width: 42%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.22), transparent);
  transform: skewX(-18deg); transition: left .8s ease; pointer-events: none; z-index: 2;
}
.room-card:hover .room-image-wrap::after, .tour-card:hover::before, .gallery-item:hover::after { left: 130%; }

/* Buttons */
.btn { position: relative; overflow: hidden; }
.btn::after { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,.35); transform: scale(0); opacity: 0; pointer-events: none; }
.btn:hover::after { animation: buttonGlow .7s ease-out; }
@keyframes buttonGlow { 0% { transform: scale(1); opacity: .35; } 100% { transform: scale(24); opacity: 0; } }

/* Gallery cinematic hover */
.gallery-item { position: relative; overflow: hidden; }
.gallery-item img, .gallery-item video { transition: transform .7s var(--motion-ease), filter .5s ease; }
.gallery-item:hover img, .gallery-item:hover video { transform: scale(1.07); filter: saturate(1.08); }
.gallery-video-icon { transition: transform .35s var(--motion-ease), background .35s ease, box-shadow .35s ease; animation: softPulse 2.2s ease-in-out infinite; }
.gallery-video-item:hover .gallery-video-icon { transform: translate(-50%,-50%) scale(1.12); background: rgba(31,81,66,.9); box-shadow: 0 0 0 10px rgba(255,255,255,.10), 0 12px 30px rgba(0,0,0,.25); }
@keyframes softPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(255,255,255,.18); } 50% { box-shadow: 0 0 0 9px rgba(255,255,255,0); } }

/* Navigation / header motion */
.site-header { transition: background .35s ease, box-shadow .35s ease, min-height .35s ease; }
.site-header.header-scrolled { background: #e8e8e8; box-shadow: 0 8px 28px rgba(23,50,43,.12); }
.site-header.header-scrolled .nav-wrap { min-height: 68px; }
.primary-nav a { transition: color .25s ease, transform .25s ease; }
.primary-nav a:hover { color: var(--forest); transform: translateY(-1px); }
.social-links a { transition: transform .3s var(--motion-ease), background .25s ease, color .25s ease; }
.social-links a:hover { transform: translateY(-4px) rotate(4deg); }

/* Contact form focus */
.contact-form input, .contact-form textarea, .contact-form select { transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(31,81,66,.09); }

/* Lightbox entrance */
#lightbox:not([hidden]) { animation: lightboxFade .3s ease both; }
#lightbox:not([hidden]) img, #lightbox:not([hidden]) video { animation: lightboxZoom .45s var(--motion-ease) both; }
@keyframes lightboxFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes lightboxZoom { from { opacity: 0; transform: scale(.92); } to { opacity: 1; transform: scale(1); } }

/* Respect accessibility settings */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .hero-content > *, .reveal-ready, .room-grid .room-card, .tour-grid .tour-card, .feature-grid .feature-card, .gallery-grid .gallery-item { opacity: 1 !important; transform: none !important; }
}


/* Social media icons restored in the header and footer. */
.header-social-links { margin-left: 8px; }
.header-social-links a { color: #26352f; border-color: #b8bfbc; background: rgba(255,255,255,.45); }
.header-social-links a:hover { background: #fff; color: var(--forest); }

/* Header social icons: match footer style, side-by-side */
.site-header .social-icons,
.site-header .social-links,
.site-header .header-social,
.site-header .social-media-icons {
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  gap:12px !important;
  flex-wrap:nowrap !important;
}
.site-header .social-icons a,
.site-header .social-links a,
.site-header .header-social a,
.site-header .social-media-icons a {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:42px !important;
  height:42px !important;
  border-radius:50% !important;
  color:#fff !important;
  text-decoration:none !important;
}
.site-header .social-icons a svg,
.site-header .social-icons a i,
.site-header .social-links a svg,
.site-header .social-links a i,
.site-header .header-social a svg,
.site-header .header-social a i,
.site-header .social-media-icons a svg,
.site-header .social-media-icons a i {
  color:#fff !important;
  fill:#fff !important;
  stroke:#fff !important;
}
