@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;700&family=Cormorant+Garamond:wght@400;500;600;700&family=DM+Sans:wght@300;400;500;600;700&display=swap");

:root {
  --navy: #0b1e3d;
  --navy-dark: #071529;
  --navy-light: #132848;
  --navy-mid: #1a3560;
  --gold: #c9a24c;
  --gold-deep: #a07830;
  --gold-light: #e2c07a;
  --white: #ffffff;
  --muted: #8fa3c0;
  --faint: rgba(201, 162, 76, 0.15);
  --card: linear-gradient(135deg, rgba(19, 40, 72, 0.92), rgba(26, 53, 96, 0.82));
  --radius: 18px;
  --container: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  margin: 0;
  background: var(--navy);
  color: var(--white);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin: 0;
}

.container,
.nav-inner,
.hero-inner {
  width: var(--container);
  margin: 0 auto;
}

.narrow {
  max-width: 760px;
}

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 18px 0;
  transition: padding 300ms ease, background 300ms ease, box-shadow 300ms ease, backdrop-filter 300ms ease;
}

.site-nav.is-scrolled,
.site-nav.is-open {
  padding: 12px 0;
  background: rgba(11, 30, 61, 0.95);
  box-shadow: 0 1px 0 rgba(201, 162, 76, 0.15);
  backdrop-filter: blur(20px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: "Cinzel", serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.brand-city {
  color: var(--gold-light);
  text-shadow: 0 0 20px rgba(201, 162, 76, 0.28);
}

.nav-links,
.nav-actions {
  display: none;
}

.menu-toggle {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--faint);
  border-radius: 12px;
  background: rgba(201, 162, 76, 0.08);
  color: var(--gold-light);
}

.menu-toggle svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.nav-links.is-open {
  position: fixed;
  inset: 72px 0 auto;
  display: grid;
  gap: 4px;
  padding: 16px 20px 22px;
  border-bottom: 1px solid rgba(201, 162, 76, 0.2);
  background: rgba(11, 30, 61, 0.98);
  backdrop-filter: blur(20px);
}

.nav-links a {
  border-bottom: 1px solid rgba(201, 162, 76, 0.14);
  padding: 14px 0;
  color: var(--gold);
  font-size: 1rem;
  font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, border-color 220ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-light), var(--gold));
  background-size: 200% auto;
  color: var(--navy);
}

.btn-gold:hover {
  background-position: right center;
  box-shadow: 0 10px 28px rgba(201, 162, 76, 0.3);
}

.btn-outline {
  border: 1.5px solid rgba(201, 162, 76, 0.55);
  color: var(--gold);
}

.btn-outline:hover {
  border-color: var(--gold);
  background: rgba(201, 162, 76, 0.1);
}

.btn-large {
  min-height: 54px;
  padding: 0 24px;
  font-size: 0.95rem;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 20% 40%, rgba(201, 162, 76, 0.08), transparent 60%),
    radial-gradient(ellipse 60% 80% at 80% 20%, rgba(19, 40, 72, 0.9), transparent 70%),
    linear-gradient(160deg, var(--navy), var(--navy-light) 42%, #0d2240);
}

.noise-overlay::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 116px 0 74px;
}

.hero-copy {
  max-width: 760px;
}

.announcement {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  border: 1px solid rgba(201, 162, 76, 0.3);
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(201, 162, 76, 0.1);
  color: var(--gold-light);
  font-size: 0.86rem;
  font-weight: 600;
  animation: fadeInLeft 800ms ease both;
}

.announcement span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  animation: pulseGold 2s ease-in-out infinite;
}

.hero h1,
.featured h2,
.section-heading h2,
.community h2,
.timeline-section h2 {
  font-family: "Cinzel", serif;
  font-weight: 700;
}

.hero h1 {
  max-width: 100%;
  font-size: clamp(2rem, 7vw, 3.3rem);
  line-height: 1.12;
}

.hero h1 span {
  display: block;
}

.gold-text {
  background: linear-gradient(135deg, var(--gold), var(--gold-light) 42%, var(--gold), var(--gold-deep));
  background-size: 220% auto;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 4s linear infinite;
}

