/* Place detail & experiences hub — Hotel Vyankatesh */
@media (min-width: 1024px) {
  body.place-page .place-sidebar {
    padding-bottom: 0.25rem;
  }
}

.place-hero {
  position: relative;
  width: 100%;
  min-height: min(72vh, 36rem);
  display: flex;
  align-items: flex-end;
  padding: calc(var(--nav-offset, var(--nav-height)) + 2rem) 0 3rem;
  background-color: var(--forest);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.place-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(12, 30, 26, 0.88) 0%, rgba(12, 30, 26, 0.35) 22%, transparent 42%),
    linear-gradient(
      105deg,
      rgba(12, 30, 26, 0.92) 0%,
      rgba(12, 30, 26, 0.5) 45%,
      rgba(12, 30, 26, 0.35) 100%
    ),
    linear-gradient(to top, rgba(12, 30, 26, 0.95) 0%, transparent 50%);
  pointer-events: none;
}
.place-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .place-hero-inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.place-cat { color: var(--gold-l); margin-bottom: 0.65rem; }

/* Breadcrumb on dark hero */
.place-hero .breadcrumb {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 1.55;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0.35rem;
}
.place-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.2s;
}
.place-hero .breadcrumb a:hover {
  color: var(--gold-l);
}
.place-hero .breadcrumb span {
  color: rgba(255, 255, 255, 0.42);
  margin: 0;
}
.place-hero .breadcrumb strong {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
}
.place-hero h1 {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: clamp(2.1rem, 5vw, 3.35rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.08;
  margin-bottom: 0.85rem;
  max-width: 18ch;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}
.place-hero-lead {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 300;
  max-width: 40rem;
  line-height: 1.65;
  margin-bottom: 1.35rem;
  font-size: 0.98rem;
}
.place-hero-ctas { display: flex; flex-wrap: wrap; gap: 0.65rem; }
.place-hero-ctas .btn-outline,
.place-hero-ctas a.btn-outline,
.place-hero-ctas button.btn-outline {
  border-color: rgba(255, 255, 255, 0.38);
  color: rgba(255, 255, 255, 0.92);
  background: transparent;
}
.place-hero-ctas .btn-outline:hover,
.place-hero-ctas a.btn-outline:hover,
.place-hero-ctas button.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold-l);
  background: rgba(255, 255, 255, 0.06);
}
.place-mid-cta .btn-outline,
.place-mid-cta button.btn-outline {
  border-color: rgba(14, 26, 22, 0.28);
  color: var(--forest);
  background: var(--white);
}
.place-mid-cta .btn-outline:hover,
.place-mid-cta button.btn-outline:hover {
  border-color: var(--gold-d);
  background: rgba(200, 169, 110, 0.14);
}

@media (max-width: 1023px) {
  .place-hero {
    min-height: min(58vh, 32rem);
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 767px) {
  .place-hero {
    min-height: 0;
    align-items: flex-start;
    justify-content: flex-start;
    padding: calc(var(--nav-offset, var(--nav-height)) + 0.75rem) 0 2.5rem;
  }
  .place-hero::before {
    background:
      linear-gradient(180deg, rgba(12, 30, 26, 0.9) 0%, rgba(12, 30, 26, 0.5) 28%, transparent 52%),
      linear-gradient(
        105deg,
        rgba(12, 30, 26, 0.92) 0%,
        rgba(12, 30, 26, 0.45) 50%,
        transparent 100%
      ),
      linear-gradient(to top, rgba(12, 30, 26, 0.9) 0%, transparent 42%);
  }
  .place-hero-inner {
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }
  .place-hero .breadcrumb {
    margin-bottom: 0.5rem;
    font-size: 0.62rem;
    gap: 0.1rem 0.25rem;
  }
  .place-hero .breadcrumb a {
    color: rgba(255, 255, 255, 0.82);
  }
  .place-cat {
    margin-bottom: 0.5rem;
  }
  .place-hero h1 {
    font-size: clamp(1.85rem, 8.5vw, 2.35rem);
    max-width: none;
    margin-bottom: 0.65rem;
  }
  .place-hero-lead {
    font-size: 0.88rem;
    line-height: 1.55;
    margin-bottom: 1rem;
  }
  .place-hero-ctas {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    position: relative;
    z-index: 2;
  }
  .place-hero-ctas .btn-primary,
  .place-hero-ctas .btn-outline,
  .place-hero-ctas .btn-ghost-on-dark {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0.7rem 1rem;
    font-size: 0.62rem;
  }
  .place-layout {
    padding-top: 2rem;
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }
}

.place-layout {
  max-width: 80rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  display: grid;
  gap: 2.5rem;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .place-layout { padding-left: 3rem; padding-right: 3rem; }
}
@media (min-width: 1024px) {
  .place-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 20rem);
    align-items: start;
  }
}
.place-main,
.place-sidebar {
  min-width: 0;
}

