/* ==========================================================
   TORAN AMBIKA — STABLE PREMIUM LAYOUT V2
   Single final layout layer. Loaded after base styles.
   ========================================================== */
:root {
  --v2-green: #113b2b;
  --v2-green-dark: #08251a;
  --v2-green-soft: #eaf1eb;
  --v2-gold: #b89355;
  --v2-gold-light: #e8d8b8;
  --v2-ink: #15231c;
  --v2-muted: #5b6861;
  --v2-cream: #f7f3eb;
  --v2-white: #ffffff;
  --v2-border: rgba(17,59,43,.13);
  --v2-shadow: 0 18px 48px rgba(8,37,26,.10);
  --v2-shadow-lg: 0 28px 70px rgba(8,37,26,.17);
  --v2-radius: 22px;
  --v2-container: 1220px;
  --header-height: 84px;
  --container: var(--v2-container);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; scroll-padding-top: 100px; }
body {
  min-width: 320px;
  overflow-x: hidden;
  color: var(--v2-ink);
  background: #fff;
  font-size: 16px;
  line-height: 1.72;
}
main { width: 100%; overflow: clip; background: #fff; }
img { display: block; max-width: 100%; }
a, button, input, select, textarea { font: inherit; }

.section-shell,
.header-shell,
.footer-grid,
.footer-bottom {
  width: min(var(--v2-container), calc(100% - 48px));
  margin-inline: auto;
}
.section-pad { padding: 96px 0; }
.section-pad-top { padding: 88px 0 96px; }
.section-cream { background: var(--v2-cream); }

h1, h2, h3, h4 {
  margin-top: 0;
  color: var(--v2-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(3.35rem, 5.3vw, 5.25rem); line-height: 1.02; }
h2 { font-size: clamp(2.45rem, 3.8vw, 3.65rem); line-height: 1.08; }
h3 { font-size: 1.72rem; line-height: 1.2; }
p,
.rich-copy p,
.section-lead,
.content-heading > p,
.center-heading > p,
.form-intro,
.faq-answer p,
.legal-card p,
.legal-card li,
.place-detail-card p {
  color: var(--v2-muted);
  font-size: 1rem;
  line-height: 1.78;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--v2-gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.center-heading { max-width: 800px; margin: 0 auto 48px; text-align: center; }
.center-heading p { max-width: 680px; margin: 16px auto 0; }
.content-heading { max-width: 820px; }

/* Buttons */
.btn {
  min-height: 50px;
  padding: 13px 23px;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .01em;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--v2-green); box-shadow: 0 12px 28px rgba(17,59,43,.22); }
.btn-primary:hover { background: var(--v2-green-dark); box-shadow: 0 18px 34px rgba(17,59,43,.26); }
.btn-outline { color: var(--v2-green); background: transparent; border: 1px solid rgba(17,59,43,.25); }
.btn-outline:hover { color: #fff; background: var(--v2-green); }
.btn-light { color: var(--v2-green-dark); background: #fff; }
.btn-small { min-height: 44px; padding: 11px 18px; }

/* Header */
.site-header {
  position: relative;
  z-index: 1000;
  height: var(--header-height);
  background: rgba(255,255,255,.98);
  border-top: 3px solid var(--v2-gold);
  border-bottom: 1px solid var(--v2-border);
  box-shadow: 0 8px 25px rgba(8,37,26,.05);
}
.site-header.is-sticky { position: fixed; inset: 0 0 auto; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); box-shadow: 0 12px 32px rgba(8,37,26,.13); }
body.header-fixed { padding-top: var(--header-height); }
.header-shell {
  height: 100%;
  display: grid;
  grid-template-columns: 205px minmax(0,1fr) auto;
  align-items: center;
  gap: 24px;
}
.brand img { width: 190px; height: auto; }
.main-navigation { display: flex; justify-content: center; align-items: center; gap: clamp(14px,1.35vw,22px); }
.main-navigation a {
  position: relative;
  padding: 30px 0 26px;
  color: #28352f;
  font-size: .82rem;
  font-weight: 700;
  white-space: nowrap;
}
.main-navigation a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 20px; height: 2px; transform: scaleX(0); background: var(--v2-gold); transition: transform .25s ease; }
.main-navigation a:hover::after, .main-navigation a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--v2-ink); font-size: .8rem; font-weight: 800; white-space: nowrap; }
.header-phone span:first-child { display: grid; width: 38px; height: 38px; place-items: center; color: var(--v2-gold); border: 1px solid var(--v2-border); border-radius: 50%; }
.mobile-menu-toggle { display: none; width: 44px; height: 44px; place-items: center; color: #fff; background: var(--v2-green); border-radius: 50%; }
.menu-close-icon { display: none; }
.mobile-menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
.mobile-menu-toggle[aria-expanded="true"] .menu-close-icon { display: inline-flex; }

/* Hero — no unstable section overlap */
.hero-section {
  position: relative;
  min-height: 725px;
  padding: 0 0 38px;
  overflow: hidden;
  isolation: isolate;
  background: url('../images/hero-hotel.webp') 63% center / cover no-repeat;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(5,25,17,.94) 0%, rgba(5,25,17,.83) 35%, rgba(5,25,17,.35) 64%, rgba(5,25,17,.05) 100%);
}
.hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 36%;
  background: linear-gradient(to top, rgba(5,25,17,.74), transparent);
}
.hero-mist { pointer-events: none; }
.hero-content { height: 555px; display: flex; align-items: center; }
.hero-copy { max-width: 690px; padding-top: 12px; }
.hero-copy .eyebrow { color: #e8d2a6; }
.hero-copy h1 { margin-bottom: 24px; color: #fff; }
.hero-copy h1 span { color: #e5c987; }
.hero-copy p { max-width: 610px; margin-bottom: 30px; color: rgba(255,255,255,.88); font-size: 1.06rem; }
.hero-buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.hero-copy .btn-primary { background: var(--v2-gold); color: #112319; box-shadow: 0 14px 32px rgba(0,0,0,.22); }
.video-button { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: .9rem; font-weight: 800; }
.video-icon { display: grid; width: 48px; height: 48px; place-items: center; color: var(--v2-gold); background: #fff; border-radius: 50%; }
.hero-booking-wrap { position: relative; inset: auto; z-index: 4; margin-top: -8px; }
.booking-form {
  position: relative;
  width: min(1080px,100%);
  min-height: 110px;
  margin: 0 auto;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr)) 220px;
  align-items: stretch;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(184,147,85,.35);
  border-radius: 22px;
  box-shadow: var(--v2-shadow-lg);
}
.booking-form::before {
  content: "Direct Reservation";
  position: absolute;
  top: -12px;
  left: 28px;
  padding: 5px 12px;
  color: #fff;
  background: var(--v2-gold);
  border-radius: 999px;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.booking-field { min-width: 0; padding: 12px 20px; border-right: 1px solid var(--v2-border); }
.booking-field label { color: #6b756f; font-size: .72rem; font-weight: 800; }
.booking-field input, .booking-field select { min-width: 0; color: var(--v2-ink); font-size: .9rem; font-weight: 700; }
.booking-icon { color: var(--v2-gold); }
.booking-submit { min-height: 58px; align-self: center; }

/* Stats */
.stats-strip { padding: 28px 0; color: #fff; background: var(--v2-green-dark); }
.stats-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); }
.stat-item { display: flex; align-items: center; justify-content: center; gap: 13px; min-width: 0; padding: 10px 16px; border-right: 1px solid rgba(255,255,255,.12); }
.stat-item:last-child { border-right: 0; }
.stat-icon { display: grid; flex: 0 0 45px; width: 45px; height: 45px; place-items: center; color: var(--v2-gold-light); border: 1px solid rgba(232,216,184,.28); border-radius: 50%; }
.stat-item strong { display: block; color: #fff; font-family: "Cormorant Garamond",serif; font-size: 1.65rem; line-height: 1; }
.stat-item div > span { display: block; margin-top: 4px; color: rgba(255,255,255,.68); font-size: .76rem; line-height: 1.3; }

/* About */
.about-home { background: #fff; }
.about-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); align-items: center; gap: 78px; }
.about-image-wrap { position: relative; min-height: 555px; padding: 0 24px 24px 0; }
.about-image-wrap::before { content: ""; position: absolute; inset: 30px 0 0 34px; border: 1px solid rgba(184,147,85,.55); border-radius: 28px 6px 28px 6px; }
.about-image-wrap > img { position: relative; width: 100%; height: 525px; object-fit: cover; border-radius: 8px 34px 8px 34px; box-shadow: var(--v2-shadow-lg); }
.award-card { position: absolute; right: 0; bottom: 0; display: flex; align-items: center; gap: 12px; min-width: 200px; padding: 17px 20px; color: #fff; background: var(--v2-green-dark); border-radius: 18px 4px 18px 4px; box-shadow: var(--v2-shadow); }
.award-card strong { color: #fff; font-size: 1rem; line-height: 1.25; }
.award-card small { color: rgba(255,255,255,.68); }
.about-copy h2 { margin-bottom: 24px; }
.feature-pills { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0 32px; }
.feature-pills span { display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 12px 15px; color: var(--v2-green); background: var(--v2-cream); border: 1px solid var(--v2-border); border-radius: 12px; font-size: .88rem; font-weight: 700; }

/* Reusable cards */
.seo-copy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.seo-copy-card,
.value-card,
.amenity-detail-card,
.testimonial-card,
.moments-card,
.places-card,
.contact-info-card,
.contact-form,
.legal-card {
  background: #fff;
  border: 1px solid var(--v2-border);
  border-radius: var(--v2-radius);
  box-shadow: 0 12px 34px rgba(8,37,26,.07);
}
.seo-copy-card { padding: 36px; }
.seo-copy-card h3 { margin-bottom: 14px; }
.seo-copy-card p { font-size: .98rem; }
.quick-link-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 24px; }
.quick-link-grid > a { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 13px; min-height: 96px; padding: 18px; color: #fff; background: var(--v2-green); border-radius: 16px; box-shadow: var(--v2-shadow); }
.quick-link-grid > a > span { display: grid; width: 46px; height: 46px; place-items: center; color: var(--v2-gold-light); background: rgba(255,255,255,.08); border-radius: 50%; }
.quick-link-grid strong { display: block; color: #fff; font-size: .98rem; }
.quick-link-grid small { display: block; margin-top: 3px; color: rgba(255,255,255,.7); font-size: .76rem; line-height: 1.35; }

/* Rooms: stable native horizontal slider */
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 44px; }
.section-heading-row > div:first-child { max-width: 720px; }
.section-lead { margin: 16px 0 0; }
.section-heading-actions { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.slider-arrow { display: grid; width: 46px; height: 46px; place-items: center; color: var(--v2-green); background: #fff; border: 1px solid var(--v2-border); border-radius: 50%; }
.slider-arrow:hover { color: #fff; background: var(--v2-green); }
.rooms-swiper, .testimonial-swiper { overflow: hidden; }
.rooms-swiper { padding: 4px 2px 12px; }
.rooms-swiper .swiper-wrapper,
.testimonial-swiper .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  transition: none;
}
.rooms-swiper .swiper-wrapper::-webkit-scrollbar,
.testimonial-swiper .swiper-wrapper::-webkit-scrollbar { display: none; }
.rooms-swiper .swiper-wrapper { grid-auto-columns: calc((100% - 54px) / 4); gap: 18px; }
.room-card { width: auto !important; scroll-snap-align: start; overflow: hidden; background: #fff; border: 1px solid var(--v2-border); border-radius: 8px 24px 8px 24px; box-shadow: var(--v2-shadow); }
.room-image { position: relative; display: block; height: 255px; overflow: hidden; }
.room-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.room-card:hover .room-image img { transform: scale(1.045); }
.room-view-icon { position: absolute; right: 16px; bottom: 16px; display: grid; width: 44px; height: 44px; place-items: center; color: var(--v2-green); background: #fff; border-radius: 50%; }
.room-card-body { padding: 24px; }
.room-card h3 { margin-bottom: 7px; font-size: 1.65rem; }
.room-card-summary { min-height: auto; margin-bottom: 15px; color: var(--v2-gold); font-size: .84rem; font-weight: 800; }
.room-meta { display: flex; flex-wrap: wrap; gap: 9px 13px; padding: 14px 0; border-block: 1px solid var(--v2-border); }
.room-meta span { display: inline-flex; align-items: center; gap: 5px; color: var(--v2-muted); font-size: .78rem; }
.room-price { display: flex; align-items: baseline; gap: 5px; margin-top: 16px; }
.room-price small { font-size: .76rem; }
.room-price strong { color: var(--v2-green-dark); font-size: 1.3rem; }

/* Amenities */
.amenities-bar { margin-top: 0; padding: 30px 32px; color: #fff; background: var(--v2-green-dark); border-radius: 18px; box-shadow: var(--v2-shadow-lg); }
.amenities-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 18px; }
.amenities-title-wrap { grid-column: span 2; }
.amenities-title-wrap h2 { color: #fff; font-size: 2rem; }
.amenities-title-wrap p { color: rgba(255,255,255,.7); font-size: .9rem; }
.amenity-item { display: flex; align-items: center; gap: 10px; color: #fff; }
.amenity-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; color: var(--v2-gold-light); background: rgba(255,255,255,.07); border-radius: 50%; }
.amenity-item strong { display: block; color: #fff; font-size: .86rem; }
.amenity-item span { display: block; color: rgba(255,255,255,.65); font-size: .72rem; }

/* Guest/value cards */
.value-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.value-grid.three-cols { grid-template-columns: repeat(3,minmax(0,1fr)); }
.value-card { min-height: 245px; padding: 30px; }
.value-card h3 { margin: 14px 0 10px; }
.value-card p { font-size: .97rem; }

/* Dining */
.dining-card { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 560px; overflow: hidden; background: #fff; border: 1px solid var(--v2-border); border-radius: 28px; box-shadow: var(--v2-shadow-lg); }
.dining-copy { position: relative; padding: 54px 48px; background: var(--v2-green-dark); }
.dining-copy h2, .dining-copy h3 { color: #fff; }
.dining-copy p { color: rgba(255,255,255,.76); }
.dining-copy .btn-primary { color: var(--v2-green-dark); background: var(--v2-gold-light); }
.dining-gallery { min-width: 0; display: grid; grid-template-columns: minmax(0,1fr) 210px; gap: 10px; padding: 10px; }
.dining-main-image, .dining-small-images { min-width: 0; }
.dining-main-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px 4px 4px 18px; }
.dining-small-images { display: grid; gap: 10px; }
.dining-small-images img { width: 100%; height: 100%; min-height: 0; object-fit: cover; border-radius: 4px 16px 4px 4px; }

/* Trust */
.trust-section { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding-top: 54px; padding-bottom: 54px; }
.trust-card { display: grid; grid-template-columns: 150px minmax(0,1fr); align-items: center; gap: 24px; min-height: 280px; padding: 28px; overflow: hidden; background: #fff; border: 1px solid var(--v2-border); border-radius: 22px; box-shadow: var(--v2-shadow); }
.sustainable-card { grid-template-columns: minmax(0,1fr) 150px; background: var(--v2-green-soft); }
.trust-image img { width: 150px; height: 190px; object-fit: cover; border-radius: 75px 75px 18px 18px; }
.trust-copy h2 { margin-bottom: 16px; font-size: 2.25rem; }
.check-list { display: grid; gap: 9px; }
.check-list li { font-size: .9rem; }

/* Location */
.split-highlight { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: 66px; }
.split-highlight > img { width: 100%; height: 500px; object-fit: cover; border-radius: 8px 28px 8px 28px; box-shadow: var(--v2-shadow-lg); }
.check-list.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin: 24px 0 30px; }

/* Testimonials */
.testimonial-slider-wrap { display: grid; grid-template-columns: 46px minmax(0,1fr) 46px; align-items: center; gap: 14px; }
.testimonial-swiper { padding: 4px 2px 16px; }
.testimonial-swiper .swiper-wrapper { grid-auto-columns: calc((100% - 36px) / 3); gap: 18px; }
.testimonial-card { width: auto !important; min-height: 260px; padding: 28px; scroll-snap-align: start; }
.guest-row { display: grid; grid-template-columns: 48px 1fr; gap: 12px; align-items: center; }
.guest-row img { width: 48px; height: 48px; }
.guest-row .rating { grid-column: 1 / -1; margin-top: 6px; color: var(--v2-gold); }
.testimonial-card p { font-size: .96rem; }
.testimonial-pagination { display: none; }

/* Explore */
.explore-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.moments-card, .places-card { padding: 28px; }
.explore-card-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.explore-card-header h2 { font-size: 2.35rem; }
.moments-images, .home-place-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; min-height: 150px; }
.moments-images a, .home-place-card { position: relative; min-width: 0; overflow: hidden; border-radius: 12px; }
.moments-images img, .home-place-card img { width: 100%; height: 155px; object-fit: cover; }
.home-place-card span { position: absolute; inset: auto 8px 8px; padding: 6px 8px; color: #fff; background: rgba(8,37,26,.78); border-radius: 7px; font-size: .72rem; line-height: 1.2; }

/* FAQ */
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 54px; }
.faq-item { margin-bottom: 12px; overflow: hidden; background: #fff; border: 1px solid var(--v2-border); border-radius: 14px; }
.faq-item button { width: 100%; min-height: 64px; padding: 17px 20px; text-align: left; font-size: .96rem; font-weight: 800; }
.faq-answer { padding: 0 20px 20px; }

/* Footer */
.footer-cta { position: relative; z-index: 2; margin-bottom: -52px; }
.footer-cta-inner { min-height: 160px; padding: 34px 42px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: #fff; background: var(--v2-green); border-radius: 22px; box-shadow: var(--v2-shadow-lg); }
.footer-cta h2 { margin-bottom: 6px; color: #fff; font-size: 2.45rem; }
.footer-cta p { margin: 0; color: rgba(255,255,255,.76); }
.site-footer { padding-top: 52px; color: #fff; background: var(--v2-green-dark); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .85fr 1.15fr 1.05fr; gap: 34px; padding-top: 62px; padding-bottom: 36px; }
.footer-brand img { width: 205px; }
.footer-brand p, .newsletter-column p { color: rgba(255,255,255,.68); font-size: .9rem; }
.footer-column h3 { color: #fff; font-size: 1.25rem; }
.footer-column a { color: rgba(255,255,255,.72); font-size: .86rem; line-height: 1.55; }
.footer-column a:hover { color: var(--v2-gold-light); }
.footer-contact a { display: flex; align-items: flex-start; gap: 10px; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 6px; }
.newsletter-form input { min-width: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.58); font-size: .78rem; }

/* Inner pages */
.inner-hero { min-height: 410px; display: flex; align-items: center; background-position: center; }
.inner-hero-content { padding: 70px 0; }
.inner-hero h1 { color: #fff; font-size: clamp(3rem,5vw,4.7rem); }
.inner-hero p { max-width: 660px; color: rgba(255,255,255,.84); font-size: 1.03rem; }
.inner-about-grid,
.dining-page-grid,
.room-detail-grid,
.contact-grid,
.legal-layout { min-width: 0; }
.value-grid:not(.three-cols) { grid-template-columns: repeat(4,minmax(0,1fr)); }
.amenities-page-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.amenity-detail-card { min-height: 250px; padding: 30px; }
.room-list-grid { display: grid; gap: 26px; }
.room-list-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 390px; overflow: hidden; background: #fff; border: 1px solid var(--v2-border); border-radius: 24px; box-shadow: var(--v2-shadow); }
.room-list-card .room-image { height: 100%; min-height: 390px; }
.room-list-copy { padding: 40px; }
.room-list-copy h2 { font-size: 2.5rem; }
.room-list-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.dining-page-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; }
.dining-page-collage { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dining-page-collage img { width: 100%; height: 280px; object-fit: cover; border-radius: 16px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-rows: 235px; gap: 14px; }
.gallery-item { overflow: hidden; border-radius: 16px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.places-page-grid { display: grid; gap: 24px; }
.place-detail-card { display: grid; grid-template-columns: 380px 1fr; align-items: center; overflow: hidden; }
.place-detail-image, .place-detail-image img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.place-detail-card > div:last-child { padding: 34px; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; }
.contact-info-card, .contact-form { padding: 36px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form select, .contact-form textarea,
.form-row input, .form-row select, .form-row textarea { width: 100%; min-height: 52px; padding: 12px 14px; color: var(--v2-ink); background: #fbfaf7; border: 1px solid var(--v2-border); border-radius: 11px; font-size: .94rem; }
.contact-form textarea { min-height: 130px; }
.room-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) 350px; align-items: start; gap: 46px; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0,1fr); align-items: start; gap: 32px; }
.legal-card { padding: 38px; }

/* Local reveal animations. Content stays visible when JS is unavailable. */
body.motion-ready [data-aos] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
body.motion-ready [data-aos="fade-left"] { transform: translateX(28px); }
body.motion-ready [data-aos="fade-right"] { transform: translateX(-28px); }
body.motion-ready [data-aos].is-visible { opacity: 1; transform: none; }
.room-card, .value-card, .seo-copy-card, .quick-link-grid > a, .testimonial-card, .amenity-detail-card { transition: transform .3s ease, box-shadow .3s ease; }
.room-card:hover, .value-card:hover, .seo-copy-card:hover, .quick-link-grid > a:hover, .testimonial-card:hover, .amenity-detail-card:hover { transform: translateY(-5px); box-shadow: var(--v2-shadow-lg); }

/* Tablet */
@media (max-width: 1180px) {
  .header-shell { grid-template-columns: 190px 1fr auto; gap: 16px; }
  .brand img { width: 176px; }
  .main-navigation { gap: 13px; }
  .main-navigation a { font-size: .76rem; }
  .header-phone { display: none; }
  .about-grid { gap: 54px; }
  .rooms-swiper .swiper-wrapper { grid-auto-columns: calc((100% - 36px) / 3); }
  .amenities-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .amenities-title-wrap { grid-column: span 4; }
  .footer-grid { grid-template-columns: 1.25fr repeat(3,1fr); }
  .footer-brand { grid-column: span 4; max-width: 520px; }
  .newsletter-column { grid-column: span 2; }
}

@media (max-width: 980px) {
  :root { --header-height: 78px; }
  .section-shell, .header-shell, .footer-grid, .footer-bottom { width: min(var(--v2-container), calc(100% - 36px)); }
  .section-pad { padding: 80px 0; }
  .section-pad-top { padding: 74px 0 80px; }
  .header-shell { grid-template-columns: 1fr auto; }
  .brand img { width: 182px; }
  .mobile-menu-toggle { display: grid; }
  .main-navigation {
    position: fixed;
    inset: var(--header-height) 16px auto;
    display: grid;
    justify-content: stretch;
    gap: 0;
    max-height: calc(100vh - var(--header-height) - 24px);
    padding: 12px 18px;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    background: #fff;
    border: 1px solid var(--v2-border);
    border-radius: 16px;
    box-shadow: var(--v2-shadow-lg);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  }
  .main-navigation.open { visibility: visible; opacity: 1; transform: none; }
  .main-navigation a { padding: 14px 6px; border-bottom: 1px solid var(--v2-border); font-size: .9rem; }
  .main-navigation a:last-child { border-bottom: 0; }
  .main-navigation a::after { display: none; }
  .header-actions { display: none; }
  .hero-section { min-height: auto; padding-bottom: 36px; background-position: 67% center; }
  .hero-content { height: 570px; }
  .hero-booking-wrap { margin-top: -34px; }
  .booking-form { grid-template-columns: 1fr 1fr; gap: 0; }
  .booking-field:nth-child(2) { border-right: 0; }
  .booking-field:nth-child(3) { border-top: 1px solid var(--v2-border); }
  .booking-submit { grid-column: 2; margin: 10px; }
  .stats-grid { grid-template-columns: repeat(3,1fr); row-gap: 12px; }
  .stat-item:nth-child(3) { border-right: 0; }
  .stat-item:nth-child(4), .stat-item:nth-child(5) { border-top: 1px solid rgba(255,255,255,.08); }
  .about-grid, .split-highlight, .dining-page-grid, .room-detail-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 50px; }
  .about-image-wrap { max-width: 700px; }
  .rooms-swiper .swiper-wrapper { grid-auto-columns: calc((100% - 18px) / 2); }
  .value-grid, .value-grid:not(.three-cols), .value-grid.three-cols { grid-template-columns: repeat(2,1fr); }
  .dining-card { grid-template-columns: 1fr; }
  .dining-gallery { min-height: 470px; }
  .trust-section { grid-template-columns: 1fr; }
  .testimonial-swiper .swiper-wrapper { grid-auto-columns: calc((100% - 18px) / 2); }
  .explore-grid { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-layout > div:first-child { max-width: 680px; }
  .amenities-page-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .place-detail-card { grid-template-columns: 300px 1fr; }
  .room-detail-grid { gap: 32px; }
  .room-rate-card { position: static; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; }
}

/* Mobile */
@media (max-width: 680px) {
  :root { --header-height: 72px; }
  .section-shell, .header-shell, .footer-grid, .footer-bottom { width: calc(100% - 28px); }
  .section-pad { padding: 66px 0; }
  .section-pad-top { padding: 60px 0 66px; }
  h1 { font-size: clamp(2.65rem,12vw,3.55rem); }
  h2 { font-size: clamp(2.15rem,9.4vw,2.85rem); }
  h3 { font-size: 1.5rem; }
  p, .rich-copy p, .section-lead, .content-heading > p, .center-heading > p, .faq-answer p, .place-detail-card p { font-size: 1rem; line-height: 1.72; }
  .brand img { width: 158px; }
  .mobile-menu-toggle { width: 42px; height: 42px; }
  .hero-section { padding-bottom: 24px; background-position: 62% center; }
  .hero-section::before { background: linear-gradient(90deg, rgba(5,25,17,.95), rgba(5,25,17,.8) 72%, rgba(5,25,17,.45)); }
  .hero-content { height: auto; min-height: 540px; padding: 76px 0 52px; align-items: center; }
  .hero-copy { max-width: 100%; }
  .hero-copy h1 { margin-bottom: 20px; }
  .hero-copy p { font-size: 1rem; line-height: 1.68; }
  .hero-buttons { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-booking-wrap { margin-top: 0; }
  .booking-form { grid-template-columns: 1fr; padding: 18px 16px 16px; border-radius: 18px; }
  .booking-field { min-height: 74px; padding: 10px 8px; border-right: 0; border-bottom: 1px solid var(--v2-border); }
  .booking-field:nth-child(3) { border-top: 0; }
  .booking-submit { grid-column: 1; width: 100%; margin: 12px 0 0; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-item { justify-content: flex-start; padding: 12px 8px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .stat-item:last-child { grid-column: 1 / -1; justify-content: center; }
  .about-image-wrap { min-height: 440px; padding: 0 12px 18px 0; }
  .about-image-wrap > img { height: 410px; }
  .about-image-wrap::before { inset: 22px 0 0 24px; }
  .award-card { right: 0; min-width: 174px; padding: 14px 16px; }
  .feature-pills { grid-template-columns: 1fr; }
  .seo-copy-grid, .quick-link-grid { grid-template-columns: 1fr; }
  .seo-copy-card { padding: 28px 24px; }
  .section-heading-row { align-items: flex-start; flex-direction: column; margin-bottom: 32px; }
  .section-heading-actions { width: 100%; }
  .section-heading-actions .btn { margin-right: auto; }
  .rooms-swiper .swiper-wrapper { grid-auto-columns: 86%; gap: 14px; }
  .room-image { height: 250px; }
  .amenities-bar { width: calc(100% - 28px); padding: 26px 22px; }
  .amenities-grid { grid-template-columns: 1fr 1fr; gap: 18px 12px; }
  .amenities-title-wrap { grid-column: 1 / -1; }
  .value-grid, .value-grid:not(.three-cols), .value-grid.three-cols { grid-template-columns: 1fr; }
  .value-card { min-height: auto; padding: 26px 24px; }
  .dining-copy { padding: 40px 25px; }
  .dining-gallery { grid-template-columns: 1fr; min-height: auto; }
  .dining-main-image img { height: 330px; border-radius: 16px; }
  .dining-small-images { grid-template-columns: repeat(3,1fr); }
  .dining-small-images img { height: 105px; border-radius: 10px; }
  .trust-card, .sustainable-card { grid-template-columns: 1fr; gap: 20px; padding: 24px; }
  .sustainable-card .trust-image { order: -1; }
  .trust-image img { width: 100%; height: 230px; border-radius: 16px; }
  .trust-copy h2 { font-size: 2.15rem; }
  .split-highlight { gap: 36px; }
  .split-highlight > img { order: -1; height: 330px; }
  .check-list.two-columns { grid-template-columns: 1fr; }
  .testimonial-slider-wrap { grid-template-columns: 1fr; }
  .testimonial-slider-wrap > .slider-arrow { display: none; }
  .testimonial-swiper .swiper-wrapper { grid-auto-columns: 88%; gap: 14px; }
  .testimonial-card { min-height: 250px; padding: 24px; }
  .moments-card, .places-card { padding: 23px; }
  .explore-card-header { flex-direction: column; }
  .moments-images, .home-place-grid { grid-template-columns: 1fr 1fr; }
  .moments-images img, .home-place-card img { height: 135px; }
  .footer-cta { width: calc(100% - 28px); margin-bottom: -42px; }
  .footer-cta-inner { min-height: auto; padding: 32px 24px; align-items: flex-start; flex-direction: column; }
  .footer-cta h2 { font-size: 2.25rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 62px; }
  .footer-brand, .newsletter-column { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .inner-hero { min-height: 350px; }
  .inner-hero-content { padding: 55px 0; }
  .inner-hero h1 { font-size: 2.9rem; }
  .amenities-page-grid { grid-template-columns: 1fr; }
  .room-list-card { grid-template-columns: 1fr; min-height: auto; }
  .room-list-card .room-image { min-height: 270px; height: 270px; }
  .room-list-copy { padding: 28px 24px; }
  .room-list-copy h2 { font-size: 2.15rem; }
  .room-list-bottom { align-items: flex-start; flex-direction: column; }
  .dining-page-collage { grid-template-columns: 1fr; }
  .dining-page-collage img { height: 240px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
  .place-detail-card { grid-template-columns: 1fr; }
  .place-detail-image, .place-detail-image img { min-height: 230px; height: 230px; }
  .place-detail-card > div:last-child { padding: 26px 22px; }
  .contact-info-card, .contact-form, .legal-card { padding: 26px 22px; }
  .form-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  body.motion-ready [data-aos] { opacity: 1; transform: none; }
}