.hero p {
  max-width: 640px;
  margin-top: 22px;
  color: #b6c4d7;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.12rem, 4.8vw, 1.36rem);
  line-height: 1.65;
}

.hero-actions {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 56px;
  border-top: 1px solid rgba(201, 162, 76, 0.15);
  padding-top: 28px;
}

.hero-stats dt {
  font-family: "Cinzel", serif;
  font-size: 1.18rem;
  color: var(--gold-light);
}

.hero-stats dd {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.deco-ring {
  position: absolute;
  border: 1px solid rgba(201, 162, 76, 0.12);
  border-radius: 50%;
  animation: rotateSlow 34s linear infinite;
}

.ring-one {
  top: -280px;
  right: -280px;
  width: 680px;
  height: 680px;
}

.ring-two {
  bottom: -230px;
  left: -230px;
  width: 500px;
  height: 500px;
  animation-direction: reverse;
}

.spark {
  position: absolute;
  border-radius: 50%;
  background: rgba(201, 162, 76, 0.5);
  animation: float 6s ease-in-out infinite;
}

.spark-one {
  top: 28%;
  right: 36%;
  width: 10px;
  height: 10px;
}

.spark-two {
  right: 18%;
  bottom: 30%;
  width: 7px;
  height: 7px;
  animation-delay: 1.5s;
}

.section-pad {
  padding: 76px 0;
}

.section-rule {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 42px;
}

.section-rule span,
.footer-bottom span {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 76, 0.45), transparent);
}

.section-rule p,
.section-heading > p {
  color: var(--gold);
  font-family: "Cinzel", serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.featured-card,
.event-card,
.feature-card,
.timeline article {
  border: 1px solid var(--faint);
  background: var(--card);
  backdrop-filter: blur(12px);
}

.featured-card {
  position: relative;
  overflow: hidden;
  display: grid;
  border-radius: 28px;
}

.featured-card::after {
  position: absolute;
  top: -45%;
  right: -20%;
  width: 560px;
  height: 560px;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle, rgba(201, 162, 76, 0.08), transparent 68%);
}

.featured-copy {
  position: relative;
  z-index: 1;
  padding: 30px;
}

.badge {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 0.76rem;
  font-weight: 700;
}

.badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.badge-active {
  border: 1px solid rgba(34, 197, 94, 0.3);
  background: rgba(34, 197, 94, 0.12);
  color: #4ade80;
}

.badge-active i {
  background: #4ade80;
}

.badge-soon {
  border: 1px solid rgba(201, 162, 76, 0.3);
  background: rgba(201, 162, 76, 0.12);
  color: var(--gold-light);
}

.badge-soon i {
  background: #fde68a;
}

.badge-upcoming {
  border: 1px solid rgba(139, 92, 246, 0.3);
  background: rgba(139, 92, 246, 0.13);
  color: #c4b5fd;
}

.badge-upcoming i {
  background: #c4b5fd;
}

.badge-more {
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(148, 163, 184, 0.1);
  color: #94a3b8;
}

.badge-more i {
  background: #94a3b8;
}

.featured h2 {
  margin-top: 22px;
  font-size: clamp(2rem, 8vw, 3rem);
  line-height: 1.12;
}

.featured-copy p {
  margin-top: 16px;
  color: var(--muted);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.18rem;
  line-height: 1.62;
}

.tag-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.tag-grid li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-light);
  font-size: 0.9rem;
}

.tag-grid li::before {
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold-light);
  content: "";
}

.featured-orbit {
  position: relative;
  min-height: 340px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(201, 162, 76, 0.05), rgba(19, 40, 72, 0.6));
}

.orbit {
  position: absolute;
  border: 1px solid rgba(201, 162, 76, 0.16);
  border-radius: 50%;
  animation: rotateSlow 24s linear infinite;
}

.orbit-a {
  width: 210px;
  height: 210px;
}

.orbit-b {
  width: 290px;
  height: 290px;
  animation-duration: 34s;
  animation-direction: reverse;
}

