/* ============================================================
   Suganya Convention Centre | Editorial luxury hospitality
   ============================================================ */

:root{
  --ivory:        #f6f1e6;
  --ivory-deep:   #ede5d4;
  --ivory-soft:   #faf6ee;
  --cream-line:   #e5dcc6;
  --ink:          #1c1814;
  --ink-soft:     #3a342c;
  --ink-mute:     #6e655a;
  --gold:         #b08a3e;
  --gold-deep:    #8a6a26;
  --gold-tint:    #d9c187;
  --white:        #ffffff;

  --f-display: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  --f-sans:    "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-mono:    "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --max:  1680px;
  --pad:  clamp(28px, 4.4vw, 72px);

  --ease: cubic-bezier(.22,.61,.36,1);
}

*,*::before,*::after{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{
  font-family: var(--f-sans);
  background: var(--ivory);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img{ display:block; max-width:100%; }
a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; cursor:pointer; border:none; background:none; color:inherit; }

/* Type */
.display{ font-family: var(--f-display); font-weight:400; letter-spacing:-.01em; line-height:1.02; }
.eyebrow{
  font-family: var(--f-sans);
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 11px;
  font-weight: 500;
  color: var(--gold-deep);
}
.eyebrow .dot{ width:6px; height:6px; background:var(--gold); border-radius:50%; margin-right:.8em; flex:0 0 auto; }

.serif-italic{ font-family: var(--f-display); font-style: italic; font-weight:400; }

.h-hero{ font-size: clamp(38px, 4.6vw, 74px); line-height: 1.07; }
.h-page{ font-size: clamp(48px, 6.5vw, 96px); }
.h-section{ font-size: clamp(36px, 4.6vw, 64px); }
.h-card{ font-size: clamp(26px, 2.4vw, 36px); }

/* ===== Layout shells ===== */
.shell{ max-width: var(--max); margin:0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.shell-wide{ max-width: 1760px; margin:0 auto; padding-left: var(--pad); padding-right: var(--pad); }

.section{ padding: clamp(44px, 5vw, 84px) 0; position:relative; }
.section--tight{ padding: clamp(56px, 7vw, 96px) 0; }
.section--ivory{ background: var(--ivory); }
.section--soft{ background: var(--ivory-soft); }
.section--deep{ background: var(--ivory-deep); }
.section--ink{ background: var(--ink); color: var(--ivory); }

.divider-rule{
  display:flex; align-items:center; gap:18px;
  font-family: var(--f-mono); font-size: 11px; letter-spacing:.18em; text-transform:uppercase;
  color: var(--ink-mute);
}
.divider-rule::before, .divider-rule::after{
  content:""; flex:1; height:1px; background: currentColor; opacity:.35;
}
.divider-rule--gold{ color: var(--gold-deep); }

/* ===== Header / Nav ===== */
.site-header{
  position: sticky; top: 0; z-index: 50;
  background: rgba(246,241,230,.92);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid rgba(28,24,20,.08);
  transition: background .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease);
}
.site-header.is-hero{
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: var(--ivory);
}
/* Subtle scrim behind the nav while over the hero, keeps text readable */
.site-header.is-hero::before{
  content:""; position:absolute; inset: 0;
  background: linear-gradient(180deg, rgba(28,24,20,.55) 0%, rgba(28,24,20,.18) 70%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding: 20px clamp(28px, 4vw, 56px);
  gap: 32px;
  max-width: 1640px;
  margin: 0 auto;
}
.brand{
  display:flex; align-items:center; gap: 14px;
  font-family: var(--f-display); font-size: 22px; line-height: 1.1;
  letter-spacing: .01em;
}
.brand-mark{
  width: 44px; height: 44px;
  display: block;
  object-fit: contain;
  flex: 0 0 44px;
}
.brand-text{ display:flex; flex-direction:column; line-height: 1; }
.brand-text .one{ font-size: 18px; letter-spacing:.04em; }
.brand-text .two{ font-family: var(--f-sans); font-size: 9.5px; letter-spacing: .42em; text-transform:uppercase; color: var(--ink-mute); margin-top: 4px; }
.is-hero .brand-text .two{ color: rgba(246,241,230,.7); }

.nav-links{
  display:flex; align-items:center; gap: 36px;
  font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500;
}
.nav-links a{ position:relative; padding: 10px 0; transition: opacity .2s; }
.nav-links a:hover{ opacity:.65; }
.nav-links a.active::after{
  content:""; position:absolute; left:0; right:0; bottom:0;
  height: 1px; background: var(--gold);
}
.nav-dropdown{ position: relative; }
.nav-dropdown > a::after{
  content:"⌄"; margin-left: 6px; font-size: 12px; display:inline-block; transform: translateY(-2px);
}
.nav-dropdown-menu{
  position:absolute; top: calc(100% + 6px); left: -20px;
  background: var(--ivory-soft);
  border: 1px solid var(--cream-line);
  padding: 14px 0;
  min-width: 240px;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: all .25s var(--ease);
  z-index: 60;
}
.is-hero .nav-dropdown-menu{ color: var(--ink); }
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu{
  opacity: 1; visibility: visible; transform: translateY(0);
}
.nav-dropdown-menu a{
  display:block; padding: 10px 22px;
  font-family: var(--f-display); font-style: italic; font-size: 18px; letter-spacing: 0;
  text-transform: none; font-weight: 400;
}
.nav-dropdown-menu a small{
  display:block; font-family: var(--f-sans); font-style: normal; font-size: 10px;
  letter-spacing: .2em; color: var(--ink-mute); text-transform: uppercase; margin-top: 2px;
}
.nav-cta{
  padding: 12px 22px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase;
  transition: all .25s var(--ease);
}
.nav-cta:hover{ background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.is-hero .nav-cta:hover{ background: var(--ivory); color: var(--ink); border-color: var(--ivory); }

.nav-toggle{ display:none; flex-direction:column; justify-content:center; gap:5px; width:44px; height:44px; padding:11px; }
.nav-toggle span{ display:block; width:22px; height:2px; background:currentColor; border-radius:2px; transition:transform .3s var(--ease), opacity .2s; }
.site-header.nav-open .nav-toggle span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.site-header.nav-open .nav-toggle span:nth-child(2){ opacity:0; }
.site-header.nav-open .nav-toggle span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

/* ===== Buttons ===== */
.btn{
  display:inline-flex; align-items:center; gap: 14px;
  padding: 18px 30px;
  font-size: 12px; letter-spacing: .24em; text-transform: uppercase; font-weight: 600;
  border-radius: 999px;
  transition: all .3s var(--ease);
  white-space: nowrap;
}
.btn .arrow{ display:inline-block; transition: transform .3s var(--ease); }
.btn:hover .arrow{ transform: translateX(4px); }
.btn--ink{ background: var(--ink); color: var(--ivory); }
.btn--ink:hover{ background: var(--gold-deep); }
.btn--gold{ background: var(--gold); color: var(--ink); }
.btn--gold:hover{ background: var(--ink); color: var(--ivory); }
.btn--outline{ border: 1px solid currentColor; }
.btn--outline:hover{ background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.btn--ivory-outline{ border: 1px solid rgba(246,241,230,.6); color: var(--ivory); }
.btn--ivory-outline:hover{ background: var(--ivory); color: var(--ink); border-color: var(--ivory); }
.btn--lg{ padding: 22px 36px; }

/* ===== Floating CTAs ===== */
.float-cta{
  position: fixed; right: 22px; z-index: 80;
  display: flex; align-items: center; justify-content: center;
  width: 58px; height: 58px;
  border-radius: 50%;
  box-shadow: 0 10px 30px -8px rgba(28,24,20,.35), 0 2px 8px rgba(28,24,20,.18);
  transition: transform .3s var(--ease);
}
.float-cta:hover{ transform: translateY(-3px) scale(1.04); }
.float-cta--wa{ bottom: 22px; background: #25d366; color: #fff; }
.float-cta--call{ bottom: 92px; background: var(--ink); color: var(--ivory); }
.float-cta svg{ width: 26px; height: 26px; }

/* ===== Footer ===== */
.site-footer{
  background: var(--ink); color: var(--ivory);
  padding: 96px 0 32px;
}
.footer-top{
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(246,241,230,.14);
}
.footer-col h4{
  font-family: var(--f-sans);
  font-size: 11px; letter-spacing: .28em; text-transform: uppercase; font-weight: 500;
  color: var(--gold-tint);
  margin: 0 0 22px;
}
.footer-col ul{ list-style:none; padding:0; margin:0; }
.footer-col li{ margin-bottom: 10px; font-size: 14px; }
.footer-col a{ opacity:.78; transition: opacity .2s; }
.footer-col a:hover{ opacity:1; color: var(--gold-tint); }
.footer-brand .display{ font-size: 36px; margin: 0 0 14px; line-height:1.05; }
.footer-brand p{ font-size: 14px; opacity:.7; max-width: 340px; }
.footer-bot{
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 32px;
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase; opacity:.55;
}
.footer-bot .star{ color: var(--gold-tint); }

/* ===== Hero ===== */
.hero{
  position: relative;
  min-height: 78vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--ivory);
  margin-top: -82px;
  padding-top: 82px;
  overflow: hidden;
}
.hero-media{
  position:absolute; inset:0; z-index:0;
  background-size: cover; background-position: center;
  overflow: hidden;
}
.hero-media::after{
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(28,24,20,.32) 0%, rgba(28,24,20,.15) 35%, rgba(28,24,20,.78) 100%);
  z-index: 2;
}

/* Cinematic hero: layered images that crossfade with a slow Ken-Burns zoom */
.hero-cinema{
  position: absolute; inset: 0; z-index: 0;
  overflow: hidden;
  background: #1c1814;
}
.hero-cinema .frame{
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0;
  animation: heroCrossfade 24s linear infinite;
  will-change: opacity, transform;
}
.hero-cinema .frame:nth-child(1){ animation-delay: 0s; }
.hero-cinema .frame:nth-child(2){ animation-delay: 8s; }
.hero-cinema .frame:nth-child(3){ animation-delay: 16s; }
.hero-cinema::after{
  content:""; position:absolute; inset:0; z-index: 3;
  background:
    linear-gradient(90deg, rgba(18,15,12,.86) 0%, rgba(18,15,12,.62) 32%, rgba(18,15,12,.22) 64%, rgba(18,15,12,.06) 100%),
    linear-gradient(180deg, rgba(18,15,12,.70) 0%, rgba(18,15,12,.40) 26%, rgba(18,15,12,.42) 52%, rgba(18,15,12,.95) 100%),
    radial-gradient(ellipse at 22% 72%, rgba(18,15,12,.40) 0%, transparent 62%);
}
.hero-cinema::before{
  /* faint film grain */
  content:""; position:absolute; inset:0; z-index: 4; pointer-events:none;
  background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: overlay;
  opacity: .5;
}
@keyframes heroCrossfade{
  0%   { opacity: 0; transform: scale(1.08); }
  6%   { opacity: 1; }
  33%  { opacity: 1; transform: scale(1.00); }
  39%  { opacity: 0; }
  100% { opacity: 0; transform: scale(1.00); }
}

/* Hint corner: cinematic mark */
.hero-mark{
  position: absolute; top: 100px; right: var(--pad); z-index: 4;
  display: flex; align-items: center; gap: 12px;
  color: rgba(246,241,230,.65);
  font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase;
}
.hero-mark .rec{
  width: 8px; height: 8px; border-radius: 50%;
  background: #d96e4a; box-shadow: 0 0 12px rgba(217,110,74,.7);
  animation: rec 1.6s ease-in-out infinite;
}
@keyframes rec{ 0%,100%{ opacity: 1; } 50%{ opacity: .35; } }
.hero-inner{
  position: relative; z-index: 2;
  padding-bottom: clamp(48px, 5vw, 84px);
  padding-top: clamp(64px, 7vw, 110px);
  max-width: none;
  margin: 0;
  padding-left: var(--pad);
  padding-right: var(--pad);
  width: 100%;
}
.hero-inner .eyebrow{ color: var(--gold-tint); margin-bottom: 24px; }
.hero h1{ margin: 0 0 28px; max-width: 24ch; text-shadow: 0 2px 24px rgba(0,0,0,.45); }
.hero p.lede{ font-size: clamp(16px, 1.2vw, 19px); max-width: 540px; opacity: .95; line-height: 1.55; margin: 0 0 40px; text-shadow: 0 2px 18px rgba(0,0,0,.5); }
.hero-ctas{ display:flex; flex-wrap:wrap; gap: 14px; }
.hero-corner{
  position: absolute; bottom: 32px; right: var(--pad); z-index: 3;
  display:flex; align-items:center; gap: 18px;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(246,241,230,.7);
}
.hero-corner .ln{ width: 56px; height: 1px; background: rgba(246,241,230,.45); }
.hero-scroll{
  position: absolute; bottom: 32px; left: var(--pad); z-index: 3;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(246,241,230,.7);
  display:flex; align-items:center; gap: 12px;
}
.hero-scroll::after{
  content:""; width: 1px; height: 36px; background: rgba(246,241,230,.6);
  display:inline-block;
  animation: scrollLn 2.2s ease-in-out infinite;
  transform-origin: top;
}
@keyframes scrollLn{ 0%,100%{transform: scaleY(.3);} 50%{transform: scaleY(1);} }

/* ===== Page hero (inner pages) ===== */
.page-hero{
  position: relative;
  min-height: 72vh;
  color: var(--ivory);
  display: flex; align-items: flex-end;
  margin-top: -82px;
  padding-top: 82px;
  overflow:hidden;
}
.page-hero .hero-media::after{
  background:
    linear-gradient(180deg, rgba(28,24,20,.65) 0%, rgba(28,24,20,.35) 30%, rgba(28,24,20,.30) 55%, rgba(28,24,20,.88) 100%),
    radial-gradient(ellipse at 20% 80%, rgba(28,24,20,.30) 0%, transparent 60%);
}
.page-hero-inner{
  position: relative; z-index: 2;
  padding-bottom: 72px; padding-top: 160px;
  width: 100%;
}
.page-hero h1{ margin: 0; max-width: 18ch; text-shadow: 0 2px 24px rgba(0,0,0,.45); }
.crumb{
  display:flex; align-items:center; gap: 14px;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(246,241,230,.8); margin-bottom: 28px;
}
.crumb .sep{ opacity:.5; }

/* ===== Stat bar ===== */
.stat-bar{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--cream-line);
  border-bottom: 1px solid var(--cream-line);
}
.stat{
  padding: 44px 28px;
  text-align: left;
  border-right: 1px solid var(--cream-line);
  position: relative;
}
.stat:last-child{ border-right: none; }
.stat .num{
  font-family: var(--f-sans);
  font-weight: 600;
  letter-spacing: -.01em;
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 1;
  font-weight: 400;
  display: flex; align-items: baseline; gap: 4px;
}
.stat .num sup{ font-size: .5em; color: var(--gold-deep); top: -.4em; }
.stat .num .unit{ font-family: var(--f-sans); font-size: 14px; color: var(--ink-mute); font-weight: 500; margin-left: 6px; letter-spacing:.05em; }
.stat .lbl{
  margin-top: 10px;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-mute); font-weight: 500;
}

/* ===== Two-col block ===== */
.two-col{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.two-col--narrow{ grid-template-columns: .9fr 1.1fr; }
.two-col h2{ margin: 16px 0 24px; }
.two-col p{ font-size: 17px; line-height: 1.7; color: var(--ink-soft); }
.two-col p + p{ margin-top: 18px; }

/* ===== Photo placeholders ===== */
.ph{
  width: 100%; aspect-ratio: 4/3;
  background:
    repeating-linear-gradient(135deg, var(--ivory-deep) 0 14px, var(--cream-line) 14px 28px);
  display:flex; align-items:center; justify-content:center;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink-mute);
  position: relative;
  overflow: hidden;
}
.ph::after{
  content: attr(data-label);
  position:absolute; bottom: 16px; left: 16px;
  background: var(--ivory); padding: 6px 10px;
  border: 1px solid var(--cream-line);
}
.ph--video::before{
  content:"▶"; position:absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 70px; height: 70px; border: 1px solid var(--ivory); border-radius: 50%;
  display:flex; align-items:center; justify-content:center; color: var(--ivory);
  background: rgba(28,24,20,.4);
}

.img-card{
  position: relative; overflow: hidden;
  background: var(--ivory-deep);
}
.img-card img{
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.2s var(--ease);
}
.img-card:hover img{ transform: scale(1.04); }
.img-tag{
  position:absolute; top: 18px; left: 18px;
  padding: 7px 12px;
  background: rgba(246,241,230,.95);
  font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase;
  border-radius: 2px;
}

/* ===== Hall preview cards (home) ===== */
.halls-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.hall-card{
  display: block;
  position: relative;
  overflow: hidden;
  background: var(--ivory-deep);
  aspect-ratio: 3/4;
  color: var(--ivory);
}
.hall-card img{
  position: absolute; inset: 0; width:100%; height:100%; object-fit: cover;
  transition: transform 1.2s var(--ease);
}
.hall-card::after{
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(28,24,20,.10) 0%, rgba(28,24,20,.42) 50%, rgba(28,24,20,.95) 100%);
}
.hall-card:hover img{ transform: scale(1.06); }
.hall-card-body{
  position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 2;
}
.hall-card .num{
  font-family: var(--f-mono); font-size: 12px; font-weight: 500; letter-spacing: .22em; color: var(--gold-tint);
  margin-bottom: 14px;
  text-shadow: 0 1px 12px rgba(0,0,0,.9), 0 1px 3px rgba(0,0,0,.7);
}
.hall-card .name{
  font-family: var(--f-display); font-size: 42px; line-height: 1; margin: 0 0 8px;
  text-shadow: 0 2px 18px rgba(0,0,0,.55);
}
.hall-card .meta{
  font-size: 13px; opacity:.95; letter-spacing: .04em;
  text-shadow: 0 1px 14px rgba(0,0,0,.5);
}
.hall-card .more{
  margin-top: 22px;
  display:flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  border-top: 1px solid rgba(246,241,230,.4);
  padding-top: 16px;
  width: fit-content;
}

