/* ==========================================================================
   HOTEL SAKSHAM PALACE — Inner Pages stylesheet
   page-head, sections, cards, tariff, gallery, FAQ, forms, contact
   ========================================================================== */

/* ---------- Section base ---------- */
.sec{padding-block:clamp(3.5rem, 8vw, 6rem);position:relative}
.sec-cream{background:var(--c-cream-warm)}
.sec-paper{background:var(--c-paper)}

/* ---------- Page head (inner pages) ---------- */
.page-head{
  background:linear-gradient(135deg, #122c1f 0%, #1a3d2b 60%, #2d5a3d 100%);
  color:var(--c-cream);
  padding:clamp(4rem,8vw,6rem) 0 clamp(5rem,10vw,8rem);
  position:relative;overflow:hidden;
}
.page-head::before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(ellipse at 90% 20%, rgba(212,162,78,.2) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 90%, rgba(201,121,78,.12) 0%, transparent 55%);
}
.page-head::after{
  content:"";position:absolute;left:0;right:0;bottom:-1px;height:48px;
  background:var(--c-cream);
  -webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 48' preserveAspectRatio='none'><path d='M0 48 V20 Q300 0 600 20 T1200 20 V48 Z' fill='black'/></svg>");
  mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 48' preserveAspectRatio='none'><path d='M0 48 V20 Q300 0 600 20 T1200 20 V48 Z' fill='black'/></svg>");
  -webkit-mask-size:100% 100%;mask-size:100% 100%;
}
.page-head .wrap{position:relative;z-index:2;max-width:980px}
.page-head .crumbs{
  display:flex;gap:.6rem;align-items:center;
  font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;
  color:rgba(245,239,224,.6);margin-bottom:1.5rem;flex-wrap:wrap;
}
.page-head .crumbs a{color:var(--c-honey);transition:color var(--t) var(--ease)}
.page-head .crumbs a:hover{color:#fff}
.page-head .crumbs span:not([aria-hidden]){color:rgba(245,239,224,.5)}
.page-head .eyebrow{color:var(--c-honey-soft)}
.page-head h1{
  font-family:var(--f-display);font-weight:400;
  font-size:clamp(2.4rem,5.5vw,4.4rem);line-height:1.05;letter-spacing:-.01em;
  color:var(--c-cream);margin-top:.8rem;
}
.page-head h1 em{font-style:italic;color:var(--c-honey);font-weight:500}
.page-head .lead{color:rgba(245,239,224,.85);max-width:680px;margin-top:1.4rem;font-size:1.05rem;line-height:1.75}

/* ---------- CTA band ---------- */
.cta-band{
  background:var(--c-forest-deep);color:var(--c-cream);
  padding:clamp(3rem,6vw,5rem) clamp(2rem,5vw,4rem);
  border-radius:var(--radius-lg);
  display:grid;grid-template-columns:1.4fr 1fr;gap:3rem;align-items:center;
  position:relative;overflow:hidden;
}
.cta-band .copy h2{font-family:var(--f-display);font-weight:400;font-size:clamp(1.8rem,3.4vw,2.6rem);line-height:1.15;color:var(--c-cream);margin:.6rem 0 1rem}
.cta-band .copy h2 em{font-style:italic;color:var(--c-honey);font-weight:500}
.cta-band .copy p{color:rgba(245,239,224,.78);max-width:540px;line-height:1.7}
.cta-band .ctas{display:flex;flex-direction:column;gap:.7rem;padding-left:2rem;border-left:1px solid rgba(245,239,224,.18)}
.cta-band .ctas .btn{justify-content:center}
.cta-band::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(ellipse at 100% 50%, rgba(212,162,78,.18) 0%, transparent 55%);
  pointer-events:none;
}
.cta-band > *{position:relative;z-index:1}

/* Sec title (inside .sec) */
.sec-head{text-align:left;margin-bottom:3rem}
.sec-head .eyebrow{margin-bottom:.6rem}
.sec-title{
  font-family:var(--f-display);font-weight:400;
  font-size:clamp(1.8rem,3.4vw,2.8rem);line-height:1.15;letter-spacing:-.01em;
  color:var(--c-forest-deep);margin-top:.6rem;
}
.sec-title em{font-style:italic;color:var(--c-terracotta);font-weight:500}
.sec .eyebrow{color:var(--c-terracotta)}

