:root {
  --ink: #132a13;
  --ink-soft: #4f6f52;
  --paper: #221b33;
  --card: #ffffff;
  --accent: #2d6a4f;
  --accent-2: #40916c;
  --border: #d8e2dc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, #5f8f78 0, transparent 42%),
    radial-gradient(circle at 88% 12%, #7a63a0 0, transparent 40%),
    linear-gradient(135deg, #bcc3c0 0%, #cbc8d4 100%);
  color: var(--ink);
  overflow-x: hidden;
}

.hero {
  padding: 0.2rem 1rem 0.35rem;
  background: transparent;
  position: relative;
  overflow: visible;
  z-index: 2;
}

.hero::after {
  content: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 40px 0;
  background: #4b2a72;
  z-index: -1;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.92);
  z-index: 1;
}

.nav {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.brand {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #ffffff;
}

.brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}

.title-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.brand img {
  width: 200px;
  max-width: 42vw;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 3;
}

.brand span {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.3rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  transform: translateY(8px);
}

.menu-toggle {
  display: none;
  width: 38px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  border-radius: 8px;
  padding: 6px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 4px 0;
}

.hero__content {
  width: auto;
  max-width: 1068px;
  margin: 1.25rem auto 0;
  background: rgba(255, 255, 255, 0.62);
  border: 1.5px solid #3f2463;
  border-radius: 14px;
  backdrop-filter: blur(8px) saturate(125%);
  -webkit-backdrop-filter: blur(8px) saturate(125%);
  padding: clamp(0.9rem, 2.2vw, 1.4rem);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.38), 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: riseIn 700ms ease-out;
}

.hero__content p,
.hero__content h1,
.hero__content .eyebrow {
  max-width: 720px;
}

.header-menu {
  max-width: none;
  margin: 12px 0 0;
  display: flex;
  justify-content: flex-start;
  gap: 0.85rem;
  flex-wrap: wrap;
  align-items: center;
}

.header-menu a {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.15rem 0.5rem;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}

.header-menu a:hover {
  border-bottom-color: #95d5b2;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(27, 18, 42, 0.98);
  display: none;
  z-index: 30;
  padding: 1rem;
}

.mobile-menu.open {
  display: block;
}

.mobile-menu__close {
  margin-left: auto;
  display: block;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 8px;
  padding: 0.4rem 0.7rem;
  font-weight: 700;
}

.mobile-menu__panel {
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.mobile-menu__panel a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  color: var(--ink-soft);
}

h1,
h2 {
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  margin: 0 0 0.8rem;
}

h1 {
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  line-height: 1.2;
}

.hero__content p {
  font-size: 0.95rem;
  margin: 0.5rem 0;
}

main {
  max-width: 1100px;
  margin: 1.1rem auto 2rem;
  padding: 0 1rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.card {
  background: rgba(255, 255, 255, 0.62);
  border: 1.5px solid #3f2463;
  border-radius: 14px;
  backdrop-filter: blur(8px) saturate(125%);
  -webkit-backdrop-filter: blur(8px) saturate(125%);
  padding: 1rem;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.32), 0 10px 24px rgba(0, 0, 0, 0.16);
}

.card--highlight {
  background: linear-gradient(135deg, rgba(237, 247, 242, 0.82), rgba(245, 239, 255, 0.82));
}

.status {
  display: inline-block;
  background: var(--accent-2);
  color: #ffffff;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-weight: 800;
}

.section {
  margin-top: 1.3rem;
  background: rgba(255, 255, 255, 0.62);
  border: 1.5px solid #3f2463;
  border-radius: 14px;
  backdrop-filter: blur(8px) saturate(125%);
  -webkit-backdrop-filter: blur(8px) saturate(125%);
  padding: 1rem;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.32), 0 10px 24px rgba(0, 0, 0, 0.16);
}

.section--mini {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.45rem;
}

.calendar__head {
  text-align: center;
  font-weight: 700;
  color: var(--ink-soft);
  font-size: 0.85rem;
  padding-bottom: 0.25rem;
}

.calendar__day {
  min-height: 86px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #d8e2dc;
  border-radius: 10px;
  padding: 0.45rem;
}

.calendar__day--empty {
  background: rgba(255, 255, 255, 0.35);
}

.calendar__day .date {
  font-weight: 700;
  font-size: 0.9rem;
}

.calendar__day p {
  margin: 0.35rem 0 0;
  font-size: 0.75rem;
  line-height: 1.25;
  color: var(--ink-soft);
}

.event-day {
  background: #e8f3ec;
  border-color: #95d5b2;
}

.info-list {
  margin: 0;
  padding-left: 1rem;
}

footer {
  margin-top: 2rem;
  padding: 1rem;
  color: #ffffff;
  font-size: 0.95rem;
  text-align: center;
  background: #4b2a72;
  border-top: 1px solid rgba(255, 255, 255, 0.92);
}

footer p {
  margin: 0.2rem 0;
}

@media (max-width: 1024px) {
  .hero,
  main,
  footer {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .brand img {
    width: 170px;
  }

  .brand span {
    font-size: clamp(1.65rem, 4.4vw, 2.6rem);
  }

  .header-menu {
    margin-top: 10px;
    gap: 0.65rem;
  }
}

@media (max-width: 760px) {
  .hero {
    padding-top: 0.35rem;
    padding-bottom: 0.45rem;
  }

  .nav {
    align-items: flex-start;
  }

  .brand {
    gap: 0.65rem;
    align-items: flex-start;
  }

  .brand img {
    width: 96px;
    max-width: 34vw;
  }

  .brand span {
    font-size: clamp(1rem, 5vw, 1.5rem);
    line-height: 1;
    transform: translateY(3px);
  }

  .header-menu {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero__content {
    margin-top: 0.85rem;
    border-radius: 12px;
    padding: 0.8rem;
  }

  .hero__content p,
  .hero__content h1,
  .hero__content .eyebrow {
    max-width: 100%;
  }

  h1 {
    font-size: 1.25rem;
  }

  main {
    margin-top: 0.8rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .calendar {
    grid-template-columns: 1fr;
  }

  .calendar__head {
    display: none;
  }

  .calendar__day {
    min-height: auto;
    padding: 0.6rem;
  }

  .calendar__day--empty {
    display: none;
  }
}

@media (max-width: 480px) {
  .brand {
    gap: 0.5rem;
  }

  .brand img {
    width: 84px;
  }

  .brand span {
    font-size: 0.95rem;
  }

  .section,
  .card {
    border-radius: 12px;
  }
}

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