/* ============================================================
   Suprabha Hotel — Royal & Elegant (Light) Theme
   Palette: ivory / champagne / antique gold on warm cream
   ============================================================ */

:root {
  --cream:        #fbf7ef;
  --cream-deep:   #f4ecdd;
  --ivory:        #ffffff;
  --sand:         #efe6d4;
  --gold:         #b8902f;
  --gold-bright:  #cba14a;
  --gold-soft:    #e3cf9e;
  --champagne:    #d8c08a;
  --ink:          #3b3024;   /* warm dark-brown text */
  --ink-soft:     #6b5d4c;
  --line:         #e7dcc6;
  --shadow:       0 24px 60px -28px rgba(74, 58, 30, 0.35);
  --shadow-sm:    0 14px 34px -22px rgba(74, 58, 30, 0.45);

  --serif:  'Cormorant Garamond', Georgia, serif;
  --display:'Playfair Display', Georgia, serif;
  --sans:   'Jost', 'Helvetica Neue', Arial, sans-serif;

  --maxw: 1200px;
}

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

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

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; width: 100%; height: 100%; object-fit: cover; }

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

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* ---------- Typography helpers ---------- */
.eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  position: relative;
  padding-left: 42px;
}
.eyebrow::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 30px; height: 1px;
  background: var(--gold);
}
.eyebrow--light { color: var(--gold-soft); }
.eyebrow--light::before { background: var(--gold-soft); }

