/* ==========================================================
   TORAN AMBIKA — PREMIUM CORRECTIONS V3
   Final visual corrections for header, stats, award collage,
   amenities, FAQ and booking CTA. Loaded last.
   ========================================================== */
:root {
  --p-green-950: #06291d;
  --p-green-900: #0b3a28;
  --p-green-800: #15533a;
  --p-green-700: #247047;
  --p-green-100: #eaf3ec;
  --p-ivory: #fbf9f3;
  --p-cream: #f5f1e7;
  --p-gold: #c7a15c;
  --p-gold-soft: #ead8ae;
  --p-ink: #153126;
  --p-muted: #66736c;
  --p-line: rgba(21,83,58,.14);
  --p-shadow: 0 22px 60px rgba(6,41,29,.12);
  --p-shadow-strong: 0 30px 80px rgba(6,41,29,.18);
  --topbar-height: 38px;
  --header-height: 86px;
}

/* ---------- Preloader / global stability ---------- */
.site-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  background: var(--p-green-950);
  opacity: 1;
  visibility: visible;
  transition: opacity .45s ease, visibility .45s ease;
}
.site-preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-inner { display: grid; justify-items: center; gap: 15px; color: #fff; }
.preloader-inner img { width: 210px; max-width: 62vw; }
.preloader-inner small { color: rgba(255,255,255,.7); font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; }
.preloader-line { width: 128px; height: 2px; overflow: hidden; background: rgba(255,255,255,.14); border-radius: 999px; }
.preloader-line::after { content: ""; display: block; width: 55%; height: 100%; background: var(--p-gold); animation: preloaderSweep 1.15s ease-in-out infinite alternate; }
@keyframes preloaderSweep { from { transform: translateX(-100%); } to { transform: translateX(190%); } }
.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 1200; width: 0; height: 3px; background: linear-gradient(90deg,var(--p-green-700),var(--p-gold)); }