/* ===== Events We Host ===== */
.events-row{
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.event-tile{
  position: relative; aspect-ratio: 4/5; overflow:hidden;
  color: var(--ivory);
}
.event-tile img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition: transform 1.2s var(--ease); }
.event-tile::after{
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(28,24,20,.12) 0%, rgba(28,24,20,.25) 45%, rgba(28,24,20,.92) 100%);
}
.event-tile:hover img{ transform: scale(1.06); }
.event-tile .label{
  position:absolute; left:24px; right:24px; bottom:24px; z-index:2;
  text-shadow: 0 2px 16px rgba(0,0,0,.55);
}
.event-tile .label .display{ font-size: 32px; }
.event-tile .label .small{ font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-tint); margin-bottom: 8px; display:block; }

/* ===== Reviews ===== */
.reviews-band{
  display: grid; grid-template-columns: 1fr 2fr; gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.score{
  display:flex; flex-direction:column; gap: 8px;
}
.score .big{ font-family: var(--f-sans); font-size: clamp(72px, 9.5vw, 140px); line-height:1; font-weight:600; letter-spacing:-.02em; }
.score .stars{ color: var(--gold); font-size: 22px; letter-spacing: 2px; }
.score .count{ font-size: 13px; color: var(--ink-mute); letter-spacing: .12em; text-transform: uppercase; }
.reviews-grid{
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
}
.review{
  border: 1px solid var(--cream-line);
  padding: 28px;
  background: var(--ivory-soft);
}
.review .q{ font-family: var(--f-display); font-size: 22px; line-height: 1.35; color: var(--ink); }
.review .who{ font-family: var(--f-mono); font-size: 11px; letter-spacing:.18em; text-transform:uppercase; color: var(--ink-mute); margin-top: 18px; }

/* ===== Enquiry band ===== */
.cta-band{
  background: var(--ink); color: var(--ivory);
  padding: clamp(80px, 10vw, 140px) 0;
  text-align: center;
  position: relative;
  overflow:hidden;
}
.cta-band::before{
  content:""; position:absolute; inset:0;
  background: radial-gradient(ellipse at center, rgba(176,138,62,.16) 0%, transparent 60%);
}
.cta-band .inner{ position:relative; z-index:1; max-width: 880px; margin: 0 auto; padding: 0 var(--pad); }
.cta-band h2{ margin: 18px 0 24px; }
.cta-band p.lede{ font-size: 18px; max-width: 600px; margin: 0 auto 40px; opacity:.8; }
.cta-band .actions{ display: inline-flex; flex-wrap:wrap; gap: 14px; justify-content: center; }

/* ===== Facilities grid ===== */
.facility-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--cream-line);
  border: 1px solid var(--cream-line);
}
.facility{
  background: var(--ivory);
  padding: 36px 26px;
  display:flex; flex-direction: column; gap: 14px;
  transition: background .25s;
}
.facility:hover{ background: var(--ivory-soft); }
.facility .ico{
  width: 40px; height: 40px;
  border: 1px solid var(--ink); border-radius: 50%;
  display:flex; align-items:center; justify-content:center;
  color: var(--gold-deep);
}
.facility .ico svg{ width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.4; }
.facility .ttl{ font-family: var(--f-display); font-size: 22px; line-height: 1.1; }
.facility .desc{ font-size: 13px; color: var(--ink-mute); line-height: 1.55; }

