/*
Theme Name: Gelastik UM Center
Theme URI: https://example.com/gelastik-um-center
Author: Gelastik UM Team
Author URI: https://example.com
Description: Front-page WordPress theme untuk landing page Gelastik UM dengan layout premium berbasis Tailwind CSS.
Version: 2.4.6
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: gelastik-um-center
*/

body {
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  background:
    radial-gradient(circle at 14% -8%, rgba(56, 189, 248, 0.08), rgba(56, 189, 248, 0) 42%),
    radial-gradient(circle at 90% 2%, rgba(59, 130, 246, 0.07), rgba(59, 130, 246, 0) 40%),
    #f8fafc;
}

:root {
  --gum-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --gum-hero-glow: rgba(37, 99, 235, 0.26);
  --gum-hero-surface: rgba(255, 255, 255, 0.72);
  --gum-hero-border: rgba(148, 163, 184, 0.25);
  --gum-luxe-gold: #f4d38a;
}

html {
  scroll-behavior: smooth;
}

.custom-logo-link,
.custom-logo {
  display: block;
}

.site-brand-wrap {
  min-width: 0;
}

.site-brand-logo,
.site-brand-fallback {
  flex-shrink: 0;
}

.site-brand-logo,
.site-brand-logo img,
.site-brand-logo .brand-logo-image,
.site-brand-logo .custom-logo {
  border-radius: 0 !important;
  clip-path: none !important;
  mask-image: none !important;
}

.brand-logo-image {
  display: block;
  width: auto;
  height: 40px;
  max-width: 140px;
  max-height: 56px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 8px 16px rgba(2, 6, 23, 0.14));
  transition: transform 300ms var(--gum-ease-out), filter 300ms var(--gum-ease-out);
}

.site-brand-logo:hover .brand-logo-image {
  transform: translateY(-1px);
  filter: drop-shadow(0 10px 20px rgba(2, 6, 23, 0.18));
}

.site-brand-fallback {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1d4ed8;
}

.footer-brand-logos .brand-logo-image {
  height: 32px;
  max-width: 120px;
  max-height: 40px;
}

.footer-brand-fallback {
  color: #93c5fd;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

@media (min-width: 640px) {
  .brand-logo-image {
    height: 44px;
    max-width: 160px;
  }

  .footer-brand-logos .brand-logo-image {
    height: 34px;
    max-width: 130px;
  }
}

@media (min-width: 1024px) {
  .brand-logo-image {
    height: 50px;
    max-width: 180px;
  }

  .footer-brand-logos .brand-logo-image {
    height: 36px;
    max-width: 140px;
  }
}

.top-utility-bar,
.site-main-header {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 620ms var(--gum-ease-out), transform 620ms var(--gum-ease-out);
}

.site-main-header {
  transition-delay: 120ms;
}

body.is-page-loaded .top-utility-bar,
body.is-page-loaded .site-main-header {
  opacity: 1;
  transform: translateY(0);
}

.gum-header-menu,
.gum-mobile-menu,
.gum-header-menu .sub-menu,
.gum-mobile-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gum-header-menu {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.gum-header-menu > li {
  position: relative;
}

.gum-header-menu > li > a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #475569;
  font-size: 0.875rem;
  font-weight: 700;
  transition: color 200ms ease;
}

.gum-header-menu > li > a:hover,
.gum-header-menu > li > a:focus,
.gum-header-menu > li.current-menu-item > a,
.gum-header-menu > li.current-menu-ancestor > a,
.gum-header-menu > li > a.is-current {
  color: #2563eb;
}

.gum-header-menu > li.menu-item-has-children > a::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.75;
}

.gum-header-menu .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  margin-top: 0.65rem;
  padding: 0.45rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  background: #ffffff;
  box-shadow: 0 18px 35px -22px rgba(15, 23, 42, 0.34);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 220ms ease, visibility 180ms ease;
  z-index: 70;
}

.gum-header-menu li:hover > .sub-menu,
.gum-header-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.gum-header-menu .sub-menu li + li {
  margin-top: 0.2rem;
}

.gum-header-menu .sub-menu a {
  display: block;
  border-radius: 0.55rem;
  padding: 0.52rem 0.68rem;
  color: #334155;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease;
}

.gum-header-menu .sub-menu a:hover,
.gum-header-menu .sub-menu a:focus,
.gum-header-menu .sub-menu .current-menu-item > a {
  color: #1d4ed8;
  background: #eff6ff;
}