/* ---------- Premium topbar and header ---------- */
.site-topbar { height: var(--topbar-height); color: rgba(255,255,255,.86); background: var(--p-green-950); }
.topbar-shell {
  width: min(1280px,calc(100% - 48px));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: .72rem;
  font-weight: 600;
}
.topbar-shell a, .topbar-shell > div { display: inline-flex; align-items: center; gap: 8px; }
.topbar-shell svg { color: var(--p-gold-soft); }
.topbar-shell > div { gap: 12px; }
.topbar-dot { width: 4px; height: 4px; background: var(--p-gold); border-radius: 50%; }
.site-header {
  height: var(--header-height);
  border-top: 0;
  border-bottom: 1px solid var(--p-line);
  background: rgba(255,255,255,.98);
  box-shadow: 0 8px 30px rgba(6,41,29,.055);
}
.site-header.is-sticky { top: 0; }
.header-shell { width: min(1280px,calc(100% - 48px)); grid-template-columns: 220px minmax(0,1fr) auto; gap: 26px; }
.brand img { width: 202px; }
.main-navigation { gap: clamp(14px,1.45vw,24px); }
.main-navigation a { padding: 31px 0 27px; color: #203b2f; font-size: .79rem; letter-spacing: .005em; }
.main-navigation a::after { bottom: 20px; background: var(--p-green-700); }
.header-phone span:first-child { width: 40px; height: 40px; color: var(--p-green-700); background: var(--p-green-100); border: 0; }
.header-actions .btn-primary { background: var(--p-green-900); }

/* ---------- Hero refinements ---------- */
.hero-section { min-height: 740px; background-position: 64% center; }
.hero-section::before { background: linear-gradient(90deg,rgba(3,28,19,.94) 0%,rgba(5,37,25,.84) 37%,rgba(7,42,29,.36) 66%,rgba(7,42,29,.05) 100%); }
.hero-copy { max-width: 720px; }
.hero-copy h1 { text-wrap: balance; }
.hero-copy p { max-width: 650px; font-size: 1.07rem; }
.hero-copy .btn-primary { color: #10291e; background: linear-gradient(135deg,#d8ba78,#c69c4f); }
.booking-form { border-color: rgba(199,161,92,.3); }

/* ---------- Premium stats panel ---------- */
.stats-strip { padding: 42px 0 70px; background: var(--p-ivory); }
.stats-grid {
  position: relative;
  overflow: hidden;
  padding: 26px 18px;
  color: #fff;
  background: linear-gradient(135deg,var(--p-green-950),#0d452f 68%,#15583c);
  border: 1px solid rgba(199,161,92,.5);
  border-radius: 26px;
  box-shadow: var(--p-shadow-strong);
}
.stats-grid::before { content: ""; position: absolute; width: 280px; height: 280px; right: -110px; top: -180px; border: 1px solid rgba(234,216,174,.14); border-radius: 50%; }
.stats-grid::after { content: ""; position: absolute; width: 180px; height: 180px; left: -110px; bottom: -130px; background: radial-gradient(circle,rgba(199,161,92,.13),transparent 68%); }
.stat-item { position: relative; z-index: 1; min-height: 88px; padding: 10px 22px; gap: 15px; border-right-color: rgba(255,255,255,.14); }
.stat-icon { flex-basis: 54px; width: 54px; height: 54px; color: var(--p-gold-soft); background: rgba(255,255,255,.055); border-color: rgba(234,216,174,.32); }
.stat-icon svg { width: 27px; height: 27px; stroke-width: 1.55; }
.stat-item strong { font-size: 2rem; }
.stat-item div > span { max-width: 105px; color: rgba(255,255,255,.68); font-size: .72rem; }

/* ---------- Two-photo Hospitality Excellence collage ---------- */
.about-home { overflow: hidden; background: #fff; }
.about-grid { grid-template-columns: minmax(0,1.02fr) minmax(0,.98fr); gap: clamp(58px,7vw,96px); }
.about-visual { position: relative; min-height: 650px; }
.about-visual::before {
  content: "";
  position: absolute;
  inset: 42px 8px 34px 70px;
  background: linear-gradient(145deg,var(--p-green-100),rgba(234,243,236,.18));
  border-radius: 36px;
}
.about-photo { position: absolute; margin: 0; overflow: hidden; background: #fff; border: 7px solid #fff; box-shadow: var(--p-shadow); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.about-visual:hover .about-photo-main img { transform: scale(1.035); }
.about-visual:hover .about-photo-secondary img { transform: scale(1.05); }
.about-photo-main { top: 0; right: 0; width: 82%; height: 500px; border-radius: 12px 34px 12px 34px; }
.about-photo-main img { object-position: 57% center; }
.about-photo-secondary { left: 0; bottom: 0; z-index: 2; width: 48%; height: 270px; border-radius: 28px 10px 28px 10px; }
.about-photo-secondary img { object-position: 34% center; }
.award-card {
  left: auto;
  right: 0;
  bottom: 18px;
  z-index: 3;
  width: 52%;
  min-width: 0;
  min-height: 172px;
  padding: 28px;
  gap: 18px;
  color: #fff;
  background: linear-gradient(135deg,var(--p-green-950),#0f4a33);
  border: 1px solid rgba(199,161,92,.65);
  border-radius: 20px 6px 20px 6px;
  box-shadow: 0 24px 55px rgba(6,41,29,.25);
  backdrop-filter: none;
}
.award-card::before { content: ""; position: absolute; inset: 7px; pointer-events: none; border: 1px solid rgba(234,216,174,.12); border-radius: 15px 4px 15px 4px; }
.award-card-icon { flex: 0 0 62px; width: 62px; height: 62px; color: var(--p-gold-soft); background: rgba(255,255,255,.055); border-color: rgba(234,216,174,.45); }
.award-card-icon svg { width: 30px; height: 30px; }
.award-card-copy { position: relative; z-index: 1; min-width: 0; }
.award-card small { margin-bottom: 6px; color: var(--p-gold-soft); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.award-card strong { display: block; color: #fff; font-family: "Cormorant Garamond",serif; font-size: clamp(1.65rem,2.2vw,2.2rem); font-weight: 600; line-height: 1.02; }
.award-card-copy > span { display: block; margin-top: 9px; color: rgba(255,255,255,.64); font-size: .7rem; }
.about-copy .feature-pills span { background: var(--p-ivory); border-color: var(--p-line); }

/* ---------- Premium amenities showcase ---------- */
.amenities-showcase { position: relative; overflow: hidden; background: linear-gradient(180deg,#f8f6ef,#fcfbf7); }
.amenities-showcase::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(rgba(21,83,58,.18) .6px,transparent .6px); background-size: 18px 18px; }
.amenities-panel {
  position: relative;
  padding: 52px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--p-line);
  border-radius: 30px;
  box-shadow: var(--p-shadow);
}
.amenities-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.72fr); align-items: end; gap: 48px; margin-bottom: 34px; padding-bottom: 30px; border-bottom: 1px solid var(--p-line); }
.amenities-heading h2 { margin: 0; font-size: clamp(2.35rem,3.4vw,3.25rem); }
.amenities-heading p { margin: 0; }
.amenities-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.amenity-item {
  position: relative;
  min-height: 176px;
  padding: 26px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: var(--p-ink);
  text-align: center;
  background: var(--p-ivory);
  border: 1px solid rgba(21,83,58,.1);
  border-radius: 18px;
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.amenity-item::after { content: ""; position: absolute; inset: auto 18px 0; height: 3px; transform: scaleX(0); background: var(--p-green-700); border-radius: 999px 999px 0 0; transition: transform .3s ease; }
.amenity-item:hover { transform: translateY(-6px); color: #fff; background: var(--p-green-900); border-color: var(--p-green-900); box-shadow: 0 18px 42px rgba(6,41,29,.18); }
.amenity-item:hover::after { transform: scaleX(1); background: var(--p-gold); }
.amenity-icon { flex: 0 0 62px; width: 62px; height: 62px; color: var(--p-green-700); background: #fff; border: 1px solid rgba(199,161,92,.45); box-shadow: 0 8px 24px rgba(6,41,29,.07); }
.amenity-icon svg { width: 27px; height: 27px; stroke-width: 1.55; }
.amenity-item strong { color: inherit; font-family: "Manrope",sans-serif; font-size: .9rem; }
.amenity-item small { color: var(--p-muted); font-size: .68rem; }
.amenity-item:hover small { color: rgba(255,255,255,.65); }
.amenities-action { display: flex; justify-content: center; margin-top: 28px; }

/* ---------- Professional FAQ ---------- */
.seo-faq-section { background: linear-gradient(180deg,var(--p-ivory),#f3eee3); }
.faq-layout { grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: 34px; }
.faq-layout > div:first-child {
  position: relative;
  overflow: hidden;
  padding: 40px;
  color: #fff;
  background: linear-gradient(145deg,var(--p-green-950),var(--p-green-800));
  border: 1px solid rgba(199,161,92,.5);
  border-radius: 24px;
  box-shadow: var(--p-shadow);
}
.faq-layout > div:first-child::after { content: "?"; position: absolute; right: -5px; bottom: -58px; color: rgba(255,255,255,.045); font-family: Georgia,serif; font-size: 15rem; line-height: 1; }
.faq-layout > div:first-child .eyebrow { color: var(--p-gold-soft); }
.faq-layout > div:first-child h2 { position: relative; z-index: 1; margin-bottom: 18px; color: #fff; font-size: clamp(2.25rem,3.2vw,3.05rem); }
.faq-layout > div:first-child p { position: relative; z-index: 1; color: rgba(255,255,255,.72); }
.faq-layout > div:first-child .btn { position: relative; z-index: 1; margin-top: 10px; color: var(--p-green-950); background: #fff; }
.faq-list { display: grid; gap: 12px; }
.faq-item { margin: 0; border-color: rgba(21,83,58,.13); border-radius: 16px; box-shadow: 0 8px 22px rgba(6,41,29,.045); transition: border-color .25s ease, box-shadow .25s ease; }
.faq-item.open { border-color: rgba(36,112,71,.36); box-shadow: 0 16px 34px rgba(6,41,29,.09); }
.faq-item button { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 68px; padding: 18px 22px; border: 0; background: transparent; cursor: pointer; }
.faq-item button span { flex: 1; }
.faq-item button svg { flex: 0 0 auto; color: var(--p-green-700); transition: transform .25s ease; }
.faq-item.open button svg { transform: rotate(180deg); }
.faq-answer { max-height: 0; padding: 0 !important; overflow: hidden; transition: max-height .35s ease; }
.faq-answer p { margin: 0 !important; padding: 0 22px 22px !important; font-size: 1rem !important; line-height: 1.7 !important; }
.faq-item.open .faq-answer { max-height: 420px; }

/* ---------- Image-led premium CTA ---------- */
.footer-cta { margin-bottom: -74px; }
.footer-cta-inner {
  min-height: 315px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0,1.06fr) minmax(360px,.94fr);
  overflow: hidden;
  background: var(--p-green-950);
  border: 1px solid rgba(199,161,92,.55);
  border-radius: 28px;
}
.footer-cta-copy { position: relative; z-index: 1; padding: 48px 54px; }
.footer-cta-copy::after { content: ""; position: absolute; left: -60px; bottom: -110px; width: 240px; height: 240px; border: 1px solid rgba(234,216,174,.12); border-radius: 50%; }
.footer-cta .eyebrow { color: var(--p-gold-soft); }
.footer-cta h2 { max-width: 600px; margin-bottom: 12px; font-size: clamp(2.55rem,4vw,3.6rem); }
.footer-cta p { max-width: 590px; margin-bottom: 26px; font-size: 1rem; line-height: 1.7; }
.footer-cta-media { position: relative; min-height: 315px; clip-path: polygon(16% 0,100% 0,100% 100%,0 100%); }
.footer-cta-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(6,41,29,.55),transparent 52%); }
.footer-cta-media img { width: 100%; height: 100%; object-fit: cover; object-position: 61% center; }
.site-footer { padding-top: 76px; }

/* ---------- Responsive corrections ---------- */
@media (max-width: 1180px) {
  .header-shell { grid-template-columns: 190px minmax(0,1fr) auto; gap: 16px; }
  .brand img { width: 178px; }
  .main-navigation { gap: 12px; }
  .main-navigation a { font-size: .73rem; }
  .about-visual { min-height: 610px; }
  .about-photo-main { height: 470px; }
  .award-card { width: 56%; padding: 23px; }
  .amenities-panel { padding: 42px; }
}

@media (max-width: 980px) {
  :root { --header-height: 78px; }
  .site-topbar { display: none; }
  .header-shell { width: calc(100% - 36px); grid-template-columns: 1fr auto; }
  .main-navigation { inset: var(--header-height) 18px auto; }
  .stats-strip { padding: 32px 0 58px; }
  .stats-grid { grid-template-columns: repeat(3,1fr); padding: 20px 14px; }
  .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,.12); }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { max-width: 760px; width: 100%; min-height: 650px; margin-inline: auto; }
  .about-photo-main { width: 80%; height: 500px; }
  .about-photo-secondary { width: 46%; }
  .award-card { width: 50%; }
  .amenities-heading { grid-template-columns: 1fr; gap: 16px; align-items: start; }
  .amenities-grid { grid-template-columns: repeat(3,1fr); }
  .faq-layout { grid-template-columns: 1fr; }
  .footer-cta-inner { grid-template-columns: 1fr 42%; }
  .footer-cta-copy { padding: 42px 36px; }
}

@media (max-width: 680px) {
  .site-preloader img { width: 170px; }
  .stats-strip { padding: 26px 0 48px; }
  .stats-grid { grid-template-columns: 1fr 1fr; padding: 15px; border-radius: 20px; }
  .stat-item { min-height: 82px; justify-content: flex-start; padding: 12px 8px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .stat-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.1); }
  .stat-item:last-child { grid-column: 1 / -1; justify-content: center; border-right: 0; border-bottom: 0; }
  .stat-icon { flex-basis: 46px; width: 46px; height: 46px; }
  .stat-item strong { font-size: 1.55rem; }
  .about-visual { min-height: 575px; }
  .about-visual::before { inset: 34px 0 60px 26px; border-radius: 25px; }
  .about-photo-main { width: 88%; height: 390px; border-width: 5px; border-radius: 10px 25px 10px 25px; }
  .about-photo-secondary { width: 55%; height: 220px; border-width: 5px; }
  .award-card { right: 0; bottom: 14px; width: 58%; min-height: 142px; padding: 18px 15px; gap: 11px; }
  .award-card-icon { flex-basis: 48px; width: 48px; height: 48px; }
  .award-card strong { font-size: 1.45rem; }
  .award-card-copy > span { display: none; }
  .amenities-panel { width: calc(100% - 28px); padding: 30px 18px; border-radius: 22px; }
  .amenities-heading { margin-bottom: 24px; padding-bottom: 22px; }
  .amenities-grid { grid-template-columns: 1fr 1fr; gap: 11px; }
  .amenity-item { min-height: 150px; padding: 20px 10px 16px; }
  .amenity-icon { flex-basis: 54px; width: 54px; height: 54px; }
  .amenity-item strong { font-size: .8rem; }
  .faq-layout > div:first-child { padding: 32px 24px; }
  .faq-item button { min-height: 64px; padding: 17px 18px; font-size: .9rem; }
  .faq-answer p { padding: 0 18px 20px !important; }
  .footer-cta { width: calc(100% - 28px); margin-bottom: -52px; }
  .footer-cta-inner { grid-template-columns: 1fr; min-height: auto; border-radius: 22px; }
  .footer-cta-copy { padding: 34px 24px; }
  .footer-cta h2 { font-size: 2.35rem; }
  .footer-cta-media { min-height: 210px; clip-path: none; }
  .footer-cta-media::after { background: linear-gradient(to bottom,rgba(6,41,29,.34),transparent 45%); }
  .site-footer { padding-top: 58px; }
}

@media (max-width: 420px) {
  .about-visual { min-height: 530px; }
  .about-photo-main { width: 92%; height: 350px; }
  .about-photo-secondary { width: 58%; height: 190px; }
  .award-card { width: 62%; min-height: 132px; }
  .award-card small { font-size: .58rem; }
  .award-card strong { font-size: 1.27rem; }
}

@media (prefers-reduced-motion: reduce) {
  .preloader-line::after { animation: none; }
  .about-photo img { transition: none; }
}

/* Specificity correction: keep amenity SVG icons visible above legacy span rules. */
.amenity-item .amenity-icon { color: var(--p-green-700); }
.amenity-item:hover .amenity-icon { color: var(--p-gold); }

/* Accessibility and mobile stacking corrections. */
.skip-link { clip-path: inset(100%); white-space: nowrap; }
.skip-link:focus { clip-path: none; }
.faq-layout > div:first-child { top: auto; }
.site-header .mobile-menu-toggle { color: #fff; background: var(--p-green-900); border: 0; }

/* ==========================================================
   TORAN AMBIKA — PREMIUM SECTIONS V4
   Stats, rooms, amenities, scenic view and trust cards.
   ========================================================== */

/* ---------- Refined statistics ---------- */
.stats-v4 {
  position: relative;
  padding: 58px 0 76px;
  overflow: hidden;
  background: #f8f7f0;
}
.stats-v4::before,
.stats-v4::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  pointer-events: none;
  opacity: .16;
  background: url('../images/leaf-pattern.svg') center/contain no-repeat;
}
.stats-v4::before { left: -110px; bottom: -120px; transform: rotate(18deg); }
.stats-v4::after { right: -115px; top: -135px; transform: rotate(205deg); }
.stats-grid-v4 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 0;
  min-height: 218px;
  padding: 28px 18px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 50% 0,rgba(78,125,50,.22),transparent 44%),
    linear-gradient(135deg,#0e4827 0%,#103f27 52%,#0a3522 100%);
  border: 1px solid rgba(198,165,98,.55);
  border-radius: 30px;
  box-shadow: 0 28px 68px rgba(14,72,39,.18);
}
.stats-grid-v4::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(232,240,226,.1);
  border-radius: 23px;
}
.stats-grid-v4::after {
  content: "";
  position: absolute;
  right: -78px;
  top: -132px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(232,240,226,.12);
  border-radius: 50%;
}
.stats-grid-v4 .stat-v4 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 154px;
  padding: 12px 22px;
  text-align: center;
  border-right: 1px solid rgba(232,240,226,.16);
}
.stats-grid-v4 .stat-v4:last-child { border-right: 0; }
.stats-grid-v4 .stat-icon {
  display: grid;
  place-items: center;
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  color: #e5ce9a;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(229,206,154,.5);
  border-radius: 50%;
  box-shadow: inset 0 0 0 7px rgba(255,255,255,.018);
}
.stats-grid-v4 .stat-icon svg { width: 30px; height: 30px; stroke-width: 1.5; }
.stats-grid-v4 .stat-v4 > div { display: grid; justify-items: center; gap: 4px; }
.stats-grid-v4 .stat-v4 strong {
  position: relative;
  display: inline-block;
  padding-bottom: 11px;
  color: #f3dfb4;
  font-family: "Cormorant Garamond",serif;
  font-size: clamp(2.15rem,3vw,3rem);
  font-weight: 600;
  line-height: .9;
}
.stats-grid-v4 .stat-v4 strong::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 42px;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(229,206,154,.7);
}
.stats-grid-v4 .stat-v4 div > span {
  max-width: 140px;
  color: rgba(255,255,255,.82);
  font-size: .84rem;
  font-weight: 600;
  line-height: 1.35;
}

/* ---------- Premium rooms showcase ---------- */
.rooms-v4 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg,#fcfbf7 0%,#f8f7f0 100%);
}
.rooms-v4::after {
  content: "";
  position: absolute;
  right: -85px;
  top: 12px;
  width: 270px;
  height: 270px;
  opacity: .18;
  pointer-events: none;
  background: url('../images/leaf-pattern.svg') center/contain no-repeat;
  transform: rotate(195deg);
}
.rooms-v4 > .section-shell { position: relative; z-index: 1; }
.rooms-v4-heading { align-items: end; margin-bottom: 46px; }
.rooms-v4-title { max-width: 720px; }
.rooms-v4-title h2 {
  margin: 9px 0 0;
  color: #172119;
  font-size: clamp(2.85rem,4.6vw,4.7rem);
  line-height: .98;
  letter-spacing: -.035em;
}
.rooms-v4-title h2 span { color: #245c2a; }
.rooms-v4-ornament {
  display: block;
  width: 78px;
  height: 11px;
  margin-top: 22px;
  background: linear-gradient(#b58c47,#b58c47) left center/31px 1px no-repeat,
              radial-gradient(circle,#b58c47 0 2px,transparent 2.5px) center/8px 8px no-repeat,
              linear-gradient(#b58c47,#b58c47) right center/31px 1px no-repeat;
}
.rooms-v4-title .section-lead {
  max-width: 650px;
  margin-top: 20px;
  color: #39443b;
  font-size: 1.04rem;
  line-height: 1.7;
}
.rooms-v4-actions { padding-bottom: 8px; }
.rooms-v4-actions .rooms-view-all {
  min-height: 50px;
  padding-inline: 24px;
  gap: 9px;
  color: #f8f7f0;
  background: #0e4827;
  border: 1px solid #b99450;
  box-shadow: 0 12px 28px rgba(14,72,39,.13);
}
.rooms-v4-actions .rooms-view-all:hover { background: #245c2a; }
.rooms-v4-actions .rooms-view-all svg { width: 17px; height: 17px; }
.rooms-v4-actions .slider-arrow {
  width: 50px;
  height: 50px;
  color: #0e4827;
  background: #fff;
  border-color: rgba(181,140,71,.4);
}
.rooms-v4-actions .slider-arrow:hover { color: #fff; background: #0e4827; border-color: #0e4827; }
.rooms-swiper-v4 { padding: 8px 4px 28px; }
.rooms-swiper-v4 .swiper-wrapper { grid-auto-columns: calc((100% - 66px) / 4); gap: 22px; }
.room-card-v4 {
  overflow: hidden;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(181,140,71,.38);
  border-radius: 24px 24px 18px 18px;
  box-shadow: 0 18px 42px rgba(14,72,39,.09);
  transition: transform .38s ease,box-shadow .38s ease,border-color .38s ease;
}
.room-card-v4:hover {
  transform: translateY(-9px);
  border-color: rgba(181,140,71,.75);
  box-shadow: 0 28px 58px rgba(14,72,39,.15);
}
.room-card-v4 .room-image-v4 { height: 300px; aspect-ratio: auto; }
.room-card-v4 .room-image-v4::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,rgba(8,42,25,.2),transparent 42%);
  pointer-events: none;
}
.room-card-v4 .room-view-icon {
  z-index: 2;
  width: 46px;
  height: 46px;
  color: #fff;
  background: rgba(14,72,39,.9);
  border: 1px solid rgba(229,206,154,.65);
}
.room-card-body-v4 { padding: 26px 24px 25px; }
.room-card-body-v4 h3 { margin: 0 0 7px; font-size: clamp(1.65rem,2vw,1.95rem); line-height: 1.05; }
.room-card-body-v4 h3 a { color: #172119; }
.room-card-body-v4 .room-card-summary {
  min-height: 0;
  margin: 0 0 18px;
  color: #966f2f;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.4;
}
.room-meta-v4 {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 0;
  padding: 15px 0;
  border-top: 1px solid rgba(36,92,42,.13);
  border-bottom: 1px solid rgba(36,92,42,.13);
}
.room-meta-v4 span {
  justify-content: center;
  padding: 0 7px;
  color: #687268;
  font-size: .72rem;
  white-space: nowrap;
  border-right: 1px solid rgba(36,92,42,.12);
}
.room-meta-v4 span:first-child { justify-content: flex-start; padding-left: 0; }
.room-meta-v4 span:last-child { justify-content: flex-end; padding-right: 0; border-right: 0; }
.room-meta-v4 svg { color: #4e7d32; }
.room-price-v4 {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 18px;
}
.room-price-v4 small,.room-price-v4 span { color: #687268; font-size: .76rem; }
.room-price-v4 strong {
  color: #0e4827;
  font-family: "Playfair Display",serif;
  font-size: 1.72rem;
  font-weight: 600;
}

/* ---------- Premium amenities grid ---------- */
.amenities-v4 {
  position: relative;
  overflow: hidden;
  background: #fcfbf7;
}
.amenities-v4::before {
  opacity: .1;
  background-image: radial-gradient(rgba(36,92,42,.22) .65px,transparent .7px);
  background-size: 20px 20px;
}
.amenities-panel-v4 {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.amenities-heading-v4 {
  grid-template-columns: minmax(0,.98fr) minmax(390px,.75fr);
  align-items: center;
  gap: 78px;
  margin-bottom: 46px;
  padding: 0 0 36px;
  border-bottom: 1px solid rgba(36,92,42,.16);
}
.amenities-heading-v4 h2 {
  margin: 8px 0 0;
  color: #172119;
  font-size: clamp(2.9rem,4.8vw,4.8rem);
  line-height: .96;
  letter-spacing: -.035em;
}
.amenities-heading-v4 > p {
  color: #39443b;
  font-size: 1.05rem;
  line-height: 1.75;
}
.amenities-grid-v4 { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.amenity-card-v4 {
  position: relative;
  justify-content: flex-start;
  min-height: 300px;
  padding: 30px 24px 27px;
  gap: 0;
  overflow: hidden;
  color: #172119;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(181,140,71,.35);
  border-radius: 22px;
  box-shadow: 0 13px 34px rgba(14,72,39,.055);
  transition: transform .35s ease,box-shadow .35s ease,border-color .35s ease,background .35s ease;
}
.amenity-card-v4::after {
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: center;
  background: #245c2a;
}
.amenity-card-v4:hover {
  color: #172119;
  background: #fff;
  border-color: rgba(181,140,71,.8);
  box-shadow: 0 24px 54px rgba(14,72,39,.13);
  transform: translateY(-8px);
}
.amenity-card-v4:hover::after { transform: scaleX(1); background: #b58c47; }
.amenity-card-corner {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 34px;
  height: 34px;
  opacity: .55;
  background: linear-gradient(135deg,transparent 48%,rgba(181,140,71,.65) 49% 51%,transparent 52%) center/100% 100% no-repeat;
}
.amenity-icon-v4 {
  display: grid !important;
  place-items: center;
  flex: 0 0 78px;
  width: 78px;
  height: 78px;
  margin-bottom: 15px;
  color: #e5ce9a !important;
  background: linear-gradient(145deg,#0e4827,#245c2a);
  border: 2px solid #d2b674;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(14,72,39,.16),inset 0 0 0 5px rgba(255,255,255,.035);
  transition: transform .35s ease;
}
.amenity-card-v4:hover .amenity-icon-v4 { color: #f1dfb5 !important; transform: translateY(-3px) rotate(-2deg); }
.amenity-icon-v4 svg { width: 34px; height: 34px; stroke-width: 1.55; }
.amenity-divider {
  display: block !important;
  width: 60px;
  height: 10px;
  margin: 0 auto 10px;
  background: linear-gradient(#c5a45c,#c5a45c) left center/25px 1px no-repeat,
              radial-gradient(circle,#c5a45c 0 2px,transparent 2.4px) center/7px 7px no-repeat,
              linear-gradient(#c5a45c,#c5a45c) right center/25px 1px no-repeat;
}
.amenity-card-v4 strong {
  display: block;
  margin-bottom: 10px;
  color: #172119;
  font-family: "Cormorant Garamond",serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.1;
}
.amenity-card-v4 p {
  display: -webkit-box;
  min-height: 72px;
  margin: 0;
  overflow: hidden;
  color: #5d685f;
  font-size: .92rem;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.amenity-card-v4 .amenity-link {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  color: #9a7334 !important;
  font-size: .82rem !important;
  font-weight: 700;
}
.amenity-card-v4 .amenity-link svg { width: 16px; height: 16px; transition: transform .3s ease; }
.amenity-card-v4:hover .amenity-link svg { transform: translateX(4px); }
.amenities-button-v4 {
  min-height: 54px;
  padding-inline: 30px;
  color: #f8f7f0;
  background: #0e4827;
  border: 1px solid #b58c47;
  box-shadow: 0 14px 30px rgba(14,72,39,.14);
}

/* ---------- Premium safety and sustainability cards ---------- */
.trust-v4 {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 28px;
  padding-top: 86px;
  padding-bottom: 86px;
}
.trust-card-v4 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px,.38fr) minmax(0,.62fr);
  gap: 0;
  min-height: 500px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg,#0a3522,#0e4827 60%,#164f2d);
  border: 1px solid rgba(181,140,71,.62);
  border-radius: 30px;
  box-shadow: 0 26px 58px rgba(14,72,39,.16);
}
.trust-card-v4::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(232,240,226,.08);
  border-radius: 23px;
}
.trust-card-v4::after {
  right: -72px;
  bottom: -115px;
  width: 260px;
  height: 260px;
  opacity: .08;
}
.trust-image-v4 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.trust-image-v4::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 62%,rgba(10,53,34,.45)); }
.sustainable-card .trust-image-v4::after { background: linear-gradient(270deg,transparent 62%,rgba(10,53,34,.45)); }
.trust-image-v4 img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.trust-card-v4:hover .trust-image-v4 img { transform: scale(1.045); }
.trust-copy-v4 {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 42px 34px;
}
.trust-icon-v4 {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  color: #e5ce9a;
  border: 1px solid rgba(229,206,154,.48);
  border-radius: 50%;
}
.trust-icon-v4 svg { width: 26px; height: 26px; }
.trust-copy-v4 .eyebrow { margin-bottom: 14px; color: #dfc58e; }
.trust-copy-v4 h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem,3.2vw,3.25rem);
  line-height: 1;
  letter-spacing: -.025em;
}
.trust-divider {
  width: 92px;
  height: 11px;
  margin: 22px 0 18px;
  background: linear-gradient(#c5a45c,#c5a45c) left center/38px 1px no-repeat,
              radial-gradient(circle,#c5a45c 0 2px,transparent 2.5px) center/8px 8px no-repeat,
              linear-gradient(#c5a45c,#c5a45c) right center/38px 1px no-repeat;
}
.trust-copy-v4 .check-list { display: grid; gap: 13px; margin: 0; }
.trust-copy-v4 .check-list li { gap: 10px; color: rgba(255,255,255,.84); font-size: .94rem; line-height: 1.45; }
.trust-copy-v4 .check-list svg {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  padding: 5px;
  color: #e5ce9a;
  border: 1px solid rgba(229,206,154,.45);
  border-radius: 50%;
}

/* ---------- Panoramic scenic showcase ---------- */
.scenic-v4 {
  position: relative;
  overflow: hidden;
  background: #f8f7f0;
}
.scenic-v4::before,
.scenic-v4::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  pointer-events: none;
  opacity: .16;
  background: url('../images/leaf-pattern.svg') center/contain no-repeat;
}
.scenic-v4::before { left: -115px; bottom: -120px; }
.scenic-v4::after { right: -90px; top: -110px; transform: rotate(185deg); }
.scenic-v4 .section-shell { position: relative; z-index: 1; }
.scenic-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #9a7334;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.scenic-eyebrow::after { content: ""; width: 66px; height: 1px; background: #b58c47; }
.scenic-eyebrow > span:first-child { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(181,140,71,.42); border-radius: 50%; }
.scenic-eyebrow svg { width: 14px; height: 14px; }
.scenic-v4-stage {
  position: relative;
  min-height: 650px;
  padding-left: clamp(250px,30vw,420px);
}
.scenic-v4-media {
  width: 100%;
  height: 650px;
  overflow: hidden;
  border: 1px solid rgba(181,140,71,.34);
  border-radius: 30px;
  box-shadow: 0 26px 62px rgba(14,72,39,.14);
}
.scenic-v4-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 1s ease; }
.scenic-v4-stage:hover .scenic-v4-media img { transform: scale(1.025); }
.scenic-v4-card {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  width: min(440px,38vw);
  min-height: 520px;
  padding: 50px 48px;
  transform: translateY(-50%);
  color: #fff;
  background: linear-gradient(145deg,#0a3522,#0e4827 62%,#164f2d);
  border: 1px solid #b58c47;
  border-radius: 28px;
  box-shadow: 0 28px 68px rgba(14,72,39,.24);
}
.scenic-v4-card::before { content: ""; position: absolute; inset: 10px; pointer-events: none; border: 1px solid rgba(232,240,226,.08); border-radius: 20px; }
.scenic-v4-card::after { content: ""; position: absolute; right: -90px; bottom: -115px; width: 250px; height: 250px; opacity: .08; background: url('../images/leaf-pattern.svg') center/contain no-repeat; }
.scenic-v4-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  color: #e5ce9a;
  border: 1px solid rgba(229,206,154,.48);
  border-radius: 50%;
}
.scenic-v4-card h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(2.65rem,4vw,4.25rem);
  line-height: .96;
  letter-spacing: -.035em;
}
.scenic-v4-card h2 span { color: #e2c17c; }
.scenic-divider {
  position: relative;
  z-index: 1;
  display: block;
  width: 130px;
  height: 11px;
  margin: 26px 0 20px;
  background: linear-gradient(#c5a45c,#c5a45c) left center/54px 1px no-repeat,
              radial-gradient(circle,#c5a45c 0 2px,transparent 2.5px) center/8px 8px no-repeat,
              linear-gradient(#c5a45c,#c5a45c) right center/54px 1px no-repeat;
}
.scenic-v4-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  color: rgba(255,255,255,.8);
  font-size: 1rem;
  line-height: 1.72;
}
.scenic-v4-button {
  position: relative;
  z-index: 1;
  min-height: 50px;
  color: #ecd49c;
  background: transparent;
  border: 1px solid rgba(229,206,154,.7);
}
.scenic-v4-button:hover { color: #0e4827; background: #f8f7f0; }
.scenic-features-v4 {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 0;
  max-width: 1050px;
  margin: 38px auto 0;
}
.scenic-features-v4 > div {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  align-items: center;
  gap: 14px;
  padding: 0 24px;
  border-right: 1px solid rgba(36,92,42,.14);
}
.scenic-features-v4 > div:last-child { border-right: 0; }
.scenic-features-v4 > div > span { display: grid; place-items: center; width: 54px; height: 54px; color: #9a7334; border: 1px solid rgba(181,140,71,.42); border-radius: 50%; }
.scenic-features-v4 p { display: grid; gap: 3px; margin: 0; }
.scenic-features-v4 strong { color: #172119; font-family: "Cormorant Garamond",serif; font-size: 1.25rem; line-height: 1.1; }
.scenic-features-v4 small { color: #687268; font-size: .76rem; line-height: 1.4; }

/* ---------- V4 responsive refinements ---------- */
@media (max-width: 1180px) {
  .rooms-swiper-v4 .swiper-wrapper { grid-auto-columns: calc((100% - 44px) / 3); }
  .amenities-grid-v4 { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .trust-v4 { grid-template-columns: 1fr; }
  .trust-card-v4 { min-height: 450px; grid-template-columns: minmax(220px,.36fr) minmax(0,.64fr); }
  .scenic-v4-stage { padding-left: 340px; }
  .scenic-v4-card { width: 390px; padding: 42px 38px; }
  .scenic-features-v4 > div { padding: 0 15px; }
}

@media (max-width: 980px) {
  .stats-grid-v4 { grid-template-columns: repeat(3,1fr); min-height: auto; }
  .stats-grid-v4 .stat-v4:nth-child(3) { border-right: 0; }
  .stats-grid-v4 .stat-v4:nth-child(4),.stats-grid-v4 .stat-v4:nth-child(5) { border-top: 1px solid rgba(232,240,226,.14); }
  .rooms-v4-heading { align-items: flex-start; }
  .rooms-swiper-v4 .swiper-wrapper { grid-auto-columns: calc((100% - 22px) / 2); }
  .amenities-heading-v4 { grid-template-columns: 1fr; gap: 20px; }
  .amenities-heading-v4 > p { max-width: 680px; }
  .amenities-grid-v4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .scenic-v4-stage { min-height: 700px; padding-left: 0; padding-top: 270px; }
  .scenic-v4-media { height: 520px; }
  .scenic-v4-card { top: 0; left: 32px; width: min(520px,calc(100% - 64px)); min-height: 360px; transform: none; }
  .scenic-features-v4 { grid-template-columns: repeat(2,1fr); gap: 24px 0; }
  .scenic-features-v4 > div:nth-child(2) { border-right: 0; }
}

@media (max-width: 720px) {
  .stats-v4 { padding: 42px 0 54px; }
  .stats-grid-v4 { grid-template-columns: repeat(2,1fr); padding: 16px; border-radius: 24px; }
  .stats-grid-v4 .stat-v4 { min-height: 148px; padding: 14px 8px; border-right: 0; border-bottom: 1px solid rgba(232,240,226,.13); }
  .stats-grid-v4 .stat-v4:nth-child(odd) { border-right: 1px solid rgba(232,240,226,.13); }
  .stats-grid-v4 .stat-v4:nth-child(3) { border-right: 1px solid rgba(232,240,226,.13); }
  .stats-grid-v4 .stat-v4:nth-child(4) { border-top: 0; }
  .stats-grid-v4 .stat-v4:last-child { grid-column: 1/-1; border-right: 0; border-bottom: 0; }
  .stats-grid-v4 .stat-icon { width: 54px; height: 54px; flex-basis: 54px; }
  .stats-grid-v4 .stat-v4 strong { font-size: 2.15rem; }
  .rooms-v4-title h2,.amenities-heading-v4 h2 { font-size: 2.75rem; }
  .rooms-v4-heading { display: grid; gap: 28px; }
  .rooms-v4-actions { width: 100%; flex-wrap: wrap; }
  .rooms-v4-actions .rooms-view-all { margin-right: auto; }
  .rooms-swiper-v4 .swiper-wrapper { grid-auto-columns: 86%; gap: 16px; }
  .room-card-v4 .room-image-v4 { height: 275px; }
  .amenities-grid-v4 { gap: 14px; }
  .amenity-card-v4 { min-height: 285px; padding: 25px 18px 22px; }
  .amenity-card-v4 strong { font-size: 1.35rem; }
  .trust-v4 { width: calc(100% - 28px); padding-top: 64px; padding-bottom: 64px; }
  .trust-card-v4,.trust-card-v4.sustainable-card { grid-template-columns: 1fr; min-height: auto; }
  .trust-image-v4 { height: 280px; order: 0; }
  .trust-copy-v4 { order: 1; padding: 36px 28px 40px; }
  .sustainable-card .trust-copy-v4 { order: 1; }
  .sustainable-card .trust-image-v4 { order: 0; }
  .trust-image-v4::after,.sustainable-card .trust-image-v4::after { background: linear-gradient(to bottom,transparent 65%,rgba(10,53,34,.48)); }
  .scenic-v4-stage { min-height: auto; padding-top: 0; display: grid; }
  .scenic-v4-media { height: 390px; border-radius: 24px 24px 0 0; }
  .scenic-v4-card { position: relative; left: auto; top: auto; width: 100%; min-height: auto; margin-top: -1px; padding: 36px 26px; border-radius: 0 0 24px 24px; box-shadow: 0 24px 52px rgba(14,72,39,.18); }
  .scenic-v4-card h2 { font-size: 2.75rem; }
  .scenic-features-v4 { grid-template-columns: 1fr; gap: 0; margin-top: 26px; }
  .scenic-features-v4 > div { padding: 17px 5px; border-right: 0; border-bottom: 1px solid rgba(36,92,42,.13); }
  .scenic-features-v4 > div:last-child { border-bottom: 0; }
}

@media (max-width: 480px) {
  .stats-grid-v4 { width: calc(100% - 28px); }
  .stats-grid-v4 .stat-v4 div > span { font-size: .76rem; }
  .rooms-v4-title .section-lead,.amenities-heading-v4 > p { font-size: 1rem; }
  .rooms-swiper-v4 .swiper-wrapper { grid-auto-columns: 92%; }
  .room-meta-v4 { grid-template-columns: 1fr; gap: 8px; }
  .room-meta-v4 span,.room-meta-v4 span:first-child,.room-meta-v4 span:last-child { justify-content: flex-start; padding: 0; border-right: 0; }
  .amenities-grid-v4 { grid-template-columns: 1fr; }
  .amenity-card-v4 { min-height: 270px; }
  .trust-copy-v4 h2 { font-size: 2.45rem; }
  .scenic-v4-media { height: 320px; }
  .scenic-v4-card h2 { font-size: 2.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .room-card-v4,.amenity-card-v4,.amenity-icon-v4,.trust-image-v4 img,.scenic-v4-media img { transition: none; }
}

/* Final V4 text-fit corrections. */
.amenity-card-v4 p { font-weight: 500; }
.trust-copy-v4 h2 { font-size: clamp(2.25rem,2.75vw,2.85rem); }
@media (max-width:720px){ .trust-copy-v4 h2 { font-size: 2.65rem; } }
@media (max-width:480px){ .trust-copy-v4 h2 { font-size: 2.45rem; } }
