:root{
  --ivory:#F5EFE1;
  --stone:#EAE0C8;
  --maroon:#7A2530;
  --maroon-deep:#5C1B24;
  --gold:#B4872F;
  --gold-pale:#D9BD82;
  --leaf:#33473B;
  --charcoal:#211C17;
  --charcoal-soft:#4A4137;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  background:var(--ivory);
  color:var(--charcoal);
  font-family:'Work Sans',sans-serif;
  font-weight:400;
  line-height:1.6;
  overflow-x:hidden;
}
h1,h2,h3,.display{font-family:'Fraunces',serif;}
.eyebrow{
  font-family:'IBM Plex Mono',monospace;
  font-size:0.72rem;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--maroon);
}
a{color:inherit;text-decoration:none;}
img{display:block;max-width:100%;}

/* ---------- Leaf divider signature element ---------- */
.leaf-divider{
  display:flex;align-items:center;justify-content:center;
  gap:14px;margin:0 auto;padding:2.5rem 0;
  max-width:1100px;
}
.leaf-divider .line{flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--gold-pale),transparent);}
.leaf-divider svg{width:34px;height:34px;flex-shrink:0;opacity:0.85;}

/* ---------- Nav ---------- */
header{
  position:sticky;top:0;z-index:50;
  background:rgba(245,239,225,0.94);
  backdrop-filter:blur(8px);
  border-bottom:1px solid rgba(180,135,47,0.25);
}
.nav-wrap{
  max-width:1240px;margin:0 auto;padding:0.8rem 2rem;
  display:flex;align-items:center;justify-content:space-between;gap:1.5rem;
}
.brand-lockup{display:flex;align-items:center;gap:0.7rem;}
.brand-lockup img{width:38px;height:38px;object-fit:contain;}
.brand{font-family:'Fraunces',serif;font-size:1.3rem;font-weight:600;color:var(--maroon-deep);letter-spacing:0.01em;}
.brand span{display:block;font-family:'IBM Plex Mono',monospace;font-size:0.6rem;letter-spacing:0.18em;color:var(--gold);font-weight:400;text-transform:uppercase;margin-top:2px;}
nav ul{list-style:none;display:flex;gap:1.9rem;}
nav a{font-size:0.9rem;color:var(--charcoal-soft);transition:color .2s;}
nav a:hover,nav a.active{color:var(--maroon);}
.btn-whatsapp{
  background:var(--leaf);color:var(--ivory);
  padding:0.65rem 1.25rem;border-radius:2px;
  font-size:0.82rem;letter-spacing:0.02em;
  display:inline-flex;align-items:center;gap:0.5rem;white-space:nowrap;
  transition:background .2s;
}
.btn-whatsapp:hover{background:#243329;}
.nav-toggle{display:none;background:none;border:none;font-size:1.5rem;color:var(--maroon-deep);cursor:pointer;}

/* ---------- Hero (homepage, full) ---------- */
.hero{
  position:relative;min-height:92vh;
  display:flex;align-items:flex-end;
  background:linear-gradient(180deg,rgba(33,28,23,0.35) 0%,rgba(33,28,23,0.55) 55%,rgba(33,28,23,0.88) 100%),
             url('images/lobby-gold-relief.jpg') center/cover no-repeat;
}
.hero-content{
  max-width:1240px;margin:0 auto;padding:0 2rem 4rem;
  width:100%;color:var(--ivory);
}
.hero-eyebrow{
  font-family:'IBM Plex Mono',monospace;font-size:0.75rem;
  letter-spacing:0.2em;text-transform:uppercase;color:var(--gold-pale);
  margin-bottom:1.2rem;
}
.hero h1{
  font-size:clamp(2.6rem,6vw,4.6rem);
  font-weight:500;line-height:1.05;max-width:16ch;
  margin-bottom:1.3rem;
}
.hero h1 em{font-style:italic;font-weight:300;color:var(--gold-pale);}
.hero p{font-size:1.05rem;max-width:46ch;color:rgba(245,239,225,0.85);margin-bottom:2.2rem;}
.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap;}
.btn-primary{
  background:var(--maroon);color:var(--ivory);
  padding:0.9rem 1.8rem;font-size:0.92rem;letter-spacing:0.02em;
  display:inline-flex;align-items:center;gap:0.6rem;
  border-radius:2px;transition:background .2s;border:none;cursor:pointer;font-family:'Work Sans',sans-serif;
}
.btn-primary:hover{background:var(--maroon-deep);}
.btn-ghost{
  border:1px solid rgba(245,239,225,0.5);color:var(--ivory);
  padding:0.9rem 1.8rem;font-size:0.92rem;border-radius:2px;
  transition:border-color .2s,background .2s;
}
.btn-ghost:hover{border-color:var(--gold-pale);background:rgba(245,239,225,0.08);}