.gum-mobile-menu > li > a {
  display: block;
  border-radius: 0.75rem;
  padding: 0.55rem 0.75rem;
  color: #334155;
  font-size: 0.92rem;
  font-weight: 700;
  transition: background-color 180ms ease, color 180ms ease;
}

.gum-mobile-menu > li + li {
  margin-top: 0.14rem;
}

.gum-mobile-menu > li > a:hover,
.gum-mobile-menu > li > a:focus,
.gum-mobile-menu > li.current-menu-item > a,
.gum-mobile-menu > li.current-menu-ancestor > a {
  color: #1d4ed8;
  background: #f1f5f9;
}

.gum-mobile-menu .sub-menu {
  margin: 0.2rem 0 0.55rem 0.95rem;
  padding-left: 0.55rem;
  border-left: 2px solid #e2e8f0;
}

.gum-mobile-menu .sub-menu li + li {
  margin-top: 0.15rem;
}

.gum-mobile-menu .sub-menu a {
  display: block;
  border-radius: 0.65rem;
  padding: 0.45rem 0.6rem;
  color: #475569;
  font-size: 0.84rem;
  font-weight: 600;
  transition: background-color 180ms ease, color 180ms ease;
}

.gum-mobile-menu .sub-menu a:hover,
.gum-mobile-menu .sub-menu a:focus,
.gum-mobile-menu .sub-menu .current-menu-item > a {
  color: #1d4ed8;
  background: #f8fafc;
}

.site-hero-v2 {
  isolation: isolate;
  background:
    radial-gradient(circle at 16% 8%, rgba(59, 130, 246, 0.12), rgba(59, 130, 246, 0) 42%),
    radial-gradient(circle at 87% 18%, rgba(244, 211, 138, 0.2), rgba(244, 211, 138, 0) 46%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 56%, #f8fafc 100%);
}

.site-hero-v2 > * {
  position: relative;
  z-index: 1;
}

.hero-ambient {
  position: absolute;
  border-radius: 9999px;
  filter: blur(54px);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

.hero-ambient-one {
  top: 1rem;
  left: -2.5rem;
  width: 13rem;
  height: 13rem;
  background: rgba(96, 165, 250, 0.35);
}

.hero-ambient-two {
  right: -2rem;
  bottom: -2.5rem;
  width: 16rem;
  height: 16rem;
  background: rgba(253, 224, 71, 0.22);
}

.hero-banner-kicker {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gum-luxe-gold);
  text-shadow: 0 2px 18px rgba(2, 6, 23, 0.5);
}

.hero-banner-title {
  margin-top: 0.45rem;
  font-size: clamp(2.15rem, 3.4vw, 3.45rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.028em;
  color: #ffffff;
  text-shadow: 0 10px 28px rgba(2, 6, 23, 0.55);
}

.hero-banner-lead {
  margin-top: 0.85rem;
  max-width: 48rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(226, 232, 240, 0.95);
  text-shadow: 0 2px 12px rgba(2, 6, 23, 0.52);
}

.hero-banner-actions {
  margin-top: 1.25rem;
}

.hero-cta-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  border: 1px solid rgba(253, 230, 138, 0.95);
  background: linear-gradient(120deg, #fde68a 0%, #f59e0b 55%, #fcd34d 100%);
  padding: 0.8rem 1.5rem;
  font-size: 0.93rem;
  font-weight: 800;
  color: #111827;
  box-shadow: 0 16px 35px -24px rgba(251, 191, 36, 0.82);
  transition: transform 260ms var(--gum-ease-out), box-shadow 260ms var(--gum-ease-out), filter 260ms var(--gum-ease-out);
}

.hero-cta-primary::after {
  content: "";
  position: absolute;
  top: -170%;
  left: -130%;
  width: 88%;
  height: 320%;
  transform: rotate(22deg);
  background: linear-gradient(110deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
  transition: left 760ms var(--gum-ease-out);
}

.hero-cta-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 42px -28px rgba(245, 158, 11, 0.9);
  filter: saturate(1.04);
}

.hero-cta-primary:hover::after {
  left: 135%;
}

.hero-slider-shell {
  position: relative;
  min-height: 380px;
  height: 100%;
  border-radius: 1.65rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 56px -36px rgba(15, 23, 42, 0.32), 0 0 0 1px rgba(148, 163, 184, 0.08) inset;
}

.hero-banner-shell {
  min-height: 560px;
  border-color: rgba(244, 211, 138, 0.4);
  background: #0f172a;
  box-shadow: 0 34px 76px -44px rgba(15, 23, 42, 0.52), 0 0 0 1px rgba(253, 230, 138, 0.2) inset;
}

.hero-banner-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(102deg, rgba(2, 6, 23, 0.62) 0%, rgba(2, 6, 23, 0.3) 34%, rgba(2, 6, 23, 0.08) 64%, rgba(2, 6, 23, 0.24) 100%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.08) 0%, rgba(2, 6, 23, 0.34) 100%);
}

