/* =========================================================
   HOTEL LE-GARDEN — COMPLETE MODERN UPGRADE
   Original identity preserved: Open Sans + maroon / white.
   ========================================================= */
:root {
  --maroon: #750505;
  --maroon-2: #8b0b0b;
  --red: #cf0606;
  --dark: #302222;
  --text: #342f2f;
  --muted: #756969;
  --cream: #fff5f5;
  --soft: #fcf8f8;
  --white: #fff;
  --line: #ead5d5;
  --success: #2f7d4a;
  --shadow-sm: 0 10px 28px rgba(48, 34, 34, .10);
  --shadow: 0 18px 48px rgba(117, 5, 5, .14);
  --shadow-lg: 0 30px 78px rgba(48, 34, 34, .22);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 32px;
  --container: 1180px;
  --header-h: 86px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.7;
  overflow-x: hidden
}

body.menu-open {
  overflow: hidden
}

img {
  max-width: 100%;
  display: block
}

a {
  color: inherit;
  text-decoration: none
}

button,
input,
select,
textarea {
  font: inherit
}

button {
  cursor: pointer
}

ul {
  list-style: none
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto
}

.section {
  padding: 92px 0;
  position: relative
}

.section.soft {
  background: var(--soft)
}

.section.pattern {
  background-color: #fffafa;
  background-image: radial-gradient(rgba(117, 5, 5, .09) 1px, transparent 1px);
  background-size: 22px 22px
}

.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 46px
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--maroon);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
  margin-bottom: 10px
}

.eyebrow::before,
.eyebrow::after {
  content: '';
  width: 26px;
  height: 2px;
  background: var(--red);
  border-radius: 10px
}

.section-head h2,
.split-copy h2,
.content-title {
  font-size: clamp(2rem, 4.5vw, 3.35rem);
  line-height: 1.16;
  color: var(--dark);
  letter-spacing: -.04em;
  margin-bottom: 14px
}

.section-head p,
.lead {
  font-size: 1.02rem;
  color: var(--muted)
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 13px 23px;
  font-weight: 800;
  transition: .28s ease;
  white-space: nowrap
}

.btn-primary {
  background: linear-gradient(135deg, var(--red), var(--maroon));
  color: #fff;
  box-shadow: 0 12px 28px rgba(117, 5, 5, .25)
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(117, 5, 5, .34)
}

.btn-dark {
  background: var(--dark);
  color: #fff
}

.btn-dark:hover {
  background: var(--maroon);
  transform: translateY(-3px)
}

.btn-outline {
  border: 1.5px solid rgba(255, 255, 255, .72);
  color: #fff;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px)
}

.btn-outline:hover {
  background: #fff;
  color: var(--maroon);
  transform: translateY(-3px)
}

.btn-light {
  background: #fff;
  color: var(--maroon);
  box-shadow: var(--shadow-sm)
}

.btn-light:hover {
  transform: translateY(-3px);
  background: var(--cream)
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--maroon);
  font-weight: 800
}

.link-arrow i {
  transition: .25s
}

.link-arrow:hover i {
  transform: translateX(5px)
}

/* Loader, progress, utility */
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  display: grid;
  place-items: center;
  transition: opacity .45s, visibility .45s
}

.site-loader.hide {
  opacity: 0;
  visibility: hidden
}

.mrv-logo {
  position: absolute;
  top: 145px;
  left: 24px;
  z-index: 3
}
.logo-mrv {
  background: #fff;
  color: #116037;
  padding-top: 15px;
  padding: 25px 5px ;
  font-size: 24px;
  line-height: 1;
  font-family: Georgia, serif;
  border-radius: 14px;
  border: 3px solid #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
  white-space: nowrap
}
.mrv-logo {
  position: absolute;
  top: 145px;
  left: 24px;
  z-index: 3
}
.logo-mrv span {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: var(--main-color);
  font-family: Poppins, sans-serif;
  font-weight: 700
}
.hotel-card.gold .logo-mrv img {
  background: #e52d2d;
  color: #fff
}
.hotel-card.gold .logo-mrv span {
  color: #ffe45c
}

/* .loader-box {
  text-align: center
} */

.loader-box img {
  width: 150px;
  margin: auto
}

.loader-line {
  height: 4px;
  width: 180px;
  background: #f0dada;
  margin: 18px auto 0;
  overflow: hidden;
  border-radius: 9px
}

.loader-line::after {
  content: '';
  display: block;
  height: 100%;
  width: 45%;
  background: linear-gradient(90deg, var(--maroon), var(--red));
  animation: load 1s infinite ease-in-out
}

@keyframes load {
  from {
    transform: translateX(-110%)
  }

  to {
    transform: translateX(240%)
  }
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background: var(--red);
  z-index: 10000
}

.back-top {
  position: fixed;
  right: 20px;
  bottom: 88px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--maroon);
  color: #fff;
  box-shadow: var(--shadow);
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .25s
}