/* ===== Spec block ===== */
.spec-block{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--cream-line);
  border-bottom: 1px solid var(--cream-line);
}
.spec{
  padding: 36px 28px;
  border-right: 1px solid var(--cream-line);
}
.spec:last-child{ border-right: none; }
.spec .k{ font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 14px; }
.spec .v{ font-family: var(--f-sans); font-weight: 600; letter-spacing:-.01em; font-size: 30px; line-height: 1.05; }
.spec .v small{ font-family: var(--f-sans); font-size: 12px; color: var(--ink-mute); letter-spacing: .04em; display:block; margin-top: 4px; }

/* ===== Gallery masonry (gallery page + hall pages) ===== */
.gallery-masonry{
  column-count: 3;
  column-gap: 18px;
}
.gallery-masonry .ph,
.gallery-masonry img{ break-inside: avoid; margin-bottom: 18px; width: 100%; height: auto; cursor: pointer; transition: opacity .25s; }
.gallery-masonry img:hover{ opacity: .85; }

.gallery-grid{
  display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.gallery-grid .img-card{ aspect-ratio: 4/3; }

/* Filter pills */
.filter-row{ display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 48px; align-items:center; }
.filter-label{ font-family: var(--f-mono); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-mute); margin-right: 12px; }
.pill{
  padding: 10px 18px; border-radius: 999px;
  border: 1px solid var(--cream-line);
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  background: var(--ivory-soft);
  transition: all .2s var(--ease);
}
.pill:hover{ border-color: var(--ink); }
.pill.active{ background: var(--ink); color: var(--ivory); border-color: var(--ink); }

