* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --red: #d71919;
  --green: #0b7d24;
  --gold: #f2c14e;
  --black: #111111;
  --white: #ffffff;
  --light: #f3f3f3;
  --gray: #e7e7e7;
  --dark-gray: #2a2a2a;
  --shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  --anchor-offset: 140px;
  --home-header-height: 170px;
  --red-glow: rgba(215, 25, 25, 0.3);
  --green-glow: rgba(11, 125, 36, 0.26);
  --gold-glow: rgba(242, 193, 78, 0.28);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--light);
  color: var(--black);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}

img {
  max-width: 100%;
  display: block;
}

.topbar {
  position: relative;
  z-index: 120;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at left center, rgba(215, 25, 25, 0.34), transparent 26%),
    radial-gradient(circle at center top, rgba(242, 193, 78, 0.24), transparent 28%),
    radial-gradient(circle at right center, rgba(11, 125, 36, 0.3), transparent 28%),
    linear-gradient(120deg, #090909 0%, #121212 45%, #0d130d 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 8%, rgba(255, 255, 255, 0.12) 22%, transparent 40%);
  opacity: 0.58;
  pointer-events: none;
}

.topbar-inner {
  position: relative;
  z-index: 1;
  max-width: 1480px;
  margin: 0 auto;
  padding: 12px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.topbar-copy {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}

.topbar-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.topbar-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  white-space: nowrap;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(16px);
  box-shadow:
    0 14px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.topbar-pill:hover,
.topbar-pill:focus-visible {
  color: var(--white);
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.24);
}

.topbar-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
}

.topbar-value {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.topbar-social {
  padding: 10px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

nav {
  position: relative;
  z-index: 130;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.nav-inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 18px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.brand-logo {
  width: 128px;
  height: 128px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.14));
}

.brand-text {
  min-width: 0;
}

.brand-text h1 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(36px, 2.8vw, 50px);
  letter-spacing: 1px;
  line-height: 1;
  color: var(--black);
}

.brand-text p {
  font-size: 13px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: #555;
  margin-top: 6px;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.nav-links > li {
  position: relative;
}

.nav-links li a {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: var(--black);
}

.nav-links li a:hover,
.nav-links li a.active {
  background: var(--black);
  color: var(--white);
}

.nav-dropdown-details {
  position: relative;
}

.nav-dropdown-toggle {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: var(--black);
  cursor: pointer;
  user-select: none;
  transition: 0.3s ease;
}

.nav-dropdown-toggle a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: max-content;
  white-space: nowrap;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
}

.nav-dropdown-toggle a:hover,
.nav-dropdown-toggle a:focus-visible {
  background: transparent;
  color: inherit;
}

.nav-dropdown-toggle:hover > a,
.nav-dropdown-details[open] .nav-dropdown-toggle > a,
.nav-dropdown-details.nav-current .nav-dropdown-toggle > a {
  color: inherit;
  background: transparent;
}

.nav-dropdown-toggle::-webkit-details-marker {
  display: none;
}

.nav-dropdown-toggle::marker {
  content: "";
}

.nav-dropdown-toggle::after {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  transition: transform 0.3s ease;
}

.nav-dropdown-details[open] .nav-dropdown-toggle::after {
  transform: translateY(2px) rotate(225deg);
}

.nav-dropdown-toggle:hover,
.nav-dropdown-details[open] .nav-dropdown-toggle,
.nav-dropdown-details.nav-current .nav-dropdown-toggle {
  background: var(--black);
  color: var(--white);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 240px;
  padding: 8px 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 17, 17, 0.1);
  box-shadow: 0 20px 40px rgba(17, 17, 17, 0.14);
  backdrop-filter: blur(16px);
  z-index: 300;
}

.nav-dropdown-wide .nav-dropdown-menu {
  min-width: 360px;
}

.nav-dropdown-menu a {
  display: block;
  padding: 12px 16px;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0.3px;
  color: var(--black);
}

.nav-dropdown-menu a + a {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.nav-dropdown-menu a.active,
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  background: var(--black);
  color: var(--white);
}

.home-slider {
  padding: 24px 24px 12px;
  background: var(--light);
}

.home-slider-shell {
  max-width: 560px;
  margin: 0 auto;
}

.home-slider-track {
  position: relative;
  aspect-ratio: 2 / 3;
}

.home-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  pointer-events: none;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.home-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.home-slide::after {
  content: none;
}

.home-slide-backdrop {
  display: none;
}

.home-slide-backdrop img {
  display: none;
}

.home-slide-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding: 0;
}

.home-slide-poster {
  width: 100%;
}

.home-slide-poster img {
  width: 100%;
  height: 100%;
  max-height: none;
  border-radius: 32px;
  object-fit: contain;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.14);
  animation: home-slide-float 8s ease-in-out infinite;
}

.home-slider-controls {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.home-slider-dots,
.home-slider-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}

.home-slider-dot,
.home-slider-button {
  border: none;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.home-slider-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.22);
}