.back-top.show {
  opacity: 1;
  visibility: visible;
  transform: none
}

.back-top:hover {
  background: var(--red)
}

.whatsapp {
  position: fixed;
  right: 18px;
  bottom: 22px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  font-size: 1.45rem;
  box-shadow: 0 16px 38px rgba(37, 211, 102, .35);
  z-index: 40;
  transition: .25s
}

.whatsapp:hover {
  transform: translateY(-4px) scale(1.04)
}

/* Topbar + header */
.topbar {
  background: var(--dark);
  color: #f8eeee;
  font-size: .82rem
}

.topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 29px
}

.topbar-group {
  display: flex;
  align-items: center;
  gap: 29px;
  flex-wrap: wrap
}

.topbar a {
  transition: .2s
}

.topbar a:hover {
  color: #fff
}

.topbar i {
  color: #ffb9b9;
  margin-right: 7px
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(117, 5, 5, .97);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  transition: .3s;
  backdrop-filter: blur(12px)
}

.site-header.scrolled {
  box-shadow: 0 14px 36px rgba(48, 34, 34, .26);
  background: rgba(102, 3, 3, .98)
}

.nav-wrap {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px
}

/* .brand {
  height: 80px;
  min-width: 170px;
 
  padding: 6px 13px;
  display: grid;
  place-items: center;
  align-self: flex-start;

  position: relative;
  z-index: 2
} */

.brand img {
  height: 80px;
  width: auto;
  object-fit: contain
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  font-size: 1.15rem
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px
}

.nav-link,
.dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  padding: 12px 12px;
  font-size: .9rem;
  font-weight: 700;
  position: relative;
  border: 0;
  background: transparent
}

.nav-link::after,
.dropdown-trigger::after {
  content: '';
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 5px;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transition: .25s
}

.nav-link:hover::after,
.dropdown-trigger:hover::after,
.nav-link.active::after,
.dropdown.active>.dropdown-trigger::after {
  transform: scaleX(1)
}

.dropdown {
  position: relative
}

.dropdown-trigger i {
  font-size: .72rem;
  transition: .25s
}

.dropdown:hover .dropdown-trigger i {
  transform: rotate(180deg)
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 220px;
  padding: 10px;
  background: #fff;
  border-radius: 14px;
  border-top: 4px solid var(--red);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .25s
}

.dropdown:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: none
}

.dropdown-menu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 16px
}

.dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 9px;
  color: var(--text);
  font-size: .88rem;
  font-weight: 700
}

.dropdown-menu a:hover,
.dropdown-menu a.active {
  background: var(--cream);
  color: var(--maroon)
}

.nav-book {
  margin-left: 8px;
  background: var(--dark);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .28);
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
  transition: .25s
}

.nav-book:hover {
  background: #fff;
  color: var(--maroon);
  transform: translateY(-2px)
}

/* Home hero slider */
.hero-slider {
  height: min(720px, calc(100vh - 36px));
  min-height: 590px;
  position: relative;
  overflow: hidden;
  background: var(--dark)
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s ease;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover
}

.hero-slide.active {
  opacity: 1;
  visibility: visible
}

.hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(39, 25, 25, .86) 0%, rgba(58, 26, 26, .67) 48%, rgba(48, 34, 34, .20) 100%)
}

.hero-slide::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 145px;
  background: linear-gradient(transparent, rgba(48, 34, 34, .46))
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  color: #fff;
  padding-bottom: 60px
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffdede;
  text-transform: uppercase;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .18em;
  margin-bottom: 16px
}

.hero-kicker::before {
  content: '';
  width: 36px;
  height: 3px;
  background: var(--red)
}

.hero-content h1 {
  font-size: clamp(3rem, 7vw, 6.3rem);
  line-height: .98;
  letter-spacing: -.06em;
  margin-bottom: 22px;
  text-shadow: 0 12px 30px rgba(0, 0, 0, .22)
}

.hero-content p {
  max-width: 630px;
  font-size: clamp(1rem, 2vw, 1.18rem);
  color: #f8eeee;
  margin-bottom: 30px
}

.hero-actions {
  display: flex;
  gap: 13px;
  flex-wrap: wrap
}

.hero-controls {
  position: absolute;
  z-index: 4;
  right: max(30px, calc((100vw - var(--container))/2));
  bottom: 95px;
  display: flex;
  gap: 10px
}

.hero-controls button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .6);
  background: rgba(48, 34, 34, .38);
  color: #fff;
  backdrop-filter: blur(8px);
  transition: .25s
}

.hero-controls button:hover {
  background: #fff;
  color: var(--maroon)
}

.hero-dots {
  position: absolute;
  z-index: 4;
  left: max(30px, calc((100vw - var(--container))/2));
  bottom: 104px;
  display: flex;
  gap: 10px
}

