.presentation-wrap {
  position: relative;
  min-height: calc(100vh - 96px);
  display: grid;
  place-items: center;
  padding: 40px 0 28px;
}

.presentation-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: min(1120px, 92vw);
  height: 90px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(133, 164, 220, 0.18), transparent 68%);
  filter: blur(14px);
  pointer-events: none;
}

.presentation-card {
  position: relative;
  width: min(980px, 82vw);
  margin-top: 88px;
  background:
    radial-gradient(520px 220px at 12% 18%, rgba(43, 101, 196, 0.2), transparent 72%),
    radial-gradient(420px 180px at 88% 80%, rgba(201, 39, 53, 0.18), transparent 72%),
    linear-gradient(145deg, rgba(7, 28, 63, 0.94), rgba(11, 38, 82, 0.9) 48%, rgba(10, 28, 58, 0.94));
  border: 1px solid rgba(205, 220, 248, 0.24);
  border-radius: 28px;
  padding: 38px 42px;
  box-shadow: 0 30px 70px rgba(4, 11, 30, 0.42);
  overflow: hidden;
}

.presentation-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 79, 190, 0.12), rgba(255, 255, 255, 0.04) 48%, rgba(201, 39, 53, 0.12));
  pointer-events: none;
}

.presentation-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: 24px;
  align-items: start;
  z-index: 1;
}

.presentation-main-copy {
  display: grid;
  gap: 16px;
}

.presentation-topline {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.presentation-top-badge {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.62rem 1.14rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 237, 226, 0.26);
  background:
    linear-gradient(135deg, rgba(228, 92, 74, 0.94), rgba(170, 33, 38, 0.94));
  color: #f6fbff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow:
    0 16px 32px rgba(128, 25, 31, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.presentation-kicker-line {
  width: 52px;
  height: 1px;
  background: linear-gradient(90deg, rgba(225, 236, 255, 0.18), rgba(225, 236, 255, 0.88));
}

.presentation-kicker-text {
  color: rgba(216, 228, 249, 0.92);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.presentation-title {
  position: relative;
  margin: 0;
  max-width: 12ch;
  color: #ffffff;
  font-family: var(--font-nav);
  font-size: clamp(2.5rem, 4.7vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.presentation-text-block {
  position: relative;
  margin: 0 0 16px;
  max-width: 64ch;
  color: rgba(236, 243, 255, 0.9);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.75;
}

.presentation-text-block strong {
  color: #ffffff;
  font-size: clamp(1.08rem, 1.5vw, 1.22rem);
}

.presentation-lead-copy {
  position: relative;
  margin: 0;
  max-width: 58ch;
  color: rgba(236, 243, 255, 0.9);
  font-size: clamp(1rem, 1.28vw, 1.15rem);
  line-height: 1.75;
}

.presentation-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.presentation-hero-grid-single {
  grid-template-columns: 1fr;
}

.presentation-corner-logo {
  position: absolute;
  top: 78px;
  right: 56px;
  width: clamp(120px, 16vw, 190px);
  height: clamp(120px, 16vw, 190px);
  display: grid;
  place-items: center;
  z-index: 1;
  pointer-events: none;
}

.presentation-corner-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(4, 11, 30, 0.24));
}

.presentation-section-kicker-accent {
  color: #ffd1b3;
}

.home-moments-shell,
.home-public-grid {
  position: relative;
}

.home-moments-shell {
  width: min(1180px, 92vw);
  margin: 0 auto 44px;
  padding: 10px 0 4px;
}

.home-moments-head {
  max-width: 62ch;
  margin-bottom: 18px;
}

.home-moments-head h2 {
  margin: 8px 0 0;
  color: #f4f8ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3.1vw, 3.3rem);
  font-style: italic;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.home-moments-head p {
  margin: 12px 0 0;
  color: rgba(221, 232, 248, 0.84);
  line-height: 1.7;
}

.home-moments-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.82fr 0.9fr;
  gap: 18px;
  align-items: start;
}

.home-moment-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(191, 210, 244, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, rgba(6, 22, 45, 0.88), rgba(7, 26, 53, 0.84));
  box-shadow: 0 26px 54px rgba(4, 11, 30, 0.26);
}

.home-moment-card-1 {
  margin-top: 8px;
}

.home-moment-card-2 {
  margin-top: 44px;
}

.home-moment-card-3 {
  margin-top: 22px;
}

.home-moment-media {
  position: relative;
  overflow: hidden;
}

.home-moment-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(4, 14, 28, 0.48));
}

.home-moment-media img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.home-moment-card:hover .home-moment-media img {
  transform: scale(1.04);
}

.home-moment-copy {
  display: grid;
  gap: 8px;
  padding: 1rem 1rem 1.1rem;
}