.home-slider-dot.is-active {
  width: 38px;
  background: var(--black);
}

.home-slider-button {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--black);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.home-slider-count {
  color: var(--black);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 4px;
}

.home-slider-dot:hover,
.home-slider-dot:focus-visible,
.home-slider-button:hover,
.home-slider-button:focus-visible {
  transform: translateY(-2px);
}

.home-slider-button:hover,
.home-slider-button:focus-visible {
  background: var(--red);
}

.hero {
  position: relative;
  min-height: calc(100vh - 130px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr) minmax(260px, 0.78fr);
  align-items: center;
  gap: 28px;
  padding: 80px 60px;
  background:
    linear-gradient(135deg, rgba(215, 25, 25, 0.06), rgba(11, 125, 36, 0.08)),
    radial-gradient(circle at top left, rgba(215, 25, 25, 0.12), transparent 35%),
    radial-gradient(circle at bottom right, rgba(11, 125, 36, 0.12), transparent 35%),
    var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.02) 50%, transparent 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(52px, 8vw, 110px);
  line-height: 0.95;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: var(--black);
  text-transform: uppercase;
}

.hero h2 .red {
  color: var(--red);
}

.hero h2 .green {
  color: var(--green);
}

.hero-about {
  max-width: 780px;
  font-size: clamp(18px, 1.9vw, 24px);
  line-height: 1.8;
  font-weight: 600;
  color: #222222;
}

.hero-about-last-line {
  display: block;
}

.hero-slider {
  padding: 0;
  background: transparent;
}

.hero-slider .home-slider-shell {
  width: 100%;
  max-width: 380px;
}

.hero-logo-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-logo-card {
  width: 100%;
  max-width: 620px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.hero-logo-card img {
  width: 100%;
  object-fit: contain;
}

.home-page {
  background:
    radial-gradient(circle at top left, rgba(215, 25, 25, 0.1), transparent 24%),
    radial-gradient(circle at top right, rgba(242, 193, 78, 0.14), transparent 28%),
    linear-gradient(180deg, #fffdf9 0%, #f5f4ef 44%, #eceae3 100%);
}

.home-page .topbar {
  box-shadow:
    0 18px 34px rgba(17, 17, 17, 0.18),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.home-page nav {
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 20px 38px rgba(17, 17, 17, 0.08);
}

.home-page .hero {
  --pointer-x: 50%;
  --pointer-y: 50%;
  overflow: hidden;
  isolation: isolate;
  perspective: 1800px;
  min-height: calc(100svh - var(--home-header-height));
  gap: clamp(20px, 2vw, 34px);
  padding: clamp(22px, 3vh, 40px) clamp(24px, 4vw, 56px);
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 33vw) minmax(240px, 24vw);
  align-items: center;
  align-content: center;
  background:
    radial-gradient(circle at 18% 24%, rgba(215, 25, 25, 0.14), transparent 26%),
    radial-gradient(circle at 50% 8%, rgba(242, 193, 78, 0.16), transparent 26%),
    radial-gradient(circle at 82% 78%, rgba(11, 125, 36, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 247, 239, 0.95) 42%, rgba(239, 247, 242, 0.94) 100%);
}

.home-page .hero::before {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.1) 0%, transparent 35%, rgba(255, 255, 255, 0.28) 52%, transparent 72%),
    linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.02) 50%, transparent 100%);
  opacity: 0.8;
}

.home-page .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(17, 17, 17, 0.025) 0 1px, transparent 1px 80px),
    repeating-linear-gradient(0deg, rgba(17, 17, 17, 0.02) 0 1px, transparent 1px 80px);
  opacity: 0.22;
  mask-image: radial-gradient(circle at center, black 48%, transparent 100%);
  pointer-events: none;
}

.hero-aurora,
.hero-grid-glow,
.hero-orb {
  position: absolute;
  pointer-events: none;
}

.hero-aurora {
  z-index: 0;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.72;
  mix-blend-mode: multiply;
  animation: aurora-drift 16s ease-in-out infinite;
}

.hero-aurora-red {
  top: -140px;
  left: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(215, 25, 25, 0.42) 0%, rgba(215, 25, 25, 0) 72%);
}

.hero-aurora-gold {
  top: 8%;
  left: 36%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(242, 193, 78, 0.42) 0%, rgba(242, 193, 78, 0) 72%);
  animation-duration: 13s;
  animation-delay: -3s;
}

.hero-aurora-green {
  right: -120px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(11, 125, 36, 0.44) 0%, rgba(11, 125, 36, 0) 72%);
  animation-duration: 18s;
  animation-delay: -6s;
}

.hero-grid-glow {
  inset: 12% 16%;
  z-index: 0;
  border-radius: 48px;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.7), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.04));
  filter: blur(30px);
  opacity: 0.68;
}

.hero-orb {
  z-index: 1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.18));
  box-shadow: 0 0 28px rgba(255, 255, 255, 0.9);
  animation: orb-float 10s ease-in-out infinite;
}

.hero-orb-one {
  top: 18%;
  left: 45%;
}