/* ===== Feature event strip ===== */
.feature-strip{
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.feature-event{
  display:block;
  background: var(--ivory-soft);
  border: 1px solid var(--cream-line);
  overflow:hidden;
}
.feature-event .img-card{ aspect-ratio: 16/11; }
.feature-event .body{ padding: 24px 24px 28px; }
.feature-event .display{ font-size: 26px; line-height: 1.1; margin: 0 0 8px; }
.feature-event .meta{ font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); }

/* ===== Form ===== */
.form-grid{
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px;
}
.field{ display:flex; flex-direction: column; gap: 8px; }
.field.full{ grid-column: 1 / -1; }
.field label{ font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-mute); }
.field input, .field select, .field textarea{
  font-family: var(--f-sans); font-size: 15px;
  padding: 14px 16px;
  background: var(--ivory-soft);
  border: 1px solid var(--cream-line);
  color: var(--ink);
  transition: border-color .2s;
}
.field input:focus, .field select:focus, .field textarea:focus{ outline: none; border-color: var(--ink); }
.field textarea{ min-height: 140px; resize: vertical; font-family: var(--f-sans); }
.field select{
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  padding-right: 44px;
  cursor: pointer;
  background-color: var(--ivory-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%23736b5e' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
}

/* ===== Amenity grid (Home) ===== */
.amenity-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--cream-line);
  border: 1px solid var(--cream-line);
}
.amenity{
  background: var(--ivory);
  padding: 32px 28px;
  display: flex; gap: 18px;
  align-items: flex-start;
  transition: background .25s;
}
.amenity:hover{ background: var(--ivory-soft); }
.amenity .ico{
  width: 44px; height: 44px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display:flex; align-items:center; justify-content:center;
  color: var(--gold-deep);
  flex: 0 0 44px;
}
.amenity .ico svg{ width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.5; }
.amenity .ttl{ font-family: var(--f-display); font-size: 22px; line-height: 1.15; margin-bottom: 4px; }
.amenity .desc{ font-size: 13px; color: var(--ink-mute); line-height: 1.55; }
@media (max-width: 1100px){ .amenity-grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px){ .amenity-grid{ grid-template-columns: 1fr; } }

