/* ===== HOTEL SAI NEST — MAIN STYLESHEET ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Lato:wght@300;400;700&family=Cormorant+Garamond:ital,wght@0,400;1,400;1,600&display=swap');

:root {
  --gold:       #8B6914;
  --gold-light: #D4A017;
  --gold-pale:  #F0E4C0;
  --green:      #2C5F2E;
  --green-light:#4A8B4C;
  --cream:      #F5F0E8;
  --cream-dark: #EDE5D4;
  --brown-dark: #1A1208;
  --brown-mid:  #4A3B1F;
  --text-main:  #2A2015;
  --text-muted: #7A6A50;
  --white:      #FFFFFF;
  --shadow-sm:  0 2px 12px rgba(139,105,20,0.10);
  --shadow-md:  0 6px 32px rgba(139,105,20,0.16);
  --shadow-lg:  0 16px 56px rgba(139,105,20,0.22);
  --radius:     4px;
  --transition: 0.32s cubic-bezier(0.4,0,0.2,1);
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Lato', sans-serif; background: var(--cream); color: var(--text-main); overflow-x: hidden; }

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ===== TYPOGRAPHY ===== */
h1,h2,h3,h4 { font-family: 'Playfair Display', serif; line-height: 1.25; color: var(--brown-dark); }
h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: 1.4rem; }
.italic-accent { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--gold); font-size: 1.15em; }
.section-eyebrow { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 0.6rem; display: block; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 32px; border-radius: var(--radius); font-family: 'Lato', sans-serif; font-weight: 700; font-size: 0.88rem; letter-spacing: 0.08em; text-transform: uppercase; border: 2px solid transparent; cursor: pointer; transition: var(--transition); }
.btn-gold { background: var(--gold); color: var(--white); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-outline { background: transparent; color: var(--white); border-color: var(--white); }
.btn-outline:hover { background: var(--white); color: var(--gold); }
.btn-green { background: var(--green); color: var(--white); border-color: var(--green); }
.btn-green:hover { background: var(--green-light); border-color: var(--green-light); transform: translateY(-2px); }

/* ===== HEADER / NAV ===== */
#header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 20px 0; transition: var(--transition); }
#header.scrolled { background: var(--brown-dark); padding: 12px 0; box-shadow: var(--shadow-md); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-mark { width: 46px; height: 46px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; color: var(--white); font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; }
.logo-text { line-height: 1; }
.logo-text .name { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; color: var(--white); }
.logo-text .tagline { font-size: 0.68rem; color: var(--gold-light); letter-spacing: 0.12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a { font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.85); font-weight: 700; position: relative; transition: color var(--transition); }
.nav-links a::after { content:''; position: absolute; bottom:-4px; left:0; right:0; height:2px; background: var(--gold-light); transform: scaleX(0); transition: transform var(--transition); }
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-cta { display: flex; align-items: center; gap: 16px; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--white); display: block; transition: var(--transition); }

/* ===== MOBILE NAV ===== */
@media (max-width: 900px) {
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--brown-dark); flex-direction: column; padding: 24px 32px; gap: 20px; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .hamburger { display: flex; }
  .nav-cta .btn { display: none; }
}