.hero-dot {
  width: 30px;
  height: 4px;
  border: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, .45);
  transition: .3s
}

.hero-dot.active {
  width: 58px;
  background: #fff
}

/* Booking strip */
.booking-wrap {
  position: relative;
  z-index: 10;
  margin-top: -55px
}

.booking-panel {
  background: #fff;
  border-radius: 22px;
  padding: 22px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr .8fr auto;
  gap: 12px;
  align-items: end;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(117, 5, 5, .10)
}

.field label {
  display: block;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--maroon);
  font-weight: 800;
  margin: 0 0 7px 3px
}

.field-control {
  height: 50px;
  width: 100%;
  border: 1px solid var(--line);
  background: #fffafa;
  border-radius: 12px;
  padding: 0 13px;
  color: var(--text);
  outline: none;
  transition: .2s
}

.field-control:focus {
  border-color: var(--maroon);
  box-shadow: 0 0 0 4px rgba(117, 5, 5, .09)
}

.booking-panel .btn {
  height: 50px;
  border-radius: 12px
}

/* Content layouts */
.split {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 70px
}

.split.reverse .split-media {
  order: 2
}

.split-copy p {
  color: var(--muted);
  margin-bottom: 16px
}

.split-media {
  position: relative
}

.split-media .main-photo {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg)
}

.floating-badge {
  position: absolute;
  right: -28px;
  bottom: 38px;
  width: 185px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  box-shadow: var(--shadow);
  text-align: center
}

.floating-badge strong {
  display: block;
  font-size: 2rem;
  color: var(--maroon);
  line-height: 1
}

.floating-badge span {
  color: var(--muted);
  font-size: .85rem
}

.mini-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 25px 0
}

.mini-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  background: var(--cream);
  border-radius: 14px
}

.mini-feature i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  background: #fff;
  color: var(--maroon);
  border-radius: 10px
}

.mini-feature b {
  display: block;
  font-size: .9rem
}

.mini-feature span {
  display: block;
  color: var(--muted);
  font-size: .79rem
}

/* Cards */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.image-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: .35s;
  position: relative
}

.image-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg)
}

.image-card-media {
  height: 265px;
  overflow: hidden;
  position: relative
}

.image-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s
}

.image-card:hover .image-card-media img {
  transform: scale(1.07)
}

.image-card-media::after {
  content: '';
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, rgba(48, 34, 34, .65))
}

.card-tag {
  position: absolute;
  z-index: 2;
  left: 18px;
  top: 18px;
  background: #fff;
  color: var(--maroon);
  font-weight: 800;
  font-size: .72rem;
  padding: 7px 11px;
  border-radius: 999px;
  box-shadow: var(--shadow-sm)
}

.image-card-body {
  padding: 24px
}

.image-card-body h3 {
  font-size: 1.35rem;
  color: var(--dark);
  margin-bottom: 7px
}

.image-card-body p {
  color: var(--muted);
  font-size: .92rem;
  margin-bottom: 16px
}

.card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 15px;
  border-top: 1px solid var(--line)
}

.price {
  color: var(--maroon);
  font-size: 1.25rem;
  font-weight: 800
}

.price small {
  font-size: .72rem;
  color: var(--muted);
  font-weight: 600
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.icon-card {
  padding: 28px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  transition: .3s;
  position: relative;
  overflow: hidden
}

.icon-card::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--cream);
  right: -55px;
  top: -55px;
  transition: .35s
}

.icon-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow)
}

.icon-card:hover::before {
  transform: scale(1.3)
}

.icon-card i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--cream);
  color: var(--maroon);
  font-size: 1.3rem;
  margin-bottom: 18px;
  position: relative
}

.icon-card h3 {
  font-size: 1.05rem;
  color: var(--dark);
  margin-bottom: 6px
}

.icon-card p {
  color: var(--muted);
  font-size: .86rem
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.stat {
  padding: 28px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-sm)
}

.stat strong {
  display: block;
  color: var(--maroon);
  font-size: 2.25rem;
  line-height: 1.1
}

.stat span {
  font-size: .84rem;
  color: var(--muted);
  font-weight: 700
}

/* Temple preview */
.temple-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.temple-card {
  height: 390px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
  isolation: isolate
}

.temple-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .55s
}

.temple-card::after {
  content: '';
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(transparent, rgba(30, 16, 16, .9));
  z-index: 1
}

.temple-card-content {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 22px;
  color: #fff
}

.temple-card-content span {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #ffd3d3;
  font-weight: 800
}

.temple-card-content h3 {
  font-size: 1.35rem;
  margin: 5px 0 7px
}

.temple-card-content p {
  font-size: .83rem;
  color: #f1e6e6
}

.temple-card:hover img {
  transform: scale(1.08)
}

/* testimonial */
.testimonial-shell {
  background: linear-gradient(135deg, var(--dark), var(--maroon));
  border-radius: 30px;
  color: #fff;
  padding: 60px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg)
}