/* ---------- Fill-img placeholder ---------- */
.fill-img{
  position:relative;width:100%;height:100%;
  background:
    linear-gradient(135deg, rgba(45,90,61,.05), rgba(212,162,78,.10)),
    repeating-linear-gradient(45deg, var(--c-line) 0 1px, var(--c-cream) 1px 22px);
  overflow:hidden;
}
.fill-img::after{
  content:attr(data-label);
  position:absolute;inset:0;display:grid;place-items:center;
  font-family:var(--f-display);font-style:italic;
  font-size:.9rem;letter-spacing:.05em;
  color:var(--c-bark);text-align:center;padding:1.5rem;
  background:linear-gradient(180deg, rgba(245,239,224,.45), rgba(245,239,224,.25));
}

/* Page-head .eyebrow line */
.page-head .eyebrow{display:inline-flex;align-items:center;gap:.7rem}
.page-head .eyebrow::before{content:"";width:24px;height:1px;background:currentColor;display:inline-block}

/* ---------- ABOUT page specific ---------- */
.intro-split{display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:center;margin-bottom:5rem}
.intro-split .content h2{font-family:var(--f-display);font-weight:400;font-size:clamp(1.8rem,3.5vw,2.6rem);line-height:1.15;color:var(--c-forest-deep)}
.intro-split .content h2 em{font-style:italic;color:var(--c-terracotta);font-weight:500}
.intro-split .content p{margin-bottom:1.2rem;color:var(--c-ink-soft);line-height:1.8}
.intro-split .img-stack{aspect-ratio:4/5;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);position:relative}
.intro-split .img-stack::before{content:"";position:absolute;inset:-12px;border:2px solid var(--c-honey);border-radius:var(--radius-lg);z-index:-1;opacity:.4}

.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem;text-align:center;padding:2.5rem 2rem;background:var(--c-paper);border-radius:var(--radius-md);border:1px solid var(--c-line)}
.stat-block strong{display:block;font-family:var(--f-display);font-style:italic;font-size:2.2rem;color:var(--c-terracotta);font-weight:500;line-height:1;margin-bottom:.4rem}
.stat-block span{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--c-muted);font-weight:600}

/* Value cards */
.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}
.value-card{
  background:var(--c-paper);border:1px solid var(--c-line);border-radius:var(--radius-md);
  padding:2.2rem 1.8rem;transition:all var(--t) var(--ease);position:relative;overflow:hidden;
}
.value-card::before{
  content:"";position:absolute;top:-30px;right:-30px;width:80px;height:80px;
  border-radius:50%;background:var(--c-honey);opacity:.1;transition:transform .6s var(--ease);
}
.value-card:hover{border-color:var(--c-honey-soft);transform:translateY(-4px);box-shadow:var(--shadow)}
.value-card:hover::before{transform:scale(1.5)}
.value-card .num{font-family:var(--f-display);font-size:2rem;font-weight:500;font-style:italic;color:var(--c-terracotta);line-height:1;margin-bottom:1.2rem;position:relative;z-index:1}
.value-card h3{font-family:var(--f-display);font-size:1.3rem;font-weight:500;color:var(--c-forest-deep);margin-bottom:.6rem;position:relative;z-index:1}
.value-card p{color:var(--c-ink-soft);line-height:1.7;font-size:.94rem;position:relative;z-index:1}

/* ---------- ROOMS — full list ---------- */
.rooms-list{display:flex;flex-direction:column;gap:3rem}
.room-row{
  background:var(--c-paper);border:1px solid var(--c-line);border-radius:var(--radius-lg);overflow:hidden;
  display:grid;grid-template-columns:1fr 1.1fr;gap:0;transition:all var(--t) var(--ease);
}
.room-row:hover{box-shadow:var(--shadow-lg);border-color:var(--c-honey-soft)}
.room-row:nth-child(even){grid-template-columns:1.1fr 1fr}
.room-row:nth-child(even) .room-imgs{order:2}
.room-imgs{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2px;background:var(--c-cream-deep);min-height:380px}
.room-imgs .fill-img:first-child{grid-row:1/3}
.room-content{padding:2.4rem 2rem}
.room-content .eyebrow{margin-bottom:.6rem}
.room-content h3{font-family:var(--f-display);font-weight:500;font-size:1.85rem;color:var(--c-forest-deep);margin-bottom:.7rem;line-height:1.15}
.price-tag{display:inline-flex;align-items:baseline;gap:.4rem;font-family:var(--f-display);font-style:italic;font-size:1.6rem;color:var(--c-terracotta);font-weight:500;margin-bottom:1rem}
.price-tag small{font-family:var(--f-body);font-style:normal;font-size:.78rem;color:var(--c-muted);font-weight:500;letter-spacing:.05em}
.room-content > p{color:var(--c-ink-soft);line-height:1.75;margin-bottom:1.4rem}
.room-feats{display:grid;grid-template-columns:1fr 1fr;gap:.6rem 1rem;margin-bottom:1.6rem}
.room-feats .item{display:flex;gap:.5rem;align-items:center;font-size:.85rem;color:var(--c-text)}
.room-feats .item svg{width:14px;height:14px;color:var(--c-success);flex-shrink:0}
.room-actions{display:flex;gap:.7rem;flex-wrap:wrap}