/* ===== Mini-map (Home) ===== */
.mini-map{
  position: relative;
  aspect-ratio: 21/8;
  background: var(--ivory-deep);
  overflow: hidden;
  border: 1px solid var(--cream-line);
}
.mini-map iframe{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
  filter: grayscale(.1) contrast(1.02);
}
.mini-map .overlay{
  position: absolute; top: 28px; right: 28px;
  background: var(--ivory);
  border: 1px solid var(--cream-line);
  padding: 22px 26px;
  max-width: 320px;
  box-shadow: 0 18px 40px -22px rgba(28,24,20,.25);
}
.mini-map .overlay .display{ font-size: 22px; line-height: 1.2; margin-top: 8px; }
.mini-map .overlay .meta{ color: var(--ink-mute); font-size: 13px; margin-top: 4px; }
.mini-map .overlay .actions{ display: flex; gap: 8px; margin-top: 16px; flex-wrap: wrap; }
.mini-map .overlay .btn{ padding: 10px 16px; font-size: 10.5px; }
@media (max-width: 820px){
  .mini-map{ aspect-ratio: 4/3; }
  .mini-map .overlay{ position: static; max-width: none; margin-top: 12px; }
}

/* ===== Footer logo lockup ===== */
.footer-brand .lockup{
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 18px;
}
.footer-brand .lockup img{
  width: 44px; height: 44px; flex: 0 0 44px;
  filter: drop-shadow(0 0 12px rgba(176,138,62,.25));
}
.footer-brand .lockup .display{ font-size: 28px; margin: 0; }

