:root{
  --maroon:#6d1f26;
  --maroon-deep:#4a1418;
  --gold:#c9971f;
  --gold-light:#e6c869;
  --cream:#fbf3e6;
  --ink:#241512;
  --copper:#a85a2a;
  --whatsapp:#2fae60;
  --shadow: 0 18px 40px -18px rgba(74,20,24,0.35);
  --radius-lg: 28px;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Poppins', sans-serif;
  background:var(--cream);
  color:var(--ink);
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  padding-bottom:78px;
}
h1,h2,h3,.display{ font-family:'Cormorant Garamond', serif; font-weight:700; letter-spacing:.2px; }
a{text-decoration:none; color:inherit;}
img{display:block; max-width:100%;}
.container{max-width:1120px; margin:0 auto; padding:0 20px;}
.eyebrow{
  font-size:12.5px; letter-spacing:3.5px; text-transform:uppercase;
  color:var(--gold); font-weight:600; display:flex; align-items:center; gap:10px;
}
.eyebrow::before{content:""; width:22px; height:1.5px; background:var(--gold);}

/* ---------- Diya divider — signature element ---------- */
.diya-divider{ display:flex; align-items:center; justify-content:center; gap:14px; margin:6px 0 34px; }
.diya-divider .line{ height:1px; width:64px; background:linear-gradient(90deg, transparent, var(--gold), transparent); }
.diya-divider svg{ width:26px; height:26px; }
.flicker{ animation:flicker 2.6s ease-in-out infinite; transform-origin:50% 100%; }
@keyframes flicker{
  0%,100%{ transform:scaleY(1) rotate(0deg); opacity:1;}
  30%{ transform:scaleY(1.08) rotate(-2deg); opacity:.92;}
  60%{ transform:scaleY(.94) rotate(2deg); opacity:1;}
}

/* ---------- Top bar ---------- */
.topbar{
  position:sticky; top:0; z-index:60;
  background:rgba(251,243,230,0.92); backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(109,31,38,0.1);
}
.topbar-inner{ display:flex; align-items:center; justify-content:space-between; padding:14px 20px; max-width:1120px; margin:0 auto; gap:16px; }
.brand{ display:flex; align-items:center; gap:10px; }
.brand .mark{
  width:38px; height:38px; border-radius:50%;
  background:radial-gradient(circle at 35% 30%, var(--gold-light), var(--gold) 60%, var(--copper));
  display:flex; align-items:center; justify-content:center; color:#fff; font-size:16px; box-shadow:var(--shadow); flex-shrink:0;
}
.brand-text{ line-height:1.05; }
.brand-text .top{ font-family:'Cormorant Garamond',serif; font-weight:700; font-size:20px; color:var(--maroon-deep); }
.brand-text .bottom{ font-size:10px; letter-spacing:3px; text-transform:uppercase; color:var(--copper); }

.main-nav{ display:flex; align-items:center; gap:26px; }
.main-nav a{ font-size:13px; font-weight:500; color:var(--maroon-deep); opacity:.72; position:relative; padding:4px 0; }
.main-nav a:hover, .main-nav a.active{ opacity:1; }
.main-nav a.active::after{ content:""; position:absolute; left:0; right:0; bottom:-4px; height:2px; background:var(--gold); border-radius:2px; }

.call-chip{
  display:flex; align-items:center; gap:8px; background:var(--maroon);
  color:var(--cream); padding:9px 16px; border-radius:30px; font-size:13px; font-weight:500;
  box-shadow:var(--shadow); flex-shrink:0;
}
.call-chip svg{width:15px;height:15px;}