.place-intro-cta {
  padding: 1.25rem 1.35rem;
  margin-bottom: 2rem;
  background: rgba(212, 194, 173, 0.22);
  border: 1px solid rgba(19, 42, 36, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.place-intro-cta p { margin: 0; font-size: 0.9rem; line-height: 1.6; color: var(--forest); max-width: 36rem; }

.place-article p {
  color: var(--stone);
  font-weight: 300;
  line-height: 1.8;
  font-size: 0.98rem;
  margin-bottom: 1.15rem;
}
.place-article p:first-child { font-size: 1.02rem; color: var(--forest); }

.place-facts {
  background: #fff;
  border: 1px solid rgba(19, 42, 36, 0.08);
  padding: 1.35rem;
  margin-bottom: 1rem;
  box-shadow: 0 6px 24px rgba(19, 42, 36, 0.05);
}
.place-facts h2 {
  font-family: 'EB Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
.place-facts dl { margin: 0; }
.place-facts dt {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
  margin-top: 0.75rem;
}
.place-facts dt:first-of-type { margin-top: 0; }
.place-facts dd {
  margin: 0.2rem 0 0;
  font-size: 0.88rem;
  color: var(--forest);
  font-weight: 500;
  line-height: 1.45;
}

.place-sidebar { position: relative; }
@media (min-width: 1024px) {
  .place-sidebar { position: sticky; top: calc(var(--nav-offset, var(--nav-height)) + 1rem); }
}

.place-sidebar-cta {
  background: var(--forest);
  color: #fff;
  padding: 1.35rem;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
}
.place-sidebar-cta .place-sidebar-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 100%;
}
.place-sidebar-cta .btn-primary,
.place-sidebar-cta .btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.7rem 0.65rem;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}
.place-sidebar-cta .btn-outline {
  border-color: rgba(212, 194, 173, 0.55);
  color: var(--champagne);
}
.place-sidebar-cta h3 {
  font-family: 'EB Garamond', serif;
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.place-sidebar-cta p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 300;
  line-height: 1.55;
  margin-bottom: 1rem;
}
.place-book-room {
  display: block;
  margin-top: 0.85rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--champagne);
  text-decoration: none;
}
.place-book-room:hover { color: #fff; }

.place-mid-cta {
  margin-top: 2.5rem;
  padding: 2rem 1.5rem;
  text-align: center;
  background: var(--ivory-dark, #f0ede6);
  border: 1px solid rgba(19, 42, 36, 0.08);
}
.place-mid-cta h2 {
  font-family: 'EB Garamond', serif;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.place-mid-cta p { color: var(--stone); font-weight: 300; margin-bottom: 1.25rem; }
.place-mid-cta-btns { display: flex; flex-wrap: wrap; gap: 0.65rem; justify-content: center; }

.place-related {
  margin-top: 3rem;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(14, 26, 22, 0.08);
  clear: both;
}
.place-related__head {
  text-align: center;
  margin-bottom: 2rem;
}
.place-related__head .eyebrow {
  justify-content: center;
  color: var(--gold-d);
  margin-bottom: 0.65rem;
}
.place-related__head .eyebrow::before {
  display: none;
}
.place-related__head h2 {
  font-family: 'EB Garamond', serif;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 400;
  color: var(--ink);
  margin: 0;
  line-height: 1.15;
}
.place-related__head h2 em {
  color: var(--gold-d);
  font-style: italic;
}
.place-related-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 520px) {
  .place-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .place-related-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.place-related-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(14, 26, 22, 0.08);
  overflow: hidden;
  background: var(--white);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.place-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(14, 26, 22, 0.1);
  border-color: rgba(200, 169, 110, 0.35);
}
.place-related-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--parchment);
}
.place-related-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.place-related-card:hover .place-related-card__media img {
  transform: scale(1.05);
}
.place-related-card__body {
  padding: 1rem 1.1rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1;
}
.place-related-card__body h3 {
  font-family: 'EB Garamond', serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--ink);
  margin: 0;
}
.place-related-card__cta {
  font-family: 'Jost', sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold-d);
}
.place-related-card:hover .place-related-card__cta {
  color: var(--forest);
}
/* Legacy markup fallback */
.place-related-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.place-related-card > span {
  display: block;
  padding: 1rem 1.1rem;
  font-family: 'EB Garamond', serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--ink);
}

/* Bottom CTA — full-width band below main + sidebar (was in enquiry.css) */
body.place-page > .tour-cta-bar {
  display: block;
  width: 100%;
  clear: both;
  box-sizing: border-box;
  text-align: center;
  padding: 3rem 1.5rem;
  background: var(--forest);
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
body.place-page > .tour-cta-bar h2 {
  font-family: 'EB Garamond', serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  color: var(--white);
  margin: 0 0 0.75rem;
  line-height: 1.2;
}
body.place-page > .tour-cta-bar p {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 auto 1.5rem;
  max-width: 28rem;
}
body.place-page > .tour-cta-bar .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body.place-page .place-layout {
  padding-bottom: 3rem;
}
body.place-page .place-main {
  min-width: 0;
}

/* Experiences hub */
body.exp-hub-page .exp-hero::before {
  background: linear-gradient(165deg, rgba(12, 30, 26, 0.88), rgba(19, 42, 36, 0.55));
}
.exp-seo-block {
  max-width: 44rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  color: var(--stone);
  font-weight: 300;
  line-height: 1.75;
  font-size: 0.95rem;
}
.exp-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 2rem;
}
.exp-filter-btn {
  padding: 0.45rem 0.9rem;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid rgba(19, 42, 36, 0.15);
  background: #fff;
  color: var(--forest);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.exp-filter-btn:hover,
.exp-filter-btn.active {
  background: var(--forest);
  color: var(--champagne);
  border-color: var(--forest);
}
.exp-grid-hub {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .exp-grid-hub { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .exp-grid-hub { grid-template-columns: repeat(3, 1fr); } }

.exp-place-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(19, 42, 36, 0.08);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(19, 42, 36, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.exp-place-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(19, 42, 36, 0.12); }
.exp-place-card.hidden { display: none; }
.exp-place-card img { width: 100%; height: 11rem; object-fit: cover; }
.exp-place-card-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.exp-place-card-tag {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 0.35rem;
}
.exp-place-card-body h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--forest);
}
.exp-place-card-body p {
  font-size: 0.82rem;
  color: var(--stone);
  font-weight: 300;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 0.75rem;
}
.exp-place-meta {
  font-size: 0.72rem;
  color: var(--forest);
  opacity: 0.75;
  margin-bottom: 0.75rem;
}
.exp-place-card-cta {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--forest);
}