.orbit-c {
  width: 370px;
  height: 370px;
  animation-duration: 44s;
}

.trophy-lockup {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.icon-medal {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(201, 162, 76, 0.45);
  border-radius: 50%;
  background: rgba(201, 162, 76, 0.1);
  color: var(--gold-light);
  animation: float 4s ease-in-out infinite;
}

.icon-medal svg {
  width: 58px;
  height: 58px;
}

.trophy-lockup strong,
.trophy-lockup span {
  font-family: "Cinzel", serif;
  font-size: 1.5rem;
}

.trophy-lockup span {
  color: var(--white);
}

.trophy-lockup small {
  margin-top: 14px;
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(34, 197, 94, 0.12);
  color: #4ade80;
  font-size: 0.76rem;
  font-weight: 700;
}

.section-heading {
  max-width: 720px;
  display: grid;
  gap: 12px;
  margin: 0 auto 44px;
  text-align: center;
}

.resident-tag {
  width: max-content;
  max-width: 100%;
  justify-self: center;
  border: 1px solid rgba(201, 162, 76, 0.32);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(201, 162, 76, 0.08);
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.section-heading h2,
.community h2,
.timeline-section h2 {
  font-size: clamp(2.1rem, 8vw, 3.35rem);
  line-height: 1.16;
}

.section-heading > span,
.community-intro p,
.timeline-section .section-heading > span {
  color: var(--muted);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.14rem;
  line-height: 1.6;
}

.event-grid,
.feature-grid {
  display: grid;
  gap: 18px;
}

.event-card {
  display: flex;
  min-height: 342px;
  flex-direction: column;
  border-radius: 22px;
  padding: 24px;
  transition: transform 320ms cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 320ms ease, border-color 320ms ease;
}

.event-card:hover {
  border-color: rgba(201, 162, 76, 0.35);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
  transform: translateY(-6px);
}

.event-icon,
.feature-card div {
  display: grid;
  place-items: center;
  border-radius: 14px;
}

.event-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
}

.event-icon svg {
  width: 30px;
  height: 30px;
}

.green { border: 1px solid rgba(74, 222, 128, 0.25); background: rgba(74, 222, 128, 0.1); color: #4ade80; }
.gold { border: 1px solid rgba(226, 192, 122, 0.28); background: rgba(226, 192, 122, 0.1); color: #e2c07a; }
.violet { border: 1px solid rgba(167, 139, 250, 0.28); background: rgba(167, 139, 250, 0.1); color: #a78bfa; }
.orange { border: 1px solid rgba(251, 146, 60, 0.28); background: rgba(251, 146, 60, 0.1); color: #fb923c; }
.pink { border: 1px solid rgba(244, 114, 182, 0.28); background: rgba(244, 114, 182, 0.1); color: #f472b6; }
.sky { border: 1px solid rgba(56, 189, 248, 0.28); background: rgba(56, 189, 248, 0.1); color: #38bdf8; }

.event-card h3 {
  margin-top: 18px;
  color: var(--white);
  font-family: "Cinzel", serif;
  font-size: 1.06rem;
  line-height: 1.35;
}

.event-card p {
  flex: 1;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.64;
}

.event-card a,
.footer-connect a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--gold);
  font-size: 0.92rem;
  font-weight: 700;
  transition: color 180ms ease, transform 180ms ease;
}

.event-card a:hover,
.footer-connect a:hover {
  color: var(--gold-light);
  transform: translateX(2px);
}

.community {
  position: relative;
}

.community::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(201, 162, 76, 0.025), transparent);
}

.community .container {
  position: relative;
  z-index: 1;
}

.community-intro {
  display: grid;
  gap: 36px;
  align-items: center;
  margin-bottom: 44px;
}

.community-intro p {
  margin-top: 18px;
}

.community-mosaic {
  display: grid;
  max-width: 330px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0 auto;
}

.community-mosaic span {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 162, 76, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--gold-light);
}

.community-mosaic span:nth-child(5) {
  border-color: rgba(201, 162, 76, 0.4);
  background: rgba(201, 162, 76, 0.12);
  animation: pulseGold 3s ease-in-out infinite;
}

.community-mosaic svg {
  width: 30px;
  height: 30px;
}

.feature-card {
  border-radius: 22px;
  padding: 24px;
  transition: transform 260ms ease, border-color 260ms ease;
}

.feature-card:hover {
  border-color: rgba(201, 162, 76, 0.35);
  transform: translateY(-4px);
}

.feature-card div {
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  background: rgba(201, 162, 76, 0.1);
  color: var(--gold);
}

.feature-card svg {
  width: 24px;
  height: 24px;
}

.feature-card h3 {
  color: var(--white);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

.feature-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.62;
}

.timeline {
  position: relative;
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, rgba(201, 162, 76, 0.65), rgba(201, 162, 76, 0.1));
}

.timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
}