/* ===== Video frame (YouTube) ===== */
.video-frame{
  position: relative;
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
  box-shadow: 0 30px 80px -40px rgba(0,0,0,.8);
  border: 1px solid rgba(176,138,62,.25);
}
.video-frame iframe{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
}
.video-poster{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  padding: 0; margin: 0;
  cursor: pointer;
  background: #1c1814;
  color: var(--ivory);
  display: block;
  overflow: hidden;
}
.video-poster img{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .82;
  transition: opacity .4s var(--ease), transform 1.6s var(--ease);
}
.video-poster::before{
  content:""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(28,24,20,.10) 0%, rgba(28,24,20,.30) 60%, rgba(28,24,20,.78) 100%);
  z-index: 1;
}
.video-poster .play{
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(72px, 9vw, 116px);
  height: clamp(72px, 9vw, 116px);
  display: flex; align-items: center; justify-content: center;
  color: var(--ivory);
  z-index: 2;
  transition: transform .35s var(--ease), color .25s var(--ease);
}
.video-poster .play svg{ width: 100%; height: 100%; filter: drop-shadow(0 6px 24px rgba(0,0,0,.55)); }
.video-poster:hover img{ opacity: .9; transform: scale(1.03); }
.video-poster:hover .play{ transform: translate(-50%, -50%) scale(1.08); color: var(--gold-tint); }
.video-poster .vid-meta{
  position: absolute; left: clamp(20px, 3vw, 40px); bottom: clamp(20px, 3vw, 36px); z-index: 2;
  display: flex; flex-direction: column; gap: 6px;
  text-align: left;
}
.video-poster .kicker{
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-tint);
}
.video-poster .ttl{
  font-family: var(--f-display); font-size: clamp(22px, 2.2vw, 32px); line-height: 1.1;
  text-shadow: 0 2px 18px rgba(0,0,0,.55);
}

/* ===== Footer social icons ===== */
.social-row{
  display: flex; gap: 10px;
  margin-top: 8px;
}
.social-row a{
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(246,241,230,.22);
  border-radius: 50%;
  color: var(--ivory);
  opacity: .82;
  transition: all .25s var(--ease);
}
.social-row a:hover{
  opacity: 1; color: var(--gold-tint); border-color: var(--gold-tint);
  transform: translateY(-2px);
}
.social-row svg{ width: 18px; height: 18px; }

/* Address list with pin icon */
.address-list li{ display: flex; gap: 12px; align-items: flex-start; }
.address-list .loc-ico{
  flex: 0 0 18px;
  color: var(--gold-tint);
  padding-top: 2px;
}
.address-list .loc-ico svg{ width: 18px; height: 18px; }
.address-list li:not(:first-child){ display: block; padding-left: 30px; }