/* ===== HERO ===== */
#hero { min-height: 100vh; background: linear-gradient(160deg, #1A1208 0%, #2C1F0A 60%, #1A2B1B 100%); display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-pattern { position: absolute; inset: 0; opacity: 0.04; background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23D4A017' fill-rule='evenodd'%3E%3Ccircle cx='40' cy='40' r='3'/%3E%3Ccircle cx='40' cy='40' r='20' fill='none' stroke='%23D4A017' stroke-width='1'/%3E%3Ccircle cx='40' cy='40' r='35' fill='none' stroke='%23D4A017' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E"); background-size: 80px 80px; }
.hero-glow { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(212,160,23,0.15) 0%, transparent 70%); top: 50%; left: 60%; transform: translate(-50%,-50%); pointer-events: none; }
.hero-inner { max-width: 1200px; margin: 0 auto; padding: 120px 32px 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.hero-content { }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(212,160,23,0.15); border: 1px solid rgba(212,160,23,0.3); border-radius: 100px; padding: 6px 16px; font-size: 0.75rem; color: var(--gold-light); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 24px; }
.hero-badge::before { content: '✦'; font-size: 0.6rem; }
.hero-content h1 { color: var(--white); margin-bottom: 12px; }
.hero-content h1 span { color: var(--gold-light); display: block; }
.hero-subtitle { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.35rem; color: rgba(255,255,255,0.65); margin-bottom: 32px; line-height: 1.6; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 36px; margin-top: 52px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.1); }
.hero-stat .num { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--gold-light); }
.hero-stat .lbl { font-size: 0.78rem; color: rgba(255,255,255,0.5); letter-spacing: 0.08em; text-transform: uppercase; }
.hero-visual { position: relative; }
.hero-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(212,160,23,0.25); border-radius: 16px; padding: 32px; backdrop-filter: blur(8px); }
.hero-card-title { font-family: 'Playfair Display', serif; color: var(--white); font-size: 1.2rem; margin-bottom: 20px; }
.feature-list { display: flex; flex-direction: column; gap: 14px; }
.feature-item { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,0.75); font-size: 0.9rem; }
.feature-icon { width: 36px; height: 36px; border-radius: 8px; background: rgba(212,160,23,0.15); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.hotel-badge-big { margin-top: 20px; background: var(--gold); border-radius: 12px; padding: 20px; display: flex; align-items: center; gap: 16px; }
.hotel-badge-big .icon { font-size: 2.2rem; }
.hotel-badge-big .txt .t1 { font-family: 'Playfair Display', serif; color: var(--white); font-size: 1rem; font-weight: 700; }
.hotel-badge-big .txt .t2 { color: rgba(255,255,255,0.75); font-size: 0.8rem; }

/* ===== SECTION COMMONS ===== */
section { padding: 96px 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.section-header { text-align: center; max-width: 680px; margin: 0 auto 64px; }
.section-header p { color: var(--text-muted); font-size: 1.05rem; margin-top: 16px; line-height: 1.75; }
.divider-gold { width: 60px; height: 3px; background: var(--gold); margin: 20px auto; border-radius: 2px; }

/* ===== HIGHLIGHTS STRIP ===== */
#highlights { background: var(--brown-dark); padding: 56px 0; }
.highlights-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; }
.highlight-item { padding: 40px 28px; border-right: 1px solid rgba(255,255,255,0.08); text-align: center; }
.highlight-item:last-child { border-right: none; }
.hi-icon { font-size: 2.2rem; margin-bottom: 16px; display: block; }
.hi-title { font-family: 'Playfair Display', serif; color: var(--white); font-size: 1.1rem; margin-bottom: 8px; }
.hi-desc { color: rgba(255,255,255,0.45); font-size: 0.85rem; line-height: 1.6; }

/* ===== ABOUT SECTION ===== */
#about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-image-wrap { position: relative; }
.about-img-main { border-radius: 12px; overflow: hidden; background: var(--cream-dark); height: 500px; display: flex; align-items: center; justify-content: center; }
.img-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: var(--text-muted); height: 100%; width: 100%; background: var(--cream-dark); font-size: 0.85rem; }
.img-placeholder .emoji { font-size: 3rem; }
.about-badge { position: absolute; bottom: -28px; right: -28px; background: var(--gold); border-radius: 12px; padding: 24px; color: var(--white); text-align: center; min-width: 140px; }
.about-badge .num { font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 700; line-height: 1; }
.about-badge .lbl { font-size: 0.75rem; opacity: 0.85; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px; }
.about-content { }
.about-content p { color: var(--text-muted); line-height: 1.85; margin-bottom: 20px; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0; }
.af-item { display: flex; align-items: flex-start; gap: 12px; }
.af-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); margin-top: 7px; flex-shrink: 0; }
.af-text { font-size: 0.9rem; color: var(--text-main); font-weight: 700; }

/* ===== GALLERY ===== */
#gallery { background: var(--cream-dark); }
.gallery-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 48px; flex-wrap: wrap; }
.tab-btn { padding: 9px 24px; border-radius: 100px; border: 1.5px solid var(--gold-pale); background: transparent; color: var(--text-muted); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: var(--transition); }
.tab-btn.active, .tab-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.gallery-item { border-radius: 10px; overflow: hidden; position: relative; cursor: pointer; background: var(--cream); aspect-ratio: 4/3; }
.gallery-item.tall { grid-row: span 2; aspect-ratio: unset; }
.gallery-img { width: 100%; height: 100%; object-fit: cover; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; background: var(--cream-dark); transition: transform 0.4s ease; }
.gallery-item:hover .gallery-img { transform: scale(1.07); }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,18,8,0.85) 0%, transparent 50%); opacity: 0; transition: opacity var(--transition); display: flex; align-items: flex-end; padding: 20px; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-label { color: var(--white); font-size: 0.9rem; font-weight: 700; font-family: 'Playfair Display', serif; }