.hero-orb-two {
  top: 64%;
  left: 54%;
  width: 10px;
  height: 10px;
  animation-duration: 12s;
  animation-delay: -4s;
}

.hero-orb-three {
  right: 16%;
  top: 20%;
  width: 18px;
  height: 18px;
  animation-duration: 9s;
  animation-delay: -2s;
}

.home-page [data-tilt-layer] {
  position: relative;
  z-index: 2;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s ease, border-color 0.45s ease;
  transform: perspective(1600px) rotateX(var(--layer-rotate-x, 0deg)) rotateY(var(--layer-rotate-y, 0deg));
}

.home-page .hero-content {
  max-width: 34rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.home-page .hero-content::before,
.home-page .hero-slider .home-slider-shell::after,
.home-page .hero-logo-card::after,
.home-page .history-video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), transparent 30%, transparent 70%, rgba(255, 255, 255, 0.14));
  pointer-events: none;
}

.home-page .hero-content::before {
  content: none;
}

.home-page .hero-content > *,
.home-page .hero-slider .home-slider-shell > *,
.home-page .hero-logo-card > *,
.home-page .history-video-shell > * {
  position: relative;
  z-index: 1;
}

.home-page .hero h2 {
  font-size: clamp(48px, min(7vw, 11vh), 98px);
  line-height: 0.86;
  margin-bottom: 16px;
  text-shadow: 0 14px 30px rgba(17, 17, 17, 0.08);
}

.home-page .hero h2 .red,
.home-page .hero h2 .green {
  display: inline-block;
}

.home-page .hero h2 .red {
  text-shadow: 0 0 26px rgba(215, 25, 25, 0.24);
}

.home-page .hero h2 .green {
  text-shadow: 0 0 26px rgba(11, 125, 36, 0.24);
}

.home-page .hero-about {
  max-width: 31rem;
  font-size: clamp(15px, 1.28vw, 19px);
  line-height: 1.58;
  color: rgba(17, 17, 17, 0.86);
  text-wrap: pretty;
}

.home-page .hero-slider {
  background: transparent;
}

.home-page .hero-slider .home-slider-shell {
  width: 100%;
  max-width: clamp(340px, 33vw, 470px);
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.home-page .hero-slider .home-slider-shell::before,
.home-page .hero-logo-card::before,
.home-page .history-video-shell::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 80%, rgba(215, 25, 25, 0.26), transparent 34%),
    radial-gradient(circle at 82% 16%, rgba(11, 125, 36, 0.24), transparent 34%),
    radial-gradient(circle at 50% 0%, rgba(242, 193, 78, 0.22), transparent 30%);
  filter: blur(24px);
  opacity: 0.95;
  animation: glow-breathe 8s ease-in-out infinite;
}

.home-page .hero-slider .home-slider-shell::before,
.home-page .hero-slider .home-slider-shell::after,
.home-page .hero-logo-card::after {
  content: none;
}

.home-page .home-slider-track {
  transform-style: preserve-3d;
}

.home-page .home-slide {
  transform-origin: center center;
  transform: translate3d(0, 0, -30px) scale(0.97);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-page .home-slide.is-active {
  transform: translate3d(0, 0, 26px) scale(1);
}

.home-page .home-slide-poster {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
}

.home-page .home-slide-poster::before {
  content: "";
  position: absolute;
  inset: -30% -18%;
  z-index: 2;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.45) 50%, transparent 70%);
  transform: translateX(-100%) rotate(12deg);
  animation: poster-shine 7s linear infinite;
  mix-blend-mode: screen;
  pointer-events: none;
}

.home-page .home-slide-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66), inset 0 -18px 30px rgba(0, 0, 0, 0.08);
  pointer-events: none;
}

.home-page .home-slide-poster img {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.28);
  box-shadow:
    0 38px 72px rgba(17, 17, 17, 0.26),
    0 0 44px rgba(242, 193, 78, 0.22);
}

.home-page .home-slider-controls {
  margin-top: 16px;
  gap: 12px;
}

.home-page .home-slider-dots,
.home-page .home-slider-actions {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 30px rgba(17, 17, 17, 0.08);
}

.home-page .home-slider-dot {
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.08) inset;
}

.home-page .home-slider-dot.is-active {
  background: linear-gradient(90deg, var(--red), var(--green));
  box-shadow: 0 0 18px rgba(242, 193, 78, 0.35);
}

.home-page .home-slider-button {
  background: linear-gradient(135deg, var(--black), #222222);
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.2);
}