.section__title {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: 0.2px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 16px 34px;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.35s ease;
}
.btn--gold {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #fff;
  box-shadow: 0 14px 30px -14px rgba(184, 144, 47, 0.7);
}
.btn--gold:hover { transform: translateY(-3px); box-shadow: 0 20px 38px -14px rgba(184, 144, 47, 0.85); }
.btn--ghost {
  background: transparent;
  border-color: rgba(255,255,255,0.6);
  color: #fff;
}
.btn--ghost:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
.btn--outline {
  background: transparent;
  border-color: var(--line);
  color: var(--ink-soft);
}
.btn--outline:hover {
  background: var(--line);
  color: var(--ink);
}
.btn--block { width: 100%; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}
.link-arrow span { transition: transform 0.3s ease; }
.link-arrow:hover span { transform: translateX(6px); }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--ink);
  color: var(--cream-deep);
  font-size: 0.74rem;
  letter-spacing: 0.04em;
}
.topbar__inner {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 40px;
  flex-wrap: wrap;
}
.topbar__item { color: #e9dcc4; opacity: 0.9; }
.topbar__item--muted { color: var(--gold-soft); }
.topbar__divider { color: var(--gold); }
.topbar__spacer { flex: 1; }

/* ---------- Header ---------- */
.header {
  position: fixed;
  top: 40px; left: 0; right: 0;
  z-index: 100;
  transition: all 0.4s ease;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
}
.header.scrolled {
  top: 0;
  background: rgba(251, 247, 239, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 30px -18px rgba(74,58,30,0.5);
  border-bottom: 1px solid var(--line);
}

.brand { display: flex; align-items: center; gap: 14px; }
.brand__logo { height: 56px; width: auto; display: block; }
.brand__crest {
  font-size: 1.3rem;
  color: var(--gold);
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border: 1px solid var(--gold-soft);
  border-radius: 50%;
}
.brand__name { display: flex; flex-direction: column; line-height: 1.05; }
.brand__title {
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.5px;
}
.brand__sub {
  font-size: 0.62rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
}
/* light brand text while over hero */
.header:not(.scrolled) .brand__title { color: #fff; }
.header:not(.scrolled) .brand__crest { color: #fff; border-color: rgba(255,255,255,0.6); }
.header:not(.scrolled) .nav > a { color: rgba(255,255,255,0.92); }

.nav { display: flex; align-items: center; gap: 26px; }
.nav > a {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  position: relative;
  transition: color 0.3s ease;
}
.nav > a:not(.nav__cta)::after {
  content: "";
  position: absolute;
  left: 0; bottom: -6px;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.3s ease;
}
.nav > a:not(.nav__cta):hover { color: var(--gold); }
.nav > a:not(.nav__cta):hover::after { width: 100%; }
.nav__cta { padding: 12px 26px; color: #fff !important; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none; border: none; cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  width: 26px; height: 2px; background: var(--ink);
  transition: all 0.3s ease;
}
.header:not(.scrolled) .nav-toggle span { background: #fff; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero__media {
  position: absolute; inset: 0;
  background: url('../assets/img/hero.png') center 30% / cover no-repeat;
  transform: scale(1.05);
  animation: heroZoom 18s ease-out forwards;
}
@keyframes heroZoom { to { transform: scale(1.0); } }
.hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(100deg, rgba(40,30,16,0.74) 0%, rgba(40,30,16,0.40) 45%, rgba(40,30,16,0.15) 100%),
    linear-gradient(0deg, rgba(30,22,10,0.55), rgba(30,22,10,0) 40%);
}
.hero__content { position: relative; z-index: 2; padding-top: 80px; max-width: 760px; }
.hero__title {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 1.08;
  color: #fff;
  letter-spacing: 0.4px;
  text-shadow: 0 4px 30px rgba(0,0,0,0.35);
}
.hero__text {
  margin: 24px 0 38px;
  font-size: 1.12rem;
  font-weight: 300;
  color: rgba(255,255,255,0.9);
  max-width: 540px;
}
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }

.hero__scroll {
  position: absolute;
  bottom: 34px; left: 50%;
  transform: translateX(-50%);
  width: 26px; height: 44px;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 20px;
  z-index: 2;
}
.hero__scroll span {
  position: absolute;
  top: 8px; left: 50%;
  width: 4px; height: 8px;
  margin-left: -2px;
  background: var(--gold-soft);
  border-radius: 2px;
  animation: scrollDot 1.8s ease-in-out infinite;
}
@keyframes scrollDot {
  0% { opacity: 0; transform: translateY(0); }
  40% { opacity: 1; }
  80% { opacity: 0; transform: translateY(16px); }
  100% { opacity: 0; }
}

/* ---------- Sections ---------- */
.section { padding: clamp(70px, 9vw, 130px) 0; }
.section--tint { background: var(--cream-deep); }
.section__head { max-width: 720px; margin: 0 auto clamp(46px, 6vw, 72px); text-align: center; }
.section__head .eyebrow { padding-left: 0; }
.section__head .eyebrow::before { display: none; }
.section__lead { margin-top: 20px; color: var(--ink-soft); font-size: 1.06rem; }

/* ---------- About ---------- */
.about__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 6vw, 84px);
  align-items: center;
}
.about__media { position: relative; }
.about__media img,
.about__media video {
  display: block;
  width: 100%;
  border-radius: 4px;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
  object-fit: cover;
}
.about__media video { object-position: center top; }
.about__badge {
  position: absolute;
  bottom: -26px; right: -26px;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #fff;
  padding: 24px 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: var(--shadow-sm);
}
.about__badge-num { font-family: var(--display); font-size: 2.6rem; line-height: 1; }
.about__badge-label { font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; }
.about__body p { color: var(--ink-soft); margin-bottom: 18px; font-size: 1.04rem; }
.about__more { margin-top: 30px; }

.about__stats {
  display: flex;
  gap: 20px;
  margin-top: 36px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}
.stat { flex: 1; }
.stat__num {
  display: block;
  font-family: var(--display);
  font-size: 2rem;
  color: var(--gold);
}
.stat__label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ---------- Rooms ---------- */
.rooms__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.room-card {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.room-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.room-card__media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; }
.room-card__media img { transition: transform 0.7s ease; }
.room-card:hover .room-card__media img { transform: scale(1.07); }
.room-card__tag {
  position: absolute;
  top: 16px; left: 16px;
  background: rgba(251,247,239,0.94);
  color: var(--gold);
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 2px;
}
.room-card__body { padding: 30px 28px 32px; display: flex; flex-direction: column; flex: 1; }
.room-card__title {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.room-card__body > p { color: var(--ink-soft); font-size: 0.96rem; margin-bottom: 22px; }

.amenity-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin-bottom: 26px;
}
.amenity-list li {
  font-size: 0.84rem;
  color: var(--ink-soft);
  position: relative;
  padding-left: 18px;
}
.amenity-list li::before {
  content: "✦";
  position: absolute; left: 0;
  color: var(--gold);
  font-size: 0.7rem;
}
.room-card .link-arrow { margin-top: auto; }