.home-moment-date {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 216, 191, 0.16);
  background: rgba(129, 36, 30, 0.36);
  color: #ffd7bc;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-moment-copy strong {
  color: #ffffff;
  font-family: var(--font-nav);
  font-size: 1.18rem;
  line-height: 1.12;
}

.home-moment-copy p {
  margin: 0;
  color: rgba(219, 231, 248, 0.82);
  line-height: 1.62;
}

.slide-dots {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 8px;
  z-index: 30;
}

.slide-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(226, 236, 255, 0.4);
  cursor: pointer;
  transition: height 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.slide-dot.active {
  height: 22px;
  background: #fff;
}

.slide-dot:hover {
  transform: scale(1.05);
}

.home-public-grid {
  width: min(1180px, 92vw);
  margin: 0 auto 42px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
}

.home-public-grid-single {
  grid-template-columns: 1fr;
}

.home-public-panel {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(185, 205, 244, 0.35);
  background:
    radial-gradient(circle at top right, rgba(255, 204, 150, 0.08), transparent 24%),
    rgba(8, 30, 66, 0.58);
  padding: 22px;
  box-shadow: 0 22px 48px rgba(4, 11, 30, 0.3);
  overflow: hidden;
}

.home-public-panel::after {
  content: "";
  position: absolute;
  inset: auto -60px -80px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(84, 122, 201, 0.14), transparent 70%);
  pointer-events: none;
}

.home-public-head {
  margin-bottom: 14px;
}

.home-public-head h2 {
  margin: 8px 0 0;
  color: #f5f8ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  font-style: italic;
  line-height: 1.04;
}

.presentation-section-kicker {
  margin: 0;
  color: #baceee;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-mission-list,
.home-event-list {
  display: grid;
  gap: 12px;
}

.home-mission-card,
.home-event-card,
.home-figure-card {
  border-radius: 16px;
  border: 1px solid rgba(185, 205, 244, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(5, 21, 47, 0.46);
  padding: 14px;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.home-mission-card:hover,
.home-event-card:hover,
.home-figure-card:hover,
.home-news-card:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 228, 251, 0.36);
  box-shadow: 0 16px 28px rgba(4, 11, 30, 0.18);
}

.home-mission-card strong,
.home-event-card strong {
  display: block;
  color: #f3f7ff;
  font-size: 1rem;
}

.home-mission-card p,
.home-event-card p {
  margin: 8px 0 0;
  color: #c8d8f1;
  font-size: 0.9rem;
  line-height: 1.58;
}

.home-figures-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-figure-card strong {
  display: block;
  color: #ffffff;
  font-family: var(--font-nav);
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.home-figure-card span {
  display: block;
  margin-top: 6px;
  color: #c1d3ee;
  font-size: 0.84rem;
  line-height: 1.45;
}

.home-news-list {
  display: grid;
  gap: 12px;
}

.home-practical-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-practical-intro {
  max-width: 64ch;
  margin: 12px 0 0;
  color: #cfddf3;
  font-size: 0.96rem;
  line-height: 1.65;
}

.home-practical-card {
  border-radius: 18px;
  border: 1px solid rgba(185, 205, 244, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(5, 21, 47, 0.46);
  padding: 16px;
  min-height: 164px;
}

.home-practical-card strong {
  display: block;
  color: #f7fbff;
  font-size: 1rem;
}

.home-practical-card p {
  margin: 8px 0 0;
  color: #c8d8f1;
  font-size: 0.92rem;
  line-height: 1.6;
}

.home-practical-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.home-practical-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.62rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(209, 224, 249, 0.26);
  background: rgba(16, 42, 82, 0.66);
  color: #f7fbff;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.home-practical-link.is-primary {
  border-color: rgba(255, 211, 184, 0.34);
  background:
    linear-gradient(135deg, rgba(226, 88, 69, 0.96), rgba(173, 37, 42, 0.96));
  color: #fff9f5;
  box-shadow: 0 16px 30px rgba(122, 29, 33, 0.24);
}

.home-practical-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 217, 192, 0.42);
  background: rgba(128, 37, 40, 0.52);
}

.home-practical-link.is-primary:hover {
  background:
    linear-gradient(135deg, rgba(234, 100, 80, 0.98), rgba(184, 45, 49, 0.98));
}

.home-news-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(185, 205, 244, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(5, 21, 47, 0.46);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.home-news-card img {
  width: 100%;
  height: 118px;
  border-radius: 12px;
  object-fit: cover;
}

.home-news-copy strong {
  display: block;
  color: #f7fbff;
  font-family: var(--font-nav);
  font-size: 1.05rem;
}

.home-news-copy p {
  margin-top: 8px;
  max-width: none;
  font-size: 0.92rem;
  line-height: 1.55;
}

.home-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.home-event-meta span,
.home-empty-note {
  color: #d8e6fb;
  font-size: 0.82rem;
}

.home-event-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.32rem 0.64rem;
  border-radius: 999px;
  border: 1px solid rgba(185, 205, 244, 0.24);
  background: rgba(18, 42, 79, 0.58);
}