.home-page .home-slider-button[data-slide-toggle][aria-pressed="true"] {
  background: linear-gradient(135deg, var(--green), #15953a);
}

.home-page .home-slider-count {
  color: #1d1d1d;
}

.home-page .hero-logo-wrap {
  z-index: 2;
}

.home-page .hero-logo-card {
  max-width: clamp(250px, 24vw, 380px);
  padding: 0;
  border: none;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.home-page .hero-logo-card::before {
  inset: -12px;
  animation-direction: reverse;
}

.home-page .hero-logo-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  filter:
    drop-shadow(0 18px 24px rgba(17, 17, 17, 0.16))
    drop-shadow(0 0 46px rgba(11, 125, 36, 0.22))
    drop-shadow(0 0 34px rgba(215, 25, 25, 0.16));
  animation: logo-float 10s ease-in-out infinite;
}

.history-video-shell {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

.home-page .history-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 16%, rgba(215, 25, 25, 0.1), transparent 20%),
    radial-gradient(circle at 86% 24%, rgba(11, 125, 36, 0.12), transparent 24%),
    linear-gradient(180deg, #f2f0ea 0%, #e8e5de 100%);
}

.home-page .history-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(17, 17, 17, 0.02) 0 1px, transparent 1px 78px),
    repeating-linear-gradient(0deg, rgba(17, 17, 17, 0.018) 0 1px, transparent 1px 78px);
  opacity: 0.24;
  pointer-events: none;
}

.home-page .history-container {
  position: relative;
  z-index: 1;
}

.home-page .history-heading h3 {
  text-shadow: 0 0 24px rgba(11, 125, 36, 0.12);
}

.home-page .history-video-shell {
  padding: 18px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.38));
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 70px rgba(17, 17, 17, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.home-page .history-video-shell:hover {
  transform: translateY(-8px);
  box-shadow: 0 42px 82px rgba(17, 17, 17, 0.16);
}

.home-page .history-video {
  max-width: none;
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-shadow:
    0 28px 54px rgba(17, 17, 17, 0.2),
    0 0 34px rgba(242, 193, 78, 0.1);
}

.history-section {
  background: #ececec;
  padding: 100px 24px;
}

.history-container {
  max-width: 1100px;
  margin: 0 auto;
}

.history-heading {
  text-align: center;
  margin-bottom: 42px;
}

.history-heading h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 700;
  color: var(--green);
  margin-bottom: 16px;
}

.history-heading p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #555555;
}

.history-video {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
  background: #000000;
}

.history-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.history-feature {
  margin-top: 48px;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.history-feature-media {
  display: flex;
  justify-content: center;
}

.history-feature-media img {
  width: 100%;
  max-width: 480px;
  box-shadow:
    -22px 22px 0 rgba(17, 17, 17, 0.16),
    0 24px 50px rgba(17, 17, 17, 0.22);
}

.history-feature-copy h4 {
  display: grid;
  gap: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.96;
  font-weight: 700;
  color: var(--green);
}

.history-feature-copy h4 span {
  display: block;
}

.donate-section {
  padding: 90px 24px 110px;
  background: var(--white);
}

.donate-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
  gap: 56px;
  align-items: center;
}

.donate-media img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16);
}

.donate-copy h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(46px, 5vw, 64px);
  font-weight: 700;
  color: var(--green);
  margin-bottom: 28px;
}

.donate-copy p {
  max-width: 620px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.85;
  font-weight: 600;
  color: #111111;
}

.home-contact-section {
  padding: 40px 24px 110px;
  background: var(--white);
}

.home-contact-container {
  max-width: 1300px;
  margin: 0 auto;
}

.home-contact-header {
  text-align: center;
  margin-bottom: 44px;
}

.home-contact-header h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 700;
  color: var(--green);
  margin-bottom: 22px;
}

.home-contact-link {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #111111;
}

.home-contact-link + .home-contact-link {
  margin-top: 6px;
}

.home-contact-link:hover,
.home-contact-link:focus-visible {
  color: var(--green);
}

.home-contact-socials {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.home-contact-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.06);
  color: var(--black);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.home-contact-social:hover,
.home-contact-social:focus-visible {
  background: var(--black);
  color: var(--white);
}

.home-contact-form {
  display: grid;
  gap: 0;
}

.home-contact-field {
  display: grid;
  gap: 16px;
  padding: 14px 8px 18px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.8);
}

.home-contact-field span {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
}

.home-contact-field input,
.home-contact-field textarea {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  font: inherit;
  font-size: 18px;
  line-height: 1.8;
  color: #111111;
  resize: vertical;
}

.home-contact-field input::placeholder,
.home-contact-field textarea::placeholder {
  color: #444444;
}

.home-contact-submit {
  margin-top: 34px;
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 20px 24px;
  background: var(--black);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.home-contact-submit:hover,
.home-contact-submit:focus-visible {
  background: var(--green);
  transform: translateY(-2px);
}

.mailing-list-section {
  padding: 0 24px 110px;
  background: var(--white);
}

.mailing-list-shell {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}

.mailing-list-copy {
  max-width: 540px;
}

.mailing-list-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 18px;
}

.mailing-list-copy h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(54px, 6.5vw, 88px);
  line-height: 0.94;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 24px;
}

.mailing-list-copy p:last-child {
  max-width: 500px;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.75;
  font-weight: 500;
  font-style: italic;
  color: #5a5a5a;
}

.mailing-envelope-stage {
  display: flex;
  justify-content: center;
}