/* ---------- AMENITIES ---------- */
.amen-full{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.amen-cat-label{
  grid-column:1/-1;font-family:var(--f-display);font-style:italic;font-weight:500;
  font-size:1.5rem;color:var(--c-terracotta);margin:1.5rem 0 .5rem;
  display:flex;align-items:center;gap:.8rem;
}
.amen-cat-label::after{content:"";flex:1;height:1px;background:var(--c-line)}
.amen-cat-label:first-child{margin-top:0}
.amen-item{
  background:var(--c-paper);border:1px solid var(--c-line);border-radius:var(--radius-md);
  padding:1.6rem;transition:all var(--t) var(--ease);
}
.amen-item:hover{border-color:var(--c-honey-soft);transform:translateY(-2px);box-shadow:var(--shadow-sm)}
.amen-icon{
  width:48px;height:48px;border-radius:50%;
  background:var(--c-cream-warm);color:var(--c-forest-deep);
  display:grid;place-items:center;margin-bottom:1rem;
  border:1.5px solid var(--c-honey);
}
.amen-icon svg{width:20px;height:20px}
.amen-item h4{font-family:var(--f-display);font-weight:500;font-size:1.1rem;color:var(--c-forest-deep);margin-bottom:.4rem}
.amen-item p{color:var(--c-muted);font-size:.88rem;line-height:1.6}

/* ---------- DINING ---------- */
.dining-feature{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:4rem}
.dining-feature.flip .img{order:2}
.dining-feature .img{aspect-ratio:4/3;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}
.dining-feature .img .fill-img{height:100%}
.dining-feature .body h2{font-family:var(--f-display);font-weight:400;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.15;color:var(--c-forest-deep)}
.dining-feature .body h2 em{font-style:italic;color:var(--c-terracotta);font-weight:500}
.dining-feature .body p{color:var(--c-ink-soft);line-height:1.8;margin-bottom:1rem}

.menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}
.menu-card{
  background:var(--c-paper);border:1px solid var(--c-line);border-radius:var(--radius-md);
  padding:1.4rem 1.6rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;
  transition:all var(--t) var(--ease);
}
.menu-card:hover{border-color:var(--c-honey-soft);transform:translateX(4px);box-shadow:var(--shadow-sm)}
.menu-card .left h4{font-family:var(--f-display);font-weight:500;font-size:1.1rem;color:var(--c-forest-deep);margin-bottom:.3rem}
.menu-card .left p{color:var(--c-muted);font-size:.85rem;line-height:1.55}
.menu-card .price{font-family:var(--f-display);font-style:italic;font-weight:500;font-size:1.2rem;color:var(--c-terracotta);flex-shrink:0;white-space:nowrap}

/* ---------- TARIFF ---------- */
.tariff-table{
  background:var(--c-paper);border:1px solid var(--c-line);border-radius:var(--radius-md);overflow:hidden;
}
.tariff-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;align-items:center;border-bottom:1px solid var(--c-line);padding:1.3rem 1.5rem;gap:1rem}
.tariff-row:last-child{border-bottom:none}
.tariff-row.head{background:var(--c-forest-deep);color:var(--c-honey-soft);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;padding:1.1rem 1.5rem}
.tariff-row .col.room-name{font-family:var(--f-display);font-weight:500;font-size:1.15rem;color:var(--c-forest-deep);line-height:1.3}
.tariff-row .col.room-name small{display:block;font-family:var(--f-body);font-size:.78rem;color:var(--c-muted);font-weight:400;margin-top:.3rem;line-height:1.45}
.tariff-row .col.price{font-family:var(--f-display);font-style:italic;font-weight:500;font-size:1.3rem;color:var(--c-terracotta);text-align:center}
.tariff-row.head .col.price{font-family:var(--f-body);font-style:normal;font-size:.7rem;color:var(--c-honey-soft)}