.testimonial-shell::before {
  content: '“';
  position: absolute;
  right: 35px;
  top: -70px;
  font-size: 18rem;
  line-height: 1;
  color: rgba(255, 255, 255, .07);
  font-family: Georgia, serif
}

.testimonial {
  display: none;
  position: relative
}

.testimonial.active {
  display: block;
  animation: fade .45s
}

.testimonial p {
  font-size: clamp(1.25rem, 3vw, 2rem);
  max-width: 900px;
  line-height: 1.45;
  margin-bottom: 18px
}

.testimonial strong {
  display: block
}

.testimonial span {
  font-size: .85rem;
  color: #e7cfcf
}

.testimonial-nav {
  display: flex;
  gap: 8px;
  margin-top: 25px
}

.testimonial-nav button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  background: rgba(255, 255, 255, .08)
}

.testimonial-nav button:hover {
  background: #fff;
  color: var(--maroon)
}

/* CTA */
.cta {
  background: linear-gradient(120deg, var(--dark), var(--maroon));
  border-radius: 30px;
  padding: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  color: #fff;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden
}

.cta::after {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  border: 55px solid rgba(255, 255, 255, .05);
  border-radius: 50%;
  right: -110px;
  top: -120px
}

.cta>div,
.cta>a {
  position: relative;
  z-index: 1
}

.cta h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.1;
  margin-bottom: 8px
}

.cta p {
  color: #ecdede
}

/* Inner hero */
.page-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  position: relative;
  background-position: center;
  background-size: cover;
  color: #fff;
  isolation: isolate
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(48, 34, 34, .88), rgba(78, 18, 18, .55), rgba(48, 34, 34, .16));
  z-index: -1
}

.page-hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 75px;
  background: linear-gradient(transparent, rgba(48, 34, 34, .25));
  z-index: -1
}

.page-hero-content {
  max-width: 760px;
  padding: 70px 0
}

.page-hero .eyebrow {
  color: #ffd8d8
}

.page-hero h1 {
  font-size: clamp(2.8rem, 7vw, 5.4rem);
  line-height: 1;
  letter-spacing: -.055em;
  margin-bottom: 18px
}

.page-hero p {
  font-size: 1.05rem;
  max-width: 650px;
  color: #f5eaea
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 22px;
  font-size: .82rem;
  color: #eadada
}

.breadcrumbs a:hover {
  color: #fff
}

.breadcrumbs i {
  font-size: .65rem
}

/* Route and detail pages */
.route-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px
}

.route-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 25px;
  box-shadow: var(--shadow-sm);
  transition: .3s
}

.route-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow)
}

.route-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--dark);
  font-size: 1.08rem;
  margin-bottom: 12px
}

.route-card h3 i {
  color: var(--maroon)
}

.route-card p {
  color: var(--muted);
  font-size: .9rem
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 34px;
  align-items: start
}

.detail-main,
.sidebar-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-sm)
}

.detail-main {
  overflow: hidden
}

.detail-cover {
  height: 480px
}

.detail-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.detail-copy {
  padding: 34px
}

.detail-copy h2 {
  font-size: 2rem;
  color: var(--dark);
  margin-bottom: 12px
}

.detail-copy p {
  color: var(--muted);
  margin-bottom: 15px
}

.sidebar {
  display: grid;
  gap: 20px;
  position: sticky;
  top: 115px
}

.sidebar-card {
  padding: 24px
}

.sidebar-card h3 {
  color: var(--dark);
  font-size: 1.1rem;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--line)
}

.quick-links {
  display: grid;
  gap: 8px
}

.quick-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: var(--soft);
  border-radius: 10px;
  font-size: .87rem;
  font-weight: 700;
  transition: .2s
}

.quick-links a:hover,
.quick-links a.active {
  background: var(--maroon);
  color: #fff
}

.info-list {
  display: grid;
  gap: 11px
}

.info-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: .87rem
}

.info-list i {
  color: var(--maroon);
  margin-top: 5px
}

/* Rooms */
.room-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.room-feature {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px;
  background: var(--cream);
  border-radius: 12px;
  color: var(--text);
  font-size: .88rem;
  font-weight: 700
}

.room-feature i {
  color: var(--maroon)
}

.room-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 230px 230px;
  gap: 12px
}

.room-gallery figure {
  overflow: hidden;
  border-radius: 16px;
  position: relative
}

.room-gallery figure:first-child {
  grid-row: 1/3
}

.room-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s
}

.room-gallery figure:hover img {
  transform: scale(1.07)
}

/* Pricing / reservation */
.price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 27px;
  box-shadow: var(--shadow-sm);
  transition: .3s;
  position: relative;
  overflow: hidden
}

.price-card.featured {
  border-color: var(--maroon);
  transform: translateY(-7px)
}