/* ---------- Page hero (inner pages, shorter) ---------- */
.page-hero{
  position:relative;min-height:46vh;display:flex;align-items:flex-end;
  background-size:cover;background-position:center;
}
.page-hero::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(33,28,23,0.3) 0%,rgba(33,28,23,0.55) 60%,rgba(33,28,23,0.9) 100%);
}
.page-hero-content{position:relative;max-width:1240px;margin:0 auto;padding:0 2rem 3rem;width:100%;color:var(--ivory);}
.page-hero-content .eyebrow{color:var(--gold-pale);margin-bottom:0.8rem;display:block;}
.page-hero-content h1{font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:500;}

/* fact plaque strip */
.plaque-strip{
  background:var(--maroon-deep);
  border-top:1px solid rgba(212,189,130,0.3);
}
.plaque-wrap{
  max-width:1240px;margin:0 auto;padding:1.6rem 2rem;
  display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;
}
.plaque-item{color:var(--ivory);text-align:center;border-left:1px solid rgba(212,189,130,0.25);padding-left:1.5rem;}
.plaque-item:first-child{border-left:none;padding-left:0;}
.plaque-item .num{font-family:'Fraunces',serif;font-size:1.6rem;color:var(--gold-pale);}
.plaque-item .label{font-family:'IBM Plex Mono',monospace;font-size:0.65rem;letter-spacing:0.1em;text-transform:uppercase;color:rgba(245,239,225,0.7);margin-top:0.2rem;}

/* ---------- Sections general ---------- */
section{padding:5.5rem 2rem;}
.wrap{max-width:1240px;margin:0 auto;}
.section-head{max-width:640px;margin-bottom:3rem;}
.section-head h2{font-size:clamp(1.8rem,3.4vw,2.6rem);font-weight:500;color:var(--maroon-deep);margin-top:0.6rem;}
.section-head p{color:var(--charcoal-soft);margin-top:1rem;font-size:1rem;}

/* ---------- About / intro ---------- */
.about-grid{display:grid;grid-template-columns:1.1fr 0.9fr;gap:4rem;align-items:center;}
.about-grid img{border-radius:2px;}
.about-text p{margin-bottom:1.1rem;color:var(--charcoal-soft);}
.about-text p:first-of-type{font-size:1.05rem;color:var(--charcoal);}