/* ---------- Amenities strip ---------- */
.amenities { background: var(--ink); padding: 54px 0; }
.amenities__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px 20px;
}
.amenity {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--cream-deep);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}
.amenity__icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border: 1px solid rgba(216,192,138,0.4);
  border-radius: 50%;
  color: var(--gold-soft);
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* ---------- Dining ---------- */
.dining-feature {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: stretch;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: 30px;
}
.dining-feature__media { min-height: 380px; overflow: hidden; }
.dining-feature__media img { transition: transform 0.8s ease; }
.dining-feature:hover .dining-feature__media img { transform: scale(1.05); }
.dining-feature__body { padding: clamp(34px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; }
.dining-feature__title { font-family: var(--display); font-weight: 500; font-size: clamp(1.7rem, 2.6vw, 2.3rem); margin-bottom: 16px; }
.dining-feature__body p { color: var(--ink-soft); margin-bottom: 16px; }
.dining-feature__timings {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
  color: var(--ink);
}
.dining-feature__timings strong { color: var(--gold); font-weight: 600; letter-spacing: 0.04em; }

.dining-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.dining-card {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.dining-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.dining-card__media { aspect-ratio: 16 / 10; overflow: hidden; }
.dining-card__media img { transition: transform 0.7s ease; }
.dining-card:hover .dining-card__media img { transform: scale(1.06); }
.dining-card__body { padding: 30px 30px 34px; }
.dining-card__title { font-family: var(--display); font-weight: 500; font-size: 1.5rem; margin-bottom: 12px; }
.dining-card__body p { color: var(--ink-soft); font-size: 0.96rem; }

/* ---------- Events ---------- */
.events__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.events__media img {
  border-radius: 4px;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
}
.events__body > p { color: var(--ink-soft); margin: 4px 0 28px; font-size: 1.04rem; }
.events__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 34px; }
.events__subhead {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 14px;
  color: var(--ink);
}
.tick-list { list-style: none; }
.tick-list li {
  font-size: 0.92rem;
  color: var(--ink-soft);
  padding: 6px 0 6px 26px;
  position: relative;
  border-bottom: 1px dashed var(--line);
}
.tick-list li::before {
  content: "✓";
  position: absolute; left: 0;
  color: var(--gold);
  font-weight: 600;
}

/* ---------- Gallery ---------- */
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}
.gallery__item {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.gallery__item img { transition: transform 0.8s ease; }
.gallery__item::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(40,30,16,0.28), transparent 55%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.gallery__item:hover img { transform: scale(1.08); }
.gallery__item:hover::after { opacity: 1; }
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }

/* ---------- Promise ---------- */
.promise { text-align: center; background:
  radial-gradient(ellipse at top, var(--cream-deep), var(--cream) 70%); }
.promise__inner { max-width: 760px; margin: 0 auto; }
.promise .eyebrow { padding-left: 0; }
.promise .eyebrow::before { display: none; }
.promise p { margin-top: 22px; color: var(--ink-soft); font-size: 1.12rem; }