.hero-banner-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  z-index: 4;
}

.hero-banner-floating {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: clamp(1rem, 4vw, 2.7rem);
  transform: translateY(-50%);
  max-width: min(560px, 62%);
}

.hero-slider-shell:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.hero-slides {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 680ms var(--gum-ease-out), transform 1300ms var(--gum-ease-out);
  pointer-events: none;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.2) 100%);
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.hero-slide-image {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02) brightness(1.01);
  position: relative;
  z-index: 0;
}

.hero-slide-overlay {
  display: none;
}

.hero-slide-eyebrow {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #93c5fd;
}

.hero-slide-title {
  margin-top: 0.45rem;
  font-size: 1.25rem;
  line-height: 1.28;
  font-weight: 800;
  color: #f8fafc;
}

.hero-slide-description {
  margin-top: 0.55rem;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.94);
}

.hero-slider-nav {
  position: absolute;
  top: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: rgba(255, 255, 255, 0.78);
  color: #1e293b;
  backdrop-filter: blur(6px);
  transition: transform 240ms var(--gum-ease-out), background-color 240ms var(--gum-ease-out), border-color 240ms var(--gum-ease-out);
  z-index: 3;
}

.hero-slider-prev {
  left: 0.8rem;
}

.hero-slider-next {
  right: 0.8rem;
}

.hero-slider-nav:hover {
  transform: translateY(-1px);
  border-color: rgba(59, 130, 246, 0.62);
  background: rgba(255, 255, 255, 0.96);
}

.hero-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 0.9rem;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.26rem 0.38rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(148, 163, 184, 0.34);
  z-index: 3;
}

.hero-slider-dot {
  width: 0.5rem;
  height: 0.5rem;
  border: 0;
  border-radius: 9999px;
  background: rgba(100, 116, 139, 0.42);
  transition: width 220ms var(--gum-ease-out), background-color 220ms var(--gum-ease-out), transform 220ms var(--gum-ease-out);
}

.hero-slider-dot.is-active {
  width: 1.35rem;
  background: #1d4ed8;
}

.hero-slider-dot:hover {
  transform: scale(1.05);
}

.winner-showcase-section {
  background:
    radial-gradient(circle at 12% 4%, rgba(125, 211, 252, 0.16), rgba(125, 211, 252, 0) 34%),
    radial-gradient(circle at 84% 12%, rgba(253, 230, 138, 0.16), rgba(253, 230, 138, 0) 38%),
    #ffffff;
}

.winner-showcase-head {
  position: relative;
}

.winner-showcase-head::after {
  content: "";
  width: 7.2rem;
  height: 0.28rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, #2563eb, #f59e0b);
  margin-top: 1rem;
  display: block;
}

.winner-showcase-subtitle {
  line-height: 1.7;
}

.winner-showcase-card {
  position: relative;
  border-color: rgba(148, 163, 184, 0.28);
  box-shadow: 0 18px 40px -28px rgba(15, 23, 42, 0.45);
  transition: transform 320ms var(--gum-ease-out), box-shadow 320ms var(--gum-ease-out), border-color 320ms var(--gum-ease-out);
}

.winner-showcase-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.3), rgba(245, 158, 11, 0.45), rgba(59, 130, 246, 0.3));
  z-index: 2;
}

.winner-showcase-card:hover {
  transform: translateY(-5px);
  border-color: rgba(96, 165, 250, 0.45);
  box-shadow: 0 28px 55px -34px rgba(15, 23, 42, 0.55);
}

.winner-featured {
  border-color: rgba(251, 191, 36, 0.45);
  box-shadow: 0 28px 62px -34px rgba(147, 51, 234, 0.18), 0 22px 48px -32px rgba(245, 158, 11, 0.5);
}