.nav-toggle{ display:none; width:38px; height:38px; border-radius:10px; border:1px solid rgba(109,31,38,.15); background:#fff; align-items:center; justify-content:center; flex-shrink:0; }
.nav-toggle svg{ width:18px; height:18px; color:var(--maroon-deep); }

/* ---------- Page header banner (for inner pages) ---------- */
.page-banner{
  position:relative; height:44vh; min-height:280px; overflow:hidden;
  display:flex; align-items:center; justify-content:center; text-align:center; color:#fff;
  background-size:cover; background-position:center;
}
.page-banner::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(36,21,18,.55), rgba(36,21,18,.75)); }
.page-banner-content{ position:relative; z-index:2; padding:0 20px; }
.page-banner .eyebrow{ justify-content:center; color:var(--gold-light); }
.page-banner .eyebrow::before{ background:var(--gold-light); }
.page-banner h1{ font-size:clamp(34px,6vw,54px); margin-top:10px; color:#fff; }
.breadcrumb{ margin-top:14px; font-size:12.5px; color:rgba(255,255,255,.7); }
.breadcrumb a{ color:var(--gold-light); }

/* ---------- Hero slider (home) ---------- */
.hero{ position:relative; height:86vh; min-height:520px; max-height:760px; overflow:hidden; }
.slides{ position:absolute; inset:0; }
.slide{ position:absolute; inset:0; opacity:0; transition:opacity 1.4s ease; background-size:cover; background-position:center; }
.slide.active{ opacity:1; }
.hero::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(36,21,18,.35) 0%, rgba(36,21,18,.15) 35%, rgba(36,21,18,.75) 100%); }
.hero-content{ position:relative; z-index:5; height:100%; display:flex; flex-direction:column; justify-content:flex-end; padding:0 20px 54px; max-width:1120px; margin:0 auto; color:#fff; }
.hero-content .eyebrow{ color:var(--gold-light); }
.hero-content .eyebrow::before{ background:var(--gold-light); }
.hero h1{ font-size:clamp(38px,8vw,68px); line-height:1.02; margin:12px 0 14px; color:#fff; text-shadow:0 4px 30px rgba(0,0,0,.25); }
.hero h1 em{ font-style:italic; color:var(--gold-light); }
.hero p{ max-width:480px; font-size:15px; line-height:1.7; opacity:.92; margin-bottom:26px; font-weight:300; }
.hero-actions{ display:flex; gap:12px; flex-wrap:wrap; }
.btn{ display:inline-flex; align-items:center; gap:9px; padding:14px 26px; border-radius:14px; font-size:14px; font-weight:600; letter-spacing:.3px; border:none; cursor:pointer; transition:transform .25s ease, box-shadow .25s ease; }
.btn:active{ transform:scale(.96); }
.btn-gold{ background:linear-gradient(135deg, var(--gold-light), var(--gold)); color:var(--maroon-deep); box-shadow:0 14px 26px -10px rgba(201,151,31,.6); }
.btn-outline{ background:rgba(255,255,255,.08); color:#fff; border:1.4px solid rgba(255,255,255,.55); backdrop-filter:blur(6px); }
.btn svg{ width:16px; height:16px; }
.dots{ position:absolute; z-index:6; bottom:20px; left:50%; transform:translateX(-50%); display:flex; gap:7px; }
.dots span{ width:7px; height:7px; border-radius:50%; background:rgba(255,255,255,.45); transition:all .3s ease; cursor:pointer; }
.dots span.active{ width:22px; border-radius:5px; background:var(--gold-light); }

/* ---------- Ticker strip ---------- */
.ticker{ background:var(--maroon-deep); color:var(--gold-light); overflow:hidden; padding:10px 0; }
.ticker-track{ display:flex; gap:48px; white-space:nowrap; animation:scroll 26s linear infinite; width:max-content; }
.ticker-track span{ font-size:12.5px; letter-spacing:2px; text-transform:uppercase; font-weight:500; display:flex; align-items:center; gap:10px; }
.ticker-track span::after{ content:"✦"; color:var(--gold); font-size:10px; margin-left:38px; }
@keyframes scroll{ 0%{transform:translateX(0);} 100%{transform:translateX(-50%);} }

/* ---------- Section shell ---------- */
section{ padding:74px 0; }
.section-head{ text-align:center; max-width:620px; margin:0 auto 44px; }
.section-head p.eyebrow{ justify-content:center; }
.section-head h2{ font-size:clamp(30px,4.6vw,44px); color:var(--maroon-deep); margin:10px 0 14px; }
.section-head p:not(.eyebrow){ color:#6b5650; font-size:14.5px; line-height:1.7; font-weight:300; }

/* ---------- About ---------- */
.about-grid{ display:grid; grid-template-columns:1fr 1fr; gap:52px; align-items:center; }
.arch-frame{ position:relative; border-radius:170px 170px 22px 22px; overflow:hidden; height:460px; box-shadow:var(--shadow); border:6px solid #fff; }
.arch-frame img{ width:100%; height:100%; object-fit:cover; }
.arch-badge{ position:absolute; bottom:22px; left:22px; background:rgba(251,243,230,.94); padding:14px 20px; border-radius:16px; display:flex; gap:14px; align-items:center; box-shadow:var(--shadow); }
.arch-badge .num{ font-family:'Cormorant Garamond',serif; font-size:30px; font-weight:700; color:var(--maroon); }
.arch-badge .lbl{ font-size:10.5px; text-transform:uppercase; letter-spacing:1.6px; color:var(--copper); line-height:1.3; }
.about-copy h3{ font-size:29px; color:var(--maroon-deep); margin-bottom:16px; line-height:1.25; }
.about-copy p{ color:#5c4a45; font-size:14.5px; line-height:1.85; font-weight:300; margin-bottom:16px; }
.amenity-row{ display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.amenity-pill{ display:flex; align-items:center; gap:8px; background:#fff; border:1px solid rgba(109,31,38,.12); padding:9px 15px; border-radius:30px; font-size:12.5px; font-weight:500; color:var(--maroon-deep); }
.amenity-pill svg{ width:14px; height:14px; color:var(--gold); }

/* ---------- Stat strip (about page) ---------- */
.stat-strip{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; background:#fff; border-radius:var(--radius-lg); box-shadow:var(--shadow); padding:36px 20px; }
.stat-item{ text-align:center; border-right:1px solid rgba(109,31,38,.08); }
.stat-item:last-child{ border-right:none; }
.stat-item .num{ font-family:'Cormorant Garamond',serif; font-size:38px; color:var(--maroon); font-weight:700; }
.stat-item .lbl{ font-size:11.5px; text-transform:uppercase; letter-spacing:1.3px; color:var(--copper); margin-top:4px; }

/* ---------- Value cards (about page) ---------- */
.value-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.value-card{ background:#fff; border-radius:22px; padding:30px 26px; box-shadow:var(--shadow); }
.value-card .icon{ width:48px; height:48px; border-radius:14px; background:var(--cream); display:flex; align-items:center; justify-content:center; margin-bottom:16px; }
.value-card .icon svg{ width:22px; height:22px; color:var(--maroon); }
.value-card h4{ font-family:'Cormorant Garamond',serif; font-size:21px; color:var(--maroon-deep); margin-bottom:8px; }
.value-card p{ font-size:13.5px; color:#6b5650; line-height:1.7; font-weight:300; }

/* ---------- Rooms — horizontal snap scroll ---------- */
.rooms-scroll{ display:flex; gap:20px; overflow-x:auto; padding:6px 20px 30px; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch; }
.rooms-scroll::-webkit-scrollbar{ display:none; }
.room-card{ scroll-snap-align:start; flex:0 0 78%; max-width:320px; background:#fff; border-radius:24px; overflow:hidden; box-shadow:var(--shadow); position:relative; }
.room-card .img-wrap{ height:220px; position:relative; overflow:hidden; }
.room-card .img-wrap img{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.room-card:hover .img-wrap img{ transform:scale(1.06); }
.room-tag{ position:absolute; top:14px; left:14px; background:var(--maroon); color:var(--gold-light); font-size:11px; padding:6px 12px; border-radius:20px; letter-spacing:.5px; font-weight:500; }
.room-body{ padding:20px; }
.room-body h4{ font-family:'Cormorant Garamond',serif; font-size:22px; color:var(--maroon-deep); margin-bottom:6px; }
.room-meta{ display:flex; gap:14px; font-size:12px; color:#8a7770; margin-bottom:14px; }
.room-foot{ display:flex; align-items:center; justify-content:space-between; }
.room-price{ font-size:13px; color:var(--copper); font-weight:600; }
.room-price small{ font-weight:300; color:#a5938c; }
.room-cta{ width:38px; height:38px; border-radius:50%; background:var(--cream); display:flex; align-items:center; justify-content:center; border:1px solid rgba(109,31,38,.15); }
.room-cta svg{ width:15px; height:15px; color:var(--maroon); }
.scroll-hint{ text-align:center; font-size:11.5px; letter-spacing:1.5px; text-transform:uppercase; color:#a5938c; margin-top:-14px; }

/* ---------- Gallery ---------- */
.gallery{ background:var(--maroon-deep); color:var(--cream); }
.gallery .section-head p:not(.eyebrow){ color:rgba(251,243,230,.65); }
.gallery-grid{ columns:3 220px; column-gap:16px; }
.gallery-grid.wide{ columns:4 220px; }
.gallery-grid figure{ break-inside:avoid; margin-bottom:16px; border-radius:18px; overflow:hidden; position:relative; cursor:pointer; }
.gallery-grid img{ width:100%; display:block; transition:transform .5s ease; }
.gallery-grid figure:hover img{ transform:scale(1.05); }
.gallery-grid figure::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 60%, rgba(0,0,0,.55)); }
.gallery-grid figcaption{ position:absolute; bottom:12px; left:14px; z-index:2; font-size:12px; letter-spacing:.5px; color:var(--gold-light); font-weight:500; }
.filter-row{ display:flex; justify-content:center; gap:10px; margin-bottom:34px; flex-wrap:wrap; }
.filter-btn{ padding:9px 18px; border-radius:30px; font-size:12.5px; font-weight:500; background:rgba(251,243,230,.08); border:1px solid rgba(251,243,230,.18); color:var(--cream); cursor:pointer; transition:.2s; }
.filter-btn.active, .filter-btn:hover{ background:var(--gold); color:var(--maroon-deep); border-color:var(--gold); }

/* ---------- Contact ---------- */
.contact-wrap{ display:grid; grid-template-columns:1fr 1fr; gap:40px; }
.contact-card{ background:#fff; border-radius:var(--radius-lg); padding:38px 34px; box-shadow:var(--shadow); }
.contact-card h3{ font-size:26px; color:var(--maroon-deep); margin-bottom:22px; }
.contact-row{ display:flex; gap:16px; align-items:flex-start; margin-bottom:22px; }
.contact-row .icon{ width:42px; height:42px; border-radius:12px; background:var(--cream); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.contact-row .icon svg{ width:18px; height:18px; color:var(--maroon); }
.contact-row .label{ font-size:11px; text-transform:uppercase; letter-spacing:1.5px; color:var(--copper); margin-bottom:4px; }
.contact-row .value{ font-size:14.5px; color:var(--ink); line-height:1.6; font-weight:500; }
.contact-actions{ display:flex; gap:12px; margin-top:8px; flex-wrap:wrap; }
.map-frame{ border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow); height:100%; min-height:400px; }
.map-frame iframe{ width:100%; height:100%; min-height:400px; border:0; }

/* ---------- Simple content page (privacy policy) ---------- */
.doc-wrap{ max-width:760px; margin:0 auto; background:#fff; border-radius:var(--radius-lg); box-shadow:var(--shadow); padding:48px; }
.doc-wrap h2{ font-size:26px; color:var(--maroon-deep); margin:28px 0 10px; }
.doc-wrap h2:first-child{ margin-top:0; }
.doc-wrap p, .doc-wrap li{ font-size:14px; line-height:1.85; color:#5c4a45; font-weight:300; }
.doc-wrap ul{ padding-left:20px; margin:10px 0; }
.doc-wrap .updated{ font-size:12px; color:var(--copper); text-transform:uppercase; letter-spacing:1.5px; margin-bottom:26px; display:block; }

/* ---------- CTA band ---------- */
.cta-band{ background:linear-gradient(135deg, var(--maroon), var(--maroon-deep)); border-radius:var(--radius-lg); padding:54px 40px; text-align:center; color:#fff; position:relative; overflow:hidden; }
.cta-band::before{ content:""; position:absolute; top:-60px; right:-60px; width:220px; height:220px; border-radius:50%; background:radial-gradient(circle, rgba(201,151,31,.25), transparent 70%); }
.cta-band h2{ color:#fff; font-size:clamp(26px,4vw,38px); margin:8px 0 12px; }
.cta-band p{ color:rgba(251,243,230,.75); font-size:14px; margin-bottom:24px; }
.cta-band .hero-actions{ justify-content:center; }

/* ---------- Footer ---------- */
footer{ background:var(--ink); color:rgba(251,243,230,.7); padding:50px 0 26px; font-size:13px; }
.footer-grid{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:30px; margin-bottom:30px; }
.footer-brand .top{ font-family:'Cormorant Garamond',serif; font-size:24px; color:var(--gold-light); }
.footer-brand p{ max-width:280px; margin-top:10px; line-height:1.7; font-weight:300; color:rgba(251,243,230,.55); }
.footer-links h5{ color:var(--gold-light); font-size:12px; letter-spacing:1.5px; text-transform:uppercase; margin-bottom:14px; font-weight:600; }
.footer-links a{ display:block; margin-bottom:9px; color:rgba(251,243,230,.6); transition:color .2s; }
.footer-links a:hover{ color:var(--gold-light); }
.footer-bottom{ border-top:1px solid rgba(251,243,230,.1); padding-top:20px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:11.5px; color:rgba(251,243,230,.4); }

/* ---------- Bottom app bar ---------- */
.app-bar{ position:fixed; bottom:0; left:0; right:0; z-index:80; background:rgba(36,21,18,.9); backdrop-filter:blur(14px); display:flex; padding:10px 14px calc(10px + env(safe-area-inset-bottom)); gap:10px; box-shadow:0 -10px 30px rgba(0,0,0,.25); }
.app-bar a{ flex:1; display:flex; align-items:center; justify-content:center; gap:9px; padding:13px 10px; border-radius:16px; font-size:13.5px; font-weight:600; letter-spacing:.2px; }
.app-bar .call-btn{ background:linear-gradient(135deg, var(--gold-light), var(--gold)); color:var(--maroon-deep); }
.app-bar .wa-btn{ background:var(--whatsapp); color:#fff; }
.app-bar svg{ width:17px; height:17px; }

@media (max-width:980px){
  .main-nav{ display:none; }
  .nav-toggle{ display:flex; }
  .main-nav.open{
    display:flex; position:fixed; inset:0 0 0 auto; top:64px; right:0; width:72%; max-width:300px;
    height:calc(100vh - 64px); background:var(--cream); flex-direction:column; padding:28px 26px; gap:22px;
    box-shadow:-10px 0 30px rgba(0,0,0,.15); z-index:70;
  }
  .main-nav.open a{ font-size:15px; opacity:1; }
}
@media (max-width:880px){
  .about-grid, .contact-wrap{ grid-template-columns:1fr; }
  .arch-frame{ height:340px; }
  .gallery-grid, .gallery-grid.wide{ columns:2 160px; }
  .stat-strip{ grid-template-columns:repeat(2,1fr); row-gap:22px; }
  .stat-item:nth-child(2){ border-right:none; }
  .value-grid{ grid-template-columns:1fr; }
  .call-chip span{ display:none; }
}
@media (max-width:520px){
  .hero{ height:92vh; }
  .hero p{ font-size:14px; }
  section{ padding:56px 0; }
  .room-card{ flex:0 0 84%; }
  .doc-wrap{ padding:30px 22px; }
}
