:root {
  --navy: #06183b;
  --navy-deep: #03102b;
  --navy-soft: #0a2650;
  --cream: #fff4d8;
  --paper: #fff8e8;
  --white: #ffffff;
  --pink: #ef355f;
  --teal: #16b8b2;
  --orange: #f59b24;
  --yellow: #ffd246;
  --purple: #803eb4;
  --lime: #9bc53d;
  --text: #f7f6f2;
  --muted: #c7d2e6;
  --heading: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: Georgia, "Times New Roman", serif;
  --shadow: 0 20px 50px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body.desi-swag-site { margin: 0; background: var(--navy); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.admin-bar .site-header { top: 32px; }
.page-builder-content:empty { display: none; }
.page-builder-content > .elementor { position: relative; z-index: 10; }
.elementor-editor-active .page-builder-content { min-height: 80px; outline: 2px dashed rgba(22,184,178,.55); outline-offset: -2px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.site-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow-shell { width: min(980px, calc(100% - 40px)); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 14px; top: -80px; z-index: 9999; padding: 12px 18px; background: var(--yellow); color: var(--navy-deep); font-weight: 900; border-radius: 6px; }
.skip-link:focus { top: 14px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(3, 16, 43, .94); border-bottom: 3px solid var(--teal); backdrop-filter: blur(14px); }
.site-header::after { content: ""; position: absolute; inset: auto 0 -6px; height: 3px; background: repeating-linear-gradient(90deg, var(--pink) 0 8px, var(--yellow) 8px 16px, var(--teal) 16px 24px, var(--orange) 24px 32px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img, .brand .custom-logo { width: auto; max-height: 66px; }
.site-nav { display: flex; align-items: center; gap: 30px; font-weight: 800; }
.site-nav > a:not(.button) { position: relative; padding: 9px 0; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; border-radius: 10px; background: var(--yellow); transition: width .2s ease; }
.site-nav > a:not(.button):hover::after, .site-nav > a:not(.button):focus-visible::after { width: 100%; }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 3px; margin: 4px 0; border-radius: 3px; background: #fff; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 24px; border: 2px solid rgba(255,255,255,.25); border-radius: 7px; background: linear-gradient(135deg, #f84a6d, #df174f); color: #fff; font-weight: 900; box-shadow: 0 8px 0 #8c1735, 0 14px 24px rgba(0,0,0,.22); transition: transform .2s ease, box-shadow .2s ease; cursor: pointer; }
.button:hover, .button:focus-visible { transform: translateY(-3px); box-shadow: 0 11px 0 #8c1735, 0 18px 30px rgba(0,0,0,.3); }
.button:active { transform: translateY(3px); box-shadow: 0 4px 0 #8c1735; }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .9rem; }
.button-teal { background: linear-gradient(135deg, #1fcac4, #0b8f91); box-shadow: 0 8px 0 #075c64, 0 14px 24px rgba(0,0,0,.22); }
.button-teal:hover, .button-teal:focus-visible { box-shadow: 0 11px 0 #075c64, 0 18px 30px rgba(0,0,0,.3); }

.section-frame { position: relative; border-bottom: 3px solid var(--teal); background: radial-gradient(circle at 75% 25%, rgba(19,184,178,.18), transparent 28%), radial-gradient(circle at 28% 10%, rgba(239,53,95,.15), transparent 24%), linear-gradient(145deg, #061b42, #03102b 78%); overflow: hidden; }
.section-frame::before, .section-frame::after { content: ""; position: absolute; z-index: 3; pointer-events: none; }
.section-frame::before { inset: 10px; border: 2px solid var(--pink); box-shadow: inset 0 0 0 3px var(--navy), inset 0 0 0 5px var(--yellow), inset 0 0 0 8px var(--navy), inset 0 0 0 10px var(--teal); }
.section-frame::after { inset: 17px; border: 1px dashed rgba(255,255,255,.35); }
.hero { min-height: 690px; display: grid; align-items: center; }
.hero-grid { position: relative; z-index: 5; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 30px; padding-block: 72px 62px; }
.hero-copy { padding-left: 30px; }
.eyebrow, .kicker { margin: 0 0 10px; color: var(--yellow); font-size: .84rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.hero-logo { width: min(470px, 100%); margin: -14px 0 4px; mix-blend-mode: screen; }
.hero h1 { max-width: 560px; margin: 0 0 18px; font-family: var(--display); font-size: clamp(1.3rem, 2vw, 1.8rem); line-height: 1.3; text-align: left; }
.hero h1 span { color: var(--yellow); }
.hero-lead { color: var(--muted); font-size: 1.04rem; }
.hero-lead strong { color: #fff; }
.event-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 28px 0 30px; }
.event-meta > div { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 8px; padding-right: 14px; border-right: 1px solid rgba(255,255,255,.15); color: var(--muted); font-size: .79rem; }
.event-meta > div:last-child { border-right: 0; }
.event-meta span { font-size: 1.05rem; }
.event-meta strong { font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; }
.hero-art-wrap { position: relative; align-self: stretch; min-height: 540px; display: grid; place-items: end center; }
.hero-burst { position: absolute; inset: 15% 5% 7%; border-radius: 48% 52% 46% 54%; background: conic-gradient(from 40deg, var(--teal), #1e67b8, var(--pink), var(--orange), var(--teal)); opacity: .5; filter: blur(2px); clip-path: polygon(49% 0, 60% 18%, 81% 5%, 78% 29%, 100% 35%, 79% 48%, 94% 68%, 68% 66%, 68% 94%, 49% 73%, 31% 96%, 30% 70%, 5% 77%, 19% 53%, 0 39%, 24% 31%, 18% 8%, 42% 20%); }
.hero-art { position: relative; z-index: 2; width: 112%; max-width: none; height: 100%; margin-right: -8%; object-fit: contain; object-position: center bottom; filter: saturate(1.04) contrast(1.02); }

.about-section, .activities-section, .faq-section { position: relative; padding: 76px 0; background: radial-gradient(circle at 50% 0, rgba(25,87,148,.18), transparent 50%), var(--navy); }
.about-section::before, .about-section::after, .faq-section::before, .faq-section::after { content: "✦"; position: absolute; color: rgba(22,184,178,.15); font-size: 160px; line-height: 1; }
.about-section::before { left: -28px; top: 30px; }
.about-section::after { right: -28px; bottom: 20px; color: rgba(239,53,95,.14); }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading.compact { margin-bottom: 34px; }
.section-heading h2, .registration-copy h2 { margin: 0 0 12px; font-family: var(--heading); font-size: clamp(2.25rem, 5vw, 4rem); line-height: .98; letter-spacing: .035em; text-transform: uppercase; text-shadow: 3px 3px 0 rgba(0,0,0,.28); }
.section-heading h2::before, .section-heading h2::after { content: "❯"; display: inline-block; margin: 0 13px; color: var(--pink); font-family: var(--body); font-size: .43em; vertical-align: middle; }
.section-heading h2::after { transform: rotate(180deg); color: var(--teal); }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.value-card { position: relative; padding: 14px 32px 0; text-align: center; border-right: 1px dashed rgba(255,255,255,.28); }
.value-card:last-child { border-right: 0; }
.mandala-icon { width: 118px; height: 106px; margin: 0 auto 18px; object-fit: cover; border-radius: 50%; mix-blend-mode: screen; filter: saturate(1.08) contrast(1.04); }
.value-card h3 { margin: 0 0 8px; color: currentColor; font-family: var(--heading); font-size: 1.5rem; letter-spacing: .04em; text-transform: uppercase; }
.value-card p { margin: 0; color: var(--text); font-size: .93rem; }
.value-teal { color: var(--teal); } .value-pink { color: var(--pink); } .value-orange { color: var(--orange); } .value-lime { color: var(--lime); }

.activities-section { padding-top: 62px; border-block: 1px solid rgba(22,184,178,.45); background: linear-gradient(180deg, #041a3d, #061b42 45%, #03102b); }
.activity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.activity-card { position: relative; display: flex; flex-direction: column; align-items: center; min-height: 440px; padding: 24px 20px 28px; border: 4px solid currentColor; border-radius: 24px 8px 24px 8px; background: var(--paper); color: var(--navy); text-align: center; box-shadow: inset 0 0 0 4px var(--paper), inset 0 0 0 6px currentColor, var(--shadow); transform: rotate(-.4deg); transition: transform .2s ease; }
.activity-card:nth-child(even) { transform: rotate(.4deg); }
.activity-card:hover { transform: rotate(0) translateY(-7px); }
.activity-card::before, .activity-card::after { content: "✦"; position: absolute; top: 10px; color: currentColor; font-size: 18px; }
.activity-card::before { left: 15px; } .activity-card::after { right: 15px; }
.activity-card img { width: 100%; height: 180px; object-fit: contain; margin-bottom: 8px; border-radius: 16px; }
.activity-card h3 { margin: 2px 0 8px; color: currentColor; font-family: var(--heading); font-size: 2rem; text-transform: uppercase; letter-spacing: .035em; }
.activity-card p { min-height: 50px; margin: 0 0 20px; }
.activity-button { margin-top: auto; padding: 11px 18px; border-radius: 5px; background: currentColor; color: #fff; font-weight: 900; }
.card-pink { color: var(--pink); } .card-teal { color: #079b98; } .card-orange { color: #ed7d10; } .card-purple { color: var(--purple); }

.registration-section { padding: 72px 0; background: radial-gradient(circle at 20% 20%, rgba(239,53,95,.17), transparent 27%), radial-gradient(circle at 80% 80%, rgba(22,184,178,.16), transparent 30%), var(--navy-deep); }
.registration-panel { position: relative; display: grid; grid-template-columns: .72fr 1.45fr; gap: 44px; align-items: center; padding: 46px 54px; border: 5px solid var(--pink); border-radius: 28px 9px 28px 9px; background: linear-gradient(135deg, #fff9e9, #ffefd2); color: var(--navy); box-shadow: inset 0 0 0 4px var(--paper), inset 0 0 0 7px var(--yellow), inset 0 0 0 10px var(--teal), var(--shadow); }
.registration-panel::before, .registration-panel::after { content: "❉"; position: absolute; color: var(--pink); font-size: 52px; line-height: 1; }
.registration-panel::before { left: 14px; top: 10px; } .registration-panel::after { right: 14px; bottom: 10px; color: var(--teal); }
.registration-copy { padding-left: 10px; }
.registration-copy .kicker { color: #b51e46; }
.registration-copy h2 { font-family: var(--heading); font-size: clamp(2.5rem, 4.5vw, 4.2rem); }
.registration-copy p { max-width: 280px; }
.tiny-flourish { color: var(--pink); font-weight: 900; letter-spacing: .2em; }
.registration-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.registration-form label > span, .participation-options legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.registration-form input, .registration-form select, .registration-form textarea { width: 100%; min-height: 48px; padding: 11px 14px; border: 1px solid #b8b3a5; border-radius: 6px; background: rgba(255,255,255,.74); color: var(--navy-deep); outline: none; box-shadow: inset 0 1px 3px rgba(0,0,0,.08); }
.registration-form input:focus, .registration-form select:focus, .registration-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(22,184,178,.2); }
.registration-form textarea { min-height: 90px; resize: vertical; }
.field-wide { grid-column: 1 / -1; }
.participation-options { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0; padding: 0; border: 0; }
.participation-options label { display: flex; align-items: center; gap: 10px; min-height: 46px; padding: 10px 14px; border: 1px solid #b8b3a5; border-radius: 6px; background: rgba(255,255,255,.72); font-weight: 800; }
.participation-options input { width: 18px; min-height: 18px; accent-color: var(--purple); box-shadow: none; }
.team-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.team-fields[hidden] { display: none; }
.submit-button { width: min(420px, 100%); margin: 4px auto 0; border: 0; }
.privacy-note { margin: 0; text-align: center; color: #4b5360; font-size: .72rem; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-notice { margin-bottom: 14px; padding: 12px 15px; border-radius: 6px; font-weight: 800; }
.form-notice.success { background: #dff8e5; color: #17642b; } .form-notice.warning { background: #fff0bd; color: #6f4c00; } .form-notice.error { background: #ffe0e5; color: #841e34; }

.faq-section { padding-top: 56px; background: linear-gradient(180deg, #06183b, #04132f); overflow: hidden; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 2px solid var(--teal); border-radius: 7px; background: rgba(3,16,43,.68); overflow: hidden; }
.faq-list details:nth-child(2) { border-color: var(--pink); } .faq-list details:nth-child(3) { border-color: var(--orange); } .faq-list details:nth-child(4) { border-color: var(--lime); }
.faq-list summary { position: relative; padding: 17px 56px 17px 22px; font-weight: 900; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 18px; top: 50%; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: currentColor; color: var(--navy); font-size: 1.25rem; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details[open] summary { color: var(--yellow); }
.faq-list details p { margin: 0; padding: 0 22px 18px; color: var(--muted); }
.site-footer { position: relative; padding: 54px 0 20px; background: var(--navy-deep); border-top: 3px solid var(--teal); overflow: hidden; }
.footer-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 44px; }
.footer-grid > div:not(:first-child) { padding-left: 30px; border-left: 1px dashed rgba(255,255,255,.28); }
.footer-brand img { width: 190px; mix-blend-mode: screen; }
.footer-grid h2 { margin: 0 0 16px; font-family: var(--heading); font-size: 1.1rem; letter-spacing: .05em; text-transform: uppercase; }
.footer-grid p { margin: 8px 0; color: var(--muted); font-size: .9rem; }
.footer-grid a:hover { color: var(--yellow); }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.social-links a { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: linear-gradient(135deg, #2467bc, #173e78); color: #fff; font-size: .8rem; font-weight: 900; box-shadow: inset 0 0 0 2px rgba(255,255,255,.16); }
.social-links a:nth-child(2) { background: linear-gradient(135deg, var(--pink), var(--purple)); }
.social-links a:nth-child(3) { background: #1575a7; }
.social-links a:nth-child(4) { background: #e62f3c; }
.footer-skyline { height: 100px; margin-top: 18px; background: url('../images/footer-skyline.png') repeat-x center bottom / auto 100%; opacity: .82; mix-blend-mode: screen; }
.footer-bottom { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: #9eb0cd; font-size: .78rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 1050px) {
  .site-nav { gap: 18px; }
  .hero { min-height: 620px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .event-meta { grid-template-columns: 1fr; }
  .event-meta > div { border-right: 0; }
  .activity-grid { grid-template-columns: 1fr 1fr; }
  .value-card { padding-inline: 18px; }
}

@media (max-width: 820px) {
  body.admin-bar .site-header { top: 46px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: calc(100% + 4px); left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px; border: 2px solid var(--teal); border-radius: 9px; background: var(--navy-deep); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 10px !important; }
  .site-nav .button { margin-top: 8px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 58px 50px; }
  .hero-copy { padding: 0 18px; text-align: center; }
  .hero-logo { margin-inline: auto; }
  .hero h1 { margin-inline: auto; text-align: center; }
  .hero-actions { justify-content: center; }
  .hero-art-wrap { min-height: 420px; }
  .hero-art { max-height: 500px; }
  .value-grid { grid-template-columns: 1fr 1fr; row-gap: 44px; }
  .value-card:nth-child(2) { border-right: 0; }
  .registration-panel { grid-template-columns: 1fr; padding: 52px 34px 38px; text-align: center; }
  .registration-copy p { max-width: 540px; margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:not(:first-child) { padding-left: 0; border-left: 0; }
}

@media (max-width: 560px) {
  .site-shell, .narrow-shell { width: min(100% - 24px, 1180px); }
  .header-inner { min-height: 72px; }
  .brand img, .brand .custom-logo { max-height: 55px; }
  .hero-grid { padding-top: 46px; }
  .hero-copy { padding-inline: 12px; }
  .hero-logo { width: 330px; }
  .hero h1 { font-size: 1.16rem; }
  .hero-lead { font-size: .95rem; }
  .event-meta { text-align: left; }
  .hero-actions .button { width: 100%; }
  .hero-art-wrap { min-height: 320px; }
  .about-section, .activities-section, .faq-section, .registration-section { padding-block: 54px; }
  .section-heading h2::before, .section-heading h2::after { display: none; }
  .value-grid, .activity-grid, .footer-grid { grid-template-columns: 1fr; }
  .value-card { padding-bottom: 26px; border-right: 0; border-bottom: 1px dashed rgba(255,255,255,.25); }
  .value-card:last-child { border-bottom: 0; }
  .activity-card { min-height: 415px; }
  .registration-panel { width: calc(100% - 20px); padding: 52px 24px 34px; }
  .registration-form { grid-template-columns: 1fr; }
  .registration-form > *, .field-wide { grid-column: 1; }
  .team-fields { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-grid { text-align: center; }
  .footer-brand img { margin-inline: auto; }
}

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