.home-empty-note {
  margin: 0;
  padding: 14px;
  border-radius: 16px;
  border: 1px dashed rgba(185, 205, 244, 0.24);
  background: rgba(5, 21, 47, 0.3);
}

.home-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-photo-card {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(185, 205, 244, 0.24);
  background: rgba(5, 21, 47, 0.46);
}

.home-photo-card img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.home-photo-card figcaption {
  padding: 10px 12px;
  color: #edf4ff;
  font-weight: 700;
}

.home-landing-footer {
  position: relative;
  width: 100%;
  margin: 20px 0 0;
  background:
    radial-gradient(circle at 12% 22%, rgba(219, 84, 63, 0.16), transparent 18%),
    radial-gradient(circle at 88% 18%, rgba(83, 125, 212, 0.16), transparent 20%),
    linear-gradient(180deg, rgba(5, 20, 44, 0.98), rgba(7, 19, 39, 1));
  border-top: 1px solid rgba(194, 214, 247, 0.16);
}

.home-landing-footer-shell {
  width: min(1240px, 94vw);
  margin: 0 auto;
}

.home-landing-footer-top {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(180px, 1fr));
  gap: 28px;
  padding: 34px 0 30px;
}

.home-landing-footer-brand,
.home-landing-footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.home-landing-footer-column:nth-child(2) {
  margin-left: 56px;
}

.home-landing-footer-column:nth-child(3) {
  margin-left: 24px;
}

.home-landing-footer-kicker {
  color: #ffd6b8;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-landing-footer-brand strong {
  color: #f6fbff;
  font-family: var(--font-nav);
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
  line-height: 1.2;
}

.home-landing-footer-brand p {
  margin: 0;
  max-width: 62ch;
  color: rgba(219, 231, 248, 0.82);
  line-height: 1.6;
}

.home-landing-footer-column h2 {
  margin: 0;
  color: #f6fbff;
  font-family: var(--font-nav);
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-landing-footer-column p,
.home-landing-footer-nav a {
  margin: 0;
  color: rgba(219, 231, 248, 0.82);
  line-height: 1.6;
  text-decoration: none;
}

.home-landing-footer-nav {
  display: grid;
  gap: 8px;
}

.home-landing-footer-nav a:hover {
  color: #ffffff;
}

.home-landing-footer-actions {
  display: grid;
  gap: 10px;
}

.home-landing-footer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  padding: 0.56rem 0.88rem;
  border-radius: 999px;
  border: 1px solid rgba(223, 235, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(10, 31, 58, 0.72);
  color: #f6fbff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.home-landing-footer-link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 219, 192, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
    rgba(127, 33, 38, 0.5);
}

.home-landing-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0 18px;
  border-top: 1px solid rgba(194, 214, 247, 0.12);
}

.home-landing-footer-bottom p {
  margin: 0;
  color: rgba(199, 214, 237, 0.76);
  font-size: 0.88rem;
  line-height: 1.5;
}

.home-landing-footer-credit {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 213, 188, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    rgba(115, 35, 39, 0.34);
  color: #ffe4d0;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.home-landing-footer-credit:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 224, 205, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07)),
    rgba(154, 46, 44, 0.42);
  color: #fff6ef;
}

@media (max-width: 760px) {
  .home-moments-grid {
    grid-template-columns: 1fr;
  }

  .home-moment-card,
  .home-moment-card-1,
  .home-moment-card-2,
  .home-moment-card-3 {
    margin-top: 0;
  }

  .home-moment-media img {
    height: 240px;
  }

  .presentation-wrap {
    align-items: start;
    padding-top: 60px;
  }

  .presentation-card {
    width: min(930px, 94vw);
    margin-top: 60px;
    padding: 24px 20px;
  }

  .presentation-corner-logo {
    top: 86px;
    right: 18px;
    width: 88px;
    height: 88px;
    opacity: 0.92;
  }

  .presentation-hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .presentation-title,
  .presentation-lead-copy,
  .presentation-text-block {
    max-width: 100%;
  }

  .presentation-kicker-line,
  .presentation-kicker-text {
    display: none;
  }

  .presentation-actions,
  .home-figures-grid {
    grid-template-columns: 1fr;
  }

  .slide-dots {
    display: none;
  }

  .home-public-grid,
  .home-practical-grid,
  .home-photo-grid,
  .home-news-card,
  .home-landing-footer-top,
  .home-landing-footer-bottom {
    grid-template-columns: 1fr;
  }

  .home-news-card img {
    height: 180px;
  }

  .home-landing-footer-top {
    padding: 24px 0 20px;
  }

  .home-landing-footer-actions {
    justify-content: stretch;
  }

  .home-landing-footer-link {
    width: 100%;
  }

  .home-landing-footer-bottom {
    display: grid;
    padding-bottom: 22px;
  }
}