.price-card.featured::before {
  content: 'Popular';
  position: absolute;
  right: -38px;
  top: 17px;
  background: var(--maroon);
  color: #fff;
  width: 140px;
  text-align: center;
  transform: rotate(42deg);
  font-size: .7rem;
  font-weight: 800;
  padding: 4px
}

.price-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow)
}

.price-card span {
  color: var(--maroon);
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em
}

.price-card h3 {
  font-size: 1.15rem;
  margin: 8px 0;
  color: var(--dark)
}

.price-card .amount {
  font-size: 2rem;
  color: var(--maroon);
  font-weight: 800
}

.price-card .amount small {
  font-size: .72rem;
  color: var(--muted);
  font-weight: 600
}

.price-card ul {
  display: grid;
  gap: 7px;
  margin: 15px 0 20px
}

.price-card li {
  font-size: .84rem;
  color: var(--muted)
}

.price-card li i {
  color: var(--success);
  margin-right: 7px
}

.form-shell {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: #fff
}

.form-side {
  background: linear-gradient(145deg, var(--dark), var(--maroon));
  padding: 42px;
  color: #fff;
  position: relative;
  overflow: hidden
}

.form-side::after {
  content: '';
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 45px solid rgba(255, 255, 255, .06);
  right: -120px;
  bottom: -110px
}

.form-side h2 {
  font-size: 2.1rem;
  line-height: 1.15;
  margin-bottom: 12px
}

.form-side p {
  color: #eadada;
  margin-bottom: 28px
}

.form-side .info-list li {
  color: #fff
}

.booking-form {
  padding: 42px
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px
}

.form-group.full {
  grid-column: 1/-1
}

.form-group label {
  display: block;
  color: var(--dark);
  font-size: .8rem;
  font-weight: 800;
  margin-bottom: 7px
}

.form-control {
  width: 100%;
  height: 50px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fffafa;
  padding: 0 13px;
  outline: none;
  transition: .2s
}

.form-control:focus {
  border-color: var(--maroon);
  box-shadow: 0 0 0 4px rgba(117, 5, 5, .09)
}

textarea.form-control {
  height: 125px;
  padding-top: 12px;
  resize: vertical
}

.form-message {
  display: none;
  margin-top: 16px;
  border: 1px solid #b8dfc4;
  background: #effaf2;
  color: #26663b;
  padding: 12px 14px;
  border-radius: 10px;
  font-weight: 700
}

.form-message.show {
  display: block
}

/* Facilities */
.facility-feature {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow)
}

.facility-feature img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover
}

.facility-feature-copy {
  padding: 45px;
  align-self: center
}

.facility-feature-copy h2 {
  font-size: 2.25rem;
  line-height: 1.18;
  color: var(--dark);
  margin-bottom: 14px
}

.facility-feature-copy p {
  color: var(--muted);
  margin-bottom: 20px
}

.check-list {
  display: grid;
  gap: 10px
}

.check-list li {
  display: flex;
  gap: 10px;
  color: var(--muted)
}

.check-list i {
  color: var(--maroon);
  margin-top: 5px
}

/* Gallery */
.filter-bar {
  display: flex;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 32px
}

.filter-btn {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  padding: 9px 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .82rem;
  transition: .2s
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--maroon);
  border-color: var(--maroon);
  color: #fff
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 235px;
  gap: 14px
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  cursor: pointer
}

.gallery-item.wide {
  grid-column: span 2
}

.gallery-item.tall {
  grid-row: span 2
}

.gallery-item.hide {
  display: none
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .55s
}

.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 45%, rgba(48, 34, 34, .8));
  opacity: .75;
  transition: .3s
}

.gallery-item:hover img {
  transform: scale(1.08)
}

.gallery-item:hover::after {
  opacity: 1
}

.gallery-caption {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 14px;
  color: #fff;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px
}

.gallery-caption strong {
  font-size: .88rem
}

.gallery-caption i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(8px)
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(25, 14, 14, .94);
  display: grid;
  place-items: center;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transition: .25s
}

.lightbox.open {
  opacity: 1;
  visibility: visible
}

.lightbox img {
  max-height: 86vh;
  max-width: min(1100px, 92vw);
  border-radius: 14px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, .5)
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  backdrop-filter: blur(8px)
}

.lightbox-close {
  right: 25px;
  top: 25px;
  width: 48px;
  height: 48px
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  width: 52px;
  height: 52px
}

.lightbox-prev {
  left: 25px
}

.lightbox-next {
  right: 25px
}

.lightbox button:hover {
  background: #fff;
  color: var(--maroon)
}

/* =========================================================
   OUR GROUP — THREE PROPERTY CARDS
   Scoped to #hotel-cards so other website cards are untouched.
   ========================================================= */