/* ===== GOSHALA ===== */
#goshala { background: var(--cream); }
.goshala-hero { background: var(--green); border-radius: 16px; padding: 64px 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 80px; overflow: hidden; position: relative; }
.goshala-hero::before { content: '🐄'; position: absolute; right: -20px; bottom: -20px; font-size: 10rem; opacity: 0.08; }
.goshala-hero h2 { color: var(--white); margin-bottom: 16px; }
.goshala-hero p { color: rgba(255,255,255,0.75); line-height: 1.8; margin-bottom: 24px; }
.goshala-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.gs { text-align: center; }
.gs .num { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--white); font-weight: 700; }
.gs .lbl { font-size: 0.75rem; color: rgba(255,255,255,0.6); letter-spacing: 0.1em; text-transform: uppercase; }
.goshala-visual { border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0; border: none; background: transparent; }
.products-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.product-card { background: var(--white); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--transition); border: 1px solid var(--cream-dark); }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.product-img { height: 180px; background: var(--cream-dark); display: flex; align-items: center; justify-content: center; font-size: 3.5rem; }
.product-body { padding: 20px; }
.product-tag { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--green); font-weight: 700; }
.product-name { font-family: 'Playfair Display', serif; font-size: 1.1rem; margin: 6px 0 10px; }
.product-desc { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 16px; }

/* ===== TESTIMONIALS ===== */
#testimonials { background: var(--brown-dark); padding: 96px 0; }
.testimonials-wrap { position: relative; overflow: hidden; }
.testimonials-track { display: flex; transition: transform 0.5s ease; }
.testimonial { min-width: 100%; padding: 0 16px; }
.testimonial-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.quote-mark { font-family: 'Playfair Display', serif; font-size: 5rem; color: var(--gold); line-height: 0.5; display: block; margin-bottom: 24px; }
.testimonial-text { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.45rem; color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 32px; }
.testimonial-author { display: flex; align-items: center; justify-content: center; gap: 14px; }
.author-avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-weight: 700; color: var(--white); font-size: 1.1rem; }
.author-name { font-weight: 700; color: var(--white); font-size: 0.95rem; }
.author-loc { font-size: 0.78rem; color: var(--gold-light); }
.testimonial-dots { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.t-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.2); cursor: pointer; transition: var(--transition); border: none; }
.t-dot.active { background: var(--gold-light); width: 24px; border-radius: 4px; }

/* ===== CONTACT ===== */
#contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; }
.contact-info { }
.contact-info h2 { margin-bottom: 20px; }
.contact-info > p { color: var(--text-muted); line-height: 1.8; margin-bottom: 36px; }
.contact-details { display: flex; flex-direction: column; gap: 20px; }
.cd-item { display: flex; align-items: flex-start; gap: 16px; }
.cd-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--gold-pale); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.cd-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); font-weight: 700; }
.cd-value { font-size: 0.95rem; color: var(--text-main); margin-top: 2px; }
.social-links { display: flex; gap: 12px; margin-top: 36px; }
.social-btn { width: 42px; height: 42px; border-radius: 8px; border: 1.5px solid var(--gold-pale); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; transition: var(--transition); color: var(--text-muted); }
.social-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--white); }
.contact-form { background: var(--white); border-radius: 16px; padding: 40px; box-shadow: var(--shadow-md); }
.contact-form h3 { font-family: 'Playfair Display', serif; margin-bottom: 28px; color: var(--brown-dark); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.8rem; font-weight: 700; color: var(--text-main); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 8px; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 12px 16px; border: 1.5px solid var(--cream-dark); border-radius: var(--radius); font-family: 'Lato', sans-serif; font-size: 0.95rem; color: var(--text-main); background: var(--cream); transition: border-color var(--transition); outline: none; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--gold); background: var(--white); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-msg { padding: 12px 16px; border-radius: var(--radius); font-size: 0.88rem; margin-top: 16px; display: none; }
.form-msg.success { background: #d4edda; color: #155724; display: block; }
.form-msg.error { background: #f8d7da; color: #721c24; display: block; }

/* ===== FOOTER ===== */
#footer { background: #0E0C06; padding: 72px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 48px; margin-bottom: 56px; }
.footer-brand .logo-text .name { font-size: 1.4rem; }
.footer-brand p { color: rgba(255,255,255,0.4); font-size: 0.88rem; line-height: 1.75; margin: 20px 0 28px; }
.footer-col h4 { font-family: 'Playfair Display', serif; color: var(--white); font-size: 1rem; margin-bottom: 20px; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { color: rgba(255,255,255,0.4); font-size: 0.88rem; transition: color var(--transition); }
.footer-links a:hover { color: var(--gold-light); }
.footer-contact-item { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 14px; color: rgba(255,255,255,0.4); font-size: 0.85rem; }
.footer-contact-item span:first-child { color: var(--gold-light); flex-shrink: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { color: rgba(255,255,255,0.3); font-size: 0.8rem; }

/* ===== POPUP AD ===== */
#popup-overlay { position: fixed; inset: 0; background: rgba(10,8,2,0.75); z-index: 9999; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.4s ease; backdrop-filter: blur(4px); }
#popup-overlay.visible { opacity: 1; pointer-events: all; }
.popup-box { background: var(--white); border-radius: 16px; max-width: 500px; width: 90%; overflow: hidden; transform: scale(0.9) translateY(24px); transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1); box-shadow: var(--shadow-lg); position: relative; }
#popup-overlay.visible .popup-box { transform: scale(1) translateY(0); }
.popup-close { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border-radius: 50%; background: rgba(0,0,0,0.1); border: none; font-size: 1.1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--white); z-index: 1; transition: background var(--transition); }
.popup-close:hover { background: rgba(0,0,0,0.25); }
.popup-img { height: 200px; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%); display: flex; align-items: center; justify-content: center; font-size: 5rem; }
.popup-body { padding: 28px 32px 32px; }
.popup-body h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--brown-dark); margin-bottom: 12px; }
.popup-body p { color: var(--text-muted); line-height: 1.7; margin-bottom: 24px; font-size: 0.95rem; }
.popup-footer-note { font-size: 0.72rem; color: var(--text-muted); text-align: center; margin-top: 16px; }