/* ---------- Rooms ---------- */
.room-row{
  display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;
  align-items:center;padding:3rem 0;
  border-bottom:1px solid rgba(180,135,47,0.2);
}
.room-row:last-child{border-bottom:none;}
.room-row.reverse .room-media{order:2;}
.room-row.reverse .room-copy{order:1;}
.room-media{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:2px;background:var(--stone);}
.room-media img{width:100%;height:100%;object-fit:cover;}
.room-media.two-up{display:grid;grid-template-columns:1fr 1fr;gap:0.5rem;aspect-ratio:auto;}
.room-media.two-up img{aspect-ratio:3/4;}
.room-media.pending{
  display:flex;align-items:center;justify-content:center;flex-direction:column;
  border:1px dashed rgba(122,37,48,0.35);gap:0.6rem;
}
.room-media.pending svg{width:38px;height:38px;opacity:0.5;}
.room-media.pending span{font-family:'IBM Plex Mono',monospace;font-size:0.7rem;letter-spacing:0.08em;text-transform:uppercase;color:var(--charcoal-soft);opacity:0.7;}
.room-copy .eyebrow{margin-bottom:0.6rem;display:block;}
.room-copy h3{font-size:1.7rem;font-weight:500;color:var(--maroon-deep);margin-bottom:0.8rem;}
.room-copy p{color:var(--charcoal-soft);margin-bottom:1.2rem;}
.room-tags{display:flex;gap:0.6rem;flex-wrap:wrap;margin-bottom:1.3rem;}
.room-tags span{
  font-family:'IBM Plex Mono',monospace;font-size:0.68rem;letter-spacing:0.05em;
  padding:0.35rem 0.7rem;background:var(--stone);color:var(--charcoal-soft);border-radius:2px;
}
.rate-note{font-family:'IBM Plex Mono',monospace;font-size:0.78rem;color:var(--gold);letter-spacing:0.03em;}
.link-arrow{font-size:0.88rem;color:var(--maroon);border-bottom:1px solid var(--maroon);padding-bottom:2px;display:inline-block;margin-top:0.4rem;}

/* ---------- Amenities ---------- */
.amenity-gallery{display:grid;grid-template-columns:1.4fr 1fr;gap:1rem;margin-bottom:3.5rem;}
.amenity-gallery img{width:100%;height:100%;object-fit:cover;border-radius:2px;}
.amenity-gallery .stack{display:grid;grid-template-rows:1fr 1fr;gap:1rem;}
.amenity-list{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;}
.amenity-item{border-top:2px solid var(--gold);padding-top:1rem;}
.amenity-item h4{font-family:'Fraunces',serif;font-weight:500;font-size:1.1rem;color:var(--maroon-deep);margin-bottom:0.4rem;}
.amenity-item p{font-size:0.9rem;color:var(--charcoal-soft);}

/* ---------- Amenity detail cards (amenities.html) ---------- */
.amenity-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;}
.amenity-card{background:var(--ivory);border:1px solid rgba(180,135,47,0.25);border-radius:2px;overflow:hidden;}
.amenity-card .img{aspect-ratio:4/3;overflow:hidden;}
.amenity-card .img img{width:100%;height:100%;object-fit:cover;}
.amenity-card .body{padding:1.4rem;}
.amenity-card h4{font-family:'Fraunces',serif;font-size:1.15rem;color:var(--maroon-deep);margin-bottom:0.5rem;}
.amenity-card p{font-size:0.9rem;color:var(--charcoal-soft);}
.amenity-icon-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.8rem;margin-top:3.5rem;}

/* ---------- Pilgrimage trail ---------- */
.trail{background:var(--leaf);color:var(--ivory);}
.trail .section-head h2{color:var(--ivory);}
.trail .section-head p{color:rgba(245,239,225,0.75);}
.trail .eyebrow{color:var(--gold-pale);}
.trail-list{display:flex;flex-direction:column;}
.trail-item{
  display:grid;grid-template-columns:70px 1fr 200px;gap:2rem;
  padding:1.8rem 0;border-top:1px solid rgba(245,239,225,0.15);
  align-items:start;
}
.trail-item:last-child{border-bottom:1px solid rgba(245,239,225,0.15);}
.trail-num{font-family:'Fraunces',serif;font-size:1.8rem;color:var(--gold-pale);font-weight:300;}
.trail-body h4{font-family:'Fraunces',serif;font-size:1.25rem;font-weight:500;margin-bottom:0.5rem;}
.trail-body p{font-size:0.92rem;color:rgba(245,239,225,0.78);}
.trail-meta{font-family:'IBM Plex Mono',monospace;font-size:0.75rem;color:var(--gold-pale);line-height:1.8;text-align:right;}

/* ---------- Testimonials empty state ---------- */
.testimonial-empty{
  border:1px dashed rgba(122,37,48,0.3);border-radius:2px;
  padding:3rem;text-align:center;max-width:640px;margin:0 auto;
}
.testimonial-empty svg{width:32px;height:32px;margin:0 auto 1rem;opacity:0.5;}
.testimonial-empty h4{font-family:'Fraunces',serif;font-size:1.2rem;color:var(--maroon-deep);margin-bottom:0.6rem;}
.testimonial-empty p{color:var(--charcoal-soft);font-size:0.92rem;}