.hotel-switch#hotel-cards {
  position: relative;
  padding: 92px 0;
  background:
    radial-gradient(circle at 10% 15%, rgba(117, 5, 5, .07), transparent 28%),
    radial-gradient(circle at 90% 80%, rgba(207, 6, 6, .06), transparent 30%),
    var(--soft);
  overflow: hidden;
}

#hotel-cards .section-title {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

#hotel-cards .section-title span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--maroon);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

#hotel-cards .section-title span::before,
#hotel-cards .section-title span::after {
  content: "";
  width: 25px;
  height: 2px;
  border-radius: 999px;
  background: var(--red);
}

#hotel-cards .section-title h2 {
  margin: 9px 0 12px;
  color: var(--dark);
  font-size: clamp(2rem, 4.5vw, 3.35rem);
  line-height: 1.16;
  letter-spacing: -.04em;
}

#hotel-cards .section-title p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1rem;
}

#hotel-cards .hotel-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

#hotel-cards .hotel-card {
  --card-accent: var(--maroon);
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 535px;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(117, 5, 5, .13);
  border-radius: 24px;
  background: var(--white);
  color: var(--text);
  box-shadow: var(--shadow-sm);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

#hotel-cards .hotel-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 6;
  height: 5px;
  background: var(--card-accent);
}

/* Each article has its own ID and accent. */
#le-garden-inn-card {
  --card-accent: #087fa9;
}

#iyyangar-guest-house-card {
  --card-accent: var(--maroon);
}

#mrv-mahal-card {
  --card-accent: #b78313;
}

#hotel-cards .hotel-card:hover {
  transform: translateY(-10px);
  border-color: var(--card-accent);
  box-shadow: var(--shadow-lg);
}

#hotel-cards .hotel-card-image {
  position: relative;
  height: 230px;
  flex: 0 0 230px;
  overflow: hidden;
  background: #eadede;
}

#hotel-cards .hotel-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(28, 17, 17, .02) 35%, rgba(28, 17, 17, .66) 100%);
  pointer-events: none;
}

#hotel-cards .hotel-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .6s ease;
}

#hotel-cards .hotel-card:hover .hotel-card-image img {
  transform: scale(1.075);
}

/* Logo blocks overlap the property image and content equally. */
#hotel-cards .hotel-logo,
#hotel-cards .mrv-logo {
  position: absolute;
  top: 188px;
  left: 24px;
  z-index: 7;
  width: 172px;
  height: 78px;
  margin: 0;
}

#hotel-cards #mrv-mahal-card .mrv-logo {
  width: 194px;
}

#hotel-cards .logo-box{
  display: grid;
  width: 100%;
  height: 100px;
  place-items: center;
  overflow: hidden;
 padding: 5px 5px 5px 5px;
  
  border: 3px solid var(--white);
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(48, 34, 34, .2);
}
#hotel-cards .logo-mrv {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  overflow: hidden;
  padding: 5px 5px 5px 5px;
  border: 3px solid var(--white);
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(48, 34, 34, .2);
}
#hotel-cards .logo-mrv img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
  padding-bottom: 6px;
  object-position: center;
}

#hotel-cards .logo-box img

 {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;  
  object-fit: contain;
  padding-bottom: 6px;
  object-position: center;
}

#hotel-cards .hotel-card-content {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 58px 25px 28px;
}

#hotel-cards .hotel-card-content::before {
  content: "";
  position: absolute;
  top: 27px;
  right: 25px;
  width: 54px;
  height: 4px;
  border-radius: 999px;
  background: var(--card-accent);
}

#hotel-cards .hotel-card-title {
  min-height: 52px;
  margin: 0 0 11px;
  color: var(--dark);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -.015em;
  text-transform: none;
}

#hotel-cards .hotel-card-content p {
  flex: 1;
  min-height: 0;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: .89rem;
  font-weight: 400;
  line-height: 1.72;
}

#hotel-cards .hotel-card .btn {
  align-self: flex-start;
  min-width: 148px;
  margin-top: auto;
  padding: 11px 20px;
  border: 2px solid var(--card-accent);
  border-radius: 999px;
  background: transparent;
  color: var(--card-accent);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: none;
}

#hotel-cards .hotel-card .btn::after {
  content: "\2197";
  font-size: .95rem;
  transition: transform .25s ease;
}

#hotel-cards .hotel-card .btn:hover,
#hotel-cards .hotel-card .btn:focus-visible {
  transform: translateY(-2px);
  background: var(--card-accent);
  color: var(--white);
  box-shadow: 0 11px 24px rgba(48, 34, 34, .18);
}

#hotel-cards .hotel-card .btn:hover::after,
#hotel-cards .hotel-card .btn:focus-visible::after {
  transform: translate(2px, -2px);
}

@media (max-width: 980px) {
  #hotel-cards .hotel-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #hotel-cards #mrv-mahal-card {
    grid-column: 1 / -1;
    width: min(100%, 560px);
    justify-self: center;
  }
}

