:root {
  --saffron: #d96821;
  --deep-saffron: #a83c18;
  --maroon: #4b160f;
  --cream: #fff7e8;
  --gold: #f5c76b;
  --brown: #6b3e1f;
  --green: #647a4b;
  --ink: #261c18;
  --muted: #6f5e53;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(74, 30, 12, .18);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fffdf8;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 250, 240, .86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(120, 71, 35, .12);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; }
.brand small { display: block; color: var(--muted); font-size: 12px; margin-top: -3px; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, #ffe4a1, #d96721); color: #6d210c; box-shadow: 0 10px 22px rgba(217, 104, 33, .25); }
.nav-links { display: flex; align-items: center; gap: 22px; font-weight: 700; font-size: 14px; }
.nav-links a:not(.nav-cta) { color: #594239; }
.nav-cta { background: var(--maroon); color: white; padding: 11px 18px; border-radius: 999px; }
.nav-toggle { display: none; background: none; border: 0; font-size: 28px; }
.hero { position: relative; overflow: hidden; padding: 86px 0 64px; background: radial-gradient(circle at top left, #ffe1a4 0, transparent 33%), linear-gradient(135deg, #fff7e8 0%, #fff2d3 48%, #ffe2b3 100%); }
.hero:before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(167, 77, 25, .14) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, #000, transparent); }
.hero-glow { position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: rgba(217, 104, 33, .18); filter: blur(20px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 54px; align-items: center; }
.eyebrow { margin: 0 0 12px; color: var(--deep-saffron); text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: 12px; }
h1, h2, h3 { line-height: 1.12; margin: 0; }
h1 { font-family: Cinzel, Georgia, serif; font-size: clamp(42px, 7vw, 78px); color: var(--maroon); max-width: 850px; }
h2 { font-family: Cinzel, Georgia, serif; font-size: clamp(30px, 4vw, 48px); color: var(--maroon); }
h3 { font-size: 21px; }
.hero-copy, .lead { font-size: 18px; color: #62483c; max-width: 680px; }
.hero-actions { margin: 32px 0; display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; justify-content: center; align-items: center; border: 0; cursor: pointer; border-radius: 999px; padding: 14px 24px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: linear-gradient(135deg, var(--saffron), var(--deep-saffron)); color: white; box-shadow: 0 16px 35px rgba(168, 60, 24, .24); }
.btn.secondary { background: white; color: var(--maroon); box-shadow: 0 10px 28px rgba(82, 36, 15, .10); }
.btn.full { width: 100%; margin-top: 18px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 680px; }
.hero-stats div { padding: 18px; border-radius: 18px; background: rgba(255,255,255,.72); border: 1px solid rgba(116,70,35,.12); }
.hero-stats strong { display: block; color: var(--maroon); font-size: 20px; }
.hero-stats span { color: var(--muted); font-size: 13px; }
.devotional-card { background: white; border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.devotional-card img { width: 100%; border-radius: 22px; aspect-ratio: 3 / 4.2; object-fit: cover; object-position: top; }
.devotional-card blockquote { margin: 16px 6px 4px; color: var(--maroon); font-family: Cinzel, Georgia, serif; font-weight: 700; }
.intro-strip { background: var(--maroon); color: #ffe9c0; padding: 18px 0; }
.strip-grid { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-weight: 800; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.section { padding: 90px 0; }
.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.rich-copy p { margin-top: 0; color: #5f4a3f; font-size: 17px; }
.sacred-bg { background: linear-gradient(180deg, #fffaf0, #fff3da); }
.project-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 64px; align-items: center; }
.illustration-card { border-radius: var(--radius); padding: 18px; background: white; box-shadow: var(--shadow); }
.feature-list { margin-top: 28px; display: grid; gap: 14px; }
.feature-list article { padding: 20px; border-radius: 20px; background: white; border: 1px solid rgba(120, 71, 35, .12); }
.feature-list strong { display: block; color: var(--deep-saffron); font-size: 20px; margin-bottom: 4px; }
.feature-list span { color: var(--muted); }
.destination-card { background: var(--cream); border: 1px solid rgba(120, 71, 35, .12); border-radius: var(--radius); padding: 36px; box-shadow: 0 18px 45px rgba(94, 40, 13, .08); }
.destination-card ul, .check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.destination-card li, .check-list li { position: relative; padding-left: 30px; }
.destination-card li:before, .check-list li:before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--deep-saffron); font-weight: 900; }
.warm { background: #fff7e8; }
.section-heading { text-align: center; max-width: 720px; margin: 0 auto 42px; }
.amenity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.amenity { background: white; border-radius: 22px; padding: 24px; min-height: 210px; border: 1px solid rgba(120, 71, 35, .10); box-shadow: 0 14px 34px rgba(94, 40, 13, .07); }
.amenity span { font-size: 30px; display: inline-block; margin-bottom: 16px; }
.amenity p { color: var(--muted); margin-bottom: 0; }
.membership-grid { display: grid; grid-template-columns: 1fr 440px; gap: 70px; align-items: center; }
.pricing-card { position: relative; background: var(--maroon); color: white; border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); overflow: hidden; }
.pricing-card:before { content: ""; position: absolute; right: -60px; top: -60px; width: 180px; height: 180px; border-radius: 50%; background: rgba(245, 199, 107, .16); }
.badge { display: inline-block; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.13); color: #ffe1a4; font-weight: 800; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.price { font-size: 46px; line-height: 1; font-weight: 900; margin: 20px 0 8px; color: var(--gold); }
.muted { color: rgba(255,255,255,.74); }
.pricing-card .check-list li:before { color: var(--gold); }
.dark { background: linear-gradient(135deg, #3b110b, #5a1e12); color: white; }
.light-heading h2 { color: white; }
.light-heading .eyebrow { color: var(--gold); }
.operations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.operations-grid div { padding: 24px; border-radius: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.operations-grid strong { display: block; color: #ffe0a3; font-size: 18px; margin-bottom: 7px; }
.operations-grid span { color: rgba(255,255,255,.78); }
.cta-panel { display: grid; grid-template-columns: 1fr 420px; gap: 40px; align-items: center; background: linear-gradient(135deg, #fff3d5, #ffffff); border-radius: 36px; padding: 46px; box-shadow: var(--shadow); }
.enquiry-form { display: grid; gap: 14px; }
.enquiry-form label { display: grid; gap: 7px; color: var(--muted); font-weight: 700; font-size: 14px; }
.enquiry-form input, .enquiry-form select { width: 100%; border: 1px solid rgba(120, 71, 35, .18); border-radius: 16px; padding: 14px 15px; font: inherit; background: white; color: var(--ink); }
.footer { padding: 28px 0; background: #26130e; color: #ffe8c2; }
.footer-grid { display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.footer p { margin: 4px 0 0; color: rgba(255,232,194,.72); }
@media (max-width: 920px) {
  .hero-grid, .project-grid, .two-col, .membership-grid, .cta-panel { grid-template-columns: 1fr; }
  .amenity-grid, .operations-grid { grid-template-columns: repeat(2, 1fr); }
  .membership-grid { gap: 32px; }
  .devotional-card { transform: none; max-width: 430px; }
}
@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 78px; display: none; flex-direction: column; align-items: stretch; padding: 18px; border-radius: 22px; background: white; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hero { padding-top: 52px; }
  .hero-stats { grid-template-columns: 1fr; }
  .amenity-grid, .operations-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .cta-panel { padding: 26px; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}