.timeline li > i {
  z-index: 1;
  width: 16px;
  height: 16px;
  margin: 22px auto 0;
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold), rgba(201, 162, 76, 0.3));
  animation: pulseGold 2.5s ease-in-out infinite;
}

.timeline article {
  display: grid;
  gap: 14px;
  border-radius: 20px;
  padding: 20px;
}

.timeline h3 {
  color: var(--white);
  font-family: "Cinzel", serif;
  font-size: 1rem;
}

.timeline article p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.86rem;
}

.site-footer {
  border-top: 1px solid rgba(201, 162, 76, 0.15);
  padding: 58px 0 28px;
  background: linear-gradient(180deg, var(--navy-dark), #050e1e);
}

.footer-grid {
  display: grid;
  gap: 34px;
  border-bottom: 1px solid rgba(201, 162, 76, 0.1);
  padding-bottom: 40px;
}

.footer-about p,
.footer-connect p {
  max-width: 420px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.footer-links {
  display: grid;
  gap: 12px;
}

.footer-links h2,
.footer-connect h2 {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: "Cinzel", serif;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.92rem;
  transition: color 180ms ease;
}

.footer-links a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  display: grid;
  gap: 14px;
  justify-items: center;
  padding-top: 28px;
  text-align: center;
}

.footer-bottom p {
  color: #3a5070;
  font-size: 0.78rem;
}

.footer-bottom span {
  display: none;
  width: 112px;
  flex: none;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

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

@keyframes pulseGold {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201, 162, 76, 0.36); }
  50% { box-shadow: 0 0 0 12px rgba(201, 162, 76, 0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-24px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes rotateSlow {
  from { transform: rotate(0); }
  to { transform: rotate(360deg); }
}

@media (min-width: 600px) {
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .event-grid,
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stats {
    gap: 24px;
  }

  .hero-stats dd {
    font-size: 0.82rem;
  }
}

@media (min-width: 900px) {
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .hero-copy {
    max-width: none;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 5.4vw, 4.35rem);
  }

  .hero h1 span {
    white-space: nowrap;
  }

  .hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
  }

  .hero-stats dd {
    font-size: 0.9rem;
  }

  .event-grid,
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline article {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .footer-bottom {
    grid-template-columns: auto 112px auto;
  }

  .footer-bottom span {
    display: block;
  }
}

@media (min-width: 900px) {
  .menu-toggle {
    display: none;
  }

  .site-nav {
    padding: 20px 0;
  }

  .nav-links,
  .nav-actions {
    display: flex;
    align-items: center;
  }

  .nav-links {
    gap: 26px;
  }

  .nav-links a {
    border: 0;
    padding: 0;
    color: var(--muted);
    font-size: 0.9rem;
    transition: color 180ms ease;
  }

  .nav-links a:hover {
    color: var(--gold-light);
  }

  .nav-actions {
    gap: 10px;
  }

  .nav-actions .btn {
    min-height: 40px;
    padding: 0 16px;
    font-size: 0.84rem;
  }

  .featured-card,
  .community-intro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-copy {
    padding: 50px;
  }

  .section-pad {
    padding: 100px 0;
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
}

@media (min-width: 1080px) {
  .event-grid,
  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1400px) {
  :root {
    --container: min(1280px, calc(100% - 96px));
  }
}

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