@media (max-width: 680px) {
  .hotel-switch#hotel-cards {
    padding: 70px 0;
  }

  #hotel-cards .section-title {
    margin-bottom: 34px;
  }

  #hotel-cards .hotel-card-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  #hotel-cards #mrv-mahal-card {
    grid-column: auto;
    width: 100%;
  }

  #hotel-cards .hotel-card {
    min-height: 0;
  }

  #hotel-cards .hotel-card-image {
    height: 215px;
    flex-basis: 215px;
  }

  #hotel-cards .hotel-logo,
  #hotel-cards .mrv-logo {
    top: 174px;
    left: 18px;
    width: 158px;
    height: 72px;
  }

  #hotel-cards #mrv-mahal-card .mrv-logo {
    width: 178px;
  }

  #hotel-cards .hotel-card-content {
    padding: 55px 20px 24px;
  }

  #hotel-cards .hotel-card-content::before {
    right: 20px;
  }

  #hotel-cards .hotel-card-title {
    min-height: 0;
  }
}

@media (max-width: 390px) {
  #hotel-cards .hotel-logo,
  #hotel-cards .mrv-logo {
    width: 145px;
  }

  #hotel-cards #mrv-mahal-card .mrv-logo {
    width: 165px;
  }
}


/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.contact-card {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
  text-align: center
}

.contact-card i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 17px;
  border-radius: 16px;
  background: var(--cream);
  color: var(--maroon);
  font-size: 1.3rem
}

.contact-card h3 {
  color: var(--dark);
  margin-bottom: 7px
}

.contact-card p,
.contact-card a {
  color: var(--muted);
  font-size: .89rem
}

.contact-card a:hover {
  color: var(--maroon)
}

.map-frame {
  height: 430px;
  border: 0;
  width: 100%;
  border-radius: 24px;
  box-shadow: var(--shadow);
  filter: grayscale(.18)
}
.section-title {
  text-align: center;
  margin-bottom: 40px
}

.section-title span {
  display: inline-block;
  color: var(--gold-dark);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase
}

.section-title h2 {
  font-size: clamp(28px, 4vw, 42px);
  color: #050b14;
  line-height: 1.2;
  margin: 8px 0 12px
}

.section-title p {
  max-width: 760px;
  margin: auto;
  color: var(--muted)
}

/* Footer */
.site-footer {
  background: var(--dark);
  color: #d9caca;
  margin-top: 0
}

.footer-main {
  padding: 70px 0 50px;
  display: grid;
  grid-template-columns: 1.3fr .8fr .9fr 1.1fr;
  gap: 48px
}

.footer-brand img {
  width: 155px;
  background: #fff;
  border-radius: 12px;
  padding: 7px;
  margin-bottom: 18px
}

.footer-brand p {
  font-size: .88rem;
  max-width: 320px
}

.site-footer h3 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 18px
}

.footer-links {
  display: grid;
  gap: 9px
}

.footer-links a {
  font-size: .86rem;
  transition: .2s
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(4px)
}

.footer-contact {
  display: grid;
  gap: 12px
}

.footer-contact li {
  display: flex;
  gap: 11px;
  font-size: .85rem
}

.footer-contact i {
  color: #ffbaba;
  margin-top: 5px
}

.socials {
  display: flex;
  gap: 9px;
  margin-top: 20px
}

.socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--maroon);
  color: #fff;
  transition: .2s
}

.socials a:hover {
  background: var(--red);
  transform: translateY(-3px)
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 18px 0;
  font-size: .78rem
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px) scale(.985);
  transition: opacity .65s ease, transform .65s ease
}