/* ---------- Contact ---------- */
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.contact__info > p { color: var(--ink-soft); }
.contact__list { list-style: none; margin-top: 30px; }
.contact__list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.contact__label {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.contact__list a:hover { color: var(--gold); }

.contact__form {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: clamp(28px, 4vw, 44px);
  box-shadow: var(--shadow-sm);
}
.contact__form-title { font-family: var(--display); font-weight: 500; font-size: 1.5rem; margin-bottom: 24px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.field span {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.field input, .field select, .field textarea {
  font-family: var(--sans);
  font-size: 0.95rem;
  color: var(--ink);
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--cream);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(203,161,74,0.15);
}
.field textarea { resize: vertical; }
.contact__note { text-align: center; font-size: 0.8rem; color: var(--ink-soft); margin-top: 14px; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--cream-deep); padding-top: 60px; }
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(216,192,138,0.18);
}
.footer__brand { display: flex; align-items: center; gap: 16px; }
.footer__brand .brand__crest { color: var(--gold-soft); border-color: rgba(216,192,138,0.4); }
.footer__brand .brand__title { color: #fff; font-size: 1.3rem; }
.brand__logo--footer { height: 88px; background: #fff; padding: 10px 16px; border-radius: 12px; }
.footer__tag { font-size: 0.86rem; color: rgba(233,220,196,0.7); margin-top: 4px; }
.footer__nav { display: flex; gap: 26px; flex-wrap: wrap; }
.footer__nav a {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(233,220,196,0.8);
  transition: color 0.3s ease;
}
.footer__nav a:hover { color: var(--gold-soft); }
.footer__bottom { padding: 22px 0; }
.footer__bottom .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.76rem;
  color: rgba(233,220,196,0.6);
  letter-spacing: 0.04em;
}

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1), transform 0.9s cubic-bezier(0.16,1,0.3,1);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .nav {
    position: fixed;
    top: 0; right: -100%;
    height: 100vh;
    width: min(320px, 82vw);
    flex-direction: column;
    justify-content: center;
    gap: 26px;
    background: var(--cream);
    box-shadow: -20px 0 60px -20px rgba(74,58,30,0.4);
    transition: right 0.4s ease;
    z-index: 120;
  }
  .nav.open { right: 0; }
  .nav > a { color: var(--ink) !important; font-size: 1rem; }
  .header:not(.scrolled) .nav > a { color: var(--ink); }
  .nav-toggle { display: flex; z-index: 130; }
  .nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); background: var(--ink); }
  .nav-toggle.active span:nth-child(2) { opacity: 0; }
  .nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background: var(--ink); }

  .about__grid, .events__grid, .contact__grid, .dining-feature { grid-template-columns: 1fr; }
  .dining-feature__media { min-height: 280px; }
  .rooms__grid { grid-template-columns: 1fr 1fr; }
  .gallery__grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 180px; }
}

@media (max-width: 680px) {
  .topbar__item--muted, .topbar__divider { display: none; }
  .topbar__spacer { display: none; }
  .header { top: 36px; }
  .rooms__grid, .dining-grid, .events__cols, .field-row { grid-template-columns: 1fr; }
  .amenities__grid { grid-template-columns: 1fr 1fr; }
  .about__badge { right: 16px; bottom: -20px; padding: 18px 22px; }
  .about__stats { flex-wrap: wrap; gap: 18px; }
  .stat { flex: 1 1 40%; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .gallery__item--wide { grid-column: span 2; }
  .gallery__item--tall { grid-row: span 1; }
  .hero__content { padding-top: 40px; }
}

/* ============================================================
   Interior / sub-pages (About, Rooms, Dining, ...)
   ============================================================ */

/* Active nav link */
.nav > a.is-active { color: var(--gold); }
.nav > a.is-active::after { width: 100%; }
.header:not(.scrolled) .nav > a.is-active { color: var(--gold-soft); }

/* ---------- Page hero (banner) ---------- */
.page-hero {
  position: relative;
  min-height: 56vh;
  display: flex;
  align-items: flex-end;
  padding: 160px 0 56px;
  overflow: hidden;
}
.page-hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(40,30,16,0.55) 0%, rgba(40,30,16,0.30) 40%, rgba(40,30,16,0.74) 100%);
}
.page-hero--about {
  background: url('../assets/img/reception.png') center 35% / cover no-repeat;
}
.page-hero__content { position: relative; z-index: 2; }
.page-hero__title {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  color: #fff;
  line-height: 1.1;
  text-shadow: 0 4px 30px rgba(0,0,0,0.35);
}
.breadcrumb {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}
.breadcrumb a { color: var(--gold-soft); transition: color 0.3s ease; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: rgba(255,255,255,0.6); }
.breadcrumb__current { color: #fff; }

/* ---------- Stats band ---------- */
.stats-band { background: var(--ink); padding: 64px 0; }
.stats-band__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  text-align: center;
}
.stats-band__item {
  border-right: 1px solid rgba(216,192,138,0.18);
}
.stats-band__item:last-child { border-right: none; }
.stats-band__num {
  display: block;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  color: var(--gold-soft);
  line-height: 1;
}
.stats-band__num .plus { color: var(--gold); }
.stats-band__label {
  display: block;
  margin-top: 12px;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(233,220,196,0.75);
}