.winner-featured::after {
  content: "Top Winner";
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(253, 230, 138, 0.85);
  background: linear-gradient(120deg, #fef3c7, #fcd34d);
  padding: 0.26rem 0.72rem;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #78350f;
}

.winner-featured .winner-showcase-title {
  font-size: 1.38rem;
}

.winner-showcase-image {
  filter: saturate(1.08) contrast(1.03);
}

.winner-showcase-body {
  position: relative;
}

.winner-rank-pill {
  color: #92400e;
  background: linear-gradient(120deg, #fef3c7, #fde68a);
}

.winner-rank-1 .winner-rank-pill {
  color: #78350f;
  background: linear-gradient(120deg, #fef9c3, #fde047);
}

.winner-rank-2 .winner-rank-pill {
  color: #334155;
  background: linear-gradient(120deg, #e2e8f0, #cbd5e1);
}

.winner-rank-3 .winner-rank-pill {
  color: #7c2d12;
  background: linear-gradient(120deg, #fed7aa, #fdba74);
}

.winner-showcase-title {
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.winner-showcase-desc {
  line-height: 1.7;
}

.winner-showcase-link {
  position: relative;
}

.winner-showcase-link::after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 9999px;
  background: currentColor;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  transition: width 220ms var(--gum-ease-out);
}

.winner-showcase-link:hover::after {
  width: 100%;
}

.site-hero-media {
  overflow: hidden;
}

.gum-main-sections {
  display: flex;
  flex-direction: column;
}

.site-hero-image {
  transform: scale(1.07);
  filter: saturate(1.05) contrast(1.02);
  transition: transform 1800ms var(--gum-ease-out), filter 1800ms var(--gum-ease-out);
  will-change: transform;
}

body.is-page-loaded .site-hero-image {
  transform: scale(1);
  filter: saturate(1) contrast(1);
}

.quick-nav-shell {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 820ms var(--gum-ease-out), transform 820ms var(--gum-ease-out);
  transition-delay: 220ms;
}

body.is-page-loaded .quick-nav-shell {
  opacity: 1;
  transform: translateY(0);
}

.quick-nav-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.quick-nav-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  transition: opacity 420ms ease;
}

.quick-nav-button::after {
  content: "";
  position: absolute;
  top: -160%;
  left: -130%;
  width: 95%;
  height: 310%;
  z-index: 1;
  transform: rotate(18deg);
  background: linear-gradient(110deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
  transition: left 760ms var(--gum-ease-out);
}

.quick-nav-button:hover::before {
  opacity: 1;
}

.quick-nav-button:hover::after {
  left: 132%;
}

.quick-nav-button svg,
.quick-nav-button span {
  position: relative;
  z-index: 2;
}

@media (max-width: 639px) {
  .quick-nav-section {
    display: none !important;
  }

  .mascot-showcase::before {
    width: 9.7rem;
    height: 9.7rem;
  }

  .mascot-frame {
    width: 9.9rem;
    height: 9.9rem;
  }

  .quick-nav-button .quick-nav-icon {
    display: none;
  }

  .quick-nav-button .quick-nav-label {
    margin-top: 0;
  }
}

.news-card img {
  transition: transform 700ms var(--gum-ease-out);
}

.news-card:hover img {
  transform: scale(1.04);
}

.partner-pill {
  transition: transform 360ms var(--gum-ease-out), box-shadow 360ms var(--gum-ease-out), border-color 360ms var(--gum-ease-out), color 360ms var(--gum-ease-out);
}

.partner-logo-image {
  max-width: 100%;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.partner-pill:hover {
  box-shadow: 0 16px 30px -22px rgba(29, 78, 216, 0.8);
}

.stat-value {
  letter-spacing: -0.03em;
}

.mascot-showcase {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
  isolation: isolate;
}

.mascot-showcase::before {
  content: "";
  position: absolute;
  width: 12.2rem;
  height: 12.2rem;
  border-radius: 9999px;
  background: radial-gradient(circle at center, rgba(56, 189, 248, 0.32), rgba(14, 116, 144, 0));
  filter: blur(10px);
  opacity: 0.9;
  z-index: 0;
}

.mascot-frame {
  position: relative;
  width: 11.75rem;
  height: 11.75rem;
  padding: 0.45rem;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.75) 0%, rgba(37, 99, 235, 0.68) 62%, rgba(8, 145, 178, 0.66) 100%);
  box-shadow: 0 26px 48px -26px rgba(2, 6, 23, 0.95);
  z-index: 1;
}

.mascot-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  border: 2px solid rgba(226, 232, 240, 0.42);
  object-fit: cover;
  background: #0f172a;
  box-shadow: 0 18px 35px -24px rgba(2, 6, 23, 0.95);
  position: relative;
  z-index: 3;
}

.mascot-halo {
  position: absolute;
  inset: -0.48rem;
  pointer-events: none;
  border-radius: 9999px;
  border: 1px solid rgba(125, 211, 252, 0.48);
  box-shadow: 0 0 0 7px rgba(56, 189, 248, 0.09);
  z-index: 1;
}

.mascot-shine {
  position: absolute;
  inset: 0.5rem;
  border-radius: 9999px;
  pointer-events: none;
  background: radial-gradient(circle at 26% 20%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 56%);
  z-index: 4;
}

.mascot-float {
  will-change: transform;
  animation: gum-float 5.5s ease-in-out infinite;
}

@keyframes gum-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

.reveal-init {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  filter: blur(4px);
  transition: opacity 820ms var(--gum-ease-out), transform 820ms var(--gum-ease-out), filter 820ms var(--gum-ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-init[data-reveal="left"] {
  transform: translate3d(-28px, 0, 0);
}

.reveal-init[data-reveal="right"] {
  transform: translate3d(28px, 0, 0);
}

.reveal-init.reveal-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

@media (max-width: 1023px) {
  .hero-banner-shell,
  .hero-slider-shell,
  .hero-slides {
    min-height: 500px;
  }

  .hero-banner-floating {
    max-width: min(540px, 70%);
  }

  .hero-banner-title {
    font-size: clamp(1.95rem, 4.4vw, 2.8rem);
  }
}

@media (max-width: 639px) {
  .hero-banner-shell,
  .hero-slider-shell,
  .hero-slides {
    min-height: 420px;
  }

  .hero-banner-floating {
    left: 1rem;
    right: 1rem;
    top: auto;
    bottom: 1.15rem;
    transform: none;
    max-width: none;
  }

  .hero-banner-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }

  .hero-banner-title {
    font-size: 1.78rem;
  }

  .hero-banner-lead {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .hero-cta-primary {
    width: 100%;
  }

  .hero-slider-nav {
    top: 0.65rem;
    width: 2rem;
    height: 2rem;
  }
}

@media (min-width: 1024px) {
  .hero-banner-shell,
  .hero-slider-shell,
  .hero-slides {
    min-height: 580px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .top-utility-bar,
  .site-main-header,
  .quick-nav-shell {
    opacity: 1;
    transform: none;
  }

  .site-hero-image,
  .mascot-float {
    transform: none;
    animation: none;
  }

  .hero-slide,
  .hero-slider-nav,
  .hero-slider-dot,
  .hero-cta-primary::after {
    transition: none;
  }

  .brand-logo-image {
    transition: none;
  }
}

.entry-content > * + * {
  margin-top: 1rem;
}

.entry-content p,
.entry-content li,
.entry-content blockquote {
  line-height: 1.8;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 1.4rem;
  margin-bottom: 0.7rem;
  font-weight: 800;
  color: #0f172a;
}

.entry-content h2 {
  font-size: 1.45rem;
}

.entry-content h3 {
  font-size: 1.22rem;
}

.entry-content h4 {
  font-size: 1.08rem;
}

.entry-content a {
  color: #1d4ed8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.2rem;
}

.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content img {
  border-radius: 0.85rem;
}

.wp-block-quote,
.entry-content blockquote {
  border-left: 3px solid #bfdbfe;
  padding-left: 1rem;
  color: #334155;
  font-style: italic;
}

.gum-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.gum-pagination .page-numbers {
  min-width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd5e1;
  border-radius: 0.6rem;
  background: #fff;
  color: #334155;
  font-size: 0.87rem;
  font-weight: 700;
  transition: all 180ms ease;
}

.gum-pagination .page-numbers:hover {
  border-color: #bfdbfe;
  color: #1d4ed8;
}

.gum-pagination .page-numbers.current {
  border-color: #1d4ed8;
  background: #1d4ed8;
  color: #fff;
}