.reveal.show {
  opacity: 1;
  transform: none
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(8px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

/* Responsive */
@media(max-width:1100px) {
  :root {
    --header-h: 78px
  }

  .nav-link,
  .dropdown-trigger {
    padding-inline: 8px;
    font-size: .82rem
  }

  .nav-book {
    padding: 10px 13px;
    font-size: .78rem
  }

  .brand {
    height: 69px;
    min-width: 145px
  }

  .brand img {
    height: 56px
  }

  .booking-panel {
    grid-template-columns: repeat(4, 1fr)
  }

  .booking-panel .btn {
    grid-column: 1/-1
  }

  .icon-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .price-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:900px) {
  .topbar-group:last-child {
    display: none
  }

  .nav-toggle {
    display: grid;
    place-items: center
  }

  .main-nav {
    position: fixed;
    left: 0;
    right: 0;
    width: auto;
    top: calc(36px + var(--header-h));
    height: calc(100dvh - 36px - var(--header-h));
    background: var(--maroon);
    display: block;
    padding: 24px;
    overflow: auto;
    clip-path: inset(0 0 0 100%);
    visibility: hidden;
    pointer-events: none;
    transition: clip-path .35s, visibility .35s
  }

  .main-nav.open {
    clip-path: inset(0);
    visibility: visible;
    pointer-events: auto
  }

  .nav-link,
  .dropdown-trigger {
    width: 100%;
    justify-content: space-between;
    padding: 14px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    font-size: .95rem
  }

  .nav-link::after,
  .dropdown-trigger::after {
    display: none
  }

  .dropdown-menu {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    background: rgba(48, 34, 34, .27);
    padding: 7px;
    margin: 5px 0;
    border-radius: 10px
  }

  .dropdown.open .dropdown-menu {
    display: block
  }

  .dropdown:hover>.dropdown-menu {
    transform: none
  }

  .dropdown.open .dropdown-trigger i {
    transform: rotate(180deg)
  }

  .nav-book {
    display: flex;
    justify-content: center;
    margin: 18px 0 0;
    padding: 13px
  }

  .hero-slider {
    min-height: 620px;
    height: 72vh
  }

  .hero-content {
    padding-bottom: 35px
  }

  .booking-panel {
    grid-template-columns: 1fr 1fr
  }

  .split,
  .facility-feature,
  .form-shell,
  .detail-layout {
    grid-template-columns: 1fr
  }

  .split {
    gap: 42px
  }

  .split.reverse .split-media {
    order: 0
  }

  .floating-badge {
    right: 18px
  }

  .card-grid,
  .temple-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .stat-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-main {
    grid-template-columns: 1fr 1fr
  }

  .sidebar {
    position: static
  }

  .detail-cover {
    height: 420px
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .form-side,
  .booking-form {
    padding: 34px
  }

  .room-gallery {
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 230px 230px
  }

  .room-gallery figure:first-child {
    grid-row: 1/3
  }

  .room-gallery figure:nth-child(n+4) {
    display: none
  }
}

@media(max-width:640px) {
  .container {
    width: min(100% - 28px, var(--container))
  }

  .section {
    padding: 70px 0
  }

  .topbar {
    display: none
  }

  .main-nav {
    top: var(--header-h);
    height: calc(100dvh - var(--header-h))
  }

  .brand {
    min-width: 132px;
    height: 68px;
    padding-inline: 9px
  }

  .brand img {
    height: 54px
  }

  .hero-slider {
    height: 650px;
    min-height: 650px
  }

  .hero-content h1 {
    font-size: 3.25rem
  }

  .hero-controls {
    right: 18px;
    bottom: 66px
  }

  .hero-dots {
    left: 18px;
    bottom: 78px
  }

  .booking-wrap {
    margin-top: -35px
  }

  .booking-panel {
    grid-template-columns: 1fr;
    padding: 16px
  }

  .booking-panel .btn {
    grid-column: auto
  }

  .split-media .main-photo {
    height: 390px
  }

  .floating-badge {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: -35px 18px 0
  }

  .mini-features,
  .card-grid,
  .temple-grid,
  .route-grid,
  .price-grid,
  .contact-grid,
  .form-grid,
  .room-feature-grid {
    grid-template-columns: 1fr
  }

  .icon-grid,
  .stat-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px
  }

  .icon-card {
    padding: 21px 17px
  }

  .testimonial-shell {
    padding: 38px 27px
  }

  .cta {
    padding: 38px 27px;
    display: block
  }

  .cta .btn {
    margin-top: 22px
  }

  .page-hero {
    min-height: 380px
  }

  .page-hero-content {
    padding: 55px 0
  }

  .page-hero h1 {
    font-size: 3rem
  }

  .detail-cover {
    height: 300px
  }

  .detail-copy {
    padding: 25px
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 190px
  }

  .gallery-item.wide {
    grid-column: span 2
  }

  .gallery-item.tall {
    grid-row: span 1
  }

  .form-side,
  .booking-form {
    padding: 28px 22px
  }

  .facility-feature-copy {
    padding: 30px 23px
  }

  .facility-feature img {
    min-height: 300px
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 33px
  }

  .footer-bottom-inner {
    display: block;
    text-align: center
  }

  .footer-bottom-inner span {
    display: block
  }

  .room-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 150px
  }

  .room-gallery figure:first-child {
    grid-column: 1/3;
    grid-row: auto
  }

  .room-gallery figure:nth-child(n+4) {
    display: none
  }

  .lightbox {
    padding: 16px
  }

  .lightbox-prev {
    left: 10px
  }

  .lightbox-next {
    right: 10px
  }

  .lightbox-close {
    right: 12px;
    top: 12px
  }

  .price-card.featured {
    transform: none
  }
}

@media(max-width:390px) {

  .icon-grid,
  .stat-grid {
    grid-template-columns: 1fr
  }

  .hero-content h1 {
    font-size: 2.8rem
  }

  .gallery-grid {
    grid-template-columns: 1fr
  }

  .gallery-item.wide {
    grid-column: auto
  }
}

@media(prefers-reduced-motion:reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important
  }
}