*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Poppins',Arial,sans-serif;background:#fffaf5;color:#2b1b12;line-height:1.6}
a{text-decoration:none;color:inherit}
.navbar{position:sticky;top:0;z-index:1000;display:flex;align-items:center;gap:24px;padding:14px 6%;background:rgba(255,255,255,.96);border-bottom:1px solid #eee;backdrop-filter:blur(10px)}
.brand{font-size:21px;font-weight:700;display:flex;gap:7px;align-items:center}.brand span{color:#42261b}
.navbar nav{display:flex;gap:22px;margin-left:auto}.navbar nav a{font-size:14px;font-weight:600;color:#56382b}.navbar nav a:hover{color:#a34524}.nav-cta{padding:9px 16px;border-radius:22px;background:#7d281b;color:#fff;font-size:13px;font-weight:700}.menu-toggle{display:none;border:0;background:transparent;width:42px;height:42px;padding:10px;cursor:pointer}.menu-toggle span{display:block;height:2px;margin:5px 0;background:#42261b;border-radius:2px;transition:.2s}
.hero{min-height:660px;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:radial-gradient(circle at 50% 40%,#fff5e6 0,#f7d9b8 44%,#dfaa73 100%)}
.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(125,40,27,.12)}.hero:before{width:520px;height:520px}.hero:after{width:760px;height:760px}
.hero-content{position:relative;z-index:1;max-width:880px;padding:80px 20px}.eyebrow,.panel-kicker,.event-kicker,.form-tag{font-size:11px;font-weight:700;letter-spacing:3px;color:#8c4d36}.eyebrow.light{color:#e6b99f}.om-mark{font-size:72px;line-height:1;margin:18px 0;color:#7d281b}.hero h1{font-size:clamp(45px,8vw,88px);line-height:1.02;margin-bottom:12px}.hero h1 span{display:block}.ganesh-mantra{font-size:27px;margin:14px 0}.hero-copy{max-width:650px;margin:auto;color:#5c4337;font-size:16px}.hero-actions{display:flex;gap:12px;justify-content:center;margin-top:28px}.btn{border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:28px;font-weight:700;font:inherit;transition:.2s}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(81,37,22,.18)}.btn-dark{background:#7d281b;color:#fff}.btn-light{background:#fff;color:#7d281b}.btn-outline{border:1.5px solid #7d281b;color:#7d281b;background:#fff}.hero-meta{display:flex;justify-content:center;gap:10px;margin-top:24px;font-size:12px;color:#73584b;flex-wrap:wrap}.hero-countdown{display:inline-flex;align-items:center;gap:9px;margin-top:18px;padding:8px 14px;border:1px solid rgba(125,40,27,.16);background:rgba(255,255,255,.52);border-radius:99px;color:#663323;font-size:12px}.countdown-label{color:#75554a}.hero-countdown strong{font-size:13px}
.btn[disabled],.btn[aria-disabled="true"]{opacity:.55;pointer-events:none;cursor:default;box-shadow:none;transform:none}
.quick-grid{max-width:1100px;margin:-44px auto 70px;position:relative;z-index:2;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.quick-card{background:#fff;border-radius:17px;padding:24px 14px;text-align:center;box-shadow:0 10px 28px rgba(67,44,30,.08)}.quick-card div{font-size:31px}.quick-card strong{display:block;margin:8px 0 2px}.quick-card small{font-size:12px;color:#7a6b62}
.section{max-width:1120px;margin:auto;padding:80px 20px}.section-heading{text-align:center;margin-bottom:42px}.section-heading h2{font-size:40px;margin:8px 0 7px}.section-heading p{color:#6f625a;max-width:720px;margin:auto}
.schedule-toolbar{display:flex;gap:9px;flex-wrap:wrap;justify-content:center;margin:-10px 0 24px}.schedule-filter{border:1px solid #e1cdbd;background:#fffaf5;border-radius:99px;padding:8px 14px;cursor:pointer;color:#674638;font:600 12px 'Poppins',sans-serif}.schedule-filter:hover,.schedule-filter.active{background:#7d281b;border-color:#7d281b;color:#fff}.schedule-list{display:grid;gap:14px}.schedule-card{display:flex;background:#fff;border-radius:16px;padding:18px;box-shadow:0 6px 20px rgba(56,41,31,.06);transition:transform .2s,box-shadow .2s}.schedule-card:hover{transform:translateX(4px);box-shadow:0 10px 24px rgba(56,41,31,.1)}.date-chip{min-width:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid #eee}.date-chip b{font-size:30px;line-height:1}.date-chip small{font-size:11px;margin-top:4px}.schedule-body{padding:3px 0 3px 22px}.schedule-body h3{font-size:19px;margin:3px 0 6px}.schedule-body p{color:#756960;font-size:14px}.featured{border:2px solid #cf9a5f}.text-link{display:inline-block;margin-top:8px;color:#7d281b;font-size:13px;font-weight:700}
/* Homepage schedule spotlight */
.schedule-spotlight{max-width:1120px;margin:0 auto 70px;padding:0 20px}
.spotlight-inner{background:linear-gradient(135deg,#fff7ed,#f9e5cf);border:1px solid #e8c99e;border-radius:22px;padding:26px;display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center;box-shadow:0 12px 34px rgba(67,44,30,.08)}
.spotlight-copy{padding:10px 12px}.spotlight-copy h2{font-size:32px;margin:7px 0 10px}.spotlight-copy p{color:#6e6158;font-size:14px;max-width:480px;margin-bottom:20px}
.schedule-image-card{border:0;background:#fff;border-radius:16px;overflow:hidden;padding:0;position:relative;cursor:pointer;box-shadow:0 8px 25px rgba(67,44,30,.12);aspect-ratio:4/2.45}
.schedule-image-card img{display:block;width:100%;height:100%;object-fit:cover;object-position:top}.image-overlay{position:absolute;right:12px;bottom:12px;background:rgba(39,25,19,.85);color:#fff;padding:7px 11px;border-radius:20px;font-size:11px;font-weight:700}
.muted-event{opacity:.86}.puja-event{border-left:4px solid #c28745}.immersion-event{border-left:4px solid #7d281b}
.notes-panel{margin-top:24px;background:#fff;border-radius:17px;padding:24px 25px;box-shadow:0 6px 22px rgba(56,41,31,.06);border:1px solid #eee5dd}.notes-title{font-size:20px;font-weight:700;margin-bottom:10px;color:#7d281b}.notes-panel ol{padding-left:20px;color:#5e524b;font-size:13px}.notes-panel li{margin:8px 0}.source-note{margin-top:13px;color:#8a7a70;font-size:11px}
.schedule-modal-box{width:min(1000px,100%);height:min(94vh,1050px);background:#fff;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 70px rgba(0,0,0,.28)}.schedule-modal-body{flex:1;overflow:auto;background:#f5f2ee;text-align:center;padding:12px}.schedule-modal-body img{display:block;max-width:100%;height:auto;margin:auto}

/* Improve schedule image presentation on small screens */
.schedule-modal-body img{
  width:100%;
  height:auto;
  max-height:calc(100vh - 120px);
  object-fit:contain;
}

@media (max-width:900px){
  .schedule-modal-box{width:100%;height:100vh;border-radius:0}
  .schedule-modal-body{padding:8px}
}

/* T-shirt nomination */
.tshirt-section{background:linear-gradient(180deg,#fffaf5,#fff1df)}
.tshirt-inner{max-width:1120px}
.tshirt-card{background:#fff;border:1px solid #ead9c7;border-radius:21px;padding:28px;display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;box-shadow:0 10px 30px rgba(67,44,30,.07)}
.tshirt-info{padding:12px 8px}.tshirt-badge{display:inline-block;background:#7d281b;color:#fff;padding:7px 12px;border-radius:18px;font-size:12px;font-weight:700;letter-spacing:.5px}.tshirt-info h3{font-size:27px;line-height:1.25;margin:14px 0 10px}.tshirt-info p{color:#6f625a;font-size:14px}.deadline-box{margin-top:20px;background:#fff6e8;border:1px solid #edcf9f;padding:14px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;gap:12px}.deadline-box span{font-size:12px;color:#7b624d}.deadline-box strong{color:#7d281b;font-size:14px}.deadline-status{margin-top:13px;font-size:12px;color:#27733a}.deadline-status.closed{color:#9b2c24}
.tshirt-quick{border:1px solid #e2c091}
.tshirt-registration-card{border:1px solid #e2c091}.tshirt-registration-card .btn{margin-top:auto}
.alt-section{background:#fff3e8;max-width:none;padding-left:max(20px,calc((100% - 1080px)/2));padding-right:max(20px,calc((100% - 1080px)/2))}
.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.form-card{background:#fff;padding:28px 22px;border-radius:18px;box-shadow:0 8px 25px rgba(68,43,27,.06);display:flex;flex-direction:column;align-items:flex-start}.form-card .btn{margin-top:auto}.form-icon{font-size:42px;margin-bottom:12px}.form-tag{font-size:10px}.form-card h3{font-size:20px;margin:5px 0 8px}.form-card p{font-size:14px;color:#756960;margin-bottom:20px;min-height:48px}.primary-card{border:2px solid #d4a05f}
.aarti-section{background:#f8ead9}.aarti-inner{max-width:1120px}.aarti-form-container{max-width:720px;margin:auto;background:#fff;border-radius:18px;padding:32px;box-shadow:0 10px 30px rgba(73,46,32,.08)}.aarti-form{display:grid;gap:19px}.form-group{display:flex;flex-direction:column;gap:7px}.form-group label{font-size:14px;font-weight:700;color:#4d3b31}.form-group input,.form-group select{padding:12px 14px;border:1.5px solid #d2ccc8;border-radius:10px;font:inherit;background:#fff;color:#35271f}.form-group input:focus,.form-group select:focus{outline:0;border-color:#7d281b;box-shadow:0 0 0 3px rgba(125,40,27,.09)}.form-group small{font-size:11px;color:#777}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.slot-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.slot-btn{padding:13px 10px;border-radius:12px;border:2px solid #d7d0ca;background:#fff;color:#4a403a;font:inherit;font-weight:600;cursor:pointer}.slot-btn.active{border-color:#7d281b;background:#f5e4db;color:#7d281b}.availability-box{min-height:105px;border-radius:12px;background:#f6f7f8;display:flex;align-items:center;justify-content:center;text-align:center;padding:16px;color:#655d58}.progress-wrap{width:100%;max-width:430px}.progress-track{height:16px;background:#e4e5e7;border-radius:20px;overflow:hidden;margin:11px 0}.progress-fill{height:100%;background:#7d281b;border-radius:20px}.checkbox-row{display:flex;gap:10px;align-items:flex-start;font-size:13px}.checkbox-row input{width:17px;height:17px;margin-top:4px;accent-color:#7d281b}.submit-btn{width:100%;border-radius:12px}.success-message{display:flex;gap:14px;background:#eff9f1;border:1px solid #b8dfbd;padding:20px;border-radius:12px;color:#1f5a29}.success-icon{font-size:30px;width:36px;height:36px;border-radius:50%;background:#2d8b3f;color:#fff;display:flex;align-items:center;justify-content:center}.success-message h3{margin-bottom:7px}.success-message a{color:#18763a;text-decoration:underline}.info-note{margin-top:20px;background:#fff8ee;border:1px solid #f0d2ab;padding:12px 14px;border-radius:10px;font-size:12px;color:#6c4a2d}
.finance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.finance-card{background:#fff;padding:28px;text-align:center;border-radius:17px;box-shadow:0 7px 23px rgba(65,44,31,.06)}.finance-card span{font-size:30px}.finance-card small{display:block;color:#7b716b}.finance-card strong{font-size:30px;display:block;margin-top:4px}.expense-panel{margin-top:22px;padding:28px;background:#fff;border-radius:17px;display:flex;justify-content:space-between;align-items:center;gap:20px;box-shadow:0 7px 23px rgba(65,44,31,.06)}.expense-panel h3{font-size:22px;margin:5px 0}.expense-panel p{color:#70655e;max-width:700px;font-size:14px}.panel-badge{white-space:nowrap;border:1px solid #d9b181;background:#fff7ea;color:#7d542f;padding:8px 12px;border-radius:20px;font-size:12px;font-weight:700}
.about-section{padding:90px 20px;background:#2c1b14;color:#fff;text-align:center}.about-section>div{max-width:720px;margin:auto}.about-section h2{font-size:38px;margin:8px 0 12px}.about-section p{color:#e8dcd6}.mantra{font-size:24px;margin-top:15px}
footer{display:flex;justify-content:space-between;gap:20px;padding:28px 6%;background:#1d120e;color:#fff;font-size:13px}.modal{position:fixed;inset:0;z-index:3000;background:rgba(0,0,0,.55);padding:20px;display:flex;align-items:center;justify-content:center}.modal-box{width:min(980px,100%);height:min(90vh,860px);background:#fff;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 70px rgba(0,0,0,.25)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:17px 20px;border-bottom:1px solid #eee}.modal-header h3{font-size:18px;margin-top:2px}.icon-btn{width:38px;height:38px;border:0;background:#f4f4f4;border-radius:50%;font-size:27px;cursor:pointer;color:#51463f}.modal-body{flex:1;background:#f6f6f6}.modal-body iframe{width:100%;height:100%;border:0}.modal-footer{display:flex;justify-content:space-between;gap:10px;padding:10px 15px;font-size:11px;color:#777;border-top:1px solid #eee}.modal-footer a{color:#7d281b;font-weight:700}.hidden{display:none!important}
@media(max-width:900px){.menu-toggle{display:block;margin-left:auto}.navbar nav{display:none;position:absolute;left:12px;right:12px;top:calc(100% + 8px);margin:0;padding:12px;background:#fff;border:1px solid #eadfd6;border-radius:14px;box-shadow:0 12px 35px rgba(50,29,17,.15);flex-direction:column;gap:2px}.navbar nav.open{display:flex}.navbar nav a{padding:10px 12px;border-radius:8px}.navbar nav a:hover{background:#fff3e8}.form-grid{grid-template-columns:1fr 1fr}.quick-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.navbar{padding:12px 18px}.nav-cta{display:none}.hero{min-height:610px}.hero-content{padding:65px 18px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-countdown{flex-direction:column;gap:1px;border-radius:12px}.quick-grid{margin-top:-32px;grid-template-columns:1fr 1fr}.section{padding:65px 18px}.section-heading h2,.about-section h2{font-size:31px}.form-grid,.finance-grid,.form-row,.slot-grid{grid-template-columns:1fr}.form-card p{min-height:auto}.aarti-form-container{padding:23px 17px}.expense-panel{flex-direction:column;align-items:flex-start}.modal{padding:8px}.modal-box{height:95vh;border-radius:12px}.modal-footer{flex-direction:column}.schedule-body{padding-left:16px}.date-chip{min-width:63px}.schedule-card:hover{transform:none}.schedule-toolbar{justify-content:flex-start;flex-wrap:nowrap;overflow:auto;padding-bottom:4px}.schedule-filter{white-space:nowrap}footer{flex-direction:column}}

@media(max-width:420px){
  .quick-grid{grid-template-columns:1fr;gap:12px}
  .tshirt-card{grid-template-columns:1fr;gap:18px}
  .schedule-modal-box{width:100%;height:100%;border-radius:0}
}

/* Header logo */
.brand-logo{height:44px;max-height:48px;width:auto;margin-right:12px;display:inline-block;vertical-align:middle;object-fit:contain}
.brand-text{font-weight:800;color:#42261b;font-size:18px;display:inline-block;margin-left:8px}
/* Slightly smaller logo on very small screens */
@media(max-width:520px){.brand-logo{height:34px;margin-right:8px}}
/* Registration notice styles */
.notice-bar{background:linear-gradient(90deg,#fffaf0,#fff3e8);border-top:1px solid #f0d8c6;border-bottom:1px solid #f0d0b0;padding:8px 12px;text-align:center}
.notice-inner{max-width:1120px;margin:0 auto}
.notice-message{display:inline-block;font-weight:700;color:#7d281b;font-size:14px;opacity:0;transform:translateY(6px);transition:opacity .45s ease,transform .45s ease}
.notice-message.fade{opacity:1;transform:translateY(0)}
@media(max-width:520px){.notice-message{font-size:13px}}

/* Contact section */
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1120px;margin:18px auto}
.contact-card{background:#fff;padding:18px;border-radius:12px;box-shadow:0 8px 24px rgba(67,44,30,.06);display:flex;flex-direction:column;gap:8px}
.contact-role{font-size:12px;color:#7d281b;font-weight:700}
.contact-card h3{margin:0}
.contact-card a{color:#7d281b;font-weight:700;text-decoration:none}

@media(max-width:900px){
  .contact-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
  .contact-grid{grid-template-columns:1fr}
}

/* Daily important notice */
.daily-notice{background:#fff3e8;border:1px solid #f0d0b0;padding:12px 0;box-shadow:0 6px 20px rgba(65,44,31,.04)}
.daily-inner{max-width:1120px;margin:0 auto;display:flex;gap:16px;align-items:center;justify-content:center;padding:6px 12px}
.daily-date{font-weight:800;color:#7d281b;margin-right:8px}
.daily-message{color:#5d463d;font-size:15px}
.daily-link{margin-left:12px}
@media(max-width:720px){.daily-inner{flex-direction:column;gap:8px}.daily-link{margin-left:0}}

/* Daily countdown */
.daily-countdown{display:inline-block;margin-left:10px;padding:6px 10px;background:#7d281b;color:#fff;border-radius:10px;font-weight:800}
.daily-event-text{font-weight:700}
.daily-countdown-label{display:inline-block;margin-right:8px;color:#7d281b;font-weight:700}
.daily-countdown-wrapper{vertical-align:middle}