.tariff-note{
  margin-top:2rem;padding:1.6rem 2rem;background:var(--c-cream-warm);border-radius:var(--radius-md);
  border-left:4px solid var(--c-honey);
}
.tariff-note h4{font-family:var(--f-display);font-style:italic;font-size:1.2rem;color:var(--c-forest-deep);margin-bottom:.7rem;font-weight:500}
.tariff-note ul{display:flex;flex-direction:column;gap:.5rem}
.tariff-note li{padding-left:1.4rem;position:relative;color:var(--c-ink-soft);font-size:.94rem;line-height:1.55}
.tariff-note li::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--c-terracotta);position:absolute;left:0;top:.55rem}

/* ---------- OFFERS ---------- */
.offers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}
.offer-card{
  background:var(--c-paper);border-radius:var(--radius-md);overflow:hidden;
  border:1px solid var(--c-line);display:flex;flex-direction:column;
  transition:all var(--t) var(--ease);
}
.offer-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--c-honey-soft)}
.offer-img{aspect-ratio:16/10;position:relative;overflow:hidden;background:var(--c-cream-deep)}
.ribbon{
  position:absolute;top:1rem;left:1rem;
  padding:.3rem .8rem;border-radius:var(--radius-pill);
  background:var(--c-terracotta);color:#fff;
  font-size:.65rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;z-index:2;
}
.offer-body{padding:1.6rem 1.6rem 1.7rem;display:flex;flex-direction:column;flex:1}
.offer-body .duration{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--c-terracotta);font-weight:600;margin-bottom:.5rem}
.offer-body h3{font-family:var(--f-display);font-weight:500;font-size:1.4rem;color:var(--c-forest-deep);margin-bottom:.7rem;line-height:1.2}
.offer-body > p{color:var(--c-muted);font-size:.9rem;line-height:1.6;margin-bottom:1.1rem}
.offer-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.4rem;flex:1}
.offer-list .li{display:flex;gap:.5rem;align-items:flex-start;font-size:.85rem;color:var(--c-text);line-height:1.45}
.offer-list .li svg{width:14px;height:14px;color:var(--c-success);margin-top:3px;flex-shrink:0}
.offer-foot{display:flex;justify-content:space-between;align-items:center;padding-top:1.1rem;border-top:1px solid var(--c-line)}
.offer-foot .pkg{display:flex;flex-direction:column;line-height:1}
.offer-foot .pkg strong{font-family:var(--f-display);font-style:italic;font-weight:500;font-size:1.4rem;color:var(--c-terracotta)}
.offer-foot .pkg small{font-size:.7rem;color:var(--c-muted);margin-top:.3rem}
.btn-sm{padding:.65rem 1rem;font-size:.7rem}

/* ---------- YATRA INFO — Timeline ---------- */
.info-band{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;
  padding:1.6rem;background:var(--c-cream-warm);border-radius:var(--radius-md);margin-top:2rem;
}
.info-cell{display:flex;gap:1rem;align-items:flex-start}
.info-cell .ic{
  width:42px;height:42px;border-radius:50%;
  background:var(--c-honey);color:var(--c-forest-deep);
  display:grid;place-items:center;flex-shrink:0;
}
.info-cell .ic svg{width:18px;height:18px}
.info-cell h4{font-family:var(--f-display);font-weight:500;font-size:1.05rem;color:var(--c-forest-deep);margin-bottom:.2rem}
.info-cell p{font-size:.84rem;color:var(--c-muted);line-height:1.5}

.timeline{position:relative;padding-left:2rem;margin-top:2rem}
.timeline::before{content:"";position:absolute;left:8px;top:0;bottom:0;width:2px;background:var(--c-honey);border-radius:2px}
.tl-item{position:relative;padding-bottom:2.2rem}
.tl-item::before{
  content:"";position:absolute;left:-25px;top:6px;
  width:18px;height:18px;border-radius:50%;
  background:var(--c-terracotta);border:3px solid var(--c-cream);
  box-shadow:0 0 0 2px var(--c-terracotta);
}
.tl-time{font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--c-terracotta);font-weight:700;margin-bottom:.4rem}
.tl-item h4{font-family:var(--f-display);font-weight:500;font-size:1.2rem;color:var(--c-forest-deep);margin-bottom:.4rem}
.tl-item p{color:var(--c-ink-soft);line-height:1.7;font-size:.94rem}

