/* ============================================================
   Chetna Samiti — v2 "Lamp-lit Theatre" (dark-accented)
   Source of truth: design handoff "Chetna Samiti Website v2.dc.html"
   ============================================================ */

:root {
  --acc: #A93B2A;
  --accDeep: #7E2A1E;
  --paper: #F8F0DF;
  --card: #FFF9EC;
  --card-border: #E6D5B0;
  --panel-border: #E3D2AC;
  --ink: #2B1B12;
  --body: #4A3826;
  --muted: #7A6749;
  --muted2: #6B563B;
  --gold: #C9912E;
  --gold2: #C9A35B;
  --gold-bright: #E4B45B;
  --gold-dark: #7E5B12;
  --gold-tint: #F6E9CF;
  --umber: #241309;
  --umber2: #2E1C12;
  --cream: #F5E7C8;
}

html, body { margin: 0; padding: 0; background: var(--paper); color: var(--ink); }
body { font-family: 'Mukta', sans-serif; -webkit-font-smoothing: antialiased; }
a { color: var(--acc); }
a:hover { color: var(--accDeep); }
input, select, textarea, button { font-family: 'Mukta', sans-serif; }
img { max-width: 100%; }

@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes glow { from { opacity: .5; } to { opacity: .9; } }

.page { min-height: 100vh; display: flex; flex-direction: column; background: var(--paper); }
.woven-band { height: 9px; background: repeating-linear-gradient(90deg, var(--acc) 0 22px, #E4B45B 22px 36px, #241309 36px 42px, #E4B45B 42px 56px); }
.scallop { height: 16px; background-image: radial-gradient(circle at 12px -5px, #241309 14px, transparent 15px); background-size: 24px 16px; background-repeat: repeat-x; }
.scallop.umber2 { background-image: radial-gradient(circle at 12px -5px, #2E1C12 14px, transparent 15px); }

/* ---------- Notice bar ---------- */
.notice-bar { background: var(--gold-bright); color: var(--umber); font-size: 15px; font-weight: 600; padding: 8px 24px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; text-align: center; }
.notice-bar b { font-weight: 700; border: 1.5px solid var(--umber); border-radius: 999px; padding: 0 12px; font-size: 13.5px; align-self: center; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--umber); border-bottom: 1px solid rgba(228,180,91,.3); }
.site-header .inner { max-width: 1240px; margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--cream); }
.brand .roundel { padding: 3px; border: 1px solid rgba(228,180,91,.55); border-radius: 50%; display: inline-flex; }
.brand .roundel img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; background: #EFE1C2; display: block; }
.brand .name { display: flex; flex-direction: column; }
.brand .name .title { font-family: 'Rozha One', serif; font-size: 25px; line-height: 1.1; }
.brand .name .sub { font-size: 12.5px; color: var(--gold2); letter-spacing: .05em; }
.site-nav { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.site-nav a.nav-link { padding: 6px 2px; font-size: 16.5px; font-weight: 600; text-decoration: none; color: #F0E2C4; border-bottom: 2.5px solid transparent; }
.site-nav a.nav-link:hover { color: var(--gold-bright); }
.site-nav a.nav-link.active { color: var(--gold-bright); border-bottom-color: var(--gold-bright); }
.nav-toggle { display: none; }

/* ---------- Buttons & chips ---------- */
.btn-primary { display: inline-block; background: var(--acc); color: #FFF6E6; text-decoration: none; font-weight: 700; font-size: 17px; padding: 15px 34px; border-radius: 999px; border: 0; cursor: pointer; box-shadow: 0 12px 28px -8px rgba(0,0,0,.55); }
.btn-primary:hover { background: var(--accDeep); color: #FFF6E6; }
.btn-primary.sm { font-size: 16.5px; padding: 13px 28px; box-shadow: none; }
.btn-primary.nav-cta { font-size: 16px; padding: 11px 24px; box-shadow: 0 6px 18px -6px rgba(0,0,0,.5); }
.btn-primary.cta { font-size: 17.5px; padding: 15px 36px; box-shadow: 0 14px 30px -10px rgba(169,59,42,.5); }
.btn-ghost { display: inline-block; border: 1.5px solid var(--gold2); color: var(--ink); text-decoration: none; font-weight: 600; font-size: 17.5px; padding: 14px 32px; border-radius: 999px; background: transparent; cursor: pointer; }
.btn-ghost:hover { background: #F3E7CB; color: var(--ink); }
.btn-ghost-dark { display: inline-block; border: 1.5px solid rgba(228,180,91,.65); color: #E9C87E; text-decoration: none; font-weight: 600; font-size: 17px; padding: 14px 30px; border-radius: 999px; }
.btn-ghost-dark:hover { background: rgba(228,180,91,.12); color: #E9C87E; }
.btn-ghost-dark.sm { font-size: 16.5px; padding: 12px 26px; }
.chip-upcoming { align-self: flex-start; border: 1px solid var(--gold); color: var(--gold-dark); font-weight: 700; font-size: 13px; padding: 3px 12px; border-radius: 999px; }
.chip-done { border: 1px solid #B9A379; color: var(--muted2); font-weight: 700; font-size: 13px; padding: 3px 12px; border-radius: 999px; }

h1, h2, h3 { font-family: 'Rozha One', serif; font-weight: 400; }

/* ---------- Section labels ---------- */
.label-dark { color: var(--gold-bright); font-weight: 600; font-size: 15.5px; letter-spacing: .12em; }
.label-acc { color: var(--acc); font-weight: 700; font-size: 15.5px; letter-spacing: .12em; }
.centered-label { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.centered-label h2 { font-size: 42px; margin: 12px 0 0; line-height: 1.3; }
.centered-label .diamond-rule { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 16px; }
.centered-label .diamond-rule .rule { width: 54px; height: 1.5px; background: var(--gold); }
.centered-label .diamond-rule .dia { color: var(--gold); font-size: 15px; }

/* ---------- Home: dark hero ---------- */
.hero { background: linear-gradient(180deg, #241309 0%, #2E1C12 100%); position: relative; overflow: hidden; }
.hero .glow { position: absolute; top: -220px; right: -140px; width: 760px; height: 760px; border-radius: 50%; background: radial-gradient(circle, rgba(228,180,91,.16) 0%, rgba(228,180,91,0) 62%); animation: glow 3s ease-in-out infinite alternate; pointer-events: none; }
.hero .watermark { position: absolute; left: -70px; bottom: -120px; font-family: 'Rozha One', serif; font-size: 480px; line-height: 1; color: rgba(228,180,91,.05); pointer-events: none; user-select: none; }
.hero .inner { max-width: 1240px; margin: 0 auto; padding: 76px 24px 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr)); gap: 60px; align-items: center; position: relative; }
.hero-copy { animation: rise .7s ease both; padding-bottom: 70px; }
.hero-copy .label-row { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.hero-copy .label-row .rule { width: 44px; height: 1.5px; background: var(--gold-bright); display: inline-block; }
.hero-copy h1 { font-size: clamp(46px, 8vw, 78px); line-height: 1.16; margin: 0 0 22px; color: var(--cream); }
.hero-copy .intro { font-size: 19px; line-height: 1.8; color: rgba(240,226,196,.82); margin: 0 0 34px; max-width: 540px; text-wrap: pretty; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-photo { animation: rise .7s .15s ease both; position: relative; max-width: 440px; justify-self: center; width: 100%; padding: 26px 26px 0 0; align-self: end; perspective: 1400px; }
.hero-photo .tilt { position: relative; transform-style: preserve-3d; will-change: transform; animation: sway3d 9s ease-in-out infinite alternate; }
.hero-photo .tilt.pointer { animation: none; transition: transform .35s cubic-bezier(.22,.61,.36,1); }
.hero-photo .echo { position: absolute; inset: 0 0 26px 26px; border: 1.5px solid rgba(228,180,91,.45); border-radius: 300px 300px 20px 20px; transform: translate(26px, -26px) translateZ(-70px); }
.hero-photo .arch-frame { position: relative; padding: 13px; border: 1px solid rgba(228,180,91,.7); border-radius: 300px 300px 20px 20px; background: var(--umber2); transform-style: preserve-3d; box-shadow: 0 46px 80px -34px rgba(0,0,0,.65); }
.hero-photo .arch-frame img { width: 100%; height: 640px; object-fit: cover; border-radius: 288px 288px 12px 12px; display: block; background: #3A2417; transform: translateZ(24px); }
.hero-caption { position: absolute; bottom: 26px; left: -14px; background: var(--cream); color: var(--umber); padding: 10px 18px; border-radius: 10px; font-size: 14.5px; font-weight: 600; box-shadow: 0 14px 30px rgba(0,0,0,.45); transform: translateZ(64px); }
@keyframes sway3d {
  0%   { transform: rotateY(-4deg) rotateX(1.6deg); }
  50%  { transform: rotateY(2.5deg) rotateX(-1.2deg); }
  100% { transform: rotateY(5deg) rotateX(1.8deg); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-photo .tilt { animation: none; }
  .hero .glow { animation: none; }
}

/* WebGL upgrade: when hero3d.js initializes it adds .webgl3d — the CSS frame
   yields to the canvas render; the caption chip stays as an HTML overlay. */
.hero-photo.webgl3d .tilt { animation: none; transform: none !important; }
.hero-photo.webgl3d .echo { visibility: hidden; }
.hero-photo.webgl3d .arch-frame { visibility: hidden; border-color: transparent; background: transparent; box-shadow: none; }
.hero-photo.webgl3d .hero-caption { visibility: visible; z-index: 2; }
.hero3d-canvas { position: absolute; left: -14%; top: -9%; width: 128%; height: 117%; pointer-events: none; z-index: 1; }
.hero-photo.webgl3d .tilt::after { content: ''; position: absolute; left: 6%; right: 0; bottom: -30px; height: 56px; background: radial-gradient(ellipse at center, rgba(0,0,0,.55), transparent 66%); filter: blur(7px); z-index: 0; }

/* ---------- Stats (inside hero) ---------- */
.hero-stats { border-top: 1px solid rgba(228,180,91,.28); position: relative; }
.hero-stats .inner { max-width: 1240px; margin: 0 auto; padding: 30px 24px 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 26px; }
.stat { border-left: 2px solid rgba(228,180,91,.4); padding-left: 20px; }
.stat .num { font-family: 'Rozha One', serif; font-size: 36px; color: var(--gold-bright); line-height: 1.1; }
.stat .lbl { font-size: 14.5px; color: rgba(240,226,196,.72); margin-top: 4px; }

/* ---------- Home: purpose cards ---------- */
.section-purpose { max-width: 1240px; margin: 0 auto; padding: 84px 24px 10px; }
.purpose-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(290px, 100%), 1fr)); gap: 22px; }
.purpose-card { position: relative; overflow: hidden; background: var(--card); border: 1px solid var(--card-border); border-radius: 20px; padding: 32px 28px; }
.purpose-card .ghost-num { position: absolute; top: -26px; right: -8px; font-family: 'Rozha One', serif; font-size: 110px; color: rgba(201,145,46,.14); line-height: 1; pointer-events: none; }
.purpose-card h3 { font-size: 25px; margin: 0 0 10px; position: relative; }
.purpose-card p { font-size: 16.5px; line-height: 1.75; color: var(--body); margin: 0; position: relative; text-wrap: pretty; }

/* ---------- Home: events preview (date medallions) ---------- */
.section-events-preview { max-width: 1240px; margin: 0 auto; padding: 72px 24px 10px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 30px; }
.section-head h2 { font-size: 40px; margin: 10px 0 0; line-height: 1.3; }
.link-more { font-weight: 700; font-size: 16.5px; color: var(--acc); text-decoration: none; border-bottom: 2px solid var(--acc); padding-bottom: 2px; }
.event-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr)); gap: 22px; }
.event-card-medallion { background: var(--card); border: 1px solid var(--card-border); border-radius: 20px; padding: 24px; display: flex; gap: 22px; align-items: center; }
.medallion { flex-shrink: 0; width: 86px; height: 86px; border: 1.5px solid var(--gold); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--gold-tint); }
.medallion .dd { font-family: 'Rozha One', serif; font-size: 26px; line-height: 1; color: var(--acc); }
.medallion .mm { font-size: 12.5px; font-weight: 700; color: var(--gold-dark); margin-top: 3px; }
.event-card-medallion .info { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.event-card-medallion h3 { font-size: 23px; margin: 0; line-height: 1.35; }
.event-card-medallion .when { font-size: 15.5px; font-weight: 600; color: var(--acc); }
.event-card-medallion .where { font-size: 15px; color: var(--muted2); }

/* ---------- Home: bhavan dark band ---------- */
.section-bhavan { margin-top: 84px; background: var(--umber); position: relative; overflow: hidden; }
.section-bhavan .glow { position: absolute; right: -60px; top: -60px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(228,180,91,.14) 0%, rgba(228,180,91,0) 65%); pointer-events: none; }
.section-bhavan .inner { max-width: 1240px; margin: 0 auto; padding: 70px 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr)); gap: 52px; align-items: center; }
.bhavan-photo { position: relative; max-width: 430px; width: 100%; justify-self: center; }
.bhavan-photo .frame { padding: 12px; border: 1px solid rgba(228,180,91,.55); border-radius: 240px 240px 18px 18px; background: var(--umber2); }
.bhavan-photo .slot-holder { position: relative; height: 420px; border-radius: 228px 228px 12px 12px; overflow: hidden; }
.section-bhavan h2 { font-size: 40px; margin: 12px 0 16px; line-height: 1.3; color: var(--cream); }
.rate-mini { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; max-width: 520px; }
.rate-mini .row { display: flex; justify-content: space-between; gap: 14px; border-bottom: 1px dashed rgba(228,180,91,.35); padding-bottom: 12px; }
.rate-mini .row:last-child { border-bottom: 0; padding-bottom: 0; }
.rate-mini .row span { font-size: 16.5px; color: rgba(240,226,196,.85); }
.rate-mini .row b { font-size: 16.5px; color: #E9C87E; white-space: nowrap; }
.discount-ribbon { font-size: 15px; color: var(--gold-bright); border: 1px solid rgba(228,180,91,.4); border-radius: 10px; padding: 10px 16px; margin: 0 0 26px; display: inline-block; }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* Placeholder slot for missing client photos */
.image-slot { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; background: repeating-linear-gradient(45deg, #3A2417 0 14px, #2E1C12 14px 28px); color: var(--gold2); font-size: 15.5px; font-weight: 600; }
.image-slot.light { background: repeating-linear-gradient(45deg, #F3E7CB 0 14px, #EFE0BE 14px 28px); color: var(--gold-dark); }
.image-slot.rounded { position: static; height: 100%; border-radius: 14px; border: 1px dashed var(--gold2); box-sizing: border-box; }

/* ---------- Home: light CTA ---------- */
.cta-light { max-width: 860px; margin: 0 auto; padding: 84px 24px 90px; text-align: center; }
.cta-light .kicker { font-family: 'Rozha One', serif; font-size: 26px; color: #AA781C; margin-bottom: 14px; }
.cta-light h2 { font-size: clamp(34px, 5vw, 44px); margin: 0 0 16px; line-height: 1.32; }
.cta-light p { font-size: 18px; color: var(--muted2); margin: 0 0 34px; }
.cta-light .actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Inner-page dark title band ---------- */
.title-band { background: var(--umber); }
.title-band .inner { max-width: 1240px; margin: 0 auto; padding: 56px 24px 46px; }
.title-band h1 { font-size: clamp(38px, 6vw, 50px); margin: 12px 0 8px; line-height: 1.25; color: var(--cream); }
.title-band h1.solo { margin-bottom: 0; }
.title-band .lede { font-size: 18px; color: rgba(240,226,196,.78); margin: 0; }

/* ---------- About ---------- */
.section-about-intro { max-width: 1240px; margin: 0 auto; padding: 52px 24px 0; }
.about-intro { font-size: 18.5px; line-height: 1.85; color: var(--body); max-width: 840px; margin: 0; text-wrap: pretty; }
.motto-strip { margin: 46px 0 0; border-top: 1px solid var(--panel-border); border-bottom: 1px solid var(--panel-border); padding: 32px 10px; text-align: center; }
.motto-strip .motto { font-family: 'Rozha One', serif; font-size: 32px; color: var(--acc); }
.motto-strip .cap { font-size: 14.5px; color: var(--muted); margin-top: 6px; }
.section-bearers { max-width: 1240px; margin: 0 auto; padding: 58px 24px 80px; }
.section-bearers .section-head { margin-bottom: 32px; }
.section-bearers .addr { font-size: 15px; color: var(--muted); }
.bearer-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(195px, 1fr)); gap: 24px; }
.bearer { text-align: center; }
.bearer .frame { padding: 9px; border: 1px solid #D9BE8C; border-radius: 140px 140px 16px 16px; background: var(--card); box-shadow: 0 10px 24px -14px rgba(46,28,18,.3); }
.bearer .frame img { width: 100%; height: 215px; object-fit: cover; border-radius: 130px 130px 10px 10px; display: block; background: #E8D8B8; }
.bearer .nm { font-family: 'Rozha One', serif; font-size: 19px; margin-top: 13px; line-height: 1.35; }
.bearer .role { font-size: 15px; font-weight: 600; color: var(--acc); margin-top: 2px; }
.footnote { font-size: 15px; color: var(--muted); margin: 36px 0 0; }
.footnote a { font-weight: 600; }

/* ---------- Events page ---------- */
.section-upcoming { max-width: 1240px; margin: 0 auto; padding: 46px 24px 0; }
.section-upcoming h2, .section-past h2 { font-size: 30px; margin: 0 0 22px; }
.event-grid.page { grid-template-columns: repeat(auto-fit, minmax(min(410px, 100%), 1fr)); }
.event-card { background: var(--card); border: 1px solid var(--card-border); border-radius: 20px; padding: 24px; display: flex; gap: 22px; align-items: stretch; }
.event-card .poster { width: 128px; height: 170px; object-fit: cover; border-radius: 12px; flex-shrink: 0; background: #E8D8B8; border: 1px solid #E0CBA4; }
.event-card .info { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.event-card h3 { font-size: 23px; margin: 2px 0 0; line-height: 1.35; }
.event-card .when { font-size: 16px; font-weight: 600; color: var(--acc); }
.event-card .where { font-size: 15.5px; color: var(--muted2); }
.event-card .note { font-size: 15px; color: var(--muted2); }
.section-past { max-width: 1240px; margin: 0 auto; padding: 56px 24px 80px; }
.past-card { background: var(--card); border: 1px solid var(--card-border); border-radius: 22px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); overflow: hidden; }
.past-card > img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; display: block; background: #E8D8B8; }
.past-card .report { padding: 36px 36px 32px; }
.past-card h3 { font-size: 29px; margin: 14px 0 12px; line-height: 1.35; }
.past-card p { font-size: 16px; line-height: 1.75; color: var(--body); margin: 0 0 12px; text-wrap: pretty; }
.past-card .sig { font-size: 15.5px; font-weight: 600; color: var(--muted2); }

/* ---------- Hall rates ---------- */
.section-rates { max-width: 1240px; margin: 0 auto; padding: 42px 24px 0; }
.rate-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: 22px; align-items: start; }
.rate-card { background: var(--card); border: 1px solid var(--card-border); border-radius: 20px; padding: 28px; }
.rate-card .head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.rate-card h3 { font-size: 23px; margin: 0; line-height: 1.3; }
.rate-card .seats { font-size: 13.5px; font-weight: 700; color: var(--gold-dark); border: 1px solid var(--gold); border-radius: 999px; padding: 2px 12px; white-space: nowrap; }
.rate-card .ac { font-size: 14px; color: var(--muted); margin: 4px 0 14px; }
.rate-card .row { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px dashed #DFC9A0; }
.rate-card .row .lbl { font-size: 16px; }
.rate-card .row .val { font-family: 'Rozha One', serif; font-size: 18px; }
.rate-card .offers { background: var(--gold-tint); border-radius: 12px; padding: 12px 16px; margin-top: 16px; }
.rate-card .offers div { font-size: 15px; color: var(--gold-dark); font-weight: 600; padding: 3px 0; }
.rate-card .dep { font-size: 14.5px; color: var(--muted); margin-top: 14px; }
.section-hall-info { max-width: 1240px; margin: 0 auto; padding: 42px 24px 80px; }
.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: 22px; }
.info-card { border: 1px solid var(--panel-border); border-radius: 20px; padding: 28px; }
.info-card h3 { font-size: 22px; margin: 0 0 12px; }
.info-card .body { font-size: 15.5px; line-height: 1.9; color: var(--body); }
.info-card.contact { display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.info-card.contact h3 { margin: 0; }
.info-card.contact .btn-primary { text-align: center; font-size: 17px; padding: 13px 26px; box-shadow: none; }
.info-card.contact .btn-ghost { text-align: center; font-size: 16px; padding: 12px 24px; }

/* ---------- Gallery ---------- */
.section-gallery { max-width: 1240px; margin: 0 auto; padding: 46px 24px 80px; }
.masonry { columns: 3 300px; column-gap: 18px; }
.masonry .item { break-inside: avoid; margin-bottom: 18px; }
.masonry .item img { width: 100%; display: block; border-radius: 14px; border: 1px solid #E0CBA4; background: #E8D8B8; }

/* ---------- Membership ---------- */
.section-member { max-width: 1240px; margin: 0 auto; padding: 52px 24px 80px; }
.member-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr)); gap: 38px; align-items: start; }
.member-grid h2 { font-size: 27px; margin: 0 0 16px; }
.benefits { display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.benefits .item { display: flex; gap: 12px; font-size: 16.5px; line-height: 1.6; }
.benefits .item .dia { color: var(--gold); }
.cat-list { display: flex; flex-direction: column; gap: 12px; }
.cat-option { display: flex; flex-direction: column; gap: 2px; text-decoration: none; color: var(--ink); padding: 14px 18px; border-radius: 14px; border: 1.5px solid #DFC9A0; background: transparent; cursor: pointer; text-align: left; font-family: 'Mukta', sans-serif; }
.cat-option.selected { border: 2px solid var(--acc); background: var(--card); padding: 13.5px 17.5px; }
.cat-option .nm { font-size: 17px; font-weight: 700; }
.cat-option .note { font-size: 14.5px; color: var(--muted); }
.member-note { font-size: 14.5px; color: var(--muted); margin: 18px 0 0; }
.member-note a { font-weight: 600; }
.form-card { background: var(--card); border: 1px solid var(--card-border); border-radius: 22px; padding: 34px; box-shadow: 0 24px 50px -30px rgba(46,28,18,.35); }
.form-card h2 { font-size: 27px; margin: 0 0 6px; }
.form-card .cat-echo { font-size: 15px; color: var(--muted); margin: 0 0 22px; }
.form-card .cat-echo b { color: var(--acc); }
.form-fields { display: flex; flex-direction: column; gap: 16px; }
.form-fields label { display: flex; flex-direction: column; gap: 6px; }
.form-fields label > span { font-size: 14.5px; font-weight: 700; }
.form-fields input, .form-fields textarea { width: 100%; box-sizing: border-box; padding: 12px 14px; font-size: 16px; border: 1.5px solid #D8C49B; border-radius: 10px; background: #FFFDF6; outline: none; }
.form-fields textarea { resize: vertical; }
.form-fields input:focus, .form-fields textarea:focus { border-color: var(--acc); }
.form-error { background: #F9E3DC; border: 1px solid #D89A8A; color: var(--accDeep); font-size: 15px; font-weight: 600; border-radius: 10px; padding: 10px 14px; }
.form-fields .btn-primary { text-align: center; font-size: 17px; padding: 14px 26px; box-shadow: none; }
.form-fields .btn-print { border: 1.5px solid var(--gold2); color: var(--ink); text-decoration: none; font-weight: 600; font-size: 15.5px; padding: 12px 24px; border-radius: 999px; text-align: center; }
.form-fields .btn-print:hover { background: #F3E7CB; }
.form-privacy { font-size: 13.5px; color: var(--muted); margin: 0; text-align: center; }
.form-success { text-align: center; padding: 30px 10px; }
.form-success .thanks { font-family: 'Rozha One', serif; font-size: 34px; color: var(--acc); margin-bottom: 10px; }
.form-success p.main { font-size: 16.5px; line-height: 1.75; color: var(--body); margin: 0 0 8px; }
.form-success p.sub { font-size: 15.5px; line-height: 1.75; color: var(--muted); margin: 0 0 26px; }
.form-success .btn-ghost { font-size: 15.5px; padding: 11px 24px; }
[hidden] { display: none !important; }

/* ---------- Footer ---------- */
.site-footer { background: var(--umber); margin-top: auto; }
.site-footer .cols { max-width: 1240px; margin: 0 auto; padding: 56px 24px 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 36px; }
.site-footer .brand-row { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.site-footer .brand-row img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; background: #EFE1C2; }
.site-footer .brand-row .nm { font-family: 'Rozha One', serif; font-size: 23px; color: var(--cream); }
.site-footer .tag { font-size: 15px; line-height: 1.75; color: rgba(240,226,196,.75); margin: 0 0 14px; }
.site-footer .motto { color: var(--gold-bright); font-size: 14.5px; font-weight: 600; }
.site-footer .col-title { font-size: 14px; font-weight: 700; color: var(--gold-bright); letter-spacing: .06em; margin-bottom: 14px; }
.site-footer .links { display: flex; flex-direction: column; gap: 9px; }
.site-footer .links a, .site-footer .contact a { color: #EAD9B4; text-decoration: none; font-size: 15.5px; }
.site-footer .links a:hover, .site-footer .contact a:hover { color: var(--gold-bright); }
.site-footer .contact { display: flex; flex-direction: column; gap: 9px; font-size: 15.5px; color: #EAD9B4; }
.site-footer .social { display: flex; gap: 14px; margin-top: 6px; }
.site-footer .social a { color: var(--gold-bright); text-decoration: none; font-weight: 600; }
.site-footer .social a:hover { color: var(--cream); }
.site-footer .legal { border-top: 1px solid rgba(228,180,91,.25); }
.site-footer .legal .inner { max-width: 1240px; margin: 0 auto; padding: 18px 24px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 14px; color: rgba(240,226,196,.6); }

/* ---------- Mobile ---------- */
@media (max-width: 760px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1.5px solid rgba(228,180,91,.55); border-radius: 12px; background: transparent; cursor: pointer; padding: 0; }
  .nav-toggle svg { display: block; }
  .nav-toggle .icon-close { display: none; }
  .nav-toggle[aria-expanded="true"] .icon-open { display: none; }
  .nav-toggle[aria-expanded="true"] .icon-close { display: block; }
  .site-header .inner { flex-wrap: nowrap; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--umber); border-bottom: 1px solid rgba(228,180,91,.3); box-shadow: 0 18px 30px -18px rgba(0,0,0,.6); flex-direction: column; align-items: stretch; gap: 0; padding: 10px 24px 20px; }
  .site-nav.open { display: flex; }
  .site-nav a.nav-link { padding: 12px 2px; border-bottom: 1px solid rgba(228,180,91,.18); }
  .site-nav a.nav-link.active { border-bottom: 2.5px solid var(--gold-bright); }
  .site-nav .btn-primary.nav-cta { margin-top: 14px; text-align: center; }
  .hero .inner { padding-top: 48px; gap: 44px; }
  .hero-copy { padding-bottom: 40px; }
  .hero .watermark { font-size: 320px; }
  .hero-photo .arch-frame img { height: 460px; }
  .event-card .poster { width: 100px; height: 134px; }
  .past-card .report { padding: 26px 22px; }
  .section-bhavan .inner { padding: 52px 24px; }
  .form-card { padding: 24px 20px; }
}