.mailing-envelope {
  position: relative;
  width: min(100%, 620px);
  aspect-ratio: 1.18 / 0.9;
  perspective: 1800px;
  outline: none;
  overflow: visible;
}

.mailing-envelope:focus-visible {
  outline: 3px solid rgba(11, 125, 36, 0.3);
  outline-offset: 12px;
}

.mailing-envelope-shadow {
  position: absolute;
  left: 11%;
  right: 11%;
  bottom: 4%;
  height: 14%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 72%);
  transform: scaleX(0.84);
  filter: blur(10px);
  transition: transform 0.65s ease, opacity 0.65s ease;
}

.mailing-envelope-back {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 16%;
  bottom: 0;
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(135deg, #1f9b42 0%, #0b7d24 68%, #085d1a 100%);
  box-shadow:
    0 36px 60px rgba(11, 125, 36, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.mailing-envelope-pocket {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 16%;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: 32px;
  transition: z-index 0s linear 0.2s;
}

.mailing-letter {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 6%;
  z-index: 1;
  display: grid;
  gap: 12px;
  padding: 30px 28px 34px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 244, 238, 0.98));
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.16);
  transform: translateY(54%) scale(0.95);
  transform-origin: bottom center;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.mailing-letter-kicker {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  color: #555555;
}

.mailing-letter h4 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(30px, 3.5vw, 42px);
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--black);
}

.mailing-letter p:last-of-type {
  font-size: 15px;
  line-height: 1.6;
  color: #444444;
}

.mailing-envelope-front {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0;
  height: 61%;
  z-index: 3;
  border-radius: 0 0 32px 32px;
  background:
    linear-gradient(160deg, #18a93f 0%, #0b7d24 66%, #09611c 100%);
  clip-path: polygon(0 0, 50% 58%, 100% 0, 100% 100%, 0 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -8px 16px rgba(0, 0, 0, 0.12);
}

.mailing-envelope-flap {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 16%;
  height: 45%;
  z-index: 4;
  background:
    linear-gradient(180deg, #27b14c 0%, #139137 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform-origin: top center;
  transform: rotateX(0deg);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  backface-visibility: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.mailing-envelope-seal {
  position: absolute;
  left: 50%;
  top: 40%;
  z-index: 5;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.16),
    inset 0 0 0 6px rgba(11, 125, 36, 0.12);
  transform: translate(-50%, -50%);
  transition: opacity 0.45s ease, transform 0.65s ease;
}

.mailing-envelope-seal::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  background: radial-gradient(circle, #f2c14e 0%, #d71919 60%, #0b7d24 100%);
}

.mailing-list-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 6px;
  min-width: 132px;
  padding: 14px 24px;
  border-radius: 999px;
  background: var(--black);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(17, 17, 17, 0.14);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: background 0.3s ease, color 0.3s ease, transform 0.35s ease, opacity 0.35s ease;
}

.mailing-list-button:hover,
.mailing-list-button:focus-visible {
  background: var(--green);
  color: var(--white);
  transform: translateY(-2px);
}

.mailing-envelope:hover .mailing-envelope-pocket,
.mailing-envelope:focus .mailing-envelope-pocket,
.mailing-envelope:focus-within .mailing-envelope-pocket {
  z-index: 6;
  transition-delay: 0s;
}

.mailing-envelope:hover .mailing-letter,
.mailing-envelope:focus .mailing-letter,
.mailing-envelope:focus-within .mailing-letter {
  transform: translateY(10%) scale(1);
}

.mailing-envelope:hover .mailing-envelope-flap,
.mailing-envelope:focus .mailing-envelope-flap,
.mailing-envelope:focus-within .mailing-envelope-flap {
  transform: rotateX(180deg);
}

.mailing-envelope:hover .mailing-envelope-seal,
.mailing-envelope:focus .mailing-envelope-seal,
.mailing-envelope:focus-within .mailing-envelope-seal {
  opacity: 0;
  transform: translate(-50%, -90%);
}

.mailing-envelope:hover .mailing-envelope-shadow,
.mailing-envelope:focus .mailing-envelope-shadow,
.mailing-envelope:focus-within .mailing-envelope-shadow {
  transform: scaleX(0.94);
  opacity: 0.68;
}

.mailing-envelope:hover .mailing-list-button,
.mailing-envelope:focus .mailing-list-button,
.mailing-envelope:focus-within .mailing-list-button {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mailing-envelope-front,
.mailing-envelope-flap,
.mailing-envelope-seal {
  pointer-events: none;
}

.page-video-shell {
  max-width: 1020px;
}

.video-link-card {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.video-link-poster {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000000;
}

.video-link-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.34));
}

.video-link-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-link-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 24px;
  color: var(--white);
}

.video-link-play {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.video-link-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-38%, -50%);
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 26px solid var(--red);
}

.video-link-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.82);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.video-link-card:hover,
.video-link-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.2);
}

.page-hero {
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 40px 40px;
  text-align: center;
}

.page-hero h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--black);
}