/* ===== LIGHTBOX ===== */
#lightbox { position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 8888; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
#lightbox.open { opacity: 1; pointer-events: all; }
.lb-img { max-width: 85vw; max-height: 85vh; border-radius: 8px; object-fit: contain; font-size: 6rem; display: flex; align-items: center; justify-content: center; background: var(--cream-dark); min-width: 200px; min-height: 200px; }
.lb-close { position: fixed; top: 20px; right: 28px; color: var(--white); font-size: 2rem; cursor: pointer; background: none; border: none; opacity: 0.7; }
.lb-close:hover { opacity: 1; }

/* ===== SCROLL ANIMATIONS ===== */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float { position: fixed; bottom: 28px; right: 28px; width: 54px; height: 54px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; box-shadow: 0 4px 20px rgba(37,211,102,0.4); z-index: 999; transition: transform var(--transition); text-decoration: none; }
.whatsapp-float:hover { transform: scale(1.1); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .about-image-wrap { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  section { padding: 64px 0; }
  .highlights-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-item.tall { grid-row: span 1; }
  .products-grid { grid-template-columns: 1fr 1fr; }
  .goshala-hero { grid-template-columns: 1fr; }
  .goshala-visual { display: flex; }
  .form-row { grid-template-columns: 1fr; }
  .hero-stats { gap: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: 1fr; }
  .highlights-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
}

/* ===== BACK TO TOP ===== */
#back-top { position: fixed; bottom: 90px; right: 28px; width: 42px; height: 42px; background: var(--gold); border-radius: 50%; color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; cursor: pointer; opacity: 0; pointer-events: none; transition: var(--transition); border: none; z-index: 998; }
#back-top.show { opacity: 1; pointer-events: all; }
#back-top:hover { background: var(--gold-light); transform: translateY(-3px); }

/* ===== MAP SECTION ===== */
.map-wrap { border-radius: 12px; overflow: hidden; height: 320px; background: var(--cream-dark); margin-top: 48px; display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 0.9rem; border: 1.5px solid var(--cream-dark); }
.map-placeholder { text-align: center; }
.map-placeholder .emoji { font-size: 3rem; display: block; margin-bottom: 12px; }

/* ===== SUCCESS PAGE ===== */
.success-banner { background: linear-gradient(135deg, var(--green) 0%, var(--green-light) 100%); color: var(--white); text-align: center; padding: 20px 32px; font-size: 0.95rem; display: none; }

/* ===== DEVANAGARI / HINDI TEXT ===== */
.hindi-shloka { font-family: 'Noto Sans Devanagari', 'Mangal', serif; }