/* ---------- ATTRACTIONS ---------- */
.attr-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem}
.attr-card{
  background:var(--c-paper);border:1px solid var(--c-line);border-radius:var(--radius-md);overflow:hidden;
  display:grid;grid-template-columns:1fr 1.5fr;transition:all var(--t) var(--ease);
}
.attr-card:hover{border-color:var(--c-honey-soft);transform:translateY(-3px);box-shadow:var(--shadow)}
.attr-card .img{position:relative;min-height:200px;background:var(--c-cream-deep)}
.attr-card .img .fill-img{height:100%}
.attr-card .body{padding:1.6rem}
.attr-card .dist{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--c-terracotta);font-weight:600;margin-bottom:.4rem}
.attr-card h3{font-family:var(--f-display);font-weight:500;font-size:1.25rem;color:var(--c-forest-deep);margin-bottom:.6rem;line-height:1.2}
.attr-card p{color:var(--c-ink-soft);font-size:.88rem;line-height:1.6;margin-bottom:.9rem}

/* ---------- CONTACT ---------- */
.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:3rem}
.contact-info{display:flex;flex-direction:column;gap:1rem}
.contact-block{
  background:var(--c-paper);border:1px solid var(--c-line);border-radius:var(--radius-md);
  padding:1.5rem;display:flex;gap:1rem;align-items:flex-start;transition:all var(--t) var(--ease);
}
.contact-block:hover{border-color:var(--c-honey-soft);transform:translateX(4px);box-shadow:var(--shadow-sm)}
.contact-icon{
  width:48px;height:48px;border-radius:50%;
  background:var(--c-honey);color:var(--c-forest-deep);
  display:grid;place-items:center;flex-shrink:0;
}
.contact-icon svg{width:20px;height:20px}
.contact-block h4{font-family:var(--f-display);font-weight:500;font-size:1.05rem;color:var(--c-forest-deep);margin-bottom:.3rem}
.contact-block a{color:var(--c-terracotta);font-weight:500;display:block;margin-bottom:.3rem;transition:color var(--t)}
.contact-block a:hover{color:var(--c-clay)}
.contact-block p{font-size:.86rem;color:var(--c-muted);line-height:1.5}

/* Booking aside */
.book-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:2.5rem;align-items:flex-start}
.book-card{
  background:var(--c-paper);border:1px solid var(--c-line);border-radius:var(--radius-md);
  padding:2rem;
}
.book-card h3{font-family:var(--f-display);font-weight:500;font-size:1.6rem;color:var(--c-forest-deep);margin-bottom:.4rem}
.book-aside{
  background:var(--c-forest-deep);color:var(--c-cream);
  border-radius:var(--radius-md);padding:1.8rem;position:sticky;top:calc(var(--hd-h) + 1rem);
}
.book-aside h4{font-family:var(--f-display);font-style:italic;font-weight:500;font-size:1.3rem;color:var(--c-honey);margin-bottom:1.2rem}
.summary-row{display:flex;justify-content:space-between;padding:.7rem 0;border-bottom:1px solid rgba(245,239,224,.12);font-size:.9rem}
.summary-row strong{color:var(--c-honey-soft);font-weight:600}
.book-aside .total{padding:.9rem 0;font-size:1rem;color:rgba(245,239,224,.8);text-align:center;font-style:italic;font-family:var(--f-display)}
.secure{display:flex;gap:.7rem;align-items:flex-start;margin-top:1.4rem;padding-top:1.4rem;border-top:1px solid rgba(245,239,224,.12);font-size:.78rem;color:rgba(245,239,224,.7);line-height:1.5}
.secure svg{width:18px;height:18px;color:var(--c-honey);flex-shrink:0;margin-top:2px}

