/* Premium visual layer — unified public-site design system */
:root {
  --ink: #2b1712;
  --muted-ink: #765f56;
  --ivory: #fffaf1;
  --paper: #f7eddd;
  --copper: #a94722;
  --saffron: #dc8b27;
  --gold: #d5a64c;
  --maroon: #43170f;
  --line: rgba(81, 42, 26, .13);
  --shadow-sm: 0 10px 30px rgba(69, 35, 22, .08);
  --shadow-lg: 0 26px 70px rgba(69, 35, 22, .14);
  --radius: 24px;
}

html { scroll-padding-top: 90px; }
body {
  overflow-x: hidden;
  font-family: 'DM Sans', sans-serif;
  color: var(--ink);
  background-color: var(--ivory);
  background-image: radial-gradient(circle at 15% 10%, rgba(220,139,39,.07), transparent 28%), radial-gradient(circle at 88% 42%, rgba(169,71,34,.05), transparent 26%);
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .3;
  z-index: -1;
  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%3Cpath d='M40 16c4 8 8 12 16 16-8 4-12 8-16 16-4-8-8-12-16-16 8-4 12-8 16-16Z' fill='none' stroke='%23a94722' stroke-opacity='.08'/%3E%3C/svg%3E");
}

.devotional-strip { color: rgba(255,255,255,.78); background: #2a0d08; font-size: .68rem; letter-spacing: .035em; }
.devotional-strip-inner { width: min(1360px, calc(100% - 48px)); min-height: 34px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.devotional-strip-inner > span { color: #e8bd67; font-family: 'Noto Serif Devanagari', serif; font-weight: 600; }
.devotional-strip-inner div { display: flex; gap: 24px; }
.devotional-strip a { color: rgba(255,255,255,.68); text-decoration: none; }
.devotional-strip a:hover { color: #f1cd83; }
.devotional-strip i { margin-right: 5px; color: #d9a94f; }

h1, h2, h3, .brand b {
  font-family: 'Noto Serif Devanagari', serif;
  letter-spacing: -.025em;
}
h1, h2, h3, p { text-wrap: pretty; }
p { color: var(--muted-ink); line-height: 1.85; }
a, button, .card, .event-card { transition: .3s cubic-bezier(.2,.7,.2,1); }
img { display: block; }
::selection { color: #fff; background: var(--copper); }

@media (hover: hover) and (pointer: fine) {
  .spiritual-cursor-dot,
  .spiritual-cursor-ring {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    will-change: transform;
  }
  .spiritual-cursor-dot {
    width: 7px;
    height: 7px;
    margin: -3.5px 0 0 -3.5px;
    border-radius: 50%;
    background: #bd5b26;
    box-shadow: 0 0 12px rgba(213,166,76,.7);
  }
  .spiritual-cursor-ring {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 1px solid rgba(169,71,34,.48);
    border-radius: 50%;
    background: rgba(213,166,76,.045);
    transition: width .22s ease, height .22s ease, margin .22s ease, border-color .22s ease, background .22s ease, opacity .2s ease;
  }
  body.cursor-visible .spiritual-cursor-dot,
  body.cursor-visible .spiritual-cursor-ring { opacity: 1; }
  body.cursor-interactive .spiritual-cursor-dot { opacity: 0; }
  body.cursor-interactive .spiritual-cursor-ring {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    border-color: rgba(169,71,34,.7);
    background: rgba(213,166,76,.12);
  }
}

.container { width: min(1220px, calc(100% - 48px)); }
.section { position: relative; padding: clamp(64px, 7vw, 96px) 0; }
.section h2 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.18; margin: 12px 0 24px; }
.section-tag, .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid rgba(169,71,34,.2);
  border-radius: 999px;
  color: var(--copper);
  background: rgba(255,250,241,.72);
  font-size: .72rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

/* Header */
.topbar {
  min-height: 82px;
  padding: 10px max(24px, calc((100vw - 1360px)/2));
  background: rgba(255,250,241,.86);
  border-bottom: 1px solid rgba(81,42,26,.1);
  box-shadow: 0 8px 35px rgba(67,23,15,.055);
  backdrop-filter: blur(22px) saturate(140%);
}
.brand { gap: 12px; }
.brand-mark {
  width: 50px; height: 50px;
  color: #f7d890;
  background: linear-gradient(145deg, #5c2417, #32100b);
  border: 1px solid rgba(213,166,76,.5);
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.05), 0 8px 20px rgba(67,23,15,.15);
}
.brand b { font-size: 1.04rem; color: var(--maroon); }
.brand small { margin-top: 2px; font-size: .65rem; letter-spacing: .05em; color: #8e7062; }
nav { gap: clamp(12px, 1.6vw, 25px); }
nav a, nav button { position: relative; color: #654f47; font-size: .83rem; }
nav > a:not(.nav-donation)::after {
  content: ''; position: absolute; left: 50%; right: 50%; bottom: -10px; height: 2px;
  background: var(--copper); border-radius: 2px; transition: .25s ease;
}
nav > a:hover, nav > a.active { color: var(--copper); }
nav > a:hover::after, nav > a.active::after { left: 0; right: 0; }
.nav-donation {
  padding: 10px 17px; border-radius: 999px; color: #fff !important;
  background: linear-gradient(135deg, #a94722, #762914); box-shadow: 0 9px 22px rgba(169,71,34,.2);
}
.nav-donation:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(169,71,34,.28); }
.menu-btn { width: 44px; height: 44px; padding: 12px; border-radius: 50%; background: var(--maroon); }
.menu-btn span { display: block; width: 20px; height: 2px; margin: 4px 0; border-radius: 2px; background: #fff; transition: .25s; }
.menu-btn.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-btn.is-open span:nth-child(2) { opacity: 0; }
.menu-btn.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Buttons */
.btn, .event-btn, .book-btn, .pay-now-btn {
  min-height: 50px;
  padding: 13px 23px;
  border-radius: 999px;
  font-size: .82rem;
  letter-spacing: .02em;
  box-shadow: none;
}
.primary {
  background: linear-gradient(135deg, #572014, #2d0f0a);
  box-shadow: 0 14px 30px rgba(67,23,15,.2);
}
.primary:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(67,23,15,.28); }
.secondary { background: rgba(255,255,255,.45); border-color: rgba(67,23,15,.2); backdrop-filter: blur(12px); }
.secondary:hover { color: var(--copper); border-color: var(--copper); background: #fff; transform: translateY(-3px); }

/* Hero */
.hero { min-height: min(740px, calc(100svh - 116px)); padding: clamp(58px, 7vw, 96px) 0 82px; display: grid; align-items: center; }
.hero-bg {
  background: radial-gradient(circle at 78% 40%, rgba(213,166,76,.24), transparent 23%), linear-gradient(118deg, #f4e5cf 0%, #fffaf1 48%, #ead3ba 100%);
  clip-path: none;
}
.hero-bg::before, .hero-bg::after { content: ''; position: absolute; border: 1px solid rgba(169,71,34,.12); border-radius: 50%; }
.hero-bg::before { width: 580px; height: 580px; right: -160px; top: -200px; }
.hero-bg::after { width: 360px; height: 360px; left: -230px; bottom: -160px; }
.hero-grid { grid-template-columns: minmax(0, 1.02fr) minmax(360px, .82fr); gap: clamp(38px, 5.5vw, 76px); }
.hero-content { position: relative; z-index: 2; }
.hero-kicker { display: block; margin-bottom: 10px; color: var(--copper); font-family: 'Noto Serif Devanagari', serif; font-size: 1.05rem; font-weight: 700; letter-spacing: .18em; }
.hero h1 { max-width: 760px; margin: 14px 0 18px; color: var(--maroon); font-size: clamp(3.1rem, 5.5vw, 5.6rem); line-height: 1.02; font-weight: 700; }
.hero-mantra { display: flex; align-items: center; gap: 12px; margin: -4px 0 18px; color: #8e552e; font-family: 'Noto Serif Devanagari', serif; font-size: .9rem; font-weight: 600; }
.hero-mantra i { width: 5px; height: 5px; flex: 0 0 5px; rotate: 45deg; background: var(--gold); }
.hero .lead { max-width: 580px; color: #6e554b; font-size: clamp(1rem, 1.4vw, 1.18rem); }
.hero-actions { margin-top: 34px; }
.hero-card {
  position: relative; padding: 12px; border-radius: 44% 44% 28px 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,244,223,.55));
  border: 1px solid rgba(169,71,34,.18); box-shadow: var(--shadow-lg);
}
.hero-card::before { content: 'ॐ'; position: absolute; z-index: 4; top: -25px; left: 50%; translate: -50% 0; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: #f2cd7d; background: var(--maroon); border: 4px solid #f4e5cf; font-size: 24px; }
.hero-slider { min-height: 465px; border-radius: 42% 42% 20px 20px; overflow: hidden; }
.hero-card .hero-slide {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 0;
  box-shadow: none;
}
.hero-slider-dots { position: absolute; z-index: 6; left: 50%; bottom: -27px; translate: -50% 0; display: flex; align-items: center; gap: 7px; }
.hero-slider-dots span { width: 6px; height: 6px; border-radius: 50%; background: rgba(67,23,15,.22); transition: .3s ease; }
.hero-slider-dots span.active { width: 22px; border-radius: 99px; background: var(--copper); }
.hero-trust { display: flex; align-items: center; gap: 11px; margin-top: 30px; }
.hero-trust > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; color: #ebc875; background: var(--maroon); font-size: 18px; }
.hero-trust p { margin: 0; line-height: 1.25; }
.hero-trust b, .hero-trust small { display: block; }
.hero-trust b { color: var(--ink); font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-trust small { margin-top: 4px; color: #8e7469; font-size: .68rem; }
.hero-stats { grid-column: 1 / -1; width: min(720px, 100%); margin-top: -10px; }
.stats div { padding: 17px 20px; border: 1px solid rgba(169,71,34,.12); border-radius: 18px; background: rgba(255,255,255,.62); box-shadow: 0 10px 24px rgba(67,23,15,.05); backdrop-filter: blur(12px); }
.stats b { color: var(--maroon); font-family: 'Noto Serif Devanagari', serif; font-size: 1.1rem; }
.stats span { color: #8a6f63; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }

.sacred-quote { position: relative; z-index: 3; color: #fff; background: linear-gradient(110deg, #4b1910, #2a0d08); border-block: 1px solid rgba(213,166,76,.24); }
.sacred-quote-inner { min-height: 106px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; }
.quote-om { color: #e8bd67; font-size: 2.1rem; }
.sacred-quote p { margin: 0; color: rgba(255,255,255,.86); font-family: 'Noto Serif Devanagari', serif; font-size: clamp(1rem, 2vw, 1.28rem); }
.sacred-quote a { color: #e9c77e; text-decoration: none; font-size: .75rem; font-weight: 700; letter-spacing: .04em; }
.sacred-quote a span { margin-left: 7px; }

/* Content blocks */
.two-col { gap: clamp(42px, 6vw, 78px); align-items: center; }
.rounded-img { border-radius: var(--radius); box-shadow: var(--shadow-lg); outline: 1px solid rgba(169,71,34,.15); outline-offset: 9px; }
.about p { white-space: normal; }
.about { overflow: hidden; }
.about::before { content: 'श्री'; position: absolute; right: -1.5vw; bottom: -5vw; color: rgba(169,71,34,.035); font-family: 'Noto Serif Devanagari', serif; font-size: clamp(10rem, 22vw, 22rem); font-weight: 800; line-height: 1; pointer-events: none; }
.about .container { position: relative; z-index: 1; }
.about .rounded-img { aspect-ratio: 4 / 5; max-height: 620px; object-position: center top; }
.about-copy > p { max-width: 650px; }
.about-highlights { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin: 28px 0 32px; }
.about-highlights span { padding: 16px 18px; color: #785d51; border-left: 3px solid var(--gold); background: #faefdf; font-size: .77rem; line-height: 1.5; }
.about-highlights b { display: block; color: var(--maroon); font-family: 'Noto Serif Devanagari', serif; font-size: 1rem; }
.section-heading { max-width: 780px; margin: 0 auto; text-align: center; }
.section-heading h2 { margin-bottom: 12px; }
.section-heading > p { max-width: 650px; margin: 0 auto; }
.section-heading-light > p { color: rgba(255,255,255,.66); }
.section-action { display: flex; justify-content: center; margin-top: 38px; }
.gradient-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background-color: #2d100b;
  background-image: url('../images/backgrounds/gau-seva-spiritual.webp');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.gradient-section::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(100deg, rgba(40,13,9,.96) 0%, rgba(53,18,11,.88) 46%, rgba(44,15,10,.66) 100%);
}
.gradient-section::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(24,8,5,.22), transparent 35%, rgba(24,8,5,.46));
}
.gradient-section .container { position: relative; z-index: 1; }
.gradient-section h2 { color: #fff; }
.gradient-section .section-tag { color: #f3cf7e; border-color: rgba(243,207,126,.28); background: rgba(255,255,255,.05); }
.cards { gap: 18px; margin-top: 32px; }
.card { padding: 27px; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); background: rgba(255,255,255,.09); box-shadow: none; backdrop-filter: blur(10px); }
.card:hover { transform: translateY(-7px); border-color: rgba(213,166,76,.4); background: rgba(255,255,255,.1); }
.card .icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; background: rgba(213,166,76,.15); font-size: 26px; }
.card h3 { color: #fff; font-size: 1.25rem; }
.card p { color: rgba(255,255,255,.65); }

.event-grid { gap: 22px; margin-top: 32px; }
.event-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.72); box-shadow: var(--shadow-sm); }
.event-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.event-image { height: 260px; overflow: hidden; }
.event-image img { transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.event-card:hover .event-image img { transform: scale(1.045); }
.event-date { top: 16px; left: 16px; right: auto; color: #fff; background: rgba(67,23,15,.9); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(12px); }
.event-content { padding: 26px; }
.event-content h3 { margin-top: 0; font-size: 1.3rem; }
.event-place { color: var(--copper); font-size: .84rem; }
.event-btn { display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--maroon); }
.event-btn:hover { background: var(--copper); transform: translateY(-2px); }
.events { background: #fffdf8; }
.events::before, .gallery-sec::before { content: 'ॐ'; position: absolute; top: 30px; left: 3vw; color: rgba(169,71,34,.045); font-family: 'Noto Serif Devanagari', serif; font-size: clamp(7rem, 14vw, 13rem); line-height: 1; pointer-events: none; }
.events .container, .gallery-sec .container { position: relative; z-index: 1; }
.yatra-featured-section { position: relative; background: linear-gradient(180deg, #f4e7d5, #fffaf1); }
.yatra-featured-section::before { content: ''; position: absolute; inset: 0; opacity: .32; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 22c4 10 10 16 20 20-10 4-16 10-20 20-4-10-10-16-20-20 10-4 16-10 20-20Z' fill='none' stroke='%23a94722' stroke-opacity='.1'/%3E%3C/svg%3E"); }
.yatra-featured-section .container { position: relative; z-index: 1; }
.yatra-header { max-width: 760px; margin-inline: auto; text-align: center; }
.yatra-header h2 { margin-bottom: 10px; }
.yatra-featured-section .yatra-tag {
  color: #8f351b !important;
  border-color: rgba(143,53,27,.25) !important;
  background: rgba(255,255,255,.72) !important;
}
.yatra-featured-section .yatra-title {
  color: var(--maroon) !important;
  text-shadow: none !important;
}
.yatra-featured-section .yatra-subtitle {
  color: #76584c !important;
  opacity: 1 !important;
}
.yatra-view-all { display: flex; justify-content: center; margin-top: 30px; }
.gallery-sec .gallery { margin-top: 42px; }
.events .event-grid:has(> :only-child), .yatra-featured-section .event-grid:has(> :only-child) { grid-template-columns: minmax(0, 760px); justify-content: center; }

.page-hero, .yatra-hero, .donation-hero, .yatra-detail-hero {
  position: relative; overflow: hidden; padding: clamp(78px, 9vw, 118px) 0 !important; color: #fff !important; text-align: center;
  background-color: #2d100b !important;
  background-image: linear-gradient(90deg, rgba(36,11,7,.86), rgba(51,16,9,.74), rgba(36,11,7,.88)), url('../images/backgrounds/temple-dawn.webp') !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.page-hero::after, .yatra-hero::after, .donation-hero::after, .yatra-detail-hero::after { content: 'ॐ'; position: absolute; right: 6%; top: 50%; translate: 0 -50%; color: rgba(255,255,255,.035); font-size: clamp(9rem, 20vw, 18rem); line-height: 1; }
.page-hero h1, .yatra-hero h1, .donation-hero h1, .yatra-detail-hero h1 { position: relative; z-index: 1; margin: 14px auto 10px; max-width: 920px; color: #fff; font-size: clamp(2.4rem, 5vw, 4.6rem) !important; line-height: 1.15; }
.page-hero p, .yatra-hero p, .donation-hero p { position: relative; z-index: 1; color: rgba(255,255,255,.68); }
.page-hero .badge { color: #f2cc78; border-color: rgba(242,204,120,.3); background: rgba(255,255,255,.06); }

/* Gallery, forms and detail pages */
.gallery { columns: 3 280px; gap: 20px; }
.gallery img { width: 100%; margin: 0 0 20px; border-radius: 18px; break-inside: avoid; box-shadow: var(--shadow-sm); transition: .35s ease; }
.gallery img:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.home-gallery-item.gallery-extra { display: none; }
.home-gallery-item.gallery-extra.is-visible { display: block; animation: galleryReveal .55s cubic-bezier(.2,.7,.2,1) both; }
@keyframes galleryReveal { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }
.gallery-actions { gap: 12px; flex-wrap: wrap; }
.gallery-actions .btn { min-width: 190px; }
.gallery-tabs { width: max-content; max-width: 100%; margin: 0 auto 38px; padding: 6px; border: 1px solid var(--line); border-radius: 999px; background: #fff; box-shadow: var(--shadow-sm); }
.tab-btn { border-radius: 999px !important; padding: 11px 24px !important; }
.tab-btn.active { color: #fff !important; background: var(--maroon) !important; }
.video-card, .contact-form, .contact-grid > div, .donation-card, .detail-image img, .info-box { border: 1px solid var(--line); border-radius: var(--radius) !important; box-shadow: var(--shadow-sm) !important; }
.contact-grid { gap: 28px; align-items: stretch; }
.contact-grid > div, .contact-form { padding: clamp(28px, 4vw, 48px); background: rgba(255,255,255,.72); }
.contact-grid > div a { color: var(--copper); }
.contact-form input, .contact-form select, .contact-form textarea, .login-form input { min-height: 52px; border: 1px solid var(--line); border-radius: 14px; background: #fffdf9; font: inherit; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 0; border-color: var(--copper); box-shadow: 0 0 0 4px rgba(169,71,34,.09); }

/* Homepage video collection */
.home-videos {
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 12% 10%, rgba(213,166,76,.17), transparent 25%), linear-gradient(130deg, #35110b, #1e0a07);
}
.home-videos::after { content: 'ॐ'; position: absolute; right: -3vw; bottom: -7vw; color: rgba(255,255,255,.025); font-family: 'Noto Serif Devanagari', serif; font-size: clamp(12rem, 25vw, 24rem); line-height: 1; }
.home-videos .container { position: relative; z-index: 1; }
.home-videos h2 { color: #fff; }
.home-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-top: 34px; }
.home-video-card { overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.055); box-shadow: 0 20px 48px rgba(0,0,0,.2); transition: transform .3s ease, border-color .3s ease; }
.home-video-card:hover { transform: translateY(-6px); border-color: rgba(213,166,76,.4); }
.home-video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #100503; }
.home-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.home-video-meta { display: flex; align-items: center; gap: 10px; padding: 16px 18px; }
.home-video-meta span { color: #e6bc68; font-size: 1.25rem; }
.home-video-meta p { margin: 0; color: rgba(255,255,255,.7); font-family: 'Noto Serif Devanagari', serif; font-size: .82rem; line-height: 1.5; }
.video-channel-btn { color: #fff; background: #c5221f; box-shadow: 0 12px 28px rgba(197,34,31,.24); }
.video-channel-btn:hover { color: #fff; background: #e12b27; transform: translateY(-3px); }
.video-channel-btn i { margin-right: 8px; font-size: 1.05rem; }
.youtube-btn-wrap .btn.secondary.dark,
.videos .btn.secondary.dark {
  color: #fff !important;
  border-color: #c5221f !important;
  background: #c5221f !important;
  box-shadow: 0 12px 28px rgba(197,34,31,.22) !important;
}
.youtube-btn-wrap .btn.secondary.dark:hover,
.videos .btn.secondary.dark:hover {
  color: #fff !important;
  border-color: #e12b27 !important;
  background: #e12b27 !important;
  transform: translateY(-3px);
}

/* Override legacy inline styles on yatra/donation pages */
.yatra-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr)) !important; gap: 26px !important; padding: 80px 0 !important; }
.yatra-card, .donation-card { border: 1px solid var(--line) !important; border-radius: var(--radius) !important; box-shadow: var(--shadow-sm) !important; }
.yatra-card:hover, .donation-card:hover { transform: translateY(-7px) !important; box-shadow: var(--shadow-lg) !important; }
.yatra-card img { height: 250px !important; }
.yatra-card .content { padding: 26px !important; }
.yatra-card .date { color: var(--copper) !important; background: #f8ead8 !important; }
.btn-details { color: var(--copper) !important; border-color: rgba(169,71,34,.4) !important; }
.btn-book, .card-header, .pay-now-btn, .price-box { color: #fff !important; background: linear-gradient(135deg, #a94722, #6d2615) !important; }
.detail-container, .donation-container { width: min(1200px, calc(100% - 48px)); max-width: none !important; padding: 80px 0 !important; }
.detail-grid { gap: clamp(34px, 6vw, 76px) !important; }
.detail-image img { border-radius: var(--radius) !important; }
.detail-content h2, .info-box h3, .seva-title { color: var(--copper) !important; }
.info-box, .bank-details, .intro-text { background: #fbf1e3 !important; }
.book-btn { background: #188d4b !important; }
.donation-grid { gap: 28px !important; }
.card-header { padding: 24px !important; }
.seva-btn { border: 1px solid rgba(169,71,34,.25) !important; background: #fffaf2 !important; }
.seva-btn:hover { color: #fff !important; background: var(--copper) !important; }
.qr-code { border-color: var(--line) !important; box-shadow: var(--shadow-sm) !important; }

/* Footer and floating actions */
.premium-footer { position: relative; background: #210d09 !important; border-top: 1px solid rgba(213,166,76,.24); }
.premium-footer::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.footer-main { gap: clamp(28px, 4vw, 58px); }
.footer-brand h2 { color: #fff; }
.footer-main h3 { color: #efcf8c; font-family: 'DM Sans', sans-serif; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
.premium-footer p, .premium-footer a { color: rgba(255,255,255,.58); }
.premium-footer a:hover { color: #f4d38d; }
.social-card, .wa-card { border-color: rgba(255,255,255,.08) !important; background: rgba(255,255,255,.045) !important; }
.footer-bottom { border-color: rgba(255,255,255,.1) !important; }
.float-wa, .float-call, .popup-trigger-btn { border: 3px solid rgba(255,255,255,.9); box-shadow: 0 12px 30px rgba(30,12,8,.25) !important; }

@media (max-width: 980px) {
  .topbar { min-height: 74px; }
  .menu-btn { display: block; z-index: 1001; }
  nav { position: fixed; inset: 0 0 0 auto; width: min(360px, 88vw); height: 100svh; padding: 104px 28px 32px; flex-direction: column; align-items: stretch; gap: 5px; translate: 105% 0; opacity: 1; visibility: visible; background: rgba(255,250,241,.98); box-shadow: -20px 0 60px rgba(67,23,15,.15); transition: translate .35s cubic-bezier(.2,.7,.2,1); }
  nav.show { translate: 0; }
  nav a, nav button { padding: 13px 8px; font-size: .95rem; }
  nav > a:not(.nav-donation)::after { display: none; }
  .nav-donation { text-align: center; margin-top: 10px; }
  body.nav-open::after { content: ''; position: fixed; z-index: 97; inset: 0; background: rgba(33,13,9,.35); backdrop-filter: blur(3px); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr .8fr; gap: 40px; }
  .hero h1 { font-size: clamp(3rem, 8vw, 5rem); }
  .hero-slider { min-height: 430px; }
}

@media (max-width: 760px) {
  .container, .detail-container, .donation-container { width: min(100% - 32px, 1220px); }
  .brand small { display: none; }
  .devotional-strip-inner { width: calc(100% - 28px); min-height: 30px; justify-content: center; }
  .devotional-strip-inner > span { font-size: .63rem; }
  .devotional-strip-inner div { display: none; }
  .brand b { max-width: 190px; display: block; font-size: .85rem; line-height: 1.25; }
  .brand-mark { width: 44px; height: 44px; }
  .section { padding: 58px 0; }
  .gradient-section {
    background-position: 66% center;
  }
  .page-hero, .yatra-hero, .donation-hero, .yatra-detail-hero {
    background-position: 54% center !important;
  }
  .hero { padding: 50px 0 62px; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-content { text-align: center; }
  .hero-kicker { margin-bottom: 4px; font-size: .83rem; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.3rem); }
  .hero-mantra { justify-content: center; gap: 7px; font-size: .7rem; }
  .hero .lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { justify-content: center; text-align: left; }
  .hero-card { width: min(100%, 450px); border-radius: 40% 40% 22px 22px; }
  .hero-card {
    width: min(100%, 390px);
    padding: 7px;
    border-radius: 22px;
    background: linear-gradient(145deg, #f2dfc5, #fffaf1);
  }
  .hero-card::before { top: -21px; }
  .hero-slider {
    min-height: 0;
    aspect-ratio: 1 / 1;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(145deg, #ead2b4, #fff8eb);
  }
  .hero-card .hero-slide {
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
  }
  .hero-stats { grid-template-columns: 1fr; width: 100%; }
  .stats div { text-align: center; }
  .two-col { gap: 34px; }
  .two-col > div:first-child { width: 100%; }
  .section h2 { font-size: 2.15rem; }
  .sacred-quote-inner { min-height: 0; padding-block: 28px; grid-template-columns: auto 1fr; gap: 14px; }
  .sacred-quote a { grid-column: 2; }
  .about-highlights { grid-template-columns: 1fr; }
  .event-image { height: 230px; }
  .detail-container, .donation-container, .yatra-grid { padding-top: 58px !important; padding-bottom: 58px !important; }
  .donation-grid { grid-template-columns: 1fr !important; }
  .gallery { columns: 2 150px; gap: 12px; }
  .gallery img { margin-bottom: 12px; border-radius: 13px; }
  .gallery-actions { align-items: stretch; }
  .gallery-actions .btn { width: 100%; }
  .home-video-grid { grid-template-columns: 1fr; gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