/* ---------- Contact / booking ---------- */
.contact{background:var(--stone);}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;}
.contact-info .item{margin-bottom:1.6rem;}
.contact-info .eyebrow{display:block;margin-bottom:0.3rem;}
.contact-info .val{font-size:1.05rem;color:var(--charcoal);}
.contact-info .val a{border-bottom:1px solid var(--gold);}
form{display:flex;flex-direction:column;gap:1.1rem;}
form input,form select,form textarea{
  background:var(--ivory);border:1px solid rgba(74,65,55,0.25);
  padding:0.85rem 1rem;font-family:'Work Sans',sans-serif;font-size:0.92rem;
  border-radius:2px;color:var(--charcoal);width:100%;
}
form label{font-family:'IBM Plex Mono',monospace;font-size:0.68rem;letter-spacing:0.08em;text-transform:uppercase;color:var(--charcoal-soft);margin-bottom:0.3rem;display:block;}
form textarea{resize:vertical;min-height:90px;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;}
.btn-submit{
  background:var(--maroon);color:var(--ivory);border:none;
  padding:0.95rem;font-size:0.92rem;letter-spacing:0.03em;cursor:pointer;
  border-radius:2px;transition:background .2s;font-family:'Work Sans',sans-serif;
}
.btn-submit:hover{background:var(--maroon-deep);}
.form-note{font-size:0.8rem;color:var(--charcoal-soft);margin-top:0.5rem;}
.map-embed{border-radius:2px;overflow:hidden;margin-top:2rem;border:1px solid rgba(180,135,47,0.3);}
.map-embed iframe{width:100%;height:280px;border:0;display:block;}

/* ---------- Gallery ---------- */
.gallery-filter{display:flex;gap:0.6rem;flex-wrap:wrap;margin-bottom:2.5rem;}
.gallery-filter button{
  font-family:'IBM Plex Mono',monospace;font-size:0.72rem;letter-spacing:0.06em;text-transform:uppercase;
  background:none;border:1px solid rgba(122,37,48,0.35);color:var(--charcoal-soft);
  padding:0.5rem 1rem;border-radius:20px;cursor:pointer;transition:all .2s;
}
.gallery-filter button:hover{border-color:var(--maroon);color:var(--maroon);}
.gallery-filter button.active{background:var(--maroon);border-color:var(--maroon);color:var(--ivory);}
.gallery-grid{
  columns:3 260px;column-gap:1rem;
}
.gallery-grid figure{break-inside:avoid;margin-bottom:1rem;position:relative;border-radius:2px;overflow:hidden;cursor:pointer;}
.gallery-grid img{width:100%;display:block;transition:transform .4s;}
.gallery-grid figure:hover img{transform:scale(1.04);}
.gallery-grid figcaption{
  position:absolute;left:0;right:0;bottom:0;padding:0.6rem 0.8rem;
  font-family:'IBM Plex Mono',monospace;font-size:0.68rem;letter-spacing:0.04em;text-transform:uppercase;
  color:var(--ivory);background:linear-gradient(0deg,rgba(33,28,23,0.75),transparent);
}
.gallery-grid figure[data-cat="exterior"], .gallery-grid figure[data-cat="rooms"],
.gallery-grid figure[data-cat="lobby"], .gallery-grid figure[data-cat="restaurant"]{display:block;}
.lightbox{
  position:fixed;inset:0;background:rgba(33,28,23,0.94);z-index:100;
  display:none;align-items:center;justify-content:center;padding:2rem;
}
.lightbox.open{display:flex;}
.lightbox img{max-width:90vw;max-height:85vh;border-radius:2px;}
.lightbox .close{position:absolute;top:1.5rem;right:2rem;color:var(--ivory);font-size:2rem;cursor:pointer;background:none;border:none;}