/* ---------- FORMS ---------- */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
.form-grid .field{display:flex;flex-direction:column;gap:.4rem}
.form-grid .field.full{grid-column:1/-1}
.form-grid label{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:var(--c-forest-deep)}
.form-grid input[type="text"],
.form-grid input[type="tel"],
.form-grid input[type="email"],
.form-grid input[type="date"],
.form-grid select,
.form-grid textarea{
  width:100%;padding:.85rem 1rem;font-family:var(--f-body);font-size:.95rem;color:var(--c-text);
  background:var(--c-cream);border:1px solid var(--c-line);border-radius:var(--radius-xs);
  transition:all var(--t) var(--ease);
}
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus{
  outline:none;border-color:var(--c-honey);background:#fff;
  box-shadow:0 0 0 3px rgba(212,162,78,.18);
}
.form-grid select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%237A6A55' stroke-width='1.5'><path d='M2 4l4 4 4-4'/></svg>");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.4rem}
.form-grid textarea{resize:vertical;min-height:110px;line-height:1.6}
.form-grid input::placeholder, .form-grid textarea::placeholder{color:var(--c-muted);opacity:.65}

.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin-top:.5rem}
.check-grid .checkbox{
  display:flex;align-items:flex-start;gap:.7rem;padding:.9rem 1rem;
  background:var(--c-cream-warm);border:1px solid var(--c-line);border-radius:var(--radius-xs);
  cursor:pointer;transition:all var(--t) var(--ease);
  letter-spacing:0;text-transform:none;font-weight:400;color:var(--c-ink-soft);font-size:.88rem;line-height:1.4;
}
.check-grid .checkbox:hover{border-color:var(--c-honey)}
.check-grid .checkbox input{margin-top:.15rem;flex-shrink:0;accent-color:var(--c-terracotta)}
.check-grid .checkbox input:checked + span{color:var(--c-forest-deep);font-weight:500}

.btn.btn-lg{padding:1.05rem 2rem;font-size:.85rem;letter-spacing:.16em}

/* ---------- GALLERY ---------- */
.gallery-tabs{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-bottom:2.5rem}
.gal-tab{
  padding:.6rem 1.2rem;font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;
  font-weight:600;border:1px solid var(--c-line);border-radius:var(--radius-pill);
  background:var(--c-paper);color:var(--c-text);
  transition:all var(--t) var(--ease);
}
.gal-tab:hover{border-color:var(--c-honey)}
.gal-tab.active{background:var(--c-forest-deep);color:var(--c-honey-soft);border-color:var(--c-forest-deep)}

.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;grid-auto-rows:200px}
.gallery-item{
  position:relative;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;
  border:1px solid var(--c-line);transition:transform var(--t) var(--ease);
}
.gallery-item:hover{transform:scale(1.02);box-shadow:var(--shadow)}
.gallery-item.wide{grid-column:span 2}
.gallery-item.tall{grid-row:span 2}
.gallery-item .fill-img{width:100%;height:100%}

.lightbox{
  position:fixed;inset:0;background:rgba(26,61,43,.96);z-index:200;
  display:none;align-items:center;justify-content:center;padding:2rem;
}
.lightbox.open{display:flex}
.lightbox img{max-width:90%;max-height:90vh;border-radius:var(--radius-sm);box-shadow:var(--shadow-lg)}
.lightbox .close{
  position:absolute;top:1.5rem;right:1.5rem;
  width:44px;height:44px;border-radius:50%;
  background:var(--c-honey);color:var(--c-forest-deep);font-size:1.5rem;font-weight:300;
}