.page-hero p {
  max-width: 760px;
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 1.8;
  color: #555555;
}

.page-section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px 90px;
}

.page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.page-panel {
  background: var(--white);
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: var(--shadow);
  border-top: 5px solid var(--black);
}

.page-panel-wide {
  grid-column: 1 / -1;
}

.page-panel:nth-child(2) {
  border-top-color: var(--red);
}

.page-panel:nth-child(3) {
  border-top-color: var(--green);
}

.page-panel:nth-child(4) {
  border-top-color: var(--black);
}

.page-panel h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--black);
}

.page-panel p {
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
}

.page-panel p + p {
  margin-top: 14px;
}

.page-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--black);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.page-link-button:hover,
.page-link-button:focus-visible {
  background: var(--red);
  color: var(--white);
  transform: translateY(-2px);
}

.page-link-button-outline {
  background: transparent;
  color: var(--green);
  border: 1px solid var(--green);
}

.page-link-button-outline:hover,
.page-link-button-outline:focus-visible {
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
}

.page-list {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.page-list p {
  margin: 0;
}

.page-list a {
  color: var(--green);
  font-weight: 700;
}

.page-list a:hover,
.page-list a:focus-visible {
  color: var(--red);
}

.event-flyer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 26px;
}

.event-flyer-card {
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 244, 238, 0.96));
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.1);
}

.event-flyer-card img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 16px 32px rgba(17, 17, 17, 0.14);
}

.event-flyer-card h4 {
  margin-top: 18px;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--black);
}

.event-flyer-card p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.8;
  color: #555555;
}

.parade-story-panel {
  padding: 34px 34px 40px;
}

.parade-story-image {
  margin-bottom: 28px;
}

.parade-story-image img {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(17, 17, 17, 0.14);
}

.parade-story-copy {
  max-width: 980px;
  margin: 0 auto;
}

.parade-story-copy h3 {
  margin-bottom: 16px;
  color: var(--green);
}

.parade-story-copy p {
  font-size: 17px;
  line-height: 1.9;
  color: #222222;
}

.parade-story-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.program-feature-image {
  margin-bottom: 28px;
}

.program-feature-image img {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(17, 17, 17, 0.14);
}

.male-showcase-panel {
  padding: 42px 42px 48px;
}

.male-showcase-panel p {
  font-size: 19px;
  line-height: 1.95;
  color: #222222;
}

.program-spotlight-panel {
  border-top: none;
  padding: 48px 42px;
  text-align: center;
}

.program-spotlight-image {
  width: min(100%, 260px);
  margin: 0 auto 28px;
}

.program-spotlight-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  box-shadow:
    0 22px 44px rgba(17, 17, 17, 0.12),
    0 0 0 12px rgba(255, 255, 255, 0.8);
}

.program-spotlight-panel h3 {
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  text-transform: none;
  color: var(--green);
}

.program-spotlight-copy {
  max-width: 780px;
  margin: 0 auto;
}

.program-spotlight-copy p {
  font-size: 17px;
  line-height: 1.9;
  color: #222222;
}

.program-spotlight-contact {
  font-weight: 600;
}

.program-spotlight-copy a {
  color: var(--green);
  font-weight: 700;
}

.program-spotlight-copy a:hover,
.program-spotlight-copy a:focus-visible {
  color: var(--red);
}

.team-section {
  background: var(--white);
  padding: 100px 24px;
  text-align: center;
}

.team-container {
  max-width: 1100px;
  margin: 0 auto;
}

.team-section h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 700;
  color: var(--green);
  margin-bottom: 20px;
}

.team-intro {
  max-width: 760px;
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  text-align: left;
}

.team-column {
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: var(--shadow);
}

.team-column h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--black);
}

.team-list {
  display: grid;
  gap: 14px;
}

.team-person {
  padding-bottom: 14px;
  border-bottom: 1px solid #dddddd;
}

.team-person-with-photo {
  display: grid;
  gap: 14px;
}

.team-person-media {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}

.team-person:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.team-photo {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.bio-trigger {
  align-self: flex-start;
  margin-left: auto;
  padding: 12px 18px;
  border: none;
  border-radius: 999px;
  background: var(--black);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.bio-trigger:hover,
.bio-trigger:focus-visible {
  background: var(--red);
  transform: translateY(-2px);
}

.bio-dialog {
  width: min(760px, calc(100% - 32px));
  max-height: calc(100% - 32px);
  border: none;
  border-radius: 28px;
  padding: 0;
  margin: auto;
  inset: 0;
  background: #ffffff;
  color: var(--black);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.bio-dialog::backdrop {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
}

.bio-dialog-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 28px 28px 18px;
  border-bottom: 1px solid #e5e5e5;
}

.bio-dialog-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 10px;
}

.bio-dialog-head h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
}