/* ---------- Values / promise cards ---------- */
.values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.value-card {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.value-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.value-card__icon {
  display: inline-grid;
  place-items: center;
  width: 70px; height: 70px;
  margin-bottom: 22px;
  border-radius: 50%;
  border: 1px solid var(--gold-soft);
  color: var(--gold);
  font-size: 1.6rem;
  background: var(--cream);
}
.value-card__icon svg { width: 32px; height: 32px; display: block; }
.value-card__title {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.value-card p { color: var(--ink-soft); font-size: 0.94rem; }

/* ---------- Founders ---------- */
.founders__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.founder-card {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 44px 34px 38px;
  text-align: center;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.founder-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-soft), var(--gold), var(--gold-soft));
}
.founder-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.founder-card__monogram {
  display: inline-grid;
  place-items: center;
  width: 86px; height: 86px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #fff;
  font-family: var(--display);
  font-size: 1.7rem;
  letter-spacing: 1px;
  box-shadow: 0 14px 30px -14px rgba(184,144,47,0.7);
}
.founder-card__photo {
  width: 138px; height: 138px;
  margin: 4px auto 24px;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  box-shadow: 0 16px 34px -16px rgba(184,144,47,0.7);
}
.founder-card__photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  border: 3px solid var(--ivory);
}
.founder-card__name {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.35rem;
  margin-bottom: 6px;
}
.founder-card__role {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.founder-card p { color: var(--ink-soft); font-size: 0.92rem; }

/* ---------- Services grid ---------- */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.svc-card {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.svc-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.svc-card__media { aspect-ratio: 4 / 3; overflow: hidden; }
.svc-card__media img { transition: transform 0.7s ease; }
.svc-card:hover .svc-card__media img { transform: scale(1.07); }
.svc-card__body { padding: 24px 24px 28px; }
.svc-card__title {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.35rem;
  margin-bottom: 10px;
}
.svc-card__body p { color: var(--ink-soft); font-size: 0.9rem; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #fff;
}
.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap;
  padding: clamp(54px, 7vw, 84px) 28px;
}
.cta-band .eyebrow--light { color: rgba(255,255,255,0.85); }
.cta-band .eyebrow--light::before { background: rgba(255,255,255,0.85); }
.cta-band__title {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  line-height: 1.15;
  margin-bottom: 8px;
}
.cta-band__inner p { color: rgba(255,255,255,0.9); }
.cta-band__actions { display: flex; gap: 16px; flex-wrap: wrap; }
.cta-band .btn--ghost { border-color: rgba(255,255,255,0.7); color: #fff; }
.cta-band .btn--ghost:hover { background: rgba(255,255,255,0.16); }
.cta-band .btn--gold {
  background: #fff;
  color: var(--gold);
  box-shadow: 0 14px 30px -14px rgba(0,0,0,0.35);
}
.cta-band .btn--gold:hover { background: var(--cream); }

/* ---------- Responsive (sub-pages) ---------- */
@media (max-width: 980px) {
  .values__grid { grid-template-columns: 1fr 1fr; }
  .founders__grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .stats-band__grid { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .stats-band__item:nth-child(2) { border-right: none; }
}
@media (max-width: 680px) {
  .page-hero { min-height: 46vh; padding: 130px 0 44px; }
  .values__grid, .svc-grid { grid-template-columns: 1fr; }
  .stats-band__grid { grid-template-columns: 1fr 1fr; }
  .stats-band__item { border-right: none; }
  .cta-band__inner { flex-direction: column; align-items: flex-start; }
}













/* ============================================================
   Rooms page
   ============================================================ */
.page-hero--rooms {
  background: url('../assets/img/room-premium.png') center 60% / cover no-repeat;
}

/* Intro */
.rooms-intro__inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.rooms-intro__text p { color: var(--ink-soft); font-size: 1.06rem; margin-bottom: 28px; }
.rooms-intro__facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 26px;
}
.rooms-intro__facts div {
  display: flex;
  flex-direction: column;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.rooms-intro__facts span {
  font-family: var(--display);
  font-size: 1.5rem;
  letter-spacing: normal;
  text-transform: none;
  color: var(--gold);
  margin-bottom: 4px;
}

/* Room detail blocks */
.room-detail__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}
.room-detail__grid--reverse .room-detail__gallery { order: 2; }

.room-detail__gallery {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  height: clamp(360px, 40vw, 500px);
}
.room-detail__gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.room-detail__gallery .g-main { grid-row: span 2; }
.room-detail__gallery img,
.room-detail__gallery video { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.room-detail__gallery figure:hover img,
.room-detail__gallery figure:hover video { transform: scale(1.06); }

.room-detail__title {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.1;
  margin-bottom: 18px;
}
.room-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.room-fact {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--gold-soft);
  border-radius: 40px;
  padding: 8px 16px;
}
.section--tint .room-fact { background: var(--ivory); }
.room-detail__content > p { color: var(--ink-soft); font-size: 1.02rem; margin-bottom: 24px; }

.amenity-list--3 { grid-template-columns: repeat(3, 1fr); margin-bottom: 30px; }

.room-detail__cta { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.room-detail__tariff {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* Light section head (over dark amenities band) */
.section__head--light { margin-bottom: 40px; }
.section__title--light { color: #fff; }

/* Responsive */
@media (max-width: 980px) {
  .rooms-intro__inner { grid-template-columns: 1fr; gap: 28px; }
  .room-detail__grid { grid-template-columns: 1fr; gap: 32px; }
  .room-detail__grid--reverse .room-detail__gallery { order: 0; }
  .room-detail__gallery { height: clamp(320px, 70vw, 460px); }
  .amenity-list--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .rooms-intro__facts { grid-template-columns: 1fr 1fr; gap: 18px; }
  .amenity-list--3 { grid-template-columns: 1fr; }
  .room-detail__gallery { grid-template-columns: 1fr; grid-template-rows: 1.4fr 1fr; height: auto; }
  .room-detail__gallery .g-main { grid-row: auto; aspect-ratio: 16/10; }
  .room-detail__gallery figure:not(.g-main) { aspect-ratio: 16/10; }
}



/* Centered section call-to-action */
.section-cta { text-align: center; margin-top: 50px; }






/* ============================================================
   Dining page
   ============================================================ */
.page-hero--dining {
  background: url('../assets/img/dining-kakatiya.png') center 45% / cover no-repeat;
}

/* Venue opening hours */
.venue-hours {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding: 14px 22px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: 3px;
  background: var(--cream);
}
.section--tint .venue-hours { background: var(--ivory); }
.venue-hours--split { gap: 40px; padding: 16px 26px; }
.venue-hours__label {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2px;
}
.venue-hours__time {
  display: block;
  font-family: var(--display);
  font-size: 1.15rem;
  color: var(--ink);
}

/* Food highlights strip */
.food-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.food-strip__item {
  margin: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid var(--line);
}
.food-strip__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.food-strip__item:hover img { transform: scale(1.08); }

@media (max-width: 980px) {
  .food-strip { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 680px) {
  .food-strip { grid-template-columns: repeat(2, 1fr); }
  .venue-hours--split { flex-wrap: wrap; gap: 18px; }
}


/* ============================================================
   Events page
   ============================================================ */
.page-hero--events {
  background: url('../assets/img/banquet.png') center 50% / cover no-repeat;
}
.tick-list--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  margin-bottom: 30px;
}
.room-detail__content .events__subhead { margin-bottom: 14px; }
@media (max-width: 680px) {
  .tick-list--grid { grid-template-columns: 1fr; }
}


/* ============================================================
   Gallery page
   ============================================================ */
.page-hero--gallery {
  background: url('../assets/img/dining-kakatiya.png') center 50% / cover no-repeat;
}

/* Filter tabs */
.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 44px;
}
.gallery-filter__btn {
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 40px;
  padding: 11px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.gallery-filter__btn:hover { border-color: var(--gold-soft); color: var(--gold); }
.gallery-filter__btn.is-active {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 12px 26px -14px rgba(184,144,47,0.7);
}

/* Masonry grid (CSS columns) */
.masonry {
  columns: 4;
  column-gap: 16px;
}
.masonry__item {
  position: relative;
  margin: 0 0 16px;
  break-inside: avoid;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  animation: fadeUp 0.6s both;
}
.masonry__item img { width: 100%; height: auto; display: block; transition: transform 0.7s ease; }
.masonry__item figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 26px 18px 14px;
  font-family: var(--display);
  font-size: 1.05rem;
  color: #fff;
  background: linear-gradient(0deg, rgba(40,30,16,0.78), transparent);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.masonry__item::after {
  content: "⊕";
  position: absolute;
  top: 14px; right: 16px;
  width: 36px; height: 36px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(251,247,239,0.92);
  color: var(--gold);
  font-size: 1.1rem;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s ease;
}
.masonry__item:hover img { transform: scale(1.06); }
.masonry__item:hover figcaption { opacity: 1; transform: translateY(0); }
.masonry__item:hover::after { opacity: 1; transform: scale(1); }
.masonry__item.is-hidden { display: none; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(28, 21, 10, 0.92);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__stage {
  margin: 0;
  max-width: min(1000px, 90vw);
  max-height: 84vh;
  text-align: center;
}
.lightbox__stage img {
  max-width: 100%;
  max-height: 78vh;
  width: auto; height: auto;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,0.7);
}
.lightbox__stage figcaption {
  margin-top: 16px;
  font-family: var(--display);
  font-size: 1.2rem;
  color: var(--cream-deep);
  letter-spacing: 0.3px;
}
.lightbox__close, .lightbox__nav {
  position: absolute;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(216,192,138,0.4);
  color: var(--cream-deep);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
}
.lightbox__close {
  top: 26px; right: 28px;
  width: 50px; height: 50px;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
}
.lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 56px; height: 56px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
}
.lightbox__nav--prev { left: 28px; }
.lightbox__nav--next { right: 28px; }
.lightbox__close:hover, .lightbox__nav:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

/* Video gallery */
.video-feature {
  position: relative;
  margin: 0 0 30px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  aspect-ratio: 16 / 9;
}
.video-feature video { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-feature__cap {
  position: absolute;
  left: 0; bottom: 0;
  padding: 40px 36px 30px;
  width: 100%;
  background: linear-gradient(0deg, rgba(40,30,16,0.7), transparent);
}
.video-feature__cap h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #fff;
}
.video-feature__cap .eyebrow { margin-bottom: 8px; }

.reel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.reel-card {
  position: relative;
  margin: 0;
  aspect-ratio: 9 / 16;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  cursor: pointer;
  background: var(--ink);
}
.reel-card video { width: 100%; height: 100%; object-fit: cover; display: block; }
.reel-card figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 30px 16px 14px;
  font-family: var(--display);
  font-size: 1.05rem;
  color: #fff;
  background: linear-gradient(0deg, rgba(40,30,16,0.8), transparent);
  pointer-events: none;
}
.reel-card__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 62px; height: 62px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.7);
  background: rgba(40,30,16,0.35);
  cursor: pointer;
  transition: all 0.3s ease;
}
.reel-card__play::after {
  content: "";
  position: absolute;
  top: 50%; left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent #fff;
}
.reel-card:hover .reel-card__play { background: var(--gold); border-color: var(--gold); }
.reel-card.is-playing .reel-card__play { opacity: 0; pointer-events: none; }

@media (max-width: 980px) {
  .masonry { columns: 3; }
  .reel-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .masonry { columns: 2; column-gap: 12px; }
  .masonry__item { margin-bottom: 12px; }
  .lightbox__nav { width: 44px; height: 44px; font-size: 1.5rem; }
  .lightbox__nav--prev { left: 10px; }
  .lightbox__nav--next { right: 10px; }
}



/* ============================================================
   Contact page
   ============================================================ */
.page-hero--contact {
  background: url('../assets/img/reception.png') center 40% / cover no-repeat;
}

/* Quick info cards */
.contact-cards-section { padding-bottom: 0; }
.contact-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.contact-card {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 38px 28px;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: block;
}
a.contact-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.contact-card__icon {
  display: inline-grid;
  place-items: center;
  width: 64px; height: 64px;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 1px solid var(--gold-soft);
  background: var(--cream);
  color: var(--gold);
}
.contact-card__icon svg { width: 28px; height: 28px; }
.contact-card h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.contact-card p { color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 16px; }
.contact-card__link {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--gold);
  word-break: break-word;
}