/* ---------- FAQ ---------- */
.faq-cat{margin-bottom:2.5rem}
.faq-cat h3{
  font-family:var(--f-display);font-weight:500;font-style:italic;font-size:1.5rem;
  color:var(--c-terracotta);margin-bottom:1.2rem;
  display:flex;align-items:center;gap:.8rem;
}
.faq-cat h3::after{content:"";flex:1;height:1px;background:var(--c-line)}
.faq-item{
  background:var(--c-paper);border:1px solid var(--c-line);border-radius:var(--radius-md);
  margin-bottom:.7rem;overflow:hidden;transition:border-color var(--t) var(--ease);
}
.faq-item.open{border-color:var(--c-honey-soft)}
.faq-q{
  width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;
  padding:1.3rem 1.5rem;text-align:left;font-family:var(--f-display);font-weight:500;font-size:1.08rem;
  color:var(--c-forest-deep);transition:all var(--t) var(--ease);
}
.faq-q:hover{background:var(--c-cream-warm)}
.faq-q .ic{
  width:28px;height:28px;border-radius:50%;display:grid;place-items:center;
  background:var(--c-honey);color:var(--c-forest-deep);flex-shrink:0;transition:all var(--t) var(--ease);
}
.faq-q .ic svg{width:14px;height:14px;transition:transform var(--t) var(--ease)}
.faq-item.open .faq-q .ic{background:var(--c-terracotta);color:#fff}
.faq-item.open .faq-q .ic svg{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height var(--t) var(--ease)}
.faq-a-inner{padding:0 1.5rem 1.4rem;color:var(--c-ink-soft);line-height:1.75;font-size:.95rem}
.faq-item.open .faq-a{max-height:600px}

/* ---------- POLICIES ---------- */
.policy-block{margin-bottom:2rem;padding:1.8rem 2rem;background:var(--c-paper);border:1px solid var(--c-line);border-radius:var(--radius-md)}
.policy-block h3{font-family:var(--f-display);font-weight:500;font-size:1.35rem;color:var(--c-forest-deep);margin-bottom:.8rem}
.policy-block p, .policy-block ul{color:var(--c-ink-soft);line-height:1.75;font-size:.94rem}
.policy-block ul{margin:.7rem 0 0 1.4rem;display:flex;flex-direction:column;gap:.4rem}
.policy-block li{padding-left:.4rem;position:relative}

/* ---------- THANK YOU ---------- */
.thank-you{text-align:center;max-width:580px;margin:0 auto}
.thank-mark{
  width:90px;height:90px;border-radius:50%;
  background:var(--c-honey);color:var(--c-forest-deep);
  display:grid;place-items:center;margin:0 auto 2rem;
  border:3px solid var(--c-honey-soft);
}
.thank-mark svg{width:40px;height:40px}
.thank-you h1{font-family:var(--f-display);font-weight:400;font-size:clamp(2rem,4vw,2.8rem);color:var(--c-forest-deep);line-height:1.2}
.thank-you h1 em{font-style:italic;color:var(--c-terracotta);font-weight:500}
.thank-you p{color:var(--c-ink-soft);line-height:1.75;margin-top:1rem}
.thank-actions{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}

/* ---------- Link arrow ---------- */
.link-arrow{
  display:inline-flex;align-items:center;gap:.6rem;
  font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;
  color:var(--c-terracotta);padding-bottom:.4rem;
  border-bottom:1px solid var(--c-honey);transition:gap var(--t) var(--ease);
}
.link-arrow:hover{gap:1rem}
.link-arrow svg{width:14px;height:14px}

/* ---------- Map embed ---------- */
.map-embed{position:relative;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--c-line)}

/* ---------- Footer sanskrit ---------- */
.foot-brand .sanskrit{font-family:var(--f-hindi);font-style:italic;color:var(--c-honey);font-size:1.05rem;display:block;margin-top:1rem;letter-spacing:.02em}

/* ---------- Responsive ---------- */
@media (max-width:980px){
  .cta-band{grid-template-columns:1fr;gap:2rem;padding:2.4rem 1.8rem}
  .cta-band .ctas{padding-left:0;border-left:none;padding-top:1.6rem;border-top:1px solid rgba(245,239,224,.18)}
  .value-grid{grid-template-columns:1fr;gap:1.2rem}
  .room-row, .room-row:nth-child(even){grid-template-columns:1fr}
  .room-row:nth-child(even) .room-imgs{order:0}
  .amen-full{grid-template-columns:repeat(2,1fr)}
  .menu-grid{grid-template-columns:1fr}
  .offers-grid{grid-template-columns:repeat(2,1fr)}
  .info-band{grid-template-columns:1fr}
  .attr-grid{grid-template-columns:1fr}
  .attr-card{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .book-grid{grid-template-columns:1fr}
  .book-aside{position:static}
  .intro-split{grid-template-columns:1fr;gap:2rem}
  .stats-row{grid-template-columns:repeat(2,1fr)}
  .dining-feature, .dining-feature.flip{grid-template-columns:1fr}
  .dining-feature.flip .img{order:0}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .check-grid{grid-template-columns:1fr}
  .tariff-row{grid-template-columns:1fr;gap:.5rem;text-align:center}
  .tariff-row.head{display:none}
  .tariff-row .col.price::before{content:attr(data-label);display:block;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--c-muted);margin-bottom:.3rem;font-family:var(--f-body);font-style:normal;font-weight:600}
}
@media (max-width:680px){
  .form-grid{grid-template-columns:1fr}
  .amen-full{grid-template-columns:1fr}
  .offers-grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr}
  .room-feats{grid-template-columns:1fr}
  .page-head{padding:3rem 0 4rem}
  .page-head h1{font-size:2.2rem}
}