.bio-close {
  flex-shrink: 0;
  padding: 11px 16px;
  border: none;
  border-radius: 999px;
  background: #efefef;
  color: var(--black);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.bio-close:hover,
.bio-close:focus-visible {
  background: var(--black);
  color: var(--white);
}

.bio-dialog-body {
  max-height: min(70vh, 640px);
  overflow-y: auto;
  padding: 24px 28px 30px;
}

.bio-dialog-body p {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
}

.bio-dialog-body p + p {
  margin-top: 18px;
}

body.dialog-open {
  overflow: hidden;
}

.team-person strong {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  color: var(--black);
}

.team-person span {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-top: 4px;
}

.outline-section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 90px 40px;
}

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

.section-heading h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-heading p {
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.8;
  color: #555;
  font-size: 16px;
}

.outline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.outline-card {
  background: var(--white);
  border-radius: 24px;
  padding: 30px 24px;
  box-shadow: var(--shadow);
  border-top: 5px solid var(--black);
  transition: 0.3s ease;
  min-height: 220px;
}

.outline-card:nth-child(2) {
  border-top-color: var(--red);
}

.outline-card:nth-child(3) {
  border-top-color: var(--green);
}

.outline-card:nth-child(4) {
  border-top-color: var(--black);
}

.outline-card:hover {
  transform: translateY(-8px);
}

.outline-card span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #666;
}

.outline-card h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--black);
}

.outline-card p {
  color: #555;
  line-height: 1.8;
  font-size: 15px;
}

.placeholder-strip {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.placeholder-box {
  background: #ffffff;
  border: 2px dashed #cfcfcf;
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
}

.placeholder-box h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.placeholder-box p {
  color: #666;
  line-height: 1.7;
  font-size: 15px;
}

footer {
  background: #111;
  color: #fff;
  padding: 50px 30px;
  text-align: center;
}

.footer-logo {
  width: 110px;
  margin: 0 auto 18px;
  filter: drop-shadow(0 8px 18px rgba(255, 255, 255, 0.08));
}

footer h6 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

footer p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.8;
}

.footer-links {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a {
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.footer-links a:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.copyright {
  margin-top: 28px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.7;
}

@keyframes home-slide-pan {
  0%,
  100% {
    transform: scale(1.08) translate3d(0, 0, 0);
  }

  50% {
    transform: scale(1.14) translate3d(1.5%, -1.5%, 0);
  }
}

@keyframes home-slide-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes aurora-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  33% {
    transform: translate3d(3%, -4%, 0) scale(1.08);
  }

  66% {
    transform: translate3d(-4%, 3%, 0) scale(0.95);
  }
}

@keyframes orb-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.82;
  }

  50% {
    transform: translate3d(10px, -16px, 0) scale(1.2);
    opacity: 1;
  }
}

@keyframes glow-breathe {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.88;
  }

  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes poster-shine {
  0% {
    transform: translateX(-120%) rotate(12deg);
  }

  100% {
    transform: translateX(120%) rotate(12deg);
  }
}

@keyframes logo-float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(-1.4deg);
  }
}