/* ===== Map embed ===== */
.map-frame{
  position: relative;
  aspect-ratio: 21/9;
  background: var(--ivory-deep);
  overflow: hidden;
  border: 1px solid var(--cream-line);
}
.map-frame iframe{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
  filter: grayscale(.12) contrast(1.02);
}
.map-overlay{
  position: absolute; top: 32px; right: 32px;
  background: var(--ivory);
  border: 1px solid var(--cream-line);
  padding: 22px 26px;
  max-width: 340px;
  box-shadow: 0 20px 50px -22px rgba(28,24,20,.25);
}
.map-overlay .display{ font-size: 22px; margin-top: 10px; line-height: 1.2; }
.map-overlay .meta{ color: var(--ink-mute); font-size: 13px; margin-top: 6px; }
.map-overlay .actions{ display:flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.map-overlay .btn{ padding: 12px 18px; font-size: 10.5px; }
@media (max-width: 820px){
  .map-overlay{ position: static; max-width: none; margin-top: 18px; }
  .map-frame{ aspect-ratio: 4/3; }
}

/* ===== FAQ ===== */
.faq{
  max-width: 960px; margin: 0 auto;
  border-top: 1px solid var(--cream-line);
}
.faq-item{
  border-bottom: 1px solid var(--cream-line);
}
.faq-item summary{
  list-style: none;
  cursor: pointer;
  padding: 28px 60px 28px 0;
  font-family: var(--f-display);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.25;
  color: var(--ink);
  position: relative;
  display: flex; align-items: center; gap: 20px;
  transition: color .25s var(--ease);
}
.faq-item summary::-webkit-details-marker{ display: none; }
.faq-item summary::before{
  content: counter(faq-counter, decimal-leading-zero);
  counter-increment: faq-counter;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .2em;
  color: var(--gold-deep);
  flex: 0 0 auto;
  padding-top: 6px;
}
.faq-item summary::after{
  content: "";
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px;
  border: 1px solid var(--ink-mute);
  border-radius: 50%;
  background:
    linear-gradient(currentColor, currentColor) center/14px 1px no-repeat,
    linear-gradient(currentColor, currentColor) center/1px 14px no-repeat;
  color: var(--ink);
  transition: transform .3s var(--ease), background-color .25s, border-color .25s;
}
.faq-item[open] summary{ color: var(--gold-deep); }
.faq-item[open] summary::after{
  background: linear-gradient(currentColor, currentColor) center/14px 1px no-repeat;
  transform: translateY(-50%) rotate(180deg);
  border-color: currentColor;
}
.faq-item summary:hover::after{ border-color: var(--ink); }
.faq-item .answer{
  padding: 0 60px 32px 56px;
  color: var(--ink-soft);
  font-size: 16px; line-height: 1.7;
  max-width: 70ch;
}
.faq-list{ counter-reset: faq-counter; }
@media (max-width: 820px){
  .faq-item summary{ padding-right: 50px; font-size: 20px; gap: 14px; }
  .faq-item summary::after{ width: 30px; height: 30px; }
  .faq-item .answer{ padding-left: 38px; padding-right: 0; }
}
.lb-overlay{
  position: fixed; inset:0; z-index: 100;
  background: rgba(28,24,20,.95);
  display:none; align-items:center; justify-content:center;
  padding: 40px;
}
.lb-overlay.open{ display: flex; }
.lb-overlay img{ max-width: 92vw; max-height: 88vh; object-fit:contain; }
.lb-close{
  position:absolute; top:24px; right:30px;
  color: var(--ivory); font-size: 30px; line-height: 1;
  width: 48px; height: 48px;
  border: 1px solid rgba(246,241,230,.5); border-radius: 50%;
  display:flex; align-items:center; justify-content:center;
  background: transparent;
}
.lb-close:hover{ background: var(--ivory); color: var(--ink); }
.lb-nav{
  position:absolute; top: 50%; transform: translateY(-50%);
  color: var(--ivory); font-size: 24px;
  width: 54px; height: 54px;
  border: 1px solid rgba(246,241,230,.4); border-radius: 50%;
  display:flex; align-items:center; justify-content:center;
  background: transparent;
}
.lb-nav:hover{ background: var(--ivory); color: var(--ink); }
.lb-prev{ left: 30px; }
.lb-next{ right: 30px; }

/* ===== Scroll reveal ===== */
.reveal{
  opacity: 0; transform: translateY(28px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.reveal.in{ opacity: 1; transform: translateY(0); }
.reveal[data-delay="1"]{ transition-delay: .1s; }
.reveal[data-delay="2"]{ transition-delay: .2s; }
.reveal[data-delay="3"]{ transition-delay: .3s; }
.reveal[data-delay="4"]{ transition-delay: .4s; }

/* ===== Responsive ===== */
@media (max-width: 1100px){
  .footer-top{ grid-template-columns: 1fr 1fr; }
  .stat-bar{ grid-template-columns: repeat(3, 1fr); }
  .stat-bar .stat:nth-child(3){ border-right: none; }
  .stat-bar .stat:nth-child(n+4){ border-top: 1px solid var(--cream-line); }
  .facility-grid{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px){
  :root{ --pad: 22px; }
  .two-col, .two-col--narrow{ grid-template-columns: 1fr; gap: 36px; }
  .halls-grid, .events-row, .feature-strip, .gallery-grid{ grid-template-columns: 1fr; }
  .stat-bar{ grid-template-columns: repeat(2, 1fr); }
  .stat-bar .stat{ border-right: 1px solid var(--cream-line); }
  .stat-bar .stat:nth-child(2n){ border-right: none; }
  .stat-bar .stat:nth-child(n+3){ border-top: 1px solid var(--cream-line); }
  .stat{ padding: 28px 18px; }
  .stat .num{ font-size: clamp(30px, 8vw, 44px); }
  .facility-grid{ grid-template-columns: repeat(2, 1fr); }
  .spec-block{ grid-template-columns: repeat(2, 1fr); }
  .reviews-band{ grid-template-columns: 1fr; }
  .reviews-grid{ grid-template-columns: 1fr; }
  .form-grid{ grid-template-columns: 1fr; }
  .gallery-masonry{ column-count: 2; }
  .footer-top{ grid-template-columns: 1fr; gap: 36px; }
  .hero-corner, .hero-scroll{ display:none; }
  /* Inline two-column grids (about/inner pages) stack on small screens */
  [style*="grid-template-columns"]{ grid-template-columns: 1fr !important; }
  [style*="gap: 80px"], [style*="gap:80px"], [style*="gap: 64px"]{ gap: 36px !important; }
  [style*="font-size: 56px"], [style*="font-size: 58px"]{ font-size: 42px !important; }
}

@media (max-width: 900px){
  .nav-toggle{ display:flex; }
  .nav-cta{ display:none; }
  .site-header.nav-open{ background:var(--ivory-soft); color:var(--ink); border-bottom-color:var(--cream-line); }
  .site-header.is-hero.nav-open::before{ display:none; }
  .nav .nav-links{
    position:absolute; top:100%; left:0; right:0;
    flex-direction:column; align-items:stretch; gap:0;
    background:var(--ivory-soft); color:var(--ink);
    border-bottom:1px solid var(--cream-line);
    box-shadow:0 26px 44px -30px rgba(26,22,18,.55);
    padding:6px 0; margin:0;
    max-height:0; overflow:hidden; visibility:hidden;
    transition:max-height .35s var(--ease), visibility 0s linear .35s;
  }
  .site-header.nav-open .nav-links{
    max-height:84vh; overflow:auto; visibility:visible;
    transition:max-height .35s var(--ease);
  }
  .nav-links a{ padding:14px clamp(22px,6vw,40px); width:100%; font-size:14px; letter-spacing:.12em; }
  .nav-links a.active::after{ display:none; }
  .nav-dropdown{ width:100%; }
  .nav-dropdown > a::after{ display:none; }
  .nav-dropdown-menu{
    position:static; opacity:1; visibility:visible; transform:none;
    border:0; background:transparent; min-width:0; padding:0 0 8px; box-shadow:none;
  }
  .nav-dropdown-menu a{ padding:10px clamp(28px,7vw,48px); font-size:16px; }
}

/* Hotel / keyword chips */
.chip{display:inline-block;font-family:var(--f-mono);font-size:12px;letter-spacing:.04em;background:var(--ivory-soft);border:1px solid var(--cream-line);border-radius:999px;padding:7px 14px;color:var(--ink-soft);}

/* Venue facilities gallery (home) — featured carousel */
.venue-gallery{position:relative;--vg-w:min(880px,68vw);--vg-h:clamp(440px,62vh,640px);--vg-gap:clamp(16px,2vw,30px);--vg-gutter:clamp(18px,5vw,72px);}
.vg-track{display:flex;gap:var(--vg-gap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:var(--vg-gutter);-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:8px var(--vg-gutter) 4px;}
.vg-track::-webkit-scrollbar{display:none;}
.vg-slide{position:relative;flex:0 0 auto;width:var(--vg-w);height:var(--vg-h);overflow:hidden;scroll-snap-align:center;background:var(--ivory);cursor:pointer;transform:scale(.93);opacity:.4;filter:saturate(.82);transition:transform .6s var(--ease),opacity .6s var(--ease),filter .6s var(--ease);box-shadow:0 34px 80px -46px rgba(28,24,20,.62);}
.vg-slide.is-active{transform:scale(1);opacity:1;filter:none;cursor:default;}
.vg-slide img{width:100%;height:100%;object-fit:cover;display:block;}
.vg-chip{position:absolute;top:0;left:0;z-index:2;font-family:var(--f-mono);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#fff;background:rgba(20,16,12,.5);padding:9px 15px;opacity:0;transition:opacity .5s var(--ease);}
.vg-slide.is-active .vg-chip{opacity:1;}
.vg-cap{position:absolute;inset:auto 0 0 0;display:flex;flex-direction:column;gap:6px;text-align:left;padding:clamp(24px,2.8vw,44px);background:linear-gradient(to top,rgba(20,16,12,.92),rgba(20,16,12,.3) 58%,transparent);color:#fff;opacity:0;transform:translateY(12px);transition:opacity .55s var(--ease),transform .55s var(--ease);}
.vg-slide.is-active .vg-cap{opacity:1;transform:none;}
.vg-title{font-family:var(--f-display);font-weight:500;font-size:clamp(28px,3.2vw,44px);line-height:1.04;}
.vg-sub{font-size:15px;color:rgba(255,255,255,.86);}
.vg-controls{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:34px;}
.vg-progress{position:relative;width:min(240px,46vw);height:2px;background:var(--cream-line);overflow:hidden;}
.vg-progress-fill{position:absolute;top:0;left:0;bottom:0;width:11%;background:var(--gold-deep);transition:width .45s var(--ease);}
.vg-arrow{width:52px;height:52px;border-radius:0;border:1px solid var(--cream-line);background:#fff;color:var(--ink);cursor:pointer;display:grid;place-items:center;transition:transform .2s,background .2s,color .2s,border-color .2s;}
.vg-arrow svg{width:21px;height:21px;}
.vg-arrow:hover{background:var(--gold-deep);color:#fff;border-color:var(--gold-deep);}
.vg-arrow:disabled{opacity:.3;cursor:default;background:#fff;color:var(--ink);border-color:var(--cream-line);}

#halls{padding-top:clamp(34px,4vw,60px);padding-bottom:clamp(40px,4.6vw,72px);}

@media(max-width:1024px){.venue-gallery{--vg-w:min(78vw,640px);--vg-h:clamp(380px,54vh,520px);--vg-gutter:clamp(16px,4vw,40px);}}
@media(max-width:600px){
  .venue-gallery{--vg-w:84vw;--vg-h:clamp(380px,60vh,540px);--vg-gutter:14px;}
  .vg-slide{transform:scale(.96);opacity:.55;} .vg-slide.is-active{transform:scale(1);}
  .vg-cap{padding:20px;} .vg-arrow{width:48px;height:48px;}
}

/* Hotels-nearby list with icons (home) */
.hotel-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-top:28px;}
.hotel{display:flex;align-items:center;gap:14px;background:var(--ivory-soft);border:1px solid var(--cream-line);border-radius:12px;padding:16px 18px;font-size:16px;font-weight:500;color:var(--ink);}
.hotel svg{width:26px;height:26px;color:var(--gold-deep);flex:0 0 auto;}