/* ---------- Policy pages ---------- */
.policy-nav{display:flex;gap:1.5rem;margin-bottom:2.5rem;border-bottom:1px solid rgba(180,135,47,0.25);flex-wrap:wrap;}
.policy-nav a{font-family:'IBM Plex Mono',monospace;font-size:0.75rem;letter-spacing:0.06em;text-transform:uppercase;padding:0 0 1rem;color:var(--charcoal-soft);border-bottom:2px solid transparent;}
.policy-nav a:hover{color:var(--maroon);}
.policy-block{max-width:760px;margin-bottom:3.5rem;scroll-margin-top:6rem;}
.policy-block h2{font-size:1.6rem;color:var(--maroon-deep);margin-bottom:1rem;font-weight:500;}
.policy-block h3{font-size:1.05rem;color:var(--charcoal);margin:1.4rem 0 0.5rem;font-weight:600;font-family:'Work Sans',sans-serif;}
.policy-block p, .policy-block li{color:var(--charcoal-soft);margin-bottom:0.7rem;font-size:0.95rem;}
.policy-block ul{padding-left:1.3rem;}

/* ---------- Footer ---------- */
footer{background:var(--charcoal);color:rgba(245,239,225,0.65);padding:4rem 2rem 2rem;}
.footer-grid{
  max-width:1240px;margin:0 auto;
  display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem;
  padding-bottom:2.5rem;border-bottom:1px solid rgba(245,239,225,0.12);
}
.footer-brand .brand-lockup img{filter:invert(1);}
.footer-brand .brand{color:var(--ivory);}
.footer-brand p{font-size:0.85rem;margin-top:1rem;max-width:32ch;color:rgba(245,239,225,0.55);}
.footer-social{display:flex;gap:0.8rem;margin-top:1.3rem;}
.footer-social a{
  width:36px;height:36px;border-radius:50%;border:1px solid rgba(245,239,225,0.25);
  display:flex;align-items:center;justify-content:center;transition:all .2s;
}
.footer-social a:hover{border-color:var(--gold-pale);background:rgba(212,189,130,0.1);}
.footer-social svg{width:16px;height:16px;fill:rgba(245,239,225,0.8);}
.footer-col h5{font-family:'IBM Plex Mono',monospace;font-size:0.7rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold-pale);margin-bottom:1.1rem;}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:0.7rem;}
.footer-col a{font-size:0.88rem;color:rgba(245,239,225,0.65);transition:color .2s;}
.footer-col a:hover{color:var(--ivory);}
.footer-bottom{
  max-width:1240px;margin:0 auto;padding-top:1.5rem;
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:0.8rem;
  font-size:0.78rem;color:rgba(245,239,225,0.45);
}

/* ---------- WhatsApp float ---------- */
.float-whatsapp{
  position:fixed;bottom:1.8rem;right:1.8rem;z-index:60;
  background:var(--leaf);color:var(--ivory);width:56px;height:56px;
  border-radius:50%;display:flex;align-items:center;justify-content:center;
  box-shadow:0 6px 20px rgba(0,0,0,0.25);
}

/* ---------- Responsive ---------- */
@media (max-width:860px){
  nav ul{display:none;}
  .nav-toggle{display:block;}
  .plaque-wrap{grid-template-columns:repeat(2,1fr);}
  .about-grid,.contact-grid{grid-template-columns:1fr;gap:2.5rem;}
  .room-row,.room-row.reverse{grid-template-columns:1fr;}
  .room-row.reverse .room-media,.room-row.reverse .room-copy{order:initial;}
  .amenity-gallery{grid-template-columns:1fr;}
  .amenity-list{grid-template-columns:repeat(2,1fr);}
  .amenity-cards{grid-template-columns:1fr;}
  .amenity-icon-row{grid-template-columns:repeat(2,1fr);}
  .trail-item{grid-template-columns:40px 1fr;}
  .trail-meta{grid-column:2;text-align:left;margin-top:0.5rem;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .gallery-grid{columns:2 200px;}
  .form-row{grid-template-columns:1fr;}
}
@media (max-width:520px){
  .footer-grid{grid-template-columns:1fr;}
  .gallery-grid{columns:1;}
}