/* Map */
.map-section { padding-top: clamp(70px, 9vw, 130px); }
.map-section__head { text-align: center; max-width: 720px; margin: 0 auto clamp(36px, 5vw, 56px); }
.map-section__head .eyebrow { padding-left: 0; }
.map-section__head .eyebrow::before { display: none; }
.map-embed {
  height: 460px;
  border-top: 1px solid var(--line);
  filter: saturate(0.9);
}
.map-embed iframe { display: block; width: 100%; height: 100%; }

@media (max-width: 980px) {
  .contact-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .contact-cards { grid-template-columns: 1fr; }
  .map-embed { height: 360px; }
}


/* ============================================================
   Explore Warangal page
   ============================================================ */
.page-hero--explore {
  background: url('../assets/img/attractions/kakatiya-thoranam.jpg') center 30% / cover no-repeat;
}
.attraction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.attraction-card {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.attraction-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.attraction-card__media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; }
.attraction-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.attraction-card:hover .attraction-card__media img { transform: scale(1.07); }
.attraction-card__dist {
  position: absolute;
  top: 14px; right: 14px;
  background: rgba(251,247,239,0.94);
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 7px 13px;
  border-radius: 40px;
}
.attraction-card__body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.attraction-card__tag {
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.attraction-card__title {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.attraction-card__body p { color: var(--ink-soft); font-size: 0.94rem; margin-bottom: 20px; }
.attraction-card .link-arrow { margin-top: auto; }
.attraction-credit {
  text-align: center;
  margin-top: 40px;
  font-size: 0.78rem;
  color: var(--ink-soft);
  font-style: italic;
}

@media (max-width: 980px) {
  .attraction-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .attraction-grid { grid-template-columns: 1fr; }
}

/* ---------- Modal / Popup ---------- */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(59, 48, 36, 0.6);
  backdrop-filter: blur(4px);
}
.modal__content {
  position: relative;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 4px;
  width: 90%;
  max-width: 480px;
  padding: 40px 30px;
  box-shadow: var(--shadow);
  text-align: center;
  transform: scale(0.9);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}
.modal.is-open .modal__content {
  transform: scale(1);
}
.modal__icon {
  width: 60px;
  height: 60px;
  background: #f0f7ec;
  border: 1px solid #cce3be;
  color: #3b6024;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  font-size: 1.6rem;
}
.modal__title {
  font-family: var(--display);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 14px;
}
.modal__text {
  font-size: 0.96rem;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-bottom: 28px;
}
.modal__close {
  display: inline-flex;
  min-width: 120px;
}

