body {
  background-color: #fff7e6;
  color: #3b2118;
  font-family: "Noto Sans Devanagari", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1, h2, h3, h4, .font-display-lg, .font-headline-lg, .font-headline-md {
  font-family: "Noto Serif Devanagari", serif;
}

.bg-header { background-color: #5a1414; }
.bg-rich { background-color: #8b2525; }
.bg-saffron { background-color: #d97706; }
.bg-gold { background-color: #c99a3d; }
.bg-cream { background-color: #fff7e6; }
.bg-card { background-color: #fff1d0; }
.bg-primary { background-color: #7a1f1f; }
.bg-background { background-color: #fff7e6; }
.bg-surface { background-color: #fff7e6; }
.bg-surface-container-low { background-color: #fff7e6; }
.bg-surface-container,
.bg-surface-container-high,
.bg-surface-container-highest,
.bg-surface-container-lowest { background-color: #fff1d0; }

.text-primary { color: #7a1f1f; }
.text-saffron { color: #d97706; }
.text-gold { color: #c99a3d; }
.text-cream { color: #fff7e6; }
.text-cream\/80,
.text-cream\/70 { color: rgba(255, 247, 230, 0.85); }
.text-on-surface,
.text-on-background,
.text-on-surface-variant { color: #3b2118; }
.text-secondary { color: #d97706; }

.border-gold,
.border-outline,
.border-outline-variant { border-color: #c99a3d; }
.border-saffron,
.border-secondary { border-color: #d97706; }
.border-t-saffron { border-top-color: #d97706; }

.hover\:bg-rich:hover { background-color: #8b2525; }
.hover\:text-saffron:hover { color: #d97706; }
.hover\:border-saffron:hover { border-color: #d97706; }

.mandana-pattern {
  background-image: url("data:image/svg+xml;utf8,<svg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'><path d='M20 0l20 20-20 20L0 20z' fill='none' stroke='rgba(122, 31, 31, 0.08)' stroke-width='1'/></svg>");
}

.ornament {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ornament::before,
.ornament::after {
  content: "";
  height: 1px;
  width: 4rem;
  background: #c99a3d;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  vertical-align: middle;
}

.sacred-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.sacred-bg svg {
  width: 100%;
  height: 100%;
  display: block;
}

body > header,
body > main,
body > footer {
  position: relative;
  z-index: 1;
}

body > main {
  flex-grow: 1;
}

body > header {
  z-index: 50;
}

.site-header {
  position: sticky;
  top: 0;
  background: #5a1414;
  border-bottom: 1px solid #c99a3d;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
}

.header-logo {
  font-family: "Noto Serif Devanagari", serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff7e6;
  text-decoration: none;
  line-height: 1.3;
  white-space: nowrap;
}

.header-nav {
  display: none;
  align-items: center;
  gap: 24px;
}

.header-nav a {
  color: rgba(255, 247, 230, 0.85);
  text-decoration: none;
  font-size: 16px;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.header-nav a:hover,
.header-nav a[aria-current="page"] {
  color: #d97706;
}

.header-nav a[aria-current="page"] {
  font-weight: 700;
  border-bottom-color: #d97706;
}

.header-app {
  display: none;
  align-items: center;
  gap: 8px;
  background: #d97706;
  color: #fff7e6;
  text-decoration: none;
  padding: 8px 24px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.header-app:hover {
  background: #8b2525;
}

.header-app .material-symbols-outlined {
  font-size: 18px;
}

.header-menu-btn {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  color: #fff7e6;
  cursor: pointer;
  padding: 8px;
}

.header-mobile {
  border-top: 1px solid #c99a3d;
  background: #5a1414;
  padding: 16px;
}

.header-mobile a {
  display: block;
  color: rgba(255, 247, 230, 0.85);
  text-decoration: none;
  padding: 8px 0;
}

.header-mobile a:hover,
.header-mobile a[aria-current="page"] {
  color: #d97706;
}

.header-mobile a[aria-current="page"] {
  font-weight: 700;
}

.header-mobile .header-app {
  display: inline-flex;
  margin-top: 8px;
  width: max-content;
}

@media (min-width: 768px) {
  .header-inner {
    padding: 16px 80px;
  }

  .header-nav,
  .header-inner > .header-app {
    display: flex;
  }

  .header-menu-btn,
  .header-mobile {
    display: none !important;
  }
}

.deity-frame {
  position: relative;
}

.deity-halo {
  position: absolute;
  inset: -14%;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    rgba(201, 154, 61, 0.0),
    rgba(217, 119, 6, 0.4),
    rgba(201, 154, 61, 0.0),
    rgba(122, 31, 31, 0.32),
    rgba(201, 154, 61, 0.0)
  );
  animation: halo-spin 22s linear infinite;
  filter: blur(10px);
  z-index: 0;
}

.deity-frame > .deity-photo {
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 40px 16px 56px;
  background:
    radial-gradient(ellipse at 50% -10%, rgba(122, 31, 31, 0.12), transparent 52%),
    linear-gradient(180deg, #fff1d0 0%, #fff7e6 58%);
  border-bottom: 1px solid #c99a3d;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  border: 1px solid #c99a3d;
  border-radius: 999px;
  background: #fff7e6;
  color: #7a1f1f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.hero-plaque {
  margin: 0 auto 8px;
  max-width: 720px;
  padding: 18px 24px 16px;
  background: #5a1414;
  border: 2px solid #c99a3d;
  box-shadow: 0 8px 24px rgba(90, 20, 20, 0.18);
}

.hero-plaque h1 {
  margin: 0;
  color: #fff7e6;
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.25;
  font-family: "Noto Serif Devanagari", serif;
}

.hero-plaque p {
  margin: 8px 0 0;
  color: #c99a3d;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.hero-om {
  color: #d97706;
  margin: 12px 0 8px;
}

.hero-arch {
  width: min(340px, 78vw);
  margin: 8px auto 20px;
}

.hero-photo {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 170px 170px 18px 18px;
  border: 5px solid #c99a3d;
  box-shadow:
    0 0 0 7px #fff1d0,
    0 0 0 9px #c99a3d,
    0 18px 36px rgba(90, 20, 20, 0.22);
  background: #5a1414;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.hero-kalash {
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d97706;
  border: 2px solid #c99a3d;
  transform: translateX(-50%);
  box-shadow: 0 0 0 4px #fff7e6;
}

.hero-blessing {
  max-width: 34rem;
  margin: 0 auto 24px;
  padding: 0 12px;
  color: #3b2118;
  font-size: 18px;
  line-height: 1.7;
  font-style: italic;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 180px;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: "Noto Serif Devanagari", serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hero-btn-primary {
  background: #d97706;
  color: #fff7e6;
}

.hero-btn-primary:hover {
  background: #8b2525;
}

.hero-btn-outline {
  background: transparent;
  color: #7a1f1f;
  border: 2px solid #c99a3d;
}

.hero-btn-outline:hover {
  background: #d97706;
  color: #fff7e6;
  border-color: #d97706;
}

.hero-btn-maroon {
  background: #7a1f1f;
  color: #fff7e6;
}

.hero-btn-maroon:hover {
  background: #8b2525;
}

.path-wrap {
  padding: 0 16px;
  margin-top: -28px;
  position: relative;
  z-index: 4;
}

.path-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1000px;
  margin: 0 auto;
  background: #fff1d0;
  border: 2px solid #c99a3d;
  box-shadow: 0 10px 28px rgba(90, 20, 20, 0.1);
}

.path-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 16px 18px;
  text-decoration: none;
  color: #3b2118;
  border-right: 1px solid #c99a3d;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.path-item:last-child {
  border-right: none;
}

.path-item .material-symbols-outlined {
  color: #7a1f1f;
  font-size: 26px;
}

.path-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.path-text strong {
  font-family: "Noto Serif Devanagari", serif;
  font-size: 16px;
  font-weight: 600;
  color: #7a1f1f;
}

.path-text em {
  font-style: normal;
  font-size: 13px;
  color: #3b2118;
  opacity: 0.8;
}

.path-item:hover {
  background: #fff7e6;
}

.path-item:hover .material-symbols-outlined,
.path-item:hover strong {
  color: #d97706;
}

.sandesh {
  padding: 72px 16px 24px;
}

.sandesh-panel {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 36px 40px;
  background: #fff1d0;
  border: 2px solid #c99a3d;
  box-shadow:
    0 0 0 6px #fff7e6,
    0 0 0 8px #c99a3d,
    0 16px 40px rgba(90, 20, 20, 0.08);
}

.sandesh-photo {
  width: min(280px, 100%);
  margin: 0 auto;
  padding-top: 14px;
}

.sandesh-photo .deity-halo {
  inset: -6%;
  filter: blur(8px);
}

.sandesh-arch {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 150px 150px 14px 14px;
  border: 4px solid #c99a3d;
  box-shadow:
    0 0 0 5px #fff1d0,
    0 0 0 7px #c99a3d,
    0 14px 28px rgba(90, 20, 20, 0.18);
  background: #5a1414;
}

.sandesh-arch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.sandesh-copy {
  text-align: left;
}

.sandesh-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 12px;
  border: 1px solid #c99a3d;
  border-radius: 999px;
  background: #fff7e6;
  color: #7a1f1f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.sandesh-copy h2 {
  margin: 0 0 8px;
  color: #7a1f1f;
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.3;
}

.sandesh-om {
  color: #d97706;
  justify-content: flex-start;
  margin: 8px 0 18px;
}

.sandesh-copy p:not(.ornament):not(.sandesh-kicker) {
  margin: 0 0 14px;
  color: #3b2118;
  font-size: 17px;
  line-height: 1.75;
}

.sandesh-copy .hero-btn {
  margin-top: 8px;
  min-width: 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0 0 8px;
  color: #7a1f1f;
  font-size: clamp(26px, 3vw, 34px);
}

.section-heading .ornament {
  justify-content: center;
  color: #d97706;
  margin: 0 0 10px;
}

.section-heading p:not(.ornament) {
  margin: 0 auto;
  max-width: 34rem;
  color: #3b2118;
  font-size: 16px;
  line-height: 1.6;
}

.aarti-preview {
  padding: 48px 16px 24px;
  text-align: center;
}

.aarti-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 920px;
  margin: 0 auto 28px;
  background: #fff1d0;
  border: 2px solid #c99a3d;
}

.aarti-slot {
  padding: 28px 18px;
  border-right: 1px solid #c99a3d;
}

.aarti-slot:last-child {
  border-right: none;
}

.aarti-slot .material-symbols-outlined {
  color: #d97706;
  font-size: 30px;
  margin-bottom: 8px;
}

.aarti-slot h3 {
  margin: 0 0 8px;
  color: #7a1f1f;
  font-size: 20px;
}

.aarti-time {
  margin: 0 0 4px;
  color: #5a1414;
  font-family: "Noto Serif Devanagari", serif;
  font-size: 22px;
  font-weight: 700;
}

.aarti-note {
  margin: 0;
  font-size: 13px;
  color: #3b2118;
  opacity: 0.8;
}

.aarti-slot-main {
  background: #5a1414;
}

.aarti-slot-main h3,
.aarti-slot-main .aarti-time,
.aarti-slot-main .aarti-note {
  color: #fff7e6;
}

.aarti-slot-main .aarti-time {
  color: #c99a3d;
}

.aarti-slot-main .material-symbols-outlined {
  color: #c99a3d;
}

.aarti-slot-main .aarti-note {
  opacity: 0.85;
}

.ashirvad {
  padding: 48px 16px 72px;
}

.ashirvad-plaque {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 36px;
  background: #5a1414;
  border: 2px solid #c99a3d;
  text-align: center;
  box-shadow: 0 12px 32px rgba(90, 20, 20, 0.16);
}

.ashirvad-plaque p {
  margin: 0;
  color: #fff7e6;
  font-family: "Noto Serif Devanagari", serif;
  font-size: clamp(20px, 2.6vw, 28px);
  line-height: 1.55;
}

.ashirvad-plaque cite {
  display: block;
  margin-top: 18px;
  color: #c99a3d;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.page-hero {
  text-align: center;
  padding: 36px 16px 28px;
  background:
    radial-gradient(ellipse at 50% -10%, rgba(122, 31, 31, 0.12), transparent 52%),
    linear-gradient(180deg, #fff1d0 0%, #fff7e6 72%);
  border-bottom: 1px solid #c99a3d;
}

.page-hero .hero-plaque {
  max-width: 640px;
}

.page-hero .hero-plaque h1 {
  font-size: clamp(24px, 4.2vw, 38px);
}

.page-hero .hero-blessing {
  margin-bottom: 0;
  font-size: 16px;
}

.page-body {
  padding: 48px 16px 24px;
}

.page-panel {
  max-width: 920px;
  margin: 0 auto 36px;
  padding: 32px 36px;
  background: #fff1d0;
  border: 2px solid #c99a3d;
}

.page-panel h2,
.policy-block h2 {
  margin: 0 0 12px;
  color: #7a1f1f;
  font-size: clamp(22px, 3vw, 28px);
  font-family: "Noto Serif Devanagari", serif;
}

.page-panel p:not(.sandesh-kicker):not(.ornament),
.policy-block p {
  margin: 0 0 14px;
  color: #3b2118;
  font-size: 17px;
  line-height: 1.75;
}

.page-panel p:not(.sandesh-kicker):last-child,
.policy-block p:last-child {
  margin-bottom: 0;
}

.fact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 920px;
  margin: 0 auto 36px;
  background: #fff1d0;
  border: 2px solid #c99a3d;
}

.fact-item {
  padding: 24px 28px;
  border-right: 1px solid #c99a3d;
}

.fact-item:last-child {
  border-right: none;
}

.fact-item .material-symbols-outlined {
  color: #d97706;
  font-size: 28px;
  margin-bottom: 8px;
}

.fact-item h3 {
  margin: 0 0 8px;
  color: #7a1f1f;
  font-size: 20px;
}

.fact-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #3b2118;
}

.glimpse {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 640px;
  margin: 0 auto 8px;
}

.glimpse .sandesh-photo {
  width: 100%;
}

.schedule-board,
.darshan-board {
  max-width: 840px;
  margin: 0 auto 36px;
  background: #fff1d0;
  border: 2px solid #c99a3d;
}

.schedule-row,
.darshan-row {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid #c99a3d;
  text-align: left;
}

.schedule-row:last-child,
.darshan-row:last-child {
  border-bottom: none;
}

.schedule-row .material-symbols-outlined,
.darshan-row .material-symbols-outlined {
  color: #d97706;
  font-size: 26px;
}

.schedule-row h3,
.darshan-row h3 {
  margin: 0;
  color: #7a1f1f;
  font-size: 18px;
}

.schedule-row p,
.darshan-row p {
  margin: 2px 0 0;
  font-size: 13px;
  color: #3b2118;
  opacity: 0.8;
}

.schedule-when,
.darshan-when {
  margin: 0;
  color: #5a1414;
  font-family: "Noto Serif Devanagari", serif;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.schedule-row.is-main,
.darshan-row.is-closed {
  background: #5a1414;
}

.schedule-row.is-main h3,
.schedule-row.is-main p,
.darshan-row.is-closed h3,
.darshan-row.is-closed p {
  color: #fff7e6;
}

.schedule-row.is-main .schedule-when,
.darshan-row.is-closed .darshan-when {
  color: #c99a3d;
}

.schedule-row.is-main .material-symbols-outlined,
.darshan-row.is-closed .material-symbols-outlined {
  color: #c99a3d;
}

.policy-block {
  margin-bottom: 28px;
}

.policy-block:last-child {
  margin-bottom: 0;
}

.page-body .sandesh {
  padding-top: 0;
}

.page-body .ashirvad {
  padding-bottom: 64px;
}

@media (max-width: 900px) {
  .path-strip {
    grid-template-columns: 1fr 1fr;
  }

  .path-item:nth-child(2) {
    border-right: none;
  }

  .path-item:nth-child(1),
  .path-item:nth-child(2) {
    border-bottom: 1px solid #c99a3d;
  }

  .sandesh-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 20px 32px;
    text-align: center;
  }

  .sandesh-copy {
    text-align: center;
  }

  .sandesh-om {
    justify-content: center;
  }

  .aarti-board {
    grid-template-columns: 1fr;
  }

  .aarti-slot {
    border-right: none;
    border-bottom: 1px solid #c99a3d;
  }

  .aarti-slot:last-child {
    border-bottom: none;
  }

  .fact-row,
  .glimpse {
    grid-template-columns: 1fr;
  }

  .fact-item {
    border-right: none;
    border-bottom: 1px solid #c99a3d;
  }

  .fact-item:last-child {
    border-bottom: none;
  }

  .schedule-row,
  .darshan-row {
    grid-template-columns: 40px 1fr;
  }

  .schedule-when,
  .darshan-when {
    grid-column: 2;
    text-align: left;
    white-space: normal;
  }

  .page-panel {
    padding: 24px 20px;
  }
}

@media (max-width: 560px) {
  .path-item {
    padding: 14px 12px;
  }

  .path-text strong {
    font-size: 15px;
  }
}

.anim-spin {
  transform-origin: center;
  transform-box: fill-box;
  animation: spin 80s linear infinite;
}

.anim-spin-rev {
  transform-origin: center;
  transform-box: fill-box;
  animation: spin 110s linear infinite reverse;
}

.anim-float {
  animation: float 9s ease-in-out infinite;
}

.anim-float-slow {
  animation: float 13s ease-in-out infinite reverse;
}

.anim-pulse {
  animation: pulse-glow 5s ease-in-out infinite;
}

.anim-rise {
  animation: rise 18s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes halo-spin {
  to { transform: rotate(360deg); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

@keyframes pulse-glow {
  0%, 100% { opacity: 0.18; }
  50% { opacity: 0.42; }
}

@keyframes rise {
  0% { transform: translateY(20px); opacity: 0; }
  20% { opacity: 0.45; }
  80% { opacity: 0.35; }
  100% { transform: translateY(-80px); opacity: 0; }
}

.site-footer {
  margin-top: auto;
  background: #5a1414;
  color: #fff7e6;
  border-top: 3px solid #c99a3d;
  box-shadow: inset 0 6px 0 #7a1f1f;
}

.footer-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 36px 16px 24px;
  text-align: center;
}

.footer-om {
  justify-content: center;
  color: #c99a3d;
  margin: 0 0 10px;
  font-size: 20px;
}

.footer-name {
  display: inline-block;
  font-family: "Noto Serif Devanagari", serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: #c99a3d;
  text-decoration: none;
  line-height: 1.3;
}

.footer-name:hover {
  color: #d97706;
}

.footer-tagline {
  margin: 8px 0 0;
  color: rgba(255, 247, 230, 0.82);
  font-size: 15px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 4px;
  margin-top: 22px;
}

.footer-nav a {
  padding: 6px 14px;
  color: rgba(255, 247, 230, 0.88);
  text-decoration: none;
  font-size: 15px;
  border-right: 1px solid rgba(201, 154, 61, 0.45);
}

.footer-nav a:last-child {
  border-right: none;
}

.footer-nav a:hover,
.footer-nav a[aria-current="page"] {
  color: #d97706;
}

.footer-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  max-width: 880px;
  margin: 0 auto;
  padding: 14px 16px 22px;
  border-top: 1px solid rgba(201, 154, 61, 0.55);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(255, 247, 230, 0.7);
}

.footer-bar p {
  margin: 0;
}

.footer-bar a {
  color: #c99a3d;
  text-decoration: none;
}

.footer-bar a:hover,
.footer-bar a[aria-current="page"] {
  color: #d97706;
}

@media (max-width: 640px) {
  .footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px 0;
  }

  .footer-nav a {
    border-right: none;
    padding: 8px 10px;
  }

  .footer-bar {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

#mobile-menu:not(.open) {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .anim-spin,
  .anim-spin-rev,
  .anim-float,
  .anim-float-slow,
  .anim-pulse,
  .anim-rise,
  .deity-halo {
    animation: none;
  }
}