@media (max-width: 1100px) {
  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar-copy {
    white-space: normal;
  }

  .topbar-links {
    width: 100%;
    justify-content: flex-start;
  }

  .home-slide-content {
    padding: 0;
  }

  .home-slide-poster {
    width: 100%;
  }

  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 60px 24px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-slider {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .home-page .hero {
    gap: 32px;
    min-height: auto;
    padding: 52px 24px 64px;
  }

  .home-page .hero-content {
    max-width: 760px;
    margin: 0 auto;
  }

  .home-page .hero-slider .home-slider-shell {
    max-width: 400px;
  }

  .home-page .hero-logo-card {
    max-width: 300px;
  }

  .home-page .history-video-shell {
    padding: 16px;
  }

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

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

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

  .program-spotlight-panel {
    padding: 40px 30px;
  }

  .outline-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .placeholder-strip {
    grid-template-columns: 1fr;
  }

  .history-section,
  .team-section {
    padding: 90px 20px;
  }

  .history-feature {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .history-feature-copy h4 {
    justify-items: center;
  }

  .donate-container {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }

  .donate-copy p {
    margin: 0 auto;
  }

  .home-contact-section {
    padding: 24px 20px 100px;
  }

  .mailing-list-section {
    padding: 0 20px 100px;
  }

  .mailing-list-shell {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mailing-list-copy {
    max-width: 820px;
    margin: 0 auto;
  }

  .mailing-list-copy p:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 780px) {
  :root {
    --anchor-offset: 220px;
  }

  .home-slider {
    padding: 18px 18px 12px;
  }

  .home-slide-content {
    padding: 0;
  }

  .home-slider-controls {
    margin-top: 16px;
  }

  .home-slider-dots,
  .home-slider-actions {
    justify-content: center;
  }

  .topbar {
    text-align: center;
  }

  .topbar-inner {
    padding: 12px 18px;
    align-items: center;
  }

  .topbar-links {
    justify-content: center;
  }

  .topbar-pill {
    padding: 9px 12px;
  }

  .topbar-label {
    display: none;
  }

  .nav-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 18px;
  }

  .brand {
    width: 100%;
  }

  .brand-logo {
    width: 104px;
    height: 104px;
  }

  .brand-text h1 {
    font-size: 30px;
  }

  .nav-links {
    width: 100%;
    gap: 8px;
  }

  .nav-links > li,
  .nav-dropdown,
  .nav-dropdown-details {
    width: 100%;
  }

  .nav-links li a {
    width: 100%;
    padding: 10px 14px;
    font-size: 13px;
  }

  .nav-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 10px 14px;
    font-size: 13px;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    width: 100%;
    margin-top: 8px;
    border-radius: 18px;
  }

  .nav-dropdown-wide .nav-dropdown-menu {
    min-width: 0;
  }

  .nav-dropdown-menu a {
    font-size: 16px;
  }

  .event-flyer-grid {
    grid-template-columns: 1fr;
  }

  .program-spotlight-panel {
    padding: 34px 20px;
  }

  .program-spotlight-image {
    width: min(100%, 220px);
    margin-bottom: 22px;
  }

  .program-spotlight-copy p {
    font-size: 16px;
    line-height: 1.8;
  }

  .home-page .hero {
    padding: 42px 18px 56px;
  }

  .home-page .hero-content {
    max-width: 100%;
  }

  .home-page .hero-slider .home-slider-shell {
    max-width: 360px;
  }

  .home-page .home-slide-poster,
  .home-page .home-slide-poster img {
    border-radius: 22px;
  }

  .home-page .hero-logo-card {
    max-width: 260px;
  }

  .home-page .hero-aurora-red,
  .home-page .hero-aurora-green {
    width: 250px;
    height: 250px;
  }

  .home-page .hero-grid-glow {
    inset: 16% 10%;
  }

  .home-page .history-video-shell {
    padding: 12px;
    border-radius: 26px;
  }

  .history-feature {
    margin-top: 34px;
  }

  .history-feature-media img {
    max-width: 360px;
    box-shadow:
      -14px 14px 0 rgba(17, 17, 17, 0.14),
      0 18px 38px rgba(17, 17, 17, 0.2);
  }

  .history-feature-copy h4 {
    font-size: clamp(42px, 5vw, 64px);
    gap: 2px;
  }

  .page-hero,
  .page-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .donate-section {
    padding: 74px 18px 90px;
  }

  .home-contact-section {
    padding: 16px 18px 84px;
  }

  .mailing-list-section {
    padding: 0 18px 84px;
  }

  .mailing-list-copy h3 {
    margin-bottom: 18px;
  }

  .mailing-envelope {
    width: min(100%, 560px);
  }

  .mailing-envelope-pocket {
    top: 18%;
  }

  .mailing-letter {
    left: 9%;
    right: 9%;
    padding: 24px 20px 28px;
    bottom: 6%;
    transform: translateY(52%) scale(0.95);
  }

  .mailing-letter h4 {
    font-size: 34px;
  }

  .mailing-letter p:last-of-type {
    font-size: 15px;
    line-height: 1.65;
  }

  .mailing-list-button {
    min-width: 114px;
    padding: 13px 18px;
    font-size: 12px;
  }

  .home-contact-header h3 {
    margin-bottom: 18px;
  }

  .home-contact-link {
    font-size: 16px;
  }

  .home-contact-field {
    gap: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-contact-field input,
  .home-contact-field textarea {
    font-size: 17px;
  }

  .home-contact-submit {
    margin-top: 28px;
  }

  .team-person-media {
    flex-direction: column;
  }

  .bio-trigger {
    margin-left: 0;
  }

  .bio-dialog-head {
    flex-direction: column;
  }

  .bio-dialog-head h4 {
    font-size: 28px;
  }

  .outline-section,
  .placeholder-strip {
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .section-heading h3 {
    font-size: 34px;
  }

  .team-section h3 {
    margin-bottom: 24px;
  }

  .team-column {
    padding: 24px 20px;
  }
}

@media (hover: none) {
  .mailing-envelope .mailing-envelope-pocket {
    z-index: 6;
  }

  .mailing-envelope .mailing-letter {
    transform: translateY(10%) scale(1);
  }

  .mailing-envelope .mailing-envelope-flap {
    transform: rotateX(180deg);
  }

  .mailing-envelope .mailing-envelope-seal {
    opacity: 0;
    transform: translate(-50%, -90%);
  }

  .mailing-envelope .mailing-envelope-shadow {
    transform: scaleX(0.92);
    opacity: 0.68;
  }

  .mailing-envelope .mailing-list-button {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .hero-aurora,
  .home-page .hero-grid-glow,
  .home-page .hero-orb,
  .home-page .home-slide-poster::before,
  .home-page .home-slide-poster img,
  .home-page .hero-logo-card img,
  .home-page .hero-slider .home-slider-shell::before,
  .home-page .hero-logo-card::before,
  .home-page .history-video-shell::before {
    animation: none !important;
  }

  .home-page [data-tilt-layer],
  .home-page .history-video-shell {
    transition: none !important;
    transform: none !important;
  }
}
